/***
 * WEBSITE BRANDING
 */

body {
  padding: 0;
  margin: 0;
  background: #071438;
  font-size: 14px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.title {
  margin-top: 20px;
  overflow: hidden;
  background: url(/images/bg-pixel.gif) repeat-x 0 90%;
}

.title h1, .title h2, .title h3 {
  display:inline-block;
  padding: 0 8px;
  color: #BE1D1D;
  /*background: #fff;*/
}

.main-title {
  text-align:center;
  overflow: hidden;
  background: url(/images/bg-title.gif) repeat-x 0 50%;
}

.main-title h1, .main-title h2, .main-title h3 {
  display:inline-block;
  padding: 0 8px;
  background: #fff;
}

.blue-title {
  text-align:center;
  overflow: hidden;
  background: url(/images/bg-pixel-blue.gif) repeat-x 0 60%;
}

.blue-title h4 {
  display:inline-block;
  white-space: nowrap;
  color: #4C90E5;
  font-family: Calibri,sans-serif;
  font-style: italic;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 auto;
  background: #0A1A4C;
}

.bg-page-title {
  width: 100%;
  height: 87px;
  background: url(/images/bg-page-title.png) no-repeat 50% 0;
  border-top: 1px solid #D2D3D4;
  border-bottom: 1px solid #D2D3D4;
  margin: 10px 0 20px 0;
  padding-top: 27px;
}

.bg-page-title h4, .bg-page-title h2 { margin: 0; text-shadow: 1px 1px 1px #CCC; color: #333 }
.bg-page-title h4 { padding-top: 5px; }

.blue-header {
  background: #98d0ff;
  background: -moz-linear-gradient(top,  #98d0ff 0%, #92c7f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d0ff), color-stop(100%,#92c7f6));
  background: -webkit-linear-gradient(top,  #98d0ff 0%,#92c7f6 100%);
  background: -o-linear-gradient(top,  #98d0ff 0%,#92c7f6 100%);
  background: -ms-linear-gradient(top,  #98d0ff 0%,#92c7f6 100%);
  background: linear-gradient(to bottom,  #98d0ff 0%,#92c7f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d0ff', endColorstr='#92c7f6',GradientType=0 );
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 5px 0;
}

.blue-header .title1 { font-family: Calibri; font-size: 20px; color: #fff; line-height: 20px; }
.blue-header .title2 { font-family: Calibri; font-size: 24px; font-weight: bold; color: #fff; line-height: 24px; }
.blue-header .title3 { font-family: Calibri; font-size: 18px; font-weight: bold; color: #3a75cc; line-height: 18px; }

.shadow {
  width: 100%;
  margin: 10px 0;
  height: 5px;
}

.margin-top-10 {margin-top:10px;}
.margin-top-20 {margin-top:20px;}
.margin-top-30 {margin-top:30px;}
.margin-top-40 {margin-top:40px;}
.margin-top-50 {margin-top:50px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-50 {margin-bottom:50px;}
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }


.white-container {
  border-top: 1px solid #ffffff;
  padding-bottom: 20px;
  background: #fff;
  min-height: 500px;
  font-size:14px;
}

.blue-gradient {
  background: #92c7f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #92c7f6 0%, #112062 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c7f6), color-stop(100%,#112062)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #92c7f6 0%,#112062 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #92c7f6 0%,#112062 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #92c7f6 0%,#112062 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #92c7f6 0%,#112062 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c7f6', endColorstr='#112062',GradientType=0 ); /* IE6-9 */
  padding-top: 10px;
  padding-bottom: 20px;
}

.blue-gradient .white-container {
  margin: 0 auto;
  border-top: 0;
  width: 1000px; 
  max-width: 100%; 
  min-width: 768px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.white-container .map {
  width: 100%;
  height: 100%;
  background: url(/images/map2.png) no-repeat center 50%;
}

.white-container .map h1 {
  padding-top: 70px;
  text-align: center;
  color: #2C52A3;
  font-size: 40px;
  text-shadow: 1px 1px #fff;
}

.white-container .map p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
}

.white-container .signup-blue {
  margin: 25px auto 25px auto;
  padding: 9px 10px 10px 10px;
  min-height: 35px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  max-width: 200px;
  background: url(/images/signup-bg-blue.png) repeat top left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35);
}

.white-container .signup-red {
  min-height: 35px;
  width: 100%;
  background: url(/images/signup-bg-red.png) repeat top left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Calibri;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.white-container .mobile-one img {
  margin-top: 30px;
  max-width: none;
  width: 42px;
}
.white-container .mobile-three h4 {
  margin: 1.33em 0 0.33em 0;
}

.white-container .trio h4 {
  font-size: 16px;
}

.white-container .trio p {
  margin: 2px 0;
  font-size: 14px;
}

.blue-footer {
  padding: 20px 0;
  background: #0A1A4C;
  border-top: 1px solid #050F29;
}

.blue-footer .user_pic {
}

.blue-footer .user_testimonial {
  width: 100%;
  color: #98ADBF;
  font-family: Calibri, sans-serif;
  font-size: 16px;
}
.blue-footer .user_testimonial p {
  margin: 0;
}

.blue-footer .clients {
  min-height: 90px;
}

.blue-footer .clients img {
  margin-top: 10px;
}

.footer-links {
  border-top: 1px solid #030A18;
  padding: 10px 0 14px 0;
  background: #071438;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-shadow: black 1px 2px 1px;
  color: #504E4E;
}

.footer-links .links a {
  color: #4C90E5;
  text-decoration: none;
  background: transparent;
  /*margin: 0 10px;*/
}

.footer-links .links a:hover {
  color: #33B5E5;
}

.footer-links .copy { text-align:right }

.top-bar { background: white;}
.top-bar .nav-element > li.toggle-topbar a { background: #0A1A4C; }
.top-bar .nav-element > li.divider { background: #203C95; }

.red-signin > a { color: #fff!important; } /* #BE1D1D */
.red-signin > a:hover { color: #E9F7FC!important; } /* #33B5E5 */

.top-bar .nav-element > li > a,
.lt-ie9 .top-bar .nav-element > li > a {
  color: #fff;
  font-weight: normal;
  font-family: Roboto, arial, sans-serif;
  font-size: 16px;
}
.top-bar .nav-element > li > a:hover,
.lt-ie9 .top-bar .nav-element > li > a:hover { 
  color:#E9F7FC; 
  border-bottom: 2px solid #24409E;
}

.nav-shadow {
  background: url(/images/shadow-bottom.png) no-repeat 50% 0;
  height: 15px;
  position: relative;
  top: 40px;
  background-size: 100% 15px;
}

.lt-ie9 .nav-shadow {
  background: none;
}

.lt-ie9 .nav-shadow img {
  width: 100%;
  height: 15px;
  top: -79px;
  position: relative;
}

.index .nav-shadow {
  background: url(/images/shadow-bottom.png) no-repeat 50% 0;
  height: 15px;
  position: relative;
  top: 40px;
  background-size: 100% 15px;
}

.top-bar .nav-element.left {
  margin-left: 20px;
}

.top-bar .nav-element.right {
  margin-right: 20px;
}

.img-floating { margin-top: 6px; }


.signin {
  white-space:nowrap;
  width: 80px!important;
  text-align: center!important;
  color: #2350ac!important;
  margin-top: 5px!important;
  line-height: 25px!important;
  float:right!important;
  font-family: Calibri!important;
  font-size: 14px!important;
  padding: 0 15px!important;
  margin-right: 2px!important;
  -webkit-border-top-left-radius: 5px!important;
  -webkit-border-top-right-radius: 5px!important;
  -moz-border-radius-topleft: 5px!important;
  -moz-border-radius-topright: 5px!important;
  border-top-left-radius: 5px!important;
  border-top-right-radius: 5px!important;
  background: #ffffff!important;
  background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
  cursor: pointer;
}

.impressed {
   font-family: Roboto, Helvetica, sans-serif!important;
   text-shadow:
      0 -1px 0 rgba(0, 0, 0, 0.8), /* shadow */
      0 1px 0 rgba(255, 255, 255, 0.5)!important; /* highlight */
}


.row.full.nav .columns {
  padding:0;
}

.table {
  display: table;
  width: 100%;
}

.table > div {
  display: table-cell;
  vertical-align:middle;
}

.generic-nav {
  margin:0;position:fixed;z-index:100;width:100%!important;background:white;padding:0;height:45px;top:0px;
}

#topics { width: auto; }


/* FORM */
select.input-text,
textarea.input-text,
input.input-text {
  width: 80%;
  font-size: 13px;
  padding: 6px 3px 4px;
  outline: none !important;
  /*background: url('/images/bg-input.png') white;*/
  border: solid 1px #BBB;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 10px 30px;
}

input.input-text.oversize {
  font-size: 16px !important;
  padding: 10px 5px !important;
}
input.input-text:focus {
  background-color: #F9F9F9;
}

.control-label {
  font-weight: bold;
  margin: 0px 30px;
}

/*ptp*/
.pagination {
  position: relative;
  line-height: 37px;
  padding: 0 0 0 5px;
  margin: 0;
  right: 10px;
}

.li-check {
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

.li-check label {
  display: inline;
}

.li-check input {
  margin: 0 0 0 5px;
}

.li-check.divider {
  padding: 0;
  height: 2px;
  margin: 0px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.li-check a {
  cursor:default;
  font-weight: bold;
  padding: 0;
}

.li-check a:hover {
  color: #333!important;
  background-color: #fff!important;
}

.delete {
  display:none;
}

.top-bar.sub-menu.right {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

.account-limit-width { width:700px; margin:0 auto }

/* Medium display targeting - tablets among other things */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
 .medium {color:#000}
}

.lt-ie9-visible {
  display: none!important;
}

.lt-ie9 .lt-ie9-visible {
  display: inherit!important;
}

.pagination-padding { padding-top: 11px; }
.ptp-popup {top: -258px;}

.sub-menu-container { padding-left: 250px; }


.table {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   border-collapse: seperate;
   border-width: 2px;
}

.centered-td {
   text-align: center;
}

.td {
   text-align: center;
   vertical-align: center;
   padding-top: 20px;
   padding-bottom: 20px;
   margin: 5px;
   font-size: 14px;
}

.th {
   text-align: center;
   vertical-align: center;
   padding: 5px;
   margin: 5px;
   font-size: 14px;
}

.to-center {
   text-align: center;
}

.details-box {
  margin: 0 auto;
  width: 630px;
}

.affiliate-overview {
  margin: 0 auto;
  width: 100%;
}

.details-overview {
  margin: 0 auto;
  width: 630px;
}

.details .subhead_black {
   text-align: right;
   display: block;
}
.details .subhead_span {
   display: block;
   margin: 0 30px 15px 30px;
   font-size: 13px;
}
.details input, .details select, .details textarea {
   margin: 0 30px;
}
.details td {
   vertical-align: top;
   margin-bottom: 5px;
}
.details-sub td {
   vertical-align: middle;
}

.error input, 
input.error, 
select.error,
.error textarea, 
textarea.error, 
.error input:focus, 
input.error:focus, 
select.error:focus, 
.error textarea:focus, 
textarea.error:focus { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error input:focus, 
input.error:focus, 
select.error:focus,
.error textarea:focus, 
textarea.error:focus { outline-color: #f5797c; }

.error label, 
label.error { color: #c60f13; }

.error small, 
small.error { 
  display: block; 
  padding: 6px 4px; 
  width: 80%;
  margin: 0 30px; 
  margin-top: -1px; 
  background: #c60f13; 
  color: #fff; 
  font-size: 12px; 
  font-weight: bold; 
  -moz-border-radius-bottomleft: 2px; 
  -webkit-border-bottom-left-radius: 2px; 
  border-bottom-left-radius: 2px; 
  -moz-border-radius-bottomright: 2px; 
  -webkit-border-bottom-right-radius: 2px; 
  border-bottom-right-radius: 2px; 
}

small.error a {
 color:#AFAFEA;
}

.myalert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.myalert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.myalert, .myalert h4 {
  color: #8A6D3B;
}

.form-label {
  text-align:right;
  padding: 3px 0 0 0;
  font-weight: bold;
}

.form-input {
  padding: 0;
}

.form-input textarea, .form-input input[type=text],.form-input input[type=password], .form-input select {
  width: 95%;
  margin:0 5px 0 10px;
  max-width: 500px;
}

.form-input input[type=text].extrapd,  .form-input select.extrapd {
  padding-right: 25px;
}

.form-input input.button {
  padding: 5px 10px 6px;
  margin: 0;
}

.form-input .extra {
  margin-left: -30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #999;
  font-size: 20px;
  cursor: help;
}

.sv {
  margin-left: 10px!important;
}

.padr11 {
  padding:0 11px 0 0;
}

.padr14 {
  padding:0 14px 0 0;
}

dl[data-collapse=""] {
  width: 70%;
  margin: 1em auto;
}

.nav2 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.docs-sidebar {
    top: 0;
}

.docs-sidebar.affix {

}

.docs-sidenav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.docs-sidebar .nav2>li>a {
    display: block;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #676767;
    font-style: normal;
    text-decoration: none;
}

.docs-sidebar .nav2>li>a:hover,.docs-sidebar .nav2>li>a:focus {
    padding-left: 19px;
    color: #3b72ff;
    text-decoration: none;
    background-color: transparent;
    border-left: 1px solid #3b72ff;
}

.docs-sidebar .nav2>.active>a,.docs-sidebar .nav2>.active:hover>a,.docs-sidebar .nav2>.active:focus>a {
    padding-left: 18px;
    font-weight: 500;
    color: #3b72ff;
    background-color: transparent;
    border-left: 2px solid #3b72ff;
}

.docs-sidebar .nav2 .nav2 {
    display: none;
    padding-bottom: 10px;
}

.docs-sidebar .nav2 .nav2>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 400;
}

.docs-sidebar .nav2 .nav2>li>a:hover,.docs-sidebar .nav2 .nav2>li>a:focus {
    padding-left: 29px;
}

.docs-sidebar .nav2 .nav2>.active>a,.docs-sidebar .nav2 .nav2>.active:hover>a,.docs-sidebar .nav2 .nav2>.active:focus>a {
    padding-left: 28px;
    font-weight: 500;
}

.docs-sidebar .nav2>.active>ul {
    display: block;
}

.affix {
  position: fixed;
}

@media only screen and (min-width: 768px) and (max-width: 930px) {
  .hideCompany {display: none};
}

@media only screen and (min-width: 768px) and (max-width: 825px) {
  .hideResources {display: none};
}

/* Small Devices ------------ */
@media only screen and (max-width: 767px) {

  dl[data-collapse=""] {
    width: 100%;
    margin: 1em 0;
  }

  .padr11, .padr14 {
    padding:0;
  }

  .sv {
    margin-left: 0px;
  }

  .form-label {
    text-align: left;
    padding: 10px 0 0 10px;
  }

  .form-input {
    padding: 0;
  }

  .form-input textarea, .form-input input[type=text],.form-input input[type=password], .form-input select {
    width: 100%;
    max-width: 94%;
    margin:5px 5px 0 10px;
  }

  .form-input input.button {
    padding: 5px 10px 6px;
    margin: 10px 0 5px 10px;
  }

  dd { margin-left:0; }

  .details-box {
    margin: 0;
    width: 100%;
  }
  
  .details-overview {
    margin: 0;
    width: 100%;
  }

  .details {
    width: 100%;
  }

  .details .subhead_black {
    display:inline;
    text-align: left;
  }

  .details .subhead_span {
    margin: 0 0 15px 0;
  }

  table.details > tbody > tr > td {
    display: block;
    width: 100%;
    float: left;
  }

  table.details > tbody > tr > td:first-child {
    text-align: left;
  }

  table.details > tbody > tr > td select, table.details > tbody > tr > td textarea {
    width: 99%;
    margin: 0;
  }

  table.details > tbody > tr > td input[type=text], table.details > tbody > tr > td input[type=password] {
    width: 99%;
    margin: 0;
  }

  .error small, 
  small.error { 
    width: 99%;
    margin: 0;
    margin-top: -1px;
  }


  .account-limit-width {width: 100% }
  .sub-menu-container { padding-left: 0 }
  .top-bar.sub-menu.right {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
  }

  .blue-gradient {
    padding-bottom: 0;
  }

  .blue-gradient .white-container { 
    width: auto; 
    min-width: 0; 
    margin-left: 0; 
    margin-right: 0; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .right-mobile { float: right; }
  .left-mobile  { float: left; }
  .button { padding: 12px 12px 12px; }
  .pagination-padding { padding-top: 13px; }
  .ptp-popup {top: -129px;}

  .fixed-buttons, .affix {
    position: fixed;
    right:0;
    left:0;
    top: 0;
    margin: 0;
    padding:0;
    background: #f6f6f6;
    border-bottom: 1px solid #d6d6d6;
    z-index:1;
  }

  input.input-text { margin: 10px 10px; width: 95%; }
  .control-label { margin: 0px 10px; }

  .white-container { min-height: 0px; }
  #topics { width: 100%; }

  .generic-nav { position: relative; top:auto; }
  .table, .table > div {
    display: block;
    width: 100%!important;
  }
  .table > div img {
    display:block; margin-left: auto; margin-right: auto;
    width: 20%;
  }

  .blue-header .title1 { font-family: Calibri; font-size: 16px; color: #fff; line-height: 20px; }
  .blue-header .title2 { font-family: Calibri; font-size: 20px; font-weight: bold; color: #fff; line-height: 24px; }
  .blue-header .title3 { font-family: Calibri; font-size: 14px; font-weight: bold; color: #3a75cc; line-height: 18px; }

  .blue-header .columns {text-align: center;}

  .nav.columns {padding:0}
  .top-bar {margin:0}
  .top-bar .toggle-topbar-container { background: #005094; }

  .top-bar > section > .nav-element > li { color:white; border-bottom: 1px solid #003867; background: #005094;border-top: 1px solid #3373A9; }
  .top-bar .nav-element > li > a { line-height: 45px!important; }
  .top-bar .nav-element > li > a:hover {color: white;background: #003867; border-bottom: 0}
  .top-bar .nav-element > .toggle-topbar {background: none!important}
  .top-bar .nav-element > li.toggle-topbar a { background: #3373A9; }
  .top-bar .nav-element > li.toggle-topbar a:hover { background: #003867; }
  .top-bar .nav-element > li.toggle-topbar.toggle-on a { background: #003867; }
  .top-bar .nav-element > li.divider { background: #203C95; }
  .top-bar .nav-element > li > a:not(.button) { font-size: 16px; }

  .lt-ie9 .top-bar .nav-element > li.toggle-topbar a {
    border: 0;
    background: url("/images/button_off.png") no-repeat 0 0;
  }
  .lt-ie9 .top-bar .nav-element > li.toggle-topbar a:hover {
    background: url("/images/button_on.png") no-repeat 0 0;
  }
  .lt-ie9 .top-bar .nav-element > li.toggle-topbar.toggle-on > a {
    background: url("/images/button_on.png") no-repeat 0 0;
  }

  .red-signin a { color: #fff!important; }
  .red-signin a:hover { color: #fff!important; }

  .top-bar .nav-element > li > a:not(.button) {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8), 0 1px 0 rgba(0, 0, 0, 0.5);
  }

  .top-bar  .dropdown-menu { border-radius: 0;margin: 0;border-top: 1px solid #003867; }
  .top-bar  .dropdown-menu > li { color:white; background: #005094; border-top: 1px solid #3373A9; border-bottom: 1px solid #003867; }
  .top-bar  .dropdown-menu li > a:hover,
  .top-bar  .dropdown-menu li > a:focus {font-size: 16px;color: #fff; background: #003867;}
  .top-bar  .dropdown-menu > li > a { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8), 0 1px 0 rgba(0, 0, 0, 0.5); font-size: 16px; }

  .lt-ie9 .top-bar  .dropdown-menu li > a:hover,
  .lt-ie9 .top-bar  .dropdown-menu li > a:focus {font-size: 16px;color: #fff; background: #003867;}
  .lt-ie9 .top-bar .nav-element > li > a { color: #fff; }
  .lt-ie9 .top-bar .nav-element > li > a:hover { color: #fff; border-bottom: 0 }

  .top-bar .nav-element.left { margin-left: 0; }
  .top-bar .nav-element.right { margin-right: 0; }

  .footer-links .copy { text-align:center; margin: 20px 0 10px 0; }

  .blue-footer .clients { min-height: 0; }
  .blue-footer .clients img {margin-top: 0;}

  .mobile-text-center {text-align:center}
  .mobile-vertical-margin-20 {margin-top:20px!important;margin-bottom:20px!important}

  .top-bar {background:#fff}
  .top-bar > section > .nav-element {background:#0A1A4C}

  .white-container .map { background-position-y: 0; }
  .white-container .map h1 { padding-top: 20px; }
}