.icon {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.type_icon {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius:35px;
    width: 50%;
    margin-bottom:10px;

}

/* Three columns side by side */
.column {
    text-align: center;
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 18px;
}

.column4 {
    text-align: center;
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 18px;
}

.column2 {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding: 0 18px;
}

/* Display the columns below each other instead of side by side on small screens */
@media (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
    .column2 {
        width: 100%;
        display: block;
    }
}

/* Add some shadows to create a card effect */
.card {
    border-radius: 18px !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
    margin-top: -12px;
}

/* Clear floats */
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.title {
    color: grey;
}

.feature {
    width: 50%; 
    margin-bottom:10px;
}

.dropdown.pull-left.font-settings.js-toolbar-action {
    visibility: hidden;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}