/********** VARIABLES ***********/
#mobile-menu-button.burger-menu {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: none;
  float: right;
  margin-top: 37px; }
  @media screen and (max-width: 767px) {
    #mobile-menu-button.burger-menu {
      margin-top: 27px; } }
  @media screen and (max-width: 420px) {
    #mobile-menu-button.burger-menu {
      margin-top: 19px; } }
  @media screen and (max-width: 991px) {
    #mobile-menu-button.burger-menu {
      display: block; } }
  @media screen and (max-width: 500px) {
    #mobile-menu-button.burger-menu {
      right: 0px; } }

#mobile-nav-container {
  display: none; }

@media screen and (min-width: 992px) {
  #mobile-nav-container {
    display: none !important; } }

@media screen and (max-width: 991px) {
  #nav {
    display: none; }
    #nav li {
      display: none !important; }
    #nav li.red-btn {
      display: block !important; } }
    @media screen and (max-width: 991px) and (max-width: 400px) {
      #nav li.red-btn {
        display: none !important; } }

.burger {
  position: absolute;
  background: #00597d;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1; }

.burger::before {
  position: absolute;
  background: #00597d;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  top: 12px;
  content: "";
  display: block; }

.burger::after {
  position: absolute;
  background: #00597d;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  bottom: 12px;
  content: "";
  display: block; }

.burger::after,
.burger::before,
.burger {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.burger-menu.active .burger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #00597d !important;
  bottom: 0px !important;
  top: 0; }

.burger-menu.active .burger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #00597d !important;
  top: 0px;
  bottom: 0px;
  width: 44px; }

.burger-menu.active .burger {
  background: transparent !important; }

.burger-menu.active .burger-menu-title {
  opacity: 0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'PT Sans', sans-serif; }

img {
  max-width: 100%;
  height: auto; }

#wrapper {
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 5; }

.mobile-nav {
  position: fixed;
  width: 300px;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  background: #00597d; }
  .mobile-nav #mobile-nav-close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    cursor: pointer; }
  .mobile-nav nav {
    height: inherit; }
  .mobile-nav nav > ul {
    width: 300px;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    height: inherit;
    overflow: auto; }
    .mobile-nav nav > ul li {
      display: block; }
      .mobile-nav nav > ul li a {
        color: #fff;
        display: block;
        padding: 10px 20px;
        font-size: 17px; }
        .mobile-nav nav > ul li a:hover {
          text-decoration: none; }
      .mobile-nav nav > ul li ul li a {
        font-size: 16px; }

@media screen and (max-width: 991px) {
  .menu-open #wrapper {
    transform: translateX(-300px); } }

header.header {
  background: #fff; }

main {
  min-height: 800px; }

.logo {
  padding: 15px 0;
  float: left; }
  .logo img {
    max-height: 90px; }
    @media screen and (max-width: 767px) {
      .logo img {
        max-height: 70px; } }
    @media screen and (max-width: 420px) {
      .logo img {
        max-height: 55px; } }

.header-buttons {
  float: right;
  padding: 33px 0; }
  .pagehome .header-buttons {
    display: none; }
  .header-buttons .btn {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 15px;
    padding: 8px 15px; }
  @media screen and (max-width: 991px) {
    .header-buttons {
      float: none;
      width: 100%;
      clear: both;
      text-align: center;
      padding: 20px 0; }
      .header-buttons a:first-child {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .header-buttons {
      display: none; } }

#topbar {
  background: #2b2a2a;
  color: #fff;
  padding: 4px 0; }
  #topbar a {
    color: #fff;
    text-decoration: none; }
  #topbar ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    #topbar ul li {
      display: inline-block;
      margin-left: 30px; }
      #topbar ul li .glyphicon {
        margin-right: 5px; }

#nav .topmenu {
  padding-bottom: 15px; }
  #nav .topmenu > ul {
    padding: 0;
    margin: 0; }
    #nav .topmenu > ul > li {
      display: inline-block;
      margin: 0 25px;
      position: relative;
      border-bottom: 1px solid #fff;
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      #nav .topmenu > ul > li:first-child {
        margin-left: 0; }
      #nav .topmenu > ul > li:last-child {
        margin-right: 0;
        clear: right; }
      #nav .topmenu > ul > li a {
        display: block;
        color: #000;
        font-size: 20px;
        padding: 3px 0;
        text-decoration: none; }
      #nav .topmenu > ul > li ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 250px;
        background: #fff;
        left: -5px;
        z-index: 100;
        margin: 0;
        padding: 0;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }
        #nav .topmenu > ul > li ul li {
          display: block;
          border-bottom: 1px solid #ccc; }
          #nav .topmenu > ul > li ul li a {
            font-size: 14px;
            padding: 10px;
            -webkit-transition: 0.3s all ease-in-out;
            -moz-transition: 0.3s all ease-in-out;
            -ms-transition: 0.3s all ease-in-out;
            -o-transition: 0.3s all ease-in-out;
            transition: 0.3s all ease-in-out; }
          #nav .topmenu > ul > li ul li a:hover, #nav .topmenu > ul > li ul li.current a {
            background: #00597d;
            color: #fff; }
          #nav .topmenu > ul > li ul li:last-child {
            border-bottom: 0; }
      #nav .topmenu > ul > li:hover {
        border-color: #00597d; }
        #nav .topmenu > ul > li:hover ul {
          display: block; }
      #nav .topmenu > ul > li.current, #nav .topmenu > ul > li.inpath {
        border-color: #00597d; }

.cc-banner .cc-btn:last-child {
  min-width: 190px; }

#hero {
  background: #033446;
  height: 320px;
  overflow: hidden;
  position: relative; }
  .pagehome #hero {
    height: 460px; }
    @media screen and (max-width: 991px) {
      .pagehome #hero {
        height: 330px; } }
    @media screen and (max-width: 991px) {
      .pagehome #hero {
        height: 170px; } }
  #hero .hero-image {
    height: inherit;
    float: right;
    z-index: 10; }
    #hero .hero-image img {
      height: inherit;
      width: auto;
      max-width: none; }
      .pagehome #hero .hero-image img {
        height: inherit; }
  #hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 20%;
    transform: translateX(-50%);
    background: url(/img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: right;
    height: inherit;
    width: 100%;
    z-index: 30; }
  #hero .container {
    height: inherit; }
  #hero .hero-content-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit; }
  #hero .hero-content {
    position: absolute;
    z-index: 50;
    max-width: 600px;
    width: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    #hero .hero-content .hero-title {
      font-family: "Lora", sans-serif;
      color: #fff;
      font-size: 44px;
      margin-bottom: 30px; }
      .pagehome #hero .hero-content .hero-title {
        font-size: 50px; }
        @media screen and (max-width: 1199px) {
          .pagehome #hero .hero-content .hero-title {
            font-size: 40px; } }
        @media screen and (max-width: 991px) {
          .pagehome #hero .hero-content .hero-title {
            font-size: 35px; } }
        @media screen and (max-width: 767px) {
          .pagehome #hero .hero-content .hero-title {
            font-size: 28px; } }
        @media screen and (max-width: 520px) {
          .pagehome #hero .hero-content .hero-title {
            font-size: 19px; } }
  @media screen and (max-width: 991px) {
    #hero {
      height: 330px; }
      #hero .hero-overlay {
        left: 40%;
        height: inherit; }
      #hero .hero-content {
        width: 60%; }
        #hero .hero-content .hero-title {
          font-size: 35px;
          margin-bottom: 0;
          padding: 20px 0; }
        #hero .hero-content .btn {
          display: none; } }
  @media screen and (max-width: 767px) {
    #hero {
      height: 170px; }
      #hero .hero-overlay {
        left: 30%; }
      #hero .hero-content .hero-title {
        font-size: 28px; } }
  @media screen and (max-width: 520px) {
    #hero .hero-content {
      width: 50%; }
      #hero .hero-content .hero-title {
        font-size: 19px; } }

.btn {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 15px; }

.btn-plus:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  background: url(/img/plus.png);
  margin-left: 12px; }

.btn-white {
  border: 1px solid #fff;
  color: #fff; }
  .btn-white:hover {
    background: #fff;
    color: #009291; }

.btn-main {
  border: 1px solid #009291;
  color: #000; }
  .btn-main:hover {
    color: #fff;
    background: #009291; }

.btn-green {
  background: #009291;
  color: #fff; }
  .btn-green:hover {
    color: #fff;
    background: #007c7b; }

.btn-black {
  border: 1px solid #000;
  color: #000; }
  .btn-black:hover {
    background: #009291;
    border-color: #009291;
    color: #fff; }

#main-content {
  padding: 30px 0;
  font-size: 15px; }

/******Feature List ******/
#feature-list-container {
  background: #259190;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #259190 0%, #1d7171 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #259190 0%, #1d7171 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #259190 0%, #1d7171 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#259190', endColorstr='#1d7171',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #feature-list-container {
      padding: 0; }
      #feature-list-container .container {
        padding: 0; } }
  #feature-list-container #feature-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      #feature-list-container #feature-list {
        flex-direction: column;
        align-items: center;
        border-top: 2px solid #fff; } }
    #feature-list-container #feature-list li.feature {
      display: inline-block;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #fff;
      width: 33.33%;
      padding: 10px 0; }
      @media screen and (max-width: 767px) {
        #feature-list-container #feature-list li.feature {
          width: 100%;
          border: none !important;
          border-bottom: 2px solid #fff !important; }
          #feature-list-container #feature-list li.feature a {
            max-width: 260px;
            margin: 0 auto;
            display: block;
            text-align: left;
            padding: 10px 0; }
            #feature-list-container #feature-list li.feature a .feature-icon {
              text-align: center;
              width: 50px;
              display: inline-block; }
            #feature-list-container #feature-list li.feature a h3 {
              text-align: left;
              display: inline-block;
              margin-left: 15px;
              margin-top: 0px;
              vertical-align: middle; } }
      #feature-list-container #feature-list li.feature a {
        color: #fff;
        text-decoration: none; }
        #feature-list-container #feature-list li.feature a:hover {
          text-decoration: none; }
      #feature-list-container #feature-list li.feature h3 {
        margin-top: 10px;
        margin-bottom: 0; }
    #feature-list-container #feature-list li.feature:first-child {
      border-right: 1px solid #fff; }
    #feature-list-container #feature-list li.feature:nth-child(3) {
      border-left: 1px solid #fff; }

.featured-content > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .featured-content > .container {
      flex-direction: column;
      align-items: center; } }
  .featured-content > .container .content-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 33.33%; }
    @media screen and (max-width: 767px) {
      .featured-content > .container .content-block {
        width: 100%;
        max-width: 400px;
        margin-bottom: 40px; }
        .featured-content > .container .content-block .button a {
          display: block; } }
    .featured-content > .container .content-block .content-block-title {
      text-transform: uppercase;
      padding-bottom: 10px;
      border-bottom: 10px solid #00597d;
      margin-top: 0;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-end; }
    .featured-content > .container .content-block .image {
      margin-bottom: 20px; }
    .featured-content > .container .content-block .content {
      margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .featured-content > .container .content-block:nth-child(1) {
      padding-right: 24px; }
    .featured-content > .container .content-block:nth-child(2) {
      padding: 0px 12px; }
    .featured-content > .container .content-block:nth-child(3) {
      padding-left: 24px; } }

#footer {
  background: #2b2a2a;
  padding: 45px 0;
  margin-top: 45px; }
  #footer > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #footer > .container {
        display: block; } }
  #footer .footer-col {
    color: #fff;
    text-align: center;
    width: 15%; }
    @media screen and (max-width: 767px) {
      #footer .footer-col {
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 300px;
        padding: 20px; } }
    #footer .footer-col a {
      color: #fff; }
    #footer .footer-col .icon {
      padding-bottom: 10px;
      border-bottom: 1px solid #fff;
      font-size: 20px; }
    #footer .footer-col .content {
      padding-top: 5px; }

.section-grid {
  padding-top: 40px;
  margin-bottom: 40px; }

.page-title, .sub-title {
  margin-top: 0;
  border-bottom: 10px solid #00597d;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.sub-title {
  font-size: 21px;
  padding-top: 16px; }

@media screen and (max-width: 991px) {
  .sub-title {
    display: none; } }

.page-title {
  font-size: 36px; }

.grid-section .row {
  padding-top: 25px;
  padding-bottom: 25px; }

.accordion {
  padding-top: 5px;
  padding-bottom: 5px; }
  .accordion .question {
    background: #f1f2f2;
    font-weight: bold;
    padding: 10px 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer; }
    .accordion .question:before, .accordion .question:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .accordion .question:before {
      width: 25px;
      height: 25px;
      background: url("/img/plus.png");
      background-size: cover;
      left: 15px; }
    .accordion .question:after {
      width: 11px;
      height: 11px;
      background: url("/img/faq-open-close.png");
      background-size: cover;
      right: 15px;
      -webkit-transition: 0.3s all ease-in-out;
      -moz-transition: 0.3s all ease-in-out;
      -ms-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
  .accordion .answer {
    padding: 10px 30px 10px 50px; }
  .accordion.active .question:after {
    transform: rotate(180deg) translateY(50%); }

.contact-info {
  font-size: 16px; }
  .contact-info > table > tbody > tr > td {
    vertical-align: top;
    padding: 10px 0; }
  .contact-info p {
    margin-bottom: 0; }
  .contact-info .glyphicon {
    font-size: 25px;
    color: #00597d;
    padding-right: 10px; }

.placeholder #divForm .chklabel {
  display: block; }

#divForm .form-control {
  border-radius: 0;
  border: 0;
  background: #f1f2f2;
  box-shadow: none; }
  #divForm .form-control::-webkit-input-placeholder {
    color: #949494; }
  #divForm .form-control::-moz-placeholder {
    color: #949494; }
  #divForm .form-control:-ms-input-placeholder {
    color: #949494; }
  #divForm .form-control:-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #949494; }

#divForm .wizard .form-control {
  background: #fff;
  border: 1px solid #ddd;
  color: #000; }

#divForm textarea {
  min-height: 150px;
  max-width: 100%; }

.wizard-form .form-header {
  background: #00597d;
  color: #fff;
  padding: 10px; }
  .wizard-form .form-header .header-title {
    font-size: 22px; }

.wizard-form .form-section {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.wizard-form .form-accordion {
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .top-mail {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .submenu {
    display: none; } }

.input-validation-error {
  border: 1px solid red; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 10px; }

.table-hover > tbody > tr {
  cursor: pointer; }

.panel .table td, .panel .table th {
  padding: 10px 15px; }

.sub-menu-title {
  margin-bottom: 0; }

.submenu ul {
  border-bottom: 1px solid #ddd;
  margin: 0px 0 15px;
  padding: 0; }
  .submenu ul li {
    display: block;
    border-top: 1px solid #ddd; }
    .submenu ul li:first-child {
      border-top: none; }
    .submenu ul li a {
      display: block;
      padding: 10px 8px;
      font-size: 15px; }
      .submenu ul li a:hover {
        background: #f1f1f1;
        text-decoration: none; }
    .submenu ul li.current a {
      font-weight: bold; }

.submenu .glyphicon {
  margin-right: 8px; }

.table-horizontal th {
  width: 200px; }

.panel-body .table {
  margin-bottom: 0; }

.contact-line {
  margin-left: 15px; }

.pagenavlogin #wrapper, .pagelogin #wrapper {
  background: #00597d; }

.pagenavlogin.loggedin #wrapper, .pagelogin.loggedin #wrapper {
  background: #fff; }

.login-form {
  max-width: 500px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 150px auto 0;
  background: #fff; }
  .login-form h1 {
    margin-top: 0;
    margin-bottom: 20px; }
  .login-form #login-submit {
    margin-bottom: 0; }
  .login-form label {
    display: block; }
  .login-form input[type="text"], .login-form input[type="password"] {
    display: block;
    width: 100%;
    padding: 3px;
    line-height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 15px; }

.submission-list-group .panel-heading {
  padding: 0; }
  .submission-list-group .panel-heading a {
    padding: 10px 15px;
    display: block; }

.submission-list-group .btn {
  text-transform: none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 100%; }

.submission-list-group .panel + .panel {
  margin-top: 10px; }
