﻿/* columns of same height styles */
.row-same-height {
  display: table;
  width: 100%;
}
.row-full-height {
  height: 100%;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.75em;
  color: #424242;
}
html,
body {
  background: #d7e0e6;
}
hr {
  border-top: 1px solid #a8a8a8;
}
/* WordPress Admin Bar */
html.admin-bar {
  margin-top: 0 !important;
}
body.admin-bar {
  padding-top: 45px;
}
@media (min-width: 768px) {
  body.admin-bar {
    padding-top: 32px;
  }
}
#page {
  margin-bottom: 100px;
}
.btn.btn-primary {
  background-color: #a12235;
  border: none;
}
h1,
.h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-bottom: 20px;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark,
.h1.dark,
.h2.dark,
.h3.dark,
.h4.dark,
.h5.dark,
.h6.dark {
  color: #105a89;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin,
.h1.thin,
.h2.thin,
.h3.thin,
.h4.thin,
.h5.thin,
.h6.thin {
  font-weight: 400;
}
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray,
.h1.gray,
.h2.gray,
.h3.gray,
.h4.gray,
.h5.gray,
.h6.gray {
  color: #686868;
}
.portrait-image {
  border: 12px solid white;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* HEADER
---------------------------------------------------*/
#logo-link img {
  max-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
#masthead {
  background: #fff;
}
.navbar {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.navbar.navbar-default .navbar-nav li > a {
  color: #686868;
  border-bottom: 3px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li > a {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-default .navbar-nav li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .navbar.navbar-default .navbar-nav li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .navbar.navbar-default .navbar-nav li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar.navbar-default .navbar-nav .borderTriangle {
  position: absolute;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: '';
}
.navbar.navbar-default .navbar-nav .active > a,
.navbar.navbar-default .navbar-nav .active > a:hover,
.navbar.navbar-default .navbar-nav .active > a:focus {
  background: transparent;
  border-bottom: 3px solid #105a89;
}
.navbar.navbar-default .navbar-nav .active > a:before,
.navbar.navbar-default .navbar-nav .active > a:hover:before,
.navbar.navbar-default .navbar-nav .active > a:focus:before {
  position: absolute;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: '';
  border-bottom: 4px solid #105a89;
}
.navbar.navbar-default .navbar-nav .no-active a {
  border-bottom: 3px solid transparent !important;
}
.navbar.navbar-default .navbar-nav .no-active a:before {
  content: none !important;
}
.navbar.navbar-default .navbar-nav .nav-special {
  background: #a12235;
}
.navbar.navbar-default .navbar-nav .nav-special a {
  color: white;
}
.navbar.navbar-default .navbar-nav .nav-special.active > a,
.navbar.navbar-default .navbar-nav .nav-special.active > a:hover,
.navbar.navbar-default .navbar-nav .nav-special.active > a:focus {
  border-color: #fff;
}
.navbar.navbar-default .navbar-nav .nav-special.active > a:before,
.navbar.navbar-default .navbar-nav .nav-special.active > a:hover:before,
.navbar.navbar-default .navbar-nav .nav-special.active > a:focus:before {
  position: absolute;
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
  content: '';
  border-bottom: 4px solid #fff;
}
@media (min-width: 1300px) {
  .navbar.navbar-default .navbar-nav .nav-special a {
    font-size: 16px;
  }
}
.dropdown-menu a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: inherit;
  background-color: inherit;
  border: none !important;
  border-bottom: none !important;
  background: #d7e0e6 !important;
}
.dropdown-menu > .active > a:before,
.dropdown-menu > .active > a:hover:before,
.dropdown-menu > .active > a:focus:before {
  display: none !important;
}
/*Texture overlay
-------------------------------------------------*/
.image-texture-overlay {
  background-color: rgba(16, 90, 137, 0.3);
  background-image: url(../images/image-texture.png);
  height: 370px;
}
.titleBackground {
  background: #105a89;
  background: url(../images/image-texture.png) center top repeat, url(../images/the_world_fade.jpg) center top no-repeat;
  background-size: auto, cover;
}
/* Content
-------------------------------------------------*/
.has-title-background {
  background: #105a89;
  background: url(../images/image-texture.png) center top repeat, url(../images/the_world_fade.jpg) center top no-repeat;
  background-size: auto, cover;
}
.title-section {
  padding-bottom: 25px;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  background: #105a89;
  background: url(../images/image-texture.png) center top repeat, url(../images/the_world_fade.jpg) center top no-repeat;
  background-size: auto, cover;
}
.title-section .title-header {
  display: inline-block;
}
.title-section h1,
.title-section h2,
.title-section h3,
.title-section h4,
.title-section h5,
.title-section h6,
.title-section .h1,
.title-section .h2,
.title-section .h2,
.title-section .h3,
.title-section .h4,
.title-section .h5,
.title-section .h6 {
  color: #e1e1e1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: 400;
}
.title-section .title-section-content h1.h2 {
  font-weight: bold;
}

@media (min-width: 992px) {
  .title-section .title-section-content h1.h2 {
    font-size: 33px;
    line-height: 40px;
    color: #e1e1e1;
  }
}

@media (min-width: 992px) {
  .title-section {
    min-height: 165px;
  }
  .title-section .title-section-content {
    padding-top: 30px;
  }
  .page-id-326 .title-section .title-section-content,
  .page-id-341 .title-section .title-section-content {
    padding-top: 0px;
  }
}
@media (min-width:1200px){
     .title-section {
    min-height: 130px;
  }
      .title-section .title-section-content {
    padding-top: 1px;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  body {
    margin-bottom: 60px;
}
}
footer.site-footer {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  background: transparent;
    width: 100%;
  min-height: 120px;
  line-height: 14px;
  /* Not necessary for sticky*/
  color: #e1e1e1;
  font-size: 11px;
  }
footer.site-footer p {
  padding: 8px 0;
  margin: 0;
  width: 100%;
  background: #105a89;
}
footer.site-footer p:first-of-type {
    padding-bottom: 0;
  }
footer.site-footer p:last-of-type {
  background: #d7e0e6;
  color: #0b3c5b;
}
@media (min-width: 768px) {
  footer.site-footer {
    min-height: 60px;
}
}
/* Hidden Twitter Title
-----------------------------------------------------*/
@media (max-width: 767px) {
  h3 .cat-label1 .hidden-phone {
    display: none !important;
}
}
/* Ticker
-----------------------------------------------------*/
#content #primary #main .container .float-width.ticker {
  background: #ffffff;
}
.ticker h2 {
  /*padding: 0 15px;*/
}
.ticker h2 {
  position: relative;
  margin: 0;
  line-height: 40px;
  float: left;
  padding: 0 20px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 15px;
  }
.cat-label1 {
  background: #40bff5;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel,
.carousel .item {
  height: 230px;
}
@media (min-width: 450px){
     .carousel,
  .carousel .item {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .carousel,
  .carousel .item {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .carousel,
  .carousel .item {
    height: 145px;
  }
}
@media (min-width: 1550px) {
  .carousel,
  .carousel .item {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .carousel,
  .carousel .item {
    height: 185px;
  }
}

.carousel {
  background-color: #105a89;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
  /* Since positioning the image, we need to help out the caption */
}
.carousel .carousel-indicators {
  display: none;
  bottom: 5px !important;
}
@media (min-width: 550px) {
  .carousel .carousel-indicators {
    display: block;
  }
}
.carousel .carousel-caption {
  z-index: 10;
  top: 5px;
  color: #e1e1e1;
  position: absolute;
  left: 5% !important;
  right: 5% !important;
}
@media (min-width: 992px) {
  .carousel .carousel-caption {
    left: 10% !important;
    right: 10% !important;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-caption {
    left: 15% !important;
    right: 15% !important;
  }
}
.carousel .carousel-caption blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  padding: 0 2em;
  font-size: 12px;
}
.carousel .carousel-caption blockquote:before,
.carousel .carousel-caption blockquote:after {
  font-size: 3em;
  position: absolute;
  top: 20%;
  font-family: "Times New Roman", Times, serif;
  opacity: .2;
}
.carousel .carousel-caption blockquote:before {
  content: open-quote;
  left: 0;
}
.carousel .carousel-caption blockquote:after {
  content: close-quote;
  right: 0;
}
@media (min-width: 1200px) {
  .carousel .carousel-caption blockquote {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1500px) {
  .carousel .carousel-caption blockquote {
    font-size: 18px;
    line-height: 25px;
  }
  .carousel .carousel-caption blockquote b {
    font-weight: 900;
  }
}
.carousel .carousel-caption cite {
  overflow: hidden;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.carousel .carousel-caption cite:before,
.carousel .carousel-caption cite:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.carousel .carousel-caption cite:before {
  right: 0.5em;
  margin-left: -50%;
}
.carousel .carousel-caption cite:after {
  left: 0.5em;
  margin-right: -50%;
}
blockquote {
  border: none;
}
/* Carousel
-----------------------------------------------------------*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}
/****************** NEWS **************/
.entry-header .h6 {
  text-transform: uppercase;
  color: #686868;
}
.entry-title {
  color: #686868;
  font-size: 1.6em;
}
article {
  padding: 20px 0;
  overflow: auto;
}
article:first-of-type {
  padding: 0 0 20px 0;
}
.embed-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.embed-container {
  display: table;
  width: 75%;
  height: 100%;
  margin: 0 auto;
}
.embed-container-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.embed-container-inner .modal-video {
  border: 3px solid #fff;
  background: #000;
}
.embed-container-inner iframe {
  max-height: 100vh;
}
/***** MODAL PROPERTIES *****/
@media (min-width: 400px) {
  .close {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .8;
    line-height: 30px;
    vertical-align: text-top;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff !important;
    background: #000 !important;
  }
  .close:hover,
  .close:active,
  .close:focus {
    opacity: 1;
    color: #FFF;
  }
}
.apps-difference {
  padding: 5px 30px 30px 30px;
}
/*Team
---------------------------------------------------*/
.team-name {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #686868;
}
.site-main .container .row.chairman-description {
  background: #fff;
  padding: 4% 6% 5% 6%;
  margin-bottom: 75px;
}
.site-main .container .row.chairman-description h2 {
  margin-bottom: 3%;
}
.site-main .container .row.chairman-description img.alignleft {
  margin: 5px 35px 15px 0 !important;
}
.site-main .container .row.chairman-description img.alignright {
  margin: 5px 0 15px 35px !important;
}
.chairman-image img.img-responsive {
  width: 100%;
  padding-left: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
}
/*National Board
----------------------------------------------------*/
.national-board-row {
  text-align: center;
}
.national-board-row hr {
  margin-top: 15px;
  margin-bottom: 10px;
}
.national-board-row [class^=col-] {
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 35px;
}
.national-board-row [class^=col-]:nth-child(5n) {
  clear: left;
}
/*Connect
----------------------------------------------------*/
i[class^=icon-] {
  font-size: 25px;
}
.contact-info-bit .row {
  margin-top: 20px;
}
.contact-info-bit .row:first-of-type {
  margin-top: 0;
}
.page-connect > [class^=col-] {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .page-connect > [class^=col-] {
    padding-bottom: 0;
  }
}
.mail-form input,
.mail-form textarea {
  border-radius: 0;
}
.mail-form .btn {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #105a89;
  background: #105a89;
  -moz-transition: background ease .2s;
  -o-transition: background ease .2s;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}
.mail-form .btn:hover,
.mail-form .btn:active,
.mail-form .btn:focus {
  background: #0b3c5b;
}
.big-contribute a {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
@media (min-width: 992px) {
  .big-contribute a {
    width: 100%;
  }
}
.big-contribute span {
  color: #686868;
  font-size: .8em;
  text-align: center;
  padding-top: 15px;
  font-style: italic;
  line-height: 1.4em;
  display: block;
}
/* Forums
---------------------------------------*/
.forum-item {
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.forum-item img.portrait-image {
  margin: 15px 0;
  max-height: 200px;
}
.forums > h2 {
  margin-top: 25px;
  padding: 25px 0;
  text-transform: uppercase;
}
.forums-text {
  padding: 15px 2%;
}
@media (min-width: 768px) {
  .forums-text {
    padding: 0 2%;
  }
}
/****************** STATE PAGE **********************/
.header-state-icon {
  display: inline-block;
  font-weight: bold;
  font-size: 90px;
  color: #e1e1e1;
  vertical-align: top;
  padding-right: .4em;
}
.news-row {
  padding-left: 15px;
}
.news-row-container {
  border-bottom: 1px solid rgba(104, 104, 104, 0.5);
  padding-bottom: 15px;
  padding-top: 15px;
}
.news-row-container h3.gray {
  margin-top: 5px;
}
.states-news:last-of-type .news-row-container {
  border-bottom: none;
}
.board-row {
  padding-top: 50px;
}
.board h1,
.board h2,
.board h3,
.board h4,
.board h5,
.board h6,
.board .h1,
.board .h2,
.board .h2,
.board .h3,
.board .h4,
.board .h5,
.board .h6 {
  color: #105a89;
}
.state-page h2 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .state-page > .container-fluid > .row > [class^='col-'] {
    padding: 20px 50px;
  }
}
.states-media,
.embed-container {
  padding-bottom: 30px;
}
.states-media img {
  border: 5px solid #fff;
}
.states-media figcaption {
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}
.state-time {
  border-bottom: 1px solid rgba(104, 104, 104, 0.5);
  display: block;
  padding-bottom: 8px;
}
.states-news {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 15px;
}
.states-news h3 {
  font-size: 15px;
}
a.states-link {
  -moz-transition: all ease .2s;
  -o-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  font-weight: bold;
}
a.states-link:link,
a.states-link:visited,
a.states-link:hover,
a.states-link:active {
  text-transform: uppercase;
  color: #686868;
  text-decoration: none;
}
a.states-link:link:after,
a.states-link:visited:after,
a.states-link:hover:after,
a.states-link:active:after {
  content: " >>";
  opacity: 0;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
a.states-link:hover {
  color: #424242;
}
a.states-link:hover:after {
  opacity: 1;
}
a.states-link.states-read-more {
  float: right;
}
.view-all {
  clear: both;
  text-align: right;
  display: block;
  border-top: 1px solid #105a89;
  color: #105a89;
  font-weight: bold;
  -moz-transition: color ease .3s;
  -o-transition: color ease .3s;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
}
.view-all:hover {
  text-decoration: none;
  color: #0b3c5b;
}
/**************** TWEAKS ********************/
.issues-article {
  margin-bottom: 2em;
}
.issues-article h3 {
  font-size: 20px;
}
.issues-article .banner-image {
  width: 360px;
  height: 90px;
}
#partner-icons a {
  text-decoration: none;
}
#partner-icons img {
  height: 76px;
  margin-right: 15px;
}
/************* FRONT PAGE *******************/
.front-page {
  background: #fff;
}
.front-page .column-1 {
  padding: 3% 5% 5% 5%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .front-page .column-1 {
    margin-bottom: 0;
  }
}
.front-page .column-2 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 100;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
@media (min-width: 992px) {
  .front-page .column-2 {
    text-align: left;
  }
}
.front-page .column-2 .front-page-bottom {
  padding: 5% 10% 7% 10%;
  background: #0a2f4c;
}
.front-page .column-2 .front-page-bottom a:link,
.front-page .column-2 .front-page-bottom a:visited,
.front-page .column-2 .front-page-bottom a:hover,
.front-page .column-2 .front-page-bottom a:active {
  width: 50%;
  color: #fff;
  background: #a12235;
  display: block;
  padding: 5px 15px;
  text-align: center;
  margin: 7% auto 0;
  font-size: .6em;
  text-transform: uppercase;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.homepage-inline-video {
  display: none;
  margin-bottom: 20px;
}
/*********************Widget Area *******************/
.widget {
  padding: 15px 0;
}
.widget:first-of-type {
  padding: 0 0 15px 0;
}
.widget ul {
  list-style: disc;
  color: rgba(104, 104, 104, 0.5);
}
.widget ul li {
  line-height: 1.2em;
  padding-bottom: 20px;
}
.widget-title {
  font-size: 18px;
  color: #686868;
}
article img {
  display: block;
  max-width: 100%;
  height: auto;
}
/******************* WordPress Core Styles ***********************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  margin-top: 25px;
  margin-bottom: 35px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  padding: 20px 15px 20px;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/************* COMMENTS *********************/
.comments-area {
  border-top: 1px solid #686868;
  margin-top: 25px;
  padding-top: 25px;
}
.comments-area h1,
.comments-area h2,
.comments-area h3,
.comments-area h4,
.comments-area h5,
.comments-area h6,
.comments-area .h1,
.comments-area .h2,
.comments-area .h3,
.comments-area .h4,
.comments-area .h5,
.comments-area .h6 {
  color: #686868;
}
.comments-area .comment-list {
  padding-left: 0;
}
.site-main {
  padding-bottom: 50px;
}
.site-main > .container > .row {
  margin-top: 35px;
  }

.site-main > .container > .row h1,
.site-main > .container > .row h2,
.site-main > .container > .row h3,
.site-main > .container > .row h4,
.site-main > .container > .row h5,
.site-main > .container > .row h6,
.site-main > .container > .row .h1,
.site-main > .container > .row .h2,
.site-main > .container > .row .h3,
.site-main > .container > .row .h4,
.site-main > .container > .row .h5,
.site-main > .container > .row .h6 {
  margin-top: 0;
}
a.read-more:link,
a.read-more:visited,
a.read-more:hover,
a.read-more:active {
  background: #105a89;
  color: #fff;
  float: right;
  -moz-transition: all ease .2s;
  -o-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
a.read-more:hover {
  background: #0b3c5b;
}
.circle-image-row img {
  margin-top: 11px;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px -5px 20px 0px rgba(0, 0, 0, 0.25), 0 0 0 10px #105a89, 0 0 0 11px #868686;
  -moz-box-shadow: 5px -5px 20px 0px rgba(0, 0, 0, 0.25), 0 0 0 10px #105a89, 0 0 0 11px #868686;
  box-shadow: 5px -5px 20px 0px rgba(0, 0, 0, 0.25), 0 0 0 10px #105a89, 0 0 0 11px #868686;
}
@media (max-width: 768px) {
  .square-image-row .image-column {
    text-align: center;
}
  .square-image-row .image-column figure.wp-caption {
    display: inline-block;
}
  .square-image-row .image-column figure.wp-caption figcaption.wp-caption-text {
    max-width: 200px;
}
}
.square-image-row .wp-caption {
  max-width: 100%;
  padding: 2%;
  font-size: .8em;
  font-style: italic;
  color: #686868;
}
.square-image-row .wp-caption p {
  margin: 0;
}
.square-image-row img {
  display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff !important;
    background: #000 !important;
  }
  .close:hover,
  .close:active,
  .close:focus {
    opacity: 1;
    color: #FFF;
  }
}
#primary #main .container .row .float-width.ticker h3 .hidden-phone {
    color:black;
    float:right;
    margin-top: -28px;
    color:#105a89;
}

@media(max-width: 1200px){
    #primary #main .container .row .float-width.ticker h3 .hidden-phone {
        font-size: 16px;
        margin-top: -26px;
    }
}

@media (max-width: 1111px) {
 #primary #main .container .row .float-width.ticker h3 .hidden-phone {
    font-size:16px;
    margin-top:-23px;
  }
@media (min-width: 768px) {
  .square-image-row img {
    width: 100%;
    padding-left: 100%;
}
  }
.circle-image-row,
.square-image-row {
  padding-bottom: 11px;
}
.circle-image-row figure,
.square-image-row figure {
  margin-top: 0;
  }
/* Contribute.circ
-----------------------------------*/
.contribute [class^=col-] {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .contribute [class^=col-] {
    padding-top: 0;
}
}
/*****************SEARCH **************/
.page-title {
  color: #105a89;
}

.site-main > .container > .row.front-page {
    margin-top: 25px;
}
/*# sourceMappingURL=main.css.map */
