

#header_icon{
	width: 100px;
	height: auto;
}
#principal h4{
    padding: 0 0 10px;
}
#principal p{
	font-size: 1.2em;
	font-weight: 300;
	font-family: HelveticaNeue-Thin, "Helvetica Neue", Helvetica;
	max-width: 95%;
	color: #293A43;
}
#principal p strong{
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica;
}
#principal p i{
    font-style: italic;
    font-family: "Helvetica Neue", Helvetica;
    font-weight: 400;
}
.icons_link a{
	color: #333;
	border-radius: 3px;
	display: block;
	margin-top: 10px;
	background-color: #f7f7f7;
	border:1px solid #f7f7f7;
	min-height: 160px;
    height: 100%;
}
.fall2018.icons_link a{
    min-height: 172px;
}
.fall2017.icons_link a{
    background-color:#eee;
}
.fall2017.icons_link .disabled:hover{
    background-color:#eee;
}
#principal .image_container{
    text-align: center;
}
#principal .image_container img{
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
#principal .col-12 .divider{
    width: 50%;
    margin: 60px auto;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}

h3{
	font-size: 2em;
	line-height: 1em;
	padding-top: 0;
}
.icons_link a:hover{
	background-color: #fff;
	color: #749201;
	border:1px solid #eee;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1)
}
.icons_link a img{
	width: 60px;
	margin: 20px auto 0;
}
.icons_link a h4{
	font-weight: 300;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 5px 0 18px;
    max-width: 90%;
    margin: 0 auto;
    color: #333;
}
.icons_link a:hover h4{
	color: #749201;
}
.icons_link a:focus{
    text-decoration: none;
    outline: none;
}
.icons_link a h4 span{
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 0.8em;
    line-height: 1.2em;
    display: block;
    color: #777;
}
.icons_link a:hover img{

}
.link_button{
	padding: 15px 20px;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: middle;
    border: 1px solid #9cbe26;
    border-radius: 4px;
    background: #9cbe26;
    color: #fff;
    margin: 30px 3px 0;
    min-width: 235px;
}
.link_button:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	text-decoration: none;
}
.link_button:visited, .link_button:active, .link_button:focus {
	color: #fff;
	text-decoration: none;
}
.link_button.white{
    border: 1px solid #979797;
    background: #fff;
    color: #293A43;
}
.link_button.white:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #293A43;
}
a.link_button.dark{
    background-color: #333;
    height: auto;
    border: 1px solid #333;
    color: #fff;
    width: 100%;
    margin:10px 0 30px;
}
section{
	padding: 60px 0 55px;
}
.separator{
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin: 0 0 65px;
}
#video {
    background: #333;
    color: #fff;
}
#video h3 {
    color: #fff;
}
#video iframe {
    margin: 40px auto 0;
    max-width: 100%;
}
.video_emulator {
    background: rgba(235,25,0,0.9);
    border-radius: 15px;
    padding: 20px 0;
    text-align: center;
    margin: 30px auto 0;
    font-size: 2.9em;
    width: 45%;
    color: #fff;
}
.video_emulator:hover {
    color: #fff;
}

@media screen and  (max-width: 768px){
	.link_button{
		width: 82%;
	}
    .colsection h3{
        font-size: 1.6em;
        line-height: 1.1em;
        padding: 30px 0 15px;
    }
    .fall2017.icons_link a{
        min-height: 160px!important;
    }
    .winter2018 .icons_link a{
        min-height: 160px;
    }
    #principal h4{
        font-size: 1.2em;
    }
}
@media screen and  (min-width: 768px){
	.link_button{
		width: auto;
	}
    .colsection h3{
        font-size: 2.5em;
        line-height: 1.3em;
        padding: 40px 0 15px;
    }
}

@media screen and  (max-width: 1199px){
    .fall2017.icons_link a{
        min-height: 186px;
    }
}
@media screen and  (min-width: 768px){
    .winter2018 .icons_link a{
        min-height: 170px !important;
    }
}

span.whizzml_logo{
	position: relative;
	vertical-align: middle;
	padding-right: 160px;
	display: inline-block;
	margin-top: 35px;
}
.whizzml_logo img{
	width: 150px;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: -76px;
}
.certifications{
    width: 100%;
    max-width: 500px;
}
.row.icons_link{
    display: flex;
    flex-wrap: wrap;
}
.row.icons_link > div.col-xs-12{
    display: flex;
    flex-direction: column;
}
.icons_link a.disabled{
    cursor: default;
    position: relative;
}
.icons_link a.disabled .comingsoon{
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    background: url(../img/releases/comingsoon@2x.png) no-repeat 50% 50%;
    background-size: 100%;
    top: 0;
    right: 0;
    opacity: 0.7;
}
.icons_link a.disabled:hover{
    cursor: default;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #333;
    box-shadow:none;
}
.icons_link a.disabled h4{
    opacity: 0.6;
}
.icons_link a.disabled:hover h4{
    color: #333;
}
.icons_link a.disabled img{
    opacity: 0.3;
}
@media screen and  (max-width: 1200px){
    .icons_link a{
        min-height: 170px !important;
    }
}
@media screen and  (max-width: 992px){
    .icons_link a{
        min-height: 170px !important;
    }
}
@media screen and  (max-width: 768px){
    .icons_link a{
        min-height: 160px !important;
    }
}
