/*darker than turqoise*/
/*slightly darker than grey*/
/*light blue from IJGS*/
/*light blue with transparency from IJGS*/
/*light blue with transparency from IJGS*/
/* dark blue from IGGS*/
/* dark blue from IGGS*/
/*colors by Christian */
/*To parse multiple variables, use double brackets, eg.: @include transition((opacity 0.5s, width 0.2s));*/
@font-face {
  font-family: "Berkeley Bold";
  src: url("../fonts/Berkeley-Oldstyle-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Berkeley Italic";
  src: url("../fonts/Berkeley-Oldstyle-Italic.ttf") format("truetype"); }
@font-face {
  font-family: "Berkeley Regular";
  src: url("../fonts/Berkeley-Oldstyle-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Trebuchet Bold Italic";
  src: url("../fonts/Trebuchet-MS-Bold-Italic.ttf"); }
@font-face {
  font-family: "Trebuchet Bold";
  src: url("../fonts/Trebuchet-MS-Bold.ttf"); }
@font-face {
  font-family: "Trebuchet Italic";
  src: url("../fonts/Trebuchet-MS-Italic.ttf"); }
@font-face {
  font-family: "Trebuchet";
  src: url("../fonts/Trebuchet-MS.ttf"); }
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2"); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

img {
  border: 0;
  vertical-align: middle; }

object,
embed {
  height: 100%; }

body {
  font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #00274b; }

#site-wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0px; }

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%; }

.wrapper-full-width {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto; }

section,
footer {
  clear: both;
  width: 100%;
  display: inline-block;
  background-position: center center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: cover;
  -moz-transition: cover;
  -ms-transition: cover;
  -o-transition: cover;
  transition: cover; }

ul,
li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font-family: "Berkeley Regular", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  text-transform: none; }

h2 {
  font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  text-transform: none; }

h3 {
  font-family: "Berkeley Regular", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-transform: none; }

h4 {
  font-family: "Berkeley Regular", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  text-transform: none; }

h5 {
  font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px; }

h6 {
  font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px; }

br {
  font-size: 15px; }

p {
  font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 150%; }

strong {
  font-weight: bolder; }

fieldset {
  border: none; }

.anchor-marker {
  display: block;
  margin-top: 0px; }

input:focus {
  outline: none; }

button:focus {
  outline: 0; }

.button_default {
  position: relative;
  display: inline-block; }
  .button_default a {
    min-width: 200px;
    display: block;
    position: relative;
    color: #00274b;
    border: solid 1px #00274b;
    border-radius: 12px;
    padding: 12px 30px;
    font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-align: center; }
    .button_default a:hover, .button_default a.selected {
      background-color: #00274b;
      color: #ffffff;
      -webkit-transition: background-color 0.5s ease;
      -moz-transition: background-color 0.5s ease;
      -ms-transition: background-color 0.5s ease;
      -o-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease; }
    @media only screen and (max-width: 1000px) {
      .button_default a {
        min-width: 150px;
        border-radius: 9px;
        padding: 9px 20px;
        font-size: 17px; } }
    @media only screen and (max-width: 500px) {
      .button_default a {
        min-width: 130px;
        border-radius: 9px;
        padding: 8px 18px;
        font-size: 16px; } }
  .button_default.light a {
    color: #ffffff;
    border: solid 1px #ffffff; }
    .button_default.light a:hover, .button_default.light a.selected {
      background-color: #ffffff;
      color: #00274b; }
  @media only screen and (max-width: 768px) {
    .button_default.light.switch a {
      color: #00274b;
      border: solid 1px #00274b; }
      .button_default.light.switch a:hover, .button_default.light.switch a.selected {
        background-color: #00274b;
        color: #ffffff; } }

.button_category {
  position: relative;
  display: inline-block;
  min-width: 200px;
  color: #00274b;
  border: solid 1px #00274b;
  border-radius: 12px;
  padding: 12px 30px;
  font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center; }
  .button_category:hover, .button_category:active, .button_category.selected {
    background-color: #00274b;
    color: #ffffff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
  @media only screen and (max-width: 1300px) {
    .button_category {
      min-width: 150px;
      border-radius: 9px;
      padding: 9px 20px;
      font-size: 17px; } }
  @media only screen and (max-width: 1000px) {
    .button_category {
      min-width: 120px; } }
  @media only screen and (max-width: 768px) {
    .button_category {
      min-width: 70px;
      padding: 5px 15px 6px 15px;
      border-radius: 6px;
      font-size: 16px; } }

.button_search {
  position: relative;
  display: inline-block;
  min-width: 200px;
  color: #00274b;
  border: solid 1px #9FCFF9;
  border-radius: 12px;
  padding: 12px 30px;
  font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  background-color: #9FCFF9; }
  .button_search:hover, .button_search:active, .button_search.selected {
    background-color: #00274b;
    color: #ffffff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    border: solid 1px #00274b; }
  @media only screen and (max-width: 1300px) {
    .button_search {
      min-width: 150px;
      border-radius: 9px;
      padding: 9px 20px;
      font-size: 17px; } }
  @media only screen and (max-width: 500px) {
    .button_search {
      min-width: 130px;
      border-radius: 9px;
      padding: 8px 18px;
      font-size: 16px; } }

.buttons-wrapper {
  width: 100%;
  text-align: center; }
  .buttons-wrapper .button_default {
    margin-left: 12%; }
    .buttons-wrapper .button_default:nth-child(1) {
      margin-left: 0px; }
    @media only screen and (max-width: 500px) {
      .buttons-wrapper .button_default {
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 12px; }
        .buttons-wrapper .button_default:nth-child(1) {
          margin-left: 15%;
          margin-top: 0px; } }
  .buttons-wrapper .button_category {
    margin-left: 3%; }
    .buttons-wrapper .button_category:nth-child(1) {
      margin-left: 0px; }
    @media only screen and (max-width: 1000px) {
      .buttons-wrapper .button_category {
        margin-left: 2.5%; } }
    @media only screen and (max-width: 768px) {
      .buttons-wrapper .button_category {
        margin-left: 4px;
        margin-right: 4px;
        margin-bottom: 10px; }
        .buttons-wrapper .button_category:nth-child(1) {
          margin-left: 4px; } }

.pad-b {
  padding-bottom: 50px; }

.pad-b-sm {
  padding-bottom: 25px; }

.pad-b-lg {
  padding-bottom: 70px; }

.pad-b-xl {
  padding-bottom: 90px; }

.pad-t {
  padding-top: 50px; }

.pad-t-sm {
  padding-top: 25px; }

.pad-t-lg {
  padding-top: 70px; }

.pad-t-xl {
  padding-top: 90px; }

@media only screen and (max-width: 1300px) {
  .pad-b {
    padding-bottom: 40px; }

  .pad-b-sm {
    padding-bottom: 20px; }

  .pad-b-lg {
    padding-bottom: 60px; }

  .pad-b-xl {
    padding-bottom: 80px; }

  .pad-t {
    padding-top: 40px; }

  .pad-t-sm {
    padding-top: 20px; }

  .pad-t-lg {
    padding-top: 60px; }

  .pad-t-xl {
    padding-top: 80px; } }
@media only screen and (max-width: 1000px) {
  .pad-b {
    padding-bottom: 35px; }

  .pad-b-lg {
    padding-bottom: 50px; }

  .pad-b-xl {
    padding-bottom: 65px; }

  .pad-t {
    padding-top: 35px; }

  .pad-t-lg {
    padding-top: 50px; }

  .pad-t-xl {
    padding-top: 65px; } }
@media only screen and (max-width: 768px) {
  .pad-b {
    padding-bottom: 30px; }

  .pad-b-sm {
    padding-bottom: 15px; }

  .pad-b-lg {
    padding-bottom: 30px; }

  .pad-b-xl {
    padding-bottom: 50px; }

  .pad-t {
    padding-top: 30px; }

  .pad-t-sm {
    padding-top: 15px; }

  .pad-t-lg {
    padding-top: 30px; }

  .pad-t-xl {
    padding-top: 50px; } }
@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important; } }

/* overwriting lightbox styles */
#swipebox-overlay #swipebox-close {
  right: 15px; }
  @media screen and (min-width: 768px) {
    #swipebox-overlay #swipebox-close {
      right: 22px;
      top: 5px; } }
  @media screen and (min-width: 1300px) {
    #swipebox-overlay #swipebox-close {
      right: 35px;
      top: 15px; } }

/* fix for IE, forces lightbox close button to display */
.swipebox-no-close-button #swipebox-overlay #swipebox-close {
  display: inline-block; }

.footer-main {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  .footer-main .wrapper,
  .footer-main .wrapper-full-width {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
    .footer-main .wrapper div,
    .footer-main .wrapper nav,
    .footer-main .wrapper-full-width div,
    .footer-main .wrapper-full-width nav {
      margin-left: 60px;
      margin-right: 60px;
      vertical-align: middle; }
      @media screen and (max-width: 2000px) {
        .footer-main .wrapper div,
        .footer-main .wrapper nav,
        .footer-main .wrapper-full-width div,
        .footer-main .wrapper-full-width nav {
          margin-left: 30px;
          margin-right: 30px; } }
    .footer-main .wrapper .footer-logo,
    .footer-main .wrapper-full-width .footer-logo {
      display: inline-block;
      max-width: 200px; }
      .footer-main .wrapper .footer-logo:hover,
      .footer-main .wrapper-full-width .footer-logo:hover {
        opacity: 0.6; }
      .footer-main .wrapper .footer-logo:active,
      .footer-main .wrapper-full-width .footer-logo:active {
        opacity: 0.8; }
    .footer-main .wrapper .nav-site,
    .footer-main .wrapper-full-width .nav-site {
      display: inline-block;
      text-align: center; }
      .footer-main .wrapper .nav-site .menu-footer-menu-container,
      .footer-main .wrapper-full-width .nav-site .menu-footer-menu-container {
        margin-left: 0px;
        margin-right: 0px; }
      .footer-main .wrapper .nav-site ul,
      .footer-main .wrapper-full-width .nav-site ul {
        display: inline-block;
        text-align: center;
        margin-top: 10px; }
        .footer-main .wrapper .nav-site ul li,
        .footer-main .wrapper-full-width .nav-site ul li {
          display: inline-block;
          text-align: center;
          margin-top: 20px; }
          .footer-main .wrapper .nav-site ul li:hover,
          .footer-main .wrapper-full-width .nav-site ul li:hover {
            opacity: 0.6; }
          .footer-main .wrapper .nav-site ul li:active,
          .footer-main .wrapper-full-width .nav-site ul li:active {
            opacity: 0.8; }
          .footer-main .wrapper .nav-site ul li:nth-child(1),
          .footer-main .wrapper-full-width .nav-site ul li:nth-child(1) {
            margin-left: 0px; }
          @media screen and (max-width: 2000px) {
            .footer-main .wrapper .nav-site ul li,
            .footer-main .wrapper-full-width .nav-site ul li {
              margin-left: 30px; } }
          @media screen and (max-width: 768px) {
            .footer-main .wrapper .nav-site ul li,
            .footer-main .wrapper-full-width .nav-site ul li {
              margin-left: 20px;
              font-size: 15px; } }

header {
  display: block;
  text-align: center;
  width: 100%; }

.header-spacer-desktop {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 90px;
  background-color: #ffffff; }
  @media only screen and (max-width: 1000px) {
    .header-spacer-desktop {
      height: 80px; } }
  @media screen and (max-width: 768px) {
    .header-spacer-desktop {
      display: none; } }

.header-desktop {
  position: absolute;
  top: 0px;
  z-index: 1000;
  max-height: 230px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .header-desktop.cleared {
    top: -230px; }
  .header-desktop.active {
    position: fixed;
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .header-desktop.cleared.active {
    top: 0px; }
  .header-desktop.exiting-active {
    top: -230px;
    position: fixed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .header-desktop.open {
    max-height: 550px; }
  .header-desktop a {
    color: #00274b; }
  .header-desktop div {
    display: inline-block; }
  .header-desktop .header-bg {
    position: absolute;
    top: 0px;
    height: 90px;
    width: 100%;
    background-color: #00274b;
    z-index: 1010; }
  .header-desktop .header-bg-fade {
    position: absolute;
    top: 90px;
    height: 140px;
    width: 100%;
    z-index: 1009;
    background-image: url("../images/header-bg-white-fade.png");
    background-size: 2px 100%;
    background-repeat: repeat-x; }
  .header-desktop .header-bg-hover {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1009;
    max-height: 90px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .header-desktop .header-bg-hover.open {
      max-height: 100%;
      -webkit-box-shadow: 0 0 10px #bbb;
      -moz-box-shadow: 0 0 10px #bbb;
      -ms-box-shadow: 0 0 10px #bbb;
      -o-box-shadow: 0 0 10px #bbb;
      box-shadow: 0 0 10px #bbb; }
  .header-desktop .header-container {
    position: relative;
    width: 100%;
    z-index: 1011;
    font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0; }
    .header-desktop .header-container .header-images {
      padding-right: 65px;
      width: 300px; }
      .header-desktop .header-container .header-images .header-logo {
        position: relative;
        margin-top: 29px;
        width: 100%;
        vertical-align: top; }
        .header-desktop .header-container .header-images .header-logo .header-logo-image {
          width: 100%; }
          .header-desktop .header-container .header-images .header-logo .header-logo-image img {
            width: 100%;
            vertical-align: middle; }
      .header-desktop .header-container .header-images .menu-image-wrapper {
        position: relative;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        opacity: 0.0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header-desktop .header-container .header-images .menu-image-wrapper .menu-image {
          width: 100%;
          visibility: hidden;
          opacity: 0.0;
          height: 0px;
          overflow: hidden;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .header-desktop .header-container .header-images .menu-image-wrapper .menu-image.open {
            height: auto;
            opacity: 1;
            visibility: visible; }
          .header-desktop .header-container .header-images .menu-image-wrapper .menu-image img {
            width: 100%;
            vertical-align: middle; }
        .header-desktop .header-container .header-images .menu-image-wrapper.open {
          opacity: 1;
          -webkit-transition: 1s;
          -moz-transition: 1s;
          -ms-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
    .header-desktop .header-container .menus {
      width: 920px;
      text-align: left;
      position: relative;
      top: 0px;
      vertical-align: top; }
      .header-desktop .header-container .menus .top-menu {
        width: 100%;
        height: 90px;
        padding-top: 26px; }
        .header-desktop .header-container .menus .top-menu .quick-menu {
          vertical-align: middle;
          margin-top: 10px; }
          .header-desktop .header-container .menus .top-menu .quick-menu ul {
            display: inline-block;
            text-align: center; }
            .header-desktop .header-container .menus .top-menu .quick-menu ul li {
              display: inline-block;
              text-align: center;
              margin: 0px 25px 0px 25px; }
              .header-desktop .header-container .menus .top-menu .quick-menu ul li:nth-child(1) {
                margin-left: 0px; }
              .header-desktop .header-container .menus .top-menu .quick-menu ul li.chinese {
                margin-right: 12px; }
              .header-desktop .header-container .menus .top-menu .quick-menu ul li a {
                color: #ffffff;
                font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 18px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s; }
                .header-desktop .header-container .menus .top-menu .quick-menu ul li a:hover {
                  color: rgba(255, 255, 255, 0.7); }
              .header-desktop .header-container .menus .top-menu .quick-menu ul li.chinese {
                font-weight: bold; }
        .header-desktop .header-container .menus .top-menu .search-container {
          vertical-align: middle;
          background-color: #ffffff;
          width: 200px;
          height: 40px;
          border-radius: 10px;
          margin-left: 25px; }
      .header-desktop .header-container .menus .main-menu {
        width: 100%;
        padding-top: 34px;
        height: 115px; }
        .header-desktop .header-container .menus .main-menu ul {
          display: inline-block;
          text-align: center; }
          .header-desktop .header-container .menus .main-menu ul li {
            display: inline-block;
            text-align: center;
            margin: 0px 35px 12px 35px;
            cursor: pointer; }
            .header-desktop .header-container .menus .main-menu ul li:nth-child(1) {
              margin-left: 0px; }
            .header-desktop .header-container .menus .main-menu ul li a {
              padding-bottom: 5px;
              font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 23px;
              position: relative;
              letter-spacing: -0.5px; }
              .header-desktop .header-container .menus .main-menu ul li a:after {
                content: "";
                height: 100%;
                width: 0%;
                left: 50%;
                border-bottom: 2px solid #00274b;
                position: absolute;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; }
            .header-desktop .header-container .menus .main-menu ul li.current_page_item a:after {
              left: 30%;
              width: 40%;
              border-color: #c1c1c1; }
            .header-desktop .header-container .menus .main-menu ul li.current_page_item.current-menu-item a:after {
              left: 0%;
              width: 100%;
              border-color: #a1ceed; }
            .header-desktop .header-container .menus .main-menu ul li.current-menu-item a:after {
              left: 0%;
              width: 100%; }
      .header-desktop .header-container .menus .hover-menu-box {
        width: 100%;
        padding-bottom: 40px;
        opacity: 0.0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header-desktop .header-container .menus .hover-menu-box.open {
          opacity: 1;
          -webkit-transition: all 1s;
          -moz-transition: all 1s;
          -ms-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s; }
        .header-desktop .header-container .menus .hover-menu-box .hover-menu {
          visibility: hidden;
          opacity: 0.0;
          height: 0px;
          overflow: hidden;
          width: 100%; }
          .header-desktop .header-container .menus .hover-menu-box .hover-menu div {
            border-left: 1px solid #00274b;
            vertical-align: top; }
            .header-desktop .header-container .menus .hover-menu-box .hover-menu div:nth-of-type(1) {
              border: none; }
              .header-desktop .header-container .menus .hover-menu-box .hover-menu div:nth-of-type(1) ul {
                padding-left: 0px; }
          .header-desktop .header-container .menus .hover-menu-box .hover-menu ul {
            display: inline-block;
            text-align: left;
            padding: 6px 50px 8px 50px;
            min-width: 200px; }
            .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li {
              margin-top: 15px;
              opacity: 0.0;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -ms-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li:nth-child(1) {
                margin-top: 0px; }
              .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li a {
                font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 18px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s; }
                .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li a:hover {
                  color: rgba(0, 39, 75, 0.6); }
              .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li.current_page_item a {
                padding-bottom: 1px;
                border-bottom: 2px solid #c1c1c1; }
          .header-desktop .header-container .menus .hover-menu-box .hover-menu.open {
            visibility: visible;
            opacity: 1.0;
            height: auto; }
            .header-desktop .header-container .menus .hover-menu-box .hover-menu.open ul li {
              opacity: 1.0; }
  @media screen and (max-width: 1400px) {
    .header-desktop .header-container .header-images {
      padding-right: 40px;
      width: 240px; }
      .header-desktop .header-container .header-images .header-logo {
        margin-top: 36px; }
      .header-desktop .header-container .header-images .menu-image-wrapper {
        margin-top: 40px;
        margin-bottom: 42px; }
    .header-desktop .header-container .menus {
      width: 700px; }
      .header-desktop .header-container .menus .top-menu {
        padding-top: 26px; }
        .header-desktop .header-container .menus .top-menu .quick-menu ul li {
          margin: 0px 15px 0px 15px; }
          .header-desktop .header-container .menus .top-menu .quick-menu ul li a {
            font-size: 17px; }
        .header-desktop .header-container .menus .top-menu .search-container {
          margin-left: 5px;
          width: 160px; }
      .header-desktop .header-container .menus .main-menu {
        padding-top: 32px;
        height: 105px; }
        .header-desktop .header-container .menus .main-menu ul li {
          margin: 0px 19px 10px 19px; }
          .header-desktop .header-container .menus .main-menu ul li a {
            padding-bottom: 3px;
            font-size: 21px; }
      .header-desktop .header-container .menus .hover-menu-box {
        padding-bottom: 30px; }
        .header-desktop .header-container .menus .hover-menu-box .hover-menu ul {
          padding: 0px 38px 3px 38px; }
          .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li {
            margin-top: 10px; }
            .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li a {
              font-size: 17px; } }
  @media screen and (max-width: 1200px) {
    .header-desktop .header-container .menus {
      width: 675px; }
      .header-desktop .header-container .menus .top-menu .quick-menu ul li {
        margin: 0px 10px 0px 10px; }
      .header-desktop .header-container .menus .top-menu .search-container {
        margin-left: 20px; }
      .header-desktop .header-container .menus .main-menu ul li {
        margin: 0px 17px 10px 16px; } }
  @media screen and (max-width: 1000px) {
    .header-desktop .header-bg {
      height: 80px; }
    .header-desktop .header-bg-fade {
      top: 80px;
      height: 115px; }
    .header-desktop .header-bg-hover {
      max-height: 80px; }
    .header-desktop .header-container .header-images {
      width: 180px; }
      .header-desktop .header-container .header-images .header-logo {
        margin-top: 41px; }
      .header-desktop .header-container .header-images .menu-image-wrapper {
        margin-top: 37px;
        margin-bottom: 35px; }
    .header-desktop .header-container .menus {
      width: 540px; }
      .header-desktop .header-container .menus .top-menu {
        padding-top: 20px;
        height: 80px; }
        .header-desktop .header-container .menus .top-menu .quick-menu {
          margin-top: 10px;
          max-height: 23px; }
          .header-desktop .header-container .menus .top-menu .quick-menu ul li {
            margin: 0px 9px 0px 8px; }
            .header-desktop .header-container .menus .top-menu .quick-menu ul li a {
              font-size: 15px; }
        .header-desktop .header-container .menus .top-menu .search-container {
          display: none; }
      .header-desktop .header-container .menus .main-menu {
        padding-top: 29px;
        height: 80px; }
        .header-desktop .header-container .menus .main-menu ul li {
          margin: 0px 11px 10px 10px; }
          .header-desktop .header-container .menus .main-menu ul li a {
            font-size: 18px; }
      .header-desktop .header-container .menus .hover-menu-box .hover-menu ul {
        padding: 0px 25px 3px 25px;
        min-width: 150px; }
        .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li {
          margin-top: 8px; }
          .header-desktop .header-container .menus .hover-menu-box .hover-menu ul li a {
            font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .header-desktop {
      display: none; } }

.header-spacer-mobile {
  width: 100%;
  position: relative;
  display: none;
  height: 0px;
  background-color: #ffffff;
  margin-top: -5px; }
  @media screen and (max-width: 768px) {
    .header-spacer-mobile {
      display: inline-block; } }

.home .header-spacer-mobile {
  display: none; }

.header-mobile {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  left: 0px; }
  @media only screen and (max-width: 768px) {
    .header-mobile {
      display: inline-block; } }
  .header-mobile .hcmb {
    width: 100%;
    height: 0px; }
    .header-mobile .hcmb .top-header {
      position: relative;
      width: 100%;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 14px #999;
      -moz-box-shadow: 0 0 14px #999;
      -ms-box-shadow: 0 0 14px #999;
      -o-box-shadow: 0 0 14px #999;
      box-shadow: 0 0 14px #999; }
      .header-mobile .hcmb .top-header .top-header-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1000;
        top: 0px;
        left: 0px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: #ffffff; }
        .header-mobile .hcmb .top-header .top-header-bg.active {
          -webkit-transition: all 0.65s ease 0.1s;
          -moz-transition: all 0.65s ease 0.1s;
          -ms-transition: all 0.65s ease 0.1s;
          -o-transition: all 0.65s ease 0.1s;
          transition: all 0.65s ease 0.1s;
          height: 200%; }
        .header-mobile .hcmb .top-header .top-header-bg.semi-active {
          -webkit-transition: all 0.65s ease 0.1s;
          -moz-transition: all 0.65s ease 0.1s;
          -ms-transition: all 0.65s ease 0.1s;
          -o-transition: all 0.65s ease 0.1s;
          transition: all 0.65s ease 0.1s;
          height: 100%;
          top: 70px; }
          @media only screen and (max-width: 500px) {
            .header-mobile .hcmb .top-header .top-header-bg.semi-active {
              top: 60%;
              height: 80%; } }
        .header-mobile .hcmb .top-header .top-header-bg .solid-bg {
          background-color: #ffffff;
          position: relative;
          top: -100%;
          width: 100%;
          height: 100%;
          left: 0px; }
      .header-mobile .hcmb .top-header .top-bar {
        position: absolute;
        width: 100%;
        top: 15px;
        z-index: 1001; }
        .header-mobile .hcmb .top-header .top-bar .top-bar-left {
          float: left;
          padding-left: 5%;
          padding-top: 2px; }
          .header-mobile .hcmb .top-header .top-bar .top-bar-left .icon-wrapper:nth-child(1) {
            margin-left: 0px; }
        .header-mobile .hcmb .top-header .top-bar .top-bar-right {
          float: right;
          padding-right: 5%; }
          .header-mobile .hcmb .top-header .top-bar .top-bar-right .icon-wrapper {
            float: right; }
            .header-mobile .hcmb .top-header .top-bar .top-bar-right .icon-wrapper:nth-child(1) {
              margin-right: 0px; }
        .header-mobile .hcmb .top-header .top-bar .icon-wrapper {
          display: inline-block;
          vertical-align: middle;
          margin-right: 13px;
          margin-left: 13px; }
          .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon {
            display: inline-block;
            width: 38px; }
            .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.chinese {
              width: 45px; }
            .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.search-icon {
              height: 38px; }
              @media only screen and (max-width: 500px) {
                .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.search-icon {
                  height: 34px; } }
              @media only screen and (max-width: 400px) {
                .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.search-icon {
                  height: 26px; } }
            .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon:active {
              opacity: 0.6; }
            .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.phone-icon {
              width: 36px; }
      .header-mobile .hcmb .top-header .header-logo-wrapper {
        position: relative;
        top: 0px;
        padding-top: 15px;
        padding-bottom: 16px;
        left: 50%;
        width: 35%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 1001;
        min-width: 120px;
        max-width: 180px; }
        .header-mobile .hcmb .top-header .header-logo-wrapper .header-logo {
          position: relative;
          width: 100%;
                    /*
					.logo-link-horizontal {
						position: absolute;
					    bottom: 0px;
					    width: 100%;
					    left: 0px;
					    height: 40%;
					}

					.logo-link-vertical {
						position: absolute;
					    top: 0px;
					    width: 40%;
					    left: 30%;
					    height: 100%;
					}
					*/ }
          .header-mobile .hcmb .top-header .header-logo-wrapper .header-logo a {
            width: 100%;
            height: 100%; }
    .header-mobile .hcmb .search-dropdown {
      background-color: #00274b;
      height: 69px;
      padding-top: 15px;
      position: absolute;
      width: 100%;
      left: -100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: 1003; }
      .header-mobile .hcmb .search-dropdown.open {
        -webkit-transition: 0.75s ease;
        -moz-transition: 0.75s ease;
        -ms-transition: 0.75s ease;
        -o-transition: 0.75s ease;
        transition: 0.75s ease;
        left: 0%; }
      @media only screen and (max-width: 500px) {
        .header-mobile .hcmb .search-dropdown {
          height: 52px;
          padding-top: 9px; } }
    .header-mobile .hcmb .header-dropdown {
      position: relative;
      left: 100%;
      z-index: 1003;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .header-mobile .hcmb .header-dropdown.open {
        -webkit-transition: 0.75s ease;
        -moz-transition: 0.75s ease;
        -ms-transition: 0.75s ease;
        -o-transition: 0.75s ease;
        transition: 0.75s ease;
        left: 0%; }
        .header-mobile .hcmb .header-dropdown.open .main-menu-wrapper .main-menu-mobile.active .main-items {
          -webkit-box-shadow: 0 0 14px #999;
          -moz-box-shadow: 0 0 14px #999;
          -ms-box-shadow: 0 0 14px #999;
          -o-box-shadow: 0 0 14px #999;
          box-shadow: 0 0 14px #999; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper {
        position: relative;
        border-top: 1px solid #c1c1c1; }
        .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile {
          background-color: rgba(255, 255, 255, 0.95);
          position: relative;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          left: -100%; }
          .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile.active {
            left: 0px; }
          .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile {
            height: 69px;
            padding-top: 24px;
            background-color: #a1ceed;
            background-color: #00274b;
            position: relative;
            z-index: 1010; }
            .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li {
              display: inline-block;
              padding-left: 4%;
              padding-right: 4%; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li:first-child {
                padding-left: 0px; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li:last-child {
                padding-right: 0px; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li a {
                font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 18px;
                color: #ffffff; }
                .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li a:active, .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li a:hover {
                  opacity: 0.7; }
          .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items {
            position: relative;
            z-index: 1009;
            -webkit-transition: 0.75s ease;
            -moz-transition: 0.75s ease;
            -ms-transition: 0.75s ease;
            -o-transition: 0.75s ease;
            transition: 0.75s ease; }
            .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li {
              text-align: left;
              padding: 18px 10px 17px 5%;
              border-top: 1px solid #c1c1c1;
              position: relative; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li:active {
                background-colour: #e1e1e1; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li:after {
                content: "\f054";
                font-size: 25px;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                color: #00274b;
                position: absolute;
                top: 50%;
                right: 18px;
                -webkit-transform: translate(0%, -40%);
                -moz-transform: translate(0%, -40%);
                -ms-transform: translate(0%, -40%);
                -o-transform: translate(0%, -40%);
                transform: translate(0%, -40%); }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li a {
                font-size: 25px;
                font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #00274b; }
                .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li a:active {
                  opacity: 0.6; }
        .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box {
          position: absolute;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          left: 100%;
          top: 0px;
          width: 100%; }
          .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box.active {
            left: 0px; }
          .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu {
            background-color: rgba(255, 255, 255, 0.95);
            position: relative;
            display: none;
            width: 100%; }
            .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu.active {
              display: inline-block; }
            .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item {
              height: 69px;
              position: relative;
              z-index: 1010; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item .back-to-menu {
                position: absolute;
                height: 100%;
                width: 20%;
                cursor: pointer; }
                .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item .back-to-menu p {
                  font-size: 25px;
                  font-family: FontAwesome;
                  font-style: normal;
                  font-weight: normal;
                  color: #00274b;
                  position: absolute;
                  top: 50%;
                  left: 25%;
                  -webkit-transform: translate(0%, -40%);
                  -moz-transform: translate(0%, -40%);
                  -ms-transform: translate(0%, -40%);
                  -o-transform: translate(0%, -40%);
                  transform: translate(0%, -40%); }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item h1 {
                display: inline-block;
                font-size: 25px;
                font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                position: relative;
                padding-top: 20px; }
                .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item h1 a {
                  color: #00274b; }
                  .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item h1 a:active, .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item h1 a:hover {
                    opacity: 0.6; }
            .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items {
              width: 100%;
              position: relative;
              z-index: 1009; }
              .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items li {
                width: 100%;
                border-top: 1px solid #c1c1c1; }
                .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items li a {
                  font-size: 18px;
                  font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
                  font-weight: normal;
                  font-style: normal;
                  color: #00274b;
                  width: 100%;
                  display: inline-block;
                  padding: 10px 5% 9px 5%;
                  text-align: left; }
                  .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items li a:hover, .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items li a:active {
                    background-color: #d9f3f5; }
          .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .shadow-window {
            width: 100%;
            position: relative;
            height: 15px;
            display: inline-block;
            overflow: hidden; }
            .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .shadow-window .drop-shadow {
              width: 100%;
              height: 15px;
              position: absolute;
              top: -15px;
              left: 0px;
              -webkit-box-shadow: 0 0 14px #999;
              -moz-box-shadow: 0 0 14px #999;
              -ms-box-shadow: 0 0 14px #999;
              -o-box-shadow: 0 0 14px #999;
              box-shadow: 0 0 14px #999; }
  @media only screen and (max-width: 500px) {
    .header-mobile .hcmb .top-header .top-bar .icon-wrapper {
      margin-right: 10px;
      margin-left: 10px; }
      .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon {
        width: 34px; }
        .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.chinese {
          width: 36px; }
        .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.phone-icon {
          width: 32px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile {
      height: 50px;
      padding-top: 15px; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li {
        padding-left: 3%;
        padding-right: 3%; }
        .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li a {
          font-size: 15px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li {
      padding: 11px 10px 9px 5%; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li:after {
        font-size: 18px; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li a {
        font-size: 22px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item {
      height: 50px; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item .back-to-menu p {
        font-size: 18px; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item h1 {
        font-size: 22px;
        padding-top: 12px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items li a {
      font-size: 15px;
      padding: 9px 10px 8px 5%; } }
  @media only screen and (max-width: 400px) {
    .header-mobile .hcmb .top-header .top-bar .icon-wrapper {
      margin-right: 6px;
      margin-left: 6px; }
      .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon {
        width: 26px; }
        .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.chinese {
          width: 32px; }
        .header-mobile .hcmb .top-header .top-bar .icon-wrapper .menu-icon.phone-icon {
          width: 24px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile {
      height: 48px;
      padding-top: 15px; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li {
        padding-left: 2%;
        padding-right: 2%; }
        .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile .quick-menu-mobile ul li a {
          font-size: 13px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li:after {
      font-size: 16px;
      -webkit-transform: translate(0%, -45%);
      -moz-transform: translate(0%, -45%);
      -ms-transform: translate(0%, -45%);
      -o-transform: translate(0%, -45%);
      transform: translate(0%, -45%); }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .main-menu-mobile ul.main-items li a {
      font-size: 20px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item {
      height: 48px; }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item .back-to-menu p {
        font-size: 16px;
        -webkit-transform: translate(0%, -45%);
        -moz-transform: translate(0%, -45%);
        -ms-transform: translate(0%, -45%);
        -o-transform: translate(0%, -45%);
        transform: translate(0%, -45%); }
      .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu .heading-item h1 {
        font-size: 20px;
        padding-top: 12px; }
    .header-mobile .hcmb .header-dropdown .main-menu-wrapper .sub-menu-box .sub-menu ul.sub-menu-items li a {
      font-size: 14px;
      padding: 7px 10px 6px 13px; } }

.burger-menu {
  background: transparent;
  position: relative;
  width: 40px;
  height: 30px;
  margin-top: 3px; }
  .burger-menu:before, .burger-menu:after {
    background: #00274b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    height: 3px;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%; }
  .burger-menu:before {
    -webkit-box-shadow: #00274b 0 15px 0 0;
    -moz-box-shadow: #00274b 0 15px 0 0;
    -ms-box-shadow: #00274b 0 15px 0 0;
    -o-box-shadow: #00274b 0 15px 0 0;
    box-shadow: #00274b 0 15px 0 0;
    position: absolute;
    top: 0; }
  .burger-menu:after {
    position: absolute;
    top: 100%; }
  .burger-menu.open:before, .burger-menu.open:after {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s; }
  .burger-menu.open:before {
    -webkit-box-shadow: transparent 0 0 0 0;
    -moz-box-shadow: transparent 0 0 0 0;
    -ms-box-shadow: transparent 0 0 0 0;
    -o-box-shadow: transparent 0 0 0 0;
    box-shadow: transparent 0 0 0 0;
    top: 50%;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  .burger-menu.open:after {
    top: 50%;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 0px; }
  @media only screen and (max-width: 500px) {
    .burger-menu {
      width: 36px;
      height: 26px;
      margin-top: 3px; }
      .burger-menu:before, .burger-menu:after {
        height: 3px; }
      .burger-menu:before {
        -webkit-box-shadow: #00274b 0 13px 0 0;
        -moz-box-shadow: #00274b 0 13px 0 0;
        -ms-box-shadow: #00274b 0 13px 0 0;
        -o-box-shadow: #00274b 0 13px 0 0;
        box-shadow: #00274b 0 13px 0 0; } }
  @media only screen and (max-width: 400px) {
    .burger-menu {
      width: 28px;
      height: 20px;
      margin-top: 2px; }
      .burger-menu:before, .burger-menu:after {
        height: 2px; }
      .burger-menu:before {
        -webkit-box-shadow: #00274b 0 10px 0 0;
        -moz-box-shadow: #00274b 0 10px 0 0;
        -ms-box-shadow: #00274b 0 10px 0 0;
        -o-box-shadow: #00274b 0 10px 0 0;
        box-shadow: #00274b 0 10px 0 0; } }

.search-transform {
  margin-left: 1px;
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  position: relative;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }
  .search-transform .glass {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    width: 26px;
    height: 26px;
    border: 3px solid #00274b;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 0px;
    -webkit-transition: width 0.45s ease, border-radius 0.15s linear 0.15s, height 0.3s linear 0.225s, transform 0.75s, top 0.75s, left 0.75s, border-width 0.075s linear 0.225s, background-color 0.075s linear 0.225s;
    -moz-transition: width 0.45s ease, border-radius 0.15s linear 0.15s, height 0.3s linear 0.225s, transform 0.75s, top 0.75s, left 0.75s, border-width 0.075s linear 0.225s, background-color 0.075s linear 0.225s;
    -ms-transition: width 0.45s ease, border-radius 0.15s linear 0.15s, height 0.3s linear 0.225s, transform 0.75s, top 0.75s, left 0.75s, border-width 0.075s linear 0.225s, background-color 0.075s linear 0.225s;
    -o-transition: width 0.45s ease, border-radius 0.15s linear 0.15s, height 0.3s linear 0.225s, transform 0.75s, top 0.75s, left 0.75s, border-width 0.075s linear 0.225s, background-color 0.075s linear 0.225s;
    transition: width 0.45s ease, border-radius 0.15s linear 0.15s, height 0.3s linear 0.225s, transform 0.75s, top 0.75s, left 0.75s, border-width 0.075s linear 0.225s, background-color 0.075s linear 0.225s; }
    .search-transform .glass:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 60%;
      height: 3px;
      background-color: #00274b;
      -webkit-transition: top 0.75s, left 0.45s ease 0.15s, transform 0.75s, width 0.225s ease 0.15s;
      -moz-transition: top 0.75s, left 0.45s ease 0.15s, transform 0.75s, width 0.225s ease 0.15s;
      -ms-transition: top 0.75s, left 0.45s ease 0.15s, transform 0.75s, width 0.225s ease 0.15s;
      -o-transition: top 0.75s, left 0.45s ease 0.15s, transform 0.75s, width 0.225s ease 0.15s;
      transition: top 0.75s, left 0.45s ease 0.15s, transform 0.75s, width 0.225s ease 0.15s; }
  .search-transform.cross {
    padding-top: 47%;
    margin-left: -1px;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s; }
    .search-transform.cross .glass {
      height: 3px;
      border-radius: 0px;
      border-color: black;
      border-width: 0px;
      background-color: #00274b;
      -webkit-transition: width 0.6s linear, border-radius 0.15s linear 0.3s, height 0.3s linear, transform 0.75s ease, top 0.75s, left 0.75s, border-width 0.225s linear 0.15s, background-color 0.075s linear 0.225s;
      -moz-transition: width 0.6s linear, border-radius 0.15s linear 0.3s, height 0.3s linear, transform 0.75s ease, top 0.75s, left 0.75s, border-width 0.225s linear 0.15s, background-color 0.075s linear 0.225s;
      -ms-transition: width 0.6s linear, border-radius 0.15s linear 0.3s, height 0.3s linear, transform 0.75s ease, top 0.75s, left 0.75s, border-width 0.225s linear 0.15s, background-color 0.075s linear 0.225s;
      -o-transition: width 0.6s linear, border-radius 0.15s linear 0.3s, height 0.3s linear, transform 0.75s ease, top 0.75s, left 0.75s, border-width 0.225s linear 0.15s, background-color 0.075s linear 0.225s;
      transition: width 0.6s linear, border-radius 0.15s linear 0.3s, height 0.3s linear, transform 0.75s ease, top 0.75s, left 0.75s, border-width 0.225s linear 0.15s, background-color 0.075s linear 0.225s;
      width: 40px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg);
      margin: 0px; }
      .search-transform.cross .glass:after {
        width: 100%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0px;
        top: 0px;
        -webkit-transition: top 0.75s, left 0.75s, transform 0.75s, width 0.225s ease 0.3s;
        -moz-transition: top 0.75s, left 0.75s, transform 0.75s, width 0.225s ease 0.3s;
        -ms-transition: top 0.75s, left 0.75s, transform 0.75s, width 0.225s ease 0.3s;
        -o-transition: top 0.75s, left 0.75s, transform 0.75s, width 0.225s ease 0.3s;
        transition: top 0.75s, left 0.75s, transform 0.75s, width 0.225s ease 0.3s; }

@media only screen and (max-width: 500px) {
  .search-transform .glass {
    width: 23px;
    height: 23px; }
  .search-transform.cross .glass {
    width: 36px; } }
@media only screen and (max-width: 400px) {
  .search-transform .glass {
    width: 17px;
    height: 17px;
    border-width: 2px; }
    .search-transform .glass:after {
      height: 2px; }
  .search-transform.cross .glass {
    width: 28px;
    height: 2px; } }
.events-spacer {
  height: 110px;
  border-bottom: 2px solid #00274b; }
  @media only screen and (max-width: 1600px) {
    .events-spacer {
      height: 110px; } }
  @media only screen and (max-width: 1400px) {
    .events-spacer {
      height: 90px; } }
  @media only screen and (max-width: 1000px) {
    .events-spacer {
      height: 80px; } }
  @media only screen and (max-width: 768px) {
    .events-spacer {
      display: none; } }

.events-heading {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 70px; }
  .events-heading h1 {
    font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    color: #00274b;
    text-align: center;
    display: inline-block; }
  @media only screen and (max-width: 1000px) {
    .events-heading {
      padding-top: 50px; }
      .events-heading h1 {
        font-size: 45px; } }
  @media only screen and (max-width: 768px) {
    .events-heading h1 {
      font-size: 40px; } }
  @media only screen and (max-width: 500px) {
    .events-heading h1 {
      font-size: 35px; } }

.search-events-options {
  text-align: center;
  padding-top: 50px; }
  .search-events-options .from-date, .search-events-options .to-date, .search-events-options .search-title {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin-right: 30px; }
    .search-events-options .from-date label, .search-events-options .to-date label, .search-events-options .search-title label {
      font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      color: #00274b;
      padding-right: 20px;
      vertical-align: middle; }
    .search-events-options .from-date input, .search-events-options .to-date input, .search-events-options .search-title input {
      color: #00274b;
      border: solid 1px #9FCFF9;
      border-radius: 12px;
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      text-align: left;
      vertical-align: middle; }
    .search-events-options .from-date button, .search-events-options .to-date button, .search-events-options .search-title button {
      vertical-align: middle; }
    @media only screen and (max-width: 1300px) {
      .search-events-options .from-date, .search-events-options .to-date, .search-events-options .search-title {
        margin-right: 18px; }
        .search-events-options .from-date label, .search-events-options .to-date label, .search-events-options .search-title label {
          font-size: 18px;
          padding-right: 8px; }
        .search-events-options .from-date input, .search-events-options .to-date input, .search-events-options .search-title input {
          border-radius: 9px;
          font-size: 18px;
          padding-right: 5px; } }
  .search-events-options .search-title input {
    max-width: 200px;
    padding: 12px 20px;
    margin-right: 35px; }
    @media only screen and (max-width: 1300px) {
      .search-events-options .search-title input {
        max-width: 150px;
        border-radius: 9px;
        padding: 9px 10px;
        font-size: 18px;
        margin-right: 23px; } }
  .search-events-options .from-date input, .search-events-options .to-date input {
    max-width: 135px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px; }
    @media only screen and (max-width: 1300px) {
      .search-events-options .from-date input, .search-events-options .to-date input {
        padding-top: 9px;
        padding-bottom: 9px;
        max-width: 120px; } }
  .search-events-options .small-clear, .search-events-options .big-clear {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .search-events-options .small-clear:hover, .search-events-options .small-clear:active, .search-events-options .big-clear:hover, .search-events-options .big-clear:active {
      color: #ffffff;
      background-color: #bdbdbd; }
    @media only screen and (max-width: 1300px) {
      .search-events-options .small-clear, .search-events-options .big-clear {
        margin-left: 5px; } }
  .search-events-options .small-clear {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 25%; }
    @media only screen and (max-width: 1300px) {
      .search-events-options .small-clear {
        width: 25px;
        height: 25px;
        font-size: 16px;
        padding-bottom: 1px; } }
  .search-events-options .search-events-fields-actions {
    display: inline-block;
    vertical-align: middle;
    height: 60px; }
    .search-events-options .search-events-fields-actions input, .search-events-options .search-events-fields-actions button {
      vertical-align: middle; }
  .search-events-options .search-events-fields-category {
    padding-top: 40px; }
    @media only screen and (max-width: 1300px) {
      .search-events-options .search-events-fields-category {
        padding-top: 20px; } }
    .search-events-options .search-events-fields-category.news-version {
      padding-top: 0px; }
      @media only screen and (max-width: 1000px) {
        .search-events-options .search-events-fields-category.news-version {
          padding-top: 20px; } }
  @media only screen and (max-width: 1000px) {
    .search-events-options {
      padding-top: 10px; }
      .search-events-options .search-events-fields-actions, .search-events-options .to-date, .search-events-options .from-date, .search-events-options .search-title {
        display: none; } }
  @media only screen and (max-width: 500px) {
    .search-events-options .buttons-wrapper {
      padding-left: 2.5%;
      padding-right: 2.5%; } }

.results-error-container {
  text-align: center; }
  .results-error-container .general-wrapper {
    text-align: center; }
    .results-error-container .general-wrapper .general-text {
      text-align: center; }

#my-grammar-bg {
  background-color: rgba(0, 39, 75, 0);
  position: fixed;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #my-grammar-bg.open {
    background-color: rgba(0, 39, 75, 0.4);
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.my-grammar {
  position: fixed;
  z-index: 2001;
  max-width: 900px;
  width: 90%;
  top: -100%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 13px 103px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 13px 103px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 13px 103px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 13px 103px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 13px 103px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .my-grammar.open {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .my-grammar .heading-section {
    width: 100%;
    display: inline-block;
    position: relative;
    background-image: url(../images/IGGSLightboxBackground.jpg);
    background-position: center center;
    background-size: 1000px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px; }
    .my-grammar .heading-section h1 {
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      text-align: center;
      display: inline-block;
      color: #ffffff; }
    .my-grammar .heading-section .close-my-grammar {
      position: absolute;
      right: 13px;
      top: 13px;
      width: 22px;
      height: 22px;
      border-radius: 40px;
      border: 1px solid #00274b;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .my-grammar .heading-section .close-my-grammar .close-wrapper {
        position: relative;
        width: 100%;
        height: 100%; }
        .my-grammar .heading-section .close-my-grammar .close-wrapper .close {
          position: absolute;
          color: #00274b;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 15px;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          top: 2px;
          left: 50%;
          -webkit-transform: translate(-50%);
          -moz-transform: translate(-50%);
          -ms-transform: translate(-50%);
          -o-transform: translate(-50%);
          transform: translate(-50%); }
      .my-grammar .heading-section .close-my-grammar:hover, .my-grammar .heading-section .close-my-grammar:active {
        background-color: #00274b; }
        .my-grammar .heading-section .close-my-grammar:hover .close-wrapper .close, .my-grammar .heading-section .close-my-grammar:active .close-wrapper .close {
          color: #ffffff; }
  .my-grammar .main-section {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #ffffff; }
    .my-grammar .main-section .topics {
      display: inline-block;
      text-align: center;
      padding-left: 30px;
      padding-right: 30px;
      width: 100%;
      padding-top: 30px; }
      @media only screen and (max-width: 768px) {
        .my-grammar .main-section .topics {
          padding-left: 20px;
          padding-right: 20px;
          width: 100%;
          padding-top: 20px; } }
      .my-grammar .main-section .topics .topic {
        display: inline-block;
        text-align: center;
        width: 25%;
        padding-bottom: 35px;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .my-grammar .main-section .topics .topic {
            width: 50%;
            padding-bottom: 25px; } }
        .my-grammar .main-section .topics .topic .image-container {
          width: 100%;
          display: inline-block;
          text-align: center; }
          .my-grammar .main-section .topics .topic .image-container .image {
            width: 90%;
            max-width: 100px;
            display: inline-block; }
            .my-grammar .main-section .topics .topic .image-container .image img {
              width: 100%;
              vertical-align: middle; }
        .my-grammar .main-section .topics .topic .topic-content {
          padding-top: 25px; }
          @media only screen and (max-width: 768px) {
            .my-grammar .main-section .topics .topic .topic-content {
              padding-top: 10px; } }
          .my-grammar .main-section .topics .topic .topic-content .topic-heading {
            font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 22px;
            color: #00274b;
            padding-bottom: 8px; }
          .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading {
            display: none; }
          .my-grammar .main-section .topics .topic .topic-content ul {
            width: 100%;
            display: inline-block;
            text-align: center; }
            .my-grammar .main-section .topics .topic .topic-content ul li {
              padding-bottom: 5px;
              width: 95%;
              display: inline-block; }
              .my-grammar .main-section .topics .topic .topic-content ul li a {
                font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s; }
                .my-grammar .main-section .topics .topic .topic-content ul li a:hover, .my-grammar .main-section .topics .topic .topic-content ul li a:active {
                  color: rgba(0, 39, 75, 0.6); }
                @media only screen and (max-width: 1000px) {
                  .my-grammar .main-section .topics .topic .topic-content ul li a {
                    font-size: 15px; } }
              .my-grammar .main-section .topics .topic .topic-content ul li.odd-filler {
                display: none; }
  @media only screen and (max-width: 768px) {
    .my-grammar {
      top: -150%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      border-radius: 12px; }
      .my-grammar.open {
        top: 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .my-grammar .heading-section {
        padding-top: 20px;
        padding-bottom: 16px; }
        .my-grammar .heading-section h1 {
          font-size: 25px; }
        .my-grammar .heading-section .close-my-grammar {
          right: 8px;
          top: 7px; }
      .my-grammar .main-section .topics {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        max-width: 100%;
        width: 100%; }
        .my-grammar .main-section .topics .topic {
          padding-left: 0px;
          padding-bottom: 0px;
          float: left;
          width: 100%; }
          .my-grammar .main-section .topics .topic .topic-content {
            padding-top: 0px; }
            .my-grammar .main-section .topics .topic .topic-content .topic-heading {
              text-align: left;
              font-size: 22px; }
            .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading {
              display: inline-block;
              border-bottom: 1px solid #00274b;
              width: 100%; }
              .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .heading {
                width: 80%;
                display: inline-block;
                padding: 20px 0px 16px 5%;
                font-size: 22px;
                font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                text-align: left; }
              .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button {
                display: inline-block;
                width: 20%;
                text-align: center;
                vertical-align: top;
                padding-top: 26px; }
                .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button .chevron {
                  width: 26px;
                  display: inline-block;
                  -webkit-transition: all 0.3s;
                  -moz-transition: all 0.3s;
                  -ms-transition: all 0.3s;
                  -o-transition: all 0.3s;
                  transition: all 0.3s; }
                  .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button .chevron.down {
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg); }
                  .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button .chevron img {
                    width: 100%; } }
              @media only screen and (max-width: 768px) and (max-width: 500px) {
                .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button .chevron {
                  width: 22px; } }
  @media only screen and (max-width: 768px) {
            .my-grammar .main-section .topics .topic .topic-content ul {
              padding-top: 0px;
              overflow: hidden;
              max-height: 0px; }
              .my-grammar .main-section .topics .topic .topic-content ul.open {
                max-height: 350px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease; }
              .my-grammar .main-section .topics .topic .topic-content ul li {
                display: inline-block;
                width: 50%;
                border-bottom: solid 1px #00274b;
                padding-bottom: 0px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                float: left; }
                .my-grammar .main-section .topics .topic .topic-content ul li a {
                  margin-bottom: 0px;
                  padding-bottom: 12px;
                  padding-top: 12px;
                  width: 100%;
                  height: 100%;
                  display: inline-block;
                  opacity: 1; }
                  .my-grammar .main-section .topics .topic .topic-content ul li a:hover, .my-grammar .main-section .topics .topic .topic-content ul li a:active {
                    background-color: #d9f3f5;
                    opacity: 1;
                    color: #00274b; }
                .my-grammar .main-section .topics .topic .topic-content ul li:nth-child(even) {
                  border-left: solid 1px #00274b; }
                .my-grammar .main-section .topics .topic .topic-content ul li.odd-filler {
                  display: inline-block; } }
  @media only screen and (max-width: 500px) {
    .my-grammar {
      border-radius: 12px; }
      .my-grammar.open {
        top: 10px; }
      .my-grammar .heading-section {
        padding-top: 18px;
        padding-bottom: 14px; }
        .my-grammar .heading-section h1 {
          font-size: 25px; }
      .my-grammar .main-section .topics .topic .topic-content .topic-heading {
        font-size: 20px; }
      .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .heading {
        font-size: 20px;
        padding: 12px 0px 10px 5%; }
      .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button {
        padding-top: 19px; }
        .my-grammar .main-section .topics .topic .topic-content .mobile-topic-heading .accordion-button .chevron {
          width: 22px; }
      .my-grammar .main-section .topics .topic .topic-content ul.open {
        max-height: 350px; }
      .my-grammar .main-section .topics .topic .topic-content ul li {
        width: 100%; }
        .my-grammar .main-section .topics .topic .topic-content ul li a {
          padding-bottom: 7px;
          padding-top: 7px; }
        .my-grammar .main-section .topics .topic .topic-content ul li:nth-child(even) {
          border-left: none; }
        .my-grammar .main-section .topics .topic .topic-content ul li.odd-filler {
          display: none; } }

.header-desktop .search-container-button {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  background-color: #ffffff;
  height: 40px;
  border-radius: 22px;
  position: absolute;
  right: 9%;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 1400px) {
    .header-desktop .search-container-button {
      right: 6%; } }
  @media only screen and (max-width: 1000px) {
    .header-desktop .search-container-button {
      right: 4%; } }
  .header-desktop .search-container-button .temp-button {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    left: 0px;
    top: 0px;
    z-index: 1201;
    display: block;
    cursor: pointer;
    border-radius: 50%; }
    .header-desktop .search-container-button .temp-button.closed-for-search {
      display: none; }
  .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools {
    margin-bottom: 0px; }
    .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box {
      margin-bottom: 0px; }
      .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input {
        visibility: hidden;
        padding: 0px; }
        .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus {
          border: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none;
          background: none;
          height: auto; }
          .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
            padding: 0px;
            width: 765px; }
            @media only screen and (max-width: 1400px) {
              .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                width: 585px; } }
            @media only screen and (max-width: 1200px) {
              .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                width: 565px; } }
            @media only screen and (max-width: 1000px) {
              .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                width: 452px; } }
            .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a .gsc-input, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a .gsc-input, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a .gsc-input {
              font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #00274b;
              background: none !important;
              padding-top: 10px !important;
              padding-bottom: 10px !important;
              padding-left: 18px !important;
              height: 40px !important; }
          .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_b .gsst_b .gsst_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_b .gsst_b .gsst_a, .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_b .gsst_b .gsst_a {
            padding-top: 8px;
            visibility: hidden; }
      .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button {
        position: absolute;
        z-index: 1200;
        width: auto;
        right: 4px;
        top: 4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button:after {
          content: "\f002";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0px;
          z-index: 1199;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 23px;
          text-align: center;
          padding-top: 4px; }
        .header-desktop .search-container-button div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button input.gsc-search-button {
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          -ms-box-sizing: content-box;
          -o-box-sizing: content-box;
          box-sizing: content-box;
          margin: 0px;
          padding: 0px;
          position: relative;
          z-index: 1200;
          width: 30px;
          height: 30px;
          background: none;
          opacity: 0; }
  .header-desktop .search-container-button.open {
    margin-left: 0px;
    width: 91%; }
    @media only screen and (max-width: 1400px) {
      .header-desktop .search-container-button.open {
        width: 94%; } }
    @media only screen and (max-width: 1000px) {
      .header-desktop .search-container-button.open {
        width: 96%; } }
    .header-desktop .search-container-button.open div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input {
      visibility: visible; }
      .header-desktop .search-container-button.open div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_b .gsst_b .gsst_a, .header-desktop .search-container-button.open div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_b .gsst_b .gsst_a, .header-desktop .search-container-button.open div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_b .gsst_b .gsst_a {
        visibility: visible;
        -webkit-transition: all 0.1s linear 0.3s;
        -moz-transition: all 0.1s linear 0.3s;
        -ms-transition: all 0.1s linear 0.3s;
        -o-transition: all 0.1s linear 0.3s;
        transition: all 0.1s linear 0.3s; }
    .header-desktop .search-container-button.open div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button {
      right: 10px; }

.header-mobile .mobile-search-container {
  display: inline-block;
  width: 92%;
  vertical-align: middle;
  background-color: #ffffff;
  height: 40px;
  border-radius: 22px;
  position: absolute;
  right: 4%;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 500px) {
    .header-mobile .mobile-search-container {
      width: 92%;
      right: 4%;
      height: 34px; } }
  .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools {
    margin-bottom: 0px; }
    .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box {
      margin-bottom: 0px; }
      .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input {
        padding: 0px; }
        .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus {
          border: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none;
          background: none;
          height: auto; }
          .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
            padding: 0px;
            width: 85%; }
            @media only screen and (max-width: 500px) {
              .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                width: 82%; } }
            @media only screen and (max-width: 400px) {
              .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                width: 79%; } }
            .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a .gsc-input, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a .gsc-input, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a .gsc-input {
              font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
              font-weight: normal;
              font-style: normal;
              color: #00274b;
              background: none !important;
              padding-top: 10px !important;
              padding-bottom: 10px !important;
              padding-left: 18px !important;
              height: 40px !important; }
              @media only screen and (max-width: 500px) {
                .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a .gsc-input, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a .gsc-input, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a .gsc-input {
                  padding-top: 8px !important;
                  padding-bottom: 8px !important;
                  height: 36px !important; } }
          .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_b .gsst_b, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_b .gsst_b, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_b .gsst_b {
            text-align: right;
            padding-right: 43px; }
            .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_b .gsst_b .gsst_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_b .gsst_b .gsst_a, .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_b .gsst_b .gsst_a {
              padding-top: 8px;
              visibility: visible; }
      .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button {
        position: absolute;
        z-index: 1200;
        width: auto;
        right: 10px;
        top: 4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media only screen and (max-width: 500px) {
          .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button {
            top: 1px; } }
        .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button:after {
          content: "\f002";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0px;
          z-index: 1199;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 23px;
          text-align: center;
          padding-top: 4px; }
        .header-mobile .mobile-search-container div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button input.gsc-search-button {
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          -ms-box-sizing: content-box;
          -o-box-sizing: content-box;
          box-sizing: content-box;
          margin: 0px;
          padding: 0px;
          position: relative;
          z-index: 1200;
          width: 30px;
          height: 30px;
          background: none;
          opacity: 0; }

.search-results {
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .search-results {
      padding-bottom: 30px; } }
  .search-results .results-container, .search-results .results-page-search {
    width: 1000px;
    display: inline-block;
    text-align: left;
    max-width: 90%; }
    @media only screen and (max-width: 1300px) {
      .search-results .results-container, .search-results .results-page-search {
        width: 900px; } }
    @media only screen and (max-width: 768px) {
      .search-results .results-container, .search-results .results-page-search {
        max-width: 92%; } }
  .search-results .results-page-search {
    position: relative;
    border: 1px solid #a1ceed; }
    .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools {
      margin-bottom: 0px; }
      .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box {
        margin-bottom: 0px; }
        .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input {
          padding: 0px; }
          .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus {
            border: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            background: none;
            height: auto; }
            .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
              padding: 0px;
              width: 91.5%; }
              @media only screen and (max-width: 1300px) {
                .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                  width: 90.5%; } }
              @media only screen and (max-width: 1000px) {
                .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                  width: 90%; } }
              @media only screen and (max-width: 768px) {
                .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                  width: 85%; } }
              @media only screen and (max-width: 500px) {
                .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                  width: 82%; } }
              @media only screen and (max-width: 400px) {
                .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a {
                  width: 79%; } }
              .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_a .gsc-input, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_a .gsc-input, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_a .gsc-input {
                font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
                font-weight: normal;
                font-style: normal;
                color: #00274b;
                background: none !important;
                padding-top: 10px !important;
                padding-bottom: 10px !important;
                padding-left: 18px !important; }
            .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box table tbody tr .gsib_b .gsst_b .gsst_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-hover table tbody tr .gsib_b .gsst_b .gsst_a, .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-input .gsc-input-box-focus table tbody tr .gsib_b .gsst_b .gsst_a {
              padding-top: 8px; }
        .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button {
          position: absolute;
          z-index: 200;
          width: auto;
          right: 2%;
          top: 4px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button:after {
            content: "\f002";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0px;
            z-index: 199;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: 23px;
            text-align: center;
            padding-top: 4px; }
          .search-results .results-page-search div .gsc-control-searchbox-only form.gsc-search-box.gsc-search-box-tools table.gsc-search-box tbody tr td.gsc-search-button input.gsc-search-button {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -ms-box-sizing: content-box;
            -o-box-sizing: content-box;
            box-sizing: content-box;
            margin: 0px;
            padding: 0px;
            position: relative;
            z-index: 200;
            width: 30px;
            height: 30px;
            background: none;
            opacity: 0; }
  .search-results .results-container {
    /*.gsc-webResult.gsc-result:hover, .gsc-results .gsc-imageResult:hover {
        border-color: #cbcbcb;
        border: none;
        border-bottom: 1px solid #cbcbcb;
        background-color:#eee;
    }*/ }
    .search-results .results-container .gs-webResult.gs-result div.gs-title, .search-results .results-container .gs-webResult.gs-result div.gs-title, .search-results .results-container .gs-imageResult div.gs-title {
      margin: 0;
      margin-bottom: 10px;
      text-decoration: none;
      height: auto;
      overflow: visible;
      margin-left: 0px; }
      .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:visited, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:visited b, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:link, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:link b, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:visited, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:visited b, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:link, .search-results .results-container .gs-webResult.gs-result div.gs-title a.gs-title:link b, .search-results .results-container .gs-imageResult div.gs-title a.gs-title:visited, .search-results .results-container .gs-imageResult div.gs-title a.gs-title:visited b, .search-results .results-container .gs-imageResult div.gs-title a.gs-title:link, .search-results .results-container .gs-imageResult div.gs-title a.gs-title:link b {
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        color: #00274b;
        background-color: transparent;
        text-decoration: none;
        outline: none;
        line-height: 0px;
        font-size: 20px; }
    .search-results .results-container .gsc-control-cse {
      padding: 0px;
      padding-top: 20px; }
    .search-results .results-container .gsc-table-result {
      padding: 0px; }
    .search-results .results-container .gsc-table-cell-thumbnail, .search-results .results-container .gs-promotion-image-cell {
      display: none; }
    .search-results .results-container .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
      display: none; }
    .search-results .results-container .gs-web-image-box-landscape img.gs-image, .search-results .results-container .gs-web-image-box img.gs-image,
    .search-results .results-container .gs-result img.gs-image, .search-results .results-container .gs-result img.gs-promotion-image,
    .search-results .results-container .gs-web-image-box img.gs-image, .search-results .results-container .gs-promotion-image-box img.gs-promotion-image {
      display: none; }
    .search-results .results-container .gsc-url-top {
      display: none; }
    .search-results .results-container .gsc-thumbnail-inside {
      padding-left: 0px; }
    .search-results .results-container .gs-snippet {
      margin-left: 0px;
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #575756; }
      .search-results .results-container .gs-snippet b {
        font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
    .search-results .results-container .gs-no-results-result .gs-snippet {
      margin: 0px;
      border-width: 0px;
      background: none; }
    .search-results .results-container .gs-fileFormat {
      display: none; }
    .search-results .results-container .gs-fileFormatType {
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      color: #575756; }
    .search-results .results-container .gsc-webResult.gsc-results {
      width: 100%; }
    .search-results .results-container .gsc-webResult.gsc-result, .search-results .results-container .gsc-results .gsc-imageResult {
      border-color: #cbcbcb;
      border: none;
      border-bottom: 1px solid #cbcbcb; }
    .search-results .results-container .gsc-webResult .gsc-result {
      padding-bottom: 20px;
      padding-top: 20px; }
    .search-results .results-container .gsc-cursor-box {
      margin-left: 0px;
      margin-top: 20px; }
      .search-results .results-container .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
        font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px; }
        .search-results .results-container .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
          font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #00274b; }
    .search-results .results-container .gs-per-result-labels {
      display: none; }

.gcsc-branding {
  display: none; }

.page-loader-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 10000; }
  .page-loader-screen.loaded {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s; }
    @media only screen and (max-width: 768px) {
      .page-loader-screen.loaded {
        -webkit-transition: all 0.3s ease 0.5s;
        -moz-transition: all 0.3s ease 0.5s;
        -ms-transition: all 0.3s ease 0.5s;
        -o-transition: all 0.3s ease 0.5s;
        transition: all 0.3s ease 0.5s; } }
    .page-loader-screen.loaded.removed {
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
  .page-loader-screen .page-loader {
    left: 50%;
    top: 40%;
    width: 35%;
    min-width: 120px;
    max-width: 180px;
    -webkit-transform: translate(-50%) scale(1.5);
    -moz-transform: translate(-50%) scale(1.5);
    -ms-transform: translate(-50%) scale(1.5);
    -o-transform: translate(-50%) scale(1.5);
    transform: translate(-50%) scale(1.5);
    position: absolute; }
    .page-loader-screen .page-loader .pl-logo {
      width: 100%;
      display: inline-block;
      text-align: center;
      position: relative; }
      .page-loader-screen .page-loader .pl-logo img {
        display: inline-block;
        vertical-align: middle; }
        .page-loader-screen .page-loader .pl-logo img.crest {
          width: 35%;
          top: 0px;
          display: inline-block;
          padding-bottom: 1px; }
          @media only screen and (max-width: 768px) {
            .page-loader-screen .page-loader .pl-logo img.crest {
              display: none; } }
        .page-loader-screen .page-loader .pl-logo img.text {
          width: 100%; }
      .page-loader-screen .page-loader .pl-logo:before {
        content: '';
        background-image: url(../images/iggs_logo_crest.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        position: absolute;
        width: 35%;
        height: 200%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        top: -205%;
        display: none; }
        @media only screen and (max-width: 768px) {
          .page-loader-screen .page-loader .pl-logo:before {
            display: inline-block; } }
    .page-loader-screen .page-loader .load-animation {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-size: 0px;
      padding-top: 20px; }
      .page-loader-screen .page-loader .load-animation img {
        width: 50px;
        height: 50px;
        -webkit-animation: spin 0.75s linear infinite;
        -moz-animation: spin 0.75s linear infinite;
        -o-animation: spin 0.75s linear infinite;
        animation: spin 0.75s linear infinite; }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
      @media only screen and (max-width: 500px) {
        .page-loader-screen .page-loader .load-animation {
          padding-top: 15px; }
          .page-loader-screen .page-loader .load-animation img {
            width: 40px;
            height: 40px; } }
      .page-loader-screen .page-loader .load-animation.loaded {
        opacity: 0.0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .page-loader-screen .page-loader.loaded {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 0;
      -webkit-transform: translate(-50%) scale(0.2);
      -moz-transform: translate(-50%) scale(0.2);
      -ms-transform: translate(-50%) scale(0.2);
      -o-transform: translate(-50%) scale(0.2);
      transform: translate(-50%) scale(0.2); }
      @media only screen and (max-width: 768px) {
        .page-loader-screen .page-loader.loaded {
          opacity: 1;
          top: 15px;
          -webkit-transform: translate(-50%, 0%);
          -moz-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }
          .page-loader-screen .page-loader.loaded .pl-logo:before {
            top: -300%;
            opacity: 0;
            -webkit-transition: all 0.3s ease-out 0.3s;
            -moz-transition: all 0.3s ease-out 0.3s;
            -ms-transition: all 0.3s ease-out 0.3s;
            -o-transition: all 0.3s ease-out 0.3s;
            transition: all 0.3s ease-out 0.3s; } }

.gform_confirmation_message {
  color: #000000;
  padding: 25px 0;
  font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
  font-size: 16px; }

.stripe_logo {
  width: 18%; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  font-size: 20px !important;
  margin-top: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 10px !important; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-size: 20px !important; }

.gform_wrapper form .validation_error {
  display: none !important; }
.gform_wrapper form .hide-label,
.gform_wrapper form .clearit {
  margin-top: 0 !important; }
  .gform_wrapper form .hide-label > label,
  .gform_wrapper form .clearit > label {
    display: none !important; }
.gform_wrapper form input[type="submit"] {
  clear: both;
  -webkit-appearance: none;
  appearance: none;
  text-align: left;
  border: solid 1px #00274B;
  border-radius: 12px;
  padding: 10px 25px 10px 25px;
  float: left;
  color: #00274B;
  margin-bottom: 50px;
  margin-top: 10px;
  font-size: 18px !important;
  font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif; }
.gform_wrapper form .gform_body .gform_fields .validation_message,
.gform_wrapper form .gform_footer .validation_message {
  color: red;
  font-size: 13px;
  clear: both;
  padding-top: 0 !important;
  margin-top: 5px !important; }
.gform_wrapper form .gform_body .gform_fields ul,
.gform_wrapper form .gform_body .gform_fields .ginput_complex, .gform_wrapper form .gform_body .gform_fields.gform_fields,
.gform_wrapper form .gform_footer ul,
.gform_wrapper form .gform_footer .ginput_complex,
.gform_wrapper form .gform_footer.gform_fields {
  list-style: none;
  margin-left: -10px !important;
  margin-right: -10px !important; }
.gform_wrapper form .gform_body .gform_fields .gsection,
.gform_wrapper form .gform_footer .gsection {
  margin-top: 30px; }
.gform_wrapper form .gform_body .gform_fields li, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span,
.gform_wrapper form .gform_footer li,
.gform_wrapper form .gform_footer .ginput_complex > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  list-style: none;
  list-style-type: none; }
  .gform_wrapper form .gform_body .gform_fields li.half, .gform_wrapper form .gform_body .gform_fields li.left_half, .gform_wrapper form .gform_body .gform_fields li.right_half, .gform_wrapper form .gform_body .gform_fields li.ginput_left, .gform_wrapper form .gform_body .gform_fields li.ginput_right, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.half, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.left_half, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.right_half, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.ginput_left, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.ginput_right,
  .gform_wrapper form .gform_footer li.half,
  .gform_wrapper form .gform_footer li.left_half,
  .gform_wrapper form .gform_footer li.right_half,
  .gform_wrapper form .gform_footer li.ginput_left,
  .gform_wrapper form .gform_footer li.ginput_right,
  .gform_wrapper form .gform_footer .ginput_complex > span.half,
  .gform_wrapper form .gform_footer .ginput_complex > span.left_half,
  .gform_wrapper form .gform_footer .ginput_complex > span.right_half,
  .gform_wrapper form .gform_footer .ginput_complex > span.ginput_left,
  .gform_wrapper form .gform_footer .ginput_complex > span.ginput_right {
    clear: none; }
    @media screen and (min-width: 501px) {
      .gform_wrapper form .gform_body .gform_fields li.half, .gform_wrapper form .gform_body .gform_fields li.left_half, .gform_wrapper form .gform_body .gform_fields li.right_half, .gform_wrapper form .gform_body .gform_fields li.ginput_left, .gform_wrapper form .gform_body .gform_fields li.ginput_right, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.half, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.left_half, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.right_half, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.ginput_left, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.ginput_right,
      .gform_wrapper form .gform_footer li.half,
      .gform_wrapper form .gform_footer li.left_half,
      .gform_wrapper form .gform_footer li.right_half,
      .gform_wrapper form .gform_footer li.ginput_left,
      .gform_wrapper form .gform_footer li.ginput_right,
      .gform_wrapper form .gform_footer .ginput_complex > span.half,
      .gform_wrapper form .gform_footer .ginput_complex > span.left_half,
      .gform_wrapper form .gform_footer .ginput_complex > span.right_half,
      .gform_wrapper form .gform_footer .ginput_complex > span.ginput_left,
      .gform_wrapper form .gform_footer .ginput_complex > span.ginput_right {
        width: 50%; } }
  .gform_wrapper form .gform_body .gform_fields li.quarter, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.quarter,
  .gform_wrapper form .gform_footer li.quarter,
  .gform_wrapper form .gform_footer .ginput_complex > span.quarter {
    clear: none;
    width: 50%; }
    @media screen and (min-width: 1101px) {
      .gform_wrapper form .gform_body .gform_fields li.quarter, .gform_wrapper form .gform_body .gform_fields .ginput_complex > span.quarter,
      .gform_wrapper form .gform_footer li.quarter,
      .gform_wrapper form .gform_footer .ginput_complex > span.quarter {
        width: 25%; } }
.gform_wrapper form .gform_body .gform_fields label,
.gform_wrapper form .gform_footer label {
  font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }
.gform_wrapper form .gform_body .gform_fields .ginput_complex,
.gform_wrapper form .gform_footer .ginput_complex {
  margin-bottom: -25px !important; }
  .gform_wrapper form .gform_body .gform_fields .ginput_complex label,
  .gform_wrapper form .gform_footer .ginput_complex label {
    font-size: 13px;
    font-weight: 300; }
.gform_wrapper form .gform_body .gform_fields input[type="text"],
.gform_wrapper form .gform_body .gform_fields input[type="email"],
.gform_wrapper form .gform_body .gform_fields select,
.gform_wrapper form .gform_body .gform_fields textarea,
.gform_wrapper form .gform_footer input[type="text"],
.gform_wrapper form .gform_footer input[type="email"],
.gform_wrapper form .gform_footer select,
.gform_wrapper form .gform_footer textarea {
  width: 100%;
  height: 48px;
  font-size: 15px !important;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding-left: 10px !important;
  font-family: "Trebuchet", "Open Sans", "Arial", sans-serif !important;
  color: #000000; }
.gform_wrapper form .gform_body .gform_fields select,
.gform_wrapper form .gform_footer select {
  background: url(../images/up_down.png) no-repeat 97% 50%;
  appearance: none;
  background-size: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }
.gform_wrapper form .gform_body .gform_fields .gform_footer,
.gform_wrapper form .gform_footer .gform_footer {
  clear: both; }

.image-panel {
  display: inline-block;
  /*removes the annoying gap that can occasionally appear */
  margin-top: -1px; }
  .image-panel img {
    width: 100%; }

.image-full {
  width: 100%; }

.image-half {
  clear: none;
  width: 50%;
  float: left; }
  @media screen and (max-width: 768px) {
    .image-half {
      clear: both;
      width: 100%; } }

.fullwidth_banner12 {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .fullwidth_banner12::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(121, 168, 206, 0.92) 20%, rgba(0, 39, 75, 0.55) 45%, transparent 60%);
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .fullwidth_banner12::after {
        width: 150%; } }
    @media only screen and (max-width: 500px) {
      .fullwidth_banner12::after {
        width: 175%; } }
    @media only screen and (max-width: 400px) {
      .fullwidth_banner12::after {
        width: 200%; } }
  .fullwidth_banner12 .banner-img {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    max-width: none; }
    @media only screen and (max-width: 1000px) {
      .fullwidth_banner12 .banner-img {
        width: 120%; } }
    @media only screen and (max-width: 768px) {
      .fullwidth_banner12 .banner-img {
        width: 150%;
        left: -25%; } }
    @media only screen and (max-width: 500px) {
      .fullwidth_banner12 .banner-img {
        width: 200%;
        left: -50%; } }
  .fullwidth_banner12 .banner-wrapper {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -55%);
    -moz-transform: translate(0%, -55%);
    -ms-transform: translate(0%, -55%);
    -o-transform: translate(0%, -55%);
    transform: translate(0%, -55%);
    z-index: 100;
    width: 500px; }
    @media only screen and (max-width: 1600px) {
      .fullwidth_banner12 .banner-wrapper {
        width: 450px; } }
    @media only screen and (max-width: 1300px) {
      .fullwidth_banner12 .banner-wrapper {
        width: 400px; } }
    @media only screen and (max-width: 1000px) {
      .fullwidth_banner12 .banner-wrapper {
        left: 5%; } }
    @media only screen and (max-width: 768px) {
      .fullwidth_banner12 .banner-wrapper {
        width: 360px; } }
    @media only screen and (max-width: 500px) {
      .fullwidth_banner12 .banner-wrapper {
        width: 90%; } }
    .fullwidth_banner12 .banner-wrapper .banner-content {
      display: inline-block;
      position: relative;
      text-align: center;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 100; }
      @media only screen and (max-width: 1000px) {
        .fullwidth_banner12 .banner-wrapper .banner-content {
          text-align: left; } }
      @media only screen and (max-width: 500px) {
        .fullwidth_banner12 .banner-wrapper .banner-content {
          width: 100%; } }
      .fullwidth_banner12 .banner-wrapper .banner-content h1 {
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 45px;
        color: white;
        padding-bottom: 8px; }
        @media only screen and (max-width: 1600px) {
          .fullwidth_banner12 .banner-wrapper .banner-content h1 {
            font-size: 40px; } }
        @media only screen and (max-width: 1300px) {
          .fullwidth_banner12 .banner-wrapper .banner-content h1 {
            font-size: 35px; } }
        @media only screen and (max-width: 768px) {
          .fullwidth_banner12 .banner-wrapper .banner-content h1 {
            font-size: 30px; } }
        @media only screen and (max-width: 500px) {
          .fullwidth_banner12 .banner-wrapper .banner-content h1 {
            font-size: 26px; } }
      .fullwidth_banner12 .banner-wrapper .banner-content p {
        font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        color: white; }
        @media only screen and (max-width: 1600px) {
          .fullwidth_banner12 .banner-wrapper .banner-content p {
            font-size: 23px; } }
        @media only screen and (max-width: 1300px) {
          .fullwidth_banner12 .banner-wrapper .banner-content p {
            font-size: 20px; } }
        @media only screen and (max-width: 1000px) {
          .fullwidth_banner12 .banner-wrapper .banner-content p {
            font-size: 18px; } }
        @media only screen and (max-width: 768px) {
          .fullwidth_banner12 .banner-wrapper .banner-content p {
            font-size: 16px; } }
        @media only screen and (max-width: 500px) {
          .fullwidth_banner12 .banner-wrapper .banner-content p {
            width: 90%;
            font-size: 15px;
            max-width: 300px; } }
  .fullwidth_banner12:hover::after {
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    -ms-transition: all 1s ease 0.1s;
    -o-transition: all 1s ease 0.1s;
    transition: all 1s ease 0.1s;
    width: 150%; }
  .fullwidth_banner12:hover .banner-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease; }
    @media only screen and (max-width: 768px) {
      .fullwidth_banner12:hover .banner-img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
  .fullwidth_banner12.right::after {
    left: initial;
    right: 0px;
    background: linear-gradient(to left, rgba(0, 39, 75, 0.92) 20%, rgba(0, 39, 75, 0.55) 45%, transparent 60%); }
  .fullwidth_banner12.right .banner-wrapper {
    left: initial;
    right: 10%; }
    @media only screen and (max-width: 1000px) {
      .fullwidth_banner12.right .banner-wrapper {
        left: initial;
        right: 5%; }
        .fullwidth_banner12.right .banner-wrapper .banner-content {
          text-align: center; } }
    @media only screen and (max-width: 500px) {
      .fullwidth_banner12.right .banner-wrapper .banner-content {
        text-align: center; }
        .fullwidth_banner12.right .banner-wrapper .banner-content p {
          display: inline-block; } }

.general_banner {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block; }
  .general_banner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(165, 205, 237, 0.8);
    display: inline-block; }
  @media (max-width: 767px) {
    .general_banner {
      width: 150%;
      height: auto; } }
  .general_banner .general-banner-img {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    opacity: 1; }
  .general_banner .general-banner-wrapper {
    display: block;
    text-align: center;
    position: absolute;
    float: left;
    top: 35%;
    height: 200px;
    width: 100%;
    z-index: 100; }
    .general_banner .general-banner-wrapper .general-banner-content {
      display: inline-block;
      position: absolute;
      text-align: center;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 100; }
      .general_banner .general-banner-wrapper .general-banner-content h1 {
        font-size: 50px;
        color: white; }
        @media (max-width: 1023px) {
          .general_banner .general-banner-wrapper .general-banner-content h1 {
            font-size: 30px; } }
      .general_banner .general-banner-wrapper .general-banner-content p {
        font-size: 30px;
        color: white; }
        @media (max-width: 1023px) {
          .general_banner .general-banner-wrapper .general-banner-content p {
            font-size: 20px; } }
      @media (max-width: 1023px) {
        .general_banner .general-banner-wrapper .general-banner-content {
          text-align: left; } }
    @media (max-width: 1023px) {
      .general_banner .general-banner-wrapper {
        top: 50px; } }

.connect {
  width: 100%;
  height: auto;
  background-color: #00274b;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .connect {
      padding-bottom: 30px; } }
  .connect .connect-wrapper {
    display: inline-block;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .connect .connect-wrapper {
        width: 100%;
        max-width: 500px; } }
    .connect .connect-wrapper .connect-content {
      display: block;
      text-align: center;
      margin: 50px; }
      .connect .connect-wrapper .connect-content h1 {
        color: #ffffff;
        position: relative;
        margin: 0 0 0 0;
        font-size: 40px;
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        padding-bottom: 7px; }
        @media only screen and (max-width: 1000px) {
          .connect .connect-wrapper .connect-content h1 {
            font-size: 35px; } }
        @media only screen and (max-width: 500px) {
          .connect .connect-wrapper .connect-content h1 {
            font-size: 30px; } }
      .connect .connect-wrapper .connect-content p {
        position: relative;
        margin: 0 0 0 0;
        font-size: 15px;
        color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .connect .connect-wrapper .connect-content {
          margin: 0px;
          margin-left: 5%;
          margin-right: 5%;
          margin-bottom: 40px; } }
  .connect .connect-menu {
    display: inline-block;
    text-align: center;
    margin: 30px; }
    @media only screen and (max-width: 1000px) {
      .connect .connect-menu {
        width: 500px; } }
    @media only screen and (max-width: 768px) {
      .connect .connect-menu {
        width: 100%;
        margin-left: 0px;
        margin-right: 50px;
        margin: 0; } }
    .connect .connect-menu .footer-icon {
      display: inline-block;
      text-align: center;
      width: 250px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1300px) {
        .connect .connect-menu .footer-icon {
          width: 230px; } }
      @media only screen and (max-width: 500px) {
        .connect .connect-menu .footer-icon {
          width: 100%;
          margin-bottom: 0px;
          width: 100%; }
          .connect .connect-menu .footer-icon .button_default {
            vertical-align: middle;
            width: 50%; }
            .connect .connect-menu .footer-icon .button_default a {
              padding: 13px 18px;
              font-size: 18px; } }
    .connect .connect-menu .img-wrapper {
      height: 63px;
      display: block;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .connect .connect-menu .img-wrapper {
          height: 50px; } }
      @media only screen and (max-width: 500px) {
        .connect .connect-menu .img-wrapper {
          display: inline-block;
          width: 70px;
          margin-right: 20px; } }
      .connect .connect-menu .img-wrapper .img-expand {
        vertical-align: middle;
        display: inline-block;
        height: 100%; }
  .connect .flag-wrapper {
    display: inline-block;
    width: 200px;
    height: 500px;
    position: absolute;
    margin-right: 40%; }
    @media only screen and (max-width: 1000px) {
      .connect .flag-wrapper {
        display: none; } }
    .connect .flag-wrapper .flag {
      background-image: url("../images/SpiritFlag_Navy.png");
      height: 100%;
      background-attachment: scroll;
      background-position: 50% 0%;
      background-size: 100%;
      background-repeat: no-repeat;
      display: block; }

.header_vid {
  width: 100%;
  height: 950px;
  position: scroll;
  z-index: 1; }

.hero-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%; }
  .hero-wrapper iframe#video {
    width: 100%; }
    @media (max-width: 767px) {
      .hero-wrapper iframe#video {
        display: none; } }
  .hero-wrapper .home_hero {
    display: none;
    position: relative; }
    .hero-wrapper .home_hero .down-button-container {
      display: none;
      position: absolute;
      top: 75%;
      left: 50%;
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%);
      width: 60px;
      height: 60px;
      cursor: pointer;
      border-radius: 50%;
      opacity: 1;
      -webkit-transition: top 0.75s ease 0.4s, opacity 0.75s ease 0.6s;
      -moz-transition: top 0.75s ease 0.4s, opacity 0.75s ease 0.6s;
      -ms-transition: top 0.75s ease 0.4s, opacity 0.75s ease 0.6s;
      -o-transition: top 0.75s ease 0.4s, opacity 0.75s ease 0.6s;
      transition: top 0.75s ease 0.4s, opacity 0.75s ease 0.6s; }
      .hero-wrapper .home_hero .down-button-container.initial {
        top: 125%;
        opacity: 0.0; }
      .hero-wrapper .home_hero .down-button-container .down-button {
        top: 50%;
        position: relative;
        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%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8); }
        .hero-wrapper .home_hero .down-button-container .down-button img {
          width: 65%;
          top: 35%;
          position: relative;
          -webkit-animation: down_bounce 1s infinite alternate;
          -moz-animation: down_bounce 1s infinite alternate;
          -o-animation: down_bounce 1s infinite alternate;
          animation: down_bounce 1s infinite alternate; }
@-webkit-keyframes down_bounce {
  0% {
    top: 50%; }
  25%,
                        100% {
    top: 35%; } }
@-moz-keyframes down_bounce {
  0% {
    top: 50%; }
  25%,
                        100% {
    top: 35%; } }
@-o-keyframes down_bounce {
  0% {
    top: 50%; }
  25%,
                        100% {
    top: 35%; } }
@keyframes down_bounce {
  0% {
    top: 50%; }
  25%,
                        100% {
    top: 35%; } }
    @media only screen and (max-width: 768px) {
      .hero-wrapper .home_hero {
        display: inline-block;
        width: 100%;
        max-width: 768px;
        height: 100vh;
        min-height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% bottom;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .hero-wrapper .home_hero .down-button-container {
          display: block; } }

.hero_banner {
  background: url("../images/IJGS_183_StainRemoved.jpg") center center;
  width: 100%;
  height: 100%; }

.hero_btn {
  position: absolute;
  top: initial;
  bottom: 12.5%;
  left: 75%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #ffffff;
  border-radius: 10px;
  color: #00274b;
  background-color: #ffffff;
  visibility: visible;
  opacity: 1.0; }
  .hero_btn.hidden {
    visibility: hidden;
    opacity: 0.0; }
  .hero_btn:hover {
    background-color: rgba(0, 39, 75, 0.8);
    border-color: rgba(0, 39, 75, 0.8);
    color: #ffffff; }
  .hero_btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 13px 25px;
    font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 25px; }
    @media screen and (max-width: 1600px) {
      .hero_btn a {
        font-size: 22px; } }
    @media screen and (max-width: 1300px) {
      .hero_btn a {
        font-size: 20px; } }
    @media screen and (max-width: 1000px) {
      .hero_btn a {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .hero_btn a {
        font-size: 18px; } }
    @media screen and (max-width: 500px) {
      .hero_btn a {
        font-size: 17px; } }
    @media screen and (max-width: 1600px) {
      .hero_btn a {
        padding: 12px 23px; } }
    @media screen and (max-width: 1300px) {
      .hero_btn a {
        padding: 11px 20px; } }
    @media screen and (max-width: 1000px) {
      .hero_btn a {
        padding: 11px 20px; } }
  @media only screen and (max-width: 1000px) {
    .hero_btn {
      left: 70%;
      bottom: 10%; } }
  @media only screen and (max-width: 768px) {
    .hero_btn {
      display: none; } }
  .hero_btn.mobile {
    top: 30px;
    left: 0px;
    position: relative;
    width: 180px;
    background-color: rgba(0, 39, 75, 0.8);
    border-width: 0px;
    -webkit-transition: left 0.75s ease 0.25s;
    -moz-transition: left 0.75s ease 0.25s;
    -ms-transition: left 0.75s ease 0.25s;
    -o-transition: left 0.75s ease 0.25s;
    transition: left 0.75s ease 0.25s; }
    .hero_btn.mobile a {
      padding: 10px;
      color: #ffffff; }
    .hero_btn.mobile.initial {
      left: -100%; }
    @media only screen and (max-width: 768px) {
      .hero_btn.mobile {
        display: block; } }
    @media only screen and (max-width: 500px) {
      .hero_btn.mobile {
        top: 20px;
        width: 160px; }
        .hero_btn.mobile a {
          padding: 9px;
          font-size: 16px; } }

.principal-section {
  margin-top: -10px; }
  @media only screen and (max-width: 768px) {
    .principal-section {
      margin-top: 0px; } }

.principal_bg {
  background-image: url("../images/Principals_Background.jpg");
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .principal_bg {
      background-image: none;
      margin-top: 50px; } }
  .principal_bg .principal-img-wrapper {
    position: relative;
    display: inline-block;
    height: 800px;
    width: 700px;
    padding-top: 100px;
    left: 5%;
    /*@include semi {
        height: 700px;
        width: 700px;
    }*/ }
    @media only screen and (max-width: 1300px) {
      .principal_bg .principal-img-wrapper {
        height: 500px;
        width: 400px;
        left: 10%;
        padding-top: 50px; } }
    @media only screen and (max-width: 1000px) {
      .principal_bg .principal-img-wrapper {
        width: 350px;
        height: 400px;
        left: -50px;
        padding-top: 0px; } }
    @media only screen and (max-width: 768px) {
      .principal_bg .principal-img-wrapper {
        display: block;
        margin: 0 auto;
        width: 300px;
        height: 300px;
        left: 0px; } }
    @media only screen and (max-width: 500px) {
      .principal_bg .principal-img-wrapper {
        width: 250px;
        height: 250px; } }
    .principal_bg .principal-img-wrapper .principal_img {
      height: 100%;
      background-attachment: scroll;
      background-size: 110%;
      background-repeat: no-repeat;
      display: block; }
      @media only screen and (max-width: 768px) {
        .principal_bg .principal-img-wrapper .principal_img {
          border-radius: 200px;
          background-position: 75% 0px !important; } }
  .principal_bg .principal-text-wrapper {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 300px;
    margin-left: 8%;
    width: 520px; }
    @media only screen and (max-width: 1600px) {
      .principal_bg .principal-text-wrapper {
        width: 35%; } }
    @media only screen and (max-width: 1300px) {
      .principal_bg .principal-text-wrapper {
        margin-left: 15%;
        margin-top: 150px;
        width: 40%; } }
    @media only screen and (max-width: 1000px) {
      .principal_bg .principal-text-wrapper {
        margin-left: -2%;
        margin-top: 80px;
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .principal_bg .principal-text-wrapper {
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
        margin-top: 30px;
        left: 0px;
        width: 90%;
        max-width: 550px; } }
    .principal_bg .principal-text-wrapper .principal_text {
      text-align: center;
      display: inline-block;
      width: 100%;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .principal_bg .principal-text-wrapper .principal_text {
          padding-bottom: 10px; } }
      .principal_bg .principal-text-wrapper .principal_text h1 {
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #ffffff;
        font-size: 40px; }
        @media only screen and (max-width: 1300px) {
          .principal_bg .principal-text-wrapper .principal_text h1 {
            font-size: 35px; } }
        @media only screen and (max-width: 768px) {
          .principal_bg .principal-text-wrapper .principal_text h1 {
            color: #00274b; } }
        @media only screen and (max-width: 500px) {
          .principal_bg .principal-text-wrapper .principal_text h1 {
            font-size: 30px; } }
      .principal_bg .principal-text-wrapper .principal_text p {
        margin-top: 15px;
        line-height: 140%;
        font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 22px;
        color: #ffffff; }
        @media only screen and (max-width: 1300px) {
          .principal_bg .principal-text-wrapper .principal_text p {
            font-size: 19px; } }
        @media only screen and (max-width: 768px) {
          .principal_bg .principal-text-wrapper .principal_text p {
            color: #00274b; } }
        @media only screen and (max-width: 768px) {
          .principal_bg .principal-text-wrapper .principal_text p {
            font-size: 16px;
            max-width: 470px;
            display: inline-block; } }
    .principal_bg .principal-text-wrapper .button_default a {
      margin-top: 20px; }
      @media only screen and (max-width: 1300px) {
        .principal_bg .principal-text-wrapper .button_default a {
          margin-top: 15px; } }

.shaping {
  width: 65%;
  background-image: url("../images/IGGS_TagSprite.png");
  background-position: 0 3800%;
  background-repeat: none;
  background-size: 100%;
  -webkit-animation: play 3s steps(37) forwards;
  -moz-animation: play 3s steps(37) forwards;
  -o-animation: play 3s steps(37) forwards;
  animation: play 3s steps(37) forwards;
  animation-delay: 3s;
  z-index: 99;
  position: absolute;
  bottom: 10%;
  left: 4%;
  /*@include mq_arg(top,
  30%,
  37%,
  44%);*/
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s; }
  @media only screen and (max-width: 1000px) {
    .shaping {
      width: 60%; } }
  @media only screen and (max-width: 768px) {
    .shaping {
      display: none; } }

@-webkit-keyframes play {
  from {
    background-position: 0 3800%; }
  to {
    background-position: 0 100%; } }
@-moz-keyframes play {
  from {
    background-position: 0 3800%; }
  to {
    background-position: 0 100%; } }
@-o-keyframes play {
  from {
    background-position: 0 3800%; }
  to {
    background-position: 0 100%; } }
@keyframes play {
  from {
    background-position: 0 3800%; }
  to {
    background-position: 0 100%; } }
.shaping-mb {
  display: none;
  top: 95px;
  width: 50%;
  position: absolute;
  left: 10%;
  z-index: 2;
  opacity: 1.0;
  -webkit-transition: left 0.75s ease, opacity 0.75s ease 0.2s;
  -moz-transition: left 0.75s ease, opacity 0.75s ease 0.2s;
  -ms-transition: left 0.75s ease, opacity 0.75s ease 0.2s;
  -o-transition: left 0.75s ease, opacity 0.75s ease 0.2s;
  transition: left 0.75s ease, opacity 0.75s ease 0.2s; }
  .shaping-mb img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .shaping-mb {
      display: block;
      left: 8%; } }
  @media only screen and (max-width: 500px) {
    .shaping-mb {
      top: 87px;
      top: 80px;
      left: 7%; } }
  @media only screen and (max-width: 400px) {
    .shaping-mb {
      top: 70px;
      left: 5%; } }
  .shaping-mb.initial {
    left: -100%;
    opacity: 0; }

.thumbnail_wrapper {
  display: inline-block;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .thumbnail_wrapper .thumbnail {
    position: relative;
    display: inline-block;
    width: 25%;
    overflow: hidden;
    width: 24.5%;
    width: calc(25% - 3px);
    margin-left: 4px;
    overflow: hidden; }
    .thumbnail_wrapper .thumbnail:nth-child(1) {
      margin-left: 0px; }
    @media only screen and (max-width: 1000px) {
      .thumbnail_wrapper .thumbnail {
        width: 49.5%;
        width: calc(50% - 2px);
        margin-bottom: 4px; }
        .thumbnail_wrapper .thumbnail:nth-child(3) {
          margin-left: 0px; } }
    @media only screen and (max-width: 768px) {
      .thumbnail_wrapper .thumbnail {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-bottom: 0px; } }
    .thumbnail_wrapper .thumbnail .thumbnail-img {
      width: 100%;
      -webkit-transition: all 2.5s ease;
      -moz-transition: all 2.5s ease;
      -ms-transition: all 2.5s ease;
      -o-transition: all 2.5s ease;
      transition: all 2.5s ease; }
      @media (max-width: 767px) {
        .thumbnail_wrapper .thumbnail .thumbnail-img {
          width: 0px;
          height: 0px;
          visibility: hidden;
          display: none; } }
    .thumbnail_wrapper .thumbnail .thumbnail-caption {
      position: absolute;
      width: 100%;
      height: 30%;
      bottom: -30%;
      color: white;
      padding: 20px;
      text-align: center;
      font-size: 19px;
      font-family: Trebuchet;
      -webkit-transition: all 0.5s ease 0.3s;
      -moz-transition: all 0.5s ease 0.3s;
      -ms-transition: all 0.5s ease 0.3s;
      -o-transition: all 0.5s ease 0.3s;
      transition: all 0.5s ease 0.3s; }
      .thumbnail_wrapper .thumbnail .thumbnail-caption.dark {
        background-color: rgba(0, 39, 75, 0.8); }
      .thumbnail_wrapper .thumbnail .thumbnail-caption.light {
        background-color: rgba(159, 207, 249, 0.8); }
      @media only screen and (max-width: 1600px) {
        .thumbnail_wrapper .thumbnail .thumbnail-caption {
          font-size: 17px;
          padding: 17px;
          height: 40%;
          bottom: -40%; } }
      @media only screen and (max-width: 1300px) {
        .thumbnail_wrapper .thumbnail .thumbnail-caption {
          font-size: 15px;
          padding: 12px;
          height: 50%;
          bottom: -50%; } }
      @media only screen and (max-width: 1000px) {
        .thumbnail_wrapper .thumbnail .thumbnail-caption {
          font-size: 19px;
          padding: 20px;
          height: 30%;
          bottom: -30%; } }
      @media only screen and (max-width: 768px) {
        .thumbnail_wrapper .thumbnail .thumbnail-caption {
          display: none; } }
    .thumbnail_wrapper .thumbnail:hover .thumbnail-caption {
      bottom: 0px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .thumbnail_wrapper .thumbnail:hover .thumbnail-img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 5s;
      -moz-transition: all 5s;
      -ms-transition: all 5s;
      -o-transition: all 5s;
      transition: all 5s; }
    .thumbnail_wrapper .thumbnail .thumbnail-text {
      display: inline-block;
      opacity: 1;
      position: absolute;
      left: 0px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 20px;
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      color: #00274b;
      padding-top: 21px;
      padding-bottom: 12px; }
      @media only screen and (max-width: 1600px) {
        .thumbnail_wrapper .thumbnail .thumbnail-text {
          font-size: 25px; } }
      @media only screen and (max-width: 1300px) {
        .thumbnail_wrapper .thumbnail .thumbnail-text {
          font-size: 18px; } }
      @media only screen and (max-width: 768px) {
        .thumbnail_wrapper .thumbnail .thumbnail-text {
          display: block;
          background-color: #00274b;
          color: #ffffff;
          width: 100%;
          margin-top: 7px;
          position: relative;
          font-size: 25px;
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media only screen and (max-width: 500px) {
        .thumbnail_wrapper .thumbnail .thumbnail-text {
          margin-top: 6px;
          font-size: 20px;
          padding-top: 25px;
          padding-bottom: 25px; } }

.tree-wrapper {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px; }
  @media (max-width: 1299px) {
    .tree-wrapper {
      margin: 0 auto; } }
  @media (max-width: 1023px) {
    .tree-wrapper {
      margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    .tree-wrapper {
      padding-bottom: 0px; } }
  @media only screen and (max-width: 500px) {
    .tree-wrapper {
      padding-top: 55px; } }
  .tree-wrapper .tree {
    position: relative;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .tree-wrapper object {
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
    left: 0; }
    @media only screen and (max-width: 1000px) {
      .tree-wrapper object {
        margin-right: 0px;
        width: 80%; } }
    @media only screen and (max-width: 768px) {
      .tree-wrapper object {
        width: 90%; } }
    @media only screen and (max-width: 500px) {
      .tree-wrapper object {
        width: 95%; } }
  .tree-wrapper .content-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .tree-wrapper .content-wrapper {
        margin-top: 25px;
        margin-bottom: 30px; } }
    .tree-wrapper .content-wrapper .tree-text {
      position: relative;
      display: inline-block;
      text-align: center;
      width: 50%;
      max-width: 500px;
      padding-bottom: 80px;
      vertical-align: top; }
      .tree-wrapper .content-wrapper .tree-text:nth-child(1) {
        margin-right: 5%; }
        @media only screen and (max-width: 1000px) {
          .tree-wrapper .content-wrapper .tree-text:nth-child(1) {
            margin-right: 0; } }
      @media only screen and (max-width: 1600px) {
        .tree-wrapper .content-wrapper .tree-text {
          max-width: 450px; } }
      @media only screen and (max-width: 1300px) {
        .tree-wrapper .content-wrapper .tree-text {
          max-width: 400px; } }
      @media only screen and (max-width: 768px) {
        .tree-wrapper .content-wrapper .tree-text {
          min-width: 300px;
          margin-bottom: 15px; } }
      @media only screen and (max-width: 500px) {
        .tree-wrapper .content-wrapper .tree-text {
          min-width: 0px;
          width: 90%; } }
      .tree-wrapper .content-wrapper .tree-text h1 {
        font-size: 30px;
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
        @media (max-width: 767px) {
          .tree-wrapper .content-wrapper .tree-text h1 {
            font-size: 25px; } }
      .tree-wrapper .content-wrapper .tree-text p {
        font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px; }
        @media only screen and (max-width: 768px) {
          .tree-wrapper .content-wrapper .tree-text p {
            font-size: 15px; } }
      .tree-wrapper .content-wrapper .tree-text .button_default {
        position: absolute;
        left: 50%;
        bottom: 0px;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%); }
        .tree-wrapper .content-wrapper .tree-text .button_default a {
          margin-top: 25px; }
          @media only screen and (max-width: 1300px) {
            .tree-wrapper .content-wrapper .tree-text .button_default a {
              margin-top: 20px;
              margin-bottom: 20px; } }

.news {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px; }
  .news.events .news-wrapper {
    padding-bottom: 0px; }
  @media only screen and (max-width: 1000px) {
    .news.events {
      padding-top: 50px; } }
  @media only screen and (max-width: 768px) {
    .news.events {
      padding-top: 40px; } }
  @media only screen and (max-width: 500px) {
    .news.events {
      padding-top: 30px; } }
  .news .home-heading {
    font-size: 35px;
    margin-bottom: 35px;
    font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal; }
    @media only screen and (max-width: 500px) {
      .news .home-heading {
        font-size: 30px; } }
  .news .news-wrapper {
    display: inline-block;
    width: 90%;
    max-width: 1290px;
    height: 100%;
    text-align: center;
    padding-bottom: 50px; }
    .news .news-wrapper .news-col {
      display: inline-block;
      width: 23.5%;
      height: auto;
      text-align: center;
      vertical-align: top;
      margin-left: 2%;
      float: left;
      clear: none; }
      .news .news-wrapper .news-col:nth-child(4n +1) {
        margin-left: 0px;
        clear: both; }
      @media only screen and (max-width: 1300px) {
        .news .news-wrapper .news-col {
          width: 31.8%;
          margin-left: 2.3%;
          clear: none; }
          .news .news-wrapper .news-col:nth-child(4n +1) {
            margin-left: 2.3%;
            clear: none; }
          .news .news-wrapper .news-col:nth-child(3n +1) {
            margin-left: 0px;
            clear: both; } }
      @media only screen and (max-width: 768px) {
        .news .news-wrapper .news-col {
          width: 48%;
          margin-left: 4%;
          clear: none; }
          .news .news-wrapper .news-col:nth-child(4n +1) {
            margin-left: 4%;
            clear: none; }
          .news .news-wrapper .news-col:nth-child(3n +1) {
            margin-left: 4%;
            clear: none; }
          .news .news-wrapper .news-col:nth-child(2n +1) {
            margin-left: 0px;
            clear: both; } }
      @media only screen and (max-width: 500px) {
        .news .news-wrapper .news-col {
          width: 100%;
          margin-left: 0px;
          clear: both; }
          .news .news-wrapper .news-col:nth-child(4n +1) {
            margin-left: 0px;
            clear: both; }
          .news .news-wrapper .news-col:nth-child(3n +1) {
            margin-left: 0px;
            clear: both; } }
    @media only screen and (max-width: 1000px) {
      .news .news-wrapper {
        width: 94%; } }
    @media only screen and (max-width: 768px) {
      .news .news-wrapper {
        width: 90%;
        max-width: 600px; } }
    @media only screen and (max-width: 500px) {
      .news .news-wrapper {
        max-width: 300px; } }

@media only screen and (max-width: 768px) {
  .home .news .news-wrapper {
    padding-bottom: 35px; } }
@media only screen and (max-width: 500px) {
  .home .news .news-wrapper {
    padding-bottom: 20px; } }

.news-item {
  display: inline-block;
  width: 100%;
  height: 0px;
  margin-bottom: 8%;
  overflow: hidden;
  position: relative; }
  .news-item.single {
    padding-bottom: 66.667%; }
    .news-item.single .image {
      padding-bottom: 66.667%; }
  .news-item.double {
    padding-bottom: 141.334%; }
    .news-item.double .image {
      padding-bottom: 141.334%;
      background-image: url("../images/news_placeholder_double.png"); }
    .news-item.double .title-section {
      bottom: 0px; }
    .news-item.double .summary {
      top: 100%;
      height: 23.675%; }
    .news-item.double:hover .image {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .news-item.double:hover .title-section {
      bottom: 23.675%; }
    .news-item.double:hover .summary {
      top: 76.325%; }
  .news-item.light .title-section .title {
    background-color: rgba(159, 207, 249, 0.8);
    width: 100%; }
    @media only screen and (max-width: 1000px) {
      .news-item.light .title-section .title {
        width: 100%; } }
    .news-item.light .title-section .title .date {
      display: inline-block;
      width: 100%; }
      .news-item.light .title-section .title .date h3 {
        font-size: 20px;
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #00274b;
        display: inline-block;
        line-height: 22px;
        vertical-align: middle; }
        .news-item.light .title-section .title .date h3 span {
          font-size: 14px;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          padding-right: 7px;
          vertical-align: top; }
    .news-item.light .title-section .title h5 {
      color: #00274b;
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 17px; }
  .news-item.light .title-section .border {
    background-color: rgba(159, 207, 249, 0.8); }
  .news-item.light .summary {
    background-color: rgba(159, 207, 249, 0.8); }
    .news-item.light .summary p {
      color: #00274b; }
  @media only screen and (max-width: 1600px) {
    .news-item.light.sidebar-event-item .title-section .title {
      width: 100%; } }
  @media screen and (max-width: 1300px) {
    .news-item.light.sidebar-event-item .title-section .title {
      width: 100%; }
      .news-item.light.sidebar-event-item .title-section .title .date h3 {
        font-size: 17px; }
      .news-item.light.sidebar-event-item .title-section .title h5 {
        font-size: 16px;
        font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
    .news-item.light.sidebar-event-item .summary p {
      font-size: 13px;
      line-height: 125%; } }
  .news-item.video .title-section .title {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%; }
    .news-item.video .title-section .title h4 {
      color: #00274b; }
      .news-item.video .title-section .title h4:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        content: "\f01d";
        color: #00274b;
        font-size: 22px;
        margin-right: 6px; }
  .news-item.video .title-section .border {
    background-color: rgba(255, 255, 255, 0.8); }
  .news-item.video .summary {
    background-color: rgba(255, 255, 255, 0.8); }
    .news-item.video .summary p {
      color: #00274b; }
  @media screen and (max-width: 1000px) {
    .news-item.sidebar-news-item .title-section .title {
      width: 100%; }
      .news-item.sidebar-news-item .title-section .title h4 {
        font-size: 16px; }
    .news-item.sidebar-news-item .summary p {
      font-size: 13px;
      line-height: 125%; } }
  .news-item .image {
    background-image: url("../images/news_placeholder.png");
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    z-index: 5; }
  .news-item .title-section {
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 6;
    text-align: left;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
    .news-item .title-section .title {
      width: 100%;
      padding: 10px 16px 3px 16px;
      background-color: rgba(0, 39, 75, 0.8); }
      .news-item .title-section .title h4 {
        font-size: 19px;
        color: #ffffff;
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
    .news-item .title-section .border {
      height: 8px;
      background-color: rgba(0, 39, 75, 0.8);
      width: 100%; }
  .news-item .summary {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 100%;
    z-index: 6;
    text-align: left;
    padding: 1px 16px 15px 16px;
    background-color: rgba(0, 39, 75, 0.8);
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s; }
    .news-item .summary p {
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      color: #ffffff; }
  .news-item:hover .image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s; }
  .news-item:hover .title-section {
    bottom: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .news-item:hover .summary {
    top: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  @media screen and (max-width: 1600px) and (min-width: 1300px) {
    .news-item .title-section .title {
      width: 100%; }
      .news-item .title-section .title h4 {
        font-size: 18px; }
    .news-item .summary p {
      font-size: 14px; } }
  @media screen and (max-width: 1000px) {
    .news-item .title-section .title {
      width: 100%; } }

.home-parallax1-wrapper {
  display: inline-block;
  width: 120px;
  height: 800px;
  position: absolute;
  margin: 0 auto;
  margin-left: 10px;
  top: 100px;
  z-index: -10; }
  @media (max-width: 1299px) {
    .home-parallax1-wrapper {
      display: none; } }
  .home-parallax1-wrapper .home-parallax1 {
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block; }

.home-parallax2-wrapper {
  display: block;
  width: 120px;
  height: 800px;
  position: absolute;
  z-index: -10;
  top: 60%;
  margin-left: -160px; }
  @media (max-width: 1299px) {
    .home-parallax2-wrapper {
      display: none; } }
  .home-parallax2-wrapper .home-parallax2 {
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 0%;
    background-size: 100%;
    background-repeat: no-repeat; }

.news-parallax1-wrapper {
  display: inline-block;
  width: 120px;
  height: 800px;
  position: absolute;
  margin: 0 auto;
  margin-left: 1300px;
  top: -100px;
  z-index: -10; }
  @media (max-width: 1299px) {
    .news-parallax1-wrapper {
      display: none; } }
  .news-parallax1-wrapper .news-parallax1 {
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block; }

.news-parallax2-wrapper {
  display: block;
  width: 120px;
  height: 800px;
  position: absolute;
  z-index: -10;
  top: 30%;
  margin-left: -160px; }
  @media (max-width: 1299px) {
    .news-parallax2-wrapper {
      display: none; } }
  .news-parallax2-wrapper .news-parallax2 {
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 0%;
    background-size: 100%;
    background-repeat: no-repeat; }

.social-links-section {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #a1cded; }

.social-links-wrapper {
  width: 10%;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }

.social-links {
  display: inline-block;
  margin: 10px; }

.social-links img {
  width: 40px;
  margin-bottom: 15px; }

.panel-wrapper {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 150px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1000px) {
    .panel-wrapper {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .panel-wrapper {
      margin-bottom: 80px;
      margin-top: 80px; } }
  @media only screen and (max-width: 500px) {
    .panel-wrapper {
      margin-bottom: 80px;
      margin-top: 70px; } }
  @media only screen and (max-width: 400px) {
    .panel-wrapper {
      margin-top: 60px; } }
  .panel-wrapper .child-pages {
    max-width: 1290px;
    display: inline-block;
    width: 80%; }
    @media only screen and (max-width: 1000px) {
      .panel-wrapper .child-pages {
        width: 90%; } }
    @media only screen and (max-width: 500px) {
      .panel-wrapper .child-pages {
        width: 100%; } }
  .panel-wrapper .panel-child {
    width: 100%;
    display: inline-block;
    overflow: visible; }
    @media only screen and (max-width: 768px) {
      .panel-wrapper .panel-child {
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 500px) {
      .panel-wrapper .panel-child {
        margin-top: 25px;
        margin-bottom: 25px; } }
    .panel-wrapper .panel-child .img-wrapper {
      float: left;
      display: inline-block;
      width: 46.511%;
      max-width: 600px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .panel-wrapper .panel-child .img-wrapper {
          width: 100%;
          float: none;
          max-width: 600px; } }
      .panel-wrapper .panel-child .img-wrapper .img {
        width: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 5s;
        -moz-transition: all 5s;
        -ms-transition: all 5s;
        -o-transition: all 5s;
        transition: all 5s;
        height: 0px;
        padding-bottom: 50%; }
        .panel-wrapper .panel-child .img-wrapper .img:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    .panel-wrapper .panel-child .text-wrapper {
      width: 46.511%;
      float: right;
      display: inline-block;
      position: relative;
      margin-bottom: auto; }
      .panel-wrapper .panel-child .text-wrapper .text-container {
        width: 100%;
        margin-top: 25px; }
        @media screen and (min-width: 768px) {
          .panel-wrapper .panel-child .text-wrapper .text-container {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0%, -50%);
            -moz-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
            padding-bottom: 2%;
            margin-top: 0px; } }
        .panel-wrapper .panel-child .text-wrapper .text-container h2 {
          font-size: 30px;
          padding-bottom: 10px; }
          @media only screen and (max-width: 1000px) {
            .panel-wrapper .panel-child .text-wrapper .text-container h2 {
              font-size: 25px; } }
          @media only screen and (max-width: 768px) {
            .panel-wrapper .panel-child .text-wrapper .text-container h2 {
              font-size: 23px; } }
          @media only screen and (max-width: 500px) {
            .panel-wrapper .panel-child .text-wrapper .text-container h2 {
              font-size: 21px; } }
      @media only screen and (max-width: 768px) {
        .panel-wrapper .panel-child .text-wrapper {
          width: 100%;
          float: none;
          max-width: 600px; } }
      @media only screen and (max-width: 500px) {
        .panel-wrapper .panel-child .text-wrapper {
          width: 90%; } }
    .panel-wrapper .panel-child .page-break {
      display: inline-block;
      position: relative;
      text-align: center;
      width: 100%;
      height: 50px;
      background: url("../images/break.png") no-repeat center center;
      background-size: 100%;
      margin-top: 35px;
      margin-bottom: 35px; }
      @media only screen and (max-width: 768px) {
        .panel-wrapper .panel-child .page-break {
          display: none; } }
    .panel-wrapper .panel-child:nth-child(2n) .img-wrapper {
      float: right; }
    .panel-wrapper .panel-child:nth-child(2n) .text-wrapper {
      float: left; }
    @media only screen and (max-width: 768px) {
      .panel-wrapper .panel-child:nth-child(2n) .img-wrapper {
        float: none; }
      .panel-wrapper .panel-child:nth-child(2n) .text-wrapper {
        float: none; } }
    .panel-wrapper .panel-child:last-child .page-break {
      display: none; }
  .panel-wrapper .panel-title {
    width: 80%;
    max-width: 1100px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media only screen and (max-width: 768px) {
      .panel-wrapper .panel-title {
        width: 90%; } }
    .panel-wrapper .panel-title h1 {
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      padding-bottom: 20px;
      font-size: 40px; }
      @media only screen and (max-width: 1300px) {
        .panel-wrapper .panel-title h1 {
          font-size: 35px; } }
      @media only screen and (max-width: 1000px) {
        .panel-wrapper .panel-title h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 768px) {
        .panel-wrapper .panel-title h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 500px) {
        .panel-wrapper .panel-title h1 {
          font-size: 25px; } }
    .panel-wrapper .panel-title h2 {
      font-size: 20px;
      padding-bottom: 20px; }
      @media only screen and (max-width: 1000px) {
        .panel-wrapper .panel-title h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 500px) {
        .panel-wrapper .panel-title h2 {
          font-size: 17px; } }
    .panel-wrapper .panel-title .panel-dropdown {
      overflow: hidden;
      max-height: 0px; }
      .panel-wrapper .panel-title .panel-dropdown .expose {
        max-height: 250px; }
    .panel-wrapper .panel-title .dropdown-chevron {
      background: url("../images/Down_Arrow.png") no-repeat center;
      height: 25px;
      width: 25px;
      border: none;
      cursor: pointer; }
      .panel-wrapper .panel-title .dropdown-chevron:hover {
        padding-top: 0px; }
  .panel-wrapper .buttons-wrapper {
    margin-top: 20px; }
  .panel-wrapper .content.biography {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    font-size: 16px; }
    .panel-wrapper .content.biography.open {
      max-height: 1000px; }
    .panel-wrapper .content.biography p {
      padding-bottom: 10px; }
      .panel-wrapper .content.biography p strong {
        font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
      .panel-wrapper .content.biography p a {
        color: #00274b;
        border-bottom: 1px solid #00274b; }
        .panel-wrapper .content.biography p a:hover, .panel-wrapper .content.biography p a:active {
          opacity: 0.7; }
  .panel-wrapper .accordion-bio {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .panel-wrapper .accordion-bio.down {
      margin-top: 20px; }
    @media only screen and (max-width: 1300px) {
      .panel-wrapper .accordion-bio {
        margin-bottom: 80px; } }
    @media only screen and (max-width: 1000px) {
      .panel-wrapper .accordion-bio {
        margin-bottom: 70px; } }
    @media only screen and (max-width: 768px) {
      .panel-wrapper .accordion-bio {
        margin-bottom: 35px; } }
    @media only screen and (max-width: 500px) {
      .panel-wrapper .accordion-bio {
        margin-bottom: 20px; } }
    .panel-wrapper .accordion-bio .accordion-wrapper {
      width: 120px;
      display: inline-block;
      cursor: pointer; }
      .panel-wrapper .accordion-bio .accordion-wrapper .accordion-cta {
        overflow: hidden;
        padding-bottom: 10px;
        -webkit-transition: all 0.3s linear 0.3s;
        -moz-transition: all 0.3s linear 0.3s;
        -ms-transition: all 0.3s linear 0.3s;
        -o-transition: all 0.3s linear 0.3s;
        transition: all 0.3s linear 0.3s;
        max-height: 70px; }
        .panel-wrapper .accordion-bio .accordion-wrapper .accordion-cta.hide {
          max-height: 0px;
          padding-bottom: 0px;
          -webkit-transition: all 0.1s;
          -moz-transition: all 0.1s;
          -ms-transition: all 0.1s;
          -o-transition: all 0.1s;
          transition: all 0.1s; }
      .panel-wrapper .accordion-bio .accordion-wrapper .accordion {
        display: inline-block;
        width: 28px;
        padding-bottom: 7px;
        padding-top: 0px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 10000; }
        @media only screen and (max-width: 500px) {
          .panel-wrapper .accordion-bio .accordion-wrapper .accordion {
            width: 24px; } }
        .panel-wrapper .accordion-bio .accordion-wrapper .accordion:hover {
          padding-bottom: 0px;
          padding-top: 7px; }
        .panel-wrapper .accordion-bio .accordion-wrapper .accordion.down {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .panel-wrapper .accordion-bio .accordion-wrapper:hover .accordion-cta {
        opacity: 0.6; }
      .panel-wrapper .accordion-bio .accordion-wrapper:hover .accordion {
        padding-bottom: 0px;
        padding-top: 7px;
        opacity: 0.6; }
  .panel-wrapper .parallax1-wrapper {
    display: inline-block;
    width: 150px;
    height: 800px;
    position: absolute;
    margin: 0 auto;
    margin-left: 20px;
    z-index: -10; }
    @media (max-width: 1023px) {
      .panel-wrapper .parallax1-wrapper {
        display: none; } }
    .panel-wrapper .parallax1-wrapper .parallax1 {
      height: 100%;
      background-attachment: scroll;
      background-position: 50% 0%;
      background-size: 100%;
      background-repeat: no-repeat;
      display: block; }
  .panel-wrapper .parallax2-wrapper {
    display: inline-block;
    width: 150px;
    height: 800px;
    position: absolute;
    z-index: -10;
    top: 48%;
    margin-left: -180px; }
    @media (max-width: 1023px) {
      .panel-wrapper .parallax2-wrapper {
        display: none; } }
    .panel-wrapper .parallax2-wrapper .parallax2 {
      height: 100%;
      background-attachment: scroll;
      background-position: 50% 0%;
      background-size: 100%;
      background-repeat: no-repeat; }
  .panel-wrapper .parallax3-wrapper {
    display: inline-block;
    width: 150px;
    height: 800px;
    position: absolute;
    margin: 0 auto;
    margin-left: 20px;
    z-index: -10;
    top: 88%; }
    @media (max-width: 1023px) {
      .panel-wrapper .parallax3-wrapper {
        display: none; } }
    .panel-wrapper .parallax3-wrapper .parallax3 {
      height: 100%;
      background-attachment: scroll;
      background-position: 50% 0%;
      background-size: 100%;
      background-repeat: no-repeat;
      display: block; }

.sidebar-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 75px;
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .sidebar-wrapper {
      display: block;
      margin-left: 0px;
      margin-top: 0px;
      width: 100%;
      margin-bottom: 0px; } }
  .sidebar-wrapper .sidebar-content {
    width: 300px;
    height: auto;
    margin-top: 55px;
    margin-right: 150px;
    text-align: left; }
    .sidebar-wrapper .sidebar-content:nth-child(1) {
      margin-top: 13px; }
    @media only screen and (max-width: 1600px) {
      .sidebar-wrapper .sidebar-content {
        margin-right: 120px;
        width: 250px; } }
    @media only screen and (max-width: 1300px) {
      .sidebar-wrapper .sidebar-content {
        margin-right: 80px;
        width: 200px; }
        .sidebar-wrapper .sidebar-content:nth-child(1) {
          margin-top: 5px; } }
    @media only screen and (max-width: 1000px) {
      .sidebar-wrapper .sidebar-content {
        margin-right: 60px; } }
    @media only screen and (max-width: 768px) {
      .sidebar-wrapper .sidebar-content {
        width: 100%; }
        .sidebar-wrapper .sidebar-content:nth-child(1) {
          margin-top: 0px; } }
    .sidebar-wrapper .sidebar-content h1 {
      font-size: 30px;
      display: inline-block;
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal; }
      .sidebar-wrapper .sidebar-content h1 a {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s; }
        .sidebar-wrapper .sidebar-content h1 a:hover, .sidebar-wrapper .sidebar-content h1 a:active {
          opacity: 0.7; }
      @media only screen and (max-width: 1600px) {
        .sidebar-wrapper .sidebar-content h1 {
          font-size: 27px; } }
      @media only screen and (max-width: 1300px) {
        .sidebar-wrapper .sidebar-content h1 {
          font-size: 22px; } }
      @media only screen and (max-width: 768px) {
        .sidebar-wrapper .sidebar-content h1 {
          width: 80%;
          padding: 20px 0px 16px 5%; } }
      @media only screen and (max-width: 500px) {
        .sidebar-wrapper .sidebar-content h1 {
          font-size: 20px; } }
    .sidebar-wrapper .sidebar-content .main-menu-item .accordion-menu {
      display: none; }
    @media only screen and (max-width: 768px) {
      .sidebar-wrapper .sidebar-content .main-menu-item {
        border-bottom: 1px solid #00274b; }
        .sidebar-wrapper .sidebar-content .main-menu-item .accordion-menu {
          display: inline-block;
          width: 20%;
          text-align: center;
          vertical-align: top;
          padding-top: 26px; }
          .sidebar-wrapper .sidebar-content .main-menu-item .accordion-menu .chevron {
            width: 26px;
            display: inline-block;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
            .sidebar-wrapper .sidebar-content .main-menu-item .accordion-menu .chevron.down {
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .sidebar-wrapper .sidebar-content .main-menu-item .accordion-menu .chevron img {
              width: 100%; } }
      @media only screen and (max-width: 768px) and (max-width: 500px) {
        .sidebar-wrapper .sidebar-content .main-menu-item .accordion-menu .chevron {
          width: 22px; } }

    .sidebar-wrapper .sidebar-content .sidebar-break {
      display: block;
      position: relative;
      text-align: center;
      width: 100%;
      height: 30px;
      background: url("../images/break.png") no-repeat center center;
      background-size: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .sidebar-wrapper .sidebar-content .sidebar-break {
          display: none; } }
    .sidebar-wrapper .sidebar-content ul {
      padding-top: 12px; }
      .sidebar-wrapper .sidebar-content ul li.odd-filler {
        display: none; }
        .sidebar-wrapper .sidebar-content ul li.odd-filler:hover, .sidebar-wrapper .sidebar-content ul li.odd-filler:active {
          background: none; }
      .sidebar-wrapper .sidebar-content ul li .sidebar-item {
        margin-bottom: 15px;
        display: inline-block; }
        .sidebar-wrapper .sidebar-content ul li .sidebar-item h3 {
          font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
          font-weight: normal;
          font-style: normal;
          width: 100%;
          -webkit-transition: all 0.1s;
          -moz-transition: all 0.1s;
          -ms-transition: all 0.1s;
          -o-transition: all 0.1s;
          transition: all 0.1s; }
          .sidebar-wrapper .sidebar-content ul li .sidebar-item h3:hover, .sidebar-wrapper .sidebar-content ul li .sidebar-item h3:active {
            opacity: 0.7; }
          @media only screen and (max-width: 1300px) {
            .sidebar-wrapper .sidebar-content ul li .sidebar-item h3 {
              font-size: 18px; } }
          @media only screen and (max-width: 1000px) {
            .sidebar-wrapper .sidebar-content ul li .sidebar-item h3 {
              font-size: 16px; } }
        @media only screen and (max-width: 1000px) {
          .sidebar-wrapper .sidebar-content ul li .sidebar-item h5 {
            font-size: 15px; } }
      @media only screen and (max-width: 768px) {
        .sidebar-wrapper .sidebar-content ul {
          padding-top: 0px;
          overflow: hidden;
          max-height: 0px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .sidebar-wrapper .sidebar-content ul.open {
            max-height: 350px; }
          .sidebar-wrapper .sidebar-content ul li {
            display: inline-block;
            width: 50%;
            border-bottom: solid 1px #00274b;
            float: left; }
            .sidebar-wrapper .sidebar-content ul li.odd-filler {
              display: inline-block; }
            .sidebar-wrapper .sidebar-content ul li .sidebar-item {
              padding-left: 10%;
              margin-bottom: 0px;
              padding-bottom: 12px;
              padding-top: 12px;
              width: 100%;
              height: 100%; }
              .sidebar-wrapper .sidebar-content ul li .sidebar-item h3 {
                font-size: 18px; }
            .sidebar-wrapper .sidebar-content ul li:nth-child(even) {
              border-left: solid 1px #00274b; }
              .sidebar-wrapper .sidebar-content ul li:nth-child(even) a {
                padding-left: 7.5%; }
            .sidebar-wrapper .sidebar-content ul li:hover, .sidebar-wrapper .sidebar-content ul li:active {
              background-color: #d9f3f5; }
              .sidebar-wrapper .sidebar-content ul li:hover .sidebar-item h3, .sidebar-wrapper .sidebar-content ul li:active .sidebar-item h3 {
                opacity: 1.0; } }
      @media only screen and (max-width: 500px) {
        .sidebar-wrapper .sidebar-content ul li .sidebar-item {
          padding-left: 10%;
          margin-bottom: 0px;
          padding-bottom: 6px;
          padding-top: 6px;
          width: 100%;
          padding-right: 5%; }
          .sidebar-wrapper .sidebar-content ul li .sidebar-item h3 {
            font-size: 15px; } }
      @media only screen and (max-width: 400px) {
        .sidebar-wrapper .sidebar-content ul li {
          width: 100%; }
          .sidebar-wrapper .sidebar-content ul li .sidebar-item {
            padding-left: 5%;
            margin-bottom: 0px;
            padding-bottom: 6px;
            padding-top: 6px;
            width: 100%;
            padding-right: 3%; }
            .sidebar-wrapper .sidebar-content ul li .sidebar-item h3 {
              font-size: 15px; }
          .sidebar-wrapper .sidebar-content ul li:nth-child(even) {
            border-left: none; }
            .sidebar-wrapper .sidebar-content ul li:nth-child(even) a {
              padding-left: 5%; } }
    .sidebar-wrapper .sidebar-content .sidebar-cta p {
      font-size: 17px;
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal; }
      @media only screen and (max-width: 1300px) {
        .sidebar-wrapper .sidebar-content .sidebar-cta p {
          font-size: 15px; } }
    .sidebar-wrapper .sidebar-content .sidebar-cta .buttons-wrapper {
      margin-top: 20px;
      text-align: left; }
    .sidebar-wrapper .sidebar-content .sidebar-news-col {
      display: inline-block;
      width: 100%;
      height: auto;
      text-align: center;
      margin-top: 10px; }

.wrapper {
  text-align: center; }

.general-wrapper {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 900px;
  height: auto;
  padding-top: 75px;
  top: 0px;
  vertical-align: top;
  text-align: left;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1600px) {
    .general-wrapper {
      width: 60%; } }
  @media only screen and (max-width: 768px) {
    .general-wrapper {
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 45px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 500px) {
    .general-wrapper {
      padding-top: 35px;
      padding-bottom: 35px; } }
  .general-wrapper .general-text {
    display: inline-block; }
    .general-wrapper .general-text.half {
      width: 50%;
      clear: none;
      vertical-align: top; }
      .general-wrapper .general-text.half.left-half {
        padding-right: 35px; }
      .general-wrapper .general-text.half.right-half {
        padding-left: 40px; }
      @media only screen and (max-width: 1300px) {
        .general-wrapper .general-text.half p {
          font-size: 15px; } }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text.half {
          width: 100%; }
          .general-wrapper .general-text.half.left-half {
            padding-right: 0px; }
          .general-wrapper .general-text.half.right-half {
            padding-left: 0px; } }
      @media only screen and (max-width: 500px) {
        .general-wrapper .general-text.half p {
          font-size: 14px; } }
    .general-wrapper .general-text h1 {
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 40px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1300px) {
        .general-wrapper .general-text h1 {
          font-size: 28px; } }
      @media only screen and (max-width: 768px) {
        .general-wrapper .general-text h1 {
          font-size: 25px; } }
      @media only screen and (max-width: 500px) {
        .general-wrapper .general-text h1 {
          font-size: 22px; } }
    .general-wrapper .general-text h2 {
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      color: #252525;
      padding-bottom: 12px; }
      @media only screen and (max-width: 1300px) {
        .general-wrapper .general-text h2 {
          font-size: 21px; } }
      @media only screen and (max-width: 768px) {
        .general-wrapper .general-text h2 {
          font-size: 19px;
          padding-bottom: 10px; } }
      @media only screen and (max-width: 500px) {
        .general-wrapper .general-text h2 {
          font-size: 18px; } }
    .general-wrapper .general-text h4,
    .general-wrapper .general-text h5 {
      font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      color: #252525; }
      @media only screen and (max-width: 1300px) {
        .general-wrapper .general-text h4,
        .general-wrapper .general-text h5 {
          font-size: 18px; } }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text h4,
        .general-wrapper .general-text h5 {
          font-size: 17px; } }
      @media only screen and (max-width: 500px) {
        .general-wrapper .general-text h4,
        .general-wrapper .general-text h5 {
          font-size: 16px; } }
    .general-wrapper .general-text h4 {
      padding-bottom: 15px; }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text h4 {
          padding-bottom: 10px; } }
    .general-wrapper .general-text h5 {
      padding-bottom: 4px; }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text h5 {
          padding-bottom: 0px; } }
    .general-wrapper .general-text p,
    .general-wrapper .general-text h6 {
      font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      line-height: 140%;
      color: #252525; }
      .general-wrapper .general-text p strong,
      .general-wrapper .general-text p b,
      .general-wrapper .general-text h6 strong,
      .general-wrapper .general-text h6 b {
        font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
      .general-wrapper .general-text p em,
      .general-wrapper .general-text p i,
      .general-wrapper .general-text h6 em,
      .general-wrapper .general-text h6 i {
        font-family: "Trebuchet Italic", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal; }
      .general-wrapper .general-text p a,
      .general-wrapper .general-text h6 a {
        color: #00274b;
        border-bottom: 1px solid #00274b; }
        .general-wrapper .general-text p a:hover, .general-wrapper .general-text p a:active,
        .general-wrapper .general-text h6 a:hover,
        .general-wrapper .general-text h6 a:active {
          opacity: 0.7; }
      @media only screen and (max-width: 1300px) {
        .general-wrapper .general-text p,
        .general-wrapper .general-text h6 {
          font-size: 16px; } }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text p,
        .general-wrapper .general-text h6 {
          font-size: 15px; } }
      @media only screen and (max-width: 500px) {
        .general-wrapper .general-text p,
        .general-wrapper .general-text h6 {
          font-size: 14px; } }
    .general-wrapper .general-text p {
      padding-bottom: 15px; }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text p {
          padding-bottom: 10px; } }
    .general-wrapper .general-text h6 {
      padding-bottom: 0px; }
    .general-wrapper .general-text ul li {
      font-size: 16px;
      color: #252525;
      list-style-type: disc;
      margin-left: 18px;
      line-height: 140%;
      padding-bottom: 5px; }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-text ul li {
          font-size: 15px; } }
      @media only screen and (max-width: 500px) {
        .general-wrapper .general-text ul li {
          font-size: 14px; } }
    .general-wrapper .general-text .event-element {
      display: inline-block;
      width: 100%; }
      .general-wrapper .general-text .event-element h3 {
        font-size: 20px;
        font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #00274b;
        display: inline-block;
        line-height: 30px;
        vertical-align: middle; }
        .general-wrapper .general-text .event-element h3 span {
          font-size: 16px;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          display: inline-block;
          padding-right: 10px;
          vertical-align: top; }
          .general-wrapper .general-text .event-element h3 span.marker {
            font-size: 22px; }
        @media only screen and (max-width: 1300px) {
          .general-wrapper .general-text .event-element h3 {
            font-size: 18px;
            line-height: 27px; } }
        @media only screen and (max-width: 768px) {
          .general-wrapper .general-text .event-element h3 {
            font-size: 17px;
            line-height: 25px; }
            .general-wrapper .general-text .event-element h3 span {
              font-size: 14px; }
              .general-wrapper .general-text .event-element h3 span.marker {
                font-size: 19px; } }
        @media only screen and (max-width: 500px) {
          .general-wrapper .general-text .event-element h3 {
            font-size: 16px;
            line-height: 23px; } }
  .general-wrapper .general-table ul li {
    width: 100%;
    padding: 10px 15px 10px 20px;
    font-size: 16px;
    font-family: "Trebuchet", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 2px;
    line-height: 140%;
    display: inline-block;
    vertical-align: top; }
    .general-wrapper .general-table ul li:last-child(1) {
      margin-bottom: 0px; }
    .general-wrapper .general-table ul li.light {
      background-color: rgba(159, 207, 249, 0.5); }
    .general-wrapper .general-table ul li.grey {
      background-color: rgba(225, 225, 225, 0.5); }
    .general-wrapper .general-table ul li.split {
      width: 50%; }
    .general-wrapper .general-table ul li.col-2 {
      border-left: 2px solid white; }
    @media only screen and (max-width: 1000px) {
      .general-wrapper .general-table ul li {
        font-size: 15px; } }
    @media only screen and (max-width: 500px) {
      .general-wrapper .general-table ul li {
        font-size: 14px;
        padding: 10px 6px 10px 10px; } }
  .general-wrapper .general-image {
    display: inline-block;
    width: 100%; }
    .general-wrapper .general-image .image-container {
      height: 0px;
      padding-bottom: 44.445%;
      background-size: cover;
      background-position: center center;
      background-size: cover; }
    .general-wrapper .general-image.half {
      width: 50%;
      clear: none;
      vertical-align: top; }
      .general-wrapper .general-image.half .image-container {
        height: 0px;
        padding-bottom: 66.667%; }
      @media only screen and (max-width: 1000px) {
        .general-wrapper .general-image.half {
          width: 100%; }
          .general-wrapper .general-image.half .image-container {
            padding-bottom: 44.445%; } }
  .general-wrapper .buttons-wrapper {
    text-align: center; }
  .general-wrapper .share-button-container {
    padding-top: 10px;
    padding-bottom: 20px; }
    .general-wrapper .share-button-container .share-button {
      width: 35px;
      height: 35px;
      background-color: #00274b;
      border-radius: 50%;
      position: relative;
      display: inline-block;
      margin-right: 8px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .general-wrapper .share-button-container .share-button:hover, .general-wrapper .share-button-container .share-button:active {
        border-radius: 6px; }
      .general-wrapper .share-button-container .share-button a {
        display: inline-block;
        width: 100%;
        height: 100%; }
      .general-wrapper .share-button-container .share-button img {
        max-width: 60%;
        max-height: 60%;
        position: absolute;
        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%); }
  .general-wrapper .wpcf7-form-control.wpcf7-text,
  .general-wrapper .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 50%;
    height: 48px;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px; }
  .general-wrapper .wpcf7-form-control.wpcf7-textarea {
    height: 195px;
    width: 50%;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: "Open Sans", "Arial", sans-serif; }
  .general-wrapper .select_opt {
    width: 50%;
    height: 48px;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    background: url("../images/up_down.png") no-repeat 97% 50%;
    appearance: none;
    background-size: 15px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  .general-wrapper option {
    color: black; }
    .general-wrapper option:first-child {
      color: #8d8f8a; }
  .general-wrapper .wpcf7-form-control.wpcf7-submit {
    text-align: left;
    border: solid 1px #00274B;
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    float: left;
    color: #00274B;
    margin-top: 10px; }
    .general-wrapper .wpcf7-form-control.wpcf7-submit:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #00274B;
      color: white; }
  .general-wrapper .wpcf7-response-output {
    width: 50% !important;
    height: auto !important;
    display: block !important;
    font-size: 15px !important;
    margin-top: 40px !important; }

.lightbox-wrapper {
  width: 900px;
  height: 500px; }
  .lightbox-wrapper .lightbox-header {
    width: 100%;
    height: 80px;
    display: block;
    position: relative;
    background-color: #9FCFF9; }

.footer-nav-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 15px; }
  .footer-nav-wrapper.light {
    background-color: #00274b; }
    .footer-nav-wrapper.light .footer-nav-items li {
      border-left: solid 1px #ffffff; }
      @media (max-width: 767px) {
        .footer-nav-wrapper.light .footer-nav-items li {
          border: none; } }
      .footer-nav-wrapper.light .footer-nav-items li a {
        color: #ffffff; }
  .footer-nav-wrapper.white {
    background-color: white; }
  @media only screen and (max-width: 768px) {
    .footer-nav-wrapper {
      padding-top: 3%; } }
  @media only screen and (max-width: 500px) {
    .footer-nav-wrapper {
      padding-top: 5%; } }
  .footer-nav-wrapper .footer-nav-content {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
    .footer-nav-wrapper .footer-nav-content .footer-nav-logo {
      display: inline-block;
      vertical-align: middle;
      width: 10%;
      max-width: 200px;
      height: auto;
      margin-top: 2%;
      margin-bottom: 25px; }
      @media (max-width: 1299px) {
        .footer-nav-wrapper .footer-nav-content .footer-nav-logo {
          width: 25%;
          min-width: 100px;
          max-width: 180px;
          left: 10px; } }
      @media (max-width: 767px) {
        .footer-nav-wrapper .footer-nav-content .footer-nav-logo {
          float: left;
          margin-left: 5%;
          margin-top: 2%; } }
      @media (max-width: 599px) {
        .footer-nav-wrapper .footer-nav-content .footer-nav-logo {
          margin-top: 4%; } }
  .footer-nav-wrapper .footer-nav-items {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10%;
    margin-top: 2%; }
    @media (max-width: 1299px) {
      .footer-nav-wrapper .footer-nav-items {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .footer-nav-wrapper .footer-nav-items {
        display: block;
        margin-left: 0px; } }
    .footer-nav-wrapper .footer-nav-items li {
      display: inline-block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 25px;
      padding-right: 25px;
      border-left: solid 1px; }
      @media (max-width: 767px) {
        .footer-nav-wrapper .footer-nav-items li {
          width: 30%;
          padding-left: 0px;
          padding-right: 0px;
          padding-top: 2%;
          padding-bottom: 2px;
          border: none;
          font-size: 15px; } }
      @media only screen and (max-width: 600px) {
        .footer-nav-wrapper .footer-nav-items li {
          font-size: 14px; } }
      @media only screen and (max-width: 400px) {
        .footer-nav-wrapper .footer-nav-items li {
          font-size: 13px; } }
    .footer-nav-wrapper .footer-nav-items li:first-child {
      border: none; }

.hero-wrapper .hero_banner {
  width: 100%;
  height: 0px;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .hero-wrapper .hero_banner img {
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1600px) {
    .hero-wrapper .hero_banner {
      padding-bottom: 32%; } }
  @media screen and (max-width: 1300px) {
    .hero-wrapper .hero_banner {
      padding-bottom: 35%; } }
  @media screen and (max-width: 1000px) {
    .hero-wrapper .hero_banner {
      padding-bottom: 40%; } }
  @media screen and (max-width: 768px) {
    .hero-wrapper .hero_banner {
      padding-bottom: 55%; } }
  @media screen and (max-width: 500px) {
    .hero-wrapper .hero_banner {
      padding-bottom: 70%; } }
.hero-wrapper.has-mobile .hero_banner.desktop-version {
  display: inline-block; }
.hero-wrapper.has-mobile .hero_banner.mobile-version {
  display: none; }
@media only screen and (max-width: 768px) {
  .hero-wrapper.has-mobile .hero_banner.desktop-version {
    display: none; }
  .hero-wrapper.has-mobile .hero_banner.mobile-version {
    display: inline-block; } }

.contact-wrapper {
  width: 80%;
  position: relative;
  display: inline-block;
  margin-top: 5%; }
  .contact-wrapper p {
    margin-bottom: 15px; }
  .contact-wrapper .content-col2-wrapper {
    position: relative;
    display: inline-block;
    width: 80%;
    text-align: left;
    margin-bottom: 40px;
    vertical-align: top; }
    .contact-wrapper .content-col2-wrapper h1 {
      width: 100%;
      display: block;
      margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .contact-wrapper .content-col2-wrapper {
        width: 100%; } }
    @media (max-width: 767px) {
      .contact-wrapper .content-col2-wrapper {
        width: 80%; } }
    .contact-wrapper .content-col2-wrapper .content-col2.left {
      display: inline-block;
      width: 40%;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .contact-wrapper .content-col2-wrapper .content-col2.left {
          width: 40%;
          margin-right: 0%;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .contact-wrapper .content-col2-wrapper .content-col2.left {
          width: 100%; } }
    .contact-wrapper .content-col2-wrapper .content-col2.right {
      display: inline-block;
      width: 40%;
      vertical-align: top;
      margin-left: 16%; }
      @media (max-width: 1023px) {
        .contact-wrapper .content-col2-wrapper .content-col2.right {
          width: 40%; } }
      @media (max-width: 767px) {
        .contact-wrapper .content-col2-wrapper .content-col2.right {
          width: 100%;
          margin-left: 0;
          margin-top: 25px; } }
  .contact-wrapper .contact-us {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    width: 76%;
    margin-right: 5%; }
    .contact-wrapper .contact-us h1 {
      text-align: left;
      margin-bottom: 8%; }
    @media (max-width: 1023px) {
      .contact-wrapper .contact-us {
        width: 48%;
        margin-right: 2%; } }
    @media (max-width: 767px) {
      .contact-wrapper .contact-us {
        width: 80%; } }
  .contact-wrapper .book-tour {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 35%;
    margin-left: 5%; }
    @media (max-width: 1023px) {
      .contact-wrapper .book-tour {
        width: 48%;
        margin-left: 2%; } }
    @media (max-width: 767px) {
      .contact-wrapper .book-tour {
        width: 80%;
        margin-left: 0; } }
    .contact-wrapper .book-tour h1 {
      text-align: left;
      margin-bottom: 8%; }
    .contact-wrapper .book-tour .under-book {
      display: inline-block;
      padding-top: 0px;
      text-align: left;
      width: 100%;
      margin-bottom: 35px; }
  .contact-wrapper .wpcf7 .contactus-left {
    float: left;
    position: relative;
    display: inline-block;
    width: 45%; }
  .contact-wrapper .wpcf7 .contactus-right {
    float: right;
    position: relative;
    display: inline-block;
    width: 45%;
    left: 4%; }
  .contact-wrapper .wpcf7 .wpcf7-form-control.wpcf7-text,
  .contact-wrapper .wpcf7 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px; }
  .contact-wrapper .wpcf7 .wpcf7-form-control.wpcf7-textarea {
    height: 195px;
    width: 100%;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: "Open Sans", "Arial", sans-serif; }
  .contact-wrapper .wpcf7 .select_opt {
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    color: #8d8f8a;
    padding-left: 10px;
    background: url("../images/up_down.png") no-repeat 97% 50%;
    appearance: none;
    background-size: 15px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  .contact-wrapper .wpcf7 option {
    color: black; }
    .contact-wrapper .wpcf7 option:first-child {
      color: #8d8f8a; }
  .contact-wrapper .wpcf7 .wpcf7-form-control.wpcf7-submit {
    text-align: left;
    border: solid 1px #00274B;
    border-radius: 12px;
    padding: 10px 25px 10px 25px;
    float: left;
    color: #00274B;
    margin-bottom: 50px;
    margin-top: 10px;
    font-size: 18px;
    font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif; }
    .contact-wrapper .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #00274B;
      color: white; }
  .contact-wrapper .wpcf7 .wpcf7-response-output {
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    font-size: 15px; }
  .contact-wrapper .contact-check input {
    width: 20px; }
  .contact-wrapper .wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-left: 10px; }

.absentee {
  display: block;
  position: relative;
  width: 60%;
  margin: 0 auto;
  text-align: center; }
  .absentee .wpcf7-form-control.wpcf7-text,
  .absentee .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px; }
  .absentee .wpcf7-form-control.wpcf7-textarea {
    height: 195px;
    width: 100%;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 5px;
    font-family: "Open Sans", "Arial", sans-serif; }
  .absentee .select_opt {
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    color: #8d8f8a;
    padding-left: 10px;
    background: url("../images/up_down.png") no-repeat 97% 50%;
    appearance: none;
    background-size: 15px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  .absentee .wpcf7-form-control.wpcf7-submit {
    text-align: left;
    border: solid 1px #00274B;
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    float: left;
    color: #00274B;
    margin-bottom: 10px; }
    .absentee .wpcf7-form-control.wpcf7-submit:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #00274B;
      color: white; }
  .absentee .wpcf7-response-output {
    width: 100%;
    height: auto;
    display: block !important;
    font-size: 15px;
    margin-top: 30px; }

#map {
  width: 100%;
  height: 600px; }

.block_text {
  font-size: 12px !important; }

.wpdevbk.button.btn,
.btn-primary {
  text-align: left !important;
  border: solid 1px #00274B !important;
  border-radius: 5px !important;
  padding: 10px 25px 10px 25px !important;
  float: left !important;
  color: #00274B !important;
  margin-bottom: 10px !important;
  background-color: white !important;
  background-image: none !important;
  margin-top: 25px !important;
  font-size: 15px !important;
  font-weight: 200 !important;
  font-family: "Open Sans", "Arial", sans-serif !important; }
  .wpdevbk.button.btn:hover,
  .btn-primary:hover {
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    background-color: #00274B !important;
    color: white !important; }

.control-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
  .control-group .control-label {
    font-family: "Open Sans", "Arial", sans-serif !important;
    color: #8d8f8a;
    font-size: 15px;
    font-weight: 300 !important; }

.bk_calendar_frame.months_num_in_row_.cal_month_num_1 {
  width: 100% !important; }

.input-xlarge {
  height: 48px !important;
  width: 100% !important;
  margin-bottom: 5px !important;
  border: solid 1px #e1e1e1 !important;
  border-radius: 5px !important;
  padding-left: 10px !important;
  padding-top: 5px !important;
  font-family: "Open Sans", "Arial", sans-serif !important; }

.mail a {
  color: #00274b;
  border-bottom: 1px solid #00274b; }
  .mail a:hover, .mail a:active {
    opacity: 0.7; }

.find-us {
  margin-bottom: 50px;
  margin-left: 18%;
  text-align: left; }

.site-map-btn {
  text-align: left;
  width: 150px;
  margin-left: 18%;
  margin-top: 20px;
  margin-bottom: 50px; }

.submiting_content,
.wpdev-help-message,
.alert,
.alert-success {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  font-size: 15px !important;
  margin-top: 30px !important; }

.general-icon {
  display: inline-block;
  text-align: center; }
  .general-icon.half {
    width: 50%;
    clear: none;
    vertical-align: top; }
    .general-icon.half.left-half {
      padding-right: 25px; }
    .general-icon.half.right-half {
      padding-left: 25px; }
    .general-icon.half .text-container {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }
    @media only screen and (max-width: 1000px) {
      .general-icon.half {
        width: 100%; }
        .general-icon.half.left-half {
          padding-right: 0px; }
        .general-icon.half.right-half {
          padding-left: 0px; } }
  .general-icon .image-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 35px; }
    .general-icon .image-wrapper img {
      width: auto;
      max-width: 130px; }
      @media only screen and (max-width: 1000px) {
        .general-icon .image-wrapper img {
          max-width: 115px; } }
      @media only screen and (max-width: 500px) {
        .general-icon .image-wrapper img {
          max-width: 100px; } }
    .general-icon .image-wrapper .content {
      width: 100%; }
  .general-icon .text-container {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%; }
    @media only screen and (max-width: 1000px) {
      .general-icon .text-container {
        max-width: 500px;
        padding-left: 0px;
        padding-right: 0px; } }
    .general-icon .text-container h2 {
      font-family: "Berkeley Bold", "Open Sans", "Arial", sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 25px;
      color: #00274b;
      padding-bottom: 12px;
      width: 100%;
      text-align: center;
      display: inline-block; }
      @media only screen and (max-width: 1300px) {
        .general-icon .text-container h2 {
          font-size: 21px; } }
      @media only screen and (max-width: 768px) {
        .general-icon .text-container h2 {
          font-size: 19px;
          padding-bottom: 10px; } }
      @media only screen and (max-width: 500px) {
        .general-icon .text-container h2 {
          font-size: 18px; } }
    .general-icon .text-container .content {
      display: inline-block;
      text-align: center;
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      .general-icon .text-container .content p {
        color: #252525;
        font-size: 16px; }
        .general-icon .text-container .content p strong, .general-icon .text-container .content p b {
          font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif;
          font-weight: normal;
          font-style: normal; }
        .general-icon .text-container .content p em, .general-icon .text-container .content p i {
          font-family: "Trebuchet Italic", "Open Sans", "Arial", sans-serif;
          font-weight: normal;
          font-style: normal; }
        .general-icon .text-container .content p a {
          color: #00274b;
          border-bottom: 1px solid #00274b; }
          .general-icon .text-container .content p a:hover, .general-icon .text-container .content p a:active {
            opacity: 0.7; }
        @media only screen and (max-width: 1000px) {
          .general-icon .text-container .content p {
            font-size: 15px; } }
        @media only screen and (max-width: 500px) {
          .general-icon .text-container .content p {
            font-size: 14px; } }

.anchor-marker {
  display: block;
  margin-top: 0px; }

.booking-form-panel {
  width: 80%;
  margin: 0 auto; }
  .booking-form-panel select {
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    background: url("../images/up_down.png") no-repeat 97% 50%;
    appearance: none;
    background-size: 15px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    font-size: 15px; }
  .booking-form-panel .wpdev-validates-as-required {
    width: 100%;
    height: 48px !important;
    margin-bottom: 10px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    border: none;
    margin-bottom: 25px;
    padding-left: 10px !important; }
  .booking-form-panel .wpdev-form-control-wrap input {
    width: 100%;
    height: 48px !important;
    margin-bottom: 10px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    border: none;
    margin-bottom: 25px;
    padding-left: 10px !important; }
    .booking-form-panel .wpdev-form-control-wrap input ::-webkit-input-placeholder {
      color: #8d8f8a !important; }
  .booking-form-panel .wpdevbk-btn {
    text-align: left;
    border: solid 1px #00274B;
    border-radius: 12px;
    padding: 10px 25px 10px 25px;
    float: left;
    color: #00274B;
    margin-bottom: 50px;
    margin-top: 10px;
    font-size: 18px;
    font-family: "Trebuchet Bold", "Open Sans", "Arial", sans-serif; }
    .booking-form-panel .wpdevbk-btn:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-color: #00274B;
      color: white; }
  .booking-form-panel .conditional_section_eec-weekdays {
    margin-bottom: 25px; }

.gallery-panel ul {
  width: 100%;
  display: inline-block;
  text-align: center; }
  .gallery-panel ul li.gallery-item {
    width: 25%;
    height: auto;
    float: left;
    padding: 2px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease; }
    .gallery-panel ul li.gallery-item a .gallery-image {
      height: 0px;
      width: 100%;
      padding-bottom: 100%;
      background-position: center center;
      background-size: cover; }
    .gallery-panel ul li.gallery-item:hover {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15);
      z-index: 11; }
  @media only screen and (max-width: 1000px) {
    .gallery-panel ul li.gallery-item {
      width: 33.33%; } }
  @media only screen and (max-width: 768px) {
    .gallery-panel ul li.gallery-item:hover {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }
  @media only screen and (max-width: 500px) {
    .gallery-panel ul li.gallery-item {
      padding: 1px; } }

.carousel-panel {
  width: 100%; }
  .carousel-panel .carousel-container {
    display: inline-block;
    width: 100%; }
    .carousel-panel .carousel-container ul {
      display: inline-block;
      width: 100%;
      position: relative;
      padding-bottom: 50%;
      overflow: hidden; }
      .carousel-panel .carousel-container ul .carousel-item, .carousel-panel .carousel-container ul .carousel-single {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s; }
        .carousel-panel .carousel-container ul .carousel-item.current, .carousel-panel .carousel-container ul .carousel-single.current {
          left: 0px; }
        .carousel-panel .carousel-container ul .carousel-item.left, .carousel-panel .carousel-container ul .carousel-single.left {
          left: -100%; }
  .carousel-panel .carousel-indicators {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 10px; }
    .carousel-panel .carousel-indicators ul {
      display: inline-block;
      width: 100%; }
      .carousel-panel .carousel-indicators ul [class^='carousel-button-'] {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 8px;
        cursor: pointer;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        vertical-align: middle; }
        .carousel-panel .carousel-indicators ul [class^='carousel-button-']:hover {
          -webkit-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25); }
        .carousel-panel .carousel-indicators ul [class^='carousel-button-'].carousel-button-next {
          margin-left: 20px; }
        .carousel-panel .carousel-indicators ul [class^='carousel-button-'].carousel-button-prev {
          margin-right: 20px; }
      .carousel-panel .carousel-indicators ul .carousel-indicator {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 10px 8px 10px 8px;
        border: 1px solid #00274b;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        vertical-align: middle; }
        .carousel-panel .carousel-indicators ul .carousel-indicator.current {
          background-color: #00274b; }
        .carousel-panel .carousel-indicators ul .carousel-indicator:hover {
          background-color: #00274b;
          -webkit-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25); }
      @media only screen and (max-width: 768px) {
        .carousel-panel .carousel-indicators ul [class^='carousel-button-'] {
          -webkit-transform: scale(1.25);
          -moz-transform: scale(1.25);
          -ms-transform: scale(1.25);
          -o-transform: scale(1.25);
          transform: scale(1.25);
          width: 16px;
          height: 16px; }
          .carousel-panel .carousel-indicators ul [class^='carousel-button-'].carousel-button-next {
            margin-left: 10px;
            margin-right: 0px; }
          .carousel-panel .carousel-indicators ul [class^='carousel-button-'].carousel-button-prev {
            margin-right: 10px;
            margin-left: 0px; }
        .carousel-panel .carousel-indicators ul .carousel-indicator {
          width: 14px;
          height: 14px;
          margin: 10px 6px 10px 6px; } }
  @media only screen and (max-width: 768px) and (max-width: 500px) {
    .carousel-panel .carousel-indicators ul .carousel-indicator {
      margin: 10px 4px 10px 4px; } }
      @media only screen and (max-width: 768px) {
          .carousel-panel .carousel-indicators ul .carousel-indicator.current {
            -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            -ms-transform: scale(1.25);
            -o-transform: scale(1.25);
            transform: scale(1.25); }
          .carousel-panel .carousel-indicators ul .carousel-indicator:hover {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none; }
            .carousel-panel .carousel-indicators ul .carousel-indicator:hover.current {
              -webkit-transform: scale(1.25);
              -moz-transform: scale(1.25);
              -ms-transform: scale(1.25);
              -o-transform: scale(1.25);
              transform: scale(1.25); } }

/*# sourceMappingURL=main.css.map */
