 /*==========================

Fonts

==========================*/

    @font-face{
        font-family:"AvenirNextRoundedW01-Re";
        src:url("../webfonts/188b58ca-5489-4e70-8010-7b867980f487.woff2") format("woff2"),url("../webfonts/832e487e-ca07-48d9-b664-9f641d3fd51b.woff") format("woff");
    }
    @font-face{
        font-family:"AvenirNextRoundedW01-Md1075562";
        src:url("../webfonts/5559fceb-87c2-4a44-9925-ad308acec971.woff2") format("woff2"),url("../webfonts/c4f4af3e-b5b8-4fb3-b707-670bbc765c69.woff") format("woff");
    }
    @font-face{
        font-family:"AvenirNextRoundedW01-De1075568";
        src:url("../webfonts/a0a87e49-3806-4285-adb4-3d8c713e526c.woff2") format("woff2"),url("../webfonts/bfaf76ed-3cdf-4258-8336-eb4e18cbd68b.woff") format("woff");
    }
    @font-face{
        font-family:"AvenirNextRoundedW01-Bo1075574";
        src:url("../webfonts/ad3c6c4a-3054-4bcc-b0de-596d767c68be.woff2") format("woff2"),url("../webfonts/84f3e44b-61b2-4b2c-b0fd-e8044b9908e6.woff") format("woff");
    }
    
 /*==========================

Customised Configuration options

==========================*/
body {
	margin:0;
	padding:0;
	border:0;
	max-width: 100%;
	min-height: 100%;
	overflow-x:hidden;
	background:#FFF;
	font-family:"AvenirNextRoundedW01-Re",Arial, Sans-Serif;
	color:#436A88;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	
}


.fa-blue {color: #0A00E8!important;}
.fa-red {color: #E8000A!important;}
.fa-light {color: #ffffff;}
.fa-dark-muted {color: #CCC;}
.fa-dark {color: #333333;}
.fa-light-muted {color: #999999;}
.fa-muted {color: #eeeeee;}
.fa-light-green {color:#59B559;}
.fa-shadow-muted { text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}

label.form-error,
div.form-error,
a.form-error,
textarea.form-error,
select.form-error,
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39!important;
}


a {
	color: #4A96CF;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	text-decoration:none;
}

p {
    margin-bottom: 2rem;
}
/* print */
.no-print {
	display:block
}
.print {
	display:none;
}

.img-fill {
	width:100%!important;
}

.nop {
	padding: 0!important;
}
.nom {
	margin:0!important;
}

.light {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
em,
.italic {
	font-style:italic!important;
}
.italic-bold {
	font-style:italic!important;
}
.font-blue {
	color:#4A96CF!important;
}	

.fw-400 {
font-family:"AvenirNextRoundedW01-Re";
font-weight: 400;
}
.fw-500 {
font-family:"AvenirNextRoundedW01-Md1075562";
font-weight: 500;
}
.fw-600 {
font-family:"AvenirNextRoundedW01-De1075568";
font-weight: 600;
}
.fw-700 {
font-family:"AvenirNextRoundedW01-Bo1075574";
font-weight: 700;
}

.font-500 {
	font-size: 600%!important;
}
.font-350 {
	font-size: 350%!important;
}
.font-250 {
	font-size: 250%!important;
}
.font-200 {
	font-size: 200%!important;
}
.font-150 {
	font-size: 150%!important;
}
.font-120 {
	font-size: 120%!important;
}
.font-90 {
	font-size: 90%!important;

}
.font-80 {
	font-size: 80%!important;
}
.font-70 {
	font-size: 70%!important;
}
.uc {
	text-transform: uppercase!important;
}
.lc {
	text-transform: lowercase!important;
}
.cap {
	text-transform: capitalize!important;	
}
.spread {
	letter-spacing: 0.05em;
}
.clearboth {
	clear:both;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.valign {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}
.lh-110 {
	line-height: 110%;
}
.lh-90 {
	line-height: 90%;
}
.lh-80 {
	line-height: 80%;
}
.w-80 {
   width: 80%!important;
}
.w-100.w-lg-25 {
	width: calc(100% - 70px)!important;
}
 @media (min-width: 992px)  {
	.w-100.w-lg-25 {
	width: 25%!important;
	}
 }
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.bg-blue {
  background-color:rgba(74,150,207,0.8);
}

.cream {
   color:rgba(249,248,242,1);
}

.bg-dcream {
    background-color:rgba(249,248,242,1);
    /*#FEFFEA;*/
}

.bg-grcream {
  background-color:rgba(249,248,242,0.71);
}

 @media (min-width: 1330px)  {
    .max-container {
        max-width: 90%;
    }
 }
 .max-container-width {
    max-width: 1600px;
}
 /*==========================

 Chrome frame prompt

==========================*/
.chromeframe {
	position:fixed;
    margin: 0;
    background: #ccc;
    color: #000;
	text-align:center;
	z-index: 99999;
	width: 100%;
	padding: 8px 0;
	left:0px;
	top:0px;
}
/*==========================

btns

==========================*/
.btn-dlp {
	background: #4A96CF;
	color:#FFF;
	border:1px solid #4A96CF;
}
.btn-dlp:hover,
.btn-dlp:focus {
	background-color: #FFF;
	border:1px solid #FFF;
	color:#4A96CF;
	cursor:pointer;
}
.btn-bigdlp {
	background: #6BA9D6;
	color:#F9F8F2;
	border:4px solid #D3B676;
    border-radius: 60px;
    padding: 20px 35px;
    font-size: 150%;
}
@media (min-width: 992px) {
    .btn-bigdlp {
        border-radius: 80px;
        padding: 30px 75px;
        font-size: 250%;
    }
}
.btn-bigdlpg:hover,
.btn-bigdlp:focus {
	background-color: #4A96CF;
	border:4px solid #F9F8F2;
	color:#F9F8F2;
	cursor:pointer;
}
.btn-bigdlpg {
	background: #D3B676;
	color:#F9F8F2;
	border:4px solid #6BA9D6;
    border-radius: 60px;
    padding: 20px 35px;
    font-size: 150%;
}
@media (min-width: 992px) {
    .btn-bigdlpg {
        border-radius: 80px;
        padding: 30px 75px;
        font-size: 250%;
    }
}
.btn-bigdlpg:hover,
.btn-bigdlpg:focus {
	background-color: #4A96CF;
	border:4px solid #F9F8F2;
	color:#F9F8F2;
	cursor:pointer;
}
 .btn-inner {
    font-size: 120%;
    background-color: #FFF;
    border: 3px solid #436A88;
    color:#436A88;
    padding: 15px 35px;
    text-transform: uppercase;
    border-radius: 26px;
}
.btn-inner:hover,
.btn-inner:focus {
    background-image:none;
    background-color: #436A88;
    border-color: #436A88;
    color:#FFF;
    cursor:pointer;
}
 .btn-explore {
    width: 275px;
    height: 156px;
    border-width: 5px!important;
 }
    .btn-explore:hover,
    .btn-explore:focus {
    -webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow:  none!important;
    }
@media (max-width: 767.98px) {
    .btn-explore {
        height: 116px;
    }
}
/*==========================

panels

==========================*/
.outer-container {
     background: url("/images/main-underlay-bg.jpg") repeat-y top center;
    background-size: 100%;
}


.inner-content {
    min-height: 1300px;
}
.inner-content section {
	text-align:center;
}
.inner-content .spacerblock {
	min-height: 80px;	
	background:#FFF;
	text-align:center;
}
.inner-content .spacerblock.long {
	min-height: 160px;	
}
@media (max-width: 991.98px) {
	.inner-content .spacerblock.short {
		min-height: 40px;	
	}
    .outer-container {
     background-size: 200%;
    }
}


/* ****************** */
/* mav bar  */
/* *****************  */
.navbar-side {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.2s ease background-color, 0s linear transform 0.2s; }
  .navbar-bars {
	  position:absolute;
	  top: 10px;
	  right:0px;
	  width: 60px;
	  height: 60px;
	  z-index: 100;
  }
  .navbar-side .navbar-side-content {
    background: #fff;
    padding: 15px;
    padding-bottom: 30px;
    height: 100%;
    transform: translateX(100%);
    transition: 0.2s ease transform; }
    .navbar-side .navbar-side-content .nav-link {
      font-size: 1rem;
      line-height: 2rem; }
      @media (min-width: 768px) {
        .navbar-side .navbar-side-content .nav-link {
          font-size: 1.3rem;
          line-height: 2.3rem; } }
      @media (min-width: 992px) {
        .navbar-side .navbar-side-content .nav-link {
          font-size: 1.4rem;
          line-height: 2.6rem; } }
    .navbar-side .navbar-side-content .dropdown-menu {
      right: 0; }
    @media (min-width: 576px) {
      .navbar-side .navbar-side-content {
        /*max-width: 60%; */} }
    @media (min-width: 768px) {
      .navbar-side .navbar-side-content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 992px) {
      .navbar-side .navbar-side-content {
        padding-top: 30px; }
	  a.nav-link {
		padding: .75rem 1rem .25rem;
	  }
		}
  .navbar-side .navbar-side-close {
    display: block;
    margin-left: -5px;
    display: inline-block; }
  .navbar-side.show {
    transform: translateX(0);
    background-color: rgba(0, 101, 242, 0.1);
    transition: 0.2s ease background-color, 0s linear transform 0s; }
    .navbar-side.show .navbar-side-content {
      transform: translateX(0); }

	.nav-item .dropdown-menu { padding:0px;border:none;border-radius: 0px;	-webkit-box-shadow: 2px -5px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px5px 15px rgba(0,0,0,0.05);
	box-shadow: 2px 5px 15px rgba(0,0,0,0.05);}
	.nav-item a.dropdown-item {
    padding: .75rem 1.5rem;
    color: #4A96CF;
	}
	.nav-item a.dropdown-item:hover {
    color:#FFF;
    background-color: #4A96CF;
	}
	

/* ****************** */
/* header  */
/* *****************  */
header,.header {
	position: relative;
        border-bottom: 1px solid #DEDEDE;
   -webkit-box-shadow: 2px 5px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 5px 15px rgba(0,0,0,0.05);
	box-shadow: 2px 5px 15px rgba(0,0,0,0.05);}
}
 @media (min-width: 992px)  {
	header,.header {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: auto;
	z-index:100;
	}
 }
@media (max-width: 767.98px)  {

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

}

@media (min-width: 1200px)  { 

}
/* ****************** */
/* headings  */
/* *****************  */
.blue-heading {
    font-size: 250%;
    margin-top: 120px;
    margin-bottom: 70px;
    height: 95px!important;
    width: auto;
    border-radius: 0 22px 22px 0;
    background-color:#4A96CF;
    color:#FFF;
    line-height: 2.6em;
    padding-left: 20px;
    padding-right: 100px;
    z-index: 1;
}
@media (max-width: 467.98px)  {
    
    .blue-heading {
        font-size: 150%;      
        margin-right: 20px;
        margin-bottom: 30px;
        height: 95px!important;
        width: 90%;
        border-radius: 0 22px 22px 0;
        background-color:#4A96CF;
        color:#FFF;
        line-height: 1.6em;  
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom:10px;
    }
    
}
@media (min-width: 468px) and (max-width: 991.98px)  {
    .blue-heading {    
        font-size: 220%;
        margin-right: 20px;
        height: 95px!important;
        width: auto;
        border-radius: 0 22px 22px 0;
        background-color:#4A96CF;
        color:#FFF;
        line-height: 2.6em;
        padding-right: 100px;
    }
    
}
.pre-blue-heading {
    position:absolute;
    top: 0px;
    left: -8999px;
    width: 9000px;
    height: 95px!important;
    background-color:#4A96CF;
    z-index: 2;
}
.knight-icon {
    position:absolute;
    background: url("/images/knight-icon.png") no-repeat top center;
    background-size: 100% 100%;
    top: -82px;
    right: 25px;
    width: 64px;
    height: 95px;
    z-index: 3;
}
.paragraph-text p {
    font-size: 135%;
    line-height: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

 .explore-profile {
     padding-top:30px; 
     background: url("/images/btn-profile.jpg") no-repeat center center;
     background-size: cover;
    -webkit-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	 box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
 }
  .explore-history {
     padding-top:30px; 
     background: url("/images/btn-history.jpg") no-repeat center center;
     background-size: cover;
    -webkit-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	 box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
 }
  .explore-free {
     padding-top:30px; 
     background: url("/images/btn-free.jpg") no-repeat center center;
     background-size: cover;
    -webkit-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	 box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
 }
  .explore-contact {
         padding-top:30px; 
     background: url("/images/btn-contact.jpg") no-repeat center center;
     background-size: cover;
    -webkit-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	-moz-box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
	 box-shadow: inset 0px 0px 20px rgba(255,255,255,0.9);
 }
 @media (max-width: 767.98px) {
    .explore-free {
        padding-top: 32px;
    }
    .explore-profile,.explore-history,.explore-contact {
        padding-top: 12px;
    }
    
}
.quote {
    padding: 55px 0 55px;
    line-height: 38px;
}
#quotecontainer>div:nth-child(odd) {
    background-color: rgba(74,150,207,0.8);
    color: rgba(249,248,242,1);
    font-size: 150%;
    font-style:italic;
}
#quotecontainer>div:nth-child(even) {
    color: #436A88;
    font-size: 150%;
    font-style:italic;
}
.left-quote {
    position:relative;
    width: 100px;
    height:50px;
    margin-left: -20px;
    z-index:1;
    overflow:hidden;
}
.left-quote i {
    position:absolute;
    top:20px;
    left:25px;
    z-index:1;
}
.right-quote {
    position:relative;
    width: 100px;
    height:50px;
    margin-bottom: -20px;
    z-index:1;
    overflow:hidden;
}
.right-quote i {
    position:absolute;
    top:12px;
    left:10px;
    z-index:1;
}
.blue-heading-right {
    font-size: 250%;
    width: auto;
    border-radius: 22px 0px 0px 22px;
    background-color:#4A96CF;
    color:#FFF;
    line-height: 2.6em;
    padding-left: 100px;
    padding-right: 100px;
}
.blue-heading-left {
    font-size: 250%;
    width: auto;
    border-radius: 0 22px 22px 0;
    background-color:#4A96CF;
    color:#FFF;
    line-height: 2.6em;
    padding-left: 100px;
    padding-right: 100px;
}
.left-slide-heading {
    position:absolute;
    top: 225px;
    left:0px;
    z-index:3;
}
.left-slide-heading.heading-response {
    position:absolute;
    top: initial;
    bottom: 230px;
    right:0;
    left:0;
    width: 100%;
    z-index:3;
}
.left-slide-heading.heading-response .blue-heading-left {
     font-size: 220%;
    border-radius: 22px!important;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.5em;
    min-width: 300px;
}
.right-slide-heading {
    position:absolute;
    top: 225px;
    right:0px;
    z-index:3;
}
.right-slide-heading.heading-response {
    position:absolute;
    top: initial;
    bottom: 160px;
    right:0;
    left:0;
    width: 100%;   
    z-index:3;
}
.right-slide-heading.heading-response .blue-heading-right {
     font-size: 220%;
    border-radius: 22px!important;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.5em;
    min-width: 300px;
}
.center-slide-heading {
    position:absolute;
    width:100%;
    height:auto;
    bottom: 5%;
    z-index:3; 
}
@media (max-width: 767.98px) {
    .center-slide-heading.mid {
        position:absolute;
        width:100%;
        height:auto;
        bottom: 25%;
        z-index:3; 
    }
    .blue-heading {
        height:initial!important;
    }
}
.blue-heading-center {
    font-size: 220%;
    width: auto;
    border-radius: 22px;
    background-color:#4A96CF;
    color:#FFF;
    line-height: 2.2em;
    padding-left: 30px;
    padding-right: 30px;
    margin-left:10px;
    margin-right: 10px;
}
.blue-heading-center.text-15 {
    line-height: 1.5em;
}
UL#usefullist {
   list-style:none;
   margin: 0px;
   padding: 0px;
   font-size: 2em;
}
UL#usefullist>LI {
  padding-left: 100px!important;
  padding-bottom:45px;
}
UL#usefullist>LI>UL>LI {
    background-image:none;
    padding-left:0px;
    margin-bottom: 0;
    display: block;
}
UL#usefullist>LI>UL>LI a:hover {
    color:#205175!important;
    border-bottom: 1px solid #4A96CF!important;
}
UL#usefullist>LI {
    background: url("/images/useful-link-heading.png") no-repeat;
    background-size: 60px 60px;
}
@media (max-width: 767.98px) {
    UL#usefullist>LI>UL {
        margin-left:-40px;
        font-size: 1.4rem;
    }
    UL#usefullist>LI {
      padding-left: 80px!important;
      padding-bottom:25px;
    }
}
/*==========================

Main Body Containers

==========================*/
#wrapper {
    position: relative;
	margin:0 auto;
	min-width:320px;
}
.outer-container { 
	width: 100%;
	margin:0 auto;
	padding: 0;
}
 @media (max-width: 991px){
	 .container {
		 max-width: 100%!important;
	 }
 }
/* ****************** */
/* forms  */
/* *****************  */
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	color:#888;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
select.form-control {
	border-radius: 0px;
	padding: 0px 17px;
}
.error,
.required,
.red {
	color: #FF3D3D;
}
.required sup.
.red sup {
	font-size: 55%;
}
p.success {
	color: #21ad4f;
}
.account-box {
	min-height: 500px;
	padding-bottom: 120px;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #CCC;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  
}

select {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF url(images/chosen-sprite-v2.png) no-repeat;
  background-position: right -35px top 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   outline:0;
   outline:none;
}

.chosen-container-single .chosen-default {
  color: #444;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite-v2.png') no-repeat 0px 5px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #CCC;
  background: white url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  font-size: 1rem;
  line-height: 22px;
  border-radius: 2px;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.ptab UL.chosen-results {
	width: 540px;
}
.ptab UL.chosen-results li {
	width: 536px;

}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 280px;
  -webkit-overflow-scrolling: touch;

}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
   font-size: 0.8rem;
   border-bottom: 1px solid #EFEFEF;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result.inactive {
  background-color:#D9534F;
  color:#FFF;
}
.chosen-container .chosen-results li.active-result.deleted {
  background-color:#CCC;
  color:#FFF;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #7B8790;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #CCC;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 1rem;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #CCC;
  max-width: 100%;
  border-radius: 2px;
  background-color: #FFF;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #CCC;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #444 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 1!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  background-color: #F5F5F5!important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 14px 5px 4px 20px;
  background: white url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 5px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 5px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* ****************** */
/* Footer  */
/* *****************  */
.footer {
   position: relative;
   width: 100%;
   padding: 0;
   z-index: 0;
   border-top: 8px solid #4A96CF;
}
.footer-nav {
	position:relative;
	min-height: 330px;
    border-bottom: 1px solid #4A96CF;
   -webkit-box-shadow: 2px -5px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px5px 15px rgba(0,0,0,0.05);
	box-shadow: 2px 5px 15px rgba(0,0,0,0.05);}
}
.footer-nav .container {
	position:relative;
	z-index:4;
}
.footer-lower {
	font-size: 0.95rem;
}
.footer-lower a {
	color:#205175!important;
    border-bottom: 1px solid transparent;
}
.footer-nav a.nav-link {
    border-bottom: 1px solid transparent;
}
.footer-lower a:hover {
    display:inline-block;
	color:#205175!important;
    border-bottom: 1px solid #4A96CF!important;
}
.footer-nav a.nav-link:hover {
    display:inline-block;
	color:#205175!important;
    border-bottom: 1px solid #4A96CF!important;
}
.footer-social a:hover {
    color:#205175!important;
}

.footer-finesse-signoff img {
    width: 75px;
}   
 @media (max-width: 992px)  {
	.footer-lower {
        line-height: 2em;    
    }
 }
	.footer-line {
		width: 100%;
		height: 10px;
	}
.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:#FFF!important;
    text-decoration: none;
	background: #4A96CF;
    border:2px solid #436A88;
	border-radius: 4px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    display: none;
    z-index: 99999;
}
a.scrollToTop:hover {
	  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	background-color: #FBE7E6;
   color:#4A96CF!important;
	text-decoration:none;
	opacity: 0.8;
}

  /*==========================

Cookie Panel

==========================*/
#cookies {
	width:100%;
	min-height:57px;
	position:fixed;
	left:0px;
	bottom: 0px;
	padding: 20px;
	color:#4A96CF;
	z-index:999;
    border-top:1px solid #4A96CF;
}
#cookies a {
	color:#205175!important;
}
#cookies a:hover {
	color:#000;
    text-decoration:underline;
}
#cookies span.btn {
	border:1px solid #4A96CF;
	color:#FFF;
	cursor:pointer;
}
#cookies span.btn:hover {
	background-color: #000;
	border:1px solid #FFF;
	color:#FEFFEA;
	cursor:pointer;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart > li > div:before,
ol.organizational-chart > li > div:after {
    background-color: #305876;
    content: '';
    position: absolute;
}

ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2.2em;
   /*width: 1em;*/
    width: 50%;
    z-index:0;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2.2em;
    /*width: 1em;*/
    width: 50%;
      z-index:0;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2.2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li > div {
    border-radius: 3px;
    min-height: 2.5em;
   /*padding: 0.5em;*/
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    /*background-color: #a2ed56;*/
    margin-right: 1em;
}

ol.organizational-chart > li > div:before {
    bottom: 1.2em;
    height: 3px;
    right: -1em;
    /*width: 1em;*/
    width: 50%;
      z-index:0;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 1.2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div .tree-pill {
   /*background-color: #316D79;*/
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div .tree-pill {
    background-color: #436A88;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div .tree-pill {
    background-color: #4A96CF;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div .tree-pill {
    background-color: #468EA9;
}

/*
ol.organizational-chart > li > ol:hover > li > ol > li > div >.tree-pill {

}
*/
/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 1199.98px ) {

    ol.organizational-chart {
        margin-left: 0px;
        margin-right: 0px;
        /*margin-left: -1em;*/
        /*margin-right: -1em;*/
    }

    /* PRIMARY */
    ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart > li > div:before,
    ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart > li > div:before {
        bottom: 2em;
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart > li > ol:before,
    ol.organizational-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        /*flex-grow: 1;*/
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 1em;
    }

    ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart > li > ol > li:only-of-type:before,
    ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}
.tree-pill  {
    border-radius: 20px;
    background-color:#305876;
    color:#FFF;
    padding: 10px 0px;
    font-size: 10px;
    display:inline-block;
    width: 140px;
    z-index:1;
}
.corner.m-close { 
    color: white; 
    background: black; 
    position: absolute; 
    right: 0; 
    top: 0;
    font-weight: bold; 
    font-size: 18px; 
    padding: 10px;
}
.magnifik-notice {
    position: absolute; 
    left: 50%; 
    top: 50%;
    width: 300px; 
    height: 36px; 
    margin-left: -160px; 
    margin-top: -28px; 
    padding: 10px;
    vertical-align: middle; 
    text-align: center; 
    font-weight: bold; 
    font-size: 16px; 
    line-height: 18px;
    background: rgba(0,0,192,0.5); 
    color: white; 
    opacity: 1;
}
.magnifik-notice-fade {
    -webkit-transition: opacity 4s ease-in; 
    -o-transition: opacity 4s ease-in; 
    -moz-transition: opacity 4s ease-in; 
    -ms-transition: opacity 4s ease-in; 
    transition: opacity 4s ease-in;
    opacity: 0;
 }
a.imageZoom img { width: 100%; }
.z4-wrap { 
    height: 300px; 
    border: 3px solid black; 
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #000000;
     -webkit-box-shadow: 2px -5px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px5px 15px rgba(0,0,0,0.2);
	box-shadow: 2px 5px 15px rgba(0,0,0,0.2);
  /*set the size of the lens:*/
  width: 33.33%;
  height: 15%;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 100%;
  height: 400px;
}
/* ==========================================================================
   Color Box
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.cboxElement { outline: none!important; }
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("images/overlay.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("images/cb-controls-sq.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("images/cb-controls-sq.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("images/border.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("images/border.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;padding-left:125px;padding-right: 30px;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "AvenirNextRoundedW01-Re";text-transform:uppercase;}
		#cboxTitleSingle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;text-align:center;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "AvenirNextRoundedW01-Re";text-transform:uppercase;}
        #cboxCurrent{position:absolute; bottom:2px; left:58px; color:#AAA;text-transform:uppercase;font-size:1.1rem;}
        #cboxLoadingOverlay{background:url("images/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:2px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:-2px; left:0; background:url("images/cb-controls-sq.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:-2px; left:27px; background:url("images/cb-controls-sq.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:-2px; right:0; background:url("images/cb-controls-sq.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

        #cboxPrevious,
        #cboxPrevious:hover,
        #cboxNext,
        #cboxNext:hover,
        #cboxClose,
        #cboxClos:hover {
		  outline:none;
		  -webkit-transition: none;
		  -moz-transition: none;
		  transition: none;
  		}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
		
		
	@media (max-width: 768px) {
		
		 #cboxTitle{}
		
	}
/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #E9E9E9;
}
.gradient-line {
	clear:both;height:8px;overflow:hidden;
	background: rgb(24,127,69);
}
.gline
	{
	clear:both;height:1px;overflow:hidden;border-top:1px solid #E9E9E9;margin: 0 6%;
	}
.gline-full
	{
	margin: 0 -15px;
	width: calc(100% + 30px);
	}
.nm
	{
	margin: 0 0;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
.lineBreak100p
	{
	clear:both;height:100px;overflow:hidden;
	}
/* ==========================================================================
  Media devices sizing
   ========================================================================== */

   	/* Smallest devices (small screen, 767px and under) */
	@media (max-width: 767.98px) {

		
	}
	/* Smallest devices (small screen, 768px and over) */
	@media (min-width: 768px) {

		.container { 
			min-width: 738.98px;
			width: 100%;
		}

	}

	/* Smallest devices (small screen, 991px and under) */
	@media (max-width: 991.98px) {

	
		
	}
	/* Medium devices (med desktops, 992px and below) */
    @media (min-width: 992px){
		
		.container { 
			min-width: 962px;
			width: 100%;
		}
		
	}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
		
		.container { 
			min-width: 1170px;
			max-width: 1280px;
			width: 100%;
		}
		
    }

    /* Large devices (large desktops, 1330px and up) */
    @media (min-width: 1330px) {
		
		
		
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #0065f2; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ebf3fe !important; } }

.images-ratio {
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .images-ratio::before {
    content: '';
    display: block;
    box-sizing: border-box; }
  .images-ratio.ratio-2-1::before {
    padding-top: 48.64%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-2-1::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-2::before {
    padding-top: 54.62%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-2::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-3::before {
    padding-top: 70.37%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-3::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-5::before {
    padding-top: calc(109.24% + 30px); }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-5::before {
        padding-top: 100%; } }
  .images-ratio.ratio-16-9 {
    max-height: 600px; }
    .images-ratio.ratio-16-9::before {
      padding-top: calc(109.24% + 30px); }
      @media (max-width: 991.98px) {
        .images-ratio.ratio-16-9::before {
          padding-top: 100%; } }
  .images-ratio.ratio-3-1::before {
    padding-top: 36.93%; }

.section-break {
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  font-size: 11px; }