﻿@charset "UTF-8";
/* Cookie */
#globalCookieBar {
  padding: 20px 0 20px 0;
  padding: 1.25rem 0 1.25rem 0;
  border-top: 1px solid #eee;
  background-color: #fafafa;
  border-bottom: 3px solid #006857; }
  #globalCookieBar .btn-wrapper {
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: right; }
  #globalCookieBar p {
    font-size: 16px;
    font-size: 1rem;
    margin: 6px 0 0 0;
    margin: 0.375rem 0 0 0;
    font-weight: 600; }
    #globalCookieBar p a {
      text-decoration: underline; }
      #globalCookieBar p a:hover {
        text-decoration: none; }

#closeCookieBar {
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  color: #000; }

.home-loc a {
  color: #ABABAB; }

#topNav {
  text-transform: uppercase;
  position: absolute;
  right: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table; }
  #topNav a {
    color: #666666;
    font-size: .85em; }
    #topNav a.active {
      color: #2B6596; }
  #topNav li {
    display: table-cell;
    padding: 0 10px; }

/**global 1*/
#logout:after {
  content: "Sign Out";
  margin-left: .5em; }

#ptools-features > li > .inner > span {
  color: #fff;
  display: block;
  padding: 14px;
  padding: .875rem 1.25em; }

#ptools-features {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  #ptools-features > li {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    border-right: 1px solid #000000; }
  #ptools-features a:hover {
    border: none; }

/*Search*/
#global-site-search {
  position: static;
  visibility: visible;
  max-height: 9999px;
  text-align: right;
  margin-top: 65px;
  font-size: 0;
  margin: -60px 0 0; }

.ie8 .search-box {
  width: 235px; }

.ie8 #global-site-search {
  display: none; }

#toggleSearch {
  text-decoration: none; }
  #toggleSearch .icon_x {
    display: none; }

.ie8 #toggleSearch, .ie9 #toggleSearch {
  margin-top: -42px;
  padding-top: 0;
  float: right; }

.ie8 .search-box, .ie9 .search-box {
  padding-bottom: 10px; }

.search-box {
  background-color: #e6e6e6;
  border: medium none;
  color: #333;
  display: inline-block;
  font-size: 16px;
  padding: 7px 0 7px 10px;
  width: 70%; }

.global-search-active #global-site-search {
  display: block; }

.global-search-active #toggleSearch .icon_x {
  display: inline-block; }

.global-search-active .search-icon {
  display: none; }

.search-btn {
  background-position: 50% center;
  background-color: #225b80;
  background-image: url("/images/header/icon_search_white.png");
  background-repeat: no-repeat;
  border: medium none;
  color: #fff;
  display: inline-block;
  /*font-size: 1rem;*/
  font-size: 16px;
  font-weight: bold;
  padding: 0.375em 0.5em;
  text-indent: -9999px;
  width: 34px; }

/*Header*/
#global-header-1 {
  background-color: #000; }
  #global-header-1 .icon .fa {
    padding-right: 10px; }

#global-nav a:hover {
  border: none; }

#global-nav .inner {
  background-color: #C9F5F6; }

.toggle-menu-active #global-site-search {
  position: static;
  visibility: visible;
  max-height: 999px;
  -webkit-transition: ease-in-out all .5s;
  -moz-transition: ease-in-out all .5s;
  -ms-transition: ease-in-out all .5s;
  -o-transition: ease-in-out all .5s; }

#global-header-2 {
  padding-top: 1em; }

/**Navigation*/
#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  position: relative; }
  #nav a:hover {
    text-decoration: none;
    border: 0; }
  #nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #nav .level-1 {
    border-right: 1px solid #fff;
    display: table-cell;
    -webkit-transition: ease-in-out all .15s;
    -moz-transition: ease-in-out all .15s;
    -ms-transition: ease-in-out all .15s;
    -o-transition: ease-in-out all .15s;
    position: relative; }
    #nav .level-1.active > a, #nav .level-1:hover > a {
      background-color: #00b8c0; }
    #nav .level-1 > ul {
      max-height: 0;
      visibility: hidden;
      z-index: 2;
      position: absolute;
      width: 100%; }
    #nav .level-1:hover > ul {
      max-height: 1000px;
      transition-delay: .4s;
      visibility: visible;
      z-index: 9999;
      background-color: #C9F5F6;
      list-style-type: none;
      min-width: 120px; }
    #nav .level-1 > a {
      display: block;
      padding: .75em 1em;
      text-align: center;
      font-size: 1.15em;
      font-weight: bold;
      position: relative;
      color: #000;
      text-transform: uppercase; }
      #nav .level-1 > a.active {
        color: #2B6596; }
    #nav .level-1 > ul {
      max-height: 0;
      visibility: hidden;
      z-index: 2;
      position: absolute;
      width: 100%; }
    #nav .level-1 .level-2 {
      position: relative;
      z-index: 3;
      padding: 0.15em 0.25em;
      border-top: 1px solid #fff; }
      #nav .level-1 .level-2 > ul {
        margin: .5em 1.5em; }
      #nav .level-1 .level-2 > a {
        width: 100%;
        padding: 0.45em 1em;
        font-size: 92%;
        display: inline-block; }
    #nav .level-1 level-3 {
      margin-top: .5em; }
      #nav .level-1 level-3 > a {
        display: block;
        position: relative;
        padding-left: 1.5em;
        color: #333; }
        #nav .level-1 level-3 > a:before {
          position: absolute;
          left: 0;
          top: 6px;
          top: .375rem;
          content: " ";
          width: 0;
          height: 0; }
      #nav .level-1 level-3 :hover > a:before {
        left: 4px;
        -webkit-transition: ease-in-out all .1s;
        -moz-transition: ease-in-out all .1s;
        -ms-transition: ease-in-out all .1s;
        -o-transition: ease-in-out all .1s; }
      #nav .level-1 level-3:hover > a {
        text-decoration: underline; }

.ie9 #nav, .ie8 #nav {
  display: initial; }

.ie9 #nav > .level-1, .ie8 #nav > .level-1 {
  border-left: none;
  display: inline-block;
  min-width: 150px; }

.ie9 #nav .level-1 > ul, .ie8 #nav .level-1 > ul {
  margin-left: -5px; }

@media (min-width: 768px) and (max-width: 991px) {
  #nav > li.js-active > ul {
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: auto; }
    #nav > li.js-active > ul li {
      background-color: #C9F5F6; }
  #topNav {
    right: 1em; } }

@media (max-width: 767px) {
  .mo_container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto; }
  #homepage {
    margin-top: 0; }
  #global-site-search, #global-nav {
    visibility: hidden; }
  #nav .level-1:hover > ul {
    z-index: 9999;
    max-height: 1000px;
    visibility: visible;
    display: block;
    padding-top: 10px; }
  #nav {
    overflow: hidden;
    max-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: list-item; }
    #nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #nav li {
      position: relative; }
    #nav > .has-subs:after {
      content: "›";
      font-size: 1.5em;
      position: absolute;
      top: .25em;
      right: 1.25em; }
    #nav .has-subs.js-active:after {
      content: "-"; }
    #nav a:hover, #nav a.js-active {
      text-decoration: none; }
    #nav .level-1 {
      border-left: none medium;
      border-right: none medium; }
      #nav .level-1 > a {
        display: block;
        padding: .75em 1.5em;
        text-align: left;
        position: relative;
        color: #000;
        font-weight: bold; }
      #nav .level-1 > ul {
        padding: 0 0 .5em 1.5em;
        max-height: 0;
        visibility: hidden;
        z-index: 2;
        position: relative;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0; }
      #nav .level-1 + .level-1 {
        border-top: 1px solid #fff; }
      #nav .level-1.js-active > ul {
        max-height: 1000px;
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out;
        -khtml-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: static;
        width: auto; }
      #nav .level-1:first-child {
        border-top: 0; }
    #nav .level-2 {
      padding: 0 !important;
      color: #616161;
      position: relative;
      z-index: 3;
      border: medium none !important; }
      #nav .level-2 li.has-subs:after {
        display: none; }
      #nav .level-2 > ul {
        padding: 0 0 .5em 0;
        position: absolute;
        visibility: hidden;
        overflow: hidden;
        max-height: 0; }
      #nav .level-2 > a {
        display: block;
        padding: 0.5em 1em 0.5em 2.5em; }
      #nav .level-2:after {
        top: -.125em; }
      #nav .level-2.js-active > ul {
        position: static;
        visibility: visible;
        max-height: 9999px; }
  #nav .level-3 {
    margin-top: .5em; }
  #nav .level-3 > a {
    display: block;
    position: relative;
    padding-left: 1em; }
  #nav .level-3 > a:before {
    position: absolute;
    left: 0;
    top: 6px;
    top: .375rem;
    content: " ";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #13b0e8;
    -webkit-transition: ease-in-out all .1s;
    -moz-transition: ease-in-out all .1s;
    -ms-transition: ease-in-out all .1s;
    -o-transition: ease-in-out all .1s; }
  #nav .level-3.js-active > a:before {
    left: 4px; }
  #nav .level-3.js-active > a {
    text-decoration: underline; }
  .toggle-menu-active #nav, .toggle-menu-active #global-nav {
    position: static;
    visibility: visible;
    max-height: 9999px; }
  #ptools-features {
    text-align: left; } }

@media (min-width: 768px) {
  #toggleSearch {
    display: inline-block;
    float: right;
    margin-top: -40px; }
  #global-site-search {
    display: none; }
  .search-box {
    width: 235px; }
  #site-logo.region img {
    margin-bottom: 30px;
    margin-top: -20px; } }

@media (min-width: 992px) {
  #global-nav .container {
    padding: 0; } }

@media (max-width: 991px) {
  .ice-bar-panel {
    display: inline-block;
    position: relative;
    width: 1.5625em; }
  .ice-bar {
    width: 1.875em;
    height: 0.4em;
    display: block;
    background-color: #818285;
    /*-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;*/
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .ice-bar + .ice-bar {
    margin-top: .29em; }
  .toggle-menu-active .ice-bar + .ice-bar {
    margin-top: 0; }
  .toggle-menu-active .ice-bar.last {
    visibility: hidden; }
  .toggle-menu-active .ice-bar {
    position: absolute;
    left: 0;
    top: -.375em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); }
  .toggle-menu-active .ice-bar.second {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg); } }

@media (max-width: 767px) {
  #site-logo.region img {
    margin-top: -20px; }
  #nav .level-1 {
    display: inherit; }
  #global-header-2 {
    padding-top: 0; }
  #sub-header-2 {
    margin-bottom: 1em; }
  #content {
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -khtml-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -moz-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -ms-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -o-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    z-index: 10; }
  #menu-trigger:after {
    bottom: 0;
    content: "Menu";
    font-size: 0.75em;
    font-weight: 600;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  #toggle-menu-trigger {
    float: right;
    padding-right: 1em; }
  #site-logo img {
    max-width: 100%; }
  #global-nav {
    background-color: #C9F5F6;
    overflow-y: auto;
    top: 0;
    -webkit-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -khtml-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -moz-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -ms-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    -o-transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    transition: right 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
    z-index: 90;
    width: 300px;
    right: -300px;
    height: 0; }
  .toggle-menu-active {
    position: fixed;
    width: 100%; }
    .toggle-menu-active #global-nav {
      height: 100%;
      right: 0;
      visibility: visible;
      position: fixed; }
    .toggle-menu-active #global-header-2 {
      height: 7em;
      left: -300px; }
    .toggle-menu-active #content {
      right: 300px; }
      .toggle-menu-active #content:after {
        background-color: rgba(0, 0, 0, 0.5);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        top: 9.5em;
        width: 100%; }
    .toggle-menu-active #sub-header-2 {
      min-height: 3em;
      margin-left: -80%; }
      .toggle-menu-active #sub-header-2 img {
        display: none;
        -webkit-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
        -khtml-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
        -moz-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
        -ms-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
        -o-transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s;
        transition: left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s; }
    .toggle-menu-active #global-header {
      right: -300px; }
  #global-site-search {
    margin: 10px 0; }
  #global-header {
    left: -300px;
    width: 100%;
    z-index: 9999; }
  /*#sub-header-2 {
         position:fixed;
         width: 100%;
    z-index: 9999;
     }*/
  /*#global-header-2 {
          left: 0;
    position: fixed;
    top: 20px;
    @include transition(left 0.5s cubic-bezier(0.32, 1.25, 0.375, 1) 0.05s);
    width: 100%;
    z-index: 9999;

     }*/ }

@media (max-width: 400px) {
  #global-nav {
    width: 250px; }
  .toggle-menu-active #toggle-menu-trigger {
    margin-right: 0; }
  .toggle-menu-active #content {
    right: 250px; }
  .toggle-menu-active #sub-header-2 {
    margin-left: -300px; } }

