html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
br,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0 none;
  font-size: 100%;
  padding: 0;
  vertical-align: baseline;
}
html,
body {
  width: 100%;
}
html {
  margin-bottom: 1px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
 /** font-family: Arial, Helvetica, sans-serif; **/
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
  line-height: 1.5;
  background-color: #fff;
  position: relative;
  width: 1274px;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
@media (min-width: 1225px) {
  body {
    padding: 0 0 0 250px;
  }
}
@media (max-width: 767px) {
  body {
    overflow-y: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
fieldset,
img,
abbr {
  border: 0 none;
}
br {
  clear: both;
  display: block;
  line-height: 0;
}
address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
th,
var {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
  margin-bottom: 10px;
}
h1 {
  font-size: 1.8888em;
}
h2 {
  clear: both;
  color: #000000;
  font-size: 1.66666em;
  font-weight: lighter;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b8b8b8;
}
h3 {
  font-size: 1.4533333em;
  clear: both;
  color: #006ebf;
  display: block;
}
h4 {
  font-size: 1.322222em;
}
h5 {
  font-size: 1.233333em;
}
h6 {
  font-size: 1.11111em;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}
p {
  margin: 0.5em 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #000000;
  font-size: .8125rem;
  line-height: 1.69231;
  color: #646567;
}
.small {
  font-size: 0.833333em;
  line-height: 1.4;
}
ul,
ol,
dl {
  list-style-position: outside;
  margin: 1em 0;
}
ul li,
ol li {
  line-height: 1.69231;
  margin-left: 2em;
  color: #0f75bc;
  font-size: .8125rem;
}
ul,
li {
  list-style-type: none;
}
ul {
  list-style-type: disc;
}
ol {
  margin-left: 2em;
}
li ul {
  margin-left: 1em;
}
a,
a:link,
a:visited,
a:active {
  color: #000000;
}
#page {
  margin: 0 auto;
  width: 100%;
  background: none repeat scroll 0 0 #fff;
}
#page img {
  max-width: 100%;
  height: auto;
}
a.view-more,
a.view-more:link,
a.view-more:visited,
a.view-more:active {
  background-color: #666666;
  clear: both;
  color: #ffffff;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px 10px;
}
a.view-more:hover {
  color: #FFFFFF;
}
input {
  border: 1px solid #bdbdbd;
  background-color: #fff;
}
div.area {
  margin: 0;
  background-color: #D1E5EE;
}
#header,
#navigation,
#sitemap {
  display: table;
  /* position: relative; */
  width: 1020px;
}
#header,
#navigation {
  z-index: 10;
}
.shadow {
  -moz-box-shadow: 3px 3px 4px #000000;
  -webkit-box-shadow: 3px 3px 4px #000000;
  box-shadow: 3px 3px 4px #000000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.banner-title,
.banner-images {
  display: none;
}
.padding110 {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .padding110 {
    padding-top: 67px;
  }
}
.container {
  max-width: 100%;
}
#panel .navmenu {
  background-color: #263d4c;
  position: absolute;
  bottom: auto;
  min-height: 100%;
  width: 250px;
  border: none;
  overflow: visible;
  margin-top: 0;
}
@media (max-width: 1023px) {
    body{
    width: 768px !important;
    }
}
@media (max-width: 1224px) {
  #panel .navmenu {
    width: 270px;
    left: -270px;
  }
  .visible-xs-block {
    display: block!important;
    }
    body {
    width: 1024px;
    overflow: auto !important;
    }
    .in + div{
    display:block;
    filter: alpha(opacity=60);
    opacity: 0;
    }
    /**
    .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 1224px;
    height: 100%;
    background-color: #000;
    z-index: 110;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    display: none;
    }
    **/
}
#panel .navmenu .navmenu-brand .navbar-brand {
  padding: 0;
  float: none !important;
}
#panel .navmenu .navmenu-brand .navbar-brand img {
  max-height: 151px;
  max-width: 100%;
 /** margin: 0 auto; **/
  width: auto;
  height: auto;
  margin-top: 9px;
  /*@media (max-width:767px) {
                max-height: 42px;
                max-width: 175px;
            }*/
}
#panel .navmenu .navmenu-brand {
    color: #fff;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    padding: 4px 20px 4px 25px;
   /** font-weight: 600; **/
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.6875;
}
#panel .navmenu > div.navmenu-brand{
  padding: 1px;
}
#panel .navmenu .side_sub_menu .navmenu-nav > li.active a {
  background-color: rgba(255, 255, 255, 0);
  /** color: #fff !important; **/
}
#panel .navmenu .side_sub_menu .navmenu-nav > li > a {
  color: #fff;
}
#panel .navmenu .side_sub_menu .navmenu-nav > li > a:hover {
  color: #333;
}
#panel .navmenu .side_tool_bar .btn_services ul {
  display: block;
  margin: 0 auto;
}
#panel .navmenu .side_tool_bar .btn_services ul li {
  border-top: 1px solid #D1E5EE;
  float: none;
  margin: 0 0;
}
#panel .navmenu .side_tool_bar .btn_services ul li:last-child {
  border-bottom: 1px solid #D1E5EE;
}
#panel .navmenu .side_tool_bar .btn_more {
  width: auto;
  height: auto;
  line-height: 21px;
  border-bottom: 1px solid  #26405D;
  padding: 0;
  border-radius: 0;
}

#panel .navmenu .side_tool_bar .btn_services .item .text {
    font-size: 12px;
}

#panel .navmenu .side_tool_bar .btn_services .item a,
#panel .navmenu .side_tool_bar .btn_more a {
  /** 
  padding: 14px 20px;
  color: #fff;
  **/
  text-decoration: none;
  display: block;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: color,background-color,border-color;
  -o-transition-property: color,background-color,border-color;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  position: relative;
  padding: 14px 0 13px 51px;
  color: #fff;
  /* border-bottom: 1px solid #D1E5EE; */
}
#panel .navmenu .side_tool_bar .btn_services .item a:hover,
#panel .navmenu .side_tool_bar .btn_more a:hover {
  background-color: #d1e5ee;
  color: #0f75bc;
}
#panel .navmenu .side_tool_bar .btn_services .item a span i,
#panel .navmenu .side_tool_bar .btn_more a span i {
  padding-right: 10px;
  font-size: 1.625rem;
  position: absolute;
  top: 12px;
  left: 16px;
  color: #ffffff;
}

#panel .navmenu .side_tool_bar .btn_services .item a:hover span i,
#panel .navmenu .side_tool_bar .btn_more a:hover span i {
  color: #0f75bc;
}

.navmenu-default .navmenu-brand:hover,.navbar-default .navbar-offcanvas .navmenu-brand:hover,.navmenu-default .navmenu-brand:focus,.navbar-default .navbar-offcanvas .navmenu-brand:focus{
    cursor: default;
}

.main-nav {
    padding-bottom: 30px;
    margin: 25px 0 0;
}

.navmenu-brand {
    margin: 0px 0px; !important;
}

.main-nav .navmenu-brand a, .main-nav .navmenu-brand a:hover, .main-nav .navmenu-brand a:focus, .main-nav .navmenu-brand a:active {
    color:#fff;
    text-decoration:none!important;
}

.side_sub_menu .nav>li {
    margin: auto 30px;
}
.side_sub_menu .nav>li>a {
    padding: 9px 10px 9px 0px;
}
.gamma {
    font-size: 2rem;
    line-height: 1.33333;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-weight: 400;
    color: #263d4c;
    display: block;
    margin: 15px 30px 40px 30px;
    letter-spacing: 0.05rem;
}

.gamma_sub {

font-family: "Open Sans","Helvetica","Arial",sans-serif;

font-weight: 400;

padding-bottom: 10px;

padding-left: 30px;

display: block;

    /**letter-spacing: 0.05rem;**/

font-size: 1.5rem;

line-height: 1.5;

margin: 0;

color: #00aae0;
}

.main-nav .gamma_sub a, .main-nav .gamma_sub a:hover, .main-nav .gamma_sub a:active, .main-nav .gamma_sub a:focus {
    color: #0f75bc;
}
/*--------------------------------------------------*\
         Header
\*--------------------------------------------------*/
#header {
  background-color: #fff;
  border-bottom: 1px solid #d6dadd;
  margin: 0 auto;
  padding: 0 0 0 20px;
  top: 0;
  height: 54px;
  width: 100%;
  z-index: 99;
}

#header-breadcrumb {
    display: table;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #d6dadd;
    margin: 0 auto;
    padding: 0 0 0 20px;
    top: 0;
    height: 54px;
    width: 100%;
    z-index: 99;
}

@media (min-width:1223px) {
  #header {
    display:none;
  }
}

#header .navbar-right {
  clear: right;
}
#header .element-content {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #header .navbar-header {
    float: none;
  }
}
#header .navbar-header .navbar-toggle {
  /** font-size: 24px; **/
    font-size: 1.875rem;
    line-height: 1;
    color: #c1c8cf!important;
    margin-top: 0px;
}
@media (max-width: 1024px) {
  #header .navbar-header .navbar-toggle {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#header .navbar-header .navmenu-toggle {
  float: left;
  z-index: 99;
/**  margin: 17px 0; 
  margin-top: 8px; **/
}
#header .navbar-header .navmenu-toggle .icon-bar {
  background: #000;
  height: 3px;
  -moz-transition: transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -o-transition: transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -webkit-transition: transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  transition: transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
}
#header .navbar-header .navmenu-toggle .icon-bar:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .navbar-header .navmenu-toggle .icon-bar:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 11px;
}
#header .navbar-header .navmenu-brand2 {
  line-height: 0;
  float: left;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin:0 auto;
}
#header .navbar-header .navmenu-brand2 .navbar-brand2 img {
  max-width: 140px;
  max-height: 35px;
}
@media (max-width: 1024px) {
  #header .collapse:not(.in) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #header .navbar-nav {
    float: none !important;
  }
}
#header .navbar-nav > li {
  margin-left: 0;
  border-left: 1px solid #d6dadd;
  background-color: #eef3f6;
}
@media (max-width: 1024px) {
  #header .navbar-nav > li {
    float: none;
    background-color: transparent;
    border: none;
  }
}
#header .navbar-nav > li > a {
  display: inline-block;
  /** text-transform: uppercase; **/
  /** padding: 21px 20px 25px; **/
  border-top: 4px solid transparent;
  font-weight: bold;
  font-size: .875rem;
  color: #666;
}

@media (min-width: 1024px) {
    #header .navbar-nav > li > a:hover {
      border-top-color: rgb(0, 170, 224);
    }
}

@media (max-width: 1024px) {
  #header .navbar-nav > li > a {
    padding: 10px 18px !important;
  }
}
@media (max-width: 767px) {
  #header .navbar-nav > li > a {
    font-size: 1em;
  }
}
#header .navbar-nav > li.acitve > a,
#header .navbar-nav > li.hover > a {
  border-color: #00aae0 !important;
}

#header .navbar-nav > li:nth-last-child(2) {
    display: none;
}
@media (min-width: 992px) {
  #header .navbar-nav > li:last-child,
  #header .navbar-nav > li:nth-last-child(2) {
    display: none;
  }
}

#header .navbar-nav > li:first-child {
  display: none;
}
#header .navbar-nav > li:nth-child(2) {
  display: none;
}
#header .navbar-nav > li:nth-child(3) {
  display: none;
}
#header .navbar-nav > li:nth-child(4) {
  display: none;
}
#header .navbar-nav > li:nth-child(5) {
  display: none;
}
#header .navbar-nav > li:nth-child(6) {
  display: none;
}
#header .navbar-nav > li:nth-child(7) {
  display: none;
}
#header .navbar-nav > li:nth-child(8) {
  display: none;
}
#header .navbar-nav .dropdown.open > a {
  background-color: transparent;
}
#header .navbar-nav .dropdown .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 0;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  border-bottom: 2px solid #999999;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  opacity: 1;
  font-size: 1em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
}
@media (max-width: 992px) {
  #header .navbar-nav .dropdown .dropdown-menu {
    background-color: #fff;
  }
}
#header .navbar-nav .dropdown .dropdown-menu li a {
  padding: 10px;
  border-bottom: 1px solid #fff;
  line-height: 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #header .navbar-nav .dropdown .dropdown-menu li a {
    padding: 5px;
  }
}
#header .navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #006ebf;
  background-color: transparent;
  background-image: none;
}
#header .navbar-nav .dropdown .dropdown-menu li.active a {
  color: #006ebf;
  background-color: transparent;
  background-image: none;
}
@media (min-width: 768px) {
  #header .navbar-nav .dropdown .dropdown-menu li {
    margin-left: 0;
    width: 280px;
  }
}
@media (max-width: 767px) {
    body{
        width: auto !important;
    }
  #header .navbar-nav .dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    margin-left: 9px;
  }
}
#header .navbar-nav li a {
  background-color: transparent !important;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
}
#header .navbar-nav li.active > a {
  color: #006ebf;
  border-top-color: rgba(255,255,255,0);
}

@media (min-width: 1024px) {
    #header .navbar-nav li.active > a {
        border-top-color: rgb(0, 170, 224);
        background-color: #fff !important;
        color: #666;
    }
}


.canvas-slid #header .navbar-header .navmenu-toggle .icon-bar:nth-child(1),
.canvas-sliding #header .navbar-header .navmenu-toggle .icon-bar:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 6px;
}
.canvas-slid #header .navbar-header .navmenu-toggle .icon-bar:nth-child(2),
.canvas-sliding #header .navbar-header .navmenu-toggle .icon-bar:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

.navbar-toggle {
    padding: 10px 10px 0px 0px !important;
}
/*--------------------------------------------------*\
        Section
\*--------------------------------------------------*/
#section {
  min-height: 600px;
  width: 100%;
  padding: 0;
  margin-top: 0;
/*   padding-top: 10px; */
  background-color: #fff;
}
#section .container {
  padding-bottom: 38px;
  padding-left:0;
  padding-right: 0;
  overflow:hidden;
}

#section .element-content h3 {
  font-size: 1.5em;
  color: #58a9d9;
  line-height: 1.5;
  padding-bottom: 15px;
}
#section .element-content p {
  line-height: 1.5;
  padding-bottom: 15px;
}
#section .section_title {
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
#section .section_title .font {
  background: none repeat scroll 0 0 #e3e3e3;
  height: 30px;
  padding: 5px 10px;
  vertical-align: middle;
  display:none;
}
#section .section_title .font p {
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
#section .section_title .font .aa {
  float: left;
  line-height: 20px;
}
#section .section_title .font .aa .active {
  font-size: 10px;
  padding: 0 0 0 5px;
}
#section .section_title .font .aa .large {
  font-size: 14px;
  padding: 0 0 0 5px;
}
#section a[name] {
  display: block;
  position: relative;
  top: -111px;
  visibility: hidden;
}
@media (max-width: 767px) {
  #section a[name] {
    top: -68px;
  }
}
#section.home {
  font-size: 1.2em;
  padding-top: 0px;
}
#Sidebar_content {
  display: none;
}
#social {
/**  border-top: 1px solid #e3e3e3; **/
  background-color: rgba(255, 255, 255, 0);
}
#sitemap {
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 20px 0 20px;
  display: table;
  *height: 180px;
  height: 100%;
  margin: 0 auto;
  background-color: #004983;
}
#sitemap .sitemap-area {
  width: 980px;
  margin: 0 auto;
  padding: 20px;
}
#footer {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #263d4c;
/**  border-top: 1px solid #f2f2f2; **/
  color: #e3e3e3;
  z-index: 2000;
}
#footer .element-content {
    padding-right: 0px;
}

.footer-copyright {
    padding: 6px 40px;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    margin-top:20px;
}
.footer-copyright p, .footer-copyright a {
    font-size: 12px !important;
    font-size: .75rem !important;
    color: #646464 !important;
}

#footer {
    padding-bottom: 0px;
}

#footer p {
  font-size: 12px;
  font-size: .8125rem;
}
#footer p,
#footer a {
  color: #fff;
}

#footer .follow {
    float: right;
    display: block;
    clear: both;
    position: relative;
    color: #fff;
    font-size: .8125rem;
    margin: 10px 0 8px 0px;
    font-weight: 600;
}
@media (max-width: 992px) {
    #footer .follow {
        float: left !important;
    }
    #social .social_sharing {
        float: left !important;
    }
    #social .element-content {
        padding-left: 0px !important;
    }
    #social .social_sharing .fa-stack .fa {
        float: left !important;
    }
    .footer-copyright p {
        text-align: left !important;
    }
    .footer-copyright {
        padding: 6px 15px !important;
    }
}
/**
@media (max-width: 1090px) {
  #footer {
    padding-bottom: 55px;
  }
}
**/
@media (min-width: 1224px) {
  #footer {
    position: absolute;
    margin-left: -250px;
  }
}

#javascript {
  height: 0;
}
/*--------------------------------------------------*\
        Banner
\*--------------------------------------------------*/
#banner {
  left: 0;
  top: 0;
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  /*background-size: 1920px auto;*/
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-origin: padding-box;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  height: 220px;
}
#banner.homepage {
  height: auto;
}
#banner .banner {
  position: relative;
  top: 60%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner p {

  margin: 20px;
  font-size: .9375rem;
  font-weight: 500;
  color: #002f8e;
  padding: 20px 0 20px 0;
  line-height: 40px;
  text-shadow: 0 0 3px#ddd;

  line-height: 1;
  display: block;
}
#banner p.title {
  padding: 0 20px;
  text-shadow: none;
  font-family: "Archer-m";
}
#banner p a,
#banner p a:hover,
#banner p a:visited {
  text-decoration: none;
}
/**
#banner p a,
#banner p.title 
#banner p a:hover,
#banner p a:visited {
  color: #001e41;
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
}
**/

/**
#banner p:last-child {
  margin-top: 10% !important;
}
**/
#banner #slider ul li {
  background: none !important;
}
#banner .banner_image img {
  display: block;
  width: 100%;
}
#banner .banner_content {
  font-weight: 100;
  color: #001E41;
/**  text-shadow: 0 1px 1px #333333; **/
  vertical-align: middle;
  line-height: 2px;
}
#banner .banner_content .title {
    text-align: left;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 2.5rem;
    line-height: 1.57143;
    margin: 0;
    color: #263d4c;
    font-weight: 400;
    padding-left: 40px;
    vertical-align: bottom;
    margin-top: 115px;
}
#banner.homebanner .banner_content div.title {
  background-color: rgba(255, 255, 255, 0.3);
  padding-bottom:  30px;
  margin-left:  10px;
}

#banner .banner_content .content {
  font-size: 20px;
  line-height: 25px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}
#banner .banner_content .banner_content_wrapper {
  /** background-color: #8DCEF2; **/
}
.carousel .item {
  border: none;
  width: auto;
  height: 100%;
}
.carousel .item:hover {
  border: none;
}
.carousel .carousel-indicators {
  bottom: -10px;
}
@media (max-width: 900px) {
  .carousel .carousel-indicators {
    display: none;
  }
}
#myCarousel .carousel-inner .item .carousel-caption {
  background-color: #bfe9ff;
  position: relative;
  left: 0;
  right: 0;
  padding: 10px 0 20px 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #myCarousel .carousel-inner .item .carousel-caption {
    padding-top: 6%;
  }
}
#myCarousel .carousel-inner .item .carousel-caption p a {
  text-align: left;
  font-size: 100%;
  line-height: 35px;
  width: 100%;
}
#ob_container #ob_content {
  height: auto !important;
  width: auto !important;
  border: none;
}
#ob_container #ob_float {
  margin-bottom: -221px !important;
}
#ob_container #ob_close {
  height: auto;
  right: 0;
  left: auto;
  top: -21px;
  width: auto;
  color: #fff;
}
#ob_container #ob_window {
  padding: 0;
  max-width: 640px !important;
  width: 100% !important;
}
#ob_container #ob_video {
  width: 100% !important;
  height: 100% !important;
}


@media (max-width: 1023px) { 
    #banner {
        min-height: 114px !important;
        height: auto;
        padding-bottom: 30px;
        padding-right: 20px;
    }
    #banner .banner_content .title{
        font-size: 2.1rem;
        margin-top: 40px !important;
    }
}
@media(max-width: 991px){
    #banner .banner_content .title{
        padding-left: 20px !important;
    }
}

/***********************
    Tool bar in content section 
************************/
.bar_menu {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5px 0;
  border-top: 1px solid #b8b8b8;
  clear: both;
}
@media (max-width: 1024px) {
  .bar_menu {
    margin-left: 0;
  }
}
.bar_menu h4 {
  margin: 0;
  padding: 10px 0;
  clear: both;
  color: #006ebf;
  font-weight: bold;
}
.bar_menu ul {
  margin: 20px;
  padding: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0 !important;
}
.bar_menu ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.bar_menu ul li:hover {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.bar_menu ul li a {
  font-weight: normal;
  color: #000000;
}
.bar_menu ul li a:hover {
  font-weight: bold;
  color: #000000;
}
.sub_menu > ul > li > span {
  color: #1AB2D8 !important;
}
.btn_services {
  display: block;
  position: relative;
  clear: both;
}
.btn_services ul {
  display: table;
  margin: 20px auto;
  height: auto;
}
.btn_services ul li {
  display: table;
  margin: 0 0 12px 0;
  float: left;
  width: 100%;
}
.item:hover a {
  text-decoration: none;
}
#tool_bar {
  height: 100%;
  padding: 0;
  margin-top: 10px;
}
#tool_bar .item a {
  width: 100%;
  float: left;
}
#tool_bar .book,
#tool_bar .downloadnewsletter {
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  line-height: 50px;
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #tool_bar .book,
  #tool_bar .downloadnewsletter {
    margin-left: 0;
  }
}
#tool_bar .btn_more {
  height: auto !important;
  padding: 0;
  width: 100%;
}
#tool_bar .btn_more:hover a {
  text-decoration: none;
  background-position: 0 -50px;
}
#tool_bar .btn_services ul,
#tool_bar .video,
#tool_bar .btn_more,
#tool_bar .book,
#tool_bar .downloadnewsletter,
#tool_bar .bar_menu {
  width: 100%;
  max-width: 240px;
}
#tool_bar .item span.text,
#tool_bar .btn_more span.text {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: lighter;
  text-align: left;
}
@media (max-width: 1099px) {
  #tool_bar .item span.text,
  #tool_bar .btn_more span.text {
    font-size: 16px;
  }
}
#tool_bar .btn_services .item a,
#tool_bar .btn_more a {
  background-color: #002060;
  color: #fff;
}
#tool_bar .btn_services .item a:hover,
#tool_bar .btn_more a:hover {
  background-color: #64b5e5;
}
#tool_bar .btn_services .item a .text,
#tool_bar .btn_more a .text {
  float: none;
  width: auto;
  display: block;
}
#tool_bar .btn_services .item a .text .fa,
#tool_bar .btn_more a .text .fa {
  padding-right: 10px;
}
#tool_bar .btn_services .item a,
#tool_bar .book a {
  padding: 20px 20px;
}
@media (max-width: 1099px) {
  #tool_bar .btn_services .item a,
  #tool_bar .book a {
    padding: 20px 12px;
  }
}
#tool_bar .btn_more.download_newsletter a {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
}
#tool_bar .btn_more.download_newsletter a:hover {
  text-decoration: none;
  color: #fff;
}
#tool_bar2 {
  margin-top: 10px;
}
#tool_bar2 > div {
  margin-bottom: 10px;
}
#tool_bar2 > div a {
  padding: 15px 10px;
 /** border-radius: 5px; **/
  background-color: #64b5e5;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
      -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
}
#tool_bar2 > div a:hover {
  background-color: #002060;
  text-decoration: none;
}
#hr {
  background: url("/cache/dZzO0tbZoNbsouFy/5FF5C273179BB47EEE0D3F93248EC277.png") no-repeat scroll center center transparent;
  height: 2px;
  margin: 35px 0;
}
#videoCarousel .item {
  overflow: hidden;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#videoCarousel .carousel-inner .active {
  opacity: 1;
}
#videoCarousel .carousel-inner .active.left,
#videoCarousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#videoCarousel .carousel-inner .next.left,
#videoCarousel .carousel-inner .prev.right {
  opacity: 1;
}
#videoCarousel .carousel-control {
  z-index: 2;
}
/*--------------------------------------------------*\
       Sitemap_menu
 \*--------------------------------------------------*/
#Sitemap_menu {
  color: #fff !important;
  display: table;
  font-size: 13px;
  list-style-type: none !important;
  position: relative;
  padding-top: 0;
  margin: 0 auto;
}
#Sitemap_menu ul {
  height: 100%;
  list-style: none outside none;
  margin: 0;
  text-align: center;
  color: #fff !important;
  display: block;
}
#Sitemap_menu li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff !important;
  display: block;
  margin-right: 7px;
  width: 155px;
}
#Sitemap_menu li a {
  color: #006ebf;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
}
#Sitemap_menu li a:hover {
  text-decoration: underline;
}
#Sitemap_menu li li {
  list-style-type: disc;
  padding-top: 3px;
}
#Sitemap_menu li li a {
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 13px;
  opacity: 0.99;
  text-align: left;
  font-weight: normal;
}
#Sitemap_menu li li:first-child {
  display: block;
}
#Sitemap_menu li.last {
  margin-right: 0;
}
#Sitemap_menu li ul {
  padding-top: 4px;
  list-style-type: disc;
}
#Sitemap_menu li:first-child {
  display: block;
}
#Sitemap_menu li:first-child ul {
  display: none;
}
#Sitemap_menu > li:last-child,
#Sitemap_menu > li:nth-last-child(2) {
  display: none;
}
/*******************************************************
          Google Search
*********************************************************/
#googlesearch {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
#googlesearch input[type=text],
#googlesearch input[type=submit] {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
#googlesearch input[type=submit]:hover {
  background-color: #EB7C21 !important;
}
/*-------------------------------------------------*\
      btn_more CSS
      \*-------------------------------------------------*/
.btn_more {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  width: 110px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn_more a {
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
  font-weight: lighter;
  display: block;
  color: #fff;
}
/*******************************************************
       video bar CSS
*********************************************************/
.video {
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  clear: both;
  border-top: 1px solid #b8b8b8;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 1024px) {
  .video {
    margin-left: 0;
  }
}
.video .videoplay {
  text-align: center;
}
.video .title {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #002060;
  color: #fff;
  margin-top: -29px;
  position: absolute;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .video .title {
    font-size: 11px;
  }
}
.video .overlay {
  width: 100%;
  height: 100%;
}
.video .overlay img {
  margin: auto auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .video .overlay img {
    width: 35px;
  }
}
.video:hover > div {
  border-color: #002060;
}
.video:hover .title {
  background-color: #64b5e5;
  cursor: pointer;
}
.video:hover .overlay img {
  opacity: 1;
}
.videoloop {
  display: none;
  position: relative;
  border: 1px solid #9BBBDF;
  overflow: hidden;
  width: 100%;
}
/*****************************************
      Large content_body 
      ******************************************/
#section h1 {
  color: #58a9d9;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: lighter;
}
#section h1 + div {
  margin-top: 10px;
}

.content_body {
    margin-left: 40px;
    margin-right: 40px;
}

@media (max-width: 991px) { 
    .content_body {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.content_body a,
.content_body a:link,
.content_body a:visited,
.content_body a:active {
  color: #0f75bc;
}
.content_body a:focus {
  text-decoration:none;
}
.content_body a:hover {
  text-decoration: initial !important;
}
.content_body .contact {
  font-size: .8125rem;
  color: #001e41;
  font-weight: bold;
  font-family: "Open Sans","Helvetica","Arial",sans-serif;
}
.content_body ul {
  margin-left: 0 !important;
  padding-left: 20px;
}
.content_body ul li {
  font-size: .8125rem;
/**  list-style: disc outside none; **/
/**  padding: 0 0 10px; **/
  color: #646567;
  /** **/
  text-indent: -.6em;
}


.content_body ul li:before {
    font-size: 1.3125rem;
    content: "\2022";
    position: relative;
    top: 3px;
    left: -10px;
    font-weight: bold;
    color: #0f75bc;
    line-height: 1;
}


.content_body ul.floatleft {
  display: table;
}
.content_body ul.floatleft li {
  float: left;
}
.content_body div.address div {
  clear: none;
  float: left;
}
.content_body p {
  /** padding-bottom: 15px; **/
  margin-bottom: 15px;
}
.content_body p.large {
  font-size: 1.5em;
}
.content_body .highlight {
  color: #009fdc;
/**  font-size: 1.1em; **/
}
.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5 {
  color: #002060;
  font-weight: lighter;
  clear: both;
}
.content_body h3 {
  /** color: #009fdc;
    color: #58a9d9;  **/
  color: #007E9E;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  margin-top: 0;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-shadow: none;
}
.content_body h3 a,
.content_body h3 a:link,
.content_body h3 a:visited,
.content_body h3 a:active {
  text-decoration: none;
  font-weight: lighter;
}
.content_body h4 {
  color: #4e4b4b;
  font-size: 22px;
  line-height: 1.3;
}
.content_body address {
  font-size: 0.8em;
}
.content_body.large p,
.content_body.large li,
.content_body.large a,
.content_body.large strong,
.content_body.large em,
.content_body.large h6,
.content_body.large span,
.content_body.large address {
  font-size: 1.1em;
}
.content_body.large h1 {
  font-size: 2.0em;
}
.content_body.large h2 {
  font-size: 1.888em;
}
.content_body.large h3 {
  font-size: 1.6666em;
}
.content_body.large h4 {
  font-size: 1.533em;
}
.content_body.large h5 {
  font-size: 1.4555em;
}
.content_body.large .text-size p {
  font-size: 16px;
}
.content_body.large address {
  font-size: 1.0em;
}
.content_body.large label {
  font-size: 18px;
}
.content_body.large p.large {
  font-size: 1.7em;
}
.aa a.active {
  color: #006ebf;
}
.hidden {
  display: none;
}
/*****************************************
           Contact us page with map
********************************************/
#map {
  width: 100%;
  height: 100%;
  clear: both;
}

@media(max-width:767px){
  #map{
    height:250px;
  }
}

#appointments {
  width: 100%;
  /* border: 2px solid #eee; */
  margin-bottom: 20px;
  margin-top: 0;
}
#appointments .helper_message {
  display: block;
  font-size: 12px;
  clear: both;
  padding: 15px;
  color: #666666;
}
#appointment_form {
  /* padding: 15px 15px 0 15px; */
}
#appointment_form .form-group input {
  background-color: #f4f4f5;
  height: 42px;
}
#appointment_form .form-group input,
#appointment_form .form-group textarea {
    box-shadow: none;
    /** padding: 20px; **/
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    font-size: 13px;
    color: #646567;
}
#appointment_form .form-group input:hover, #appointment_form .form-group textarea:hover,
#appointment_form .form-group input:active, #appointment_form .form-group textarea:active,
#appointment_form .form-group input:focus, #appointment_form .form-group textarea:focus {
    border: 1px solid #04aadf !important;
    box-shadow: 0 0 0 1px #04aadf !important;
    outline: medium none;
}

#appointment_form .form-group textarea {
  height: 150px;
}
#appointment_form .form-group input[type=submit],
#appointment_form .form-group button[type=submit] {
    max-width: 240px;
    width: 100%;
    height: 60px;
    float: left;
    background: #ffffff;
    color: #007e9e;
    border: 2px solid #007e9e;
    cursor: pointer;
    padding: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-family:"Open Sans","Helvetica","Arial",sans-serif;
}
#appointment_form .form-group input[type=submit]:hover,
#appointment_form .form-group button[type=submit]:hover {
    background: #007e9e;
    color: #fff;
}
#appointment_form .form-group.hidden {
  display: none;
}
#appointment_form .form-group label {
  font-weight: bold;
  font-size: 15px;
}
#appointment_form .form-group:not(.has-error) label {
  color: #001E41;
}

#appointment_form .col-sm-6 {
    padding-left:0px;
    padding-right:0px;
}

#appointment_form .contact-submit .col-xs-12 {
    padding-left:0px;
    padding-right:0px;
}

.content h2 {
  padding-top: 0;
}
#social .social_sharing {
  margin-top: 6px;
  float: right;
  clear: both;
}
#social .social_sharing .fa-stack{
    width: 1.5em;
    height: auto;
}
#social .social_sharing .fa-stack .fa{
    float: right;
    font-size: 2.1875rem;
}
#social .social_sharing h4 {
  display: block;
  color: #006ebf;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 30px 0 0;
  float: left;
}
#social .social_sharing a {
  display: inline-block;
  color: #006ebf;
  font-size: 22px;
}
#social .social_sharing a:hover {
  text-decoration: none;
  color: #002060;
}
#social .social_sharing .label {
  font-size: 16px;
  float: left;
  padding-right: 10px;
  padding-top: 0;
  font-weight: bold;
  color: #999999;
  padding-left: 0;
}
@media (max-width: 767px) {
  #social .social_sharing .social-icons {
    clear: left;
  }
}
#social .gsc-input-box {
  height: auto;
  width: 160px;
}
#social table.gsc-search-box {
  width: 200px;
}
@media (min-width: 1200px) {
  #social table.gsc-search-box {
    margin: 0 auto;
  }
}
#social table.gsc-search-box #gs_tti50 {
  padding-top: 2px;
  padding-bottom: 2px;
}
#social .cse .gsc-search-button input.gsc-search-button-v2,
#social input.gsc-search-button-v2 {
  width: 69px;
  height: 27px;
  outline: none;
}
@media (max-width: 300px) {
  #social .cse .gsc-search-button input.gsc-search-button-v2,
  #social input.gsc-search-button-v2 {
    width: 50px;
    height: auto;
    padding: 6px 17px;
  }
}
#social .gsc-results-wrapper-overlay .gsc-selected-option-container {
  width: auto !important;
}
div#at4-share {
  padding-right: 0 !important;
}
div#at4-share.at4-hide {
  padding-right: 17px !important;
}
div#at4-share .title {
  display: block;
  color: white;
  background: #f8694d;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
}
#lifestream {
  font-size: 14px;
  margin: 10px 1px 40px 0 !important;
  padding: 5px 0 12px !important;
  background-color: #fff;
  word-wrap: break-word;
}
#lifestream ul {
  margin: 0;
  list-style: none;
  width: 100% !important;
}
#lifestream ul li {
  margin: 0;
  list-style: none;
  padding: 5px 3px 5px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 5 !important;
  width: 100% !important;
  line-height: 1.5 !important;
  font-size: .8125rem;
}
#lifestream ul li:hover {
  color: #545454;
}
#lifestream a {
  color: #545454;
  text-decoration: none;
}
#lifestream a:hover {
  color: #454545;
  text-decoration: underline;
}
#lifestream .timeago {
  opacity: .5;
}
/*  Blog CSS */
.post-area {
  padding-left: 0;
  /* padding-bottom: 15px; */
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-area:nth-of-type(1) {
  margin-top: 0px;
 }
 
.post-area,
.post-title,
.post-date,
.post-content {
  /* display: inline-block; */
  /* clear: both; */
  height: 33.333333%;
  width: 100%;
}
.post-title h4 a {
  color: #7d7d7d;
}
.post-share {
  margin-top: 30px;
}
.post-share ul {
  margin: 0 0 0.7em !important;
  padding: 0;
  width: 500px;
}
.post-share ul li {
  margin-top: 15px;
  padding: 0;
  float: left !important;
  margin-right: 10px;
}
.post-share ul li a {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 5px 8px 5px 25px;
  color: #999999;
  display: block;
  font: 13px/1 'arial';
  float: left;
}
.post-share ul li a:hover {
  border-color: #545454;
}
.post-date {
  margin: 5px 0;
  font-size: 10px;
  font-style: italic;
}
.post-more {
  margin-top: 15px;
}
.month-blog {
  border: 1px solid #dbdbdb;
  padding: 10px;
}
.month-blog h2 {
  color: #002060;
  margin: 0 0 10px 0;
}
.preview-image {
  display: block;
  /* display: none; */
  float: left;
  max-width: 285px;
  height: 180px;
  overflow: hidden;
  /* margin-right: 20px; */
  width: 100%;
}
.preview-image img {
  width: 100%;
  object-fit: cover;
  height: 230px;
}
.preview-content {
    width: auto;
    word-wrap: break-word;
    font-size: .8125rem;
    line-height: 1.69231;
    color: #646567;
    /* text-align: justify; */
    clear: both;
    overflow: hidden;
}

@media (min-width: 767px) {
  .preview-content {
      text-overflow: ellipsis;
      display: -webkit-box;
      word-break: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 66px;
  }

}
.post-link {
  margin-top: 10px;
}
.post-content a {
  color: #777777;
}
.og-share-wrap {
  margin-left: 0 !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .og-share-wrap .og-share-image {
    margin-right: 0;
  }
}
.og-share-wrap .og-share-image img {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .og-share-wrap .og-share-content {
    width: auto;
  }
  .post-area, .post-title, .post-date, .post-content {
    display: inline-block;
  }
}
.no-records {
  padding-bottom: 10px;
  font-style: italic;
}
.form-message {
  padding: 20px 0px;
  /* padding-left: 20px; */
  font-size: 1.3em;
 /** font-weight: lighter; **/
  color: #001e41;
  line-height: 3rem;
}
#_atssh {
  display: none;
}



/*****************************************
           pop up dialog
********************************************/
.ui-dialog form label {
  display: block;
  font-weight: normal;
}
.ui-dialog form input {
  width: 100%;
}
.ui-corner-all {
  border-radius: 0 !important;
}
/*# sourceMappingURL=site-aligned.css.map */




@media only screen and (min-width: 77.75em)
{
    .navmenu-nav{left:0;}
}


/**
@media only screen and (min-width: 48em)
{
    .navmenu-nav {
        padding-top: 45px;
    }
}
**/

@media only screen and (min-width: 77.75em)
{
    .navmenu-nav {
     /**   opacity: 0; **/
        -webkit-transform: translateZ(0);
    }
}


.carousel-inner {
    background-color:#001E41;
}

.banner_title{
    margin-top: 20%;
    text-align: center;
}

.banner_content_wrapper{
  /**  margin-top: 35%; **/
    text-align: center;
    margin-right: 20px;
    word-wrap: break-word;
}

.banner_button {
    text-align: center;
    vertical-align: middle;
    border: 2px solid #263d4c;
 /**   border-radius: 5px; **/
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
}

.banner_button a {
    text-align: center;
    font-size: 15px;
    text-shadow: none;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}


.banner_button:hover {
    color: #fff;
    text-decoration: none;
    border-color: #0f75bc;
    background-color: #0f75bc;
    }

@media (max-width: 767px) {
    .banner_title{
        margin-top:5%;
    }
    .carousel-caption {
        display: none;
    }
    .carousel-indicators {
        display: none;
    }
    .banner_content_wrapper {
        margin-top:0;
        margin-right:0;
    }

}

/** nav **/
.aboutus,
.iwantto,
.planurfuture
{
    margin-left:200px;
    width: 270px !important;
    background-color: #EEF3F6 !important;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.aboutus .navmenu-nav>li>a,
.iwantto .navmenu-nav>li>a,
.planurfuture .navmenu-nav>li>a
{
    color: #58585A !important;
    border-bottom: 1px solid #d6dadd;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.53846;
}

.aboutus .navmenu-nav>li:last-child>a,
.iwantto .navmenu-nav>li:last-child>a,
.planurfuture .navmenu-nav>li:last-child>a
{
    border-bottom: none;
}

.aboutus .text,
.iwantto .text,
.planurfuture .text
{
    color: #0f75bc !important;
    padding-right:9px;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.nav-chev {
    display:inline-block;
    width: auto;
    max-width: 180px;
    letter-spacing: 0;
}

.iwanttobot {
    z-index: -999 !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.iwanttotop {
    z-index: 1050 !important;
    opacity: 1 !important; 
    visibility: visible;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}



@media (max-width: 1224px) {
    .aboutus,
    .iwantto,
    .planurfuture
    {
        margin-left: 0px;
        left: 0px !important;
    }
    
    .default-wantto {
        left: -250px !important;
    }
    
  
}

.bgblock{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 110;
    filter: alpha(opacity=0);
    opacity: 0.6 !important;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    display: none;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
    /* background-color: #f8f8f8; */
    border-color: rgba(255, 255, 255, 0) !important;
}

#panel .navmenu-nav {
  margin-left: 0;
}

/** side menu close button **/
#panel .navmenu .navmenu-brand .navmenu-close {
    display:none;
    float:right !important;
    margin: 0 0 10px;
    clear:both;
    position:relative;
}

@media (max-width: 767px) {
    .offcanvas-xs {
        display: block !important;
    }
}

@media only screen and (max-device-width: 1224px){
    #panel .navmenu .navmenu-brand .navmenu-close {
        display:block;
    }
}

.g-recaptcha {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (max-height: 575px){
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: left;
        -webkit-transform-origin: left;
    }
}


/** contact-us page office location **/

#tool_bar3 {
    margin-top: 10px;
}

@media (max-width: 991px) {
    #tool_bar3 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    .officeaddr {
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    #tool_bar3 {
        background-color:#003c6e;
        padding: 15px;
        margin-right:40px;
    }
    #tool_bar3 p{
        color: #fff;
    } 
    #tool_bar3 a{
        color: #fff;
    }
}

.section_body {
   /** border-top: 2px solid #e3e3e3; **/
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.element-content {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 991px) {
    .element-content {
        padding-left:20px;
        padding-right:20px;
    }
}

#office_name {
    color: #8dcef2;
    font-size: 20px;
}

@media only screen and (max-width: 47.9375em) {
    .content_body h3 {
        font-size: 1.625rem;
    }
}

.listheading {
    font-weight: bold;
    padding-top: 10px;
}

.subheading {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.66667;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-weight: 600;
    color: #001e41;
    letter-spacing: 0;
    line-height: 30px;
    display: table;
    width: 97%;
}

/** ======= HOME CONTENTS === **/

.homebanner {
    height: 480px !important;
    padding-right: 0px !important;
}
.homebanner .homecontact {
    height: 480px;
}
.homebanner .homecontact .herocontact {
    position: absolute;
    bottom: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 34px 40px;
}
.herocontact a {
    color: #fff!important;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-size: 24px;
}
.herocontact a:hover, .herocontact a:active, .herocontact a:focus  {
    text-decoration: none;
}
.herocontact .icon-amp_zz0055_chevron-right {
    position: relative;
    top: 5px;
}
.herocontact .para{
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.84615;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    word-wrap: break-word;
}   
.para i {
    color: #fff;
}

.homebanner .banner_content .title{
    font-size: 3.2rem !important;
    line-height: 1.25 !important;
    margin-top: 120px !important;
    padding-left: 20px !important;
    padding-right: 10px !important;
}

.homebanner p:last-child {
    margin-top: 5% !important;
}

.homebanner .banner_button {
    color: #001e41;
    border-color: #001e41;
    background-color: rgba(255,255,255,0.5);
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
}

@media (min-width: 1024px) {
    .homebanner .banner_button {
        width: 260px;
    }
}

.homebanner .banner_button:active, .homebanner .banner_button:hover{
    background-color: #001e41;
    color: #fff;
}

.homebanner .banner_button a {
    color: #001e41;
}

.homebanner .banner_button:hover a {
    color: #fff;
}

.home_msgxs {
    background: #d1e5ee;
    display:none!important;
}
.home_msgxs .title {
    color: #007e9e;
    text-align: left;
    font-size: 3.0rem !important;
    line-height: 1.25 !important;
    padding-bottom: 30px;
    text-align: left !important;
}
.home_contactxs {
    background: #007e9e;
    display:none!important;
    padding: 20px 0px 30px 0px;
}



@media (max-width: 991px) {
    .homebanner {
        height: auto !important;
        padding-bottom: 0px !important;
    }
}
@media (max-width: 767px) {
    .homebanner {
        height: 232px !important;
    }
    .home_msgxs{
        display:block!important;
    }
    .home_contactxs {
        display:block!important;
    }
}
.disclaimer {
    display: block;
    color: #fff;
    font-size: .8175rem !important;
    margin: 10px 0 8px 0px;
    font-weight: 600;
}

/*******************************************************
       AMP format
*********************************************************/

/**  70/30 **/

.f-30 {
    background-color: #eef8fd;
    padding: 30px 25px;
    text-align: center;
}
.f-30 .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
.f-30 a,
.f-30 a:link,
.f-30 a:visited,
.f-30 a:active {
  color: #00aae0;
  font-size: 13px;
  font-size: .8125rem;
  padding: 40px 25px;
}
.f-70 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 767px) {
    #section .container {
        width: 100% !important;
    } 
    .f-7030 .content_body {
        margin-right: 0px !important;
    }
    .f-7030 .row {
        margin-right: 0px !important;
    }
    .f-7030 .paragraph {
        margin-right: 40px;
    }
    .f-parent {
        display: flex;
    }
    .f-30 {
        align-items: stretch;
    }
    .f-70 {
        align-items: stretch;
    }
    .f-70 {
        padding-right: 40px;
    }
}


/** 50/50 **/
.f-5050 {
    width:100%;
    margin-left:0px !important;
    margin-right:0px !important;
}

.f-5050 .banner_button {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    margin-top: 40px;
    width: 260px;
    position: absolute;
    bottom: 40px;
    /*   margin-left: 10px; */
}

.f-5050 .banner_button:hover a, .f-5050 .banner_button:active a, .f-5050 .banner_button:focus a{
    color: #fff;
    text-decoration: none;
}
.f-50 {
    padding: 40px;
    height: 384px;
}

.f-50 .title .title {
    color: #58a9d9;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-shadow: none;
    font-family: "Archer-l","Open Sans","Arial",sans-serif !important;
}

.home-50bg {
    background: #fafafa;
}

.f50-title {
   /* color: #64b5e5; */
   color: #6d6e71;
   font-size: 1.875rem;
   line-height: 1.2;
   font-weight: 400;
   margin-top: 0;
   margin-bottom: 30px !important;
   font-family: "Open Sans","Helvetica","Arial",sans-serif;
}
.f50-content {
    color: 58585A;
}

/**
@media (min-width: 767px){
    .f-5050 .banner_button {
        width: 240px;
        position: absolute;
        bottom: 40px;
        margin-left: 10px;
    }
    .f-50 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
**/
.f-map {
    padding: 0px;
}

@media (max-width: 1023px) {
    .f-5050 .banner_button {
        width: 216px;
        margin-left: 0px;
    }
    .f-50 {
        padding:20px;
    }
}

@media (max-width: 1023px) {
    .f-5050 .banner_button {
        width: 206px;
        position: absolute;
        bottom: 20px;
        margin-left: 5px;
    }
    .home .f-50 {
        /**padding-left: 40px;
        padding-right: 40px;
        min-width: 384px; **/
        padding-left: 30px;
        padding-right: 30px;
        min-width: 256px;
        height: 384px;
    }
    .home .tile_icon {
        left: 45%;
    }
}

.bodyhead {
    color: #001E41;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.landingblock {
    background-color:#fff; 
    height:256px;
    border-left: 1px solid #b4d2e5;
    border-bottom: 1px solid #b4d2e5;
    padding: 40px;
}
.two-colors::first-line {
    color: #00aae0 !important;
}
.two-colors {
    color: #001e41 !important;
}
.landingblock:hover {
    background-color: #cfe9f9;
    cursor: pointer;
}
.landingblock a {
    font-size: 1.725rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    vertical-align: bottom;
    font-family: "Archer-m","Open Sans","Arial",sans-serif !important;
    display:block;
}
.landingblock a:active {
    decoration: none !important;
}
.landingborder {
    border-top:none;
}
@media (min-width: 767px){
    .landingblock {
        min-width: 192px;
    }
    .landingborder {
        border-top:1px solid #b4d2e5;
    }
}
.home .title {
    text-align: center;
}

.home .promo_tile {
    background-color: #8dcef2;
}

.home .promo_tile a {
    color: #007e9e;
}

.home .promo_tile a:hover, .home .promo_tile a:focus {
    color: #fff;
}

.home .cta-tiles {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
}

.home .tile_icon {
    position: absolute;
    bottom: 65px;
    left: 47%;
}
.home .bg-responsive {
    background-repeat: no-repeat;
    background-size: contain;
    height: 384px;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 767px){
    .home .tile_icon {
        left: 45%;
    }
}

@media (max-width: 766px) {
    .home .f-50 {
        /** max-height: 176px; **/
        padding-left: 20px;
        padding-right: 20px;
       /** height: 232px; **/
    }
    .home .tile_icon {
        bottom: 40px;
    }
    .home .f-5050 .banner_button {
        width: 100%;
        bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
    }
    .home-50bg{
        height:auto!important;
    }
}



/** home media (video) **/
.media-block .play-btn {
    position: absolute;
    margin-left: -85px;
    margin-top: -85px;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
}

/**
@media (max-width: 767px) {
    .media-block .play-btn {
        margin-left: auto;
        left: auto;
        right: 0;
        margin-right: 10px;
    }
}
**/

.modal-open {
    padding-right: 0px !important;
}
.modal-open .in + div {
    opacity: 1 !important;
}

.table>tbody>tr>th {
    width: 10%;
    text-align:center;
}
.table>tbody>tr>td {
    width: 90%;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
   border-top: 1px solid #e5e5e5;
}
.table>tbody>tr:last-child {
   border-bottom: 1px solid #e5e5e5;
}
/** icon **/
.banner_button .icon-amp_zz0055_chevron-right{
    position: relative;
    top: 2px;
}

.footer-border {
    border: 1px solid #8fb6c7;
    margin-top: 30px;
    margin-bottom: 20px;
    display:none;
}
@media (max-width: 991px) {
    .footer-border {
        display:block;
    }
}

/** promo tile bar **/
.promo-bot {
    padding: 30px 20px;
}

.promo_button {
    position:relative;
    margin: 0px 10px 0px auto !important;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    width: 260px;
    text-align: center;
    vertical-align: middle;
      border: 2px solid #263d4ced;
    background-color: #263d4c;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
}
.promo_button a {
    display: block;
    text-align: center;
    font-size: 15px;
    text-shadow: none;
    font-weight: bold;
    color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
.promo_button:hover {
    color: #263d4c;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
}

.promo_button:hover a {
    color: #263d4c!important;
}

.promo_button2 {
    border: 2px solid #007e9e !important;
    background-color:rgba(255, 255, 255, 0);
}
.promo_button2 a {
    color: #007e9e !important;
}
.promo_button2:hover {
    color: #fff !important;
    text-decoration: none;
    border-color: #007e9e !important;
    background-color: #007e9e !important;
}
.promo_button2:hover a{
    color: #fff !important;
}

.promo_button .icon-amp_zz0055_chevron-right {
    position: relative;
    top: 2px;
}
@media (max-width: 1023px) {
    .promo_button {
        width:206px;
    }
}
@media (max-width: 767px) {
    .promo-bot {
        padding: 30px 10px;
    }
    .promo_button {
        width:100%;
        height:auto;
        margin-top:20px!important;
    }
}

/** banner image **/
.imgbanner .banner_image {
    float: right;
    position: relative;
    display: block;
    margin-right: 15px;
}
.imgbanner .banner_content .title {
    margin-left:15px !important;
}
@media (min-width: 1025px) {
    .imgbanner {
        height: 395px!important;
    }
    .imgbanner .banner_content .title {
        /* margin-top: 290px!important; */
        position: absolute;
        bottom: 50px;
        max-width: 680px;
    }
    .dl_banner_title {
        margin-top: -60px;
        max-width:650px;
    }
}
@media (max-width: 1024px) {
    .imgbanner .banner_image{
        display:none!important;
    }
}

.content_body .summary {
    color: #007e9e;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    clear: both;
}

.content_body .tool {
    color: #001e41;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: "Archer-bk","Archer-l","Open Sans","Arial",sans-serif !important;
    font-weight: lighter;
    clear: both;
}

.content-50bg {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.list ul li{
    margin-left: 0;
}
@media (max-width: 766px) {
    .content-50bg {
        border-top: none;
        height: auto !important;
    }
}
@media (min-width: 1025px) {
    .content-50bg .list ul li{
        margin-bottom: 0px;
    }
}

.f-5030 {
    max-height: 256px !important;
}
@media (max-width: 766px){
    .f-5030 {
        max-height: 180px !important;
    }
    .bg-responsive {
        max-height: 384px !important;
    }
}

.icon-tool {color:#001e41;font-size: 3.75rem;margin-bottom: 25px;display: block;}

.plan_landing {
    margin-bottom: 20px;
    filter: brightness(95%);
    width: 100%;
}
.plan_landing_page {
    position: absolute;
    bottom: 20px;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    right: 0;
    padding: 20px;
    text-align: center;
}
.plan_landing_page h4 {
    font-weight: 600;
}

@media (max-width: 1023px) {
    .plan_landing_page {
        padding: 10px;
    }
    .plan_landing_page h4 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .plan_landing_page {
        padding: 5px;     
    }
    .plan_landing_page h4 {
        font-size: 14px;
    }
}

@media (max-width: 320px) {

    .plan_landing_page {
        padding: 5px;
        height:90px;
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
    }

}

#navpages ul>li {
    display:inline;
    color:#9c9e9f;
}
#navpages .home {
    font-size: 1.5625rem;
    color: #c1c4c8;
}
#navpages_details a, 
#navpages_details a:hover, 
#navpages_details a:focus,
#navpages_details a:active {
    text-decoration: none!important;
}
ul#navpages_details li:not(:first-child) a {
  vertical-align:text-bottom;  
}

#navpages_details .nav-chev {
    color:#9c9e9f;
    font-size:0.8125rem;
    max-width:none;
}
.home-triangle {
    background-image: url('img/breadcrumb-home-triangle.gif');
    font-size: 1.5625rem;
    padding: 18px 40px 19px 0px;
    color: #c1c4c8;
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: 20px;
}

.backhome a,
.backhome a:focus,
.backhome a:active,
.backhome a:hover {
display: block;
    color: #00aae0;
    padding: 23px 0px 22px;
    font-size: 0.8125rem;
    line-height: 1.84615;
    text-decoration:none;
}
@media (min-width: 768px) {
    .backhome {
        display:none;
    }   
}

.modal-content {
    border-radius: 0px!important;
}


/** privacy accordion **/
.privacy_accordion {
  /**  width: 100%; **/
}
.privacy_accordion input {
    position: absolute;
    left: -9999px;
}
.privacy_accordion label:hover {
    cursor:pointer;
}

#privacy-important {
    position: relative;
    margin-right: 20px;
    width: 25px; 
    color: #ccd2d9; 
    vertical-align: middle; 
    font-size: 30px;
}
#privacy-arrow {
    float:right;
    font-size:20px;
    padding-top:5px;
}
#privacy-content {
    max-height: 0px;
    overflow:hidden;
    transition: all 0.2s;
}
.privacy_accordion .toggle:checked + .title + #privacy-content {
    max-height: 500px;
    padding:10px 0 30px 0;
}
.privacy_accordion .toggle:checked + .title #privacy-arrow {
    transform: rotate(180deg);
}

p.tc {
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: .875rem;
    line-height: 2;
}

/** footer logo **/
#accreditedlogo {
  float:right;
  max-height: 50px;
  margin-top: 100px;
}

@media (max-width: 1023px) {
  #accreditedlogo {
    margin-top: 0px;
    max-height:40px;
  }
}

/*******************

     Pagination

*******************/

ul.pagination {
  clear:both;
  position: relative;
  width: 100%;
  text-align: right;
}
ul.pagination>li{
    background-color: #eeeeee;
    color: #646567;
    padding: 10px 20px 10px 25px;
    margin-top: 5px;
    margin-left: 5px;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -moz-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    display: inline-block;
}
ul.pagination>li:before {
  content: "";
}

ul.pagination>li.cur{
    background-color: #001e41;
    color:#fff;
}

ul.pagination>li:hover{
    cursor:pointer;
    background-color: #001e41;
    color:#fff;
}

ul.pagination>li:click{
    background-color:#e0e0e0;
}

@media (max-width: 767px) {
  ul.pagination {
    text-align: left;
  }
  ul.pagination>li{
    margin-left: 0px;
    margin-right: 5px;
  }
}

p.tc {
    font-weight: 600;
    color: #007E9E;
    font-size:.8125rem;
}

@media(max-width:768px){
  .set .bio .advisername {
    font-size: 1.5rem;
  }
  .set .bio .advisertitle {
    font-size: 1rem;
  }
  .set .bio p {
    font-size: 12px;
  }
  .set .bio ul li {
    font-size: 12px;
  }
  .set .alias .name{
    font-size: 15px;
  }
  .set .alias .title{
    font-size: 14px;
  }
}

@media(max-width:479px){
  .bio {
    padding: 30px 30px 40px 30px;
  }
}


.herocontact .para a{
  font-size:0.75rem;
  
}

.moreinfo{
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
}