﻿/****************************************************************************************************

***********************************************  INDEX.HTML  ****************************************

*****************************************************************************************************/


/*****       Main       *****/

.main{
	width: 100%;
	overflow: hidden;
	background:#6a747c;
}

.sidebar{
	float: left;
	width: 18.9%;
	padding-top:15px;
	background: #6a747c;
}

.inner-sidebar{
	width: 100%;
	text-align:center;
	background:#6a747c;
}

.logo{
	width: 100%;
	padding-bottom: 20px;
}

.navigation ul li{
	font-size: 16px;
	color:#cfd4d8;
	text-align: left;
}

.navigation ul li a{
	display: block;
	padding:12px 35px;
	border-left:4px solid transparent;
}

.navigation ul li:hover{color:#faffff;}

.navigation ul li.has-dropdown > a{
	background: url('../images/assets/bottom-arrow.png') no-repeat 90% center;
	border-left:4px solid #571c1f;
}

.navigation ul li.has-dropdown ul{
	display: none;
	width: 100%;
}
.navigation ul li.has-dropdown ul li{background: #5b656e;}

.navigation ul li.has-dropdown.open > a{background: url('../images/assets/top-arrow.png') no-repeat 90% center;}

.mobile-toggle {
	position: absolute;
	left: 40px;
	top:55px;
	display: none;
	width: 35px;
	height:35px;
	overflow: hidden;
	font-size: 20px;
	padding-top:3px;
	cursor: pointer;
	border-radius: 4px;
}

.mobile-toggle span {
	display:block;
	width: 100%;
	height: 5px;
	margin:5px auto;
	background: #ffffff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.sidebar.open-nav{height: auto !important;}

.sidebar.open-nav .mobile-toggle span:nth-child(1) {
	height: 4px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top:9px;
}

.sidebar.open-nav .mobile-toggle span:nth-child(2){
	opacity: 0;
	display: none;
}

.sidebar.open-nav .mobile-toggle span:nth-child(3) {
	height: 4px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top:-9px;
}

.tel-number{
	width: 100%;
	padding:25px 0 15px 0;
}

.tel-number img{
	display: block;
	margin:auto;
}

.tel-number a{
	display: inline-block;
	font-size: 19px;
	color:#ffffff;
	margin-top:7px;
}

.tel-number:hover img{
	-webkit-animation:Rotate 2000ms linear infinite;
    animation:Rotate 2000ms linear infinite;
}

@-webkit-keyframes Rotate {
  0% {-webkit-transform:rotate(0deg);}
  4% {-webkit-transform:rotate(25deg);}
  8% {-webkit-transform:rotate(0deg);}
  12% {-webkit-transform:rotate(25deg);}
  16% {-webkit-transform:rotate(0deg);}
  20% {-webkit-transform:rotate(25deg);}
  24% {-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(0deg);}
}

@keyframes Rotate {
  0% {transform:rotate(0deg);}
  4% {transform:rotate(25deg);}
  8% {transform:rotate(0deg);}
  12% {transform:rotate(25deg);}
  16% {transform:rotate(0deg);}
  20% {transform:rotate(25deg);}
  24% {transform:rotate(0deg);}
  100% {transform:rotate(0deg);}
}

.socials{
	position: relative;
	width: 100%;
}

.socials a{
	display: block;
	float: left;
	width: 33.33333333333333%;
	height: 80px;
	line-height: 90px;
	background: #ffffff;
}

.socials::after{
	content:'';
	position: absolute;
	right: -5px;
	top:0;
	width: 5px;
	height: 80px;
	background: #ffffff;
	z-index: 9;
}

.socials a:hover{background:#f1f1f1;}

.content{
	float: right;
	width: 81%;
	min-height: 800px;
	overflow: hidden;
	background: #ffffff;
}

.content.homepage{
	padding:0 70px;
	background: url('../images/home/top-bg.jpg') no-repeat center top #ffffff;
}

.home{
	max-width: 650px;
	font-size: 14px;
	padding:70px 0;
}

.home a.bttn{margin-top:30px;}

.video-player{
	width: 80%;
	height: 320px;
	margin:10px 0 30px 0;
}


/*****       Middle       *****/


.middle-content{
	width: 100%;
	overflow: hidden;
}

.middle-content .left-side{
	float: left;
	width: 43%;
	height: 455px;
	padding:70px 70px 20px 70px;
	background: url('../images/home/middle-bg.jpg') no-repeat center center #7e2f35;
}

.middle-content .left-side .text-box{
	float: right;
	width: 60%;
	height: 100%;
}

.middle-content .right-side{
	float: left;
	width: 57%;
	height: 455px;
	overflow: hidden;
}

.items{
	width: 100%;
	height: 100%;
}

.item-box{
	float: left;
	width: 25%;
	height: 50%;
	color:#5b666f;
	text-align: center;
	padding:45px 15px 10px 15px;
	cursor: context-menu;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.item-box h5{font-family: 'Oxygen';}

.item-box span{
	display: inline-block;
	width: 48px;
	height: 50px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.item-box span.icon-1{background: url('../images/home/icon-1.png');}
.item-box span.icon-2{background: url('../images/home/icon-2.png');}
.item-box span.icon-3{background: url('../images/home/icon-3.png');}
.item-box span.icon-4{background: url('../images/home/icon-4.png');}
.item-box span.icon-5{background: url('../images/home/icon-5.png');}
.item-box span.icon-6{background: url('../images/home/icon-6.png');}
.item-box span.icon-7{background: url('../images/home/icon-7.png');}
.item-box span.icon-8{background: url('../images/home/icon-8.png');}

.item-box:hover span.icon-1,
.item-box:focus span.icon-1{background: url('../images/home/icon-1.png') center 48px;}
.item-box:hover span.icon-2,
.item-box:focus span.icon-2{background: url('../images/home/icon-2.png') center 49px;}
.item-box:hover span.icon-3,
.item-box:focus span.icon-3{background: url('../images/home/icon-3.png') center 50px;}
.item-box:hover span.icon-4,
.item-box:focus span.icon-4{background: url('../images/home/icon-4.png') center 50px;}
.item-box:hover span.icon-5,
.item-box:focus span.icon-5{background: url('../images/home/icon-5.png') center 47px;}
.item-box:hover span.icon-6,
.item-box:focus span.icon-6{background: url('../images/home/icon-6.png') center 50px;}
.item-box:hover span.icon-7,
.item-box:focus span.icon-7{background: url('../images/home/icon-7.png') center 50px;}
.item-box:hover span.icon-8,
.item-box:focus span.icon-8{background: url('../images/home/icon-8.png') center 50px;}

.item-box:hover,
.item-box:focus{
	color:#ffffff;
	background: url('../images/home/icon-bg.png') no-repeat center center;
	background-size: cover;
	-webkit-box-shadow: 0 0 30px #59636c;
	-moz-box-shadow: 0 0 30px #59636c;
	box-shadow: 0 0 30px #59636c;
}

.mini-section{
	width: 100%;
	overflow: hidden;
	padding:60px 0;
	background: url('../images/home/mini-section-bg.jpg') no-repeat left center;
	background-size: cover;
}

.mini-section h1{
	width: 50%;
	margin:auto;
}

.mini-section a.bttn{margin-top:40px;}


/*****       Footer       *****/


.footer{
	width: 100%;
	overflow: hidden;
	background: url('../images/footer-pattern.jpg') repeat;
}

.sitemap{
	width: 100%;
	overflow: hidden;
}

.sitemap ul{
	float: left;
	width: 20%;
	min-height: 180px;
	padding:30px 20px 0 60px;
	border-left:1px solid #dbe1e7;
}

.sitemap ul:first-child{border-left:none;}

.sitemap ul li{
	font-size: 15px;
	margin:5px 0;
}

.sitemap ul li.heading{
	font-family: 'Oxygen-Bold';
	color:#5b666f;
	margin-bottom: 10px;
}

.sitemap ul li a:hover{color:#5b666f;}

.sub-footer{
	width: 100%;
	overflow: hidden;
	padding:60px 50px;
}

.footer-logo{
	float: left;
	width: 201px;
}

.newsletter-signup{
	float: left;
	width: 45%;
	padding-top:10px;
	padding-left:55px;
}

.newsletter-signup label{display: block;}

.newsletter-signup input[type="email"]{
	width: 220px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 3px;
}

.newsletter-signup input[type="email"]:focus{border:1px solid #9d8a6a;}

.newsletter-signup input[type="submit"]{
	width: auto;
	height: 40px;
	line-height: 32px;
	vertical-align: middle;
	color:#9d8a6a;
	border:2px solid #9d8a6a;
}

.newsletter-signup input[type="submit"]:hover,
.newsletter-signup input[type="submit"]:focus{
	text-shadow:0 0 0 #9d8a6a;
	-webkit-box-shadow: 0 0 4px #9d8a6a;
	-moz-box-shadow: 0 0 4px #9d8a6a;
	box-shadow: 0 0 4px #9d8a6a;
}

.sub-footer-info{
	float: right;
	width: 30%;
	padding-top:20px;
}

.footer-socials{
	width: 100%;
	padding-bottom: 9px;
}

.footer-socials a{
	display: inline-block;
	margin-right: 2px;
}

.footer-socials a:hover{opacity: .8;}

.copyright{
	width: 100%;
	padding-top:9px;
}

.copyright a{
	color:#5b666f;
	margin:0 5px;
}

.copyright a:first-child{margin-left:12px;}


/****************************************************************************************************

***********************************************  ADVANCED-PROGRAM.HTML  ****************************************

*****************************************************************************************************/


.top-bar{
	width: 100%;
	overflow: hidden;
	padding:65px 80px;
	background: url('../images/top-image.jpg') no-repeat center top;
	background-size:cover !important;
}

.top-bar .frame{max-width: 650px;}

.top-bar h1{
	color:#7d3034;
	text-transform: uppercase;
}

.top-bar p{
	width: 55%;
	font-size: 14px;
	color:#5b666f;
	padding-top:20px;
}

.breadcrumb{
	width: 100%;
	overflow: hidden;
	padding:0 27px;
	background: #9d8a6a;
}

.breadcrumb ul li{
	float: left;
	font-family: 'Oxygen-Bold';
	font-size: 16px;
	color:#ffffff;
	padding:20px 0;
	margin-right: 25px;
}

.breadcrumb ul li::after{
	content:url('../images/assets/breadcrumb-arrow.png');
	display: inline-block;
	margin-left:25px;
}

.breadcrumb ul li:last-child::after{display: none;}

.breadcrumb ul li a:hover{color:#7d3034;}

.breadcrumb ul li:last-child a{cursor: context-menu;}
.breadcrumb ul li:last-child a:hover{color:#ffffff;}

.static-content{
	width: 100%;
	overflow: hidden;
	padding:65px 80px;
	background: #ffffff;
}

.static-content h1{
	font-size: 40px;
	color:#7d3034;
	line-height: 1.4;
}

.static-content p{
	font-size: 14px;
	color:#5b666f;
}

.static-content .frame > ul{
	width: 100%;
	overflow: hidden;
	padding:25px 5px 0 20px;
}

.static-content .frame > ul > li{
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#323d46;
	padding-left:20px;
	margin:5px 0;
	background: url('../images/assets/bullet.png') no-repeat left 9px;
}

.static-content .frame > ol{padding-top:15px;}

.static-content .frame > ol > li{
	font-family: 'Oxygen-Bold';
	font-size: 17px;
	color:#323d46;
	margin:12px 0;
}

.has-bubble{
	position: relative;
	width: 100%;
	padding:15px 0;
}

.bubble{
	position: absolute;
	bottom:55px;
	left:0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	color:#ffffff;
	padding:25px 25px 50px 25px;
	background: #68747c;
	border:1px solid #616b71;
	border-radius: 5px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	z-index: 1000;
}

.bubble h4{color:#ffffff !important;}

.bubble ul{
	width: 100%;
	padding-top:25px;
}

.bubble ul li{font-size: 15px;}

.bubble ul li span{
	display: inline-block;
	width: 40px;
	font-size: 35px;
	padding-right: 25px;
}

.bubble.shown{
	visibility: visible;
	opacity: 1;
	bottom:70px;
}

.bubble::after{
	content:'';
	position: absolute;
	bottom:-15px;
	left:30%;
	width: 30px;
	height: 30px;
	background: #68747c;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index: 111;
}

.static-content h4{color:#7d3034;}

.program-table{
	width: 100%;
	overflow: hidden;
	padding:30px 0;
}

.program-table table{
	background: #a68462;
	border:1px solid #ffffff;
	border-radius: 2px;
}

.program-table table tr td{
	width: 14.28571428571429%;
	height: 60px;
	vertical-align: middle;
	font-family: 'Oxygen-Bold';
	font-size: 13px;
	color:#ffffff;
	text-align: center;
	padding:2px 4px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

.program-table table tr:last-child td{border-bottom: none;}
.program-table table tr td:first-child{border-left:none;}

.main-image{
	width: 100%;
	overflow: hidden;
	margin-top:18px;
}

.main-image img{display: block;}

.step-box-wrapper{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.step-box{
	float: left;
	width: 32.66666666666667%;
	height: 595px;
	overflow: auto;
	color:#ffffff;
	padding:10px 0;
	margin-left:1%;
	margin-top:10px;
	background: #a68462;
}

.step-box:first-child{margin-left:0;}

.step-inner-box{padding:13px 23px;}

.step-box h4{
	color:#ffffff;
	padding-top:20px;
}

.step-box p{
	color:#ffffff;
	padding-top:20px;
}

.static-content h2{
	font-size: 23px;
	color:#7d3034;
	padding-top:10px;
}

.bottom-box{
	width: 100%;
	overflow: hidden;
	margin:40px 0;
}

.bottom-box span{
	display: inline-block;
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#5b666f;
	padding-top:15px;
}

a.download{
	float: right;
	display: inline-block;
	font-family: 'Oxygen-Bold';
	font-size:15px;
	color:#ffffff;
	padding:15px 25px 15px 50px;
	background: url('../images/download-pdf.png') no-repeat 25px center #9d8a6a;
	border-radius: 2px;
}

a.download:hover{background: url('../images/download-pdf.png') no-repeat 25px center #8d7d62;}

.bottom-box span.h2{
	font-size: 17px;
	color:#7d3034;
}

.corporate-program-table{
	width: 100%;
	overflow: hidden;
	margin:35px 0 15px 0;
}

.corporate-program-table h2{
	font-size: 23px;
	color:#58616a;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.corporate-program-table ul{
	float: left;
	width: 50%;
	border:1px solid #6a747c;
}

.corporate-program-table ul:last-child{border-left:none;}

.corporate-program-table ul li{
	font-family: 'Oxygen-Bold';
	font-size: 13px;
	color:#58616a;
	padding:15px 0;
	text-align: center;
	border-bottom: 1px solid #6a747c;
}

.corporate-program-table ul li:last-child{border-bottom: none;}

.corporate-program-table ul li.heading{
	color:#ffffff;
	background: #7d3034;
}


/****************************************************************************************************

***********************************************  CONTACT-US.HTML  ****************************************

*****************************************************************************************************/


.form-box{
	width: 100%;
	overflow: hidden;
	padding-top:55px;
}

.form-box .left-box{
	position: relative;
	float: left;
	width: 50%;
	padding-right: 70px;
}

.form-box .right-box{
	float: left;
	width: 50%;
	padding-left:70px;
	border-left:1px solid #d1d5d8;
}

.checkbox-holder{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.checkbox-holder input[type="checkbox"]:not(:checked),
.checkbox-holder input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox-holder input[type="checkbox"]:not(:checked) + label,
.checkbox-holder input[type="checkbox"]:checked + label {
  position: relative;
  display: inline-block;
  font-family: 'Oxygen';
  font-size: 15px;
  padding:0;
  padding-left: 30px;
  margin:0;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox-holder input[type="checkbox"]:not(:checked) + label:before,
.checkbox-holder input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border:1px solid #d8d8d8;
}

/* checked mark aspect */
.checkbox-holder input[type="checkbox"]:not(:checked) + label:after,
.checkbox-holder input[type="checkbox"]:checked + label:after {
  content: url('../images/tick.png');
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #2899e0;
}

/* checked mark aspect changes */
.checkbox-holder input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkbox-holder input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.form-text-box{
	width: 100%;
	overflow: hidden;
	padding-top:20px;
}

.form-text-box .checkbox-holder{
	float: left;
	width: 55%;
	padding:0;
}

.form-text-box .checkbox-holder label{
	font-family: 'Oxygen-Bold' !important;
	font-size: 13px !important;
	color:#5b656e; 
}
.form-text-box .checkbox-holder label a{color:#7d3034;}

.form-text-box input[type="submit"]{
	float: right;
	width: auto;
	padding:0 25px;
}

.contact-box{
	width: 100%;
	padding:30px;
	background: #7d3034;
}

.contact-box ul li{
	font-size: 14px;
	color:#ffffff;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top:20px;
}

.contact-box ul li:first-child{margin-top:0;}

.contact-box ul li.address{background: url('../images/nav-icon.png') no-repeat left 5px;}
.contact-box ul li.phone-number{background: url('../images/phone-icon.png') no-repeat left top;}
.contact-box ul li.email-address{background: url('../images/mail-icon.png') no-repeat left 3px;}

.error-message{
	width:100%;
	overflow: hidden;
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#f3f3f3;
	padding:15px 12px 15px 45px;
	background:url('../images/error-icon.png') no-repeat 14px center #ed1c24;
}

.success-message{
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 761px;
	text-align: center;
	padding:150px 30px;
	background: url('../images/success-bg.jpg') no-repeat center center;
	background-size: cover;
	z-index: 10;
}

.success-message h1,
.success-message p{color:#ffffff;}

.success-message a.close{
	position: absolute;
	top:20px;
	right: 20px;
	z-index: 11;
}


/****************************************************************************************************

***********************************************  STATIC.HTML  ****************************************

*****************************************************************************************************/


.inner-static{
	max-width: 1200px;
	overflow: hidden;
}

.main-content{
	float: left;
	width: 70%;
	overflow: hidden;
	padding-right: 30px;
	margin-right: 5%;
}

.main-content > *:first-child{
	padding-top:0;
	margin-top:0;
}

.right-sidebar{
	float: right;
	width: 25%;
	overflow: hidden;
}

.right-navigation{
	width: 100%;
	overflow: hidden;
	padding:25px;
	background: #7d3034;
}

.right-navigation ul li{
	font-family: 'Oxygen-Bold';
	font-size: 16px;
	color:#ffffff;
	padding-left:20px;
	margin:7px 0;
	background: url('../images/assets/navigation-arrow.png') no-repeat left 10px;
}

.right-navigation ul li a.selected,
.right-navigation ul li a:hover{text-decoration: underline;}

.main-content h1{
	font-size: 40px;
	color:#7d3034;
	padding-top:15px;
}
.main-content h2{
	font-size: 32px;
	color:#24272d;
	padding-top:15px;
}
.main-content h3{
	font-size: 23px;
	color:#24272d;
	padding-top:15px;
}
.main-content h4{
	font-size: 18px;
	color:#24272d;
	padding-top:15px;
}
.main-content h5{
	font-size: 16px;
	color:#24272d;
	padding-top:15px;
}
.main-content h6{
	font-size: 14px;
	color:#24272d;
	padding-top:15px;
}

.main-content ul,
.main-content ol{
	padding-left:30px;
	list-style: disc;
	margin-top:30px;
}
.main-content ol{list-style: decimal;}

.main-content ul li,
.main-content ol li{
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#5b666f;
	margin:3px 0;
}

.quote{
	width: 100%;
	overflow: hidden;
	color:#24272d;
	padding:0 45px;
	margin-top:45px;
	border-left:3px solid #7d3034;
}

.quote strong{font-size: 25px;}
.quote span{
	display: inline-block;
	font-size: 12px;
	padding-top:25px;
}

.quote-text::before{
	content: url('../images/start-quote.png');
	padding-right: 25px;
}

.quote-writer::after{
	content: url('../images/end-quote.png');
	padding-left: 25px;
}

.quote-text{text-align: left;}
.quote-writer{text-align: right;}


/****************************************************************************************************

***********************************************  REGISTER.HTML  ****************************************

*****************************************************************************************************/


.program-box{
	max-width: 280px;
	overflow: hidden;
	margin-bottom: 30px;
}

.program-box img{
	display: block;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.program-box h5{
	overflow: hidden;
	font-size: 16px;
	color:#ffffff;
	text-align: center;
	padding:13px 5px 15px 5px;
	background: #7d3034;
}

.program-box a:hover img{
	-webkit-transform:scale(1.04, 1.04);
	-moz-transform:scale(1.04, 1.04);
	transform:scale(1.04, 1.04);
}

.image-holder{
	width: 100%;
	overflow: hidden;
}

.right-box.has-program-box{
	padding-left:0;
	border-left:none;
}

.date-of-birth{
	width: 100%;
	overflow: hidden;
}

.date-of-birth .month-of-birth{
	float: left;
	width: 42%;
	margin-right: 2%;
}

.date-of-birth .day-of-birth{
	float: left;
	width: 24%;
	margin-right: 2%;
}

.date-of-birth .year-of-birth{
	float: left;
	width: 30%;
}


/****************************************************************************************************

***********************************************  FAQ.HTML  ****************************************

*****************************************************************************************************/


.faq-content .accordion{margin-top:30px;}

.faq-content .accordion p{
	font-family: 'Oxygen';
	font-size:14px;
}

.faq-content .accordion p a{
	font-family: 'Oxygen-Bold';
	color:#7d3034;
}

.faq-content .accordion ul,
.faq-content .accordion ol{padding-top:20px;}

.faq-content .accordion ul li,
.faq-content .accordion ol li{margin:5px 0;}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	width: 24px;
	height: 24px;
	margin-top:-10px;
	background: url('../images/plus.png') no-repeat center center;
}

.ui-accordion-header.ui-state-default{
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#ffffff;
	padding:15px 45px 15px 20px;
	margin:0;
	background: #7d3034;
	border-bottom: 1px solid #6e2328;
	border-radius: 0;
}


.ui-accordion-header.ui-accordion-header-active{
	background: #6e2328;
    border-bottom:1px solid #4c545c;
}

.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon{background: url('../images/minus.png') no-repeat center center;}

.ui-accordion-header.ui-state-focus,
.ui-accordion-header.ui-state-hover{
	border:none;
	border-bottom: 1px solid #6e2328;
}

.ui-accordion .ui-accordion-content{padding:0 0 30px 0;}


/****************************************************************************************************

***********************************************  NEWS-LISTING.HTML  ****************************************

*****************************************************************************************************/


.news-listing{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	z-index: 99;
}

.news-list-box{
	width: 100%;
	overflow: hidden;
	color:#5b656e;
	border-bottom: 1px solid #d1d5d8;
}

.news-list-image{
	float: left;
	width: 32%;
}

.news-list-image img{display: block;}

.news-list-details{
	float: left;
	width: 68%;
	padding:30px 30px 15px 30px;
}

.news-list-details h2{
	font-size: 27px;
	line-height: 1.4;
}

.news-list-details h2:hover{color:#7d3034;}

span.date{
	display: block;
	font-size: 15px;
	color:#b6bbbe;
	padding-top:15px;
}

span.date strong{
	font-family: 'Oxygen';
	color:#7d3034;
	padding-left:20px;
}

.news-list-details p{
	font-size: 15px;
	color:#6a747c;
	padding-top:15px;
}


/****************************************************************************************************

***********************************************  NUTRITION.HTML  ****************************************

*****************************************************************************************************/


.nutrition-table{
	width: 100%;
	overflow: hidden;
	padding-top:30px;
}

.nutrition-table ul{
	float: left;
	width: 20%;
	overflow: hidden;
}

.nutrition-table ul li.heading{
	width: 100%;
	height: 55px;
	line-height: 50px;
	font-family: 'Oxygen-Bold';
	font-size: 14px;
	color:#ffffff;
	text-align: center;
	padding:0 5px;
	background: #7d3034;
}

.nutrition-table ul li.heading span{
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.nutrition-table ul li:not(.heading){
	width: 100%;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	padding:0 10px;
	border-left:1px solid #6a747c;
	border-bottom: 1px solid #6a747c;
}

.nutrition-table ul:last-child li{border-right:1px solid #6a747c;}

.nutrition-table ul li .nutrition-image{
	float: left;
	width: 30%;
	text-align: center;
}

.nutrition-table ul li .nutrition-image img{vertical-align: middle;}

.nutrition-table ul li strong{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	font-size: 13px;
	line-height: 18px;
	color:#58616a;
	padding-left:10px;
}


/****************************************************************************************************

***********************************************  SPECIFIC-NEWS.HTML  ****************************************

*****************************************************************************************************/


.top-bar.specific-news{
	padding:65px 80px;
	background: url('../images/top-image-2.jpg') no-repeat center top;
}

.top-bar.specific-news .frame{max-width: 930px;}

.top-bar.specific-news h1{
	color:#5b656e;
	text-transform: none;
	line-height: 1.4;
}

.top-bar.specific-news span.date{color:#5b656e;}

.share-on{
	width: 100%;
	overflow: hidden;
	padding-top:10px;
}

.share-on a{
	position: relative;
	display: inline-block;
	width: 110px;
	height: 35px;
	line-height: 33px;
	overflow: hidden;
	font-family: 'Oxygen';
	font-size: 15px;
	color:#ffffff;
	padding-left:48px;
	margin-right: 10px;
	border-radius: 3px;
}

.share-on a span{
	position: absolute;
	top:0;
	left:0;
	width: 32px;
	height: 35px;
}

.share-on a.facebook{background: #3b5998}
.share-on a.facebook span{background:url('../images/facebook-share.png') no-repeat center center #5270b1}
.share-on a.twitter{background: #00aced}
.share-on a.twitter span{background:url('../images/twitter-share.png') no-repeat center center #36beff}
.share-on a.google{background: #dd4b39}
.share-on a.google span{background:url('../images/google-share.png') no-repeat center center #fd6851}
.share-on a.linkedin{background: #007bb5}
.share-on a.linkedin span{background:url('../images/linkedin-share.png') no-repeat center center #36beff}

.share-on a.facebook:hover{background: #5270b1}
.share-on a.facebook:hover span{background:url('../images/facebook-share.png') no-repeat center center #3b5998}
.share-on a.twitter:hover{background: #36beff}
.share-on a.twitter:hover span{background:url('../images/twitter-share.png') no-repeat center center #00aced}
.share-on a.google:hover{background: #fd6851}
.share-on a.google:hover span{background:url('../images/google-share.png') no-repeat center center #dd4b39}
.share-on a.linkedin:hover{background: #36beff}
.share-on a.linkedin:hover span{background:url('../images/linkedin-share.png') no-repeat center center #007bb5}

.related-news{
	width: 100%;
	overflow: hidden;
}

.related-news h3{
	font-size: 19px;
	color:#5b656e;
}

.news-box{
	max-width: 280px;
	overflow: hidden;
	margin-top:20px;
	background: #f5f5f5;
	border-bottom: 1px solid #e3e3e3;
}

.news-inner-box{
	width: 100%;
	overflow: hidden;
	padding:15px;
}

.news-box h5{
	font-size: 14px;
	color:#7d3034;
}

.news-box span.date{
	font-size: 12px;
	color:#5b656e;
	padding-top:10px;
}


/****************************************************************************************************

***********************************************  TEAMS.HTML  ****************************************

*****************************************************************************************************/


.teams{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	z-index: 99;
}

.member{
	float: left;
	display: table;
	width: 25%;
	height: 450px;
	color: #5b656e;
	padding:20px;
	background: #ffffff;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	-ms-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}

.member a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.member h2{
	font-size: 20px;
	padding-top:5px;
}
.member h4{
	font-size: 15px;
	padding-top:5px;
}

.member:hover,
.member:focus{
	color:#ffffff;
	background: url('../images/member-hover-bg.jpg') no-repeat center center;
	background-size: cover;
}

.lightbox{
  max-width: 770px;
  max-height: 700px;
  overflow: hidden;
  padding:35px 35px 50px 35px;
}

.lightbox .leftside{
	float: left;
	width: 35%;
	text-align: center;
	padding-right: 30px;
	border-right:1px solid #dedede;
}

.lightbox .rightside{
	float: right;
	width: 65%;
	padding-left:30px;
}

.lightbox h2{
	font-size: 20px;
	color:#7d3034;
	padding-top:5px;
}

.lightbox h3{
	font-size: 18px;
	color:#353e47;
}

.lightbox h4{
	font-size: 15px;
	color:#5b656e;
}

.lightbox p{
	font-size: 15px;
	color:#5b656e;
	padding-top:20px;
}

.lightbox p a{color:#7d3034;}

.lightbox a.share-on-linkedin{
	display: inline-block;
	font-family: 'Oxygen-Bold';
	font-size: 15px;
	color:#ffffff;
	padding:12px 20px 12px 60px;
	margin-top:35px;
	background: url('../images/linkedin-share-2.png') no-repeat 15px center #007bb5;
	border-radius: 2px;
}

.lightbox a.share-on-linkedin:hover{background: url('../images/linkedin-share-2.png') no-repeat 15px center #36beff;}