@charset "utf-8";
/* CSS Document */

#allTabs {
	margin:12px -20px 0 -15px;	
}

#allTabs .nav-tabs {
	border-bottom: 0px solid #dddddd;
	margin-bottom:45px;
}
#allTabs .nav > li > a {
	position: relative;
	display: block;
	padding: 0 27px;
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 18px; line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0px solid transparent;
}

#allTabs .nav.connect > li > a {
    padding: 0 21px;
}

#allTabs .nav li:first-child a {padding-left:0px;}
#allTabs .nav li:last-child a {padding-right:0px;}

#allTabs .nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

#allTabs .nav > li > a:hover,
#allTabs .nav > li > a:focus {
	text-decoration: none;
	background-color: #ffffff;
	color: #008ca9;
}
#allTabs .nav-tabs > li.active > a,
#allTabs .nav-tabs > li.active > a:hover,
#allTabs .nav-tabs > li.active > a:focus {
	color: #FF3333;
	cursor: default;
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-bottom-color: transparent;
}
#allTabs .nav-tabs > li.active > a:hover {color: #FF3333;}

#allTabs .tab-content .tab-pane, #allTabs .tab-content .tab-pane p {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
#allTabs .tab-content a {
	color: #FF3333;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}

#allTabs .creators {
	margin: 40px 0;
	position:relative;
}
#allTabs .creators:before, #allTabs .creators:after {display: table; content: " ";}
#allTabs .creators:after {clear: both;}
#allTabs .creators:before, #allTabs .creators:after {display: table; content: " ";}
#allTabs .creators:after {clear: both;}

#allTabs .creators .person {
	width: 50%;
	float: left;
}
#allTabs .creators .person img {width: 100%; height: auto;}

#allTabs .creators .person .name {
	position: absolute;
	bottom: 0px;
	height: 150px; width: 100%;
	padding: 55px 0 0 0;
	background: url(../images/1x1-white60.png);
	display: none;
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 24px; line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#allTabs .creators .person:hover .name {display: block;}

#allTabs .creators .person .name.taylor {left: 0px;}
#allTabs .creators .person .name.dorothy {right: 0; text-align: right;}


@media (min-width: 993px) and (max-width: 1199px) {
	#allTabs .nav > li > a {
		padding: 0 6px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#allTabs {
		margin: 12px 0 0 0;
	}
	
	#allTabs .nav > li > a {
		position: relative;
		display: block;
		padding: 0 7px;
		font-family: 'BlockBertholdCondensedRegular';
		color: #333333;
		font-size: 16px; line-height: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		border: 0px solid transparent;
	}
}

@media (max-width: 767px) {
	#allTabs {
		margin: 12px 0 0 0;
	}
	
	#allTabs .nav > li > a {
		position: relative;
		display: block;
		padding: 0 7px;
		font-family: 'BlockBertholdCondensedRegular';
		color: #333333;
		font-size: 16px; line-height: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		border: 0px solid transparent;
	}
}

/* CONNECT        */ /**************************/ /* START   */

#connect {
	width: 115px;
	font-family: 'CenturySchoolbookItalic';
	font-size: 12px;
	color: #333333;
	text-align: left;
}
#connect p {
	margin: 0; padding: 0 0 15px 0;	
	font-family: 'CenturySchoolbookItalic';
	font-size: 12px;
	color: #333333;
}
#connect p.txtRed {color: #FF3333;}
#connect h5 {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 45px 0;
	text-align: right;
}
#connect span.b {font-family: 'CenturySchoolbookBoldItalic';}
#connect span.txtRed {font-family: 'CenturySchoolbookBoldItalic'; color:#FF3333;}

/* */

#connect .nav-tabs {
	border-bottom: 0px solid #dddddd;
	margin-bottom:45px;	
}
#connect .nav, #connect .nav li {text-align: right;}
#connect .nav > li > a {
	position: relative;
	width:100%;
	padding: 0 0 0 0;
	font-family: 'CenturySchoolbookItalic';
	color: #333333;
	font-size: 12px; line-height: 12px;
	letter-spacing: 1px;
	border: 0px solid transparent;
}

#connect .nav-tabs > li {
	float: none;
	margin-bottom: 10px;
}

#connect .nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

#connect .nav > li > a:hover,
#connect .nav > li > a:focus {
	text-decoration: none;
	background-color: #ffffff;
	color: #008ca9;
}
#connect .nav-tabs > li.active > a,
#connect .nav-tabs > li.active > a:hover,
#connect .nav-tabs > li.active > a:focus {
	color: #FF3333;
	cursor: default;
	background-color: #ffffff;
	border: 0px solid #dddddd;
	border-bottom-color: transparent;
}
#connect .nav-tabs > li.active > a:hover {color: #FF3333;}


@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	#connect {width: 100%; text-align: left;}
	#connect p {padding-bottom:7px;}
	#connect h5 {
		text-align: left;
		margin-bottom: 0;
	}
	
	#connect .nav-tabs {
		margin-bottom:10px;	
	}
	#connect .nav-tabs > li {
		float: left; margin-right:10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	#connect {width: 100%; text-align: left;}
	#connect p {padding-bottom:7px;}
	#connect h5 {
		text-align: left;
		margin-bottom: 0;
	}
	
	#connect .nav-tabs {
		margin-bottom:10px;	
	}
	#connect .nav-tabs > li {
		float: left; margin-right:10px;
		margin-bottom: 10px;
	}

}

/* CONNECT        */ /****************************/ /* END   */


/* CONTACT        */ /**************************/ /* START   */

#formContact {
	width: 420px;
}
#formContact:before, #formContact:after {display: table; content: " ";}
#formContact:after {clear: both;}
#formContact:before, #formContact:after {display: table; content: " ";}
#formContact:after {clear: both;}

#formContact .head {
	font-family: 'CenturyGothicItalic';
	color: #008ca9;
	font-size: 18px;
	text-transform: lowercase;
	letter-spacing: 1px;
	padding: 0;
	margin: 8px 0 0 0;
}

#formContact .box {
	float: left;
	width: 210px;
}

#formContact .box input.textField {
	width: 210px;
	border: 1px solid #dfdfdf;
	padding: 3px 10px;
	margin-bottom: 8px;
}
#formContact .box input.textField.xs {
	width: 155px;
	margin-left: 20px;
}

#formContact .box  textarea {
	width: 210px;
	height: 235px;
	border: 1px solid #dfdfdf;
	margin: 0 0 8px 0;
}

#formContact input[type="checkbox"] {
	background:url(../images/checkbox2.png) 0px 0px no-repeat;
	vertical-align:text-top;
	float: left;
}
#formContact input[type="checkbox"]:checked  {
	background:url(../images/checkbox2.png) 0px -19px no-repeat;
}

#formContact input[type="radio"] {
	background:url(../images/radio2.png) 0px 0px no-repeat;
	float: left;
}
#formContact input[type="radio"]:checked  {
	background:url(../images/radio2.png) 0px -19px no-repeat;
}


input[type="radio"] {
    float: left;
}
input[type="radio"] + label.chk{
    padding-left: 17px;
    height: 12px;
    display: inline-block;
    line-height: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"]:checked + label.chk  {
    /*background:url(../images/checkbox2.png) 0px -19px no-repeat;*/   
    background-position: 0 -12px !important;
}
label.chk {
    padding-left: 17px;
    height: 12px;    
    line-height: 12px;
    /*background: url(../images/bg_checkbox.png) no-repeat;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
#formContact .countTxt {
	border: 0px;
	margin: 0 0 0 135px;
	font-family: Verdana;
	color: #333;
	font-size: 9px;
	background: #ffffff;
	width: 20px;
	text-align: right;
	font-style: italic;
}
#formContact label.wl_how_to_apply {
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
}
#formContact input.btnSend {
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/but-send.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 73px;
	height: 23px;
	float: right;
	margin: 0 0px 0 30px;
	text-indent: -999px;
}
#formContact input.btnSend:hover {background-position: -73px 0;}

#formContact span.err {
	color: #FF3333; font-family: 'CenturyGothicItalic';
}
#formContact span.err p {
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding: 0; margin: 0;
	font-size: 11px;
}


@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* CONTACT        */ /****************************/ /* END   */


/* TESTIMONIALS   */ /**************************/ /* START   */

.quoteItem {
	color: #008ca9;
	font-size:17px;
	font-family: 'CenturyGothicItalic';
	padding: 0 0 30px 0;
}
.quoteItem .postedBy {font-size: 14px; color: #008ca9; text-align: right; padding:8px 80px 0;}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* TESTIMONIALS   */ /***************************/ /* END   */


/* FINE PRINT   */ /**************************/ /* START   */

#terms-tab, #privacy-tab, #editorial-tab {height: 365px; width:100%;}


.tab-pane {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}

.tab-pane .item {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.tab-pane .item a {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	color: #008ca9;
}
.tab-pane .item a:hover {
	color: #ff3333;
}
.tab-pane .item ul, .tab-pane .item ul li {
	margin: 0; padding: 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.tab-pane .item ul  {margin-left:40px;}


.tab-pane .iosSlider {
	width: 590px;
	height: 365px;
}
.tab-pane .iosSlider .slider {
	width: 590px;
	height: 365px;
}
.tab-pane .iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 590px;
	height: 365px;
	margin: 0 0 0 0;
	font-size:11px;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}

.tab-pane .iosSlider .slider .item ul, .tab-pane .iosSlider .slider .item ul li {
	margin: 0; padding: 0;
}
.tab-pane .iosSlider .slider .item ul  {margin-left:40px;}

.tab-pane .pag {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	cursor: pointer;
	font-size: 1px;
}
.tab-pane .next {
	background: url(../images/arrow-left-retina.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: right;
	margin-top: -215px;
	margin-right: -20px;
}
.tab-pane .prev {
	background: url(../images/arrow-right-retina.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float: left;
	margin-top: -215px;
	margin-left: -25px;
}
.tab-pane .pag.unselectable {opacity: 0;}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* FINE PRINT   */ /***************************/ /* END   */


/* EVENTS   */ /**************************/ /* START   */

.events .ec {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.events .ec .ulCat {
	margin:0 0 10px 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.events .ec .ulCat .liclass {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.events .ec .ulCat .liclass p, .events .ec .ulCat .liclass strong, .events .ec .ulCat .liclass b {
	font-weight:bold; padding:5px 0; margin:0px;
	font-family: 'CenturyGothicRegular' !important;
	font-size: 12px !important;
}
.events .liclass a {color:#f33;}
.events .ulCatTitle.selected{font-weight:bold;color:#000000}

.events .ec .ulCat span.ulCatTitle {
	cursor: pointer;
	color: #999;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.events .ec .ulCat span.ulCatTitle.selected {color: #000;}


@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

#formEvents {margin:40px 0 0 0;}

#formEvents:before, #formEvents:after {display: table; content: " ";}
#formEvents:after {clear: both;}
#formEvents:before, #formEvents:after {display: table; content: " ";}
#formEvents:after {clear: both;}

#formEvents .box {
	float: left;
	width: 295px;
}

#formEvents .labelEvent {
	font-family: 'BlockBertholdCondensedRegular';
	color: #333333;
	font-size: 16px; line-height: 16px;
	letter-spacing: 1px;
	float: left;
	min-width: 40px;
	font-weight: normal;
}
#formEvents .labelEvent span {font-family: 'CenturyGothicRegular'; font-size:12px;}

#formEvents .box input.textField {
	width: 240px;
	border: 1px solid #dfdfdf;
	padding: 3px 10px;
	margin-bottom: 8px;
}
#formEvents .box input.textField.date {
	margin: 0 0 0 0;
	background: #FFFFFF url(../images/icon-date.png) no-repeat left;
	padding-left:30px;
}
#formEvents .box input.textField.xs {
	width: 155px;
	margin-left: 20px;
}

#formEvents textarea {
	width: 535px;
	height: 135px;
	border: 1px solid #dfdfdf;
	margin: 0 15px 8px 20px;
	float: right;
}

#formEvents .countTxt {
	border: 0px;
	margin: 0 5px 0 0;
	font-family: Verdana;
	color: #333;
	font-size: 9px;
	background: #ffffff;
	width: 20px;
	text-align: right;
	font-style: italic;
	float: right;
}
#formEvents label.wl_how_to_apply {
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
	float: right;
	margin-right: 15px;
}
#formEvents input.btnSend {
	outline: none;
	border: 0;
	background-color: transparent;
	background-image: url(../images/but-send.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 73px;
	height: 23px;
	float: right;
	margin: 0 15px 0 30px;
	text-indent: -999px;
}
#formEvents input.btnSend:hover {background-position: -73px 0;}

/* */

@media (min-width: 993px) and (max-width: 1199px) {
	#formEvents textarea {
		width: 435px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#formEvents textarea {
		width: 415px;
	}
}

@media (max-width: 767px) {
	#formEvents textarea {
		width: 90%;
	}
}



/* EVENTS   */ /***************************/ /* END   */


/* PRESS   */ /**************************/ /* START   */

#allTabs .tab-content #company-tab p {
	font-size: 18px; color: #008ca9;
}
#allTabs .tab-content #company-tab p span.numbers, #allTabs .tab-content #company-tab p a.numbers {
	font-family: 'BlockBertholdCondensedRegular';
	font-size: 18px; letter-spacing: 1px;
	color: #FF3333;
	text-decoration: none;
}

#allTabs .tab-content #founders-tab p.headline {font-family: 'CenturyGothicItalic'; font-size: 14px; letter-spacing: 1px;}
#allTabs .tab-content #founders-tab p.headline span {font-family: 'CenturyGothicItalic';}

#allTabs .tab-content #founders-tab .events {font-family: 'CenturyGothicItalic';}
#allTabs .tab-content #founders-tab .events strong {font-family: 'CenturyGothicBold';}

.imgFounder {width: 100%; height: auto; margin-bottom: 10px;}

#allTabs .tab-content #founders-tab p.more {font-size: 14px; color: #008ca9;}
#allTabs .tab-content #founders-tab p.more a {
	font-family: 'BlockBertholdRegular';
	font-size: 14px; letter-spacing: 1px;
	color: #FF3333;
}

/* */

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}



#articles-tab .ec {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
#articles-tab .ec .ulCat {
	margin:0 0 20px 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
#articles-tab .ec .ulCat .liclass {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
#articles-tab .ec .ulCat .liclass p, #articles-tab .ec .ulCat .liclass strong, #articles-tab .ec .ulCat .liclass b {
	font-weight:bold; padding:10px 0; margin:0px;
	font-family: 'CenturyGothicRegular' !important;
	font-size: 12px !important;
	font-weight: normal;
}
#articles-tab .ec .ulCat .liclass p a {font-family: 'CenturyGothicBoldItalic'; color: #008ca9; text-decoration: none;}
#articles-tab .ec .ulCat .liclass p a:hover {color: #FF3333;}
#articles-tab .liclass a {color:#f33;}
#articles-tab .ulCatTitle.selected {}

#articles-tab .ec .ulCat span.ulCatTitle {
	cursor: pointer;
	color: #333333;
	font-family: 'CenturyGothicItalic';
	font-size: 14px;
}
#articles-tab .ec .ulCat span.ulCatTitle span.txtBlue {font-family: 'CenturyGothicItalic';}
#articles-tab .ec .ulCat span.ulCatTitle.selected {color: #008ca9;}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

#allTabs .tab-content #downloads-tab p {
	font-size: 14px; font-family: 'CenturyGothicItalic'; 
}
#allTabs .tab-content #downloads-tab p a {color: #008ca9; font-size: 12px; font-family: 'CenturyGothicItalic'; text-decoration: none;}
#allTabs .tab-content #downloads-tab p a:hover {color: #FF3333;}


/* PRESS   */ /****************************/ /* END   */


/* ABOUT   */ /**************************/ /* START   */

#allTabs .tab-content #about-tab p a {color: #008ca9; font-size: 12px; font-family: 'CenturyGothicRegular'; text-decoration: none;}
#allTabs .tab-content #about-tab p a:hover {color: #FF3333;}

/* ABOUT   */ /****************************/ /* END   */


/* NEWSLETTER   */ /*********************/ /* START   */

.newsletters .en {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.newsletters .en .ulCat {
	margin:0 0 10px 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.newsletters .en .ulCat .liclass {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.newsletters .en .ulCat .liclass p, .newsletters .en .ulCat .liclass strong, .newsletters .en .ulCat .liclass b {
	font-weight:bold; padding:5px 0; margin:0px;
	font-family: 'CenturyGothicRegular' !important;
	font-size: 12px !important;
}
.newsletters .en .ulCat .liclass a {color:#008ca9!important; text-decoration: none;}
.newsletters .en .ulCat .liclass a:hover {color:#FF3333!important;}
.newsletters .ulCatTitle.selected{font-weight:bold;color:#000000}

.newsletters .en .ulCat span.ulCatTitle {
	cursor: pointer;
	color: #999;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.newsletters .en .ulCat span.ulCatTitle.selected {color: #000;}


@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* NEWSLETTER   */ /***********************/ /* END   */


/* EDUCATION   */ /**********************/ /* START   */

.education .ed {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.education .ed .ulCat {
	margin:0 0 10px 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.education .ed .ulCat .liclass {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.education .ed .ulCat .liclass p, .education .ed .ulCat .liclass strong, .education .ed .ulCat .liclass b {
	font-weight:bold; padding:5px 0; margin:0px;
	font-family: 'CenturyGothicRegular' !important;
	font-size: 12px !important;
}
.education .ed .ulCat .liclass a {color:#008ca9!important; text-decoration: none;}
.education .ed .ulCat .liclass a:hover {color:#FF3333!important;}
.education .ulCatTitle.selected{font-weight:bold;color:#000000}

.education .ed .ulCat span.ulCatTitle {
	cursor: pointer;
	color: #999;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.education .ed .ulCat span.ulCatTitle.selected {color: #000;}


@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* EDUCATION   */ /************************/ /* END   */


/* WISDOM   */ /*************************/ /* START   */

/*
.tab-pane.wisdome-container {
	margin-right: -20px;
}

.wisdom {
	height: 272px;
	width: 272px;
	position: relative;
	margin: 0 10px 10px 0;
	border: 1px solid #e2e2e2;
	float: left;
	background: #008ca9;
}
.wisdom .hoverBox {
	background: url(../images/1x1-black60.png);
	height:270px;
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
}
.wisdom:hover .hoverBox {display: block;}
.wisdom .hoverBox .pinIt {
	position: absolute;
	top:15px; right:15px;
	width:47px; height:27px;
	border:1px solid #FFFFFF;
}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}
*/
/* WISDOM   */ /***************************/ /* END   */


/* VIDEOS   */ /*************************/ /* START   */

.videoItem {
	background: #333333;
	text-align: right;
	position: relative;
	/*margin: 0 10px 20px -180px;*/
	margin: 0 10px 20px 0px;
}
.videoItem .titleVideo {
	position: absolute;
	width: 190px;
	left: 20px; bottom: 30px;
	font-family: 'CenturyGothicRegular'; 
	color: #FFFFFF!important; text-decoration: none;
	font-size: 12px; text-transform: uppercase;
}

.videoItem .titleVideo span {
    font-family: 'CenturyGothicRegular'!important; 
    font-size: 15px; color: #FFFFFF!important;
}

.videoItem .titleVideo a {
    color: #008ba8!important;   
}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* VIDEOS   */ /***************************/ /* END   */


/* FAQ's    */ /*************************/ /* START   */

.faqs .ef {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.faqs .ef .ulCat {
	margin:0 0 10px 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.faqs .ef .ulCat .liclass {
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
.faqs .ef .ulCat .liclass p, .faqs .ef .ulCat .liclass strong, .faqs .ef .ulCat .liclass b {
	font-weight:bold; padding:5px 0; margin:0px;
	font-family: 'CenturyGothicRegular' !important;
	font-size: 12px !important;
}
.faqs .ef .ulCat .liclass a {color:#008ca9!important; text-decoration: none;}
.faqs .ef .ulCat .liclass a:hover {color:#FF3333!important;}
.faqs .ulCatTitle.selected{font-weight:bold;color:#000000}

.faqs .ef .ulCat span.ulCatTitle {
	cursor: pointer;
	color: #999;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
}
.faqs .ef .ulCat span.ulCatTitle.selected {color: #000;}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

/* FAQ's    */ /***************************/ /* END   */

#submitTestimonials {
	width: 520px;
	margin: 20px 0;
	font-family: 'CenturyGothicRegular';
	font-size: 12px;
	list-style: none;
}
#submitTestimonials .text-init {
	font-family: 'CenturyGothicRegular';
	font-size: 14px;
}

#submitTestimonials .subTitle {
	font-family: 'CenturyGothicItalic';
    color: #008ca9;
    font-size: 18px;
    text-transform: lowercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 7px 0;
}
#submitTestimonials input.textField {
	width: 420px;
    font-family: 'CenturyGothicRegular';
    font-size: 18px;
    padding: 8px 10px 8px 10px;
    font-weight: normal;
    border: 1px solid #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
    float: none;
}
#submitTestimonials textarea {
	height: 135px;
	width: 420px;
    font-family: 'CenturyGothicRegular';
    font-size: 18px;
    padding: 8px 10px 8px 10px;
    font-weight: normal;
    border: 1px solid #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
    float: none;
}

#submitTestimonials label.chk {
	background: none;
	width: 100%;
	font-family: 'CenturyGothicRegular';
	color: #333333;
	font-size: 14px;
	height: 20px;
	line-height: normal;
	font-weight: normal;
	float: left;
	margin-top: 10px;
	padding: 0;
	padding-left: 20px!important;
	position: relative;
}


/* */

#submitTestimonials input[type=checkbox] {
  position: absolute;
  left: -1000em;
}

#submitTestimonials input[type=checkbox] + label.chk:before {
	content: "";
	display: inline-block;
	width  : 20px;
	height : 20px;
	margin : 0 10px 0 -24px;
	background-image:url(../images/checkbox-retina.png)!important;
	background-position: 0 0;
	background-size: 400%;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
}

#submitTestimonials input[type=checkbox]:checked + label.chk:before {
  background-position: 33.34% 0;
}


/* */


#submitTestimonials input[type=radio] {
  /* original check box are push outside the viexport */
  position: absolute;
  left: -1000em;
}
#submitTestimonials input[type=radio] + label.chk:before {
	content: "";
	display: block;
	float: left;
	width  : 20px;
	height : 20px;
	margin : 0 10px 0 -24px;
	background-image:url(../images/checkbox-retina.png)!important;
	background-position: 0 0;
	background-size: 400%;
	vertical-align: bottom;
	position: relative;
	bottom: 2px;
}

#submitTestimonials input[type=radio]:checked + label.chk:before {
  background-position: 33.34% 0;
}

/*
#submitTestimonials input[type="radio"] {
	width: 15px;
	height: 19px;
	vertical-align: middle;
	background: url(../images/radio2.png) 0px 0px no-repeat;
	cursor: pointer;
	border: 0px;
	-webkit-appearance: none;
	outline: none;
	margin: 2px 0 0 0;
}
*/
/*#submitTestimonials input[type="radio"]:checked {background: url(../images/radio2.png) 0px -19px no-repeat;}*/
/*
#submitTestimonials label {
	height: 12px;
	padding-top: 4px;
	padding-left: 5px;
	display: inline-block;
	line-height: 12px;
	font-family: 'CenturyGothicRegular';
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 10px;
}
*/
#submitTestimonials span.err {
	color: #FF3333; font-family: 'BlockBertholdCondensedRegular';
	font-size: 22px; width: 10px; height: 10px;
	margin-left: -10px;
	padding-top: 2px;
	float: left;
    display:none;
}
#submitTestimonials span.err p {
	color: #FF3333; font-family: 'CenturyGothicItalic';
	padding: 0; margin: 0;
	font-size: 11px;
}
#submitTestimonials label span.err {float: none; padding-left: 10px; font-family: 'CenturyGothicItalic'; font-size: 12px;}

#submitTestimonials input.btnSubmit {
	float: none;
	background: #ff3333;
	font-family: 'CenturyGothicRegular';
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	width: 420px;
	text-align: center;
	border: 0;
	margin: 0 auto;
	text-indent: 0px;
	padding: 15px 0;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#submitTestimonials input.btnSubmit:hover {background-position: -73px 0;}

#submitTestimonials .words.sub {
	margin: -15px 0 10px 0;
}
#submitTestimonials .words {
	text-align: right;
	padding: 5px 0px 5px 0;
	font-size: 10px;
	font-style: italic;
}

#submitTestimonials input[type="checkbox"] {
	background:url(../images/checkbox2.png) 0px 0px no-repeat;
	vertical-align:text-top;
	float: left;
}
#submitTestimonials input[type="checkbox"]:checked  {
	background:url(../images/checkbox2.png) 0px -19px no-repeat;
}

#submitTestimonials input[type="radio"] {
	background:url(../images/radio2.png) 0px 0px no-repeat;
	float: left;
}
#submitTestimonials input[type="radio"]:checked  {
	background:url(../images/radio2.png) 0px -19px no-repeat;
}

@media (min-width: 993px) and (max-width: 1199px) {
	#submitTestimonials {width: 100%;}
	#submitTestimonials .words.sub {margin: -10px 70px 0 0;}
}

@media (min-width: 768px) and (max-width: 992px) {
	#submitTestimonials {width: 470px;}
	#submitTestimonials .words.sub {margin: -10px 60px 0 0;}
}

@media (max-width: 767px) {
	#submitTestimonials {width: 100%;}
	#submitTestimonials textarea {
		width: 100%;
		height: 135px;
		border: 1px solid #dfdfdf;
		margin: 0 0 8px 0;
	}
	#submitTestimonials .words {text-align: left;}
}

.testimonial-success {
    font-family: 'CenturyGothicRegular';
    font-size: 16px!important;
    color:#ff3333;
}


/* ************************* */

#submitTestimonials {width: 420px;}
#submitTestimonials .text-init {margin-right: -120px;}
#submitTestimonials .subTitle {margin-right: -120px;}

#submitTestimonials .third {width: 60%; height: 50px;}
#submitTestimonials .third2 {width: 60%; height: 50px;}
#submitTestimonials .quarter {width: 30%; height: 50px;}
#submitTestimonials .quarter2 {width: 26%; height: 50px; margin-right: 24px;}
#submitTestimonials .quarter3 {width: 26%; height: 50px; margin-right: 30px;}
#submitTestimonials .quarter4 {width: 30%; height: 50px;}

#submitTestimonials .third.default.error-msg .cs-skin-border > span,
#submitTestimonials .third2.default.error-msg .cs-skin-border > span, 
#submitTestimonials  .quarter.default.error-msg .cs-skin-border > span,
#submitTestimonials.quarter2.default.error-msg .cs-skin-border > span,
#submitTestimonials .quarter3.default.error-msg .cs-skin-border > span, 
#submitTestimonials .quarter4.default.error-msg .cs-skin-border > span {
  border: 1px solid #ff3333;
}
#submitTestimonials .third.default .cs-select .cs-placeholder,
#submitTestimonials .third2.default .cs-select .cs-placeholder, 
#submitTestimonials .quarter.default .cs-select .cs-placeholder,
#submitTestimonials .quarter2.default .cs-select .cs-placeholder,
#submitTestimonials .quarter3.default .cs-select .cs-placeholder,
#submitTestimonials.quarter4.default .cs-select .cs-placeholder {
	color: #cccccc;
}

#submitTestimonials select {
	font-family: 'CenturyGothicRegular';
	font-size: 17px;
	line-height: 20px;
	width: 100%;
	border: 1px solid #000000;
	background-color: #ffffff;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 8px 10px;
	outline:  none;
}

/* **** */

#submitTestimonials .type {position: relative;}
#submitTestimonials .type ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
#submitTestimonials .type ul.options:before,
#submitTestimonials .type ul.options:after {
  display: table;
  content: " ";
}
#submitTestimonials .type ul.options:after {
  clear: both;
}
#submitTestimonials .type ul.options li {
	float: left;
	width: 50%;
	padding-bottom: 0;
}
#submitTestimonials .type ul.options li label {
	font-family: 'CenturyGothicRegular';
}


/* **** */

#submitTestimonials .file-input .input-group {
  width: 100%;
  height: 85px;
}
#submitTestimonials .file-input .input-group:before,
#submitTestimonials .file-input .input-group:after {
  display: table;
  content: " ";
}
#submitTestimonials .file-input .input-group:after {
  clear: both;
}
#submitTestimonials .file-input .input-group .form-control {
  width: 100%;
  position: absolute;
  left: 30px;
  bottom: -1px;
  border: 0px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 34px;
  padding: 10px 0 0 0;
}
#submitTestimonials .file-input .input-group .form-control.file-caption-disabled {
  background-color: #ffffff;
}
#submitTestimonials .file-input .input-group .form-control .file-caption-name {
  font-family: 'CenturyGothicRegular';
}
#submitTestimonials .file-input .input-group .form-control .file-caption-name span {
  font-family: 'CenturyGothicRegular';
  display: none;
}
#submitTestimonials .file-input .input-group .input-group-btn {
  width: 100%;
  float: left!important;
}
#submitTestimonials .file-input .input-group .input-group-btn .btn {
  font-family: 'CenturyGothicRegular'!important;
  min-width: 10px;
  float: left;
  outline: none;
  border: 1px solid #cccccc;
  font-size: 17px;
  color: #333333;
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 0 0 0 0;
  width: 160px;
  text-align: center;
  height: auto;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#submitTestimonials .file-input .input-group .input-group-btn .btn.fileinput-upload-button {
  float: right;
  background-color: #ff3333;
}
#submitTestimonials .file-input .input-group .input-group-btn .btn.fileinput-cancel-button {
  display: none;
}
#submitTestimonials .file-input .input-group .input-group-btn .btn.fileinput-remove-button {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -32px;
  background-color: transparent;
  width: 25px;
  height: 25px;
  border: 0px solid transparent;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: url("../images/gfj-icons.png");
  background-size: 600%;
  background-position: 100% 0;
  text-indent: -9999px;
}
#submitTestimonials .file-input .input-group .input-group-btn .btn i {
  display: none;
}
#submitTestimonials .file-input .file-preview {
  display: none;
}
#submitTestimonials .file-input .kv-upload-progress .progress {
  height: 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#submitTestimonials .file-input .kv-upload-progress .progress .progress-bar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'CenturyGothicRegular' !important;
}
#submitTestimonials .file-input .kv-upload-progress .progress .progress-bar.progress-bar-success {
  background-color: #008ca9;
}






/* Added 05.07.2014 */

.wisdom .hoverBox .dwn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	background-image:url(../images/arr-dwn.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	background-color: #FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.page-faq #allTabs .nav > li > a {padding: 0 20px;}
.page-faq #allTabs .nav li:first-child a {padding-left: 0px;}
.page-faq #allTabs .nav li:last-child a {padding-left: 0px;}
.page-faq .widget {margin-left: 40px!important;}

.page-education #allTabs .nav > li > a {padding: 0 20px;}
.page-education #allTabs .nav li:first-child a {padding-left: 0px;}
.page-education #allTabs .nav li:last-child a {padding-left: 0px;}
.page-education .widget {margin-left: 40px!important;}

.page-newsletter #allTabs .nav > li > a {padding: 0 20px;}
.page-newsletter #allTabs .nav li:first-child a {padding-left: 0px;}
.page-newsletter #allTabs .nav li:last-child a {padding-left: 0px;}
.page-newsletter .widget {margin-left: 40px!important;}

.page-words-of-wisdom #allTabs .nav > li > a {padding: 0 20px;}
.page-words-of-wisdom #allTabs .nav li:first-child a {padding-left: 0px;}
.page-words-of-wisdom #allTabs .nav li:last-child a {padding-left: 0px;}
.page-words-of-wisdom .widget {margin-left: 40px!important;}

.page-videos #allTabs .nav > li > a {padding: 0 20px;}
.page-videos #allTabs .nav li:first-child a {padding-left: 0px;}
.page-videos #allTabs .nav li:last-child a {padding-left: 0px;}
.page-videos .widget {margin-left: 40px!important;}



/* Added 01.07.2015 */

#allTabs .tab-content #about-gfj p a,
#allTabs .tab-content #about-team p a {color: #008ca9; font-size: 12px; font-family: 'CenturyGothicRegular'; text-decoration: none;}
#allTabs .tab-content #about-gfj p a:hover,
#allTabs .tab-content #about-team p a:hover {color: #FF3333;}

/* */

.aboutInfo, .aboutInfo p {
	font-family: 'CenturySchoolbookItalic';
	font-size: 14px;
	color: #008ca9;
}
.aboutInfo {margin: 0 0 20px 0; padding: 0 0 30px 0; background:url(../images/dots.jpg) repeat-x left bottom;}
.aboutInfo p {margin: 0; padding: 0 0 5px 0;}

.aboutInfo span.b {font-family: 'CenturySchoolbookBoldItalic'; color: #008ca9;}


.teamMember:before, .teamMember:after {display: table; content: " ";}
.teamMember:after {clear: both;}
.teamMember {
	margin: 0 0 20px 0; 
	padding: 0 0 30px 0; 
	background:url(../images/dots.jpg) repeat-x left bottom;
}
.teamMember .img {float: left; width: 215px; margin: 0 20px 0 0;}
.teamMember .img img {width: 100%; height: auto;}
.teamMember h2 {
	font-family: 'CenturyGothicBold';
	font-size: 18px; color: #008ca9; font-weight: normal;
	margin: 20px 0; padding: 0;
}
.teamMember p.intro {
	font-size: 14px!important;
	font-family: 'CenturyGothicItalic'!important;
}
.teamMember p.intro span.b {font-family: 'CenturyGothicBoldItalic'; color: #008ca9; font-size: 14px!important;}

@media (min-width: 993px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-width: 767px) {
	
}

#allTabs img.lazy {background: #008ca9;}


.wisdom .hoverBox .social-links {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

[class^="iconSL-"], [class*=" iconSL-"] {
	display:inline-block;
	width:38px;
	height:38px;
	margin-top:1px;
	margin-right:5px;
	line-height:38px;
	vertical-align:text-top;
}

.iconSL-fb {
	background-image:url(../images/icon-72-fb-w.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconSL-tw {
	background-image:url(../images/icon-72-tw-w.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconSL-pi {
	background-image:url(../images/icon-72-pi-w.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iconSL-dw {
	background-image:url(../images/icon-72-dw-w.png); 
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}







/* ********************************************* */


#formContact label.chk {
	background: none;
	width: 210px;
	font-family: 'CenturyGothicItalic';
	color: #333333;
	font-size: 14px;
	height: 20px;
	line-height: normal;
	font-weight: normal;
	float: left;
	margin-top: 10px;
	padding-left: 20px!important;
	position: relative;
}
#formContact label.chk span {
	font-size: 14px; margin-top: -5px!important; display: inline-block;
	position: absolute;
	top: 3px;
	left: 25px;
}

/* */

#formContact input[type=checkbox] {
  position: absolute;
  left: -1000em;
}

#formContact input[type=checkbox] + label.chk:before {
	content: "";
	display: inline-block;
	width  : 20px;
	height : 20px;
	margin : 0 10px 0 -24px;
	background-image:url(../images/checkbox-retina.png)!important;
	background-position: 0 0;
	background-size: 400%;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
}

#formContact input[type=checkbox]:checked + label.chk:before {
  background-position: 33.34% 0;
}

#formContact .err input[type=checkbox] + label.chk:before {
	background-position: 66.67% 0;
}


/* */


#formContact input[type=radio] {
  /* original check box are push outside the viexport */
  position: absolute;
  left: -1000em;
}
#formContact input[type=radio] + label.chk:before {
	content: "";
	display: inline-block;
	width  : 20px;
	height : 20px;
	margin : 0 10px 0 -24px;
	background-image:url(../images/checkbox-retina.png)!important;
	background-position: 0 0;
	background-size: 400%;
	vertical-align: bottom;
	position: relative;
	bottom: 2px;
}

#formContact input[type=radio]:checked + label.chk:before {
  background-position: 33.34% 0;
}

#formContact .err input[type=radio] + label.chk:before {
	background-position: 66.67% 0;
}
#formContact .err input[type=radio]:checked + label.chk:before {
  background-position: 33.34% 0;
}

#formContact .box.looong input.textField, #formContact .box.looong textarea {
    margin-bottom: 5px!important;
}

#formContact .box .head {
    margin: 0 0 0 0!important;
}

#formContact .box .clear {
    margin: 0 0 10px 0!important;
}