/*PAGE STRUCTURE BEGIN*/
html,
body{
 font: normal 300 14px/1.6em 'Gotham SSm A', 'Gotham SSm B', Verdana, Geneva, sans-serif;
 height: 100%;
 margin: 0;
 color: #000;
}

#full-height-wrap{
 min-height: 100%;
 height: auto;
 margin: 0 auto -256px;
 padding: 0 0 256px;
}

#full-height-wrap.no-footer{
  min-height: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

#full-height-wrap.no-footer .page-content {
  margin-bottom: 0;
}


@media (max-width: 992px){
 #full-height-wrap{
  margin: 0 auto -256px;
  padding: 0 0 256px;
 }
}

@media (max-width: 767px){
 #full-height-wrap{
  margin: 0 auto -572px;
  padding: 0 0 572px;
 }
}

.page-content{
 padding-top: 151px;
 margin-bottom: 45px;
}

.page-content-flush-top{ margin-top:-34px; }
.page-content-flush-bottom{ margin-bottom:-45px; }

.container{
  padding-left:30px;
  padding-right:30px;
}

@media (max-width: 767px){
.page-content-flush-top{ margin-top:-32px; }
}

.container-flush,
.container.container-flush,
.container-fluid.container-flush{
 padding-left: 0;
 padding-right: 0;
}

.container-fluid{
  padding-left:0;
  padding-right:0;
}

@media (max-width: 930px){
 .page-content{ padding-top: 65px; }
}

@media (max-width: 767px){
 .page-content .container{
  padding-left: 30px;
  padding-right: 30px;
 }
}

.set-col-5p-bottom [class*="col-"]{ margin-bottom: 5px; }
.set-col-10p-bottom [class*="col-"]{ margin-bottom: 10px; }
.set-col-15p-bottom [class*="col-"]{ margin-bottom: 15px; }
.set-col-20p-bottom [class*="col-"]{ margin-bottom: 20px; }
.set-col-25p-bottom [class*="col-"]{ margin-bottom: 25px; }
.set-col-30p-bottom [class*="col-"]{ margin-bottom: 30px; }
.set-col-35p-bottom [class*="col-"]{ margin-bottom: 35px; }
.set-col-40p-bottom [class*="col-"]{ margin-bottom: 40px; }
.set-col-45p-bottom [class*="col-"]{ margin-bottom: 45px; }

@media (max-width: 991px){
  .set-col-15p-bottom-sm [class*="col-"]{ margin-bottom:15px; }
  .set-col-15p-bottom-sm [class*="col-"]:last-child{ margin-bottom:0; }
  .set-col-0p-bottom-sm [class*="col-"]{ margin-bottom:0; }
}

@media (max-width: 767px){
  .set-col-15p-bottom-xs [class*="col-"]{ margin-bottom:15px; }
  .set-col-15p-bottom-xs [class*="col-"]:last-child{ margin-bottom:0; }
  .set-col-0p-bottom-xs [class*="col-"]{ margin-bottom:0; }
  .set-col-30p-bottom-xs [class*="col-"]{ margin-bottom: 30px; }
}

.clearfix.clearfix-30{ height: 30px; }

.row.row-ib{ display: block; width: 100%; }

.row.row-ib [class*="col-"]{
 display: inline-block;
 vertical-align: top;
 float: none;
}

.row.row-ib .col-xs-auto{
 display: inline-block;
 float: none;
 padding-right: 15px;
}

.row.row-table{ display: table; width: 100%; }

.row.row-table [class*="col-"]{
 display: table-cell;
 vertical-align: middle;
 float: none;
}

.row.row-ib .v-top[class*="col-"], 
.row.row-table .v-top [class*="col-"],
.v-top[class*="col-"],
.v-top [class*="col-"]{ vertical-align: top; }

.row.row-ib .v-mid[class*="col-"], 
.row.row-table .v-mid [class*="col-"],
.v-mid[class*="col-"],
.v-mid [class*="col-"]{ vertical-align: middle; }

.row.row-ib .v-bottom[class*="col-"], 
.row.row-table .v-bottom [class*="col-"],
.v-bottom[class*="col-"],
.v-bottom [class*="col-"]{ vertical-align: bottom; }


.row.row-table .col-xs-auto{ width: auto; padding-right: 30px; }
.row.row-auto-width{ width: auto; }

@media (min-width: 768px) and (max-width: 991px){
 .page-content .container{ width:100%; }
}

@media (min-width: 992px) and (max-width: 1199px){
 .text-center-md{ text-align: center; }
 .text-left-md{ text-align: left; }
 .text-right-md{ text-align: right; }
 .remove-pull-md{ float:none !important; }
}

@media (max-width: 991px){
 .text-center-sm{ text-align: center; }
 .text-left-sm{ text-align: left; }
 .text-right-sm{ text-align: right; }
 .remove-pull-sm{ float:none !important; }
 .center-block-sm{
  margin-right: auto !important;
  margin-left: auto !important;
  display: block;
 }
 .mrg-b-30-sm{ margin-bottom: 30px }
}

@media (max-width: 767px){
 .text-center-xs{ text-align: center; }
 .text-left-xs{ text-align: left; }
 .text-right-xs{ text-align: right; }
 .remove-pull-xs{float:none !important;}

 .center-block-xs{
  margin-right: auto !important;
  margin-left: auto !important;
  display: block;
 }

 .row.row-table{
  display: block;
  width: 100%;
  margin-left:0;
  margin-right:0;
 }

 .row.row-table [class*="col-"]{
  display: block;
  vertical-align: middle;
  float: left;
  width: 100%;
  padding-left:15px;
  padding-right:15px;
 }

}

.row.row-flush{
 margin-left: 0;
 margin-right: 0;
}

.col-flush, .container-flush{
 padding-left: 0;
 padding-right: 0;
}

hr,
hr.gray-single{
 border-bottom: 1px solid #adadad;
 border-top: 1px solid transparent;
 margin: 0 0 20px 0;
 padding-top: 20px;
}

hr.white-single{ border-bottom-color: #fff }

hr.flush, hr.gray-single.flush{ padding-top: 0; }

.vert-border-split > [class*='col-']:before{ display: none; }

.vert-border-split > [class*='col-']:first-child:after{
 background: #e6e6e6;
 bottom: 0;
 content: " ";
 right: 0;
 position: absolute;
 width: 1px;
 top: 0;
 display: block;
}

.vert-border-split.vert-border-split-rev > [class*='col-']:before{ display: none; }

.vert-border-split > [class*='col-']:first-child:after{ background: #e6e6e6; }

.vert-border-split.vert-border-split-rev > [class*='col-']:first-child:after{ background: transparent; }

.vert-border-split.vert-border-split-rev > [class*='col-']:last-child:after{
 content: " ";
 position: absolute;
 left: 0;
 top: 0;
}

.row.row-loose { 
  margin-left:-30px;
  margin-right:-30px;
}

.row.row-loose > [class*="col-"]{
 padding-left: 30px;
 padding-right: 30px;
}

.row.row-loose.row-table{
  margin-left:0px;
  margin-right:0px;  
}

@media (max-width: 767px){
  .row.row-loose { 
  margin-left:-15px;
  margin-right:-15px;
  }

  .row.row-loose > [class*="col-"]{
   padding-left: 15px;
   padding-right: 15px;
  }

  .row.row-loose.row-table{
  margin-left:0px;
  margin-right:0px;  
  }
}

.vert-border-separate > [class*='col-']:after{
 background: #e6e6e6;
 bottom: 0;
 content: " ";
 right: 0;
 position: absolute;
 width: 1px;
 top: 0;
 display: block;
}

.vert-border-separate > [class*='col-']:last-child:after{ display: none; }

.vert-border-split.vert-border-split-dark > [class*='col-']:first-child:after{ background:#4c4c4e; }


@media (max-width: 767px){

.row.row-loose > [class*="col-"]{
 padding-left: 15px;
 padding-right: 15px;
}

.vert-border-split > [class*='col-']:first-child:after,
.vert-border-split > [class*='col-']:last-child:after,
.vert-border-split > [class*='col-']:after {  display: none; }

.vert-border-separate.vert-border-separate-stack > [class*='col-']:after{
  content: " ";
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 45px;
}

.vert-border-separate.vert-border-separate-stack  > [class*='col-']:last-child:after{ display: none; }

}


@media (max-width: 481px){
 .hidden-xxs{ display: none; }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15{
 position: relative;
 min-height: 1px;
 padding-right: 10px;
 padding-left: 10px;
}

.col-xs-15{
 width: 20%;
 float: left;
}

@media (min-width: 768px){
 .col-sm-15{
  width: 20%;
  float: left;
 }
}

@media (min-width: 992px){
 .col-md-15{
  width: 20%;
  float: left;
 }
}

@media (min-width: 1200px){
 .col-lg-15{
  width: 20%;
  float: left;
 }
}

@media (max-width: 767px){
 .col-flush-xs{
  padding-left: 0 !important;
  padding-right: 0 !important;
 }
}

.disp-table{ 
  display: table; 
  height: 100%; width: 100%; 
}

.disp-table .disp-table-cell{ 
  display: table-cell; 
  vertical-align: middle;
  width: 100%; 
}

.disp-block{ display:block;}

.disp-ib{ display:inline-block;}

/*TEXT LIMIT HEIGHT BEGIN*/
.text-limit-height{ 
  line-height: 1.45;
  overflow:hidden;
}

.text-limit-height.text-limit-height-120{ height: 120px; }  
.text-limit-height.text-limit-height-110{ height: 110px; }  
.text-limit-height.text-limit-height-100{ height: 100px; }  
.text-limit-height.text-limit-height-90{ height: 90px; }  
.text-limit-height.text-limit-height-80{ height: 80px; }  
.text-limit-height.text-limit-height-70{ height: 70px; }  
.text-limit-height.text-limit-height-60{ height: 60px; }  
.text-limit-height.text-limit-height-50{ height: 50px; }  
.text-limit-height.text-limit-height-40{ height: 40px; }  
.text-limit-height.text-limit-height-30{ height: 30px; }  
.text-limit-height.text-limit-height-20{ height: 20px; }  
.text-limit-height-toggle-open{  height: auto !important; }
.text-limit-height-toggle-closed{  height: inherit; }
/*TEXT LIMIT HEIGHT END*/

@media (min-width: 1200px){
.container.container-lg { width: 1440px; }
}

.oflow-auto{overflow: auto;}

.row-centered { text-align:center; }

.row-centered .col-centered {
  display:inline-block;
  float:none;
  text-align:left;
  margin-right:-4px;
  vertical-align: top;
}

/*PAGE STRUCTURE END*/

/*LEGACY*/
.fl-l{ float: left; }
.fl-r{ float: right; }

.indent-container:before,
.indent-container:after{
 content: " "; /* 1 */
 display: table; /* 2 */
}

.indent-container:after{ clear: both; }

.indent-container.indent-75{
 padding-left: 75px;
 position: relative;
}

.indent-container .indent-content{
 position: absolute;
 left: 0;
}
/*LEGACY END*/

/*COLOR DEFINITIONS BEGIN*/
.text-black{color:#000;}
.bg-black{ background-color:#000; color: #f6f6f6;}
.text-white{color:#fff;}
.bg-white{ background-color:#fff; color: #797c7d;}
.bg-primary-highlight{ background-color: #dff1f2; }
.text-primary-highlight{ color: #dff1f2; }
.bg-primary-highlight-bright { background-color: #ecf4f5 }
.text-primary-highlight-bright { color: #ecf4f5 }
.bg-primary-accent{ background-color: #bfe5e5; }
.text-primary-accent{ color: #bfe5e5; }
.bg-primary-medium{ background-color: #91d4d4; }
.text-primary-medium{ color: #91d4d4; }
.bg-primary{ background-color: #67c7c8; }
.text-primary{ color: #67c7c8; }
.bg-primary-dark{ background-color: #11797b; }
.text-primary-dark{ color: #11797b; }
.text-neutral-highlight{ background-color: #f6f6f6; }
.bg-neutral-highlight{ background-color: #f6f6f6; }
.bg-neutral-accent{ background-color: #e6e6e6; }
.text-neutral-accent{ color: #e6e6e6; }
.bg-neutral-light{ background-color: #cccccc; }
.text-neutral-light{ color: #cccccc; }
.text-neutral-medium{ color: #797c7d; }
.bg-neutral-medium{ background-color: #797c7d; }
.text-neutral{ color: #4c4c4e; }
.bg-neutral{ background-color: #4c4c4e; }
.text-neutral-dark{ color: #4c4c4e; }
.bg-neutral-dark{ background-color: #4c4c4e; }
.bg-green-accent{background-color:#d2eade; color: #4c4c4e; }
.text-yellow-light{color: #f9f2b7;}
.bg-yellow-light{background-color: #f9f2b7;}

.text-red{color: #EB4748;}
.bg-red{background-color: #EB4748;}

.text-neutral-warm{ color: #F9F2CC; }
.bg-neutral-warm{ background-color: #F9F2CC; }

.border-dgray-1{ border: 1px solid #4c4c4e; }
.border-white-10{ border: 10px solid #ffffff; }
.border-white-5{ border: 5px solid #ffffff; }
.transparent-bg, .bg-transparent{ background-color: transparent !important; }
.border-primary-10{ border: 10px solid #67c7c8; }
.border-primary-5{ border: 5px solid #67c7c8; }
.border-none{border:none;}
.border-primary-1{ border: 1px solid #67c7c8; }
.border-top-none{border-top:none;}
.border-bottom-none{border-bottom:none;}
.border-left-none{border-left:none;}
.border-right-none{border-right:none;}


.btn-white{ background-color: #fff; color:#4c4c4e; }
.btn-white.text-primary{ background-color: #fff; color:#67c7c8; }
.btn-white.text-primary-dark{ background-color: #fff; color:#11797b; }
.btn-white.text-primary-dark:hover{ color:#11797b; }
.btn-white.text-warm, .btn-white.text-warm:hover, .btn-white.text-warm:focus, .btn-white.text-warm.focus {
  color: #FF8D74;
  text-decoration: none;
}

.bg-dark, .bg-dark a, .bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5, .bg-dark h6, .bg-dark .h6
{ color:#fff;}

/*COLOR DEFINITIONS END*/

/*TYPOGRAPHY + ICONOGRAPHY BEGIN*/
/*GENERAL TYPOGRAPHY BEGIN */
.f1{ font-size: 32px; }
.f2{ font-size: 26px; }
.f3{  font-size: 22px; }
.f4{ font-size: 20px; }
.f5{ font-size: 16px; }
.f6{ font-size: 14px; }
.f1, .f2, .f3, .f4, .f5, .f6{ line-height: 1.25; }
.italic, .font-italic{ font-style: italic; }
.font-thin{ font-weight: 300; }
.font-normal{ font-weight: 400; }
.font-semibold{ font-weight: 500; }
.font-bold, .bold{ font-weight: 600; }
.font-black{ font-weight: 800; }
.ws-nw{ white-space: nowrap; }
.btn.ws-nw{ white-space: nowrap; }
.ws-pl{ white-space: pre-line; }
.lh-1{ line-height: 1 !important; }
.lh-1-15{ line-height: 1.25 !important; }
.lh-1-25{ line-height: 1.25 !important; }
.lh-1-6{ line-height: 1.6 !important; }

.body-copy{
 font-size: 14px;
 line-height: 1.65;
 color: #000000;
}

.body-copy a{
color: #000000;
border-bottom: 1px solid #000000;
font-weight: 500;
}

.body-copy a.text-primary{
  color: #68c8c7;
  border-bottom: 1px solid #68c8c7;
}

.body-copy a.text-primary.no-underline{
  border-bottom: none;
}

.body-copy a.underline > p{
  display: inline;
  border-bottom: 1px solid #000;
}

.font-serif{ font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; }

.underline, .font-underline{
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: inherit;
}

/*GENERAL TYPOGRAPHY END */

/*HEADING / TITLE STYLING BEGIN*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  color: #4c4c4e;
  line-height: 1.25;
}

.bg-primary-dark, .bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4, .bg-primary h5, .bg-primary .h5, .bg-primary h6, .bg-primary .h6,
.bg-primary-dark h1, .bg-primary-dark .h1, .bg-primary-dark h2, .bg-primary-dark .h2, .bg-primary-dark h3, .bg-primary-dark .h3, .bg-primary-dark h4, .bg-primary-dark .h4, .bg-primary-dark h5, .bg-primary-dark .h5, .bg-primary-dark h6, .bg-primary-dark .h6, .bg-primary-dark a:hover, .bg-primary-dark a:focus, .bg-primary-dark a:active { color: #ffffff; }

.bg-warm-dark, .bg-warm h1, .bg-warm .h1, .bg-warm h2, .bg-warm .h2, .bg-warm h3, .bg-warm .h3, .bg-warm h4, .bg-warm .h4, .bg-warm h5, .bg-warm .h5, .bg-warm h6, .bg-warm .h6,
.bg-warm-dark h1, .bg-warm-dark .h1, .bg-warm-dark h2, .bg-warm-dark .h2, .bg-warm-dark h3, .bg-warm-dark .h3, .bg-warm-dark h4, .bg-warm-dark .h4, .bg-warm-dark h5, .bg-warm-dark .h5, .bg-warm-dark h6, .bg-warm-dark .h6, .bg-warm-dark a:hover, .bg-warm-dark a:focus, .bg-warm-dark a:active { color: #ffffff; }

.bg-warm-highlight {
  background-color: #fff3f1;
  color: #4c4c4e;
}

.h-flush{ 
  margin-top:0 !important; 
  margin-bottom:0 !important;
}

.h-flush-top{ margin-top:0 !important; }
.h-flush-bottom{ margin-bottom:0 !important; }

.h-tight-top{ margin-top:5px !important; }
.h-tight-bottom{ margin-bottom:5px !important; }

h1, .h1{ font-size: 32px; }
h1.h1-large, .h1-large{ font-size: 36px; font-weight: 100; }
h1.h1-xl-jr, .h1-xl-jr{ font-size: 42px; font-weight: 100; }
h1.h1-xl, .h1-xl{ font-size: 44px; font-weight: 100; }
h1.h1-xxl, .h1-xxl{ font-size: 60px; font-weight: 100; }
h2, .h2{ font-size: 26px; }
h1, .h1, h1.h1-large, .h1-large, h2, .h2{ font-weight: 100; }
h3, .h3{ font-size: 22px; }
h4, .h4{ font-size: 20px; }
h5, .h5{ font-size: 16px; }
h6, .h6{ font-size: 14px; }
h1.text-primary, .h1.text-primary, h2.text-primary, .h2.text-primary, h3.text-primary, .h3.text-primary, h4.text-primary, .h4.text-primary, h5.text-primary, .h5.text-primary, h6.text-primary, .h6.text-primary{ color: #67c7c8; }
h1.text-primary-dark, .h1.text-primary-dark, h2.text-primary-dark, .h2.text-primary-dark, h3.text-primary-dark, .h3.text-primary-dark, h4.text-primary-dark, .h4.text-primary-dark, h5.text-primary-dark, .h5.text-primary-dark, h6.text-primary-dark, .h6.text-primary-dark{ color: #11797b; }
h1.font-thin, .h1.font-semibold, h2.font-semibold, .h2.font-semibold, h3.font-semibold, .h3.font-semibold, h4.font-semibold, .h4.font-semibold, h5.font-semibold, .h5.font-semibold, h6.font-semibold, .h6.font-semibold{ font-weight: 100; }
h1.font-thin, .h1.font-normal, h2.font-normal, .h2.font-normal, h3.font-normal, .h3.font-normal, h4.font-normal, .h4.font-normal, h5.font-normal, .h5.font-normal, h6.font-normal, .h6.font-normal{ font-weight: 300; }
h1.font-semibold, .h1.font-semibold, h2.font-semibold, .h2.font-semibold, h3.font-semibold, .h3.font-semibold, h4.font-semibold, .h4.font-semibold, h5.font-semibold, .h5.font-semibold, h6.font-semibold, .h6.font-semibold{ font-weight: 500; }
h1.font-bold, .h1.font-bold, h2.font-bold, .h2.font-bold, h3.font-bold, .h3.font-bold, h4.font-bold, .h4.font-bold, h5.font-bold, .h5.font-bold, h6.font-bold, .h6.font-bold{ font-weight: 600; }

h1.text-yellow-light, .h1.text-yellow-light,
h2.text-yellow-light, .h2.text-yellow-light,
h3.text-yellow-light, .h3.text-yellow-light,
h4.text-yellow-light, .h4.text-yellow-light,
h5.text-yellow-light, .h5.text-yellow-light,
h6.text-yellow-light, .h6.text-yellow-light{
  color: #f9f2b7;
}

.heading.title-heading{
 font-size: 32px;
 color: #4c4c4e;
 text-align: center;
 margin: 0 auto 20px auto;
 padding: 0 0 0 0;
 max-width: 600px;
}

.bg-warm-dark  .heading.title-heading,
.bg-warm .heading.title-heading,
.bg-primary-dark  .heading.title-heading, 
.bg-primary  .heading.title-heading{
 color: #ffffff;
}

.heading.title-heading.text-left,
.heading.title-heading.text-right{
  margin-left:0; 
  margin-right:0
}

.heading.title-heading.text-left{ text-align:left; }
.heading.title-heading.text-right{ text-align:right; }

.heading.title-heading h1, .heading.title-heading .h1,
.heading.title-heading h2, .heading.title-heading .h2,
.heading.title-heading h3, .heading.title-heading .h3,
.heading.title-heading h4, .heading.title-heading .h4,
.heading.title-heading h5, .heading.title-heading .h5,
.heading.title-heading h6, .heading.title-heading .h6{
 margin: 0 0 0 0;
 font-weight: 100;
}

.heading.title-heading .title-label{
 color: #67c7c8;
 font-size: 14px;
 margin: 0;
 padding: 0;
 text-transform: uppercase;
 font-weight: 500;
}

.heading.title-heading .title-info{ font-size: 14px; }

.heading.sub-heading{
 font-weight: 100;
 text-transform: uppercase;
 line-height: 1;
 margin-top: 0;
}

.heading.sub-heading.text-primary{ color: #67c7c8; }

.heading-bar{
 background-color: #67c7c8;
 padding-top: 8px;
 padding-bottom: 8px;
 padding-left: 15px;
 padding-right: 15px;
 text-transform: uppercase;
 font-weight: 500;
 color: #ffffff;
}

.heading.heading-bar h1, .heading.heading-bar  .h1, .heading.heading-bar  h2, .heading-bar .h2, .heading-bar h3, .heading-bar .h3, .heading-bar h4, .heading-bar .h4, .heading-bar h5, .heading-bar .h5,.heading-bar h6, .heading-bar .h6,
.heading-bar p{
 margin: 0 0 0 0;
 color: inherit;
}

h2.text-uppercase, .h2.text-uppercase, h3.text-uppercase, .h3.text-uppercase, h4.text-uppercase, .h4.text-uppercase, h5.text-uppercase, .h5.text-uppercase, h6.text-uppercase, .h6.text-uppercase{ text-transform: uppercase; }

h1 a:hover, a:hover h1, .h1 a:hover, a:hover .h1,
h2 a:hover, a:hover h2, .h2 a:hover, a:hover .h2,
h3 a:hover, a:hover h3, .h3 a:hover, a:hover .h3,
h4 a:hover, a:hover h4, .h4 a:hover, a:hover .h4,
h5 a:hover, a:hover h5, .h5 a:hover, a:hover .h5,
h6 a:hover, a:hover h6, .h6 a:hover, a:hover .h6{ color: #11797b; }

.bg-dark a:hover, 
.bg-dark a:focus, 
.bg-dark  a:hover .h1, 
.bg-dark  a:hover h1, 
.bg-dark  a:focus .h1, 
.bg-dark  a:focus h1, 
.bg-dark  a:hover .h2, 
.bg-dark  a:hover h2, 
.bg-dark  a:focus .h2, 
.bg-dark  a:focus h2, 
.bg-dark  a:hover .h3, 
.bg-dark  a:hover h3, 
.bg-dark  a:focus .h3, 
.bg-dark  a:focus h3, 
.bg-dark  a:hover .h4, 
.bg-dark  a:hover h4, 
.bg-dark  a:focus .h4, 
.bg-dark  a:focus h4, 
.bg-dark  a:hover .h5, 
.bg-dark  a:hover h5, 
.bg-dark  a:focus .h5, 
.bg-dark  a:focus h5, 
.bg-dark  a:hover .h6, 
.bg-dark  a:hover h6, 
.bg-dark  a:focus .h6, 
.bg-dark  a:focus h6{ color:#fff;}

.heading.subheading.subheading-underline{
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  padding-bottom: 6px;
  margin-bottom: 25px;
}
/*HEADING / TITLE STYLING END*/

/*LINK STYLE BEGIN*/
a{
 color: inherit;
 text-decoration: none;
}

a:hover,
a:focus{
 color: #326262;
 text-decoration: none;
}

a.underline, .underline a{ border-bottom: 1px solid #000000; }
a.underline.text-primary, .underline a.text-primary{ border-bottom: 1px solid #67c7c8; }

/*LINK / BUTTON STYLE END*/

.title-breadcrumb{
 text-align: center;
 text-transform: uppercase;
 margin-bottom: 18px;
 line-height: 1;
 font-size: 12px;
}

.title-breadcrumb span{ position: relative; }

.title-breadcrumb span:after{
 position: relative;
 content: ">";
 padding-right: 6px;
 padding-left: 6px;
 color: #67c7c8;
}

.title-breadcrumb span:last-child::after{
 position: absolute;
 right: 0;
 content: " ";
}

.text-warm{ color:#FF8D74; }

.btn-warm, a.btn-warm{
  background-color: #FF8D74;
  color:#fff;
}

a.btn-warm.btn-outline,
.btn-warm.btn-outline{
  background-color:#fff;
  color:#FF8D74;
  border: 1px solid #ff8d74;
}

.btn-transparent,
.btn-transparent.btn-outline-white,
.btn-outline-white,
a.btn-transparent,
a.btn-transparent.btn-outline-white,
a.btn-outline-white{
  background-color:transparent;
  color:#fff;
  border: 1px solid #fff;
}



.bg-warm{ background-color: #FF8D74; }

.bg-warm h1, .bg-warm .h1, .bg-warm h2, .bg-warm .h2, .bg-warm h3, .bg-warm .h3, .bg-warm h4, .bg-warm .h4, .bg-warm h5  .bg-warm .h5, .bg-warm h6, .bg-warm .h6, .bg-warm, .bg-warm a, .bg-warm a:hover h1, .bg-warm a:hover .h1, .bg-warm a:hover h2, .bg-warm a:hover .h2, .bg-warm a:hover h3, .bg-warm a:hover .h3, .bg-warm a:hover h4,
.bg-warm a:hover .h4, .bg-warm a:hover h5, .bg-warm a:hover .h5, .bg-warm a:hover h6, .bg-warm a:hover .h6, .bg-warm, .bg-warm a, .bg-warm a:focus h1, .bg-warm a:focus .h1, .bg-warm a:focus h2, .bg-warm a:focus .h2, .bg-warm a:focus h3, .bg-warm a:focus .h3, .bg-warm a:focus h4,
.bg-warm a:focus .h4, .bg-warm a:focus h5, .bg-warm a:focus .h5, .bg-warm a:focus h6, .bg-warm a:focus .h6, .bg-warm, .bg-warm a, .bg-warm a:active h1, .bg-warm a:active .h1, .bg-warm a:active h2, .bg-warm a:active .h2, .bg-warm a:active h3, .bg-warm a:active .h3, .bg-warm a:active h4,
.bg-warm a:active .h4, .bg-warm a:active h5, .bg-warm a:active .h5, .bg-warm a:active h6, .bg-warm a:active .h6, .bg-warm a:hover, .bg-warm a:focus, .bg-warm a:active{ color:#fff;}

.bg-warm.bg-warm-medium{ background-color:#fcafa0; }

.bg-warm.bg-warm-highlight{background-color: #fff3f1; color:#4c4c4e;}
.bg-warm.bg-warm-highlight a:hover,
.bg-warm.bg-warm-highlight a:focus{ color:#4c4c4e; }

/*TYPOGRAPHY + ICONOGRAPHY END*/

/*LISTS BEGIN*/
ul{ list-style: disc ; } 

ul.list-plain{
 list-style: none;
 padding-left: 0;
}

ul.list-plain.hyphenated li{
 padding-left: 20px;
 position: relative;
}

ul.list-plain.hyphenated li:before{
 content: "-";
 position: absolute;
 left: 0px;
}

ul.list-plain li{ margin-bottom: 1em; }
ul.list-plain.list-plain-tight li{ margin-bottom: 5px; }
ul.inline-list li{ display: inline; }
ul.inline-list{ padding-left: 0; }

ul.tags-list{
 list-style: none;
 padding: 0;
}

ul.tags-list li{
 display: inline-block;
 word-wrap: normal;
 margin-bottom: 3px;
}

ul.tags-list li a{
 text-transform: uppercase;
 color: #000000;
}

ul.tags-list li a:hover{ color: #11797b; }

ul.tags-list li:after{
 content: "/";
 width: 20px;
 position: relative;
 text-align: center;
 display: inline-block;
 color: #67c7c8;
}

ul.tags-list li:first-child:after{
 content: " ";
 width: 20px;
 position: relative;
 text-align: center;
 display: inline-block;
}

ul.tags-list li:last-child:after{
 content: "";
 width:0;
}

ul.list-inline.list-inline-comma{ margin-left:0; }  

ul.list-inline.list-inline-comma li:after{
 content: ",";
 width: 6px;
 position: relative;
 text-align: center;
 display: inline-block;
}

ul.list-inline.list-inline-comma li:last-child:after{
 content: "";
 width:0;
}

ul.list-inline.list-inline-comma.list-inline>li {
  display: inline-block;
  padding-left: 0;
  padding-right: 3px;
}

ul.list-inline.list-inline-bullet li { line-height: 2; }

ul.list-inline.list-inline-bullet li:after{
 content: "\2022";
 width: 6px;
 position: relative;
 text-align: center;
 display: inline-block;
 padding-left: 8px;
 padding-right: 8px;
 color: #4c4c4e;
}

ul.list-inline.list-inline-bullet li:last-child:after{
 content: "";
 width:0;
}

ul.list-ib li{ display:inline-block; }

dl dt, dl dd{ margin-bottom:5px }

ul.list-inline.wide li,
ul.inline-list.wide li{
 display: inline;
 margin-right: 24px;
}

@media screen and (max-width: 767px){
.hidden-list-style-xs{ list-style: none; }

ul.list-inline.list-inline-bullet.hidden-list-style-xs li:after{
 content: " ";
 width: 2px;
 position: relative;
 display: inline-block;
 padding-left:0;
 padding-right:0;
}

}
/*LISTS END*/

/*HEADER NAV BEGIN*/
#main-nav-header .navbar-nav{
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}

#main-nav-header .navbar-nav > li{
  float: none;
  display: inline-block;
}

#main-nav-header.navbar-default{
  background-color: #ffffff;
  border: none;
}

#main-nav-header.navbar-default .navbar-nav > .active > a,
#main-nav-header.navbar-default .navbar-nav > .active > a:hover,
#main-nav-header.navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
  color: #67c7c8;
}

#main-nav-header .container-fluid > .navbar-header{
  margin-left: 0;
  margin-right: 0;
}

#main-nav-header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
  padding: 0 0 0 0;
  height: auto;
  margin-top: 13px;
  margin-left: 10px;
  z-index: 15;
  position: relative;
}

#main-nav-header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand img{
  margin: 0 auto;
  position: relative;
  z-index: 3;
  position: relative;
  bottom: 4px;
}

#main-nav-header.navbar-default .navbar-nav li a{
  color: #000000; 
  font-size:14px; 
}

#main-nav-header.navbar-default .navbar-nav li a.text-warm{
  color: #FF8D74; 
  font-size:14px; 
}

#main-nav-header.navbar-default .navbar-nav li a:hover{ color: #11797b; }

.main-nav-back a, #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a{ 
  position: relative; 
  padding-left:15px; 
}

#main-nav-header ul.nav.navbar-nav.main-nav-bar>li>a:after{
  content: " / ";
  color: #67c7c8;
  position: absolute;
  right: -10px;
  top: 12px;
}

#main-nav-header ul.nav.navbar-nav.main-nav-bar > li > .mega-drop-container ul > li > a:after,
#main-nav-header ul.nav.navbar-nav.main-nav-bar > li.main-nav-back > a:after, 
#main-nav-header ul.nav.navbar-nav.main-nav-bar > li:last-child > a:after{
  content: " " !important;
  color: #67c7c8;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar-default .navbar-toggle .icon-bar{ background-color: #000000; }
.navbar-default .navbar-toggle{ border-color: transparent; }

.navbar-default .navbar-toggle{
   position: relative;
   float: right;
   margin-right: 0px;
   padding: 9px 10px;
   margin-top: 8px;
   margin-bottom: 8px;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0;
}

/*.navbar-toggle.active .icon-bar.icon-bar-top{
  transform: rotate(45deg);
  top: 6px;
  position: relative;
}

.navbar-toggle.active .icon-bar.icon-bar-mid{
  background-color: transparent;
}

.navbar-toggle.active .icon-bar.icon-bar-bottom{
  transform: rotate(-45deg);
  position: relative;
  bottom: 6px;
} */

/*.main-nav-back{
  float: none !important;
  position: relative !important;
  left: 0 !important;
  padding-left: 0;
  display: inline;
  margin-bottom: 15px;
  margin-top:-30px;
} */

.main-nav-back {
  float: left !important;
  position: absolute !important;
  left: 0 !important;
  padding-left: 0;
  display: inline;
}

.main-nav-back a:before{ 
  position: relative; 
  display:inline; 
  content: "\f0d9";
  left: 0;
  font-family: FontAwesome;
  width:20px; 
  height:20px; 
  margin-right:6px;
}

#main-nav-header > .container-fluid > .navbar-header{
   background: #ffffff;
   position: relative;
   z-index: 12;
}

#main-nav-header .main-nav-top-left{
   position: absolute;
   left: 15px;
   top: -55px;
   z-index: 13;
   text-align: left;
}

#main-nav-header .main-nav-top-right{
   position: absolute;
   right: 15px;
   top: -55px;
   z-index: 13;
   text-align: right;
}

#main-nav-header .main-nav-top-left .active a,
#main-nav-header .main-nav-top-right .active a{
   color:#67c7c8;
   font-weight: bold;
}

#main-nav-header.main-nav-navbar{
   border-bottom: 4px solid #67c7c8;
   width: 100%;
   z-index: 20;
   margin-bottom: 0;
}

#main-nav-header.header-reveal{
  position: fixed;
  left: 0;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 20;
  margin-bottom: 0;
}

#main-nav-header.main-nav-navbar-admin{
  position: absolute !important;
  top:0;
  left:0;
  right:0;
}

#main-nav-header.nav-up{ top: -180px; }

#main-nav-header > div > div.navbar-header > button.navbar-toggle > img { display: none; position: relative; bottom:5px; }

/*#main-nav-header > div > div.navbar-header > button.navbar-toggle.active > img { display: inline; }

#main-nav-header > div > div.navbar-header > button.navbar-toggle.active > span { display: none; } */

ul.mega-drop-heading-collapse-content{ list-style: none; }

/*HEADER NAV BAR - MEDIA QUERY MIN 931 BEGIN*/
@media (min-width: 931px){
  #main-nav-header .navbar-header{
  float: none;
  text-align: center;
  }

  #main-nav-header .container > .navbar-header, #main-nav-header .container-fluid > .navbar-header, 
  #main-nav-header .container > .navbar-collapse, .container-fluid > .navbar-collapse{
  padding-right: 0;
  padding-left: 0;
  }

  #main-nav-header .navbar-nav > li > a{
  text-transform: uppercase;
  position: relative;
  display: block;
  /*padding: 12px 25px 15px 25px;*/
  padding: 12px 6px 15px 6px;
  color: #000000;
  font-weight: 400;
  }

  #main-nav-header #main-nav-header-collapse{ position: relative; }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li.active > a{ color: #67c7c8; }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a:hover{
  font-weight: 400;
  color: #67c7c8;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar {
  position: relative;
  z-index: 3;
  }

  #main-nav-header .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
  width: auto;
  margin-right: 0;
  float: none;
  display: inline-block;
  padding: 0 0 2px 0 !important;
  height: auto;
  margin-top: 36px !important;
  }

  .navbar > .container-fluid .navbar-brand .brand-image-sm { display: none; }
  .navbar > .container-fluid .navbar-brand .brand-image-xs { display: none; }

  #main-nav-header .container > .navbar-header,
  #main-nav-header .container-fluid > .navbar-header,
  #main-nav-header .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar {
  position: relative;
  z-index: 3;
  }

  #main-nav-header .navbar-nav { margin-top: -1px; }

  .navbar-nav {
  float: left;
  margin: 0;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-page-link-mobile { display: none !important; }

  /*BOOSTRAP COLLAPSE OVERRIDE BEGIN*/
  #main-nav-header .navbar-collapse.collapse{
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  border-top: 1px solid transparent;
  }

  #main-nav-header .navbar-toggle{ display: none; }
  #main-nav-header .navbar-nav{ margin-top: -1px; }
  /*BOOSTRAP COLLAPSE OVERRIDE END*/

  #main-nav-header .navbar > .container .navbar-brand, 
  .navbar > .container-fluid .navbar-brand img{
  margin: 0 auto;
  z-index: 3;
  position: relative;
  float: none;
  display: inline-block;
  }

  .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
  }

  .navbar-collapse {
  width: auto !important;
  border-top: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  }

}
/*HEADER NAV BAR - MEDIA QUERY MIN 931 END*/

/*HEADER NAV BAR - MEDIA QUERY MAX 930 BEGIN*/
@media (max-width: 930px){
  #main-nav-header .main-nav-bar{
  text-transform: uppercase;
  /*font-weight: bold;*/ /*jan 31 2018 -JC */
  font-weight: 300;
  }

  #main-nav-header .main-nav-bar > li > a,  #main-nav-header .mega-drop-mobile > li > a{
  font-size: 11px;
  padding: 4px 8px;
  }

  #main-nav-header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand img{
  position: relative;
  bottom: 0;
  }

  #main-nav-header .navbar-nav > li{
  float: none;
  display: block;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 15;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background-color: transparent; }

  #main-nav-header .navbar-nav{
  margin-left: 0;
  margin-right: 0;
  }

  #main-nav-header .main-nav-top-left{
  margin: 0;
  position: static;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
  }

  #main-nav-header .main-nav-top-right{
  position: relative; /* jan 31 2018 - JC */
  position: static;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
  margin: 15px;
  z-index: 11;
  }

  #main-nav-header .main-nav-top-right ul.list-inline>li{
  display:block;
  margin-bottom:8px;
  /*font-weight: bold;*/ /* jan 31 2018 -JC */
  font-weight: 300;
  text-transform:uppercase;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a,
  #main-nav-header .nav > li > a{
  padding-left: 0;
  padding-right: 0;
  }

  .navbar > .container-fluid .navbar-brand .brand-image{ display: none; }
  .navbar > .container-fluid .navbar-brand .brand-image-xs{ display: none; }

  .navbar-header { float: none; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-collapse.collapse.in { display: block !important; }
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.in {
  margin-left: -15px;
  margin-right: -15px;
  }

  .navbar-toggle { display: block; }

  .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  }

  .main-nav-back {
  float: none !important;
  position: relative !important;
  left: 0 !important;
  padding-left: 0;
  display: inline;
  margin-bottom: 15px;
  margin-top: -30px;
  }

  #main-nav-header .main-nav-bar .mega-drop-container-inside .list-unstyled{
  text-transform: none;
  font-weight: normal;
  }

  .nav.navbar-nav.main-nav-bar{ float:none; }

}
/*HEADER NAV BAR - MEDIA QUERY MAX 930 END*/

@media screen and (max-width:364px){
  .navbar > .container-fluid .navbar-brand .brand-image{ display: none; }
  .navbar > .container-fluid .navbar-brand .brand-image-sm{ display: none; }
  .navbar > .container-fluid .navbar-brand .brand-image-xs{ display: block; }
}

@media screen and (min-width:365px) and (max-width:930px) {
  .navbar > .container-fluid .navbar-brand .brand-image {
    display: none;
  }
  .navbar > .container-fluid .navbar-brand .brand-image-sm {
    display: block;
  }
  .navbar > .container-fluid .navbar-brand .brand-image-xs {
    display: none;
  }
}

/*HEADER NAV BAR - MEDIA QUERY MAX 1240 BEGIN*/
@media (max-width: 1240px){
  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a,
  #main-nav-header .nav > li > a{
  font-size: 14px;
  padding-left: 9px;
  padding-right: 9px;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li:before{
  content: " ";
  display: none;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a:after{
  content:"";
  display:none;
  }
}
/*HEADER NAV BAR - MEDIA QUERY MAX 1240 END*/

/*HEADER NAV BAR - MEDIA QUERY MAX 992 BEGIN*/
@media (min-width: 767px) and (max-width: 992px){
  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a,
  #main-nav-header .nav > li > a{
  padding-left: 9px;
  padding-right: 9px;
  }

  .navbar-collapse.collapse.in, .navbar-collapse.collapse.collapsing{
  display: block !important;
  position: relative;
  overflow: visible !important;
  }
}
/*HEADER NAV BAR - MEDIA QUERY MAX 992 END*/

/*HEADER NAV BAR - MEDIA QUERY MIN 992 BEGIN*/
@media only screen and (min-width: 991px){
  #main-nav-header.header-static{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  }
}
/*HEADER NAV BAR - MEDIA QUERY MIN 992 END*/

/*HEADER NAV BAR - MEDIA QUERY 931-992 BEGIN*/
@media (min-width:931px) and (max-width:992px){
  .navbar-collapse.collapse.in,
  .navbar-collapse.collapse.collapsing {
  display: block !important;
  position: relative;
  overflow: visible !important;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a,
  #main-nav-header .nav > li > a {
  font-size: 13px;
  padding-left: 9px;
  padding-right: 9px;
  }

}
/*HEADER NAV BAR - MEDIA QUERY 931-992 END*/

/*HEADER NAV BAR - NO NAV BEGIN*/
@media (min-width: 931px){
  #main-nav-header .navbar.navbar-no-nav .navbar-header, 
  .navbar.navbar.navbar-no-nav .navbar-header{
  border-bottom:2px solid #68c8c7; height:72px;
  max-height: 72px;
  }

  #main-nav-header .navbar.navbar-no-nav > .container .navbar-brand, 
  .navbar.navbar.navbar-no-nav > .container-fluid .navbar-brand {
  margin-top:20px !important;
  margin: 20px 0 10px 6px;
  }
}

@media (max-width: 930px){
  #main-nav-header .navbar.navbar-no-nav .navbar-header, 
  .navbar.navbar.navbar-no-nav .navbar-header{
  border-bottom:2px solid #68c8c7;
  height:50px;
  max-height: 50px;
  text-align: center;
  }

  #main-nav-header .navbar.navbar-no-nav > .container .navbar-brand,  
  .navbar.navbar.navbar-no-nav > .container-fluid .navbar-brand { 
  margin-top:0 !important; 
  float:none; 
  display: block;
  } 

  #main-nav-header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand img{ margin-top:0; }

  .navbar > .container-fluid .navbar-brand .brand-image { display: none; }

  /*#main-nav-search-trigger-mobile {
  position: absolute;
  top: 15px;
  right: 62px;
  z-index: 11;
  }

  #main-nav-search-trigger-mobile .main-nav-search-bar-mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  width: 0;
  opacity: 0;
  display: none;
  }*/

  .mega-drop-control .mega-drop-container {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  }

  .mega-drop-control .mega-drop-container {
  position: absolute;
  top: -3000px;
  transition: none;
  text-align: left;
  }

  #main-nav-header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  padding: 0 0 0 0;
  height: auto;
  margin-top: 13px;
  margin-left: 10px;
  z-index: 15;
  position: relative;
  float: left;
  }

}

/*HEADER NAV BAR - MEDIA QUERY MAX 1080  MIN 931 BEGIN*/
@media (min-width: 931px) and (max-width: 1120px){
  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a,
  #main-nav-header .nav > li > a {
    font-size:12px;
    padding-left:6px;
    padding-right: 6px;
  }
}
/*HEADER NAV BAR - NO NAV END*/

/* NAV MEGA DROP MOBILE BEGIN*/
.mega-drop-control .mega-drop-container{
 background-color: transparent;
 height: auto;
 position: absolute;
 left: 0;
 right: 0;
 top: -9999px;
 padding-bottom: 15px;
 z-index: 1;
 text-align: left;
}

#main-nav-header.navbar-default .navbar-nav .mega-drop-container li a,
#main-nav-header.navbar-default .navbar-nav .mega-drop-container .mega-drop-heading-collapse a,
#main-nav-header.navbar-default .navbar-nav .mega-drop-container .mega-drop-heading, 
#main-nav-header.navbar-default .navbar-nav .mega-drop-container .mega-drop-heading a {font-size: 14px !important;}

#main-nav-header.navbar-default .navbar-nav .mega-drop-container .heading.sub-heading a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px !important;
}

@media (max-width: 930px){
  .mega-drop-container .heading.sub-heading,
  .mega-drop-container .heading.sub-heading h1,
  .mega-drop-container .heading.sub-heading .h1,
  .mega-drop-container .heading.sub-heading h2,
  .mega-drop-container .heading.sub-heading .h2,
  .mega-drop-container .heading.sub-heading h3,
  .mega-drop-container .heading.sub-heading .h3,
  .mega-drop-container .heading.sub-heading h4,
  .mega-drop-container .heading.sub-heading .h4,
  .mega-drop-container .heading.sub-heading h5,
  .mega-drop-container .heading.sub-heading .h5,
  .mega-drop-container .heading.sub-heading h6,
  .mega-drop-container .heading.sub-heading .h6  { font-weight: normal; }

  #main-nav-header.navbar-default .navbar-nav .mega-drop-container .heading.sub-heading a {
    font-weight: normal;
    font-size: 14px !important;
    line-height: 1.24;
  }
}

.mega-drop-container ul li{ 
  line-height: 1.24;
  margin-bottom:10px;
}

.mega-drop-container-inside{ 
  background-color: rgba(255, 255, 255, 1);
  padding:35px;
  border:1px solid #f6f6f6;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin:0 30px;
}

@media (min-width: 992px) and (max-width:1200px){
  .mega-drop-control.is-hovering .mega-drop-container > .container{ width:100%; }
}

@media (min-width: 768px) and (max-width:991px){
  .mega-drop-control.is-hovering .mega-drop-container > .container{ 
  width:100%; 
  padding: 0 0 0 0 ;
  }

  .mega-drop-container-inside{ margin:0 0 0 0; }
}

@media (max-width: 930px){
  .mega-drop-control .mega-drop-container{
  position: absolute;
  top: -3000px;
  transition: none;
  text-align: left;
  }

  .mega-drop-control.is-hovering .mega-drop-container{
  display: block;
  position: absolute;
  top: 30px;
  }

  .mega-drop-mobile .mega-drop-container{
  position: relative;
  top: 0px;
  transition: none;
  }

  .mega-drop-mobile{ display: block; }
  .mega-drop-desktop{ display: none; }
  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-control-link-large{ display: none !important; }
  .mega-drop-control.is-hovering .mega-drop-container{ display: none !important; }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li.mega-drop-control .mega-drop-container.is-clicked{
  position: relative !important;
  transition: none !important;
  display: block !important;
  top: 0 !important;
  padding-left: 12px;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li.mega-drop-control .mega-drop-container.is-clicked .heading.sub-heading{ text-transform: none; }
  .mega-drop-heading-collapse-content{ display: none; }
  .mega-drop-heading-collapse-content.is-clicked-inside{ display: block; }
  .mega-drop-heading{ font-size: 13px !important; }
  .mega-drop-control-link-mobile{ position: relative ;} 

  .mega-drop-control-link-mobile:after{
  position: relative;
  content: url("/img/panel-filter-open.png");
  top: 2px;
  margin-left: 12px;
  }

  .mega-drop-control-link-mobile.is-clicked:after{
  position: relative;
  content: url("/img/panel-filter-close.png");
  }

  .mega-drop-control .mega-drop-container{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  }

  .mega-drop-heading-collapse-content.is-clicked{ display: block; }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a:after{
  content: " " !important;
  color: #67c7c8;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-control-link-mobile:before{
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  left: 3px;
  content: url(/img/panel-filter-open.png);
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-control-link-mobile.is-clicked:before{
  width: 10px;
  height: 10px;
  position: relative;
  top: 2px;
  left: 6px;
  content: url(/img/panel-filter-close.png);
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-page-link-mobile{
  display: block;
  padding: 12px;
  background-color: #ffffff;
  position: relative;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-control-link-mobile{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 14;
  background-color: #ffffff;
  height: 100%;
  padding-top: 12px;
  color: #67c7c8;
  font-size: 18px;
  width: 50px;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-control-link-mobile.is-clicked{
  background-color: #ffffff;
  color: #67c7c8;
  }

  #main-nav-header .navbar-nav > li.mega-drop-control,
  #main-nav-header .navbar-nav > li.mega-drop-static{
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  }

  #main-nav-header .navbar-nav > li.mega-drop-control.mega-drop-control-first{
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  }

  .mega-drop-control .mega-drop-container .mega-drop-col{ height: auto !important; }

  .mega-drop-container-inside {
  background-color: rgba(255, 255, 255, 1);
  padding: 0;
  border: none;
  box-shadow: none;
  transition: none;
  margin:0 0 0 0;
  }

  .mega-drop-container.mega-drop-container-640 .mega-drop-container-inside > .container{
  width:auto;
  padding-left:30px;
  padding-right:30px;
  }

  /*REPLACES THE RULE FOUND ON LINE 1386*/
  .mega-drop-control.is-hovering .mega-drop-container > .container{ 
  padding-left:30px;
  padding-right:30px;
  }

  .mega-drop-control .mega-drop-container > .container{ 
  width:100%; /*overwrites 750px declaration at 767 and less*/
  }

}
/* NAV MEGA DROP MOBILE END*/

/* NAV MEGA DROP GENERAL BEGIN*/
@media (min-width: 931px){
  .mega-drop-mobile{ display: none; }
  .mega-drop-desktop{ display: block; }
  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-control-link-mobile{ display: none !important; }
  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li > a.mega-drop-page-link-mobile{ display: none !important; }
  .mega-drop-control.is-hovering > a{ position: relative; }

  .mega-drop-control.is-hovering > a:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #68c8c6 transparent;
  content: " ";
  position: absolute;;
  top: 36px;
  left: calc(50% - 20px)
  }

  .mega-drop-control.is-hovering .mega-drop-container{
  display: block;
  position: absolute;
  top: 50px;
  max-width: 1170px;
  margin:0 auto;
  width:100%;
  }

  .mega-drop-control.is-hovering .mega-drop-container > .container{
  padding-left:0;
  padding-right:0;
  }

  .mega-drop-control.is-hovering .mega-drop-container.mega-drop-container-640,
  .mega-drop-control.is-hovering .mega-drop-container.mega-drop-container-640 .container{
  max-width: 640px;
  width:100%;
  }

  #main-nav-header ul.nav.navbar-nav.main-nav-bar > li.mega-drop-control.is-hovering{ position: static; }

}
/* NAV MEGA DROP GENERAL END*/

/*NAV MEGA DROP UPDATES OCT 2017 BEGIN*/
.mega-drop-container{ box-shadow: 0 1px 3px rgba(66,66,66,0.12), 0 1px 2px rgba(66,66,66,0.24); } 

.mega-drop-col-image,
.mega-drop-col-image h1,
.mega-drop-col-image .h1,
.mega-drop-col-image h1,
.mega-drop-col-image .h2,
.mega-drop-col-image h3,
.mega-drop-col-image .h3,
.mega-drop-col-image h4,
.mega-drop-col-image .h4,
.mega-drop-col-image h5,
.mega-drop-col-image .h5,
.mega-drop-col-image h6,
.mega-drop-col-image .h6{
  font-weight: 300;
  line-height: 20px;
}

.mega-drop-list-topics{
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 930px){
  .mega-drop-list-topics{
  letter-spacing: 0;
  text-transform: none;
  }
}

.row.mega-drop-row{
  display: table;
  width: 100%;
}

.row.mega-drop-row { 
  margin-left:-30px;
  margin-right:-30px;
}

.row.mega-drop-row [class*="col-"]{
 padding-left: 30px;
 padding-right: 30px;
}

.mega-drop-col{
  display: table-cell;
  height: 100%;
  float: none;
  vertical-align: top;
  position: relative;
  line-height: 20px;
}

.mega-drop-col:after{
 background: #e6e6e6;
 bottom: 0;
 content: " ";
 right: 0;
 position: absolute;
 width: 1px;
 top: 0;
 display: block;
}

.mega-drop-col:last-child:after{ display: none; }

.mega-drop-col-image{ vertical-align: top; }

@media screen and (max-width: 930px){
  .mega-drop-row{
  display: block;
  width: auto;
  }

  .mega-drop-col{
  display: block;
  height: auto;
  float: left;
  }

  .row.mega-drop-row { 
  margin-left:-15px;
  margin-right:-15px;
  }

  .row.mega-drop-row  > [class*="col-"]{
  padding-left: 15px;
  padding-right: 15px;
  }

  .mega-drop-col:after{ display: none; }
  .mega-drop-container { box-shadow: none; }
}
/*NAV MEGA DROP UPDATES OCT 2017 END*/

/*NAV SEARCH GENERAL BEGIN*/
/* #main-nav-search-trigger.selected{
  width: 100%;
  bottom: 45px;
}

#main-nav-search-trigger .main-nav-search-bar.selected {
  width: auto !important;
  left: 15%;
  right: 15%;
} */

@media (min-width: 931px){
/*  #main-nav-search-trigger .main-nav-search-bar{
  position: absolute;
  top: 16px;
  right: 24px;
  width: 0;
  opacity: 0;
  }

  #main-nav-search-trigger .main-nav-search-bar.selected{
  width: 860px;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  opacity: 1;
  z-index: 2;
  margin: 0 auto;
  }

  #main-nav-search-trigger .main-nav-search-bar.selected .main-nav-search-bar-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .75);
  content: "";
  z-index: 11;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  }

  #main-nav-search-trigger .main-nav-search-bar input[type="text"]{
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 6px;
  font-size: 18px;
  position: relative;
  bottom: 4px;
  z-index: 12;
  }

  .main-nav-search-bar-close{
  position: absolute;
  right: 0;
  top: -4px;
  color: #000000;
  font-size: 24px;
  z-index: 13;
  }

  #main-nav-search-trigger-mobile{ display: none; } */

  .mega-drop-control.is-hovering .mega-drop-container:after {
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  right:0;
  content: "";
  top:0;
  bottom:0;
  display: block;
  background-color:rgba(255, 255, 255, 1);
  z-index: -1;
  }

  .mega-drop-control.is-hovering .mega-drop-container { max-width: 100%; }

  .mega-drop-container-inside {
  box-shadow: none;
  border:none;
  }

}

@media (max-width: 1360px) {
/*#main-nav-search-trigger .main-nav-search-bar.selected {
  left: 10%;
  right: 10%;
  }*/
}

@media (max-width: 991px) {
/*#main-nav-search-trigger .main-nav-search-bar.selected {
  left: 5%;
  right: 5%;
  }*/
}
/*NAV SEARCH GENERAL END*/

/*NAV SEARCH MOBILE BEGIN*/
@media (max-width: 930px){
/*  #main-nav-search-trigger-mobile{
  position: absolute;
  top: 15px;
  right: 62px;
  z-index: 11;
  }

  #main-nav-search-trigger-mobile .main-nav-search-bar-mobile{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  width: 0;
  opacity: 0;
  display:none;
  }


  #main-nav-search-trigger-mobile.selected .main-nav-search-bar-mobile{
  display:block;
  position: absolute;
  }

  #main-nav-search-trigger-mobile.selected .main-nav-search-bar-mobile form{
  position: absolute;
  top: 45px;
  right: -52px;
  left: 0px;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 14; 
  }

  #main-nav-header #main-nav-search-trigger-mobile i.fa{
  font: normal normal normal 19px/1 FontAwesome;
  position: relative;
  }

  #main-nav-header #main-nav-search-trigger-mobile i.fa.fa-times{
  font: normal normal normal 19px/1 FontAwesome;
  position: relative;
  bottom: 4px;
  }

  #main-nav-search-trigger-mobile .main-nav-search-bar-mobile.selected{
  width: 100%;
  -webkit-transition: ease-in 0.2s;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  opacity: 1;
  z-index: 2;
  right: 0;
  margin: 0 auto;
  }

  #main-nav-search-trigger-mobile .main-nav-search-bar.selected .main-nav-search-bar-overlay-mobile{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .75);
  content: "";
  z-index: 13;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  }

  #main-nav-search-trigger-mobile .main-nav-search-bar-mobile input[type="text"]{
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 1px;
  font-size: 16px;
  position: relative;
  bottom: 4px;
  z-index: 13;
  }

  .main-nav-search-bar-close-mobile{
  position: absolute;
  right: 52px;
  top: -48px;
  color: #000000;
  font-size: 24px;
  z-index: 13;
  }

  #main-nav-search-trigger-mobile .main-nav-search-bar-mobile.selected .main-nav-search-bar-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .75);
  content: "";
  z-index: 13;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  }

  #main-nav-search-trigger-mobile.selected > a{
  position: absolute;
  top: 0;
  right: 0;
  display:none;
  }

  #main-nav-header #main-nav-search-trigger{ display: none; }

  #main-nav-search-trigger-mobile.selected{
  position: absolute;
  top: 15px;
  right: 62px;
  display: block;
  left: 10px;
  }


  #main-nav-search-trigger-mobile.selected:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  top:34px;
  right: 0;
  z-index: 15;
  }*/

}
/*NAV SEARCH MOBILE END*/

/*LESS 767-930 COLUMNS BEGIN*/
@media screen and (max-width: 930px) and (min-width:768px){
  .col-930less-12{width:100%}.col-930less-11{width:91.66666667%}.col-930less-10{width:83.33333333%}.col-930less-9{width:75%}.col-930less-8{width:66.66666667%}.col-930less-7{width:58.33333333%}.col-930less-6{width:50%}.col-930less-5{width:41.66666667%}.col-930less-4{width:33.33333333%}.col-930less-3{width:25%}.col-930less-2{width:16.66666667%}.col-930less-1{width:8.33333333%}.col-930less-15{width:20%}.col-930less-pull-12{right:100%}.col-930less-pull-11{right:91.66666667%}.col-930less-pull-10{right:83.33333333%}.col-930less-pull-9{right:75%}.col-930less-pull-8{right:66.66666667%}.col-930less-pull-7{right:58.33333333%}.col-930less-pull-6{right:50%}.col-930less-pull-5{right:41.66666667%}.col-930less-pull-4{right:33.33333333%}.col-930less-pull-3{right:25%}.col-930less-pull-2{right:16.66666667%}.col-930less-pull-1{right:8.33333333%}.col-930less-pull-0{right:auto}.col-930less-push-12{left:100%}.col-930less-push-11{left:91.66666667%}.col-930less-push-10{left:83.33333333%}.col-930less-push-9{left:75%}.col-930less-push-8{left:66.66666667%}.col-930less-push-7{left:58.33333333%}.col-930less-push-6{left:50%}.col-930less-push-5{left:41.66666667%}.col-930less-push-4{left:33.33333333%}.col-930less-push-3{left:25%}.col-930less-push-2{left:16.66666667%}.col-930less-push-1{left:8.33333333%}.col-930less-push-0{left:auto}.col-930less-offset-12{margin-left:100%}.col-930less-offset-11{margin-left:91.66666667%}.col-930less-offset-10{margin-left:83.33333333%}.col-930less-offset-9{margin-left:75%}.col-930less-offset-8{margin-left:66.66666667%}.col-930less-offset-7{margin-left:58.33333333%}.col-930less-offset-6{margin-left:50%}.col-930less-offset-5{margin-left:41.66666667%}.col-930less-offset-4{margin-left:33.33333333%}.col-930less-offset-3{margin-left:25%}.col-930less-offset-2{margin-left:16.66666667%}.col-930less-offset-1{margin-left:8.33333333%}.col-930less-offset-0{margin-left:0}
  .hidden-930less{display: none;}
}
/*LESS 767-930 COLUMNS*/

/*HEADER NAV END*/

/*FOOTER BEGIN*/
footer{
background-image: url(/img/chalkboard-bg.jpg);
background-repeat: repeat;
height: auto;
padding-top: 30px;
padding-bottom: 0;
height: 326px;
color: #ffffff;
position: relative;
z-index: 2;
}

footer.footer{ background-color: #326262; }

@media (max-width: 767px){
 footer{ height: 333px; }
}

footer ul{
 list-style: none;
 padding: 0 0 0 0;
}

footer ul li{ 
  margin-bottom: 8px;
  line-height: 1.33;
}

footer a{ 
  color: #ffffff; 
  font-size: 12px;
}

footer a:hover, footer a:focus{ color: #dff1f2; }

footer .active{
 color: #dff1f2;
 border-bottom: 1px solid #dff1f2;
}

footer.inner-container.visible-xs{ text-align: center; }

footer.inner-container.visible-xs .turq.bold{ margin-bottom: 8px; }

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer .h1, .footer .h2, .footer .h3, .footer .h4, .footer .h5, .footer .h6{
 margin-top: 0;
 color: #ffffff;
}

@media (max-width: 1210px){
 .footer{
  height: 360px;
  margin-top: 0;
 }
}

@media (max-width: 991px){
 .footer{
  height: 360px;
  margin-top: 0;
 }
}

@media (max-width: 767px){
 .footer{ height: 990px; }
}
/*FOOTER END*/

/*NAVIGATION ELEMENTS BEGIN*/
.nav-tabs.nav-tabs-styled{ border-bottom: 2px solid #67c7c8; }

.nav-tabs.nav-tabs-styled > li{ margin-bottom: -2px; }

.nav-tabs.nav-tabs-styled > li a{
 font-size: 16px;
 border-radius: 0;
 text-transform: uppercase;
 font-weight: 500;
 color: #bfe5e5;
}

.nav-tabs.nav-tabs-styled > li.active > a,
.nav-tabs.nav-tabs-styled > li.active > a:hover,
.nav-tabs.nav-tabs-styled > li.active > a:focus{
 border: 2px solid #67c7c8;
 border-bottom-color: transparent;
 color: #67c7c8;
}

.nav.nav-pills.nav-stacked{
 text-transform: uppercase;
 font-weight: bold;
}

.nav-pills.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-pills.nav-stacked > li.active > a:focus{
 background-color: #797c7d;
 color: #ffffff;
}

.nav-tabs-dropdown{
 display: none;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before{
 content: "\f0d7";
 font-family: FontAwesome !important;
 position: absolute;
 right: 45px;
}

@media screen and (min-width: 768px){
 #nav-tabs-mobile-wrapper{
  display: block !important;
 }
}

@media screen and (max-width: 767px){

.nav-tabs-dropdown{ display: block; }

#nav-tabs-mobile-wrapper{
  display: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
}

.nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links{ border-bottom: none; }

.nav-tabs-dropdown-links.nav-tabs.nav-tabs-styled li{
  display: block;
  float: none;
  width: 100%;
 }

 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li a{
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #bfe5e5;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-bottom-color: transparent;
 }

 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li a,
 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li.active > a,
 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li.active > a:hover,
 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li.active > a:focus{
  border: none;
  border-bottom-color: transparent;
 }

 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li.active > a,
 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li.active > a:hover,
 .nav-tabs.nav-tabs-styled.nav-tabs-dropdown-links > li.active > a:focus{ color: #67c7c8; }

}

/*NAVIGATION ELEMENTS END*/

/*IMAGES BEGIN*/

/*LEGACY RESIZE BEGIN*/
.auto-resizable-image{
 overflow: auto;
 width: 100%;
}

.auto-resizable-image > div{ width: 100%; }

.auto-resizable-image > div img{
 width: 100%;
 height: auto;
 border: 0;
 margin: 0 auto;
}

/*LEGACY RESIZE END*/

/*BUTONS + LINKS BEGIN*/

.btn{ 
 padding: 12px 24px; 
 font-weight: 500;
 border-width:0px;
 white-space: normal; /*overrides BS default */
}

.btn.btn-sm {
  padding: 8px 16px;
  font-weight: 500;
}

.btn.btn-xs {
  padding: 6px 12px;
  font-weight: 500;
}

.btn.btn-inactive{
 color: #ccc;
 background-color: #ffffff;
 border-color: #ccc;
}

.btn.btn-inactive.active{
 color: #ffffff;
 background-color: #000000;
 border-color: #000000;
}

.btn.btn-primary.no-hover:hover,
.btn.btn-primary.no-hover:focus {
  color: #fff;
  background-color: #67c7c8;
  border-color: #67c7c8;
}

.btn.btn-primary.btn-primary-light,
.btn.btn-primary-light{
 background-color: #91d4d4;
 border-color: #91d4d4;
 color:#fff;
}

.btn-primary-light.no-hover:hover,
.btn-primary-light.no-hover:focus {
  color: #fff;
  background-color: #91d4d4;
  border-color: #91d4d4;
}

.btn.btn-primary.btn-primary-dark,
.btn.btn-primary-dark{
 background-color: #11797b;
 border-color: #11797b;
 color:#fff;
}

.btn-primary-dark.no-hover:hover,
.btn-primary-dark.no-hover:focus {
  color: #fff;
  background-color: #11797b;
  border-color: #11797b;
}

.btn.btn-black{
 background-color: #000;
 border-color: #000;
 color:#fff;
}

.btn.btn-red{
 background-color: #EB4748;
 border-color: #EB4748;
 color:#fff;
}

.btn.btn-red:hover,
.btn.btn-red:focus{
 background-color: #d50000;
 border-color: #d50000;
 color:#fff;
}

.btn.btn-link,
.btn.btn-link.no-hover:hover,
.btn.btn-link.no-hover:focus{
 text-transform: capitalize;
 border-bottom: 1px solid #000000;
 color: #4c4c4e;
 padding: 0 0 1px 0;
 font-weight: 500;
 position: relative;
 line-height: 1;
}

.btn-link:hover, .btn-link:focus{
 color: #11797b;
 text-decoration: none;
 background-color: transparent;
 border-color:#11797b;
}

.btn-link:hover:after, .btn-link:focus:after,
.btn-link:hover:before, .btn-link:focus:before{ color: #11797b; }

.btn.btn-link.btn-link-plain{
 border-bottom: none;
 padding: 0 0 0 0;
}

.btn.btn-link.btn-link-chevron:after{
 position: absolute;
 content: "\f101";
 font-family: FontAwesome;
 font-style: normal;
 font-weight: bold;
 text-decoration: inherit;
 border-bottom-color: transparent;
 color: #4c4c4e;
 font-size: 14px;
 padding: 8px 0 8px 6px;
 top:-8px;
 right:-16px;
}

.btn.btn-link.btn-link-remove:before{
 position: relative;
 content: "\f00d";
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
 border-bottom-color: transparent;
 color: #4c4c4e;
 font-size: 13px;
 padding: 8px;
}

.btn.btn-link.btn-link-back{
 border-bottom: 1px solid #4c4c4e;
 padding: 4px 0 4px 0;
}

.btn.btn-link.btn-link-back:before{
 position: relative;
 content: "\f0d9";
 left: 0;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
 border-bottom-color: transparent;
 color: #4c4c4e;
 font-size: 13px;
 padding: 8px 8px 8px 0;
}

.btn.btn-link.btn-link-plus:before{
 position: relative;
 content: "\f067";
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
 border-bottom-color: transparent;
 color: #4c4c4e;
 font-size: 13px;
 padding: 8px;
}

.btn.btn-link.btn-link-remove:before{
 position: relative;
 content: "\f00d";
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
 border-bottom-color: transparent;
 color: #4c4c4e;
 font-size: 13px;
 padding: 8px;
}

.btn-link-push-left{
 position: relative;
 right: 8px;
}

.btn{ text-transform: uppercase; }

.img-responsive.img-maxw{
 margin-left: auto;
 margin-right: auto;
}

.btn-group .btn.btn-radio-active.btn-inactive.active:before{
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.btn-group .btn.btn-radio-inactive.btn-inactive.active:before{
  content: "\f05e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.btn-group .btn.btn-radio-pending.btn-inactive.active:before{
  content: "\f040";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.btn-link:before, .btn-link:after{ background-color: inherit; }
.btn-link.btn-link-white-bg:before, .btn-link.btn-link-white-bg:after{ background-color: white; }

.btn.btn-green{
  color: #fff;
  background-color: #00af7d;
  border-color: #00af7d;
}

.btn.btn-green:hover{
  color: #fff;
  background-color: #00835e;
  border-color: #00835e;
}
/*BUTONS + LINKS END*/

/*GLOBAL INPUT ELEMENTS BEGIN*/
.styled-select{ position: relative; }

.styled-select select{
 width: 100%;
 position: relative;
}

.styled-select select{
 -moz-appearance: none;
 text-indent: 0.01px;
 text-overflow: '';
}

select, select.form-control{
 width: 100%;
 border-radius: 0px;
 -webkit-appearance: none;
 -webkit-border-radius: 0px;
 position: relative;
 z-index: 1;
}

.styled-select:after{
 content: "";
 position: absolute;
 top: 15px;
 right: 10px;
 z-index: 2;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 6px solid #000000;
 pointer-events: none;
}

.styled-select .ms-drop ul > li label{
 text-transform: none;
 color: #797c7d;
 margin-bottom: 12px;
 font-size: 14px;
}

.styled-select .ms-drop ul > li input[type="checkbox"]{
 text-transform: none;
 color: #797c7d;
 margin-bottom: 12px;
 position: relative;
 bottom: -3px;
}

.styled-select.styled-select-clean .form-control{
 border:none;
 box-shadow:none;
 padding-left:22px;
 position: relative;
}

.styled-select.styled-select-clean:after {
  content: "";
  position: absolute;
  top: 14px;
  left:0;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
}

.fixed-checkbox-left{
 position: relative;
 padding-left: 24px;
}

.fixed-checkbox-left > input[type="checkbox"],
.fixed-checkbox-left > label input[type="checkbox"]{
 width: 20px;
 position: absolute;
 left: 0;
 top: 0;
}

.fixed-checkbox-left label{ font-weight: normal; }
.fixed-icon-left{ 
  position: relative; 
  margin-bottom: 15px; 
}
.fixed-icon-left > span.icon-left{ 
  width: 35px; 
  position: absolute; 
  left: 0; 
  top: 6px; 
  line-height: 1; 
}

.fixed-icon-left.fixed-icon-left-sm > span.icon-left{ width: 25px; 
  position: absolute; 
  left: 0; 
  top: 2px; 
  line-height: 1; 
}

.fixed-icon-left .icon-text,
.fixed-icon-left span.icon-text{ padding-left: 30px; }
.fixed-icon-left.fixed-icon-left-sm .icon-text,
.fixed-icon-left.fixed-icon-left-sm span.icon-text{ padding-left: 20px; }

.ui-sortable-handle .fixed-icon-left > span.icon-left{ 
  position: absolute; 
  top: 0; 
}

.checkbox-disabled label{
 font-weight: 300;
 color: #797c7d;
 font-style: italic;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc !important;
  opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc !important;
  opacity: 1 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #cccccc !important;
  opacity: 1 !important;
}

.form-control{ color: #000000; }
/*GLOBAL INPUT ELEMENTS END*/

/*PANEL UPDATES BEGIN*/
.panel{
 background-color: transparent;
 box-shadow: none;
}

.panel-group.panel-group-nested{ margin-bottom: 0; }
.panel-group.panel-group-nested .panel-default{ border: none; }

.panel-group.panel-group-nested .panel-default > .panel-heading{
 background-color: transparent;
 border: none;
 padding: 0 0 0 0;
}

.panel-group.panel-group-clean .panel-default{ border: none; }

.panel-group.panel-group-clean .panel-default > .panel-heading{
 color: #4c4c4e;
 background-color: transparent;
 border-bottom: 1px solid #4c4c4e;
 padding: 0 0 7px 0;
}

.panel-group.panel-group-sortable .panel.ui-sortable-handle{
 position: relative;
 margin-bottom: 15px;
 margin-left: 36px;
}

.panel-group.panel-group-sortable .panel.ui-sortable-handle:before{
 width: 50px;
 height: 50px;
 position: absolute;
 left: -40px;
 top: 9px;
 content: "\f0dc" !important;
 font-family: FontAwesome !important;
 font-weight: normal;
 font-style: normal;
 font-size: 32px;
 z-index: 15;
 cursor: pointer;
 color: #4c4c4e;
}

.panel-group.panel-group-sortable .panel.panel-default.panel-nested.ui-sortable-handle:before{
 width: 26px;
 height: 26px;
 position: absolute;
 left: -20px;
 top: 0px;
 content: "\f0dc" !important;
 font-family: FontAwesome !important;
 font-weight: normal;
 font-style: normal;
 font-size: 18px;
 z-index: 15;
 cursor: pointer;
 color: #4c4c4e;
}

.panel.panel-default .panel-heading a{ color: #4c4c4e; }

.panel-heading h1,
.panel-heading .h1,
.panel-heading h2,
.panel-heading .h2,
.panel-heading h3,
.panel-heading .h3,
.panel-heading h4,
.panel-heading .h4,
.panel-heading h5,
.panel-heading .h5,
.panel-heading h6,
.panel-heading .h6{
 margin-top: 0;
 margin-bottom: 0;
}

.panel-heading .btn.btn-link.btn-link-chevron:after{  background-color: inherit; }
/*STATIC PANEL STYLES END*/
/*PANEL UPDATES END*/

/*MODALS BEGIN*/
.modal-promo .modal-header{
 position: absolute;
 right: 0;
 border: none;
 z-index: 12;
}

.modal-promo .modal-body{ border: 3px solid #67c7c8; }

.modal-fullscreen { background: transparent; }

.modal-fullscreen .modal-header {
  border-bottom: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.modal-fullscreen .modal-header .close {
 color:#ffffff;
 font-size:24px;
 opacity:1;
 font-weight: 300;
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen { background: #000; }

.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .77;
  filter: alpha(opacity=77);
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
}

.modal-fullscreen .modal-dialog .modal-body,
.modal-fullscreen .modal-dialog .modal-content,
.modal-fullscreen .modal-dialog .modal-content .carousel,
.modal-fullscreen .modal-dialog .modal-content .carousel-inner {  height:100%; }

@media (min-width: 768px) { .modal-fullscreen .modal-dialog { width: 750px; } }
@media (min-width: 992px) { .modal-fullscreen .modal-dialog { width: 970px; } }
@media (min-width: 1200px) { .modal-fullscreen .modal-dialog { width: 1170px; } }
/*MODALS END*/

/*AUTHOR PROFILE IMAGE DESIGN BEGIN*/
.profile-image-bg{
 border-radius: 60px;
 width: 62px;
 height: 62px;
 background-size: cover;
 background-position: 50% 50% !important;
 float: left;
}

.profile-image-bg.profile-image-bg-small{
 border-radius: 40px;
 width: 40px;
 height: 40px;
 background-size: cover;
 background-position: 50% 50% !important;
 position: relative;
 top: 6px;
}
/*AUTHOR PROFILE IMAGE DESIGN END*/

/*ALERTS BEGIN*/
.alert.alert-block{
 background-color: #f6f6f6;
 font-weight: 500;
 font-style: italic;
 text-shadow: 1px 1px 0 #ffffff;
}

.alert.alert-block.alert-block-success{
 background-color: #dff1f2;
 font-weight: 500;
 font-style: italic;
 color: #326262;
 text-shadow: 1px 1px 0 #ffffff;
}

.alert.alert-text.alert-text-icon{
 padding: 0;
 padding-left: 20px;
 position: relative;
 display: block;
}

.alert.alert-text.alert-text-icon i.fa{
 position: absolute;
 left: 0;
 top: 2px;
}
/*ALERTS END*/

/*FEEDBACK BEGIN*/
.feedback-icon-row{
 text-align: center;
 display: table;
 width: 100%;
 vertical-align: middle;
 margin-top: 12px;
}

.feedback-icon-row > span{
 text-align: center;
 display: table-cell;
 vertical-align: middle;
}

.feedback-icon-row > span img.thumbs-up{
 position: relative;
 bottom: 0;
}

.feedback-icon-row > span img.thumbs-down{
 position: relative; 
 bottom: 0;
}

@media (max-width: 767px){
 .feedback-icon-row{
  text-align: center;
  display: table;
  max-width: 200px;
  vertical-align: middle;
  margin-top: 12px;
 }
}
/*FEEDBACK END*/

/*DOTTED ROW BEGIN*/
.dotted-total{ width: 100%; }

.dotted-total div{
 margin-bottom: 12px;
 text-transform: uppercase;
}

.dotted-total div:last-child{ margin-bottom: 0px; }

.dotted-total div:before,
.dotted-total div:after{
 content: " ";
 display: table;
}
.dotted-total div:after{ clear: both; }

.dotted-total div span{ text-transform: uppercase; }

.dotted-total div span.item{
 margin-right: 10px;
 background-image: url(/img/dot-gray-w.png);
 background-repeat: repeat-x;
 background-position: 0 6px;
 float: left;
 width: 246px;
 font-weight: 500;
}

.dotted-total div span.item span{
 background-color: #ffffff;
 padding-right: 10px;
}

.dotted-total div span.total{
 text-align: right;
 background-color: #ffffff;
 float: left;
}

.dotted-total div span.total span{ background-color: #ffffff; }

.row.dotted-row{
 background-image: url(/img/dot-gray-w.png);
 background-repeat: repeat-x;
 background-position: 0 6px;
 margin-bottom: 12px;
}

.row.dotted-row [class*="col-"]:first-child{  padding-left: 0; }

.row.dotted-row [class*="col-"] span{
 background-color: #ffffff;
 padding: 0 8px;
}

.row.dotted-row [class*="col-"] a{
 background-color: #ffffff;
 margin: 0 8px;
}

.row.dotted-row [class*="col-"]:first-child a{
 padding-left: 0;
 margin-left: 0;
 padding-right: 8px;
}
/*DOTTED ROW END*/

.sidebar-item-container{
  margin-bottom:30px;
  max-width:350px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.sidebar-item-container.sidebar-item-container-gray{
  background-color: #e6e6e6;
  padding: 30px;
}

.sidebar-item-container.sidebar-item-container-white{
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 1px rgba(230,230,230,1);
  -moz-box-shadow: 0 0 8px 1px rgba(230,230,230,1);
  box-shadow: 0 0 8px 1px rgba(230,230,230,1);
  padding: 30px;
}

.sidebar-item-container .sidebar-item{
  position: relative;
  margin-top:0;
  margin-bottom:15px;
  text-align: center;
}

.sidebar-item-container .sidebar-item:last-child{ margin-bottom:0; }

.sidebar-item-container.sidebar-item-stroke  .sidebar-item::after{
  content: "";
  width: 100%;
  border-bottom: 1px solid #4c4c4e;
  display: block;
  position: relative;
  max-width: 50%;
  margin: 15px auto 15px;
}

.sidebar-item-container.sidebar-item-stroke.sidebar-item-stroke-loose  .sidebar-item::after{ margin: 40px auto 40px; }

.sidebar-item-container.sidebar-item-stroke .sidebar-item:last-child::after{
  content: "";
  width: 100%;
  border-bottom: none;
  display: none;
  position: relative;
  max-width: 50%;
  margin: 0 auto 0;
}

.sidebar-item-container.sidebar-item-stroke .sidebar-item:first-child{
  position: relative;
  margin-top:0;
}

.sidebar-item .sidebar-item-numeral{
  font-size: 18px;
  color: #67c7c8; width:100%;
  text-align: center;
  color: #67c7c8;
  font-weight: 100;
}

.sidebar-item .sidebar-item-content{
  color:#4c4c4e;
  line-height: 1.25;
}

.sidebar-item-container.sidebar-item-stroke .fa{ line-height: 1; }

.sidebar-item-container .bg-primary-dark { color:#fff; }

.sidebar-item-container .bg-primary-dark a:hover,
.sidebar-item-container .bg-primary-dark a:hover h1,
.sidebar-item-container .bg-primary-dark a:hover h2,
.sidebar-item-container .bg-primary-dark a:hover h3,
.sidebar-item-container .bg-primary-dark a:hover h4,
.sidebar-item-container .bg-primary-dark a:hover h5,
.sidebar-item-container .bg-primary-dark a:hover .h1,
.sidebar-item-container .bg-primary-dark a:hover .h2,
.sidebar-item-container .bg-primary-dark a:hover .h3,
.sidebar-item-container .bg-primary-dark a:hover .h4,
.sidebar-item-container .bg-primary-dark a:hover .h5{ color:#fff; }
/*SIDEBAR LINKS END*/

/*IMAGE OVERLAY BEGIN*/
.img-overlay-container{
 position: relative;
 height: 100%;
}

.img-overlay-container:before{
 position: absolute;
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
 margin-right: -0.25em;
 height: 100%;
}

.img-overlay-container .img-overlay-box-outer{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.img-overlay-container .img-overlay-clear{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 }

.img-overlay-container .img-overlay-box-inner{
 background-color: #ffffff;
 padding: 24px 36px;
 margin-left: -25%;
 margin-right: -25%;
 text-align: center;
}

.img-overlay-box-title{
 margin-bottom: 0 !important;
 margin-top: 0 !important;
 line-height: 1.18 !important;
 font-size: 36px !important;
}

@media (max-width: 992px){ .img-overlay-box-title{ font-size: 26px !important; } }
@media (max-width: 860px){ .img-overlay-box-title{ font-size: 22px !important; } }
@media (max-width: 481px){ .img-overlay-box-title{ font-size: 18px !important; } }

/*IMAGE OVERLAY END*/

/*IMAGE COVER BEGIN*/
.img-cover,
.img-cover.img-cover-landscape{
 position: relative;
 width: 100%;
 background-size: cover;
 background-repeat: no-repeat;
}

.img-cover.img-cover-450{ height:450px; }
.img-cover.img-cover-300{ height:300px; }
.img-cover.img-cover-150{ height:150px; }

.img-cover:before,
.img-cover.img-cover-landscape:before{
 display: block;
 content: "";
 width: 100%;
 padding-top: 62.5%;
}

.img-cover.img-cover-full:before{
 display: none;
 content: "";
 width: 100%;
}

.img-cover .img-cover-background,
.img-cover.img-cover-landscape .img-cover-background{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-size: cover;
 background-repeat: no-repeat;
 width: 100%;
 height: 100%;
}

.img-cover .img-cover-background.img-cover-background-table{
   display:table; 
   width:100%; 
   height:100%; 
   background-position: 50% 50%;
   -moz-box-shadow: 0 1px 5px #ccc;
   -webkit-box-shadow: 0 1px 5px #ccc;
  box-shadow: 0 1px 5px #ccc;
 }

.img-cover .img-cover-background.img-cover-background-table > .img-cover-background-table-cell {
   display:table-cell; 
   vertical-align: middle; 
   text-align:center;
}
/*IMAGE COVER END*/

.img-responsive.img-responsive-stretch{
 width:100% !important;
 max-width: none;
}

.img-responsive.img-responsive-maxw{
 margin-left:auto;
 margin-right: auto;
}

.col-lg-1.col-1px,
.col-md-1.col-1px,
.col-sm-1.col-1px,
.col-xs-1.col-1px{ width:1px; }

.col-1px-bg-stroke > div{
  background-color:#ccc;
  height:100%;
  width:1px !important;
  margin:0 auto;
}

.img-responsive.auto-resizable-image-portrait {
  max-width:506px; 
  margin:0 auto 
}

.nav.nav-pills>li>a {
  position: relative;
  display: block;
  padding: 6px 12px;
  text-transform:uppercase;
  font-weight:500;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { background-color: #4c4c4e; }

.page-content-hero {
  text-align: center;
  background: #fff;
  margin-top:-34px;
  height:450px;
  margin-bottom:30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
 
.page-content-hero:before {
  content: '\200B';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.page-content-hero .page-content-hero-inset {
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  padding: 32px 36px;
  background: #fff;
 }

.page-content-hero .page-content-hero-inset .title{
 color: #67c7c8;
 font-size: 36px;
 text-transform: uppercase;
 font-weight: bold;
 margin: 6px 0 6px 0;
 line-height: 1;
 }

.page-content-hero .page-content-hero-inset .sub-title{ 
  font-size:14px;
  margin-top:0;
  margin-bottom:0;
 }

@media (max-width: 930px){
  .page-content-hero .page-content-hero-inset {
  max-width: 500px;
  padding: 12px 16px;
  }

  .page-content-hero .page-content-hero-inset .title{ font-size: 32px; }

  .page-content-hero {
  margin-top:-15px;
  }
}

@media (max-width: 500px){
 .page-content-hero .page-content-hero-inset {
  max-width: 300px;
  padding: 12px 16px;
 }

.page-content-hero .page-content-hero-inset .title { font-size: 30px; }

}

canvas.chartjs-chart{
  max-width:200px;
  margin-left:auto;
  margin-right:auto;
}

.page-content-hero-overlay{
 position: relative;
 height:100%;
 width:100%;
 position: absolute;
 left:0;
 top:0;
 background-color:rgba(255, 255, 255, .6);
 display:table;
}

.page-content-hero-overlay-content{
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}

.page-content-hero-overlay-content.v-top{ vertical-align: top !important; }

.page-content-hero-overlay-content.overlay-content-lg .title,
.page-content-hero-overlay-content .title {
 color:#4c4c4e; 
 font-size:60px;
 margin-top:30px;
 margin-bottom:0;
}

.page-content-hero-overlay-content.overlay-content-md .title {
 color:#4c4c4e; 
 font-size:40px;
 margin-top:30px;
 margin-bottom:0;
}


.page-content-hero-overlay-content .title.title-sm { font-size:48px; margin-top:30px; }

.page-content-hero-overlay-content.overlay-content-lg .sub-title,
.page-content-hero-overlay-content .sub-title {
  font-size:16px;
  margin-top:0; 
  margin-bottom:0;
}

.page-content-hero-overlay-content.overlay-content-md .sub-title {
  font-size:14px;
  margin-top:0; 
  margin-bottom:0;
}

.page-content-hero-overlay-content .sub-title.sub-title-lg {
  font-size:20px;
  margin-top:0; 
  margin-bottom:0;
}

.page-content-hero-overlay-content, .page-content-hero-c2a{ margin-top:25px; }


.page-content-hero-overlay.overlay-dark{
 background-color:rgba(0, 0, 0, .6);
 color: #fff;
}

.page-content-hero-overlay.overlay-dark a{ color:#fff; }
.page-content-hero-overlay.overlay-dark a.btn.btn-warm.btn-outline{  color:#FF8D74; }
.page-content-hero-overlay.overlay-dark .page-content-hero-overlay-content .title { color: #fff; }
.page-content-hero-overlay.overlay-dark .page-content-hero-overlay-content .sub-title { color: #fff; }

.page-content-hero-overlay-content {
  padding-left: 0;
  padding-right: 0;
}

.page-content-hero.h-auto{ height: auto; }

.page-content-hero.h-auto .page-content-hero-overlay{
  position: static;
  margin: 0;
  margin-top: -34px;
  min-height: 450px;
}

.page-content-hero.h-auto .page-content-hero-overlay .page-content-hero-overlay-content{
  position: static;
  padding: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  margin-top: -34px;
  min-height: 450px;
}

.page-content-hero.page-content-hero-home { height:536px; }
.page-content-hero-focal { text-align: left; }

.page-content-hero-focal .title {
  color: #4c4c4e;
  font-size: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.08;
}

.page-content-hero-focal .sub-title {
  color: #4c4c4e;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: left;
}

.page-content-hero-focal .page-content-hero-focal-wrap{
  position: absolute;     
  top: 0;     
  left: 0;     
  right: 0;     
  bottom: 0;     
  display: table;     
  vertical-align: middle;     
  height: 100%;     
  width: 100%;
}

.page-content-hero-focal .page-content-hero-focal-wrap .page-content-hero-focal-content{
  display: table-cell; 
  width:100%; 
  vertical-align: middle; 
  overflow-x: hidden;
}

@media only screen and (min-width:1550px){
.page-content-hero.page-content-hero-home {
  height:656px;
}
}

@media only screen and (min-width:2000px){
  .page-content-hero.page-content-hero-home {
  height:780px;
  }
}

@media only screen and (min-width:992px) and (max-width: 1200px){ 
  .page-content-hero-overlay-content .title,
  .page-content-hero-focal-content .title{
  font-size:32px;
  } 
}

@media only screen and (min-width:768px) and (max-width: 991px){
  .page-content-hero-overlay-content .title,
  .page-content-hero-focal-content .title{
    font-size:32px;
  }

  .page-content-hero-overlay-content .title.title-sm,
  .page-content-hero-focal-content .title.title-sm { 
  font-size: 32px; 
  }

  .page-content-hero-overlay-content .sub-title,
  .page-content-hero-focal-content .sub-title {
  font-size:16px;
  }

  .page-content-hero-overlay-content .sub-title.sub-title-lg,
  .page-content-hero-focal-content .sub-title.sub-title-lg {
  font-size:18px;
  }

}

@media only screen and (min-width:560px) and (max-width: 767px){
  .page-content-hero-overlay-content .title,
  .page-content-hero-focal-content .title{
    font-size:40px;
  }
  .page-content-hero-overlay-content .title.title-sm,
  .page-content-hero-focal-content .title.title-sm { 
  font-size: 40px;
  }
  .page-content-hero-overlay-content .sub-title,
  .page-content-hero-focal-content .sub-title {
  font-size:14px;
  }
  .page-content-hero-overlay-content .sub-title.sub-title-lg,
  .page-content-hero-focal-content .sub-title.sub-title-lg {
  font-size:16px;
  }
  .page-content-hero-focal, 
  .page-content-hero-focal .title,
  .page-content-hero-focal .sub-title {
  text-align: center;
  }
}

@media only screen and (max-width: 559px){
  .page-content-hero-overlay-content .title,
  .page-content-hero-focal-content .title{
    font-size:37px;
  }
  .page-content-hero-overlay-content .title.title-sm,
  .page-content-hero-focal-content .title.title-sm { 
  font-size: 37px;
  }
  .page-content-hero-overlay-content .sub-title,
  .page-content-hero-focal-content .sub-title {
  font-size:14px;
  }
  .page-content-hero-overlay-content .sub-title.sub-title-lg,
  .page-content-hero-focal-content .sub-title.sub-title-lg {
  font-size:14px;
  }
  .page-content-hero-focal, 
  .page-content-hero-focal .title,
  .page-content-hero-focal .sub-title {
  text-align: center;
  }
}
@media only screen and (max-width: 767px){
  .page-content-hero-focal .page-content-hero-focal-wrap .page-content-hero-focal-content {
    background: rgba(255, 255, 255, .65);
  }
  .page-content-hero-focal .page-content-hero-focal-wrap  .container {
    padding-left: 30px;
    padding-right: 30px;
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
  }
}

.page-content.page-content-cover{
  height: 100%; 
  position: absolute; 
  width: 100%; 
  margin-bottom: 0; 
  overflow:hidden; 
  margin-top:-34px;
}

.page-content.page-content-cover:after{
  height: 100%; 
  position: absolute; 
  width: 100%; 
  margin-bottom: 0; 
  overflow:hidden; 
  content: "";
  background-color:rgba(255, 255, 255, .5);
}

.page-content.page-content-cover .page-content-cover-hero{
  background-size:cover; 
  height: 100%;
  width:100%; 
  position: absolute;
  display:table;
  padding-bottom: 220px;
}

 .page-content.page-content-cover .page-content-cover-hero-inner{
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width:100%;
  height: 100%;
}

.page-content.page-content-cover .page-content-cover-hero-inner .page-content-cover-hero-inset{
  padding: 36px 48px;
  background-color: #fff;
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: -170px;
}

@media screen and (max-width: 767px){
.page-content.page-content-cover{
  padding-top:0;
  margin-top:0;
  position: relative;
}

.page-content.page-content-cover .page-content-cover-hero-inner .page-content-cover-hero-inset{
  margin-top: 0;
}

.page-content.page-content-cover .page-content-cover-hero-inner{ display: block; }

.page-content.page-content-cover .page-content-cover-hero {
  position: relative;
  display: block;
  background-image:none !important;
  padding-bottom:30px;
  padding-top:68px;
}
}

@media screen and (max-height: 690px){
.page-content.page-content-cover{
  padding-top:0;
  margin-top:0;
  position: relative;
}

.page-content.page-content-cover .page-content-cover-hero-inner .page-content-cover-hero-inset{
  margin-top: 0;
}

.page-content.page-content-cover .page-content-cover-hero-inner{ display: block; }

.page-content.page-content-cover .page-content-cover-hero {
  position: relative;
  display: block;
  background-image:none !important;
  padding-bottom:30px;
  padding-top:114px;
}
}

/*LIST DISPLAY ITEM BEGIN*/
.list-display-item{
  padding: 0 0 24px 0;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.list-display-item .list-display-item-text > div{ margin-bottom:4px; }
.list-display-item .list-display-item-text button.list-display-item-button{ margin-top:15px; }
.list-display-item:hover .list-display-item-link a:hover{  color: #11797b; }

.list-display-item:before,
.list-display-item:after{
  content: " ";
  display: table;
}
.list-display-item:after{ clear: both; }

.list-display-item .list-display-item-link .list-display-item-image,
.list-display-item .list-display-item-static .list-display-item-image{
 width: 41.66666667%; 
 float:left; 
 padding-left:0; 
 padding-right:30px;
}

.list-display-item .list-display-item-link .list-display-item-title,
.list-display-item .list-display-item-static .list-display-item-title,
.list-display-item .list-display-item-text{  padding-left:41.66666667%; }

.list-display-item .list-display-item-link .list-display-item-title.list-display-item-title-flush-top,
.list-display-item .list-display-item-static .list-display-item-title.list-display-item-title-flush-top{  padding-top:0 }

.list-display-item .list-display-item-label{
  color: #67c7c8;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
  line-height: 1;
  width: auto;
  display: block;
  position: absolute;
  padding-left:41.66666667%;
}

.list-display-item.list-display-item-smaller .list-display-item-label{ padding-left:25%; }

.list-display-item .list-display-item-label.list-display-item-label-static,
.list-display-item.list-display-item-smaller .list-display-item-label.list-display-item-label-static{
  position: relative;
  display:block;
  padding-left:0 ;
}

/*SMALLER SIZE BEGIN*/

.list-display-item.list-display-item-smaller .list-display-item-link .list-display-item-image,
.list-display-item.list-display-item-smaller .list-display-item-static .list-display-item-image{  width: 25%;  }

.list-display-item.list-display-item-smaller .list-display-item-link .list-display-item-title,
.list-display-item.list-display-item-smaller .list-display-item-static .list-display-item-title,
.list-display-item.list-display-item-smaller .list-display-item-text{  padding-left:25%; }

@media only screen and (min-width:992px) and (max-width: 1200px){

.list-display-item.list-display-item-smaller .list-display-item-link .list-display-item-image,
.list-display-item.list-display-item-smaller .list-display-item-static .list-display-item-image{ width: 25%;  }

.list-display-item.list-display-item-smaller .list-display-item-link .list-display-item-title, 
.list-display-item.list-display-item-smaller .list-display-item-static .list-display-item-title, 
.list-display-item.list-display-item-smaller .list-display-item-text{ padding-left:25%; }

}
/*SMALLER SIZE END*/

@media only screen and (min-width:992px) and (max-width: 1200px){

.list-display-item .list-display-item-link .list-display-item-image,
.list-display-item .list-display-item-static .list-display-item-image{ width: 41.66666667%;  }

.list-display-item .list-display-item-link .list-display-item-title, 
.list-display-item .list-display-item-static .list-display-item-title, 
.list-display-item .list-display-item-text{ padding-left:41.66666667%; }

}

@media (max-width: 991px){
.list-display-item,
.list-display-item.list-display-item-smaller{
 max-width: 350px;
 margin-left:auto;
 margin-right:auto;
}

.list-display-item .list-display-item-link .list-display-item-image,
.list-display-item .list-display-item-static .list-display-item-image,
.list-display-item.list-display-item-smaller .list-display-item-link .list-display-item-image,
.list-display-item.list-display-item-smaller .list-display-item-static .list-display-item-image{
 width: 100%; 
 float:none; 
 padding-left:15px; 
 padding-right:15px;
}

.list-display-item .list-display-item-label,
.list-display-item.list-display-item-smaller .list-display-item-label{
 position: relative;
 padding-left:0;
 text-align: center;
 margin-bottom:10px;
 margin-top:36px;
 left:0;
 margin-left:0; 
}

.list-display-item .list-display-item-link .list-display-item-title,
.list-display-item .list-display-item-static .list-display-item-title,
.list-display-item .list-display-item-text,
.list-display-item.list-display-item-smaller  .list-display-item-link .list-display-item-title,
.list-display-item.list-display-item-smaller  .list-display-item-static .list-display-item-title,
.list-display-item.list-display-item-smaller  .list-display-item-text{  
 position: relative;
 padding-left:0;
 text-align: center;
 margin-bottom:10px;
}

.list-display-item.list-display-item-smaller .list-display-item-link .list-display-item-image,
.list-display-item.list-display-item-smaller .list-display-item-static .list-display-item-image{
 max-width:250px;
 margin-left:auto;
 margin-right:auto;
 float:none; 
 padding-left:15px; 
 padding-right:15px;
}
}

/*LIST DISPLAY ITEM END*/



.row .grid-square{
position:relative;
overflow:hidden;
padding-bottom:100%;
}

.row .grid-square>div{
position:absolute;
color:#fff;
padding:24px;
width:100%;
height:100%;
}

.grid-square .img-cover{
  background-position: 50% 50%;
  background-size: cover;
}

.subtle-box-shadow{
-webkit-box-shadow: 1px 1px 1px 1px rgba(230,230,230,1);
-moz-box-shadow: 1px 1px 1px 1px rgba(230,230,230,1);
box-shadow: 1px 1px 1px 1px rgba(230,230,230,1);
}

.img-square-container,
.img-landscape-container{
 width: 100%;
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

.img-square-container.img-square-container-border,
.img-landscape-container.img-landscape-container-border{ border: 1px solid #4c4c4e; }

.img-square-container:after,
.img-landscape-container:after{
 content: "";
 display: block;
 padding-bottom: 100%;
}

/*.img-landscape-container:after{ padding-bottom: 56.25%; }*/

.img-landscape-container:after{ padding-bottom: 62.5%; }

.img-square-container .img-square-content,
.img-landscape-container .img-landscape-content{
 position: absolute;
 width: 100%;
 height: 100%;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
}

.img-square-container .img-square-content img,
.img-landscape-container .img-landscape-content img{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
}

.img-square-container .img-square-content.full-width img,
.img-landscape-container .img-landscape-content.full-width img{
 position: absolute;
 top: 0;
 left: 0;
 transform: none;
 margin-left: auto;
 margin-right: auto;
 max-width: 100%;
 width:100%;
}

.img-square-container .img-square-content img.maxw-200,
.img-landscape-container .img-landscape-content img.maxw-200{ max-width: 200px; margin:0 auto; }

.img-square-container .img-square-content img.maxw-150,
.img-landscape-container .img-landscape-content img.maxw-250{ max-width: 250px; margin:0 auto;  }

.img-square-container .img-square-content img.maxw-300,
.img-landscape-container .img-landscape-content img.maxw-300{ max-width: 300px; margin:0 auto;  }

.img-square-container .img-square-content img.maxw-350,
.img-landscape-container .img-landscape-content img.maxw-350{ max-width: 350px; margin:0 auto;  }

.profile-display-item{  position: relative; }

.profile-display-item .profile-display-image img{
  border: 10px solid #fff;
  width: 100%;
  max-width: 350px;
  margin-bottom: 30px;
}

.profile-display-item .profile-display-title{
  font-size:28px;
  margin-top:0;
  margin-bottom:6px;
}

.profile-display-item .profile-display-info{
  margin-top:6px;
  margin-bottom:6px;
}

.profile-display-item .profile-display-inline-list > div{
  color:#68c8c7;
  font-weight: bold;
  text-transform: uppercase;
  float:left;
  padding-right:8px;
}

.profile-display-item .profile-display-inline-list > ul{ margin-top:12px; }

@media (max-width: 991px) {
.profile-display-item .profile-display-inline-list > div{
  color:#68c8c7;
  font-weight: bold;
  text-transform: uppercase;
  float:none;
  padding-right:0;
  padding-bottom:0;
  margin-bottom: -16px;
  margin-top:8px
}
}


.btn.btn-black:hover,
.btn.btn-black:focus{ background-color:#4c4c4e; }

.btn.btn-primary-dark:hover,
.btn.btn-primary-dark:focus{ background-color:#5AA2A7; }

/*----FLEX BEGIN----*/
.flex-cards-container {
  margin: 0 auto;
}

.flex-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -30px 0 -30px;
  padding: 0;
}

.flex-cards-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 0 30px 30px;
  position: relative;
}

.no-flexbox .flex-cards-item { float: left; }

@media (max-width: 767px) {
  .flex-cards { margin: 0 -15px 0 -15px; }
}

.flex-cards-container.flex-cards-1-4 .flex-cards-item { width: 25%; }
.flex-cards-container.flex-cards-1-3 .flex-cards-item { width: 33%; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .flex-cards-container.flex-cards-1-4 .flex-cards-item,
  .flex-cards-container.flex-cards-1-3 .flex-cards-item { width: 33.33333333%; }
}

@media screen and (min-width: 560px) and (max-width: 991px) {
  .flex-cards-container.flex-cards-1-4 .flex-cards-item { width: 50%; }
  .flex-cards-container.flex-cards-1-3 .flex-cards-item { width: 100%; }
  .flex-cards-container.flex-cards-1-3 .flex-cards-item .flex-card {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  }
}

@media screen and (max-width: 559px) {
  .flex-cards-container.flex-cards-1-4 .flex-cards-item,
  .flex-cards-container.flex-cards-1-3 .flex-cards-item {  width: 100%; }

  .flex-cards-container.flex-cards-1-4 .flex-cards-item .flex-card,
  .flex-cards-container.flex-cards-1-3 .flex-cards-item .flex-card {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  }
}

.flex-card {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(230, 230, 230, 1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(230, 230, 230, 1);
  box-shadow: 1px 1px 1px 1px rgba(230, 230, 230, 1);
  text-align: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}

.flex-card-image {
  border-bottom: 1px solid #e6e6e6;
  overflow:hidden;
}

.flex-card-image img { 
  width: 100%; 
  height: auto;
  vertical-align: middle;
}

.flex-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  padding: 24px 30px 12px 30px;
  text-align: center;
  line-height: 1.25;
  overflow:hidden;
  max-width:100%;
}

.flex-cards.flex-cards-justify-start .flex-cards-item .flex-card .flex-card-content{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


.flex-card-content > div:last-child {
  margin-bottom: 0;
}

.flex-card-bottom {
  margin-top: auto;
  padding-bottom: 12px;
}


.flex-card > div:last-child { padding-bottom: 24px; }


.flex-inline-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
}

.flex-inline-list .flex-inline-list-item {
  width: 31%;
  box-sizing: border-box;
  color: #171e42;
  padding: 0 0 10px 0;
  margin-left: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-inline-list .flex-inline-list-item { max-width: 31%; }


.flex-card-label {
  color: #67c7c8;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}

.flex-cards-item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.flex-columns-container { margin: 0 auto; }

.flex-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -30px 0 -30px;
  padding: 0;
}

.flex-columns-item {
  margin-top: 0;
  padding: 0 30px 0 30px;
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-columns-container.flex-columns-1-3 .flex-columns-item:first-child { border-right: 1px solid #e6e6e6; }
.flex-columns-container.flex-columns-1-3 .flex-columns-item:last-child { border-left: 1px solid #e6e6e6; }
.flex-columns-container.flex-columns-1-4 .flex-columns-item { width: 25%; }
.flex-columns-container.flex-columns-1-3 .flex-columns-item { width: 33%; }

.flex-column {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.flex-column-image img {
  max-width: 240px;
  max-height: 120px;
  margin-bottom: 15px;
}

.flex-column-content {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .flex-columns-container.flex-columns-1-4 .flex-columns-item { width: 25%; }
  .flex-columns-container.flex-columns-1-3 .flex-columns-item { width: 33.33333333%; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .flex-columns-container.flex-columns-1-4 .flex-columns-item { width: 50%;  }
}

@media screen and (max-width: 767px) {
  .flex-columns-container.flex-columns-1-4 .flex-columns-item,
  .flex-columns-container.flex-columns-1-3 .flex-columns-item {
  border-left: none !important;
  border-right: none !important;
  }

  .flex-columns-container.flex-columns-1-4 .flex-columns-item,
  .flex-columns-container.flex-columns-1-3 .flex-columns-item {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
  }

  .flex-columns-container.flex-columns-1-4 .flex-columns-item:last-child,
  .flex-columns-container.flex-columns-1-3 .flex-columns-item:last-child { border-bottom: none; }
}

.flex-item-title {
  font-size: 22px;
  text-transform: none;
  font-weight: 100;
  line-height: 1.24;
  margin: 0 0 10px 0;
  max-width: 100%;
}

.flex-item-sub-title{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.24;
  margin: 0 0 10px 0;
  max-width: 100%;
}

.flex-item-label {
  color: #68c8c7;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.flex-item-info {
  font-weight: 100;
  font-size: 12px;
  line-height: 1.24;
  margin: 0 0 5px 0;
  max-width: 100%;
}

.flex-item-info .separate{
  padding-left:5px;
  padding-right: 5px;
  color: #68c8c7;
}

.flex-item-desc,
.flex-item-detail {
  font-weight: 100;
  line-height: 1.24;
  margin: 0 0 10px 0;
  max-width: 100%;
}

.flex-item-detail { margin: 0 0 5px 0; }

.flex-item-desc { line-height: 1.36; }

.flex-item-list-wrap{
  max-width: 100%;
}

.flex-item-list-wrap > ul {
  font-weight: 100;
  margin: 0 0 10px 0;
  line-height: 1.44;
  list-style: none;
  padding: 0;
  display: inline;
}

.flex-item-list-wrap > ul li {
  font-weight: 100;
  display: inline;
}

.flex-item-list-wrap > ul li:after {
  display: inline;
  content: ", ";
  position: relative;
}

.flex-item-list-wrap > ul li:last-child:after {
  display: inline;
  content: "";
  position: relative;
}

.flex-item-btn{ margin-top:10px; }


@media screen and (min-width: 767px) and (max-width: 870px) {
  .slick-flex-slider .flex-item-title { font-size: 16px; }
  .slick-flex-slider .flex-item-desc{ font-size: 13px; }
}

/*----FLEX END----*/

a:hover .no-hover{
  color: inherit !important;
}

.flex-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#job-detail-background.img-cover-background.img-cover-background-table{ background-image:url(/img/job-detail-bg-styled.jpg);  }

#job-detail-background.img-cover-background.img-cover-background-table .img-cover-background-table-cell > div{
  background-color:rgba(255, 255, 255, 1);
  width: auto;
  margin:30px;
  padding:30px 15px;
  position: relative;
  z-index:  1;
}

#job-detail-background.img-cover-background.img-cover-background-table:after{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
/*JOB DETAIL BACKGROUND*/

/*MOBILE BACKGROUND IMAGE CHANGES*/
@media screen and (max-width: 767px) {
#hire-mentor-splash-page-main .page-content-hero{ background-image:url(/img/hire-mentor-splash-hero-01-mobile.jpg) !important; }
#webinars-splash-page-main .page-content-hero{ background-image:url(/img/webinars-splash-hero-01-mobile.jpg) !important; }
}

/*----HEIGHTS / WIDTHS----*/
.w-50-perc{width:50%;}.w-60-perc{width:60%;}.w-75-perc{width:75%;}.h-100p,.h-100-perc{height:100%;}.w-100-perc,.w-100-p{width:100%;}.h-800{height:800px;}.h-600{height:600px;}.h-350{height:350px;}.h-300{height:350px;}.h-300{height:350px;}.h-300{height:300px;}.h-250{height:250px;}.h-200{height:200px;}.h-150{height:150px;}.h-100{height:100px;}.h-75{height:75px;}.h-50{height:50px;}.w-20{width:20px;}.w-30{width:30px;}.w-40{width:40px;}.w-50{width:50px;}.w-100{width:100px;}.w-150{width:150px;}.w-200{width:200px;}.w-250{width:250px;}.w-300{width:300px;}.w-350{width:350px;}.w-400{width:400px;}.w-450{width:450px;}.max-100,.maxw-100{max-width:100px;}.max-150,.maxw-150{max-width:150px;}.max-200,.maxw-200{max-width:200px}.max-250,.maxw-250{max-width:250px;}.max-300,.maxw-300{max-width:300px;}.max-350,.maxw-350{max-width:350px;}.maxw-400{max-width:400px;}.maxw-450{max-width:450px;}.maxw-600{max-width:600px;}.maxw-700{max-width:700px;}.maxw-800{max-width:800px;}.maxw-970{max-width:970px;}.maxw-75-perc{ max-width: 75%; }.minh-50{min-height: 50px;}.minh-100{min-height: 100px;}.minh-200{min-height: 200px;}.minh-300{min-height: 300px;}.minh-350{min-height: 350px;}.minh-400{min-height: 400px;}.minh-450{min-height: 450px;}.minh-500{min-height: 500px;}

/*----MARGINS / PADDING----*/
.mrg-0{margin:0;}.mrg-t-0{margin-top:0;}.mrg-b-0{margin-bottom:0;}.mrg-l-0{margin-left:0;}.mrg-r-0{margin-right:0;}.mrg-5{margin:5px;}.mrg-10{margin:10px;}.mrg-15{margin:15px;}.mrg-20{margin:20px;}.mrg-25{margin:25px;}.mrg-30{margin:30px;}.mrg-t-5{margin-top:5px;}.mrg-t-10{margin-top:10px;}.mrg-t-15{margin-top:15px;}.mrg-t-20{margin-top:20px;}.mrg-t-25{margin-top:25px;}.mrg-t-30{margin-top:30px;}.mrg-t-35{margin-top:35px;}.mrg-t-40{margin-top:40px;}.mrg-t-45{margin-top:45px;}.mrg-b-5{margin-bottom:5px;}.mrg-b-10{margin-bottom:10px;}.mrg-b-15{margin-bottom:15px;}.mrg-b-20{margin-bottom:20px;}.mrg-b-25{margin-bottom:25px;}.mrg-b-30{margin-bottom:30px;}.mrg-b-35{margin-bottom:35px;}.mrg-b-40{margin-bottom:40px;}.mrg-b-45{margin-bottom:45px;}.mrg-l-5{margin-left:5px;}.mrg-l-10{margin-left:10px;}.mrg-l-15{margin-left:15px;}.mrg-l-20{margin-left:20px;}.mrg-l-25{margin-left:25px;}.mrg-l-30{margin-left:30px;}.mrg-l-35{margin-left:35px;}.mrg-l-40{margin-left:40px;}.mrg-l-45{margin-left:45px;}.mrg-r-5{margin-right:5px;}.mrg-r-10{margin-right:10px;}.mrg-r-15{margin-right:15px;}.mrg-r-20{margin-right:20px;}.mrg-r-25{margin-right:25px;}.mrg-r-30{margin-right:30px;}.mrg-r-35{margin-right:35px;}.mrg-r-40{margin-right:40px;}.mrg-r-45{margin-right:45px;}.pad-0{padding:0;}.pad-t-0{padding-top:0;}.pad-b-0{padding-bottom:0;}.pad-l-0{padding-left:0;}.pad-5{padding:5px;}.pad-10{padding:10px;}.pad-15{padding:15px;}.pad-20{padding:20px;}.pad-25{padding:25px;}.pad-30{padding:30px;}.pad-45{padding: 45px;}.pad-t-5{padding-top:5px;}.pad-t-10{padding-top:10px;}.pad-t-15{padding-top:15px;}.pad-t-20{padding-top:20px;}.pad-t-25{padding-top:25px;}.pad-t-30{padding-top:30px;}.pad-t-35{padding-top:35px;}.pad-t-40{padding-top:40px;}.pad-t-45{padding-top:45px;}.pad-b-5{padding-bottom:5px;}.pad-b-10{padding-bottom:10px;}.pad-b-15{padding-bottom:15px;}.pad-b-20{padding-bottom:20px;}.pad-b-25{padding-bottom:25px;}.pad-b-30{padding-bottom:30px;}.pad-b-35{padding-bottom:35px;}.pad-b-40{padding-bottom:40px;}.pad-b-45{padding-bottom:45px;}.pad-l-5{padding-left:5px;}.pad-l-10{padding-left:10px;}.pad-l-15{padding-left:15px;}.pad-l-20{padding-left:20px;}.pad-l-25{padding-left:25px;}.pad-l-30{padding-left:30px;}.pad-l-35{padding-left:35px;}.pad-l-40{padding-left:40px;}.pad-l-45{padding-left:45px;}.pad-r-0{padding-right:0;}.pad-r-5{padding-right:5px;}.pad-r-10{padding-right:10px;}.pad-r-15{padding-right:15px;}.pad-r-20{padding-right:20px;}.pad-r-25{padding-right:25px;}.pad-r-30{padding-right:30px;}.pad-r-35{padding-right:35px;}.pad-r-40{padding-right:40px;}.pad-r-45{padding-right:45px;}.mrg-t-n5{margin-top:-5px;} .mrg-t-n10{margin-top:-10px;}.mrg-t-n15{margin-top:-15px;}.mrg-t-n30{margin-top:-30px;}.mrg-b-n5{margin-bottom:-5px;}.mrg-b-n10{margin-bottom:-10px;}.mrg-b-n15{margin-bottom:-15px;}.mrg-b-n15{margin-bottom:-30px;}.mrg-t-auto{margin-top:auto;}.mrg-b-auto{margin-bottom:auto;}.mrg-l-auto{margin-left:auto;}.mrg-r-auto{margin-right:auto;}

.mrg-t-75{ margin-top:75px; } .mrg-b-75{ margin-bottom:75px; }

@media (max-width: 767px){
.mrg-t-15-xs{ margin-top:15px; }.mrg-b-15-xs{ margin-bottom:15px; }.mrg-left-15-xs{ margin-left:15px; }.mrg-right-15-xs{ margin-right:15px; }
.mrg-t-30-xs{ margin-top:30px; }.mrg-b-30-xs{ margin-bottom:30px; }.mrg-left-30-xs{ margin-left:30px; }.mrg-right-30-xs{ margin-right:30px; }
.maxw-200-xs{max-width: 200px;}
.maxw-250-xs{max-width: 250px;}
.maxw-300-xs{max-width: 300px;}
.maxw-350-xs{max-width: 350px;}
.maxw-400-xs{max-width: 400px;}
.maxw-450-xs{max-width: 450px;}
.height-auto-xs{height: auto !important;}
.mrg-r-30-xs{ margin-right:30px; }.mrg-l-30-xs{ margin-left:30px; }
.mrg-r-0-xs{ margin-right: 0; }
.pad-r-0-xs{ padding-right: 0; }
}

/*PANEL UPDATES BEGIN*/
.panel-group.panel-group-transparent .panel-default { border:none; }

.panel-group.panel-group-transparent .panel-default>.panel-heading {
  color: #bbb;
  background-color: transparent;
  border:none !important;
  padding-bottom:12px;
}

.panel-group.panel-group-transparent .panel{
  padding-top:0;
  padding-bottom: 0;
}

.panel-group.panel-group-transparent .panel-collapse{
  padding-top:0 !important;  
  padding-bottom:0 !important;  
}
/*PANEL UPDATES END*/

.modal.modal-stretch .modal-dialog {
  width: 85%;
  height: 85%;
  margin: 2.5% auto 2.5%;
  padding: 0;
}

.modal.modal-stretch .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

form.form-small{
  font-size:13px;
}

form.form-small .radio, form.form-small .checkbox {
  position: relative;
  display: block;
  margin-top: 6px;
  margin-bottom: 4px;
}

form.form-small .form-group label:first-child {
  margin-bottom: 0;
}

.form-horizontal .control-label.text-left { text-align: left; }

#pageAlert-notice.fixed{
  position: fixed;
  left:0;
  right:0;
  top:0;
  z-index: 1;
}

.bg-primary-highlight .vert-border-separate > [class*='col-']:after {
  background: #444444;
  bottom: 0;
  content: " ";
  right: 0;
  position: absolute;
  width: 1px;
  top: 0;
  display: block;
}

.bg-primary-highlight .vert-border-separate > [class*='col-']:last-child:after{ display: none; }

#pageAlert-notice .close { opacity: 1; }

.img-cover.img-cover-stretch{
  position: static;
}

@media screen and (max-width:767px){
  .bg-primary-highlight .vert-border-separate > [class*='col-']:after{ display: none; }
}

.banner-hero{ 
  margin-top: -34px;
  margin-bottom: 34px;
}

.banner-hero.banner-hero-landscape,
.banner-hero .banner-hero-landscape{ position: relative; }

.banner-hero.banner-hero-landscape:after,
.banner-hero .banner-hero-landscape:after{
   display: block;
   content: "";
   width: 100%;
   padding-top: 50.25%;
}

.banner-hero.banner-hero-landscape .banner-hero-cover-image,
.banner-hero .banner-hero-landscape > .banner-hero-cover-image{
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top:0;
  right: 0;
  left: 0; 
  bottom:0;
}

.banner-hero .banner-hero-table{
  padding-top:54px;
}

@media screen and (max-width: 991px){
  .banner-hero .banner-hero-table{
  padding-top:36px;
  }
.banner-hero.banner-hero-landscape:after,
.banner-hero .banner-hero-landscape:after{
   display: block;
   content: "";
   width: 100%;
   padding-top: 100%;
}
}

@media screen and (min-width: 768px){
  .banner-hero .banner-hero-table{
  max-width:100%;
  width:100%;
  }

  .banner-hero .banner-hero-table .banner-hero-heading{
  max-width:75%;
  width:75%;
  margin-left: auto;
  margin-right: auto;
  }

  .banner-hero .banner-hero-table .banner-hero-copy{
  max-width:75%;
  width:75%;
  margin-left: auto;
  margin-right: auto;
  }

}

.banner-hero .banner-hero-table .banner-hero-heading {
  font-size:16px;
  font-size: calc(16px + (80 - 16) * ((100vw - 300px) / (2560 - 300)));
  margin-bottom: 45px;
  margin-top: 0;
  line-height: 1;
  font-weight: 100;
  letter-spacing: -1px;
}

.banner-hero .banner-hero-table .banner-hero-copy {
  font-size:18px;
  font-size: calc(13px + (24 - 13) * ((100vw - 300px) / (2560 - 300)));
  margin-top: 6px;
  width: 100%;
  line-height: 1.33;
  margin-bottom: 45px;
}

.btn.banner-hero-btn{
  padding:28px 36px;
  font-size:16px;
}

.banner-hero-table{
  width: 100%;
  height: 100%;
  display: table;
}

.banner-hero-table > .banner-hero-table-cell{
  display: table-cell;
  vertical-align: middle;
}


@media screen and (max-width: 1160px){
  .btn.banner-hero-btn{
  padding:24px 32px;
  font-size:15px;
  }
}

@media screen and (max-width: 930px){
  .btn.banner-hero-btn{
  padding:20px 28px;
  font-size:14px;
  }
}

@media screen and (max-width: 767px){
  .btn.banner-hero-btn{
  padding:16px 24px;
  font-size:13px;
  }
}

@media screen and (max-width: 930px){
  .banner-hero .banner-hero-table .banner-hero-heading,
  .banner-hero .banner-hero-table .banner-hero-copy{
  margin-bottom: 20px;
  }
}

.promote-size-content{
  margin-left: auto;
  margin-right: auto;
}

.promote-size-content .promote-size-content-heading{
  font-size:24px;
  font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (2560 - 300)));
  padding-bottom:24px;
  line-height:1.33;
}

.promote-size-content .promote-size-content-copy{
  font-size:14px;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (2560 - 300)));
  line-height: 1.76;
}

.promote-size-content h1.promote-size-content-heading, .promote-size-content .h1.promote-size-content-heading,
.promote-size-content h2.promote-size-content-heading, .promote-size-content .h2.promote-size-content-heading,
.promote-size-content h2.promote-size-content-heading, .promote-size-content .h3.promote-size-content-heading,
.promote-size-content h4.promote-size-content-heading, .promote-size-content .h4.promote-size-content-heading,
.promote-size-content h5.promote-size-content-heading, .promote-size-content .h5.promote-size-content-heading,
.promote-size-content h6.promote-size-content-heading, .promote-size-content .h6.promote-size-content-heading{
  margin-top:0;
  margin-bottom:0;
}

.promote-size-content{
  display: block;
  text-align: center;
}

.promo-fluid-checkerboard-content{
  margin: 100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.76;
}

.promote-size-content.promo-fluid-checkerboard-content{
  margin-left: auto;
  margin-right: auto;
  padding-left:30px;
  padding-right: 30px;
}

.promote-size-content.promo-fluid-checkerboard-content .promote-size-content-heading{
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:24px;
}

.promo-fluid-checkerboard-content .promote-size-content-copy{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 930px){
  .promo-fluid-checkerboard-content{
  margin: 30px;
  max-width: 100%;
  }
}

@media screen and (min-width: 1600px){
  #main-nav-header.navbar-default .navbar-nav li a {
  font-size: 14px;
  }
}

@media screen and (min-width: 2000px){
  #main-nav-header.navbar-default .navbar-nav li a {
  font-size: 16px;
  }
}

.row.row-table.set-col-15p-bottom{
  padding-bottom:15px;
}

.row.row-table.set-col-30p-bottom{
  padding-bottom:30px;
}

.ui-autocomplete.ui-widget-content{ 
  padding: 0 ;
  margin: 0;
}

.ui-autocomplete li {
  list-style-type: none;
}

.flex-cards.flex-cards-justify-start.item{
  display: none;
}

.flex-cards.flex-cards-justify-start.item.active{
  display: flex;
}


ul.tab-list-toggle-two,
ul.tab-list-toggle-two li,
ul.tab-list-below,
ul.tab-list-below li{
  list-style-type: none;
  padding: 0 0 0 0;
  padding-left: 0 ;
}


ul.tab-list-toggle-two li.active,
ul.tab-list-below li.active {
 display: none;
}


.radio-styled input[type='radio'], .checkbox-styled input[type='checkbox'] { display: none !important; }


.radio-styled, 
.checkbox-styled,
.radio-styled.radio-styled-md, 
.checkbox-styled.checkbox-styled-md {
  display: inline-block;
  margin-right: 12px;
  min-width: 24px;
  margin-bottom: 15px;
  padding-left: 24px;
}


.radio-styled.radio-styled-block, 
.checkbox-styled.checkbox-styled-block,
.radio-styled.radio-styled-md.radio-styled-block, 
.checkbox-styled.checkbox-styled-md.checkbox-styled-block {
  display: block;
  margin-bottom: 12px;
}
.radio-styled.radio-styled-ib, 
.checkbox-styled.checkbox-styled-ib,
.radio-styled.radio-styled-md.radio-styled-ib, 
.checkbox-styled.checkbox-styled-md.checkbox-styled-ib {
  display: inline-block;
  padding-right: 24px;
}

.radio-styled input[type='radio']+label, 
.checkbox-styled input[type='checkbox']+label,
.radio-styled.radio-styled-md input[type='radio']+label, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']+label {
  position: relative;
  padding-top: 3px;
}

/*.radio-styled input[type='radio']+label:before, 
.checkbox-styled input[type='checkbox']+label:before,
.radio-styled.radio-styled-md input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']+label:before {
  background-color: #fff;
  border: 1px solid #FF8D74;
  height: 16px;
  width: 16px;
  display: inline-block;
  padding: 4px 0 0 0;
  position: relative;
  border-radius: 24px;
  content: "";
} */

.radio-styled input[type='radio']+label:after, 
.checkbox-styled input[type='checkbox']+label:after{
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.radio-styled input[type='radio']:checked+label:before, 
.checkbox-styled input[type='checkbox']:checked+label:before,
.radio-styled.radio-styled-md input[type='radio']:checked+label:before, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']:checked+label:before {
  background-color: #fff;
  border: 1px solid #FF8D74;
}

.radio-styled input[type='radio']:checked+label:after, 
.checkbox-styled input[type='checkbox']:checked+label:after, 
.radio-styled.radio-styled-md input[type='radio']:checked+label:after, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']:checked+label:after{
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-weight: 100;
  left: -14px;
  top: 0;
  color: #FF8D74;
  font-size: 12PX;
}

.radio-styled.radio-styled-square input[type='radio']:checked+label:after, 
.checkbox-styled.radio-styled-square input[type='checkbox']:checked+label:after,
.radio-styled.radio-styled-md.radio-styled-square input[type='radio']:checked+label:after, 
.checkbox-styled.checkbox-styled-md.radio-styled-square input[type='checkbox']:checked+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: -14px;
  top: 0;
  color: #FF8D74;
  font-size: 13px;
  font-weight: 100;
}

.radio-styled .radio-styled-label-text, 
.checkbox-styled .checkbox-styled-label-text,
.radio-styled.radio-styled-md .radio-styled-label-text, 
.checkbox-styled .checkbox-styled-md .checkbox-styled-label-text {
  position: relative;
  bottom: 8px;
  text-transform: uppercase;
  left: 18px;
}
.radio-styled input[type='radio']+label:before, 
.checkbox-styled input[type='checkbox']+label:before,
.radio-styled.radio-styled-md input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']+label:before {
  background-color: #fff;
  border: 1px solid #dedede;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  content: "";
  position: absolute;
  top: 3px;
  left: -20px;
  border-radius: 16px; 
}

.radio-styled input[type='radio']:checked+label:before, 
.checkbox-styled input[type='checkbox']:checked+label:before,
.radio-styled.radio-styled-md input[type='radio']:checked+label:before, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']:checked+label:before {
  background-color: #ffffff;
  border: 1px solid #FF8D74;
}

.radio-styled input[type='radio']:checked:after+label:before, 
.checkbox-styled input[type='checkbox']:checked:after+label:before,
.radio-styled.radio-styled-md input[type='radio']:checked:after+label:before, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']:checked:after+label:before {
  content: "\f000";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}

.radio-styled.radio-styled-square .radio-styled-label-text, 
.checkbox-styled.checkbox-styled-square .checkbox-styled-label-text,
.radio-styled.radio-styled-md.radio-styled-square .radio-styled-label-text, 
.checkbox-styled.checkbox-styled-md.checkbox-styled-square .checkbox-styled-label-text {
  position: relative;
  text-transform: none;
  padding-left: 0;
  left: 0;
  bottom: 1px;
  font-weight: 400;
}

.radio-styled input[type='radio']+label:before, 
.checkbox-styled input[type='checkbox']+label:before{
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  content: "";
  position: absolute;
  top: 2px;
  left: -18px;
}

.radio-styled.radio-styled-square input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-square input[type='checkbox']+label:before,
.radio-styled.radio-styled-md.radio-styled-square input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-md.checkbox-styled-square input[type='checkbox']+label:before {
  border-radius: 0;
}

.radio-styled input[type='radio']+label, 
.checkbox-styled input[type='checkbox']+label,
.radio-styled.radio-styled-md input[type='radio']+label, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']+label{ 
  padding-top: 0;
  padding-left: 12px;
}

.radio-styled input[type='radio']:checked + label:after, 
.checkbox-styled input[type='checkbox']:checked + label:after, 
.radio-styled.radio-styled-md input[type='radio']:checked + label:after, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: -30px;
  top: 0;
  color: #FF8D74;
  font-size: 13px;
  font-weight: 300;
}

.radio-styled input[type='radio']+label:before, 
.checkbox-styled input[type='checkbox']+label:before,
.radio-styled.radio-styled-md input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-md input[type='checkbox']+label:before{
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  content: "";
  position: absolute;
  top: 2px;
  left: -16px;
}

.radio-styled.radio-styled-lg input[type='radio']:checked+label:before, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']:checked+label:before {
  background-color: #fff;
  border: 1px solid #FF8D74;
}

.radio-styled.radio-styled-lg input[type='radio']:checked+label:after, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']:checked+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: -18px;
  top: -2px;
  color: #FF8D74;
  font-size: 13px;
  font-weight: 100;
}


.radio-styled.radio-styled-lg .radio-styled-label-text, 
.checkbox-styled .checkbox-styled-lg .checkbox-styled-label-text {
  position: relative;
  bottom: 8px;
  text-transform: uppercase;
  left: 18px;
}

.radio-styled.radio-styled-lg input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']+label:before {
  background-color: #fff;
  border: 1px solid #dedede;
  height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
  content: "";
  position: absolute;
  top: 0px;
  left: -20px;
  border-radius: 16px; 
}


.radio-styled.radio-styled-lg input[type='radio']:checked+label:before, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']:checked+label:before {
  background-color: #ffffff;
  border: 1px solid #FF8D74;
}


.radio-styled.radio-styled-lg input[type='radio']:checked:after+label:before, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']:checked:after+label:before {
  content: "\f000";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}


.radio-styled.radio-styled-lg.radio-styled-square .radio-styled-label-text, 
.checkbox-styled.checkbox-styled-lg.checkbox-styled-square .checkbox-styled-label-text {
  position: relative;
  text-transform: none;
  padding-left: 0;
  left: 0;
  bottom: 1px;
  font-weight: 400;
}

.radio-styled.radio-styled-lg.radio-styled-square input[type='radio']+label:before, 
.checkbox-styled.checkbox-styled-lg.checkbox-styled-square input[type='checkbox']+label:before {
  border-radius: 0;
}

.radio-styled.radio-styled-lg input[type='radio']+label, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']+label{ 
  padding-top: 0;
  padding-left: 12px;
}

.radio-styled.radio-styled-lg input[type='radio']:checked+label:after, 
.checkbox-styled.checkbox-styled-lg input[type='checkbox']:checked+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: -15px;
  top: 0px;
  color: #FF8D74;
  font-size: 16px;
  font-weight: 100;
}

.large-format-form-slider-wrap {
  position: relative;
}
.large-format-form-slider-wrap .large-format-form-slider-close {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #333;
}
.large-format-form-slider-wrap .large-format-form-slider-close:before {
  position: absolute;
  content: "x";
  left: 6px;
  top: -1px;
}
.large-format .large-format-form-slider-item {
  padding-bottom: 45px;
}
.large-format-form-slider-item h1, .large-format-form-slider-item .h1, .large-format-form-slider-item h2, .large-format-form-slider-item .h2, .large-format-form-slider-item h3, .large-format-form-slider-item .h3, .large-format-form-slider-item h4, .large-format-form-slider-item .h4, .large-format-form-slider-item h5, .large-format-form-slider-item .h5, .large-format-form-slider-item h6, .large-format-form-slider-item .h6 {
  font-weight: 100;
  color: unset;
  margin: 0;
}
.large-format-form-slider-item .large-format-form-info {
  color: #ccc;
  margin-bottom: 32px;
}
.large-format-form-slider-item .large-format-form-title {
  color: #333;
  margin-bottom: 24px;
}
.large-format-form-slider-item .large-format-form-content.css-col-2 {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.large-format-form-slider-item .large-format-form-content.maxw-350 {
  max-width: 350px;
}
.large-format-form-slider .slick-slide {
  height: auto;
  min-height: 1px;
}
.large-format-form-buttons,
.large-format-form-slider-buttons {
  position: relative;
  margin-top:15px;
}
.large-format-form-buttons .btn,
.large-format-form-slider-buttons .btn{
  line-height: 1;
}

.large-format-form-buttons .btn,
.large-format-form-slider-buttons .slick-form-submit,
.large-format-form-slider-buttons .btn{
margin-top: 15px;
}

.large-format-form-slider-buttons .slick-form-submit { display: inline-block; }
.large-format-form-slider-buttons .slick-prev { margin-right: 30px; }
.large-format-form-slider-buttons .slick-disabled { display: none !important; }

.nav-steps-wrap {
  padding-bottom: 48px;
  width: 100%;
  display: block;
}
.nav.nav-steps {
  text-align: center;
  display: table;
  width: 100%;
}
.nav.nav-steps>li {
  display: inline-block;
  display: table-cell;
  text-align: center;
  position: relative;
}
.nav.nav-steps>li>span, .nav.nav-steps>li>a {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  z-index: 2;
  min-width: 14px;
}
.nav.nav-steps>li.active>span, .nav.nav-steps>li.active>a {
  color: #68c8c7;
  font-weight: 500;
}
.nav.nav-steps>li>span:before, .nav.nav-steps>li>a:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #DDD;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -1px;
}
.nav.nav-steps>li.active>span:before, .nav.nav-steps>li.active>a:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #68c8c7;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -1px;
}
.nav.nav-steps>li.active>span:before, .nav.nav-steps>li.active>a:before {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #68c8c7;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 0 0;
  display: inline-block;
  color: #999;
  position: relative;
  content: "";
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -1px;
}
.nav.nav-steps>li.active:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 1px solid #68c8c7;
  top: 28px;
  left: 50%;
  width: 100%;
  right: 0;
  z-index: 1;
}
.nav.nav-steps>li.inactive:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  height: 1px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  top: 24px;
  right: 0;
  width: 100%;
  z-index: 1;
  left: 50%;
}
.nav.nav-steps>li:last-child:after {
  content: none;
}
.nav.nav-steps.nav-steps-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.nav.nav-steps.nav-steps-flex>li {
  display: flex;
}
.nav.nav-steps.nav-steps-flex:before, .nav.nav-steps.nav-steps-flex:after, .nav.nav-steps.nav-steps-flex>li:before, .nav.nav-steps.nav-steps-flex>li:after {
  content: none;
}
.nav.nav-steps.nav-steps-flex:after {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 20px;
  content: "";
  background: #ededed;
}

.nav-progress-wrap {
  padding-bottom: 0;
  width: 100%;
  display: block;
}

.nav-progress-wrap .nav.nav-progress {
  text-align: center;
  display: table;
  width: 100%;
  min-height: .01%;
}

.nav.nav-progress:before,
.nav.nav-progress:after {
  content:none;
}

.nav.nav-progress>li {
  display: inline-block;
  display: table-cell;
  text-align: center;
  position: relative;
  width: auto;
  background: #fff;
  height: 100%;
}

.nav.nav-progress>li span{ display:none; }

.nav.nav-progress>li span{
  display:inline-block; 
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  right: 0;
}

.nav.nav-progress>li>span{
  position: absolute;
  left: 0;
  right: 0;
  height: 7px;
}

.nav.nav-progress>li>span:before{
  position: absolute;
  background-color:#ededed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  content:"";
}

.nav.nav-progress>li.visited>span:before{
  position: absolute;
  background-color:#FF8D74;
  top:0;
  left:0;
  right:0;
  bottom:0;
  content:"";
}

.nav.nav-progress>li>p{
  text-align: left;
  display: none;
  position: absolute;
  left: 30px;
  top: 32px;
  margin-right: -9999px;
}

.nav.nav-progress>li.active>span + p{ display: inline-block; }

.large-format-form{ 
  padding:  20px 30px 30px 30px; 
  position: relative;
}

.large-format-form .form-control {
  border: none;
  background-color: #f2f2f2;
}

.css-col-2{
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 930px){
  .css-col-2.css-col-2-stack-sm{
  -webkit-column-count: 1;
  column-count: 1;
  }
}

@media screen and (max-width: 767px){
  .css-col-2.css-col-2-stack-xs{
  -webkit-column-count: 1;
  column-count: 1;
  }
}



#home-page-main .page-content-hero.hero-banner-image-01{
  background-image: url(/img/home-hero-01-2018.jpg);
  background-size: cover;
  background-position: 50% 0;
}


#home-page-main .page-content-hero.hero-banner-image-02{
  background-image: url(/img/home-hero-02-2018.jpg);
  background-size: cover;
  background-position: 50% 0%;
}

#home-page-main .page-content-hero.hero-banner-image-03{
  background-image: url(/img/home-hero-03-2018.jpg);
  background-size: cover;
  background-position: 50% 50%;
}


#home-page-main .page-content-hero.hero-banner-image-04{
  background-image: url(/img/home-hero-04-2018.jpg);
  background-size: cover;
  background-position: 50% 0;
}

#home-page-main .page-content-hero.hero-banner-image-05{
  background-image: url(/img/home-hero-05-2018.jpg);
  background-size: cover;
  background-position: 50% 0;
}

#home-page-main .page-content-hero.hero-banner-image-06{
  background-image: url(/img/home-hero-06-2018.jpg);
  background-size: cover;
  background-position: 50% 0;
}

#home-page-main .page-content-hero.hero-banner-image-power-moves{
  background-image: url(/img/home-hero-power-moves-01.jpg);
  background-size: cover;
  background-position: 50% 0;
}

@media only screen and (max-width: 767px){
  #home-page-main .page-content-hero.hero-banner-image-01{
  background-image: url(/img/home-hero-01-2018.jpg);
  background-size: cover;
  background-position: 90px 50%;
  }
  #home-page-main .page-content-hero.hero-banner-image-02{
    background-image: url(/img/home-hero-02-2018.jpg);
    background-size: cover;
    background-position: 5% 50%;
  }
  #home-page-main .page-content-hero.hero-banner-image-03{
  background-image: url(/img/home-hero-03-2018.jpg);
  background-size: cover;
  background-position: 0% 50%;
  }
  #home-page-main .page-content-hero.hero-banner-image-04{
    background-image: url(/img/home-hero-04-2018.jpg);
    background-size: cover;
    background-position: 5% 50%;
  }
  #home-page-main .page-content-hero.hero-banner-image-05{
    background-image: url(/img/home-hero-05-2018.jpg);
    background-size: cover;
    background-position: 60px 50%;
  }
  #home-page-main .page-content-hero.hero-banner-image-06{
  background-image: url(/img/home-hero-06-2018.jpg);
  background-size: cover;
  background-position: 33px 50%;
  }
  .page-content-hero-focal .page-content-hero-focal-wrap .page-content-hero-focal-content { background: none; }

  #home-page-main .page-content-hero.hero-banner-image-power-moves{
    background-image: url(/img/home-hero-power-moves-01.jpg);
    background-size: cover;
    background-position: 0 0;
  }


}

.promote-logo-container{
 padding-bottom:60px;
 padding-top:45px;
}

 .promote-logo-banner{
 display:table;
 margin-left:auto;
 margin-right:auto;
}

.promote-logo-banner h2{
 display:table-row;
 width: 100%;
 text-align: center;
}

.promote-logo-banner .promote-logo{
 display:table-cell;
 vertical-align: middle;
 padding-left:15px;
 padding-right: 15px;
}


.promote-logo-banner .promote-logo img{
 width:100%;
 margin:0 auto;
}

.promote-logo.promote-logo-01 img{ max-width: 200px; }
.promote-logo.promote-logo-02 img{ max-width: 150px; }
.promote-logo.promote-logo-03 img{ max-width: 125px; }
.promote-logo.promote-logo-04 img{ max-width: 200px; }
.promote-logo.promote-logo-05 img{  max-width: 125px; }

.promote-logo-banner.for-employers .promote-logo.promote-logo-01 img{ max-width: 145px; }
.promote-logo-banner.for-employers .promote-logo.promote-logo-02 img{ max-width: 215px; }
.promote-logo-banner.for-employers .promote-logo.promote-logo-03 img{ max-width: 225px; }
.promote-logo-banner.for-employers .promote-logo.promote-logo-04 img{ max-width: 175px; }
.promote-logo-banner.for-employers .promote-logo.promote-logo-05 img{  max-width: 145px; }

@media (max-width: 767px) {
  .promote-logo-container{
   padding-bottom:45px;
   padding-top:30px;
  }

  .promote-logo-banner .promote-logo{
  display:block;
  margin-bottom:45px;
  }

  .promote-logo.promote-logo-01 img{ max-width: 170px; }
  .promote-logo.promote-logo-02 img{ max-width: 136px; }
  .promote-logo.promote-logo-03 img{ max-width: 120px; }
  .promote-logo.promote-logo-04 img{ max-width: 160px; }
  .promote-logo.promote-logo-05 img{  max-width: 120px; }
}

.overlap-row {
  border-bottom: 1px solid #000;
  padding-top: 0;
  margin-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 45px;
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.overlap-row:last-child {
  border-bottom: 1px solid transparent;
}

.overlap-row [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.overlap-row .overlap-row-content {
  text-align: center;
}

.overlap-row .overlap-row-image {
  display: block;
  margin: 0 auto;
  max-width: 325px;
  margin-bottom: -90px;
}

.overlap-row:last-child .overlap-row-image {
  margin-bottom: -110px;
}

@media (max-width: 767px) {
  .overlap-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  .overlap-row [class*="col-"] {
  display: block;
  }
  .overlap-row .overlap-row-image {
  display: block;
  margin: 0 auto;
  max-width: 325px;
  margin-bottom: 30px;
  }
  .overlap-row .overlap-row-image,
  .overlap-row:last-child .overlap-row-image {
  margin-bottom: 0;
  }
}

.row-table-overlap.row-table-overlap-second{
  margin-top:75px;
  padding-bottom:45px;
  border-bottom:1px solid #333;
}

.row-table-overlap.row-table-overlap-second .row-overlap-col-separate{
  width:1px; 
  height:100%; 
  background-color:#333; 
  position: absolute; 
  right:0; 
  top:0;
}

.row-table-overlap.row-table-overlap-first { border-bottom:1px solid #333; padding-bottom:15px; }
.row-table-overlap.row-table-overlap-first .row-table-overlap-img{ margin-bottom:-45px; }
.row-table-overlap.row-table-overlap-second.border-bottom-none{ border-bottom: none; }
.row-table-overlap.row-table-overlap-third .row-table-overlap-img{ margin-top:-45px; }

@media screen and (max-width: 767px){
  .row-table-overlap.row-table-overlap-third .row-table-overlap-img{ margin-top:15px; }
  .row-table-overlap.row-table-overlap-first .row-table-overlap-img{ margin-bottom:15px; }
  .row-table-overlap.row-table-overlap-first,
  .row-table-overlap.row-table-overlap-second,
  .row-table-overlap.row-table-overlap-third{
  margin-bottom:15px;
  margin-top:15px;
  padding-top:15px;
  padding-bottom:30px;
  border-bottom:1px solid #333;
  }

  .row-table-overlap.row-table-overlap-second .row-table-overlap-img{ margin-top:15px; margin-bottom: 30px;}
  .row-table-overlap.row-table-overlap-third{ border-bottom: none; }
  .row-table-overlap.row-table-overlap-second .row-overlap-col-separate{ display: none; }
  .row-table-overlap.row-table-overlap-first .row-table-overlap-img{ margin-top:15px; margin-bottom: 20px;}
  .row-table-overlap.row-table-overlap-third .row-table-overlap-img{ margin-top:15px; margin-bottom: 20px;}
  .row-table-overlap .row-table-overlap-img{ max-width: 325px; width:100%; margin-left: auto; margin-right: auto;}
}

@media (max-width: 767px){
  .visible-xs.disp-ib {
    display: inline-block !important;
  }
}

.modal.modal-form .modal-content{
  padding:75px;
}

.modal.modal-form .modal-body{
  border:none;
  text-align:center;
  max-width:320px;
  margin:0 auto;
}

.modal.modal-form .modal-header{
  position: absolute;
  border: none;
  top: 0;
  right: 0;
}

.modal.modal-form .modal-body .form-group{
  margin:0 auto;
  margin-bottom:20px;
}

.modal.modal-form .modal-body .modal-form-buttons{
  margin-top:24px;
}

.modal.modal-form .modal-body .modal-form-title{
  margin-top:0;
}

.modal.modal-large-format-form .modal-dialog{
  width:100%;
  max-width:800px;
}

.modal.modal-large-format-form .modal-header{
  position: absolute;
  top: -25px;
  right: -25px;
  border: none;
}

.large-format-form-wrap { position: relative; }

.large-format-form-wrap .large-format-form-close{
  position: absolute;
  top:-22px;
  right:-22px;
  width: 18px;
  height: 18px;
  border:1px solid #000;
  border-radius: 18px;
  padding-bottom:2px;
}

.large-format-form-wrap .large-format-form-close:after{
  content:'x';
  color:#000;
  position: absolute;
  top:-4px;
  right: 3px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight: 300; }

.nav-pills.nav-stacked>li { margin-bottom:15px; }

.nav.nav-pills.nav-stacked>li>a{ font-weight: 300;  }

.nav.nav-pills.nav-stacked>li>ul.nav-sub-nav{
  margin-top:15px;
  display: none;
}

.nav.nav-pills.nav-stacked>li.active>ul.nav-sub-nav{
  display: block;
}

.nav.nav-pills.nav-stacked>li>ul.nav-sub-nav>li{
  padding-left: 30px;
  margin-bottom: 20px;
}


.nav.nav-pills.nav-stacked,
.nav.nav-pills.nav-stacked>li>ul.nav-sub-nav>li>a{
 font-weight: 400;  
 color:#ccc;
}

.nav.nav-pills.nav-stacked>li>ul.nav-sub-nav>li.active>a{
 font-weight: 400;  
 color:#797c7d;
}

.table-responsive-scroll-wrap{ border:1px solid #ccc; }

table.dataTable thead th, table.dataTable thead td, .dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: 1px solid #ccc; }

.blurred-content{
  position: relative; 
  overflow: hidden;
  height: 100%;
}

/* .blurred-content:before,
.blurred-content:after{
  content: " ";
  display: table;
}
.blurred-content:after{
  clear: both;
} */

.blurred-content:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.66) ;
}

.blurred-content-background{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background: #ffffff;
  background: rgba(255, 255, 255, 0.66) ;
}

.blurred-content-foreground{
  z-index: 1;
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  position: absolute;
}

.blurred-content-foreground>div{
 text-align: center;
 display: table-cell;
 vertical-align: middle;
}

.nav-tabs.nav-tabs-styled > li a {
  font-weight: 300;
}

@media (max-width: 767px){
  #nav-tabs-salary-info.nav-tabs.nav-tabs-styled{
  border:none;
  }
  #nav-tabs-salary-info.nav-tabs.nav-tabs-styled > li a {
    font-size: 13px;
    padding:0 22px 0 0;
    border:none !important;
  }
}

.nav-tabs-mobile-dropdown-control{
  border:2px solid #68c8c7;
  padding:8px 12px;
  display: none;
}

.bg-circle-14{
  width:14px; height: 14px; border-radius: 14px; display: inline-block; position: absolute; top:3px;
}

.border-bottom-neutral-light-1{
  border-bottom:1px solid #ccc;
}

.show-more-display-link.showing-less{
  position: relative;
  display: inline-block;
}

.show-more-display-link.showing-more{
  position: relative;
  display: inline-block;
}


.show-more-display-link.showing-less:after{
  position: relative;
  left:8px;
  content: "\f054";
  font-family: FontAwesome;
}


.show-more-display-link.showing-more:after{
  position: relative;
  left:8px;
  content: "\f078";
  font-family: FontAwesome;
}

/*@media (max-width: 767px){
  .nav-tabs-mobile-dropdown{ display:none; }
  .nav-tabs-mobile-dropdown-control{ display: block;}
} */


@media (min-width: 931px){
  /*#main-nav-search-trigger.selected {
  position: relative;
  }

  #main-nav-search-trigger .main-nav-search-bar.selected {
    width: 860px;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    opacity: 1;
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    right: 30px;
    left: -50vw;
    top: 4px;
  }*/
}

.title-breadcrumb-back-link{
  float:left;
  width: 55px;
  position: absolute;
  line-height: 1;
}

.title-breadcrumb {
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  padding-left: 75px;
  padding-right: 75px;
  line-height: 1.44;
}

.navbar-search-dropdown{
  display: none;
  position: absolute; 
  left:0; 
  right:0; 
  background-color:#68c8c7; 
  color:#fff; 
  z-index: 15;
}

.navbar-search-dropdown-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1 !important;
}

.navbar-search-dropdown-content ::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.navbar-search-dropdown-content :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
  opacity: 1 !important;
}
.navbar-search-dropdown-content :-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}

.navbar-search-dropdown.selected{
  display: block;
}

.navbar-search-dropdown > form{ margin-bottom: 0; }

.navbar-search-dropdown-wrap{
  min-height:46px; 
  z-index: 22; 
  width:100%; 
  vertical-align: middle;
}

.navbar-search-dropdown-wrap .navbar-search-dropdown-content{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}


.navbar-search-dropdown-wrap .navbar-search-dropdown-content input[type='text']{
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  width: 100%;
  position: relative;
  margin-right: 30px;
  margin-top:7px;
  outline:0;
}

.navbar-search-dropdown-close{
  position: absolute;
  top: 14px;
  right: -30px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

.navbar-search-control{
  position: absolute;
  top: 13px;
  right: 160px;
  z-index: 26;
}

.navbar-search-dropdown-close:focus,
.navbar-search-dropdown-close:hover{
  color: #ffffff;
}

.navbar-search-control.login-profile{
  position: absolute;
  top: 13px;
  right: 200px;
}

.navbar-search-control.company-profile{
  position: absolute;
  top: 13px;
  right: 340px;
}

.navbar-search-control.admin-profile{
  position: absolute;
  top: 13px;
  right: 250px;
}

@media screen and (max-width: 930px){
    .navbar-search-dropdown-wrap .navbar-search-dropdown-content-outer .navbar-search-dropdown-content-inner {
      padding-left: 15px;
      padding-right: 45px;
    }

    .navbar-search-control.admin-profile,
    .navbar-search-control.company-profile,
    .navbar-search-control.login-profile,
    .navbar-search-control{
      position: absolute;
      top: 15px;
      right: 55px;
    }

    .navbar-search-dropdown-close{
      position: absolute;
      top: 14px;
      right: 30px;
    }

  .navbar-search-dropdown-wrap .navbar-search-dropdown-content {
      padding-left: 30px;
      padding-right: 60px;
  }

}

.dollar-sign-prefix { position: relative;  }

.dollar-sign-prefix-icon { display: none; }

.dollar-sign-prefix input[type='text']:focus + .dollar-sign-prefix-icon {
  display: block;
  position: absolute; 
  left:0;
  z-index: 32;
  content: "$";
}

.large-format-form-slider { display: none; }
.large-format-form-slider.slick-initialized { display: block; }

.pagination{ margin-top: 0; }

.pagination>li>a, .pagination>li>span {
    color: #000000;
    border: 1px solid #000000;
}

.embed-video-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.embed-video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media screen and (max-width: 767px){
  #press-main .row-table.row-table-flush{
    margin-left: 0;
    margin-right: 0;
  }

  #press-main .row-table.row-table-flush .col-flush{
    padding-left: 0;
    padding-right: 0;
  }

}

.diagonal-split-background{
  background-color: #68c8c7;
  position: relative;
}

.diagonal-split-background:after{
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content:  " ";
  transform: skew(45deg)
}

.lock-ar-block{
  position: relative 
}

.lock-ar-block.lock-ar-block-21-9::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 33.333333%;
}

.lock-ar-block.lock-ar-block-21-9::after {
  content: "";
  display: table;
  clear: both;
}

.lock-ar-block > .lock-ar-block-content{
  position: 
  absolute; 
  top:0; 
  left:0; 
  right:0; 
  bottom:0;
}

#press-main .row.row-faux-styled-table [class*="col-"] .lock-ar-block > .lock-ar-block-content > img{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  width: 100%;
}

.row-faux-styled-table{
  overflow-y: hidden;
  margin-left: 0;
  margin-right: 0;
}

.row-faux-styled-table > [class*='col-']:after{
   background: #000000;
   content: " ";
   right: 0;
   position: absolute;
   width: 1px;
   top: 0;
   bottom: -1000px;
   display: block;
}

.row-faux-styled-table > [class*="col-"]:nth-child(3n+3)::after {
    content: " ";
    right: 0;
    position: absolute;
    width: 0;
    top: 0;
    bottom: -1000px;
    display: block;
}

.row-faux-styled-table > [class*='col-'].col-last:after{
 content: " ";
 display: none;
}

@media (max-width: 767px){
  .row-faux-styled-table.row-faux-styled-table-remove-xs > [class*='col-']:after{
    content: " ";
    display: none;
  }
}


@media (max-width: 767px){
  .row-faux-styled-table.row-faux-styled-table-remove-xs > [class*='col-']:after{
    content: " ";
    display: none;
  }
}

.row.row-faux-styled-table [class*="col-"] > div,
.row.row-faux-styled-table [class*="col-"] > a{
  border-bottom:1px solid #ededed; 
  margin-bottom: 30px; 
  padding-bottom:30px;
  display: block;
}

#press-main .row.row-ib{ 
  display: block; 
  width: 100%; 
  font-size: 0;
}

#press-main .row.row-ib [class*="col-"]{
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  float: none;
}

#press-main .blockquote-styled{
  font-size:36px;
  font-weight:100; 
  line-height: 1.33; 
  /* max-width: 380px;  */
  margin-left: auto; 
  margin-right: auto;
}

@media screen and  (max-width: 991px){
  #press-main .blockquote-styled{
    font-size:28px; 
    /*max-width: 300px;*/
    padding: 30px; 
  }
}

@media screen and  (max-width: 860px){
  #press-main .blockquote-styled{
    font-size:24px; 
    /*max-width: 290px; */
    padding: 15px; 
  }
}

@media screen and  (min-width: 768px){
  #press-main .row.row-faux-styled-table .row-last > div,
  #press-main .row.row-faux-styled-table .row-last > a{
  border-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;  }
}

@media screen and  (max-width: 767px){
  #press-main .blockquote-styled{
    font-size:28px; 
    /*max-width: 300px; */
    padding: 30px; 
  }
}

#press-main  .blockquote-styled-quote-text{
  position: relative; 
  z-index: 1;
  display: inline-block;
}

#press-main  .blockquote-styled-quote-text::before{
  position: absolute;
  width: 110px;
  height: 68px;
  background-color: transparent;
  content: "";
  position: absolute;
  top: -20px;
  left: -20px; 
  background-image: url(/img/press-splash-blockquote-open.png);
  background-size: cover;
  z-index: -1;
}

#press-main  .blockquote-styled-quote-text::after{
  position: absolute;
  width: 110px;
  height: 68px;
  background-color: transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px; 
  background-image: url(/img/press-splash-blockquote-close.png);
  background-size: cover;
  z-index: -1;
}

#press-section-01 .blockquote-source{
  margin-top: 75px;
}  

@media screen and  (max-width: 991px){
  #press-main  .blockquote-styled-quote-text::before{
    position: absolute;
    width: 55px;
    height: 34px;
    background-color: transparent;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px; 
    background-image: url(/img/press-splash-blockquote-open.png);
    background-size: cover;
    z-index: -1;
  }

  #press-main  .blockquote-styled-quote-text::after{
    position: absolute;
    width: 55px;
    height: 34px;
    background-color: transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px; 
    background-image: url(/img/press-splash-blockquote-close.png);
    background-size: cover;
    z-index: -1;
  }

  #press-section-01 img.maxw-250{
    max-width: 175px;
  }

  #press-section-01 .blockquote-source{
    margin-top: 40px;
  }  
}

.cursor-arrow{ cursor: default; }

.cursor-arrow:hover,
.cursor-arrow:focus,
.cursor-arrow:active,
#press-main  .row-faux-styled-table .row-faux-styled-table-col a .cursor-arrow,
#press-main  .row-faux-styled-table .row-faux-styled-table-col a .cursor-arrow,
#press-main  .row-faux-styled-table .row-faux-styled-table-col a .cursor-arrow,
#press-main  .row-faux-styled-table .row-faux-styled-table-col a .cursor-arrow,
#press-main  .row-faux-styled-table .row-faux-styled-table-col a .cursor-arrow,
#press-main  .row-faux-styled-table .row-faux-styled-table-col a .cursor-arrow{
  color: initial;  
}

#press-main #press-section-04.bg-primary a {
  color: #fff;
}

#press-main #press-section-04.bg-primary a:active,
#press-main #press-section-04.bg-primary a:focus,
#press-main #press-section-04.bg-primary a:hover{
  color: #dedede;
}

#press-main #press-section-04.bg-primary a:active .cursor-arrow,
#press-main #press-section-04.bg-primary a:focus .cursor-arrow,
#press-main #press-section-04.bg-primary a:hover .cursor-arrow{
  color: #fff;
}

@media screen and  (max-width: 767px){
  #press-main #press-section-01 .container{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #press-main #press-section-01 .img-square-container{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and  (max-width: 500px){
  #press-main .blockquote-styled{
    font-size:21px; 
    padding: 30px 0; 
  }
}

form .form-control,
form .form-group .form-control{
  border: none;
  background-color: #e6f4f4;
}

form label,
form .form-group label{
  font-weight: 500;
  color: #4d4d4d;
}

form .form-control,
form .form-group .form-control{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.alert-fixed-flush-bottom {
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1031;
}

.vert-border-split.vert-border-split-rev.border-on > [class*='col-']:first-child:after{
    background:transparent;
    bottom: 0;
    content: " ";
    right: 0;
    position: absolute;
    width: 1px;
    top: 0;
    display: block;
  }

.vert-border-split.vert-border-split-rev.border-on > [class*='col-']:last-child:after{
  background:#e6e6e6;
  bottom: 0;
  content: " ";
  right: 0;
  left: auto;
  position: absolute;
  width: 1px;
  top: 0;
  display: block;
}

@media screen and  (max-width: 767px){
  .vert-border-split.vert-border-split-rev.border-on.remove-border-xs > [class*='col-']:first-child:after,
  .vert-border-split.vert-border-split-rev.border-on.remove-border-xs > [class*='col-']:last-child:after{
    content: " ";
    display: none;
  }
}

#podcast-main .btn.btn-lg.btn-xl{
  font-size: 22px; 
  letter-spacing: 1px; 
  padding:20px 60px;
}

@media screen and  (max-width: 767px){
  #podcast-main .row.row-ib{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  #podcast-main .row.row-ib > [class*='col-']{
    display: block;
    float:  left;
  }

  #podcast-main .btn.btn-lg.btn-xl{
    font-size: 18px; 
    letter-spacing: 1px; 
    padding:15px 40px;
  }
}

.footer .row.row-flex { 
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: -webkit-flex;
  display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
  -ms-flex-direction: row; 
  -webkit-flex-direction: row;
  flex-direction: row; 
  -webkit-flex-wrap: nowrap; 
  -ms-flex-wrap: nowrap; 
  flex-wrap: nowrap; 
}

.footer .row.row-flex [class*="col-"],
.footer .row.row-flex [class*="col-"].col-sm-15 {
  width: auto; 
  float:none;
  flex-basis: auto;
  margin-left: auto;
}

.footer .row.row-flex [class*="col-"]:first-child,
.footer .row.row-flex [class*="col-"].col-sm-15:first-child {
  margin-left: 0;
}


.footer .row.row-flex [class*="col-"] div,
.footer .row.row-flex [class*="col-"] a.collapsible{ display: block }


.footer .row.row-flex [class*="col-"]:before,
.footer .row.row-flex [class*="col-"]:after,
.footer .row.row-flex:before,
.footer .row.row-flex:after {
   content: normal !important;
   display: flex !important;
}

body{
  display: table;
  width: 100%;  
  table-layout: fixed;
}

footer.footer,
#full-height-wrap{
  display: table-row
}

#full-height-wrap{
  height: 100%;
  margin: 0 auto;
  padding: 0 0;
}

footer.footer{ height: auto; }

footer.footer > .container{ padding-top: 45px; padding-bottom: 20px; }

.footer-bottom-row{
   border-top:1px solid #fff;
  padding-top: 20px ;
  margin-top: 45px;
}

footer ul{
 list-style: none;
 padding: 0 0 0 0;
}

footer  > .container > .row ul,
footer .row.footer-bottom-row ul{
  margin-bottom: 0;
}

footer  > .container > .row ul li:last-child{
  margin-bottom: 0;
}

#footer-accordion-mobile.panel-group{ margin-bottom: 0; }

.footer .row.row-flex.panel-group .panel + .panel { margin-top: 0; }

.footer .row.row-flex.panel-group .panel a.collapsible,
.footer .row.row-flex.panel-group .panel a.collapsible.collapsed{
  font-size:  16px;
  padding-bottom: 12px;
}

@media screen and  (max-width: 767px){
  .footer .row.row-flex { display: block; }
  .footer .row.row-flex [class*="col-"],
  .footer .row.row-flex [class*="col-"].col-sm-15,
  .footer .row.row-flex [class*="col-"] div,
  .footer .row.row-flex [class*="col-"] h5{
      display: block;
      text-align: center;
    }

  .footer a.collapsible:after{
   content: "\f0d7" !important;
   font-family: FontAwesome !important;
   font-weight: normal;
   font-style: normal;
   display: inline-block;
   margin-left: 10px;
  }

  .footer a.collapsible.collapsed:after{
   content: "\f0da" !important;
   font-family: FontAwesome !important;
   font-weight: normal;
   font-style: normal;
  }

  .footer .row.row-flex [class*="col-"] div.collapse{ display: none; }

  .footer .row.row-flex [class*="col-"] div.collapse.in{
    display: block;
  }

  .footer .row.row-flex [class*="col-"] div.collapsed ul,
  .footer .row.row-flex [class*="col-"] div.collapsing ul,
  .footer .row.row-flex [class*="col-"] div.collapse ul{
    margin-top: 8px;
    padding-right: 15px;
  }

  .footer-bottom-row{ text-align: center; }

  .footer .row.row-flex [class*="col-"].col-sm-15.col-xs-12{  margin-bottom: 15px; }

  .footer .row.row-flex.panel-group .panel a.collapsible,
  .footer .row.row-flex.panel-group .panel a.collapsible.collapsed{ padding-bottom: 0; }

}

@media screen and  (min-width: 768px){
  .footer .row.row-flex [class*="col-"] .collapse.in,
  .footer .row.row-flex [class*="col-"] .collapse,
  .footer .row.row-flex [class*="col-"] .collapsing {
      display: block !important;
      transition: none !important;
      height: auto !important;
  }
}

.row.row-inline-block{
  font-size: 0;
}

.row.row-inline-block [class*="col-"]{
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: initial;
}

.row.row-inline-block.v-mid [class*="col-"]{
 vertical-align: middle;
}

@media screen and  (min-width: 768px) and (max-width: 991px){
  /* .row.row-inline-block,*/
  .row.row-inline-block.row-block-sm{
    font-size: initial;
  }
  .row.row-inline-block.row-block-sm > [class*="col-"]{
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px){
  .row.row-inline-block.row-block-xs{
    font-size: initial;
  }
  .row.row-inline-block.row-block-xs > [class*="col-"]{
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ls-1p{letter-spacing: 1px;}

ul.list-plus-bullet{
  padding-left: 0;
}

ul.list-plus-bullet li{
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

ul.list-plus-bullet li:before{
  content:  "+";
  font-weight: bold;
  color: #68c8c7;
  position: absolute;
  left: 0;
}

ul.list-plus-bullet.text-right{
  padding-left: 0;
  padding-right: 0;
}

ul.list-plus-bullet.text-right li{
  padding-left: 0;
}

ul.list-plus-bullet.text-right li:before{
  content:  "+";
  font-weight: bold;
  color: #68c8c7;
  position: relative;
  margin-right: 10px;
}

@media screen and (min-width: 1201px){
  .mrg-t-0-lg{margin-top:0;}
  .mrg-b-0-lg{margin-bottom:0;}
  .pad-l-45-lg{ padding-left: 45px; }
  .pad-l-30-lg{ padding-left: 30px; }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
  .mrg-t-0-md{margin-top:0;}
  .mrg-b-0-md{margin-bottom:0;}
  .pad-l-45-md{ padding-left: 45px; }
  .pad-l-30-md{ padding-left: 30px; }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .mrg-t-0-sm{margin-top:0;}
  .mrg-b-0-sm{margin-bottom:0;}
  .pad-l-45-sm{ padding-left: 45px; }
  .pad-l-30-sm{ padding-left: 30px; }
}
@media screen and (max-width: 767px){
  .maxw-100p-xs{max-width: 100%;}
  .mrg-t-0-xs{margin-top:0;}
  .mrg-b-0-xs{margin-bottom:0;}
  .pad-l-45-xs{ padding-left: 45px; }
  .pad-l-30-xs{ padding-left: 30px; }
}

footer.footer > .footer-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #326262;
  background-color: #326262;
  background-image: url(/img/chalkboard-bg.jpg);
  background-repeat: repeat;
}

footer.footer > .footer-inner{
    padding-top: 45px;
    padding-bottom: 20px;
}

footer.footer > .footer-inner > .container {
    padding-top: 0;
    padding-bottom: 0;
}

footer > .footer-inner > .container > .row.footer-bottom-row ul{ margin-bottom: 0; }

footer > .footer-inner .footer-bottom-row { margin-top: 35px; }

.podcast-title-promo-badge-right{
  height: 108px;
  position: relative;
}

.podcast-title-promo-badge-right img{
  position: absolute;
  right: -96px;
  width: 136px;
  height: auto;
}

@media screen and (max-width: 1100px){
  .podcast-title-promo-badge-right{
    height: auto;
    text-align:right;
  }

  .podcast-title-promo-badge-right img{
    position: relative;
    right: auto;
    width: 100px;
    height: auto;
  }
}

.podcast-player-wrap{
  max-width:400px;
}

.podcast-player-wrap html body div.row div.col-xs-12.col-lg-12.nopadding{
  background: transparent !important;
}

.nav.nav-tabs.nav-tabs-mega{
  border-bottom: none;
}

.nav.nav-tabs.nav-tabs-mega li > a{
  font-size: 20px;
  text-transform: uppercase;
  color: #67C8C9;
  font-weight: 500;
  padding:24px 36px;
  border: none;
}


.nav.nav-tabs.nav-tabs-mega li.active > a, 
.nav.nav-tabs.nav-tabs-mega li.active > a:hover, 
.nav.nav-tabs.nav-tabs-mega li.active > a:focus{
  border:none;
  background-color: transparent;
}

.nav.nav-tabs.nav-tabs-mega li > a{ 
  background-color: #F6F6F6;
}

.nav.nav-tabs.nav-tabs-mega li.active > a, 
.nav.nav-tabs.nav-tabs-mega li.active > a:hover, 
.nav.nav-tabs.nav-tabs-mega li.active > a:focus {
    border: none;
    background-color: #fff;
}

@media screen and (max-width: 1100px){
  .nav.nav-tabs.nav-tabs-mega li > a{
    font-size: 16px;
    padding:12px 24px;
  }
}

@media screen and (max-width: 767px){
  .nav.nav-tabs.nav-tabs-mega.nav-tabs-dropdown-links li.active > a{
    display: none;
  }
  .nav.nav-tabs.nav-tabs-mega.nav-tabs-dropdown-links li{
    width: 100%
  }
}

.nav.nav-tabs.nav-tabs-mega.size-down-1 li > a{
  font-size: 16px;
  text-transform: uppercase;
  color: #67C8C9;
  font-weight: 500;
  padding:18px 24px;
  border: none;
}

.flex-table {
  display: table;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.flex-table .flex-table-row {
  display: table-row;
  display: flex;
  min-height: 50px;
}

.flex-table .flex-table-row .flex-table-cell {
  display: table-cell;
  display: flex;
  flex-direction: column;
  flex: auto;
  box-sizing: border-box;
}

.flex-table.align-mid .flex-table-row  .flex-table-cell{
  vertical-align: middle;
  align-self: center;
}

.flex-table.align-bottom .flex-table-row .flex-table-cell{
  vertical-align: bottom;
  align-self: flex-end;
}

.flex-table.align-top .flex-table-row .flex-table-cell{
  vertical-align: bottom;
  align-self: flex-start;
}

.flex-table .flex-table-row .flex-table-cell.align-mid {
  vertical-align: middle;
  align-self: center;
}

.flex-table .flex-table-row .flex-table-cell.align-top {
  vertical-align: top;
  align-self: flex-start;
}

.flex-table .flex-table-row .flex-table-cell.align-bottom {
  vertical-align: top;
  align-self: flex-end;
}

.flex-table .flex-table-row .flex-table-cell > div{
  display: block;
  width: 100%;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 1px) {
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-12-xs { width: 100%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-11-xs { width: 91.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10-xs { width: 83.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-9-xs { width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-8-xs { width: 66.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-7-xs { width: 58.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-6-xs { width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5-xs { width: 41.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-4-xs { width: 33.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-3-xs { width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-2-xs { width: 16.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-1-xs { width: 8.33333333%; }

  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5p-xs{ width: 5%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10p-xs{ width: 10%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-15p-xs{ width: 15%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-20p-xs{ width: 20%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-25p-xs{ width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-30p-xs{ width: 30%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-35p-xs{ width: 35%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-40p-xs{ width: 40%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-45p-xs{ width: 45%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-50p-xs{ width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-55p-xs{ width: 55%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-60p-xs{ width: 60%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-65p-xs{ width: 65%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-70p-xs{ width: 70%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-75p-xs{ width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-80p-xs{ width: 80%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-85p-xs{ width: 85%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-90p-xs{ width: 90%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-95p-xs{ width: 95%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-100p-xs{ width: 100%; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-12-sm { width: 100%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-11-sm { width: 91.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10-sm { width: 83.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-9-sm { width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-8-sm { width: 66.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-7-sm { width: 58.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-6-sm { width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5-sm { width: 41.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-4-sm { width: 33.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-3-sm { width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-2-sm { width: 16.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-1-sm { width: 8.33333333%; }

  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5p-sm{ width: 5%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10p-sm{ width: 10%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-15p-sm{ width: 15%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-20p-sm{ width: 20%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-25p-sm{ width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-30p-sm{ width: 30%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-35p-sm{ width: 35%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-40p-sm{ width: 40%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-45p-sm{ width: 45%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-50p-sm{ width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-55p-sm{ width: 55%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-60p-sm{ width: 60%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-65p-sm{ width: 65%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-70p-sm{ width: 70%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-75p-sm{ width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-80p-sm{ width: 80%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-85p-sm{ width: 85%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-90p-sm{ width: 90%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-95p-sm{ width: 95%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-100p-sm{ width: 100%; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-12-md { width: 100%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-11-md { width: 91.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10-md { width: 83.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-9-md { width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-8-md { width: 66.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-7-md { width: 58.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-6-md { width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5-md { width: 41.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-4-md { width: 33.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-3-md { width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-2-md { width: 16.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-1-md { width: 8.33333333%; }

  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5p-md{ width: 5%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10p-md{ width: 10%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-15p-md{ width: 15%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-20p-md{ width: 20%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-25p-md{ width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-30p-md{ width: 30%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-35p-md{ width: 35%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-40p-md{ width: 40%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-45p-md{ width: 45%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-50p-md{ width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-55p-md{ width: 55%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-60p-md{ width: 60%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-65p-md{ width: 65%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-70p-md{ width: 70%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-75p-md{ width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-80p-md{ width: 80%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-85p-md{ width: 85%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-90p-md{ width: 90%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-95p-md{ width: 95%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-100p-md{ width: 100%; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-12-lg { width: 100%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-11-lg { width: 91.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10-lg { width: 83.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-9-lg { width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-8-lg { width: 66.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-7-lg { width: 58.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-6-lg { width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5-lg { width: 41.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-4-lg { width: 33.33333333%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-3-lg { width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-2-lg { width: 16.66666667%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-1-lg { width: 8.33333333%; }

  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-5p-lg{ width: 5%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-10p-lg{ width: 10%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-15p-lg{ width: 15%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-20p-lg{ width: 20%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-25p-lg{ width: 25%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-30p-lg{ width: 30%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-35p-lg{ width: 35%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-40p-lg{ width: 40%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-45p-lg{ width: 45%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-50p-lg{ width: 50%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-55p-lg{ width: 55%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-60p-lg{ width: 60%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-65p-lg{ width: 65%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-70p-lg{ width: 70%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-75p-lg{ width: 75%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-80p-lg{ width: 80%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-85p-lg{ width: 85%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-90p-lg{ width: 90%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-95p-lg{ width: 95%; }
  .flex-table .flex-table-row .flex-table-cell.flex-table-cell-100p-lg{ width: 100%; }
}

@media screen and (max-width: 767px){
  .flex-table.stack-xs,
  .flex-table.stack-xs .flex-table-row,
  .flex-table.stack-xs .flex-table-row .flex-table-cell{
    display: block;
    width: 100%;
  }
}

ul.list-plus-bullet.list-plus-bullet-span{
  padding-left: 0;
}

ul.list-plus-bullet.list-plus-bullet-span li{
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
}

ul.list-plus-bullet.list-plus-bullet-span li:before{
  display: none;
}

ul.list-plus-bullet.list-plus-bullet-span li span{
  padding-left: 24px;
  position: relative;
}

ul.list-plus-bullet.list-plus-bullet-span li span:before{
  content:  "+";
  font-weight: bold;
  color: #68c8c7;
  position: absolute;
  left: 0;
}

.pos-rel{ position: relative; }

.mrg-t-100{ margin-top:100px; } .mrg-b-100{ margin-bottom:100px; }

.pad-t-100{ padding-top:100px; } .pad-b-100{ padding-bottom:100px; }

.maxw-1100{ max-width: 1100px; }
.maxw-960{ max-width: 960px; }
.maxw-680{ max-width: 680px; }
.maxw-600{ max-width: 600px; }
.maxw-90{ max-width:90px; }
.maxw-80{ max-width:80px; }

.pad-r-8-perc{
  padding-right: 8%;
}

.border-1-white-top{ border-top:1px solid #fff; }
.border-1-white-left{ border-left:1px solid #fff; }
.border-1-white-bottom{ border-bottom:1px solid #fff; }
.border-1-white-right{ border-right: 1px solid #fff; }

.w-auto { width: auto;}

.oflow-x-hidden{
  overflow-x: hidden;
}

.fixed-sidebar-tab{
    position: fixed;
    top: 250px;
    z-index: 10;
    transition: .2s left;
    display: none; /*jquery changes this to display block on load */
}

@media screen and (max-height: 750px) and (max-width: 767px){
  .fixed-sidebar-tab{
      top: 65px;
  }
}

@media screen and (max-height: 630px){
  .fixed-sidebar-tab{
    display: none !important;
  }
}

.fixed-sidebar-tab.active{
    transition: .2s left;
}

.fixed-sidebar-tab .fixed-sidebar-tab-flyout{
    position: relative;
    overflow: hidden;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.fixed-sidebar-tab .fixed-sidebar-tab-control{
    background-color: #10445d; 
    color: #fff; 
    font-weight: bold; 
    text-align: center; 
    padding: 12px; 
    cursor: pointer;
    border-top: 3px solid #68c8c7;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    margin-left: -4px;
    min-width: 45px;
    font-size: 14px;
    /* writing-mode: vertical-rl; */
    /* position: absolute;*/
    /*transform: rotate(90deg);
    transform-origin: bottom left;
    margin-top: -49px;*/
}

.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul,
.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul li{
    list-style-type: none;
}

.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul li{
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid #10445d;
    font-size: 85%;
    white-space: nowrap;
}

.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul li a{ text-transform: uppercase; }

.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul li.active a{ font-weight: bold; }

.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul li:first-of-type{ padding-top: 0; }

.fixed-sidebar-tab .fixed-sidebar-tab-flyout > ul li:last-of-type{
    padding-bottom: 0;
    border-bottom: none
}

.fixed-sidebar-tab .fixed-sidebar-tab-control span{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
}

@media screen and (max-width: 767px){
  .fixed-sidebar-tab .fixed-sidebar-tab-control span{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: block;
  }

}

.maxw-180{max-width: 180px;}

.bg-primary-dark a.promo-bg-color-yellow:hover{
    color: #326262 !important;
}

.pre-header + #main-nav-header.header-reveal.header-reveal--fixed{
  position: fixed;
  top: 0;
}

.pre-header + #main-nav-header.header-reveal.header-reveal--abs{
  position: absolute;
  top: 40px;
}

.pre-header + #main-nav-header.header-reveal.transition-off{
  transition: none;
}

.pre-header + #main-nav-header.header-reveal.header-reveal--fixed.transition-on{
  transition: 0.2s ease-in-out;
}

.pre-header + #main-nav-header.header-reveal.header-reveal--fixed.nav-up {
  position: fixed;
  top: -180px;
}

.pre-header + #main-nav-header.header-reveal {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
}

.mega-drop-control .mega-drop-container {
    overflow-x: hidden;
}