body{
	min-width:960px;
}
.container_16{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{
	display:inline;
	float:left;
	position:relative;
	margin-left:0px;
	margin-right:0px;
}
.container_16 .grid_1{width:60px;}
.container_16 .grid_2{width:120px;}
.container_16 .grid_3{width:180px;}
.container_16 .grid_4{width:240px;}
.container_16 .grid_5{width:300px;}
.container_16 .grid_6{width:360px;}
.container_16 .grid_7{width:420px;}
.container_16 .grid_8{width:480px;}
.container_16 .grid_9{width:540px;}
.container_16 .grid_10{width:600px;}
.container_16 .grid_11{width:660px;}
.container_16 .grid_12{width:720px;}
.container_16 .grid_13{width:780px;}
.container_16 .grid_14{width:840px;}
.container_16 .grid_15{width:900px;}
.container_16 .grid_16{width:960px;}
.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:before,
.clearfix:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
}
html {
	position: relative;
	min-height: 100%;
	margin: 0;
}

body{
	margin: 0px;
	color:#000;
	background-color:#FFF;
	font-family: 'Martel Sans', Arial, Verdana, sans-serif;
	font-size: 18px;
	height: 100%;
	margin-bottom: 150px;
}
/*used to overwrite a body bg that can cause problems within CKeditor*/
#bodyOverWrite{min-width:auto;}
/*general Styles*/
img{border:0px;}
form{display:inline;}
#name{width:0px; height:0px; border:none; border:0px solid #FFF; background-color:transparent; display:none;}
table{padding:0px;margin:0px;border-spacing:0px;border-collapse: collapse;}
td{vertical-align:top;}
th{vertical-align:top; text-align:left;}
textarea{font-family: 'Martel Sans', Arial, Verdana, sans-serif; font-size: 12px;}
hr{background-color:#467288; height:2px; border:none;}
p{}
.sr-only{display:none;}

.img-responsive{
	max-width: 100%;
	height: auto;
}

/*default headers*/
h1{color:#467288;  margin-top:0px; margin-bottom: 15px; font-size:32px;}
h2{color:#DA5552; margin-top:0px; font-size:24px;line-height:24px;}
h3{color:#DA5552; font-size:15px; font-weight:600;}
h4{}
h5{}
h6{}
hr{}
/*default link style*/
a{color:#467288;text-decoration:none;}
a:hover{color:#325e74;text-decoration:underline;}
a:visited{}
a:active{color:#DA5552;}
.underlined{text-decoration:underline;}
.italic{font-style:italic;}
.bold{font-weight:700;}.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #858585;
}
.alert-danger{
	border:1px solid #D9534F;
	color:#D9534F;
	background-color:#EFD7D7;
}
.alert-warning{
	border:1px solid #F0AD4E;
	color:#F0AD4E;
	background-color:#FBF6DA;
}
.alert-info{
	border:1px solid #5BC0DE;
	color:#5BC0DE;
	background-color:#D2EAF5;
}
.alert-success{
	border:1px solid #5CB85C;
	color:#5CB85C;
	background-color:#D9EDD1;
}
.alert hr{
	height:1px;
	background-color:#858585;
	opacity: 0.4;
}
.errorTrace{
	font-size:11px;
	color:#333;
	border:1px solid #858585;
	background-color:#EEE;
	padding:10px;
	margin-top:10px;
}

.alert-danger .errorTrace{
	border:1px solid #858585;
	background-color:#EEE;
}

.img-responsive, .responsive-image img{
	max-width: 100%;
	height: auto !important;
}

.iframeMapContainer{
	line-height: 0;
}
.iframeMapContainer iframe{
	width:100%;
	height:500px;
}

#toTopButton{
	opacity: 0;
	cursor: pointer;
	z-index: 10000;
	position: fixed;
	bottom:100px;
	right:10px;
	color: #FFF;
	width:60px;
	height:60px;
	text-align:center;
	font-size:32px;
	line-height:60px;
	border-radius:5px;
	background-color: rgba(0,0,0,0.6);
	background-image:url("../assets/fa-chevron-up.png");
	background-repeat: no-repeat;
}
#toTopButton.show{
	opacity: 1;
	animation: fadeInRightAnim 1s ease;
}

#toTopButton.hide{
	opacity: 0;
	animation: fadeOutRight 1s ease;
}
.cookieConsentPopup{
    position: fixed;
    bottom:0;
    width:100%;
    background-color: #858585;
    padding:20px 40px;
    color:#FFF;
    font-size:12px;
    z-index:9000;
}
.cookieConsentPopup a{
    color:#FFF;
    text-decoration:underline;
}

.cookieConsentPopup .buttonContainer{
    padding-top:20px;
}
.cookieConsentButton{
    color:#FFF;
    border: 1px solid #DA5552;
    background-color: #DA5552;
    padding: 5px 15px;
    cursor:pointer;
    font-size:16px;
    margin-bottom:10px;
}
.cookieConsentButton:hover{
    border: 1px solid #c6413e;
    background-color: #c6413e;
}
#saveCookieConsent,
#acceptCookieConsent{
    background-color:#5CB85C;
    border: 1px solid #5CB85C;
}
#saveCookieConsent:hover,
#acceptCookieConsent:hover {
    border: 1px solid #D9EDD1;
    background-color: #D9EDD1;
}
#cookieSelectionContainer,
#saveCookieConsent,
#denyCookieConsent{
    display: none;
}
#cookieSelectionContainer{
    padding:0px 0px;
}
.cookieTypeTitle{
    font-weight:bold;
}
#cookieSelectionContainer p{
	margin:3px 0px;
}

@media (min-width:768px) {
    .cookieConsentPopup{
   	 font-size:16px;
    }
    #cookieSelectionContainer p{
	margin:10px 0px;
    }
    #cookieSelectionContainer{
 	   padding-top:20px;
	   padding-bottom:10px;
    }
    .cookieConsentButton{
         padding: 8px 30px;
    }
}
.cookiePrefTitle{
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
}

#saveComplete{
    display: inline-block;
    padding-left:20px;
}
#saveComplete .message{
    display: none;
    font-weight:bold;
    font-size:20px;
}

#cookieAndAssetPolicy{
    font-size:16px;
}

.fw-bold{
    font-weight:bold;
}

table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}body{
}
.default_10px{
  font-size: 10px;
  display:inline-block;
  line-height:10px;
}
.default{
  font-size: 12px;
}
.default_14px{
  font-size: 14px;
}
.default_16px{
  font-size: 16px;
}
.default_22px{
  font-size: 22px;
}

.blue{
  color:#3E8EDE;
}

.headerBG{
	height:160px;
	background-color:#FFF;
}


#top .topContent{

	height:160px;
}

#top .name{
	padding-top:32px;
	font-size:72px;
	text-align:center;
	letter-spacing:-3px;
	font-weight:300;
	color:#52525F;
	margin:0 auto;
	text-align:center;
	line-height:70px;
}

#top .strapline{
	text-align:center;
	font-size:24px;
	letter-spacing:5px;
	font-weight:700;
	color:#315D75;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	font-family: 'Martel', Arial, Verdana, sans-serif;
}/*Main menu CSS*/
#menuContainer{
	height:40px;
	background-color:#333;
}
.floatingMenu > #menuContainer{
	display:block;
	z-index:10000 !important;
	width:100%;
	height:40px;
	-webkit-box-shadow:0px 5px 10px -10px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 5px 10px -10px rgba(0,0,0,0.75);
	box-shadow:0px 5px 10px -10px rgba(0,0,0,0.75);
	background-color:#333;
	background-size:1px 40px;
	background-repeat:repeat-x;
}

#menu{
	display:table;
	margin: 0px auto;
}

#menu .main-menu, #menu .main-menu * {
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
}

#menu .main-menu li {
	position: relative;
	display:inline;
	float:left;
	height:40px;
}

#menu .main-menu a {
	display: inline-block;
	position: relative;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	line-height:40px;
	letter-spacing: 0.1em;
	font-size:12px;
	padding:0px 6px;
	text-decoration:none;
	margin:0px 10px;
}

#menu .main-menu a.current,
#menu .main-menu a:hover,
#menu .main-menu li.current,
#menu .main-menu li:hover,
#menu .main-menu li.sfHover {
	color:#FFF;
	background-color:#467288;
}

/*sub menu styles*/
#menu .main-menu li:hover > ul,
#menu .main-menu li.sfHover > ul {
	display: block;
}

#menu .main-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 12em; /*Auto width trick*/
	background-color:#858585;
	padding:10px 0px;
}

#menu .main-menu ul li {
	float:none;
}
#menu .main-menu ul a {
	display:block;
	line-height:35px;
}


#menu .sf-arrows .sf-with-ul {
	padding-right: 18px;
}
#menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #EEE;
}
#content{}

.btn{background-color:#467288;padding:10px 20px;color:#FFF;}
.btn:hover{text-decoration:none;background-color:#5a869c;color:#FFF;}

.content ul, #blog ul, .postContent ul{
	list-style-type: none;
	list-style-image: url('../assets/default-bullet.png');
	margin: 0px 15px 0px 35px;
	padding: 0px 25px 0px 0px;
}

.content li, #blog li, .postContent li{
	padding:5px 10px 5px 10px;
	
	padding-bottom:12px;
}

.slick-next{position:absolute;top:0px;right:0px;}

blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left: solid 5px #ccc;
    font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
    margin: 0 0 1rem;
    line-height:28px;
}

.iframeContainer .contentVideo{
     width: 100%;
}

.iframeContainer iframe{
	max-width: 90vw;
	max-height: 56.25vw;
}

.mainContent{
	padding:40px;
	min-height:300px;
}

#home .blueWrapper{
	height:1168px;
	background-color:#467288;
}

#financial-coaching-service .blueWrapper{
	background-color:#467288;
	height:640px;
}

#what-does-it-cost .blueWrapper{
	background-color:#467288;
	height:640px;
}

#about-nicholas .blueWrapper{
	background-color:#467288;
	height:640px;
}

#get-in-touch .blueWrapper{
	height:640px;
	background-color:#467288;
}

#home .main1 {height:640px;background:url("../assets/nicholas-lee-arms-folded.png");background-repeat: no-repeat;background-position: bottom right;}
#home .main1 h1{color:#FFF;line-height:36px;padding-top:80px;margin-bottom:30px;}
#home .main1 .title{color:#FFF;width:650px;font-family: 'Martel', Arial, Verdana, sans-serif;}
#home .main1 .body{color:#FFF;width:540px;line-height:140%;}
#home .main1 .buttonLink{color:#FFF;}

#what-does-it-cost .main1 {height:640px;background:url("../assets/how-much-does-it-cost.png");background-repeat: no-repeat;background-position: bottom center;}
#what-does-it-cost .main1 h1{padding-top:80px;margin-bottom:30px;color:#FFF;width:450px;font-family: 'Martel', Arial, Verdana, sans-serif;}
#what-does-it-cost .main1 h2{color:#FFF;font-family: 'Martel Sans', Arial, Verdana, sans-serif;}
#what-does-it-cost .main1 .body{font-size:18px;font-weight:300;color:#FFF;width:500px;line-height:140%;}
#what-does-it-cost .main1 .buttonLink{color:#FFF;}

#financial-coaching-service .main1 {height:640px;background:url("../assets/Nicholas_Lee_Coaching.png");background-repeat: no-repeat;background-position: bottom right;}
#financial-coaching-service .main1 h1{padding-top:80px;margin-bottom:30px;color:#FFF;width:450px;font-family: 'Martel', Arial, Verdana, sans-serif;}
#financial-coaching-service .main1 h2{color:#FFF;font-family: 'Martel Sans', Arial, Verdana, sans-serif;}
#financial-coaching-service .main1 .body{font-size:18px;font-weight:300;color:#FFF;width:500px;line-height:140%;}
#financial-coaching-service .main1 .buttonLink{color:#FFF;}
#financial-coaching-service .fcs-icon {margin-right: 50px; float: left;margin-bottom:50px;}

#about-nicholas .main1 {height:640px;background:url("../assets/about-nicholas-new.png");background-repeat: no-repeat;background-position: bottom right;}
#about-nicholas .main1 h1{padding-top:110px;margin-bottom:30px;color:#FFF;width:570px;font-family: 'Martel', Arial, Verdana, sans-serif;font-style:italic;line-height:44px;}
#about-nicholas .main1 h2{color:#FFF;font-family: 'Martel Sans', Arial, Verdana, sans-serif;}
#about-nicholas .main1 .body{font-size:18px;font-weight:300;color:#FFF;width:500px;line-height:140%;}
#about-nicholas .main1 .buttonLink{color:#FFF;}

#get-in-touch .main1 {height:640px;background:url("../assets/get-in-touch.png");background-repeat: no-repeat;background-position: bottom right;}

#accordionContainer{
	clear:both;
}
#accordionContainer .orangeBar {
	height:100px;
	background-color:#DA5552;
}
#accordionContainer h2{
	font-size:32px;
	line-height:100px;
	font-weight:600;
	color:#FFF;
	width:920px;
	margin:0 auto;
	text-align:left;
	font-family: 'Martel', Arial, Verdana, sans-serif;
}
#accordion .groupHeaderContainer{
	cursor:pointer;
	height:120px;
	background-color:#467288;
	margin-bottom:2px;
}
#accordion .open .groupHeaderContainer,
#accordion .groupHeaderContainer:hover{
	background-color:#5a869c;
}

#accordion .groupHeaderInnerContainer{
	margin:0 auto;
	width:940px;
	background-image:url("../assets/accordion-closed1.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:120px;
	display: table;
}

#accordion .open .groupHeaderInnerContainer{
	background-image:url("../assets/accordion-open1.png");
}

#accordion .groupHeader{
	display: table-cell;
	font-size:24px;
	font-weight:700;
	color:#FFF;
	vertical-align: middle;
	line-height:1.3em;
	letter-spacing: 0.05em;
	padding-left:60px;
	padding-right:0px;
	font-family: 'Martel', Arial, Verdana, sans-serif;
}

#accordion .groupBodyContainer{
	display:none;
	background-color:#000;
	background:url("../assets/groupBodyContainerBkgd1.png");
	background-repeat:repeat-x;
	line-height:140%;
}


#accordion .groupBodyInnerContainer{
	margin:0 auto;
	width:960px;
}

#accordion .groupBodyInnerContainer1{
	background:url("../assets/nicholas-lee-head-in-hands.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	margin:0 auto;
	width:960px;
}

#accordion .groupBodyInnerContainer2{
	background:url("../assets/nicholas-lee-compound-interest.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	margin:0 auto;
	width:960px;
}
	
#accordion .groupBody{
	padding:20px;
	padding-left:10px;
	font-size:16px;
}

#accordion .groupBody1{
	padding:40px 20px 35px 20px;
	padding-left:10px;
	color:#FFF;
	width:450px;
	font-size:14px;line-height:17px;
}

#accordion .groupBody2{
	padding:80px 20px 110px 20px;
	padding-left:10px;
	color:#FFF;
	width:550px;
}

#accordion .groupBody3{
	padding:20px 20px 20px 20px;
	padding-left:10px;
	color:#FFF;
	width:550px;
	font-size:13px;line-height:15px;
}

#accordion .open .groupBodyContainer {
	display:block;
}

.buttonLink{
  color:#FFF;
  background-color: #2E8B57 ;
  padding:15px 25px;
  margin:20px 0px 10px 0px;
  text-decoration:none;
  font-size:15px;
  font-weight:bold;
  line-height:20px;
  text-decoration:none;
  display:inline-block;
  transition: background-color 0.5s;
}

.buttonLink:hover{
  background-color:#6B8E23;
  color:#FFF;
}.footerBG{
	background-color:#858585;
	position: absolute;
	height:150px;
	bottom: 0;
	width: 100%;
}

#footer{
	padding-top:20px;
}

#footer a{color:#FFF;}

.footerLogo{
	background-image: url("../assets/logo-footer.png");
	display: block;
	height: 50px;
	margin: 0 auto;
	margin-top: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.copyright{
	text-align:center;
	font-size:12px;
	color:#FFF;
	margin-top:10px
}

#footer_nav{
	display:table;
	margin: 0px auto;
}

#footer_nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer_nav li{
	position: relative;
	display:inline;
	float:left;
	height:40px;
}

#footer_nav a{
	display: inline-block;
	position: relative;
	color:#FFF;
	font-weight:500;
	text-align:left;
	line-height:40px;
	font-size:16px;
	padding:0px 15px;
	text-decoration:none;
	margin:0px 10px;
}

.footerContent{
	padding-top:5px;
	color:#FFF;
	text-align:right;
	font-size:12px;
	line-height:18px;
}#form-error{
	display:none;
}
#form-error p{
	margin:0px;
}
.form{

}

.form-container{
	margin-top: 60px;
}

.form .input-label{
	display:none;
}

.form .input-text,
.form .input-textarea{
	border:1px solid #467288;
	padding:11px;
	width:80%;
	margin-bottom:10px;
	background-color: #FFF;
	color: #000;
}

.form .input-text:focus{
	-webkit-box-shadow: 0 0 2px 1px #5a869c;
	box-shadow: 0 0 2px 1px #5a869c;
}

.form .submit-button{
	border: 1px solid #467288;
	background: #467288;
	color:  #FFF;
	padding: 3px 50px;
	cursor:pointer;
	font-size:16px;
	border-radius: 20px;
}

.form .submit-button:hover{
	border: 1px solid #467288;
	background-color: #E77B31;
	color:  #FFF;
}

.form .required-mark{
	display:inline-block;
	font-size:24px;
	vertical-align:top;
	margin-left:10px;
}

.form .form-error{
	border:1px solid #D9534F;
	color:#D9534F;
}
.documentContainer{
	width:50%;
	text-align:center;
}

.documentContainer{

}

.documentImage{

}

.articleTitle{

}.featuredAreaContainer{
	position:relative;
}
#featuredArea{
	height:650px;
}
#featuredArea .slideBG{
	height:420px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center; 
	background-size:cover;
}




#featuredArea .titleBG{
	position: absolute;
	background-image:url("../assets/blue-bg.png");
	height:95px;
	width:100%;
	bottom:0px;
}
#featuredArea .title{
	position: absolute;
	top:325px;
	color:#FFF;
	font-weight:600;
	font-size:36px;
	letter-spacing: -0.05em;
	line-height: 95px;
	height:95px;
	width:100%;
	text-align:center;
}

#featuredArea .featureAreaCaption{
	margin: 0;
	padding: 0;
	height: 300px;
	color: #FFF;
	background-color:#333;
	background-image:url("../assets/caption-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 32px;
	font-weight:600;
	text-align:center;
	letter-spacing: -0.05em;
	line-height:38px;
}
#featuredArea .captionContent{
	width:650px;
	height:152px;
	margin:74px auto;
}
#featuredArea a{
	text-decoration:none;
}
#featuredArea .slideLink{
	position: absolute;
	height:500px;
	width:960px;
}
#jFeaturedAreaButtonsContainer{
	position: absolute;
	bottom: 15px;
	width:100%;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButtonsInnerContainer{
	width:960px;
	margin:0 auto;
	position:relative;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButtons{
	position:absolute;
	right:10px;
	bottom:90px;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton{
	display: inline-block;
	width:15px;
	height:15px;
	line-height:0;
	padding:0;
	border:1px solid #DA5552;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left:5px;
}

#jFeaturedAreaButtonsContainer .jFeaturedAreaButton:hover{
	border:1px solid #DA5552;
	background-color:#DA5552;
}
#jFeaturedAreaButtonsContainer .jFeaturedAreaButton.current{
	border:1px solid #DA5552;
	background-color:#DA5552;
}



#featuredAreaStatic{
	height:400px;
	overflow:hidden;
}

#featuredAreaStatic .slide{height:400px;}

#featuredAreaStatic .slideBG{
	height:400px;
	position:relative;
	background-repeat:no-repeat;
	background-position:center; 
	background-size:cover;
}.productPullOutContainer{
	margin-bottom:25px;
}

.priceText{
	float:right;
	font-size:18px;
	color:#467288}

#products .productDescription{
	float:right;
	font-size:18px;
	color:#000;
	width:500px;
	margin-bottom:25px;
}

#products .imagesSection{
	width:420px;
}

#products .thumbnailImages{
	float:left;
	margin-right:8px;
}

#listItems .listImage{
	width:150px;
	float:left;
	margin-right:20px;
}

#listItems .title a{
	font-size:22px;
	text-decoration:none;
	line-height:20px;
}

#listItems .listDetail{
	width:300px;
	float:right;
}

#listItems .listDetail{
	width:275px;
}

#listItems .shortDescription{
	font-size:15px;
}

#listItems .listDetail .more{
	font-size:12px;
	padding-top:12px;
	text-decoration:none;
}

#listItems .readMore a:hover{
	margin-top:12px;
	text-decoration:underline;
}

#listItems .itemWrapper{
width:450px;
height:130px;
float:left;
margin-right:10px;
}

#selectCategory .categoryWrapper{
float:left;
width:285px;
height:285px;
margin-right:20px;
}

#selectCategory .categoryImage{
overflow:hidden;
width:285px;
height:250px;
}

#selectCategory .categoryTitle a{
text-decoration: none;
}

#selectCategory .categoryTitle a:hover{
text-decoration: underline;
}

.categoryTitle{
text-align:center;
font-size:24px;
}

#categoryMenu .categoryTitle{
text-align:left;
font-size:24px;
}

#categoryMenu .categoryTitle a{
text-decoration: none;
}

#categoryMenu .categoryTitle a:hover{
text-decoration: underline;
}

#categoryMenu{
margin-top:30px;
}
#form-error{
	display:none;
}
#form-error p{
	margin:0px;
}
.form{

}

.form-container{
	margin-top: 60px;
}

.form .input-label{
	display:none;
}

.form .input-text,
.form .input-textarea{
	border:1px solid #467288;
	padding:11px;
	width:80%;
	margin-bottom:10px;
	background-color: #FFF;
	color: #000;
}

.form .input-text:focus{
	-webkit-box-shadow: 0 0 2px 1px #5a869c;
	box-shadow: 0 0 2px 1px #5a869c;
}

.form .submit-button{
	border: 1px solid #467288;
	background: #467288;
	color:  #FFF;
	padding: 3px 50px;
	cursor:pointer;
	font-size:16px;
	border-radius: 20px;
}

.form .submit-button:hover{
	border: 1px solid #467288;
	background-color: #E77B31;
	color:  #FFF;
}

.form .required-mark{
	display:inline-block;
	font-size:24px;
	vertical-align:top;
	margin-left:10px;
}

.form .form-error{
	border:1px solid #D9534F;
	color:#D9534F;
}
