/*  
Theme Name: WISE by 6HD
Theme URI: http://www.sixhalfdozen.com/
Version: 10.0.0
Author: Six Half Dozen
Author URI: http://www.sixhalfdozen.com/
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 1.01em/150% karmina-sans, sans-serif;
	color: #000000;
}
a {
	color: #BB424A;
	text-decoration: none;
	outline: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
a:hover {
	text-decoration: none;
	color:#2A5E85;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
p:last-of-type {
	margin: 0;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
.color-red{
	color: #BB424A;
}
.color-blue{
	color: #2A5E85;
}
.color-black{
	color: #000000;
}
.button-blue{
	color: #2A5E85!important;
	padding: 5px 25px;
	border: 1px solid #2A5E85;
}
.button-blue:hover{
	color: #BB424A!important;
	padding: 5px 25px;
	border: 1px solid #BB424A;
}
.button-white{
	color: #BB424A!important;
	padding: 5px 25px;
	border: 1px solid #BB424A;
}
.button-white:hover{
	color: #2A5E85!important;
	padding: 5px 25px;
	border: 1px solid #2A5E85;
}
/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #2A5E85;
	text-transform: uppercase;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input[type=text], textarea, button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], textarea {
	background: #EEF2F5;
	padding: 1%;
	border: none;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 98%;
}

/* text area */
textarea {
	line-height: 125%;
	width: 98%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	cursor: pointer;
	background: transparent;
    margin-left: 48%;

}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {

}

/************************************************************************************
STRUCTURE
*************************************************************************************/

/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* content */
#content {
	width: 100%;
	padding: 5% 0;
}
#content-with-sidebar {
	width: 65%;
	float: left;
	padding: 5% 0;
}

/* sidebar */
.sidebar {
	width: 30%;
	float: right;
	padding: 5% 0;
	padding-top: 90px;
}
.wave  .sidebar:last-of-type .wave-block, .wave-real-alumni{
	display: block;
	width: 150%;
	height: 50px;
	background: url(images/wave2.png) no-repeat bottom center;
    background-size: contain;
    padding: 5% 0 0 0;
}
.bg-red{
	padding: 25px;
	background: #BB424A;
	color: #ffffff;
	font-size: 150%;
	line-height: 120%;
}
.bg-red ul, .bg-red ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bg-red ul li{
	margin: 0;
	padding: 0;
	float: left;
}
.page-id-41 .bg-red ul li, .parent-pageid-41 .bg-red ul li{
	width: 50%;
}
.page-id-23 .bg-red ul li, .parent-pageid-23 .bg-red ul li, .parent-pageid-11 .bg-red ul li, .single-info .bg-red ul li{
	width: 25%;
}
.bg-red a{
	color: #ffffff;
}
.bg-red a:hover{
	color: #2A5E85;
}
.bg-beige{
	background: #EEF2F5;
	padding: 25px;
	color: #BB424A;	
}
.bg-beige-padding{
    margin: 3% 0 0;	
	padding: 3% 0;
}
/************************************************************************************
HEADER
*************************************************************************************/
.header-wrap{
	position: absolute;
    top: 0;
    width: 100%;
}
#bg-header{
	background: url(images/bg-header.jpg) no-repeat top center;
	background-size: cover;
}
.page-id-43 #bg-header, .page-id-249 #bg-header, .page-id-317  #bg-header{
	background: url(images/header-image.jpg) no-repeat bottom center;
	background-size: cover;
}
.home #bg-header{
	background: none;
	background-size: cover;
}

#header {
	position: relative;
	height: 170px;
	padding: 25px;
}
.page-id-43, .page-id-249{
	height: 200px;
}
.home #header {
	
}
.slider-wrap{
    position: relative;
    z-index: 0;
	height: 700px;	
}
.linkedin{
	display: block;
	height: 35px;
	width: 35px;
	text-decoration: none;
	background: url(images/IN.jpg) no-repeat top center;
	background-size: contain;
	position: absolute; 	
	top: 25px;
	right: 0px;
	border: 1px solid #1384C6;
}
.linkedin:hover{
	border: 1px solid #BB424A;
}
/* 
SITE LOGO
================================================ */
#site-logo {
	display: block;
	height: 75px;
	width: 75%;
	margin: 0px auto 25px auto;
	text-decoration: none;
	background: url(images/logo.png) no-repeat top center;
	background-size: contain;	
}
#site-logo:hover {
	text-decoration: none;
}


/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	
	color:#2A5E85;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;		
}
/* main level link :hover */
#main-nav a:hover {
	
}

#main-nav li:nth-child(1) a{
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: url(images/menu-item-1.png) no-repeat bottom center;
}
#main-nav li:nth-child(2) a{
	width: 150px;
	height: 35px;
	line-height: 35px;	
	background: url(images/menu-item-2.png) no-repeat bottom center;
}
#main-nav li:nth-child(3) a{
	width: 232px;
	height: 56px;
	line-height: 28px;	
	background: url(images/menu-item-3.png) no-repeat bottom center;
}
#main-nav li:nth-child(4) a{
	width: 106px;
	height: 35px;
	line-height: 35px;	
	background: url(images/menu-item-4.png) no-repeat bottom center;
}

#main-nav li:nth-child(1) a:hover{
	background: url(images/menu-item-1.png) no-repeat top center;
}
#main-nav li:nth-child(2) a:hover{
	background: url(images/menu-item-2.png) no-repeat top center;
}
#main-nav li:nth-child(3) a:hover{
	background: url(images/menu-item-3.png) no-repeat top center;
}
#main-nav li:nth-child(4) a:hover{
	background: url(images/menu-item-4.png) no-repeat top center;
}

.page-id-11 #main-nav .current_page_item a, .parent-pageid-23 #main-nav li:nth-child(1) a{
	background: url(images/menu-item-1.png) no-repeat top center;	
}
.page-id-39 #main-nav .current_page_item a{
	background: url(images/menu-item-2.png) no-repeat top center;	
}
.page-id-41 #main-nav .current_page_item a, .parent-pageid-41 #main-nav li:nth-child(3) a{
	background: url(images/menu-item-3.png) no-repeat top center;	
}
.page-id-43 #main-nav .current_page_item a{
	background: url(images/menu-item-4.png) no-repeat top center;	
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a , #main-nav .current-page-ancestor a, .single-alumni  #main-nav li:nth-child(4) a{
	
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {

}

.submenu-programm:hover{
	color: #2A5E85;
}
.submenu-programm .current_page_item, .single-info .submenu-programm li:nth-child(3){
	font-weight: bold;
}
/************************************************************************************
PAGE ABOUT
*************************************************************************************/
.subpage-content{
}
.subpage-content-text{

}

.menu-about, .subpage-content {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-about{
	margin: -75px 0 25px 0;
}
.menu-about  li{
	margin: 0 5% 0 0;
	padding: 7px 0;
	float: left;
	width: 30%;
	background: #7F9EB6;
	color: #2A5E85;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
	position: relative;
}
.menu-about  li:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(127, 158, 182, 0);
	border-top-color: #7F9EB6;
    border-width: 10px;
    margin-left: -10px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.menu-about  li:hover, .menu-about  li.active{
	background: #2A5E85;
	color: #ffffff;	
}
.menu-about  li.active:after , .menu-about  li.superactive:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(127, 158, 182, 0);
	border-top-color: #2A5E85;
    border-width: 10px;
    margin-left: -10px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.menu-about  li:last-of-type{
	margin: 0;
}
.subpage-content li{
	margin: 0;
	padding: 0;	
	display: none;
}
.subpage-content li:first-child{
	display: block;
}
/************************************************************************************
SPONSORS PAGE
*************************************************************************************/
#sponsors-wrap{
	margin: 5% 0 0 0;
}
.sponsor, .info-page{
	float: left;
	width: 30%;
	min-height: 250px;
	margin: 0 5% 5% 0;
    box-shadow: 0px 0px 10px #666;
    -moz-box-shadow: 0px 0px 10px #666;
    -webkit-box-shadow: 0px 0px 10px #666;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    -ms-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;	
	background: #ffffff;
}
/*
.sponsor:last-of-type, .info-page:last-of-type{
	margin: 0;
}
*/
.sponsor:nth-last-child(-n+3), .info-page:nth-last-child(-n+3){
	margin: 0 5% 0 0;
}

.sponsor:nth-child(3n+0), .info-page:nth-child(3n+0){
	margin: 0 0 5% 0;
}

.sponsor:last-of-type, .info-page:last-of-type{
	margin: 0;
}
.sponsor-image{
	width: 60%;
	padding-bottom: 25%;
	margin:  25px auto;
}
.sponsor-content{
	margin: 0 0 25px 0;
}
.sponsor-content a{
	color: #BB424A;
}
.sponsor-content a:hover{
	color: #2A5E85;
}
/************************************************************************************
ORIENTATION PAGE
*************************************************************************************/
.info-page{
	width: 23.85%;	
	padding: 10% 2% 2% 2%;
	min-height: 100px;
	border: 10px solid #FFFFFF;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
.info-page:hover{
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;	
	color: #BB424A;
}
.info-submenu{
	margin: 5% 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #808080;
}
.info-submenu a{
	color: #808080;
}
.info-submenu a:hover{
	color: #BB424A;
}
.info-submenu li{
	margin: 0;
	padding: 0;
	float: left;
}
.info-submenu li:last-child span{
	display: none;
}
/************************************************************************************
FAQ PAGE
*************************************************************************************/
.faq-page{
	margin: 0;
	border-bottom: 1px solid #EEF2F5;	
}
.faq-page:last-of-type{
	margin: 0;
	border-bottom: none;	
}
.faq-question{
	cursor: pointer;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
	padding: 10px 25px 10px 10px;
	background: url(images/arrow-right.png) no-repeat 99% 50%;
    background-size: 2%;
}
.faq-question:hover{	
	background: #EEF2F5 url(images/arrow-right.png) no-repeat 99% 50%;
    background-size: 2%;
}
.faq-question.active-fag{	
	background: #EEF2F5 url(images/arrow-down.png) no-repeat 99% 50%;
    background-size: 2%;
}
.fag-content{
	display: none;
	padding: 15px 10px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
/************************************************************************************
HOW TO APPLY PAGE
*************************************************************************************/
.application-form{
	min-height: 330px;
}
.form-content{
	padding: 10%;
	margin: 0;
}
/************************************************************************************
ALUMNI SINGLE PAGE
*************************************************************************************/
#alumni-wrap{
	margin: 5% 0 0 0;
	text-align: left;
	display: flex;
}
#alumni-wrap ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#alumni-wrap ul li{
	margin: 0 5% 5% 0;
	padding: 0;
	float: left;
	width: 42%;
	border: 25px solid #FFFFFF;
	background: #ffffff;
    color: #000000;	
	box-shadow: 0px 0px 10px #666;
    -moz-box-shadow: 0px 0px 10px #666;
    -webkit-box-shadow: 0px 0px 10px #666;	
}
#alumni-wrap ul li:nth-child(2n){
	margin: 0 0 5% 0;
}


#alumni-page-content-with-sidebar{
    width: 65%;
    float: left;
    padding: 0 0 5% 0;	
}
.alumni-page-sidebar{
    width: 30%;
    float: right;
    padding: 0 0 5% 0;	
}
.alummni-page-image{
	display: block;
	width: 100%;
	padding-bottom: 50%;
}
.alumni-page-second-title{
	font-weight: bold;
	font-size: 250%;
	line-height: 125%;
	text-align: right;
}
.wave-real-alumni{
	margin: 5% 0 0;
}
/************************************************************************************
HOME PAGE
*************************************************************************************/
.home .wave{
	background: none;
}
.home-section{
	padding: 5% 0;
}
.home-page .left, .home-page .right{
	width: 47.5%;
}
.home-section strong{
	font-size: 175%;
	line-height: 125%;
}
.home-page-mage{
	width: 100%;
	padding-bottom: 70%;
}
.home-page-video img{
	display: block;
	width: 100%;	
}
.third-section .home-page-mage{
	padding-bottom: 70%;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 30px;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 120%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 25px 0;
	clear: both;
}


/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }