html {
    min-height: 100%;
    position: relative;
}
body {
    background: none;
    height: auto;
    color: #222;
    font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 140px;
}
p strong {
    font-family: "ProximaNovaBold"
}
a {
    color: #1a3c4d;
}
p a {
    color: inherit;
}
a:hover, a:focus {
    color: white;
}
.news a {
    color:#1a3c4d;
    text-decoration: underline;
}
.pdf-link:hover, .pdf-link:focus{
 	color: #1a3c4d !important;
  	text-decoration: underline !important;
}
#pdf-container object {
    width: 100% !important;
  	height: 500px !important;
}
.pdf-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.pdf-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

p a:hover, p a:focus {
    color: inherit;
}
.grey-bg {
    background: #f5f5f5;
}
.cyan-bg {
    background: #1c4359;
    color: white
}
.navbar-toggle .icon-bar {
    background: white
}
.navbar-collapse .navbar-nav {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav li a {
    color: white;
    font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    transition: 0.15s all linear;
}
.navbar-nav li a:focus, .navbar-nav li a:hover {
    color: #222;
}
.navbar-header {
    padding-top: 5px
}
.navbar-header .navbar-toggle {
    margin-top: 12px
}
@media all and (min-width: 967px) {
    .navbar-header { 
        position: absolute;
        z-index: 1; 
        left: 40px 
    }
}
.navbar {
    border: none;
}
.navbar .secondary-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1c4359
}
.navbar .secondary-menu .navbar-nav {
    padding-top: 0;
}
.navbar .secondary-menu .navbar-nav li a {
    font-size: 120%;
    font-family: "ProximaNovaRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.navbar .secondary-menu .navbar-nav li a:hover, .navbar .secondary-menu .navbar-nav li a:focus, .navbar .secondary-menu .navbar-nav li.active a {
    background: #ffff00;
    color: #222;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: #222;
}
.navbar .dropdown-menu {
    border: none;
}
.navbar .dropdown-menu li, .navbar .dropdown-menu li a {
    display: block;    
}
.navbar .dropdown-menu>li>a {
    color: #222;
    padding-top: 5px;
    padding-bottom: 5px;
}

.open ul.custom_menu_dropdown {
    background: #e7e7e7
}
.navbar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.navbar-inverse {
/*     background: #1a3c4d; */
    color: white;
    padding: 0;
    border-radius: 0;
}
.navbar-inverse h1 {
    font-family: "Goboldregular", "ProximaNovaBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 400%;
    padding: 30px 0 20px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navbar-inverse .navbar-header {
    padding-top: 5px;
}
.navbar-inverse .navbar-nav li a {
    color: white
}
.navbar-inverse .navbar-nav .open .dropdown-menu li a {
    color: #333;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li.active a:hover, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #333;
    background-color: white;
}
.navbar-inverse .navbar-toggle {
    border-color: #eee
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border-color: #eee;
    background: white;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background: #1a3c4d;
}
.main-menu {
    display: inline-block;
    float: none;
}
.main-menu li {
    display: inline-block;
    float: none;
}
.middle-menu {
    position: relative; 
    z-index: 1;
    font-family: "Goboldregular", "ProximaNovaBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
}
.middle-menu a.btn {
    font-size: 180%;
    display: block;
    white-space: normal;
  word-break: normal;
}
.middle-menu a.btn:hover {
    color: #222;
}
/* mobile menu */
@media (max-width: 1375px) {
  .navbar-header {
    position: static;
    text-align: center;
    float: none;
  }
  .navbar-header .navbar-brand {
    float: none;
    display: block;
  }
  .navbar-brand>img {
    display: inline-block
  }
}
@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        background: black;
        padding: 0;
        z-index: 2;
    }
    .navbar-collapse .navbar-nav {
        padding-top: 0;
        margin: 0;
        display: block;
    }
    .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
    }
    .navbar-collapse .navbar-nav .open .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer {
    padding-bottom: 120px;
  }
}
.inc500 {
    font-size: 120%;
    display: none;
}
.inc500 img {
    margin-bottom: 5px
}
.inc500 strong {
    font-family: "ProximaNovaBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 200%;
    line-height: 1
}
.btn-border {
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-border:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-1 {
    border: 3px solid #fff;
    color: #fff;
}
.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
}
.btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.btn-border:hover {
    box-shadow: 0 0 0 black;
}
.btn-1b:hover:after, .btn-1b:focus:after, .btn-1b:active:after {
    height: 100%;
}
.btn-1c:hover:after, .btn-1c:focus:after, .btn-1c:active:after {
    width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 105px;
  padding-top: 15px;
/*  border-top: 4px solid #fcba14; */
  background-color: #000;
  color: white;
}
.inline-block {
    display: inline-block;
}

/* static pages */
body.page-static .navbar-inverse .navbar-header, body.page-static .navbar-inverse .navbar-nav {
    /* padding-top: 0 */
}
body.page-static .navbar-inverse .navbar-brand {
    /* padding-top: 10px; */
}
body.page-static .navbar {
    margin-bottom: 0;
    background: #111;
}
body.page-static .page-title {
    background: #111;
    text-align: center;
    margin-bottom: 40px;
}
body.page-static .page-title h1 {
    font-size: 66px;
    font-family: "Goboldregular";
    color: #FFF;
    font-style: normal;
    opacity: 1;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 35px;
}

.navbar-brand>img { max-width: 60% }  @media (max-width: 767px) {  .navbar-brand {     max-width: 100% !important }}

.navbar-inverse {
  background-color: rgba (0, 0, 0, 0) !important;
}