.margin-0 {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

@media (max-width: 767px) {
  .xs-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-60 {
  padding-bottom: 50px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.wide-gutter-row {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 991px) {
  .wide-gutter-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.wide-gutter-col {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (max-width: 991px) {
  .wide-gutter-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 15px;
  margin-top: 5px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 15px;
  margin-top: 5px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .alignleft,
  .alignright {
    float: none;
    margin: 15px auto;
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.media {
  padding-top: 10px;
}

.media .media-left {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .media .media-left {
    display: none;
  }
}

.media .media-body .media-heading {
  padding-bottom: 5px;
  font-size: 22px;
}

.media-object {
  max-width: 200px;
  height: auto;
}

.grid {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.grid h2 {
  padding-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.grid .small {
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
}

.grid .small span {
  margin-left: 5px;
}

.grid .grid-item {
  vertical-align: top;
  padding: 0 15px 20px 15px;
  display: inline-block;
  width: 20%;
  font-size: 18px;
}

.grid .grid-item h3 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.grid .grid-item img {
  width: 100%;
  height: auto;
}

.grid .grid-item img.natural {
  width: auto;
  height: auto;
}

.grid__profiles .grid-item img {
  max-width: 140px;
  max-height: 140px;
}

.grid .grid-item p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .grid .grid-item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .grid .grid-item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .grid .grid-item {
    width: 100%;
  }
}

.header .heading {
  margin: 30px 0;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  padding-left: 120px;
  font-size: 1.45em;
}

.header .heading a {
  color: #225f95;
}

.header .heading a:hover,
.header .heading a:focus,
.header .heading a:active {
  color: #225f95;
  text-decoration: none;
}

@media (max-width: 991px) {
  .header .heading {
    background-image: url("../img/logo-991.png");
    font-size: 1.25em;
    padding-left: 100px;
    padding-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .header .heading {
    font-size: 1em;
  }
}

.header .utility-links {
  margin-top: 15px;
}

.header .utility-links a {
  font-weight: bold;
}

@media (max-width: 767px) {
  .header .utility-links {
    display: none;
  }
}

.header .logos {
  margin-top: 22px;
}

.header .logos .logo {
  display: inline-block;
  height: 50px;
  width: auto;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .header .logos .logo {
    height: 40px;
    width: auto;
  }
}

@media (max-width: 991px) {
  .header .logos .logo {
    height: 30px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .header {
    display: none;
  }
}

.footer {
  background-color: #555;
  padding: 40px 15px;
  color: #ccc;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer .white-text {
  color: white;
}

.footer .widget-title {
  border-bottom: 1px solid #777;
  padding-bottom: 10px;
}

.footer hr {
  border-color: #777;
}

@media (max-width: 767px) {
  .footer {
    padding: 20px 15px;
  }

  .footer h2 {
    margin-top: 20px;
  }
}

.bg-grey-xlight {
  background-color: #f5f5f5;
}

a {
  color: #266daa;
}

p a {
  font-weight: bold;
}

.bg,
.bg a,
.home-feature-boxes a.feature-box .bg {
  color: white;
  opacity: 0.9;
}

.bg.primary-1,
.bg a.primary-1,
.home-feature-boxes a.feature-box .bg.primary-1 {
  background: #2b7abf;
}

.bg.secondary-1,
.bg a.secondary-1,
.home-feature-boxes a.feature-box .bg.secondary-1 {
  background: #ab2c25;
}

.bg.secondary-2,
.bg a.secondary-2,
.home-feature-boxes a.feature-box .bg.secondary-2 {
  background: #50831d;
}

.bg.secondary-3,
.bg a.secondary-3,
.home-feature-boxes a.feature-box .bg.secondary-3 {
  background: #63c;
}

.bg.secondary-4,
.bg a.secondary-4,
.home-feature-boxes a.feature-box .bg.secondary-4 {
  background: #008484;
}

.bg.secondary-5,
.bg a.secondary-5,
.home-feature-boxes a.feature-box .bg.secondary-5 {
  background: #ba5d00;
}

body {
  font-size: 1.6em;
}

h2.home-section-title {
  font-size: 35px;
}

h3.smaller {
  font-size: 22px;
}

a {
  font-weight: 500;
}

.main-title {
  margin: 10px 0 30px;
  font-size: 2.5em;
}

.sidebar-feature-link {
  font-size: 1.3em;
  margin: 0;
  padding: 10px;
}

.title-divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.filter-title {
  font-size: 20px;
}

.list-heading {
  font-size: 1.2em;
}

.list-unstyled {
  line-height: normal;
}

.list-unstyled li {
  padding-bottom: 7px;
}

.reduced-heading {
  font-size: 1.5em;
}

.list-left-aligned {
  padding-left: 20px;
}

.list-left-aligned li {
  padding-bottom: 5px;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.img-full-width {
  width: 100%;
  height: auto;
}

.lazy-load img {
  opacity: 0;
}

.block,
a.block {
  display: block;
}

.block.bg,
a.block.bg {
  color: white;
}

.block.bg:hover,
a.block.bg:hover,
.block.bg:active,
a.block.bg:active,
.block.bg:focus,
a.block.bg:focus {
  color: white;
  text-decoration: none;
}

.col-sm-8 ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.col-sm-8 ul li {
  padding-bottom: 5px;
}

.col-sm-8 ul.nav.nav-tabs {
  margin: 10px 0 15px 0;
}

.col-sm-8 ul.nav.nav-tabs > li {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.footer a {
  color: #71acdf;
}

.footer ul {
  padding-left: 18px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin: 0;
}

.navbar .nav.navbar-nav {
  font-weight: bold;
}

.navbar .navbar-right .input-group {
  margin: 8px 0;
  max-width: 200px;
  font-weight: normal;
}

.navbar .navbar-right .input-group input {
  border: 1px solid white;
}

.navbar .navbar-right .input-group .btn.btn-default {
  border-radius: 0;
  border: 1px solid white;
}

.navbar .navbar-right .input-group .btn.btn-default:hover {
  background-color: white;
  border-color: white;
}

@media (max-width: 767px) {
  .navbar .navbar-right .input-group {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-right {
    margin: 0 0 15px 0;
  }
}

.navbar .navbar-collapse {
  border-color: #266daa;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse.collapse {
    padding-left: 0;
  }
}

.navbar-inverse {
  background-color: #2b7abf;
}

.navbar-inverse .navbar-brand {
  color: white;
  font-size: 13px;
  line-height: normal;
  padding: 10px 0 8px 15px;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu li a {
  color: white;
}

.navbar-inverse .navbar-nav > li {
  cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #205a8d;
  cursor: pointer;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav .current-menu-parent > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav .current-menu-parent > a:focus,
.navbar-inverse .navbar-nav > .active > a:active,
.navbar-inverse .navbar-nav .current-menu-parent > a:active,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav .current-menu-parent > a:hover {
  background-color: #205a8d;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #205a8d;
}

.navbar-inverse .navbar-toggle,
.navbar-toggle .navbar-inverse:focus,
.navbar-toggle .navbar-inverse:hover {
  border-color: #205a8d;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active {
  background-color: #205a8d;
}

.secondary-nav {
  background-color: #205a8d;
}

.secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}

.secondary-nav ul li {
  display: inline-block;
}

.secondary-nav ul li a {
  color: #fff;
  font-weight: 700;
  margin: 8px 1px;
  display: block;
  padding: 7px 10px;
}

.secondary-nav ul li a:hover,
.secondary-nav ul li a:active,
.secondary-nav ul li a:focus {
  text-decoration: none;
  color: white;
  background: #18456c;
  cursor: pointer;
}

.secondary-nav ul li.current-menu-item a {
  text-decoration: none;
  color: white;
  background: #18456c;
}

.secondary-nav ul li.menu-item-type-custom.current-menu-item a {
  background: none;
}

@media (max-width: 767px) {
  .secondary-nav ul {
    padding: 5px 0;
  }
}

.secondary-nav .nav-visible {
  display: block;
}

.secondary-nav .nav-hidden {
  display: none;
}

.breadcrumb {
  margin: 15px auto 0;
  padding: 15px 0;
  background: none;
}

.breadcrumb a {
  font-weight: bold;
}

.home-feature-boxes a.feature-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: white;
}

@media (max-width: 1199px) {
  .home-feature-boxes a.feature-box {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .home-feature-boxes a.feature-box {
    margin-bottom: 19px;
  }
}

.home-feature-boxes a.feature-box img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.home-feature-boxes a.feature-box .bg {
  display: block;
  background: #333;
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 12px 15px;
}

@media (max-width: 991px) {
  .home-feature-boxes a.feature-box .bg {
    padding: 8px;
  }
}

.home-feature-boxes a.feature-box .bg h2 {
  font-size: 22px;
  opacity: 1;
  margin: 0;
}

@media (max-width: 991px) {
  .home-feature-boxes a.feature-box .bg h2 {
    font-size: 18px;
  }
}

.home-feature-boxes a.feature-box.lg-box h2 {
  font-size: 32px;
}

@media (max-width: 991px) {
  .home-feature-boxes a.feature-box.lg-box h2 {
    font-size: 18px;
  }
}

.home-feature-boxes a.feature-box.lg-box p {
  margin: 7px 0 0;
  padding: 0;
}

@media (max-width: 991px) {
  .home-feature-boxes a.feature-box.lg-box p {
    display: none;
  }
}

.home-feature-boxes a.feature-box:hover h2,
.home-feature-boxes a.feature-box:focus h2,
.home-feature-boxes a.feature-box:active h2 {
  opacity: 1;
}

@media (max-width: 991px) {
  .home-feature-boxes .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-feature-boxes .row .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .home-feature-boxes .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .home-feature-boxes .row .col-sm-6 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.owl-container {
  padding: 0 50px;
  position: relative;
}

.owl-container .owl-prev,
.owl-container .owl-next {
  position: absolute;
  top: 106px;
  font-size: 3em;
  color: #2b7abf;
}

.owl-container .owl-prev:hover,
.owl-container .owl-next:hover,
.owl-container .owl-prev:active,
.owl-container .owl-next:active,
.owl-container .owl-prev:focus,
.owl-container .owl-next:focus {
  cursor: pointer;
  color: #1d5281;
}

.owl-container .owl-prev {
  left: -40px;
}

.owl-container .owl-next {
  right: -40px;
}

.owl-container .item {
  padding: 0 20px;
}

.owl-container .item .date {
  font-weight: bold;
}

.owl-container .item img {
  margin-top: 5px;
  border: 1px solid #ddd;
}

.owl-container .item h3 {
  font-size: 22px;
}

.inline-block-cont {
  font-size: 0;
}

.inline-block-cont .inline-block {
  display: inline-block;
  box-sizing: border-box;
  float: none;
}

.inline-block-cont .inline-block h3 {
  font-size: 22px;
}

.inline-block-cont .inline-block img {
  margin: 30px auto 0;
  max-height: 400px;
  width: auto;
}

.inline-block-cont .inline-block p {
  font-size: 17px;
}

.inline-block-cont .inline-block.middle {
  vertical-align: middle;
}

.inline-block-cont .inline-block.bottom {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .inline-block-cont .inline-block img {
    display: none;
  }
}

.wp-pagenavi {
  margin: 40px 0;
  color: white;
  font-size: 1.1em;
}

.wp-pagenavi span {
  background: #666;
  border: none;
}

.wp-pagenavi a {
  background: #2b7abf;
  border-color: #266daa;
  color: white;
}

.wp-pagenavi a:hover {
  background: #225f95;
  text-decoration: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 10px;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 5px;
}

.well {
  border-radius: 0;
  border: 0;
}

.form-control,
.btn {
  border-radius: 2px;
}

.widget_latest_tweets_widget .latest-tweets ul {
  margin-top: -11px;
  padding-left: 0;
  list-style: none;
}

.widget_latest_tweets_widget .latest-tweets ul li {
  border-top: 1px solid #777;
  padding-top: 10px;
}

.widget_latest_tweets_widget .latest-tweets ul li:first-child {
  border-top: 0;
}
