@charset "IBM437"; 
/* GLOBAL VARIABLE */

/* NORMALIZE 
---------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-variant-ligatures: none;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contentDiv body, td, pre {
    font-family: 'Lato', Arial, sans-serif !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html, button, input, select, textarea {
    font-family: 'Lato', Arial, sans-serif;
}

body {
    margin: 0px 0px 0px 0px;
    line-height: 1.42857143;
    background-color: #fff !important;
}

a:focus {
    outline: thin dotted;
}

/*a:active, a:hover {outline: 0; }*/

a:active, a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    color: #0076c0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 1;
    color: #7a8685;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
    color: #0076c0;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: underline;
}

h1 small, h2 small, h3 small {
    font-size: 65%;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, h5 small, h6 small {
    font-size: 75%;
}

h1 {
    font-size: 2.250em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.500em;
}

h4 {
    font-size: 1.25em; /*old: 1.125em*/
}

h5 {
    font-size: 1em; /*old: .875em*/
}

h6 {
    font-size: 0.875em; /*old: .750em*/
}

h2.slide-block__heading {
    color: #fff;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 2.500em;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p, pre, li {
    margin: 0 0 1.7em 0;
    line-height: 1.7;
    font-size: 1.2rem;
}

code, kbd, pre, samp {
    font-family: monospace, sans-serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.align-right {
    display: block;
    text-align: right;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small, .small, .smallText {
    font-size: 80%;
}

.med {
    font-size: 90%;
}

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

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

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    /*! margin: 1em 0; */
}

dd {
    margin: 0 0 0 2.500em;
}

menu, ol, ul {
    /*! padding: 0 0 0 2.500em; */
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.body-text *[align="left"], .body-text *[style*="float: left"], .body-text *[style*="float:left"] {
    margin: 10px 30px 0px 0px !important;
}

.body-text *[align="right"], .body-text *[style*="float: right"], .body-text *[style*="float:right"] {
    margin: 10px 0px 0px 15px;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

::-moz-selection {
    background: #6ab2e2;
    text-shadow: none;
}

::selection {
    background: #6ab2e2;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6ab2e2;
    margin: 40px auto;
    padding: 0;
}

nav ul, nav ol {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

li {
    line-height: 1.4;
    margin: 1em;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

audio, canvas, img, video {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.center {
    text-align: center;
}

/* HELPERS
--------------------------------------------------------------------------*/

.clearfix:before, .clearfix:after, .container:before, .container:after, .form-row:before, .form-row:after, .row:before, .row:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .form-row:after, .row:after {
    clear: both;
}

.clearfix, .container, .row {
    *zoom: 1;
}

/* GRID
--------------------------------------------------------------------------*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1171px;
    /*Change with Design */
    width: 100%;
    position: relative;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 60px;
}

.col-12 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-3 h2 {
    font-size: 1.25em;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-pull-12 {
    right: 100%;
}

.col-pull-11 {
    right: 91.66666667%;
}

.col-pull-10 {
    right: 83.33333333%;
}

.col-pull-9 {
    right: 75%;
}

.col-pull-8 {
    right: 66.66666667%;
}

.col-pull-7 {
    right: 58.33333333%;
}

.col-pull-6 {
    right: 50%;
}

.col-pull-5 {
    right: 41.66666667%;
}

.col-pull-4 {
    right: 33.33333333%;
}

.col-pull-3 {
    right: 25%;
}

.col-pull-2 {
    right: 16.66666667%;
}

.col-pull-1 {
    right: 8.33333333%;
}

.col-pull-0 {
    right: auto;
}

.col-push-12 {
    left: 100%;
}

.col-push-11 {
    left: 91.66666667%;
}

.col-push-10 {
    left: 83.33333333%;
}

.col-push-9 {
    left: 75%;
}

.col-push-8 {
    left: 66.66666667%;
}

.col-push-7 {
    left: 58.33333333%;
}

.col-push-6 {
    left: 50%;
}

.col-push-5 {
    left: 41.66666667%;
}

.col-push-4 {
    left: 33.33333333%;
}

.col-push-3 {
    left: 25%;
}

.col-push-2 {
    left: 16.66666667%;
}

.col-push-1 {
    left: 8.33333333%;
}

.col-push-0 {
    left: auto;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666667%;
}

.col-offset-10 {
    margin-left: 83.33333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666667%;
}

.col-offset-7 {
    margin-left: 58.33333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666667%;
}

.col-offset-4 {
    margin-left: 33.33333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.col-offset-1 {
    margin-left: 8.33333333%;
}

.col-offset-0 {
    margin-left: 0%;
}

/* SPRITE
--------------------------------------------------------------------------*/

[class^="icon-"] {
    margin-right: 2px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: url("images/sprite.png") no-repeat;
}

.icon-white-search {
    width: 18px;
    height: 18px;
    margin-right: 0;
    background-position: 0 0;
}

.icon-gray-search {
    width: 16px;
    height: 16px;
    background-position: -21px 0;
}

.icon-close {
    width: 18px;
    height: 17px;
    background-position: -40px 1px;
}

.icon-menu {
    width: 24px;
    height: 15px;
    background-position: 0 -25px;
}

.icon-menu-close {
    width: 18px;
    height: 17px;
    background-position: -29px -24px;
}

.icon-next {
    width: 19px;
    height: 48px;
    vertical-align: middle;
    margin-top: 10px;
    background-position: 0 -44px;
}

.icon-prev {
    width: 19px;
    height: 48px;
    margin-top: 10px;
    vertical-align: middle;
    background-position: -20px -44px;
}

.icon-plus {
    width: 15px;
    height: 16px;
    background-position: 0 -101px;
    display: none;
}

.icon-toggle-close {
    width: 14px;
    height: 14px;
    background-position: -18px -102px;
}

.icon-audio {
    vertical-align: text-top;
    width: 16px;
    height: 17px;
    background-position: 0 -123px;
}

.icon-picture {
    vertical-align: unset;
    width: 21px;
    height: 15px;
    background-position: 0 -144px;
}

.icon-video {
    vertical-align: unset;
    width: 20px;
    height: 13px;
    background-position: 0 -162px;
}

.icon-external {
    width: 28px;
    height: 22px;
    background-position: 0 -212px;
}

.icon-external-sm {
    width: 20px;
    height: 16px;
    background-position: -34px -212px;
}

.icon-sm-facebook {
    width: 48px;
    height: 48px;
    background-position: 0 -289px;
}

.icon-sm-twitter {
    width: 48px;
    height: 48px;
    background-position: 0 -240px;
}

.icon-sm-mail {
    width: 48px;
    height: 48px;
    background-position: 0 -336px;
}

.icon-play {
    width: 30px;
    height: 30px;
    background-position: -24px -116px;
}

.icon-top-quote {
    width: 40px;
    height: 31px;
    background-position: 0 -389px;
}

.icon-bottom-quote {
    width: 40px;
    height: 31px;
    background-position: 0 -428px;
}

/* FONTS
--------------------------------------------------------------------------*/

/* Mixins */

/* Extends */

/* VARIABLE */

/* Colors */

/* BUTTONS
changed btn-default to btn-blue, btn-success to btn-green, btn-warning to btn-yellow,
btn-danger to btn-red
--------------------------------------------------------------------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 9px 11px !important;
    font-size: 1.375em;
    line-height: 1;
    color: white !important;
    border: 0 none !important;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    background-image: none !important;
}

.btn i {
    margin-left: 5px;
}

.btn:hover {
    text-decoration: none;
}

.content-btn:hover {
    color: #003f70;
}

.btn-blue, .btn-blue-na {
    background-color: #0076c0;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue-na:hover, .btn-blue-na:focus, .btn-blue-na:active {
    background-color: #003f70;
}

.btn-green, .btn-green-na {
    background-color: #00a65d;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green-na:hover, .btn-green-na:focus, .btn-green-na:active {
    background-color: #145f1f;
}

.btn-yellow, .btn-yellow-na {
    background-color: #fbad18;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow-na:hover, .btn-yellow-na:focus, .btn-yellow-na:active {
    background-color: #ad7913;
}

.btn-red, .btn-red-na {
    background-color: #ed1c24;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red-na:hover, .btn-red-na:focus, .btn-red-na:active {
    background-color: #a61a1f;
}

.btn-block {
    display: block;
    width: 100%;
}

.small-btn {
    font-size: 1em;
}

.small-btn:after {
    content: '';
    width: 0;
    height: 0;
}

 /*Top of Page Anchor List*/
 .anchors {
    margin: 0 auto 3rem;
    text-align: center;
    font-weight: lighter;
    font-size: medium;
  }

/*Read More & Back to Top ((.backtotop = legacy))*/
.read-more, .back-to-top, .backtotop {
    display: inline-block;
    color: #0076c0;
    font-size: 1rem; /*changed to rem SD 040720*/
    line-height: 1;
    padding-right: 10.25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    margin-top: 20px;
  }

  .read-more {padding-right: 10.25px;}
  .back-to-top, .backtotop {padding-left: 16.5px;}

  .read-more-inline, .back-to-top-inline {
    padding-left: 5px;
  }

  .read-more:hover, .back-to-top:hover, .backtotop:hover {
    text-decoration: underline;
  }

  .read-more:after, .back-to-top:before, .backtotop:before {
    content: '';
    width: 0;
    height: 0;
  }

  .read-more:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0076c0;
    position: absolute;
    right: 0;
    top: 4px;
  }

  .back-to-top:before, .backtotop:before {
    border-bottom: 5px solid #0076c0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 3px;
    top: 6px;
  }

.play__btn {
    color: #fff;
    text-decoration: none;
    font-size: 1.375em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2em;
}

/* --- Forms --- */

.form-row {
    margin-bottom: 15px;
    position: relative;
}

.form__label {
    cursor: pointer;
    color: #7a8685;
    font-size: 1em;
    font-weight: 700;
    vertical-align: top;
}

.radio-btn .form__label {}

.form__control {
    width: 100%;
    height: 42px;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    padding: 0 15px;
    color: #7a8685;
    font-size: 1.25em;
    transition: all .2s ease;
    border: 1px solid #cccccc;
}

.captchaContainer {
    min-height: 150px;
    border: 0;
}

.form__control:-moz-placeholder, .form__control::-moz-placeholder, .form__control:-ms-input-placeholder, .form__control::-webkit-input-placeholder {
    color: #7a8685;
}

/* Removes awkward default styles on some inputs for iOS */

.form__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form__control {
    min-height: 150px;
    resize: none;
}

.form__control:focus {
    border-color: #7a8685;
    background-color: #fafafa;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.radio-btn label {
    display: block;
    margin-bottom: 10px;
}

input[type="radio"] {
    margin-top: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/* HEADER
--------------------------------------------------------------------------*/

.header {
    padding-top: 40px;
    padding-bottom: 6px;
    background-color: #fff;
}

.top-bar {
    padding-bottom: 11px;
}

.top-bar__logo {
    float: left;
    width: 39%;
    min-width: 232px;
    max-width: 391px;
}

.top-bar__logo-img {
    width: 100%;
    display: block;
}

.top-bar__nav-search {
    float: right;
    width: 60%;
    max-width: 640px;
    margin-top: 22px;
}

.top-bar__nav {
    padding: 0;
    float: right;
    margin-top: 6px;
    margin-bottom: 0;
}

.top-bar__nav .top-bar__nav__item:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.top-bar__nav__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    line-height: 1;
    font-size: 1em;
    margin-left: 10px;
    padding-left: 21px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.top-bar__nav__item__link {
    display: inline-block;
    text-decoration: none;
    color: #7a8685;
}

.top-bar__nav__item__link:hover {
    text-decoration: underline;
}

.top-bar__nav__item__link-image {
    padding-bottom: 5px;
    margin-top: -5px;
}

.top-bar__nav__item_is-hover {
    width: 237px;
    display: none;
    background-color: #f2f3f4;
    position: absolute;
    right: -55px;
    top: 40px;
    z-index: 500;
}

.top-bar__nav__item_is-hover__nav {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    position: relative;
    border: 1px solid #6ab2e2;
}

.top-bar__nav__item_is-hover__nav:before {
    content: '';
    width: 24px;
    height: 17px;
    background: url("images/top-bar-search-arrow.png") no-repeat 0 0;
    position: absolute;
    top: -11px;
    right: 54px;
}

.top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item {
    display: block;
    color: #7f7f7f;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-bottom: 6px;
    position: relative;
}

.top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item:first-child {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #6ab2e2;
}

.top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item:first-child:hover:before {
    border-left: 8px solid transparent;
}

.top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item:hover:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #00264d;
    position: absolute;
    left: 0;
    top: 40%;
}

.top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item .top-bar__nav__item_is-hover__nav-item-link {
    display: block;
    color: #0076c0;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item:hover .top-bar__nav__item_is-hover__nav-item-link {
    color: #00264d;
}

.top-bar__search {
    float: right;
    width: 34%;
    max-width: 208px;
    margin-left: 26px;
    z-index: 100;
}

.top-bar__form-row {
    border: 1px solid #cccccc;
}

.top-bar__input-search {
    width: 100%;
    height: 28px !important;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    padding-left: 15px;
    padding-right: 45px;
    color: #7a8685;
    font-size: 1em;
}

.top-bar__input-search:-moz-placeholder, .top-bar__input-search::-moz-placeholder, .top-bar__input-search:-ms-input-placeholder, .top-bar__input-search::-webkit-input-placeholder {
    color: #7a8685;
}

.top-bar__search-btn {
    width: 31px;
    height: 28px;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    background: #7a8685;
    cursor: pointer;
}

.top-bar__search-btn:hover {
    background-color: #a3a3a3;
}

/* GOOGLE SEARCH */

form.gsc-search-box, input.gsc-input, .gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 1em!Important;
    font-family: 'Lato', Arial, sans-serif!Important;
}

.gsc-result-info, .gsc-orderby, .gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    font-size: .85em!Important;
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.1em!Important;
}

.gsc-url-top {
    display: none!Important;
}

input.gsc-input {
    font-size: 1em!Important;
    background-image: none!Important;
    text-indent: 0!Important;
}

@media screen and (min-width: 300px) and (max-width: 765px) {
    form.gsc-search-box {
        width: 92%!Important;
    }
}

/* MAIN NAVIGATION */

.menu-bar {
    background-color: #003f70;
}

.menu-bar .container {}

.menu__item {
    color: black;
    display: inline-block;
    line-height: 1;
    padding-left: 35px;
    font-size: 1.25em;
    position: relative;
}

.menu__item:first-child, .action-item .menu__item, menu__item li {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.menu__item:hover .menu__item__link {
    color: #6ab2e2;
}

.menu__item .menu__item__link {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-top: 19px;
    padding-bottom: 18px;
}

.menu__item:hover .menu__item__sub-menu {
    display: block;
}

li.menu__item {
    margin: 0;
}

/* SUB MENU */

.menu__item__sub-menu {
    width: 252px;
    display: none;
    box-sizing: border-box;
    padding-bottom: 10px;
    background-color: #fff;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 500;
    border: 1px solid #6ab2e2;
    border-top: 0px;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.3);
}

.action-item .menu__item__sub-menu {
    list-style-type: none;
    padding: 0px 0 8px 0 !important;
    left: -60%;
}

.action-item .menu__item__sub-menu:before {
    left: 160px;
}

.menu__item__sub-menu .menu__item__sub-item {
    line-height: 1.2;
    margin: 15px 0px 10px 0px;
    font-size: 0.82em;
    position: relative;
}

.menu__item__sub-menu .menu__item__sub-item:hover .menu__item__sub-link {
    color: #003f70;
}

.menu__item__sub-menu .menu__item__sub-link {
    display: block;
    color: #0076c0;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.action-item {
    position: absolute;
    top: 0;
    right: -4px;
}

.action-item ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.donate, .take-action {
    height: 57px;
    float: left;
    display: block;
    line-height: 57px;
    color: white !important;
    font-size: 1.375em;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 0px 20px;
}

.take-action {
    font-size: 1em;
    background: #fbad18;
}

.take-action:hover {
    background: #ad7913;
    text-decoration: none;
}

.donate {
    font-size: 1em;
    background: #ed1c24;
}

.donate:hover {
    background-color: #a61a1f;
    text-decoration: none;
}

/*------ HEADING -------*/

/*removed comma after h2, & added seperate class*/
h2.title, .title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #0076c0;
    font-size: 2.25em; /*removed 7/5/23*/
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .15em;
}

/*removed comma after h4, & added seperate class*/
h4.title-heading, h3.titleheading, .title-heading {
    margin-top: 0px;
    color: #0076c0;
    margin-bottom: 10px;
    font-size: 1.5rem;  /*removed 7/5/23*/
    font-weight: 700;
    text-decoration: none;
}

h3.title-heading, .title-heading__link, h3.title-heading a {
    text-decoration: none;
    color: #0076c0;
}

h3.title-heading a:hover, .title-heading__link:hover, .h3.title-heading a:hover {
    text-decoration: underline;
}

/*------ P.CONTENT DESCIPTION ------*/

.content-desc {
    margin-top: 0;
    color: #666;
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0px;
}

/*------ BANNDER ------*/

.slides__item {
    position: relative;
}

.banner {
    margin-bottom: 7px;
}

.banner .container {
    min-height: 560px;
    padding-top: 26px;
    padding-bottom: 82px;
}

.banner .slides__item {
    background-size: cover;
    font-size: 1em;
}

.banner .flex-control-nav {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .caption p {
    position: absolute;
    bottom: -20px;
    color: #7a8685 !important;
}

/*------ .banner ends  ------*/

/*------ SLIDE BLOCK  ------*/

.slide-block {
    color: #fff;
    max-width: 454px;
    box-sizing: border-box;
    padding: 16px 22px 25px 30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.slide-block .slide-block__heading {
    margin: 0;
    font-size: 3em;
}

.slide-block .slide-block__desc {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 1.5em;
}

/*------ BLOCK POSITION  ------*/

.top-left {
    top: 27px;
    text-align: left;
    left: 0px;
}

.top-right {
    top: 27px;
    text-align: right;
    padding-right: 29px;
    right: 0px;
}

.top-right .slide-block__desc {
    padding-left: 76px;
}

.top-right .btn {
    margin-right: 16px;
}

.bottom-left {
    bottom: 84px;
    text-align: left;
    left: 0px;
}

.bottom-right {
    bottom: 84px;
    text-align: right;
    right: 0px;
}

.bottom-right .slide-block__desc {
    padding-left: 76px;
}

.bottom-right .btn {
    margin-right: 16px;
}

/* MAIN SASS */

main {
    padding-top: 50px;
    background-color: #fff;
}

/* FILL HEADER */

.fillheader {
    display: flex;
    height: 100vh;
    background-size: cover;
}

.fillheader h1 {
    font-size: 8em;
    color: #fff;
    font-weight: 900;
    margin: auto;
    display: block;
    text-shadow: 0px 5px 10px #000;
}

.fillheader p {
    font-size: 2em;
    color: #fff;
    margin: auto;
    display: block;
    padding: 0 0 8em 0;
    text-shadow: 0px 5px 10px #000;
}

.fillheadercontents {
    margin: auto;
}

.fillheader .btn-yellow, .fillheader .btn-yellow-na {
    box-shadow: 0px 5px 10px #000;
}

/*-------- .TOP NOTE --------*/

.top-note {
    /* width: 61%; */
    margin: 0 auto;
    text-align: center;
    color: #003f70;
    padding-bottom: 34px;
    font-size: 2.188em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.top-note .top-note__link {
    text-decoration: none;
}

.top-note .top-note__link:hover {
    text-decoration: underline;
}

/*-------- .top-note ends --------*/

/*-------- SIGNUP --------*/

.email-us.col-8 {
    float: none;
    margin: 0 auto 30px;
    width: 72.667%;
    text-align: center;
}

.email-us .email-us__label {
    display: inline-block;
    color: #6ab2e2;
    line-height: 1;
    margin-bottom: 26px;
    margin-right: 12px;
    font-size: 1.375em;
}

.email-us__label.sign-up {
    max-width: 500px;
    text-align: center;
    margin: 0px auto 50px auto;
    background-color: #0076c0;
    color: #fff;
    font-size: 2em;
}

.email-us .email__form {
    width: 38%;
    min-width: 230px;
    max-width: 299px;
    display: inline-block;
    margin-bottom: 26px;
    border: 1px solid white;
}

.email-us .email__form .form-row {
    margin-bottom: 0;
}

.email-us .email__form .email__input {
    width: 100%;
    height: 39px;
    border: 0;
    border-radius: 0;
    text-align: center;
    box-sizing: border-box;
    color: #6ab2e2;
    padding-left: 10px;
    padding-right: 55px;
    font-size: 1.25em;
    line-height: 32px;
    background: #73b3ca;
}

.email-us .email__form .email__input:-moz-placeholder, .email-us .email__form .email__input:-moz-placeholder, .email-us .email__form .email__input:-ms-input-placeholder {
    color: #6ab2e2;
}

.email-us .email__form .email__input::-webkit-input-placeholder {
    color: #6ab2e2;
    line-height: 30px;
    text-align: center;
}

.email-us .email__form .email_submit-btn {
    width: 45px;
    height: 39px;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-left: 1px solid white;
    color: #6ab2e2;
    font-size: 1.25em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    background: #0076c0;
    position: absolute;
    right: 0;
    top: 0;
}

.email-us .email__form .email_submit-btn:hover {
    background: #005e7f;
}



/*-------- CTAs BOX --------*/
.cta.sign-up {
  margin: 0px auto 40px auto;
  /*background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.1), rgba(245, 246, 252, 0.1), rgba(0, 63, 112, 0.9)), url("https://www.cbf.org/assets/images/1171-x-593-px/james-river-richmond-chris-johnson1171x593.png");*/
  font-size: 2em;
  background-size: cover;
  text-align: center;
}

.cta_inset {
  margin: 300px auto 0px auto;
  float: none;
  padding-right: 0;
}

.cta h1, h2.ctasu {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #fff;
  text-shadow: -2px -1px 30px rgba(0, 0, 0, 0.9), -2px -1px 30px rgba(0, 0, 0, 0.9), -2px -1px 30px rgba(0, 0, 0, 0.9);
}

h2.ctasu {
  font-size: 1.25em;
  text-transform: initial;
  }

.cta-text, .cta-form {
  color: #fff;
  font-size: .75em;
  margin: 30px auto 25px;
}

.cta-email,
.cta-submit {
  display: inline-block;
  font-size: 1em;
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0 auto;
  vertical-align: top;
}

.cta-email {
  padding: 9px 11px;
  border: 1px solid lightgray;
}

.cta-submit {
  padding: 11.5px 11px!important;
  border: 1px solid transparent!important;
}

.cta-submit::-moz-focus-inner { 
  border: 0;
}

.cta-disclaimer {
  font-size: .35em;
  color: #aaa;
}

.thank {
    max-width: 75%;
    margin: auto;
}

/*-------- JOIN US BOX --------*/
.join_us.sign-up {
    margin: 0px auto 80px auto;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.1), rgba(245, 246, 252, 0.1), rgba(0, 63, 112, 0.9)), url("https://www.cbf.org/assets/images/1171-x-593-px/james-river-richmond-chris-johnson1171x593.png");
    font-size: 2em;
    background-size: cover;
    text-align: center;
}

.small_link {
    color: #fff;
    font-size: .6em;
    margin-top: 30px;
}

.spacer {
    padding: 0px 10px;
}

.small_link a {
    color: #fff;
    text-decoration: none;
}

.small_link a:hover {
    text-decoration: underline;
}

.join_inset {
    margin: 300px auto 0px auto;
    float: none;
    padding-right: 0;
}

.join_us h2 {
    font-size: 2em;
    color: #fff;
    text-shadow: -2px -1px 30px rgba(0, 0, 0, 0.9), -2px -1px 30px rgba(0, 0, 0, 0.9), -2px -1px 30px rgba(0, 0, 0, 0.9);
}

.social-likes {
    display: inline-block;
    /*margin-left: 56px;*/
}

.social-likes .stNativeButton {
    margin-top: 0 !important;
    vertical-align: top !important;
}

.homepage .social-likes {
    margin-left: 56px;
}

.tab-area {
    position: relative;
    z-index: 99;
}

/* Migrated from old site */

.cartItem {
    width: 100%;
    padding: 10px 0 10px 0;
    display: block;
    border-bottom: none;
    overflow: auto;
}

.imageLeft, .imageleft {
    float: left;
    width: auto;
    margin: 0 12px 12px 0;
}

.imageRight, .imageright {
    float: left;
    width: auto;
    margin: 0 12px 12px 0;
}

.cartItemImage {
    position: relative;
    float: left;
    margin-top: 5px;
}

.cartItemText {
    float: left;
    display: block;
    width: 425px;
    margin-left: 10px;
}

/*-------- IMAGE BOX --------*/

.image-box {
    overflow: hidden;
    position: relative;
    /* margin-bottom: 32px; */
}

.image-box .image-box__image {
    display: block;
    width: 100%;
    padding: 0px 0px 5px 0px;
}

.carousel .image-box .image-box__image, .carousel-internal .image-box .image-box__image {
    max-height: 150px;
}

.caption {
    margin: 5px 0px;
    min-height: 10px;
}

.caption .caption__note, .caption .caption__desc {
    color: #7a8685;
    line-height: 1.2;
    margin: 5px 0px 5px 0px;
}

.caption__desc {
    font-size: .8em;
    margin: 0;
}

.caption__note, caption__note p {
    color: #7a8685;
    margin-top: 5px;
    font-size: 0.575em;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.toggle_video, .toggle_caption {
    display: none;
    width: 31px;
    height: 31px;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    background-color: #f6be00;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
}

.toggle_video i, .toggle_caption i {
    margin-right: 0;
    display: none;
}

.img-float-r, .img-float-l, .img-float-n {
    display: table;
  } 

.img-float-r {
    float: right;
    margin-left: 15px;
  }
  
  .img-float-l {
    float: left;
    margin-right: 15px;
  }

  .img-float-n {
    float: none;
    margin: auto;
  }
  
  @media screen and (min-width: 300px) and (max-width: 765px) {
    .img-float-r, .img-float-l {
      float: none;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
    }
  } 
  
  .img-float-r img, .img-float-l img, .img-float-n img {
    display: block;
    margin: auto;
  }   
  
  .img-float-r .caption, .img-float-l .caption, .img-float-n .caption {
    display: table-caption;
    caption-side: bottom;
    width: auto;
  } 



/*-------- .image-box ends --------*/

.post-block {
    box-sizing: border-box;
    margin-bottom: 50px;
}

.post-block .post-content {}

.post-block .title-heading {
    margin-bottom: 11px;
}

.post-block .image-box {
    margin-bottom: 5px;
}

.post-info {
    margin-bottom: 4px;
    border-bottom: 1px solid #6ab2e2;
}

.post-info .date {
    vertical-align: top;
    float: none;
}

.multimed-list .post-info .date {
    float: left;
}

.post-type {
    display: inline-block;
    vertical-align: top;
}

/*-------- DATE --------*/

.date {
    height: 21px;
    width: 110px;
    display: block;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #0076c0;
}

/*-------- TIME --------*/

.timing {
    color: #666666;
    font-size: 1.125em;
    font-weight: 700;
}

/*-------- CATEGORIES/LOCATION --------*/

.location, .categories {
    padding: 0;
    margin-top: 0;
    margin-bottom: 11px;
}

li.categories__item, li.location__item {
    margin: inherit;
}

.location .location__item, .location .categories__item, .categories .location__item, .categories .categories__item {
    display: inline-block;
    font-size: 0.875em;
}

.location .location__item:first-child, .location .categories__item:first-child, .categories .location__item:first-child, .categories .categories__item:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.location .location__item .seprator, .location .categories__item .seprator, .categories .location__item .seprator, .categories .categories__item .seprator {
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.location .location__item, .location .location__link, .location .categories__item, .location .categories__link, .categories .location__item, .categories .location__link, .categories .categories__item, .categories .categories__link {
    color: #7a8685;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.location .location__link, .location .categories__link, .categories .location__link, .categories .categories__link {
    display: inline-block;
}

.location .location__link:hover, .location .categories__link:hover, .categories .location__link:hover, .categories .categories__link:hover {
    text-decoration: underline;
}

.location {
    margin-bottom: 10px;
}

.location .location__item {
    line-height: 1.2;
    font-size: 1em;
}

.location .location__item:first-child {
    display: block;
}

.location .location__item .location__link_map {
    color: #0076c0;
    text-decoration: none;
}

.location .location__item .location__link_map:hover {
    text-decoration: underline;
}

.left-shadow, .right-shadow {
    content: '';
    width: 30%;
    max-width: 115px;
    height: 26px;
}

.left-shadow {
    float: left;
}

.right-shadow {
    float: right;
}

/* Featured News */
.featured-news .title-heading {
    font-size: 2.25em;
    margin-top: 30px;
}

.col-4.reg-news {
    padding-right: 0px;
}

/* Featured Events */
.hp-event-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 0 20px 0;
    padding: 0;
}

.hp-event-flex .hp-event-flex-item {
    flex: 1 1 400px;
    box-sizing: border-box;
    background: #D4E7FA;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.hp-event-list-date {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    color: #003f70;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hp-event-list-details {
    float: right;
    width: 70%;
    text-align: left;
    padding-left: 10px;
}

.hp-event-day, .hp-event-month, .hp-event-date-num {
    font-weight: 900;
    display: block;
    line-height: 1.2;
}

.hp-event-month {
    font-size: 1.5em;
}

.hp-event-date-num {
    font-size: 3em;
    line-height: .8em;
}

/*-------- WHERE WE WORK --------*/

.shadow_container {
    max-width: 1405px;
    margin: 0 auto;
    z-index: 90;
}

.where-we-work_wrap {
    position: relative;
    margin: 0 0 60px 0px;
}

.where-we-work_wrap .container {
    z-index: 100;
}

.where-we-work_wrap .container:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    /*box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);*/
    transform: rotate(-3deg);
}

.where-we-work {
    position: relative;
    z-index: 10;
    /*box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.5);*/
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

.where-we-work .where-we-work__map {
    min-width: 1171px;
}

.where-we-work, .where-we-work__content, .where-we-work__map, .where-we-work__map img {
    height: 495px !important;
}

.where-we-work .title {
    color: #fff;
    margin-bottom: 12px;
}

.where-we-work .bg {
    width: 43.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(18, 126, 164, 0.7);
}

.where-we-work__link {
    color: #fff;
}

.where-we-work__link:hover {
    text-decoration: none;
}

.where-we-work__content {
    width: 44% !important;
    color: #fff;
    display: inline-block;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 60px;
    vertical-align: top;
}

.where-we-work__desc {
    margin-top: 0;
    line-height: 1.3;
    font-size: 1.375em;
    font-weight: 400;
}

.where-we-work__desc strong {
    font-weight: 700;
}

.latest-content {}

.latest-content>.container {}

.latest-content .title {}

.latest-content .post-block {
    padding-right: 69px;
}

.latest-content .post-block .title-heading {
    margin-bottom: 28px;
}

.latest-content .location {
    margin-bottom: 13px;
}

.latest-content .location__item {
    margin-left: 1px;
    font-size: 0.875em;
}

.latest-content .post-info {
    margin-bottom: 7px;
}

.map {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.map .map__image {
    width: 100%;
    height: 100%;
}

/*-------- PHOTO OF THE WEEK --------*/

.photo-of-the-week {
    color: #fff;
    padding-top: 89px;
    padding-bottom: 99px;
}

.photo-of-the-week .post-block, .photo-of-the-week .post-content {
    padding-right: 0;
}

.photo-of-the-week .container {
    padding-left: 100px;
    padding-right: 103px;
}

.photo-of-the-week .title, .photo-of-the-week .title-heading {
    color: #fff;
}

.photo-of-the-week .title {
    margin-top: 43px;
    margin-bottom: 27px;
}

.photo-of-the-week .col-push-1 {
    left: 7.2%;
}

.photo-of-the-week .date {
    margin-bottom: 17px;
    background-color: #3391b2;
}

.photo-of-the-week .photo-of-the-week__link {
    color: #fff;
}

.photo-of-the-week .photo-of-the-week__link:hover {
    text-decoration: none;
}

.photo-of-the-week .photo-of-the-week__credit {
    font-size: 0.875em;
}

.photo-of-the-week .content-desc {
    margin-top: 0;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.125em;
}

.photo-of-the-week__shadow {
    width: 95%;
    height: 100%;
    position: absolute;
    left: 28px;
    top: 17px;
    background-color: rgba(0, 0, 0, 0.2);
    transform: rotate(-4deg);
}

.photo-of-the-week__image {
    width: 100%;
    display: block;
    border: 7px solid white;
    transform: rotate(-5deg);
}

/*-------- BOTTOM SECTION --------*/

.bottom-section {
    padding-bottom: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

.bottom-section .col-8 {
    width: 69.85%;
    margin-right: 15px;
}

.bottom-section .caption-content {}

.bottom-section .saving-bay .btn {
    right: auto;
    left: 0;
}

.bottom-section .image-box .image-box__image {
    padding: 0px;
}

.caption-content {
    color: #fff;
    box-sizing: border-box;
    padding: 19px 30px 19px 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 63, 112, 0.8);
    overflow: hidden;
}

.caption-content .title {
    line-height: 1;
    color: #fff;
    font-size: 2em;
    margin-bottom: 10px;
}

.caption-content .bottom-section__desc {
    margin: 0;
    line-height: 1.5;
    color: #fff;
    font-size: 1.125em;
    width: 50%;
    float: left;
}

.caption-content .btn {
    margin: 10px 0px 0px 0px;
    float: right;
}

.saving-bay {
    padding: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #0076c0;
    min-height: 378px;
}

.saving-bay .saving-bay__block {
    position: relative;
    z-index: 10;
    padding: 37px 45px 54px 42px;
}

.saving-bay .saving-bay__image-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.saving-bay .saving-bay__image-box .saving-bay__image {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
}

.saving-bay .saving-bay__title {
    margin-top: 0;
    color: #fff;
    font-size: 1.7em;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.saving-bay .saving-bay__desc {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4;
}

.saving-bay .read-more {
    color: #fff;
    line-height: 1.1;
    text-decoration: underline;
    font-size: 1.125em;
}

.saving-bay .read-more:after {
    display: none;
}

.saving-bay .read-more:hover {
    text-decoration: none;
}

.saving-bay .read-more span {
    margin-left: 5px;
    display: inline-block;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    border-top: 5px solid transparent;
}

/*-------------------------------- LANDING PAGE --------------------------------*/

/*-------- BANNER BLOCK --------*/

.banner-block {
    margin-bottom: 6px;
    background-size: cover;
    position: relative;
}

.banner-block .container {
    min-height: 450px;
    padding-top: 20px;
}

.banner-block .slide-block {
    max-width: 550px;
    display: block;
}

.banner-block .banner-block__image {
    display: none;
    width: 100%;
}

.img-block.banner-block {
    display: table;
}

.banner-block .caption {
    display: table-caption;
    caption-side: bottom;
}

.banner-block .caption .container {
    min-height: auto;
    padding-top: 0;
}

.social-icons {
    width: 48px;
    display: none;
    position: absolute;
    top: 27px;
    right: 2px;
}

.social-icons__link {
    display: block;
}

.save-bay .container {}

.save-bay .title {
    margin-right: 56px;
    display: inline-block;
    font-size: 4em;
    color: #003f70;
    vertical-align: top;
}

.save-bay .social-likes {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}

.save-bay .save-bay__desc {
    margin-top: 0;
    color: #003f70;
    font-size: 1.375em;
}

.save-bay .email-us {
    text-align: center;
}

.save-bay .email-us__label {
    display: block;
    margin-right: 0;
}

.save-bay .email__form {
    min-width: auto;
    max-width: auto;
    width: 80%;
}

/*-------- SAVING BAY LILST --------*/

.saving-bay-list {}

.saving-bay-list .container {
    padding-bottom: 106px;
}

.save-bay {
    margin-bottom: 50px;
}

.save-bay .email-us {
    padding-top: 6px;
}

.save-bay .email-us .email-us__label {
    margin-bottom: 23px;
}

.save-bay .save-bay__desc {
    margin-bottom: 0;
}

.column {
    margin: 0;
    padding: 0;
}

.column_three .column__item {
    width: 29.9%;
}

.column__link {
    text-decoration: none;
}

.column__item {
    margin-bottom: 37px;
    vertical-align: top;
    display: inline-block;
}

li.column__item {
    margin: 0px 0px 37px 0px;
}

.column__item:hover {
    border-color: #003f70;
}

.column__item:hover .title-heading, .column__item:hover .read-more, .column__item:hover .column__heading {
    color: #003f70;
}

.column__item:hover .read-more:after {
    border-left: 5px solid #003f70;
}

.column__item .image-box {
    margin-bottom: 10px;
}

.column__item .title-heading {
    margin: 0;
    padding: 15px 12px;
}

.column__item .post-info {
    margin-bottom: 0;
    padding-left: 15px;
}

.column__item:nth-child(odd) {
    margin-right: 37px;
}

.column__image {
    width: 100%;
    display: block;
}

.column__content {
    /*! padding-left: 20px; */
    /*! padding-right: 20px; */
    padding-bottom: 30px;
}

.column__heading {
    margin-top: 0;
    color: #0076c0;
    margin-bottom: 16px;
    font-size: 2em;
    font-weight: 700;
}

.column__heading a, .link {
    text-decoration: none;
}

.column__heading a:active, .column__heading a:hover, a.link:hover {
    text-decoration: underline;
}

.column__desc {
    color: #666666;
    margin: 0;
    line-height: 1.4;
    font-size: 1em;
}

.column_two .column__item {
    width: 48%;
}

.support .caption-content {}

.support .bottom-section__desc {
    padding-right: 0px;
}

.bottom-cotent-wrap {}

.bottom-cotent-wrap .latest-content {
    background: none;
    margin-top: -70px;
}

.bottom-content-wrap .latest-content .container {
    /*box-shadow: 0 0 12px 9px rgba(0, 0, 0, 0.2); */
}

.static-caption {
    width: 100%;
    padding-left: 20px;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.caption-title {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 1.375em;
}

.bottom-cotent-wrap .latest-content .title-heading {
    margin-bottom: 15px;
}

.bottom-cotent-wrap .latest-content .icon-external {
    margin-left: 10px;
}

.bottom-cotent-wrap .content-desc {
    margin-bottom: 25px;
}

.content-btn i {
    margin-left: 10px;
}

a, .link {
    color: #0076c0;
}

.link:hover {
    text-decoration: none;
}

/*-------------------------------- MULTIMEDIA PAGE --------------------------------*/

.video__close {
    display: block;
    width: 31px;
    height: 31px;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    background-color: #f6be00;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 20;
}

.video__close i {
    margin-right: 0;
}

.multimedia .saving-bay-list {
    padding-top: 60px;
    background-position: center -108px;
}

.multimedia .saving-bay-list .container {
    padding-bottom: 18px;
}

._multimedia .container {
    min-height: 562px;
}

._multimedia .slide-block {
    width: 454px;
}

.play__btn .icon-play {
    margin-right: 13px;
}

.video {
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.video .container {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px 40px 0px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb {
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.breadcrumb_list {
    color: #7a8685;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    margin-left: 13px;
    font-size: 0.875em;
    position: relative;
}

.breadcrumb_list:first-child {
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb_list:first-child:before {
    content: '';
}

.breadcrumb_list:before {
    content: '>';
    font-size: 1.125em;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
}

.breadcrumb_link {
    display: block;
    color: #7a8685;
}

.breadcrumb_link:hover {
    text-decoration: none;
}

.breadcrumbComponent {
    color: #7a8685;
    display: inline-block;
    vertical-align: top;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: .15em;
    position: relative;
    margin-bottom: 30px;
}

.breadcrumbComponent a {
    color: #7a8685;
}

.breadcrumbComponent a:hover {
    text-decoration: none;
}

.breadcrumbseparator {
    font-size: 0.7em;
    padding-left: 10px;
    padding-right: 10px;
}

.save-bay .take-action-section {
    color: #fff;
    background-color: #0076c0;
    padding: 20px;
}

.take-action-section__title {
    margin-top: 0;
    font-size: 2em;
    color: #FFF;
}

.take-action-section__desc {
    margin-top: 0;
    width: 100%;
    font-size: 1.125em;
}

.filter {
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    padding: 40px 0 40px;
    text-align: center;
    background-color: #6ab2e2;
}

.filter .filter__title {
    margin-bottom: 5px;
}

.filter form {
    margin-bottom: 0;
}

.filter form .form-row {
    margin-bottom: 0;
}

.filter .col-3 {
    float: none;
    padding-left: 4px;
    padding-right: 7px;
    display: inline-block;
    vertical-align: top;
}

.filter__title {
    margin-top: 0;
    color: #0076c0;
    font-size: 1.5em;
    font-weight: 700;
}

.filter div.fancy-select {
    text-align: left;
}

.filter__btn {
    width: 46px;
    height: 40px;
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #0076c0;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
}

.pagination-wrap {
    text-align: center;
    margin-bottom: 27px;
}

.pagination {
    margin: 0;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}

.pagination__numbers, .pagination__list {
    margin-right: 20px;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
}

.pagination__list:first-child {
    margin-left: 0;
}

.pagination__numbers {
    margin-left: 0;
    margin-right: 40px;
}

.pagination__list:first-child .pagination__link, .pagination__list:last-child .pagination__link {
    text-decoration: none;
}

.pagination__link {
    color: #fff;
}

.pagination__link:hover {
    text-decoration: none;
}

/*-------------------------------- STATE PAGE --------------------------------*/

.dropdown-list {
    padding: 10px 37px;
}

.dropdown-list form {
    margin-bottom: 0;
}

.state main {}

.state main .latest-content {}

.state main .latest-content .container {}

.state main .latest-content .container .carousel-wrap {
    margin-top: 50px;
    padding-top: 70px;
    border-top: 2px solid #6ab2e2;
}

.state main .latest-content .container .flex-direction-nav a {
    top: 33%;
}

.state main .save-bay {
    margin-bottom: 30px;
}

.latest-content .container .flex-direction-nav a {
    top: 33%;
}

.latest-content .container .flex-direction-nav .flex-prev {
    left: -55px;
}

.latest-content .container .flex-direction-nav .flex-next {
    right: -55px;
}

#googlemap {
    margin-bottom: 6px;
    padding-bottom: 27%;
    position: relative;
}

#googlemap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.offices-wrap {
    margin-bottom: 80px;
}

.offices-wrap .container {
    padding-top: 20px;
}

.offices-wrap .title {}

.offices-wrap .read-more {}

.offices {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offices .title-heading {}

.offices .content-desc {}

.offices__list {
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px 45px;
}

.offices__list .image-box {
    margin-bottom: 20px;
}

.offices__list .read-more:after {
    border-left: 5px solid #0076c0;
}

.operation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.operation__item {
    width: 47.5%;
    margin: 20px 0 20px 45px;
    display: inline-block;
    vertical-align: top;
}

.operation__item .image-box {
    margin-bottom: 22px;
}

.operation-wrap {
    margin-bottom: 80px;
}

.carousel-wrapper {
    margin-top: -30px;
    position: relative;
}

.default-bg {
    color: #fff;
    position: relative;
    z-index: 10;
    background-color: #1f85a8;
}

.default-bg .title-heading, .default-bg .content-desc {
    color: #fff;
}

.blu-bg {
    background-color: #0076c0;
}

.no-bg .timing, .no-bg .title-heading, .no-bg .content-desc, .no-bg .categories__link, .blu-bg .timing, .blu-bg .title-heading, .blu-bg .content-desc, .blu-bg .categories__link, .default-bg .timing, .default-bg .title-heading, .default-bg .content-desc, .default-bg .categories__link {
    color: #fff;
}

.no-bg .timing, .blu-bg .timing, .default-bg .timing {
    line-height: 1;
}

.no-bg .date, .blu-bg .date, .default-bg .date {
    background-color: #3391b2;
}

.no-bg .categories__item:first-child, .blu-bg .categories__item:first-child {
    display: block;
}

.flex-viewport .categories__item {
    color: #fff;
}

a.categories__link {
    text-decoration: none;
}

a.categories__link:hover {
    text-decoration: underline;
}

#default-web .flex-direction-nav a {
    top: 33%;
}

.carousel-wrap {
    padding-top: 58px;
    padding-bottom: 50px;
    position: relative;
}

.carousel-wrap .title-heading {
    margin-bottom: 20px;
}

.carousel-wrap .image-box {
    margin-bottom: 17px;
}

.carousel-wrap .flex-direction-nav .flex-prev {
    left: 45px;
}

.carousel-wrap .flex-direction-nav .flex-next {
    right: 45px;
}

.carousel-wrap .carousel__caption .title-heading {
    margin-bottom: 10px;
}

.carousel-wrap .carousel {
    padding-left: 100px;
    padding-right: 100px;
}

.carousel-wrap .carousel .title {
    color: #fff;
    margin-bottom: 30px;
}

.carousel_link {
    color: #fff;
}

.carousel_link:hover {
    text-decoration: none;
}

.latest-content .post-block .title-heading {
    margin-bottom: 12px;
}

.latest-content .carousel {
    padding: 0;
    position: relative;
}

.latest-content .carousel-wrap {
    padding-bottom: 0;
}

.news .btn {
    font-size: 1.25em;
}

.news .btn-blue:after {
    border-bottom: 19px solid transparent;
    border-left: 15px solid #1376a2;
    border-top: 19px solid transparent;
}

.operation-wrap .title {}

.white-bg {
    padding: 0;
    background-color: #fff;
    z-index: 1;
}

/*-----SECTION NAVIGATION------*/

.mobile-sectionNav {
    display: none;
}

/*-------------------------------- STYLE GUIDE PAGE --------------------------------*/

.top_breadcrumb .container {}

h1.page-title, .page-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #003f70;
    font-size: 3em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .15em;
}

h3.sub-title, .sub-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #0076c0;
    font-size: 2em;
    font-weight: 700;
}

.intro {
    margin-top: 0;
    margin-bottom: 30px;
    color: #003f70;
    font-weight: 700;
}

.body-text {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333333;
    font-size: 1em;
}

.body-text-image {
    float: right;
    display: block;
    width: 100%;
    max-width: 290px;
    margin-left: 30px;
}

.body-text img {
    max-width: 100%;
}

.video-slider .flexslider {
    padding-left: 56px;
    padding-right: 56px;
}

.video-slider .flex-direction-nav a {
    top: 50%;
}

/*-------------------------------- ASIDE BAR--------------------------------*/

.aside {
    padding: 0;
}

.style-guide .toggle-menu-wrap {
    margin-bottom: 36px;
    display: block !important;
}

.style-guide .breadcrumb {
    margin-bottom: 25px;
}

.style-guide .social-likes {
    margin-top: 10px;
    margin-bottom: 10px;
}

.style-guide .social-likes {
    margin-left: 0;
}

.toggle-menu-wrap {
    border: 2px solid #f2f3f4;
}

.toggle-menu-wrap a {
    text-decoration: none;
}

.toggle-menu-wrap__head, .toggle-menu-wrap__head a {
    display: block;
    padding: 12px 12px;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.3;
    background-color: #0076c0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.toggle-menu {
    margin-top: 5px;
    padding: 10px;
}

.toggle-menu__item {
    list-style: none;
    color: #0076c0;
    margin-bottom: 15px;
    font-size: .975em;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

li.toggle-menu__item {
    margin: 10px 0;
}

li.toggle-menu__item.inSameFolder.parentOfActive:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6ab2e2;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 1px;
    width: 0;
}

ul.toggle-menu li.toggle-menu__item.inSameFolder.active:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6ab2e2;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 1px;
    width: 0;
}

ul.toggle-menu {
    margin-bottom: 5px;
}

li.toggle-menu {
    margin: 0px;
}

.toggle-menu__item:hover:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6ab2e2;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 1px;
    width: 0;
}

.toggle-menu__item:hover .toggle-menu__link {
    color: #003f70;
}

.toggle-menu__link {
    display: block;
    color: #0076c0;
    text-decoration: none;
    padding-left: 35px;
}

.sub-menu {
    margin-top: 14px;
    padding-left: 0;
    list-style: none;
}

.sub-menu__item {
    font-size: .9em;
    position: relative;
}

ul.sub-menu li.sub-menu__item.active:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6ab2e2;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 1px;
    width: 0;
}

.sub-menu__item:hover:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6ab2e2;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 1px;
    width: 0;
}

.sub-menu__item:hover .sub-menu__link {
    color: #00264d;
}

.sub-menu__link {
    display: block;
    padding-left: 35px;
    color: #0076c0;
    text-decoration: none;
}

.gray-bg {
    background-color: #d4e7fa;
}

.promo-box {
    padding: 20px;
    margin-bottom: 50px;
}

.promo-box.default-bg {
    color: #fff;
}

.promo-box.default-bg .link, .promo-box.default-bg .body-text, .promo-box.default-bg .read-more, .promo-box.default-bg a {
    color: #fff;
}

.promo-box.default-bg .read-more::after {
    border-left: 5px solid white;
}

.promo-box img {
    max-width: 100%;
    height: auto;
}

.sub-heading {
    color: #fff;
    margin-bottom: 10px;
    font-size: 2em;
}

.element-title {
    margin-top: 0;
    color: #0076c0;
    margin-bottom: 10px;
    font-size: 1.375em;
}

.bullets {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}

.bullets__item {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
    /*background: url("images/bullet-NO.png") no-repeat 0 10px;*/
}

.form__btn {
    width: 46px;
    height: 42px;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    background: #cccccc;
    cursor: pointer;
}

.form__btn:hover {
    background-color: #a3a3a3;
}

.sponsors {
    width: 220px;
}

.video-slider {
    margin-bottom: 40px;
}

.video-slider .flexslider {
    margin-bottom: 47px;
}

.video-slider .video {
    display: none;
    height: 100%;
}

.video-slider iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*---------- QUOTES ---------*/

.quote {
    margin-bottom: 50px;
    padding: 52px 40px;
    border-top: 2px solid #6ab2e2;
    border-bottom: 2px solid #6ab2e2;
    background-color: #f2f3f4;
    position: relative;
}

.quote .quote-top, .quote .quote-bottom {
    position: absolute;
}

.quote .quote-top {
    left: 14px;
    top: 0;
}

.quote .quote-bottom {
    right: 20px;
    bottom: 0;
}

.nq .quote-top, .nq .quote-bottom {
    display: none;
}


.quote-text, .quote-author {
    margin-top: 0;
    margin-bottom: 15px;
    color: #0076c0;
    font-size: 1.125em;
    font-weight: bold;
}

.quote-author {
    margin-bottom: 0;
    text-align: right;
    font-size: .95em;
    font-style: italic;
    font-weight: normal;
}

.pull-quote-center {
    margin: 0 auto 50px;
    width: 65%;
}

.nq {
    padding: 22px 20px;
}

.nq .quote-text {
    margin-bottom: 0;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.pull-quote-left, .pull-quote-right {
    width: 35%;
}

.pull-quote-left {
    float: left;
    margin: 0 15px 10px 0;
}

.pull-quote-right {
    float: right;
    margin: 0 0 10px 15px;
}


@media screen and (min-width: 300px) and (max-width: 765px) {
    .pull-quote-left, .pull-quote-right {
      float: none;
      width: 65%;
      margin: 0 auto 25px;
    }
  }



/*__________ CALL OUTS ___________*/

.callout {
    margin-bottom: 3rem;
    padding: 30px 40px 10px 40px;
    border-top: 2px solid #6ab2e2;
    border-bottom: 2px solid #6ab2e2;
    background-color: #d4e7fa;
    position: relative;
}

.callout-nofill {background-color: #fff;}

.callout-margin-top {margin-top: 3rem;}

.callout p, .callout ul, .callout li {
    color: #003f70;
}

.callout h4 {
    color: #003f70;
    text-transform: uppercase;
    letter-spacing: .1em;
}


/*---------- TOC (Table of Contents) ---------*/
  .longform_TOC {
    float: right;
    width: 30%;
    background-color: #d4e7fa;
    margin-left: 2rem;
    font-size: 1.1rem;
    padding: 1rem;
  }
  .longform_TOC-header {
    color: #0076c0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0;
  }
  .longform_TOC a {
    display: block;
    margin-bottom: 1rem;
  }
  .longform_TOC a:last-of-type {
    margin-bottom: 0rem;
  }
  @media screen and (min-width: 300px) and (max-width: 765px) {
    .longform_TOC {
      float: none;
      width: 100%;
      margin-left: 0;
    }
  }


/*---------- BULLET LIST ---------*/

.sub-list {
    margin: 12px 0 !important;
    padding-left: 0 !important;
}

.bullets-list {
    padding-left: 17px;
    margin: 0;
    list-style: none;
}

.bullets-list .bullets-list__item {
    margin-bottom: 10px;
    padding-left: 25px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
    /*background: url("images/bullet-list-NO.png") no-repeat 0 10px;*/
}

/*---------- DASH LIST ---------*/

.dash-list {
    padding-left: 20px;
    margin: 0;
    list-style: none;
}

.dash-list .dash-list__item {
    margin-bottom: 10px;
    padding-left: 25px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
    background: url("images/dash-list.png") no-repeat 0 10px;
}

/*---------- NUMBER LIST ---------*/

.number-list {
    padding-left: 32px;
    margin: 0;
    list-style: decimal;
}

.number-list .number-list__item {
    margin-bottom: 10px;
    padding-left: 10px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
}

/*---------- NUMBER LIST ---------*/

.aplha-list.sub-list {
    padding-left: 16px !important;
}

.aplha-list {
    padding-left: 17px;
    margin: 0;
    list-style: lower-alpha;
}

.aplha-list .aplha-list__item {
    margin-bottom: 10px;
    padding-left: 10px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
}

/*---------- POST ---------*/

.post {
    margin: 25px 0 50px;
    padding: 20px 30px;
    border-top: 2px solid #6ab2e2;
    border-bottom: 2px solid #6ab2e2;
    background-color: #f2f3f4;
    position: relative;
}

.post__detail {
    margin-bottom: 20px;
}

.post__avatar {
    max-width: 90px;
    max-height: 110px;
    float: right;
    margin-bottom: 12px;
    overflow: hidden;
    margin-left: 25px;
}

.post__avatar .post__avatar__image {
    width: 100%;
    display: block;
}

.post__desc {
    float: left;
    width: 65%;
}

.post__desc .body-text {
    margin-bottom: 0;
}

#exec {
    margin-top: 25px;
    /*margin-bottom:-15px;*/
}

/*---------- COMMENT BOX ---------*/

.comment-box .title-heading {
    margin-bottom: 20px;
}

.comment__head {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

.title-six {
    color: #666666;
    font-size: 1em;
    font-weight: 700;
}

.comment__desc {
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 15px;
}

/*---------- SHARE COMMENTS ---------*/

.sahre-comments {
    margin-bottom: 50px;
}

.sahre-comments .tile-heading {
    margin-bottom: 20px;
}

.sahre-comments .form {
    padding-left: 30px;
    max-width: 480px;
}

.sahre-comments .form__label {
    width: 140px;
    display: inline-block;
}

.sahre-comments .form__control {
    width: 67%;
    display: inline-block;
}

.sahre-comments .change-code {
    margin-top: 10px;
    margin-left: 140px;
}

.sahre-comments .submit-btn {
    margin-left: 140px;
}

/*---------- PAGINATION WRAP ---------*/

.pagination-wrap.default-bg {
    margin-bottom: 6px;
    padding-top: 57px;
    padding-bottom: 50px;
}

/*---------- LISTS ---------*/

.lists-wrap {
    margin-bottom: 50px;
    border-top: 1px solid #cccccc;
}

.lists {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lists__item {
    list-style: none;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
}

.lists__item .image-box {
    float: left;
    overflow: hidden;
    margin: 0px 30px 15px 0px;
    width: 300px;
}

.lists__item .post-block {
    margin-bottom: 0;
    padding: 0;
}

.lists__item .post-block .post-content {
    padding-right: 0;
}

.lists__item .image-box img {
    max-width: 300px;
}

.lists .post-info {
    border-bottom: none;
}

/*---------- TABLE ---------*/

.table {
    margin-bottom: 50px;
    border-collapse: collapse;
    width: 100%;
}

.table .table__head .table_row {
    border: 1px solid white;
    background-color: #0076c0;
}

.table .table__head .table__heading {
    color: #fff;
    font-size: 1em;
    padding: 16px 5px;
    font-weight: 700;
    border-left: 1px solid white;
}

.table .table__head .table__heading:first-child {
    border-left: 0;
}

.table .table_body {
    background-color: #f2f3f4;
}

.table .table_body .table_row {
    border-bottom: 1px solid #cccccc;
}

.table .table__data {
    text-align: center;
    color: #333333;
    font-size: 1em;
    padding: 16px 5px;
    border-left: 1px solid #cccccc;
}

.table .table__data:first-child {
    color: #666666;
    border-left: 0;
    font-weight: 700;
    /*! font-size: 3.5em; */
}

.photos {
    margin-bottom: 20px;
}

.video-image {
    min-height: 562px;
    position: relative;
    clear: both;
}

.video-image .video-wrap {
    max-width: 680px;
    min-height: 431px;
    margin: 50px auto 0;
    padding: 50px 20px 20px;
    background-color: #fff;
    position: relative;
}

.video-image .video {
    height: 100%;
}

.video-image .video iframe {
    height: auto;
    width: 94%;
    min-height: 359px;
    left: 19px;
    top: 50px;
}

/*---------- BIG NUMBERS ---------*/

.bignumber {
    font-size: 3em!Important;
    color: #0076c0!Important;
}

/*---------- FOR IFRAME ---------*/

.iframe-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe.magazine {
    height: 100vh;
    width: 100%;
}

/*---------- DIMENSIONS ---------*/

.dimensions {
    margin-bottom: 27px;
}

.dimension-title {
    margin: 0;
    line-height: 1;
    color: #333333;
    font-size: 0.875em;
    font-weight: 700;
}

.dimension-desc {
    color: #333333;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 0.875em;
}

.dimension-desc span {
    display: block;
}

/* FOOTER
--------------------------------------------------------------------------*/

footer {
    color: #fff;
    margin-top: 6px;
    padding-top: 21px;
    padding-bottom: 72px;
    background-color: #003f70;
}

footer .container {}

footer .email-us .email-us__label {
    margin-top: 0;
    margin-bottom: 0;
}

footer .email-us .email__form {
    margin-bottom: 19px;
}

footer ul {
    padding: 0;
}

footer li {
    margin: 0;
}

.footer__nav {
    margin-bottom: 18px;
}

.footer__top {
    margin-top: 9px;
}

.footer__nav__item {
    list-style: none;
    margin: 0;
}

.footer__nav__links {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.footer__nav__links:hover {
    text-decoration: underline;
}

.footer__contact__item {
    color: #fff !important;
    font-size: 22px;
    list-style: none;
    display: inline-block;
}

.footer__nav__item span {
    height: 8px;
    width: 9px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.footer__contact__item span {
    margin: 0 12px;
}

.footer__top__left {
    float: left;
    margin-top: 3px;
}

.footer__top__right {
    float: right;
    text-align: right;
}

.footer__bottom__left {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.footer__bottom__right {
    float: right;
    width: 50%;
    text-align: right;
}

.footer__socials {
    margin-bottom: 48px;
}

.footer__social__item {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-left: 12px;
}

.footer__social__link {
    display: block;
}

.footer__social__link i {
    height: 44px;
    width: 44px;
    display: inline-block;
    vertical-align: top;
    background: url("images/footer-socials.png") no-repeat 0 0;
}

.footer__social__link .icon-facebook {
    background-position: 0 0;
}

.footer__social__link .icon-twitter {
    background-position: -61px 0;
}

.footer__social__link .icon-google-plus {
    background-position: -123px 0;
}

.footer__social__link .icon-flickr {
    background-position: -185px 0;
}

.footer__social__link .icon-youtube {
    background-position: -247px 0;
}

.footer__social__link .icon-rss {
    background-position: -310px 0;
}

.footer__social__link .icon-instagram {
    background-position: -371px 0;
}

.footer__social__link .icon-linkedin {
    background-position: -185px 0;
}

.footer__social__link .icon-facebook:hover {
    background-position: 0 -48px;
}

.footer__social__link .icon-twitter:hover {
    background-position: -61px -48px;
}

.footer__social__link .icon-google-plus:hover {
    background-position: -123px -48px;
}

.footer__social__link .icon-flickr:hover {
    background-position: -185px -48px;
}

.footer__social__link .icon-youtube:hover {
    background-position: -247px -48px;
}

.footer__social__link .icon-rss:hover {
    background-position: -310px -48px;
}

.footer__social__link .icon-instagram:hover {
    background-position: -371px -48px;
}

.footer__social__link .icon-linkedin:hover {
    background-position: -185px -48px;
}

.footer__seals__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
}

.footer__seals__item:last-child {
    margin-right: 0;
}

.footer__bpp__item {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.footer__bpp__item span {
    margin: 0 12px;
}

.footer__bpp__links {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.footer__bpp__links:hover {
    text-decoration: underline;
}

.footer__bpp {
    margin: 0 0 15px 0;
}

.copyrights {
    margin-bottom: 15px;
}

.copyrights p {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.15;
}

.footer__info {
    padding-left: 20%;
}

.footer__info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.15;
}

/* DESKTOP
--------------------------------------------------------------------------*/

@media (min-width: 1366px) {
    .where-we-work .bg {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .top-bar__search {
        display: block !important;
    }
    .top-bar__go-btn, .top-bar__search-icon, .top-bar__search-close {
        display: none;
    }
    .top-right .btn {
        margin-right: 17px;
    }
    .social-icons {
        display: block;
    }
    /*-------- SAVING BAY LILST --------*/
    .map_tablet {
        display: none;
    }
    .map_desktop {
        display: block;
    }
    ._first {
        margin-left: 0;
    }
    .carousel-wrap.on-white {
        background-color: #fff;
        z-index: 1;
    }
    .carousel-wrap.on-white .carousel {
        padding-left: 60px;
        padding-right: 60px;
    }
    .carousel-wrap.on-white .carousel .title {
        color: #0076c0;
    }
    .carousel-wrap.on-white .flex-direction-nav .flex-prev {
        left: 5px;
    }
    .carousel-wrap.on-white .flex-direction-nav .flex-next {
        right: 6px;
    }
}

@media (max-width: 1155px) {
    .action-item {
        width: 230px;
        right: 0;
    }
    .action-item .menu__item__sub-menu {
        left: -60%;
        width: 215px;
    }
    .action-item .menu__item__sub-menu:before {
        left: 120px;
    }
    .donate, .take-action {
        width: 115px;
    }
    .where-we-work__desc {
        font-size: 20px;
    }
}

@media (max-width: 1092px) {
    .menu__item {
        font-size: 1.125em;
        margin-left: 20px;
        padding-left: 20px;
    }
    .menu__item .menu__item__link {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .action-item .menu__item {
        font-size: 1em;
    }
    .action-item {
        width: 200px;
    }
    .action-item .menu__item__sub-menu {
        left: -90%;
        width: 185px;
    }
    .action-item .menu__item__sub-menu:before {
        left: 120px;
    }
    .donate, .take-action {
        width: 100px;
        height: 54px;
        line-height: 54px;
        font-size: 1em;
    }
    .where-we-work__content {
        padding-right: 20px;
    }
    .where-we-work__desc {
        font-size: 18px;
    }
}

/* HEADER */

@media screen and (min-width: 766px) {
    .burger-menu {
        display: none;
    }
    .main-navigation {
        display: block !important;
    }
    .main-navigation .top-bar__nav__item {
        display: none !important;
    }
    .map_mobile {
        display: none;
    }
}

@media screen and (min-width: 765px) and (max-width: 1025px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row {
        margin: 0;
    }
    .image-box {
        overflow: hidden;
    }
    .image-box .image_perpostion {
        width: 160%;
        margin-bottom: 22px;
    }
    /* TOP BAR */
    .top-bar__logo {
        width: 40%;
    }
    .top-bar__nav__item {
        font-size: 0.812em;
        margin: 5px;
        padding: 5px;
    }
    .top-bar__search {
        display: block;
        width: 233px;
        box-sizing: border-box;
        border: 2px solid #6ab2e2;
        position: absolute;
        right: 10px;
        top: 55px;
        background-color: #fff;
    }
    .top-bar__search .top-bar__search-form {
        position: relative;
    }
    .top-bar__search .top-bar__search-form:before {
        content: '';
        width: 24px;
        height: 17px;
        background: url("images/top-bar-search-arrow.png") no-repeat 0 0;
        position: absolute;
        top: -21px;
        right: -3px;
    }
    .top-bar__search-close {
        display: none;
    }
    /*MENU BAR*/
    .menu__item {
        font-size: 0.937em;
        margin-left: 10px;
        padding-left: 20px;
        background-position: 0 22px;
    }
    .action-item .menu__item {
        font-size: 1em;
    }
    .menu__item__sub-link {
        font-size: 1.25em;
    }
    .top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item {
        font-size: 1.25em;
    }
    .donate, .take-action {
        height: 51px;
        line-height: 51px;
        font-size: 1em;
    }
    /*-------- .TOP NOTE --------*/
    .top-note {
        width: 80%;
    }
    /*-------- SIGNUP --------*/
    .email-us.col-8 {
        width: 92%;
    }
    .email-us .email__form {
        margin-right: 0;
    }
    /*-------- EASYTABS --------*/
    .etab {
        padding: 0;
    }
    .etab .etab-item {
        float: right;
    }
    .etab .etab-item:first-child {
        float: left;
        margin-right: 18px;
    }
    .tab-container .panel-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tab-container .panel-container .col-6 {
        padding-left: 30px;
    }
    .tab-container .panel-container .col-6:first-child {
        padding-left: 0;
    }
    .tab-container .panel-container .post-block {
        padding-right: 0;
    }
    /*-------- WHERE WE WORK --------*/
    .left-shadow, .right-shadow {
        max-width: 70px;
    }
    .left-shadow {
        margin-left: -42px;
    }
    .where-we-work__content {
        color: #fff;
        padding-left: 20px;
        padding-top: 32px;
    }
    .where-we-work .title {
        font-size: 2em;
    }
    .where-we-work__desc {
        font-size: 1.125em;
    }
    .map_table {
        display: block;
    }
    .map_desktop {
        display: none;
    }
    .where-we-work .bg {
        width: 40%;
    }
    /*-------- Latest CONTENT --------*/
    .latest-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .latest-content .container {
        padding: 55px 5px 57px;
    }
    .latest-content .title-heading {
        margin-bottom: 30px;
    }
    .latest-content .post-block {
        padding-right: 0;
    }
    /*-------- PHOTO OF THE WEEK --------*/
    .photo-of-the-week {
        padding-top: 65px;
        padding-bottom: 100px;
    }
    .photo-of-the-week .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .photo-of-the-week .title {
        margin-top: 0;
    }
    .photo-of-the-week .col-6 {
        padding-top: 22px;
    }
    .photo-of-the-week__shadow {
        top: 39px;
    }
    /*-------- BOTTOM SECTION --------*/
    .bottom-section .container {}
    .bottom-section .caption-content {
        width: 100%;
        padding: 20px;
        min-height: 0;
        position: relative;
        margin-bottom: 40px;
        background-color: rgba(0, 63, 112, 1.0);
    }
    .bottom-section .title {
        margin-bottom: 5px;
        font-size: 1.5em;
    }
    .bottom-section .bottom-section__desc {
        font-size: 0.875em;
    }
    .bottom-section .btn {
        text-align: left;
    }
    .bottom-section .col-8 {
        margin-right: 0;
        padding-left: 0;
    }
    .saving-bay {
        padding: 0;
        width: 100% !important;
        color: #fff;
        background-color: #003f70;
        min-height: inherit;
    }
    .saving-bay .saving-bay__block {
        padding: 34px 35px 32px 35px;
    }
    .saving-bay .saving-bay__title {
        font-size: 2em;
        margin-bottom: 25px;
        font-weight: 700;
    }
    .saving-bay .saving-bay__desc {
        margin-bottom: 16px;
        line-height: 1.7;
    }
    .saving-bay .read-more {
        color: #fff;
        line-height: 1.1;
        text-decoration: underline;
        font-size: 1.125em;
    }
    /*-------------------------------- LANDING PAGE --------------------------------*/
    .banner-block {
        background-size: 120%;
        background-position: 0 75%;
        margin-left: -25%;
    }
    .banner-block .container {
        min-height: 357px;
    }
    .banner-block .slide-block {
        width: 415px;
    }
    .banner-block .slide-block .slide-block__heading {
        font-size: 2.125em;
    }
    .banner-block .slide-block__desc {
        padding-right: 30px;
        font-size: 1.063em;
    }
    .save-bay .container {
        padding-left: 19px;
        padding-right: 19px;
    }
    .save-bay .title {
        font-size: 2.25em;
        margin-right: 40px;
    }
    .save-bay .save-bay_desc {
        font-size: 1.375em;
    }
    .save-bay .email-us {
        padding-left: 0;
        padding-right: 0;
    }
    /*-------- SAVING BAY LILST --------*/
    .saving-bay-list .container {
        padding-left: 34px;
        padding-right: 34px;
    }
    .column_three .column__item {
        width: 42%;
        margin-left: 21px;
        margin-right: 21px;
    }
    .column_two .column__item {
        width: 42%;
        margin-left: 21px;
        margin-right: 21px;
    }
    /*---------------------------------------- MULTIMEDIA PAGE ----------------------------------------*/
    .take-action-section__title {
        font-size: 1.625em;
    }
    .take-action-section__desc {
        font-size: 1em;
    }
    .filter .col-3 {
        width: 20%;
    }
    /*was 29%*/
    .video .container iframe {
        width: 80%;
        left: 10%;
    }
    /*-------------------------------- FLEXSLIDER PAGE --------------------------------*/
    .flex-direction-nav a {
        width: 21px;
        height: 40px;
        top: 30%;
    }
    .flex-direction-nav a .icon-prev {
        width: 10px;
        height: 25px;
        margin-top: 7px;
        margin-right: 0;
        background-position: 0 -181px;
    }
    .flex-direction-nav a .icon-next {
        width: 10px;
        height: 25px;
        margin-top: 7px;
        margin-right: 0;
        background-position: -12px -181px;
    }
    .flex-control-nav {
        padding-top: 10px;
        border-radius: 0;
    }
    .flex-control-nav a {
        width: 12px;
        height: 12px;
    }
    .carousel-wrap .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .carousel__caption {
        padding-right: 0;
    }
    .carousel-wrap .flex-direction-nav a {
        top: 40%;
    }
    /*-------------------------------- CAROUSEL --------------------------------*/
    .carousel-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-wrap .container .flex-direction-nav a {
        top: 51%;
    }
    .carousel-wrap .container .flex-direction-nav .flex-prev {
        left: 20px;
    }
    .carousel-wrap .container .flex-direction-nav .flex-next {
        right: 20px;
    }
    .carousel-wrap .carousel {
        padding-left: 40px;
        padding-right: 40px;
    }
    /*-------------------------------- SATE PAGE --------------------------------*/
    .state main .latest-content .container .flex-direction-nav a {
        top: 40%;
    }
    .latest-content .col-12 .title {
        margin-left: 0;
    }
    .latest-content .carousel-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
    .latest-content .carousel-wrap .title {
        padding-left: 5px;
        margin-bottom: 33px;
    }
    .latest-content .carousel {
        padding-left: 20px;
        padding-right: 30px;
    }
    .latest-content .container .flex-direction-nav .flex-prev {
        left: -8px;
    }
    .latest-content .container .flex-direction-nav .flex-next {
        right: 0;
    }
    .offices-wrap {
        padding-left: 33px;
        padding-right: 33px;
    }
    .offices-wrap .title {
        margin-left: 30px;
    }
    .offices__list {
        width: 45%;
        margin-left: 30px;
    }
    .operation-wrap {
        padding-left: 45px;
        padding-right: 45px;
    }
    .operation-wrap ._first {
        margin-left: 0;
    }
    .operation__item {
        width: 46%;
        margin-left: 43px;
    }
    .operation__item .title-heading {
        margin-bottom: 10px;
    }
    .state main .latest-content .container {
        padding-right: 0;
    }
    .state main .latest-content .container .carousel-wrap {
        margin-top: 40px;
        padding-top: 40px;
    }
    .news .title {
        margin-left: 15px;
    }
    /*-------- FOOTER --------*/
    footer {
        text-align: center;
    }
    .footer__top__right, .footer__top__left, .footer__bottom__right, .footer__bottom__left {
        width: 100%;
        text-align: center;
    }
    .footer__info {
        padding: 0;
        max-width: 370px;
        margin: 0 auto;
    }
    /*-------------------------------- STYLE GUIDE PAGE --------------------------------*/
    .page-title {
        font-size: 2.25em;
    }
}

/*-------- (min-width: 768px) and (max-width: 1023px) ends --------*/

@media screen and (max-width: 825px) {
    .where-we-work .container {
        padding-left: 0;
        padding-right: 0;
    }
    .where-we-work__content {
        background: #127ea4;
    }
    .map, .where-we-work__content {
        width: 100%;
    }
}

@media screen and (min-width: 765px) and (max-width: 770px) {
    .save-bay .title {
        font-size: 2em;
        margin-bottom: 18px;
    }
    .save-bay .social-likes {
        margin-top: 0;
        margin-bottom: 6px;
    }
    .bottom-section .col-8 {
        margin-right: 10px;
        width: 64.85%;
    }
    .bottom-section .col-8 .title {
        font-size: 1.875em;
    }
    .bottom-section .col-8 .bottom-section__desc {
        font-size: 1em;
    }
    .saving-bay {
        width: 33.45%;
    }
    .saving-bay .saving-bay__block {
        padding: 20px;
    }
    .saving-bay .saving-bay__title {
        margin-bottom: 8px;
    }
    .saving-bay .saving-bay__desc {
        line-height: 1.2;
        margin-bottom: 10px;
        width: 65%;
        float: left;
        margin-right: 30px;
    }
    .saving-bay .read-more {
        font-size: 1em;
    }
    .saving-bay .saving-bay__image-box .saving-bay__image {
        display: none;
    }
    #googlemap {
        padding-bottom: 58%;
    }
    .save-bay .col-8 .social-likes {
        float: right;
        margin-top: 14px;
    }
}

/* MOBILE */

@media screen and (min-width: 768px) {
    /*.dropdown-list,
  .toggle-menu-wrap {
    display: none; } */
}

@media screen and (min-width: 300px) and (max-width: 1025px) {
    /* TOP BAR */
    .top-bar {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20;
        margin-top: 0px;
    }
    /*added 12/4/18 [SD]*/
    .top-bar__nav-search {
        width: 58%;
    }
    .top-bar__nav {}
    .top-bar__nav__item {
        font-size: 0.7em;
        background-size: 5px 5px;
    }
    .top-bar__search-icon {
        width: 18px;
        height: 18px;
        display: block;
        margin-top: 4px;
        position: absolute;
        right: 30px;
        top: 10px;
    }
    .top-bar__search {
        width: auto;
        padding: 10px;
    }
    .icon-white-search {
        display: none;
    }
    .top-bar__search-btn {
        background: #666666;
    }
    .top-bar__search {
        display: none;
    }
    /*-------- .BANNER --------*/
    .top-right .slide-block__desc {
        padding-left: 20px;
    }
    .bottom-right .slide-block__desc {
        padding-left: 20px;
    }
    .slide-block {
        width: 340px;
    }
    .slide-block .slide-block__heading {
        font-size: 2.125em;
    }
    .slide-block .slide-block__desc {
        line-height: 20px;
        font-size: 1.063em;
    }
    .column_two .image_perpostion {
        width: 160%;
    }
    .latest-content .operation__item .title-heading {
        margin-bottom: 10px;
    }
    /*-------------------------------- STYLE GUIDE PAGE --------------------------------*/
    .sub-heading {
        font-size: 1.625em;
    }
}

/* ------ (min-width: 300px) and (max-width: 1023px) ends   -----*/

@media screen and (max-width: 991px) {
    .action-item .menu__item:hover .menu__item__sub-menu {
        display: none;
    }
}

@media screen and (min-width: 766px) {
    .logedin-bar {
        display: none;
    }
    .menu__item__sub-menu:before {
        content: '';
        width: 24px;
        height: 17px;
        background: url("images/top-bar-search-arrow.png") no-repeat 0 0;
        position: absolute;
        top: -11px;
        left: 54px;
    }
    .menu__item__sub-menu .menu__item__sub-item:hover:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #0076c0;
        position: absolute;
        left: 0;
        top: 3px;
    }
}

@media screen and (max-width: 767px) {
    .mobile-sectionNav {
        display: block;
        background: #f2f3f5;
        padding: 15px 0;
    }
    .mobile-sectionNav .fancy-select {
        width: 75%;
        margin: auto;
    }
    .white-bg {
        padding: 33px 32px;
    }
}

@media screen and (min-width: 300px) and (max-width: 765px) {
    h1.page-title, .page-title {
        font-size: 2em;
        letter-spacing: .1em;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
    }
    #googlemap {
        padding-bottom: 55%;
        border-top: 2px solid #6ab2e2;
    }
    .filter__btn {
        margin-bottom: 15px;
    }
    .page, .aside {
        width: 100%;
        float: none;
    }
    .row {
        margin: 0;
    }
    .title {
        font-size: 1.875em;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        /*SD: added 11/25*/
    }
    .header {
        padding-top: 0;
        padding-bottom: 4px;
    }
    /* TOP BAR */
    .logedin-bar {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .logedin-bar .top-bar__nav__item_is-hover__nav {
        width: 100%;
        display: none;
        position: static;
        border-left: 0;
        border-right: 0;
        border-top: 1px;
        padding-top: 6px;
        background-color: #f2f3f4;
    }
    .logedin-bar .top-bar__nav__item_is-hover__nav:before {
        display: none;
    }
    .logedin-bar .top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item {
        padding-left: 20%;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 30px;
        font-size: 1em;
        margin-bottom: 0;
    }
    .logedin-bar .top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item:hover:before {
        display: none;
    }
    .logedin-bar .top-bar__nav__item_is-hover__nav .top-bar__nav__item_is-hover__nav-item .top-bar__nav__item_is-hover__nav-item-link {
        padding: 0;
        text-decoration: none;
    }
    .logedin-bar__wrap {
        text-align: center;
        padding: 0 10px 10px 0;
        font-size: 1.125em;
        border-bottom: 1px solid #6ab2e2;
    }
    .logedin-bar__item {
        padding-right: 20px;
        color: #7f7f7f;
        text-decoration: none;
        position: relative;
    }
    .logedin-bar__item:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 10px;
        right: 0;
        vertical-align: middle;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #7f7f7f;
    }
    ._is-active .logedin-bar__item:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: 4px;
        right: 0;
        vertical-align: middle;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 5px solid #7f7f7f;
    }
    .logedin-bar__item-image {
        margin-right: 12px;
    }
    .top-bar__nav {
        display: none;
    }
    .top-bar {
        position: relative;
    }
    .top-bar__nav-search {
        width: 61%;
    }
    .top-bar__nav-search {
        margin-top: 10px;
    }
    .top-bar__search {
        width: 100%;
        max-width: 100%;
        border-left: 0;
        border-right: 0;
        margin-left: 0;
        border-top: 2px solid yellow;
        border-bottom: 2px solid #6ab2e2;
        background-color: #f2f3f4;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 4;
    }
    .top-bar__search-close {
        width: 18px;
        height: 17px;
        display: block;
        position: absolute;
        right: 10px;
        top: 16px;
    }
    .top-bar__search-form {
        width: 210px;
        margin: 0 auto;
    }
    .top-bar__search-icon {
        top: 10px;
        right: 0;
    }
    /* MENU BAR */
    .burger-menu {
        width: 56px;
        height: 41px;
        display: block;
        text-align: center;
        padding-top: 12px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .menu-bar {
        min-height: 40px;
    }
    .main-navigation {
        width: 218px;
        display: none;
        padding-top: 16px;
        padding-bottom: 16px;
        border: 4px solid white;
        border-left: 0;
        background-color: #0076c0;
        position: absolute;
        top: 41px;
        left: 0;
        z-index: 1000;
    }
    .main-navigation .menu__item {
        display: block;
        margin-left: 0;
        padding-left: 0;
        background: none;
        font-size: 1.18em;
    }
    .main-navigation .menu__item .menu__item__link {
        padding-left: 19px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .main-navigation .top-bar__nav__item {
        display: block;
        margin-left: 0;
        padding-left: 0;
        font-size: 1em;
        background: none;
    }
    .main-navigation .top-bar__nav__item .top-bar__nav__item__link {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 19px;
        color: #6ab2e2;
    }
    .main-navigation .top-bar__nav__item__link-logedin {
        display: none;
    }
    /* SUB MENU */
    .menu__item__sub-menu {
        width: 100%;
        position: static;
        background: none;
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu__item__sub-menu:before {
        display: none;
    }
    .menu__item__sub-menu .menu__item__sub-item {
        font-size: 0.88em;
    }
    .menu__item__sub-menu .menu__item__sub-item .menu__item__sub-link {
        color: #fff;
    }
    /* ACTION ITEMS */
    .action-item {
        width: 270px;
        right: 0;
    }
    .donate, .take-action {
        height: 41px;
        width: 105px;
        line-height: 41px;
        padding: 0px;
        font-size: 16px;
    }
    .take-action {
        width: 165px;
    }
    /*-------- .TOP NOTE --------*/
    .top-note {
        width: 100%;
        padding-bottom: 35px;
        font-size: 1.5em;
    }
    /*-------- SIGNUP --------*/
    .email-us.col-8 {
        width: 100%;
    }
    .social-likes {
        display: block;
        margin-left: 0;
    }
    /*-------- Featured Events Mobile --------*/
    .hp-event-month {
        font-size: 1.2em;
    }
    .hp-event-day, .hp-event-date, .hp-event-date-num {
        display: inline;
        font-size: 1.2em;
    }
    .hp-event-list-date {
        float: none;
        width: 100%;
        text-align: center;
    }
    .hp-event-list-details {
        width: 100%;
        text-align: center;
    }
    .hp-event-flex .hp-event-flex-item {
        margin-left: 0px;
    }
    .saving-bay {
        width: 100%;
    }
    /*-------- EASYTABS --------*/
    .etab {
        padding: 0;
        text-align: left;
    }
    .etab .etab-item {
        width: 48%;
        float: right;
        text-align: center;
    }
    .etab .etab-item:first-child {
        float: left;
        margin-right: 0;
    }
    .tab-container .panel-container {
        padding-top: 28px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .tab-container .panel-container .col-6 {
        width: 100%;
        padding: 0;
    }
    .tab-container .panel-container .col-6:first-child {
        padding-left: 0;
    }
    .tab-container .panel-container .post-block {
        padding-right: 0;
    }
    .post-block {
        padding-right: 9.75px;
    }
    .post-block .post-content {
        padding-right: 0;
    }
    /*-------- WHERE WE WORK --------*/
    .bg {
        display: none;
    }
    .where-we-work {
        background: url("images/map-content-bg.jpg") no-repeat 0 0;
    }
    .where-we-work .container {
        padding-bottom: 0;
    }
    .where-we-work .container .left-shadow, .where-we-work .container .right-shadow {
        display: none;
    }
    .where-we-work__content {
        color: #fff;
        width: 100% !important;
    }
    .where-we-work__desc {
        font-size: 1.125em;
    }
    .map_tablet, .map_desktop {
        display: none;
    }
    .map_mobile {
        display: block;
    }
    .map {
        width: 100%;
        margin: 0 auto;
        position: static;
    }
    .map .map__image {
        position: static;
    }
    /*-------- Latest CONTENT --------*/
    .latest-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .latest-content .container {
        padding: 68px 5px 0;
    }
    .latest-content .title-heading {
        margin-bottom: 16px;
    }
    .latest-content .post-block {
        padding-right: 0;
    }
    .latest-content .image-box .caption .caption__desc {
        font-size: 0.75em;
    }
    .latest-content .image-box .caption .caption__note {
        font-size: 0.689em;
    }
    .latest-content.news .container {
        padding-bottom: 50px;
    }
    /*-------- PHOTO OF THE WEEK --------*/
    .photo-of-the-week {
        padding-top: 85px;
        padding-bottom: 32px;
    }
    .photo-of-the-week .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .photo-of-the-week .col-6, .photo-of-the-week .col-5 {
        width: 100%;
    }
    .photo-of-the-week .col-6 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 6px;
    }
    .photo-of-the-week .col-5.col-push-1 {
        left: 0;
        padding-left: 49px;
    }
    .bottom-section {
        padding-top: 35px;
    }
    .bottom-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom-section .caption-content {
        position: static;
        padding: 19px 15px 68px 15px;
        background-color: rgba(0, 0, 0, 0.73);
    }
    .bottom-section .title {
        font-size: 1.5em;
    }
    .bottom-section .bottom-section__desc {
        font-size: 0.875em;
    }
    .bottom-section .col-8 {
        float: none;
        padding: 0;
        width: 100%;
    }
    .bottom-section .btn {
        text-align: left;
    }
    .saving-bay {
        width: 300px;
        float: none;
        margin: 0 auto;
    }
    /*-------------------------------- LANDING PAGE --------------------------------*/
    .banner-block {
        background: none !important;
        position: relative;
    }
    .banner-block .container {
        min-height: 120px;
        padding: 0;
        min-height: auto;
    }
    .banner-block .slide-block {
        width: 100%;
        max-width: 100%;
        display: block;
        position: static;
        background: rgba(0, 0, 0, 0.8);
    }
    .banner-block .slide-block .slide-block__heading {
        font-size: 2.125em;
    }
    .banner-block .slide-block__desc {
        padding-right: 30px;
        font-size: 1.063em;
    }
    .banner-block .banner-block__image {
        display: block;
        width: 100%;
    }
    .banner-block .toggle_caption {
        display: none;
    }
    .banner-block .col-8 {
        margin-right: 0;
    }
    .banner-block .caption {
        display: none !important;
    }
    .save-bay .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .save-bay .col-9, .save-bay .col-3 {
        width: 100%;
    }
    .save-bay .title {
        font-size: 2em;
        display: block;
        margin-right: 0;
    }
    .save-bay .save-bay__desc {
        font-size: 1.125em;
    }
    /*-------- SAVING BAY LILST --------*/
    .multimedia .saving-bay-list {
        padding-top: 36px;
    }
    .saving-bay-list .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .saving-bay-list .read-more {
        line-height: 1.6;
    }
    .saving-bay-list .read-more:after {
        top: 9px;
    }
    .save-bay .container {
        padding-left: 14px;
        padding-right: 24px;
    }
    .save-bay .social-likes {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .save-bay .email-us {
        padding-top: 15px;
    }
    .save-bay .email__form {
        margin-bottom: 0;
    }
    .column__item {
        margin-bottom: 20px;
    }
    .column_three .column__item {
        width: 42%;
        margin-left: 21px;
        margin-right: 21px;
    }
    .column_two .column__item {
        width: 48%;
        margin-left: 21px;
        margin-right: 21px;
    }
    .bottom-cotent-wrap .latest-content {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    /*-------------------------------- MULTIMEDIA PAGE --------------------------------*/
    .multimedia .play__btn {
        display: none;
    }
    .multimedia .video__close {
        display: none;
    }
    .multimedia .video {
        display: block;
        position: static;
    }
    .video .container {
        width: 100%;
        padding-bottom: 58%;
    }
    .video .container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    ._multimedia .banner-block__image {
        display: none;
    }
    .breadcrumb, .breadcrumbComponent {
        display: none;
    }
    .save-bay .take-action-section {
        margin-top: 35px;
    }
    .filter {
        text-align: left;
    }
    .filter .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .filter form .form-row {
        margin-bottom: 14px;
    }
    .filter .col-3 {
        width: 76%;
        padding: 0;
    }
    .filter .last-child {
        display: inline-block;
    }
    .pagination-wrap {
        text-align: left;
        padding-left: 17px;
    }
    .pagination {
        display: block;
    }
    .pagination__numbers {
        margin-bottom: 32px;
    }
    .pagination__list:first-child {
        display: block;
    }
    .pager-wrap {
        text-align: left;
    }
    .pager__numbers {
        margin-bottom: 32px;
    }
    /*-------------------------------- STATE PAGE --------------------------------*/
    .state main .latest-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .offices-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
    .offices__list {
        width: 100%;
        margin-left: 0;
    }
    .operation__item {
        width: 100%;
        margin-left: 0;
    }
    .state main .latest-content .carousel {
        padding-left: 51px;
        padding-right: 51px;
    }
    .state main .latest-content .container .carousel-wrap {
        margin-top: 15px;
        padding-top: 25px;
    }
    .state main .latest-content .container .flex-direction-nav .flex-prev {
        left: 5px;
    }
    .state main .latest-content .container .flex-direction-nav .flex-next {
        right: 5px;
    }
    .latest-content .carousel-wrap .title {
        padding-left: 51px;
    }
    .carousel-wrap .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-wrap .container .flex-direction-nav a {
        top: 46%;
    }
    .carousel-wrap .container .flex-direction-nav .flex-prev {
        left: 20px;
    }
    .carousel-wrap .container .flex-direction-nav .flex-next {
        right: 20px;
    }
    .carousel-wrap .carousel {
        padding-left: 0;
        padding-right: 0;
    }
    /*-------------------------------- Join Us & CTAs Boxes --------------------------------*/
    .join_us.sign-up, .cta.sign-up {
        margin: 0px auto 80px auto;
        font-size: 1.5em;
        background-size: cover;
    }
    .spacer {
        display: none;
    }
    .join_inset, .cta_inset {
        margin: 80px auto 0px auto;
    }
    .join_us h2, .cta h1 {
        font-size: 1.5em;
    }

    .small_link {line-height: 30px;}

    .cta-text {background-color: rgba(000, 0, 0, 0.3);}

    .cta-email, .cta-submit {font-size: .75em;}

    .cta-email {padding: 7.5px 9px;}

    .cta-submit {padding: 9px 9px!important;}

    /*-------------------------------- FLEXSLIDER PAGE --------------------------------*/
    .flex-direction-nav a {
        width: 21px;
        height: 40px;
        top: 38%;
    }
    .flex-direction-nav a .icon-prev {
        width: 10px;
        height: 25px;
        margin-top: 7px;
        margin-right: 0;
        background-position: 0 -181px;
    }
    .flex-direction-nav a .icon-next {
        width: 10px;
        height: 25px;
        margin-top: 7px;
        margin-right: 0;
        background-position: -12px -181px;
    }
    .flex-control-nav {
        padding-top: 10px;
        border-radius: 0;
        display: none;
    }
    .flex-control-nav a {
        width: 12px;
        height: 12px;
    }
    .carousel-wrap .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .carousel__caption {
        padding-right: 0;
    }
    .carousel-wrap .flex-direction-nav a {
        top: 40%;
    }
    /*-------- FOOTER --------*/
    .footer .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer .email-us .email-us__label {
        margin-bottom: 10px;
    }
    .footer__top__right, .footer__top__left, .footer__bottom__right, .footer__bottom__left {
        width: 100%;
        text-align: center;
    }
    .footer__contact {
        margin-bottom: 35px;
    }
    .footer__socials {
        margin-bottom: 36px;
    }
    .footer__seals {
        margin-top: 48px;
    }
    .footer__contact__item {
        font-size: 18px;
    }
    .footer__nav__links {
        font-size: 18px;
    }
    /*was 20*/
    /*added to space out footer [SD]*/
    .footer__nav__item span {
        margin-top: 8px;
        margin-left: 10px;
        margin-right: 5px;
    }
    .footer__seals__item {
        width: 30%;
        margin-right: 10px;
    }
    .footer__social__item {
        margin-bottom: 15px;
    }
    .footer__seals__item img {
        width: 100%;
    }
    .footer__info {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    /*-------------------------------- STYLE GIUDE PAGE --------------------------------*/
    .page-title {
        font-size: 2em;
    }
    .intro {
        font-size: 1.125em;
    }
    .dropdown-list .form-row {
        margin-bottom: 0;
    }
    .sahre-comments .change-code, .sahre-comments .submit-btn {
        margin-left: 0;
    }
    .col-9 {
        width: 100%;
        padding-right: 0;
    }
}

/* ------ (min-width: 300px) and (max-width: 768px) ends  -----*/

@media screen and (min-width: 640px) {
    /* ------ BANNNER  -----*/
    .slides__image-box {
        display: none;
    }
    .banner .flex-control-nav {
        left: 50%;
        bottom: 35px !important;
        margin-left: -53px;
        padding-top: 5px;
    }
    .flex-control-paging li a {
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
}

/* ------ (min-width: 640px)  -----*/

@media screen and (max-width: 640px) {
    #googlemap {
        padding-bottom: 80%;
    }
    main {
        padding-top: 30px;
    }
    /*------ BANNER ------*/
    .banner {
        background: #383838;
    }
    .banner .container {
        padding: 0;
        min-height: 120px;
    }
    .banner .flex-control-nav {
        border-radius: 0;
        width: 100% !important;
    }
    .banner .slides__item {
        background: none !important;
    }
    .banner .slides__image-box {
        display: block;
    }
    .banner .slides__image-box .slides__image {
        width: 140%;
        display: block;
    }
    .banner .slide-block {
        width: 100%;
        max-width: 100%;
        position: static;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #383838;
    }
    .banner .slide-block .slide-block__heading {
        font-size: 2em;
    }
    .banner .slide-block .slide-block__desc {
        font-size: 1.063em;
    }
    /*-------- .banner ends --------*/
    /*-------- EASYTABS --------*/
    .etab {
        padding: 0;
    }
    .etab .etab-item .etab_link {
        padding-top: 9.937px;
        padding-bottom: 9.937px;
        font-size: 1.875em;
    }
    /*-------- Latest CONTENT --------*/
    .latest-content .col-6 {
        width: 100%;
        margin-bottom: 10px;
    }
    .latest-content .container {
        padding: 45px 5px 0;
    }
    .latest-content .title-heading {
        margin-bottom: 30px;
    }
    .latest-content .post-block {
        padding-right: 0;
    }
    .operation__item .image_perpostion, .offices__list .image_perpostion {
        width: 160%;
    }
    .latest-content.news .col-6 {
        padding: 0;
    }
    /*-------- PHOTO OF THE WEEK --------*/
    .photo-of-the-week .col-5.col-push-1 {
        left: 0;
        padding-left: 10px;
    }
    .save-bay .email__form {
        width: 100%;
    }
    /*-------- SAVING BAY LILST --------*/
    .column_three .column__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .column__item .post-info, .column__item .title-heading, .column__item .column__content {
        padding-left: 6px;
    }
    .column_two .column__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .caption-content .bottom-section__desc {
        padding-right: 0;
    }
    #map {
        padding-bottom: 56%;
    }
    /*-------- Carousel Wrap --------*/
    .latest-content .carousel-wrap .title {
        padding-left: 30px;
    }
    .latest-content .title-heading {
        margin-bottom: 10px;
    }
    .carousel-wrap .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .carousel-wrap .container .flex-direction-nav .flex-prev {
        left: 0;
    }
    .carousel-wrap .container .flex-direction-nav .flex-next {
        right: 0;
    }
    .carousel-wrap .container .title-heading {
        margin-bottom: 10px;
    }
    .state main .latest-content .carousel {
        padding-left: 30px;
        padding-right: 30px;
    }
    .state main .latest-content .container .flex-direction-nav a {
        top: 36%;
    }
    .state main .latest-content .container .flex-direction-nav .flex-prev {
        left: -15px;
    }
    .state main .latest-content .container .col-12 {
        padding: 0;
    }
    .state main .latest-content .container .flex-direction-nav .flex-next {
        right: -15px;
    }
    .flex-control-paging li a {
        width: 12px;
        height: 12px;
    }
    .footer__bottom__left {
        margin-bottom: 50px;
    }
    footer .email-us .email__form {
        margin-bottom: 0;
    }
    /*-------------------------------- STYLE GUIDE PAGE --------------------------------*/
    .top_breadcrumb .container {}
    .lists__item .post-block {
        width: 100%;
    }
    .photos .col-7, .photos .col-5 {
        width: 100%;
    }
    .sahre-comments .form {
        width: 100%;
        padding-left: 0;
    }
    .sahre-comments .form .form__control {
        width: 100%;
    }
    .video-slider .flexslider {
        padding-left: 0;
        padding-right: 0;
    }
    .post__desc {
        width: 100%;
    }
}

/* ------ (max-width: 640px) ends  -----*/

@media screen and (max-width: 480px) {
    /* TOP BAR */
    .top-bar__search-icon {
        top: 0;
        margin: 0;
    }
    .banner .flex-direction-nav a {
        top: 20%;
    }
    .location .location__item .seprator, .location .categories__item .seprator, .categories .location__item .seprator, .categories .categories__item .seprator {
        padding-right: 0;
    }
    .operation__item .image-box {
        margin-bottom: 16px;
    }
    .bottom-section .caption-content {
        position: static;
        padding: 32px;
        background-color: rgba(0, 63, 112, 1);
        margin-bottom: 32px;
    }
    .bottom-section .caption-content .bottom-section__desc {
        font-size: 1em;
        width: 100%;
    }
    .bottom-section .btn {
        left: 0;
        right: auto;
    }
    .caption-content .btn {
        margin: 10px 0px 0px 0px;
    }
    .saving-bay {
        min-height: inherit;
    }
    .saving-bay .saving-bay__block {
        padding: 32px;
    }
    .save-bay .email-us__label {
        font-size: 1.125em;
    }
    .photo-of-the-week__shadow {
        width: 93%;
        left: 20px;
        top: 9px;
    }
    .photo-of-the-week .col-6 {
        padding-left: 5px;
    }
    #map {
        padding-bottom: 86%;
    }
    .news-display .image-box {
        width: 100%;
    }
    /*-----------MULTIMEDIA PAGE -------------*/
    .video__close {
        display: none;
    }
    .take-action-section__title {
        font-size: 1.625em;
    }
    .take-action-section__desc {
        font-size: 1em;
    }
    .pager-wrap {
        padding-left: 15px;
    }
    .pager__list:first-child {
        display: block;
        margin-bottom: 10px;
    }
    .state main .latest-content .carousel {
        padding-left: 10px;
        padding-right: 10px;
    }
    .latest-content .carousel-wrap .title {
        padding-left: 10px;
    }
    .saving-bay {
        width: 100%;
    }
    .post {
        padding-left: 10px;
        padding-right: 10px;
    }
    #googlemap {
        padding-bottom: 100%;
    }
    .photos .col-5, .photos .col-7 {
        width: 100%;
        padding: 0;
    }
    .caption .caption__desc {
        font-size: 0.812em;
    }
}

/* ------ (min-width: 480px) ends -----*/

/* PRINT STYLES */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/* Incorporated from overrides.css*/

/*IMAGES NEED TO BE SET MAX WIDTH SO THEY FIT IN CONTAINERS*/

.column_three img {
    max-width: 100%;
}

/*PAGINATOR STYLES*/

.saving-bay-list table.paginator td.pg-curr, .saving-bay-list table.paginator td a, .saving-bay-list table.paginator td.pg-items {
    color: #fff;
}

table.paginator {
    margin: 25px auto 25px;
}

table.paginator td.pg-curr, table.paginator td.pg-page, table.paginator td.pg-next {
    padding: 0 5px;
}

table.paginator td.pg-items {
    padding: 0 20px 0;
}

/*FANCY SELECT OVERRIDES*/

div.fancy-select div.trigger {
    padding-right: 40px;
}

div.fancy-select ul.options.overflowing, div.fancy-select ul.options.overflowing.open {
    top: 40px;
    bottom: initial;
}

div.fancy-select ul.options li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*every third box starting at one should have no margin so fit in row*/

@media(min-width:1025px) {
    .column_three .column__item:nth-child(3n-2) {
        margin-left: 0;
    }
}

@media(max-width:765px) {
    .column_three .column__item {
        height: auto
    }
}

/*Bottom promo, making background image so can match height*/

.bottom-section .col-8.left {
    background-size: cover;
    padding: 0;
}

/* .bottom-section .image-box{position: static;margin:0;} */

/* .bottom-section .image-box__image{display: none} */

@media screen and (max-width: 765px) {
    .bottom-section .col-8.left {
        background-image: none !important;
        margin-bottom: 20px;
        background-size: contain;
    }
    .bottom-section .image-box__image {
        display: block;
    }
    main.internal {
        padding: 0 0 50px;
    }
}

/*two columns/display columns in {body}*/
/*15/85*/
.left-col-15 {
    float: left;
    width: 15%;
}

.right-col-85 {
    float: right;
    width: 83%;
    margin-left: 2%;
}

/*50/50*/
.left-col-50{
  float: left;
  width: 48%;
  margin-right: 2%;
}

.right-col-50 {
  float: right;
  width: 48%;
  margin-left: 2%;
}

.col-group:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 480px) {
    .left-col-15, .right-col-85, .left-col-50, .right-col-50 {
        float: none;
        width: auto;
        margin: auto;
    }
}

/*EMBEDDED VIDEO ON INTERNAL PAGES*/

.video_embed {
    padding-bottom: 56.25%;
    display: block;
    position: relative;
    margin-bottom: 1.5em;
}

.video_embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
    overflow: hidden;
}

.video_embed.fb-square {
    width: 500px;
    height: 500px;
}

.video_embed.fb-vert {
    width: 367px;
    height: 576px;
}

@media only screen and (max-width: 768px) {
    .video_embed.fb-square {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .video_embed.fb-vert {
        width: 100%;
    }
}

/*embedded iframes on internal pages*/

.iframe_embed {
    padding-bottom: 56.25%;
    display: block;
    position: relative;
}

.iframe_embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
}

/*ADDING bottom padding to main on internal templates as box shadow looks strange when no carousel selected*/

main.internal {
    padding-bottom: 50px;
}

/*Make parent div for images not stretch 100% so photos are not pixelated*/

.image-box.image-size {
    display: inline-block;
}

/*Event Display templates*/

.event-text {
    font-size: 1em;
    margin: 0 0 10px;
}

.event-text h3, .event-text p {
    margin-top: 0;
}

.eventCta {
    margin: 30px 0;
}

.eventCta .btn {
    margin-right: 50px;
}

.sponsor-title {
    font-size: 1em;
}

.sponsor {
    width: 185px;
    margin-left: 20px;
    padding-bottom: 25px;
}

/*IMAGE display template*/

.img-block {
    /*! position: relative; */
    /*! display: inline-block; */
}

/*Promo boxes for single display template*/

.promo-box.single-display {
    max-width: 300px;
}

.promo-box.single-display img {
    max-width: 100%;
}

/*multimedia landing page filter*/

.col-3.mm-filter {
    width: 20%;
}

/*multimedia content types*/

.post-info .mm_info {
    color: #7a8685;
    font-size: .9em;
    font-weight: bold;
    vertical-align: 4px;
}

.post-info .mm_info.mm_source {
    margin-left: 15px;
}

/*change multimedia icon location for non-blog templates*/

.media-type {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px
}

/*white text for sidebars*/

.white {
    color: #fff!important;
}

a.white {
    text-decoration: none!important;
}

a.white:hover {
    text-decoration: underline!important;
}

/*font-weight normal for headings*/
.heading-norm {
    font-weight: 400;
}

/*font changes for job type () in headings*/
.headings-job-type {
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: normal;
}

/* Back to Top anchor link with top border */
.back_to_top_hr {
    font-size: 80%;
    text-align: right;
    margin: 50px 0 25px 0;
    border-top: 1px solid #ccc;
}

/*publication cover images & description for vertical lists*/
.lists__item .image-box.pubcover {
    width: 150px;
    height: 194px;
    margin-right: 30px
}

.lists__item .image-box.pubcover img {
    max-width: 150px;
}

/*spacing between titles & dates for publication vertical lists*/

.post-content.publications h2, .post-content.multimed-list h2, .post-content.news-list h2 {
    margin-bottom: 5px;
}

.post-content.publications h5, .post-content.multimed-list h5, .post-content.news-list h5 {
    margin: 10px 0 10px 0px;
    text-transform: uppercase;
    color: #7a8685;
    letter-spacing: .12em;
}

/*Photo of the Week form*/

.sahre-comments.potw-form .form__label.wide-label {
    width: 60%;
}

/*multimedia thumbnail images & description for vertical lists
.lists__item .image-box.multimed-thumb {margin-right:25px;}
.post-block.multimed-list {width:65%;}*/

/*podcast thumbnail images & description for vertical lists*/

.lists__item .image-box.podcast-thumb {
    width: 300px;
    height: auto;
    margin-right: 30px;
}

.lists__item .image-box.podcast-thumb img {
    max-width: 300px;
}

/*Facebook & Twitter shares for Podcasts & Videos*/

.pod-vid_share {
    margin-top: 35px;
}

.facebook-button {
    float: left;
    margin: 0 1em 1em 1em;
}

.twitter-button {
    float: left;
    margin: 0 1em 1em 1em;
}

/*Podcast & Video Transcript Links*/

.transcript {
    margin-top: 0;
    font-size: 90%;
}

/*bids & proposals list*/

.lists-wrap.bids_proposals {
    padding-top: 0;
}

.lists-wrap.bids_proposals .post-block {
    float: none;
    width: 100%;
}

/*job opportunity featured job list*/

.lists.featured-job {
    border: 1px solid #cccccc;
    background: #f2f3f4;
    margin-bottom: 75px;
}

.lists.featured-job .post-block {
    margin-left: 5px;
    width: 90%;
}

.lists.featured-job .job-content {
    margin-left: 25px;
}

.lists .post-block.jobs-list {
    width: 90%;
}

/*promo boxes for gray & blue sidebar template*/

.promo-box.sidebar-gray, .promo-box.sidebar-gray-lists {
    background-color: #f2f3f4;
    color: #333;
    padding: 20px 20px 10px 20px;
}

.promo-box.sidebar-gray .read-more, .promo-box.sidebar-gray h3, .promo-box.sidebar-gray a {
    color: #0076c0;
}

.promo-box.sidebar-gray .read-more::after, .promo-box.sidebar-gray-lists .read-more::after {
    border-left: 5px solid #0076c0;
    top: 2px;
}

.promo-box.sidebar-blue {
    background-color: #0076c0;
    color: #fff;
    font-size: 85%!important;
    padding: 20px 20px 2px;
}

.promo-box.sidebar-blue .post-info .mm_info, .promo-box.sidebar-blue .read-more, .promo-box.sidebar-blue h2, .promo-box.sidebar-blue h3, .promo-box.sidebar-blue p, .promo-box.sidebar-blue li, .promo-box.sidebar-blue a {
    color: #fff;
}

.promo-box.sidebar-blue .read-more::after {
    border-left: 5px solid white;
    top: 2px;
}

.sidebar-gray a:hover, .sidebar-blue a:hover {
    text-decoration: none;
}

.sidebar-gray .read-more:hover, .sidebar-blue .read-more:hover {
    text-decoration: underline;
}

.sidebar-gray h2, .sidebar-blue h2, .sidebar-gray h3, .sidebar-blue h3, .sidebar-gray-lists h3, .sidebar-gray h4, .sidebar-blue h4, .sidebar-gray-lists h4 {
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
}

.sidebar-gray h2, .sidebar-blue h2, .sidebar-gray-lists h2 {
    font-size: 1.75em;
}

.sidebar-gray h3, .sidebar-blue h3, .sidebar-gray-lists h3 {
    font-size: 1.375em;
}

.sidebar-gray h4, .sidebar-blue h4, .sidebar-gray-lists h4 {
    font-size: 1.275em;
}

.sidebar-gray h4 a {
    text-decoration: none;
}

.sidebar-gray h4 a:hover, .sidebar-blue a:hover {
    text-decoration: underline;
}

.promo-box.sidebar-blue a {
    text-decoration: underline;
}

.sidebar-gray ul, .sidebar-blue ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    list-style: none;
}

.sidebar-gray ul>li, .sidebar-blue ul>li {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1em;
    line-height: 1.3;
}

.sidebar-blue ul>li {
    background: url("images/bullet-white.png") no-repeat 0 7px;
}

.sidebar-gray ul>li {
    background: url("images/bullet.png") no-repeat 0 7px;
}

.sidebar-gray-lists ul>li {
    background: none;
}

/*news list plus sidebar template*/

.sidebar-gray-lists h3 {
    font-size: 1.3em;
}

.sidebar-gray-lists h4 {
    font-size: 1.25em;
}

.lists-wrap.sidebar-list-plus {
    padding-top: 0;
    margin: 0 0 10px;
}

.lists__item .image-box.sidebar-list-plus {
    width: 100%;
    height: 100%;
    float: none;
    margin: 0 0 5px;
}

.lists__item .image-box.sidebar-list-plus img {
    max-width: 100%
}

.lists__item.inthe {
    padding-top: 10;
}

.lists__item.inthe .post-content.sidebar-list-plus h5 {
    margin: 0;
}

.post-block.sidebar-list-plus {
    float: none;
    width: 100%;
}

.post-content.sidebar-list-plus h4, .post-content.sidebar-list-plus h5, .post-content.sidebar-list-plus p.body-text {
    margin: 0 0 5px;
}

.in-the-news ul.bullets>li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1em;
    background: 0;
}

.in-the-news ul.bullets {
    margin-top: 0;
}

.promo-box.sidebar-blue .lists-wrap.sidebar-list-plus ul {
    list-style-type: none;
}

/*news default vertical list template*/

.post-block.vertlists {
    width: 95%;
}

/*bulleted lists of instructions with screenshot images*/

.instructions-ss li img {
    margin: 1rem 0 1rem 3rem;
    border: 1px solid #eee;
}

.instructions-ss li {
    margin-bottom: 20px;
}

/*Landing Page box colors*/

.column__item.box-blue:hover {
    border-color: #003A4F;
}

.column__item.box-blue:hover .title-heading, .column__item.box-blue:hover .read-more, .column__item.box-blue:hover .column__heading {
    color: #003A4F;
}

.column__item.box-blue:hover .read-more:after {
    border-left: 5px solid #003A4F;
}

.column__item.box-green:hover {
    border-color: #3f9745;
}

.column__item.box-green:hover .title-heading, .column__item.box-green:hover .read-more, .column__item.box-green:hover .column__heading {
    color: #3f9745;
}

.column__item.box-green:hover .read-more:after {
    border-left: 5px solid #3f9745;
}

.column__item.box-yellow:hover {
    border-color: #f6be00;
}

.column__item.box-yellow:hover .title-heading, .column__item.box-yellow:hover .read-more, .column__item.box-yellow:hover .column__heading {
    color: #f6be00;
}

.column__item.box-yellow:hover .read-more:after {
    border-left: 5px solid #f6be00;
}

.column__item.box-red:hover {
    border-color: #cf2127;
}

.column__item.box-red:hover .title-heading, .column__item.box-red:hover .read-more, .column__item.box-red:hover .column__heading {
    color: #cf2127;
}

.column__item.box-red:hover .read-more:after {
    border-left: 5px solid #cf2127;
}

/*Location CT landing pages */

.loc-land.body-text .btn-blue, .loc-land.intro .btn-blue {
    background-color: #0076c0;
}

.loc-land.body-text .btn-blue:after, .loc-land.intro .btn-blue:after {
    border-left: 15px solid #0076c0;
}

.loc-land.body-text .btn-blue:hover, .loc-land.body-text .btn-blue:focus, .loc-land.body-text .btn-blue:active, .loc-land.intro .btn-blue:hover, .loc-land.intro .btn-blue:focus, .loc-land.intro .btn-blue:active {
    background-color: #0076c0;
}

.loc-land.body-text .btn-blue:hover:after, .loc-land.body-text .btn-blue:focus:after, .loc-land.body-text .btn-blue:active:after, .loc-land.intro .btn-blue:hover:after, .loc-land.intro .btn-blue:focus:after, .loc-land.intro .btn-blue:active:after {
    border-left: 15px solid #0076c0;
}

.save-bay.loc-land {
    margin-bottom: 0!important;
    padding-bottom: 50px;
}

/*more indent margin*/

ul.bullets-list>li {
    margin-bottom: 10px;
    padding-left: 25px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    background: url("images/bullet-list.png") no-repeat 0 10px;
}

/*less indent margin*/

ul.bullets>li {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #333333;
    font-size: 1em;
    line-height: 1.3;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    background: url("images/bullet.png") no-repeat 0 10px;
}

/*bottom margin*/

ul.bullets-spacer>li {
    margin-bottom: 10px;
}

/*blog styles*/

.banner-block.blogbanner .container {
    min-height: 250px;
}

@media screen and (min-width: 765px) and (max-width: 1025px) {
    .banner-block.blogbanner .container {
        min-height: 157px;
    }
    .banner-block {
        margin-left: 0;
    }
}

@media screen and (min-width: 300px) and (max-width: 765px) {
    .banner-block.blogbanner .container {
        min-height: auto;
    }
}

.disclaimer {margin: 25px 0;}

.disclaimer p {
    margin: 0;
    font-size: .9em;
}

p.repurposed {font-size: small;}
p.repurposed a {font-style: italic;}

.rss-subscribe .element-title {
    font-size: 1.2em;
}

.rss-subscribe .element-title a {
    text-decoration: none;
}

.rss-subscribe .element-title a:hover {
    text-decoration: underline;
}

.blog-issue-categories .element-title, .recent-blog-posts .element-title {
    margin-bottom: 0;
}

.blog-issue-categories ul.bullets-list>li {
    margin-bottom: 0;
    padding-left: 15px;
    font-size: .9em;
}

.recent-blog-posts ul.bullets>li {
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: .9em;
    background: 0;
}

.recent-blog-posts ul.bullets {
    margin-top: 0;
}

.blog-issue-categories a, .recent-blog-posts a {
    text-decoration: none;
}

.blog-issue-categories a:hover, .recent-blog-posts a:hover {
    text-decoration: underline;
}


/*Back to Top -- moved above 07/2020-SD
.backtotop {
    text-align: right;
    font-size: 80%;
    margin: 15px 0 25px 0;
}*/


/*Multimedia @ Top*/
.multimedia-top {
    margin-bottom: 32px;
}

.bottomborder {
    border-bottom: solid 1px;
}

/*Full Wide with Nav template keeps {body} & {upper_left_body} together*/

@media screen and (min-width: 300px) and (max-width: 765px) {
    .aside.fullwnav {
        display: none;
    }
}

/*Hide Left Nav at Tablet and Mobile viewports*/

@media screen and (min-width: 300px) and (max-width: 765px) {
    .style-guide .toggle-menu-wrap, .right-sidebar-signup-promo {
        display: none!important;
    }
}

/*Hide Standard Photo Title Overlay at Tablet and Mobile viewports*/

@media screen and (min-width: 300px) and (max-width: 768px) {
    .static-caption {
        display: none
    }
}

/*search box in body content styles*/

.in-body__search {
    text-align: center!important;
    /*width:35%;*/
    max-width: 420px;
    margin: 0 auto;
    z-index: 100;
}

.in-body__form-row {
    border: 1px solid #cccccc;
}

.in-body__input-search {
    width: 100%;
    height: 28px;
    border: 0 none;
    /*cursor: pointer;
  text-align: center;*/
    padding-left: 15px;
    padding-right: 45px;
    color: #7a8685;
    font-size: 1em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.in-body__input-search:-moz-placeholder, .in-body__input-search::-moz-placeholder, .in-body__input-search:-ms-input-placeholder, .in-body__input-search::-webkit-input-placeholder {
    color: #7a8685;
}

.in-body__search-btn {
    width: 31px;
    height: 28px;
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    background: #cccccc;
    cursor: pointer;
}

.in-body__search-btn:hover {
    background-color: #7a8685;
}

/*LCMS search.jsp styles*/

.searchDisplayResults, .searchNavigation {
    text-align: center;
}

.searchTimeStamp, .searchTeaser {
    display: none;
}

.searchTitle {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0076c0;
    font-size: 1.5em;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.searchDescription {}

/*Cookie Consent Strap Begin*/
.hide-cookieConsent {
    display: none;
}

#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 56px;
    font-size: 18px;
    color: #FFF;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Lato", sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #FFF;
}

#cookieConsent a:hover {
    color: #0076c0;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #0076c0;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #0076c0;
}
/*Cookie Consent Strap End*/

/*fix iPhone/Safari change phone styles*/
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/*test image sizing styles*/
.object-fit_fill {
    object-fit: fill;
}

.object-fit_contain {
    object-fit: contain;
}

.object-fit_cover {
    object-fit: cover;
}

.object-fit_none {
    object-fit: none;
}

.object-fit_scale-down {
    object-fit: scale-down;
}

/*SITE SPECIFIC STYLES*/

/*Sidebar Sign-Up Promo*/
.right-sidebar-signup-promo {
    background-color: #0076c0;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 40px;
}

.sign-up {
    padding: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.5em;
}

.su-btn.btn-yellow-su {
    background-color: #fbad18;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    text-decoration: none;
    padding: 5px;
    display: inherit;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.su-btn.btn-yellow-su:hover {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.23);
}

#dafdirectdiv {
    width: 275px !important;
}

.ui-accordion-content li {
    font-size: 19px;
}

.ui-accordion-header {
    font-family: "Lato", Arial, sans-serif !important;
}

.ui-widget h4 {
    font-size: 1.4em !important;
    color: #0076c0;
    font-weight: 700;
}

.ui-widget-content a {
    color: #0076c0;
}

/*Include Notice Styles */
.include-notice {
    margin: 25px auto;
}

.include-notice p {
    margin: 0 0 .5em 0;
    line-height: 1.25;
    font-size: 1.1rem !important
}
.include-notice ul > li {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1.1rem;
    line-height: 1.25;
}

.include-notice h3 {
    font-size: 1.75em;
}


/* LO Styles */
body {
    background-color: #fff !important;
}

.container-internal {
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", Arial, sans-serif !important;
}

div.payment-field-container span.payment-type-option {
    color: #0076c0 !important;
}

div.responsive a.next-step, div.responsive button.next-step, div.responsive button.previous-step, #nullbtn, #pstep_finish {
    font-family: "Lato", Arial, sans-serif !important;
}

div.button-container button#pstep_finish, div.button-container #pstep_next, div.button-container #pstep_previous {
    background: #0076c0 !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
}

div.responsive a.step-button, div.responsive button.step-button, div.responsive input.step-button {
    -webkit-border-radius: 0;
}

.eventtitle, #lo-EventTitle, h2.lo-titlebar, h3.ObjTitle {
    color: #0076c0 !important;
    font-family: "Lato", Arial, sans-serif !important;
}

div.appArea, .luminate-eventAppArea {
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}


/*Clagett*/
.clagett-grid-3 {
    margin-top: 50px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }
  .clagett-grid h3 {
    font-weight: 900;
    font-size: 1.7em;
    text-transform: uppercase;
    letter-spacing: 0.09em;
  }
  .clagett-grid h4 {font-size:1.2em;}
  .clagett-grid p {line-height:1.4;}
  @media (max-width: 700px) {
    .clagett-grid-3 {
      display: block;
    }
    .clagett-grid {
      max-width: 360px;
      margin: 0 auto 40px auto;
      font-size: 1.2rem;
    }
  }


  /*Scraped Surveys*/
  #scraped-survey-form {
    padding: 10px 20px 50px;
    max-width: 600px;
      margin: 0 auto;
  }
  
  #scraped-survey-form form {
    padding: 0;
    margin: 0;
  }
  
  #scraped-survey-form .form-field-group {
    margin: 10px 0 15px 0;
  }
  
  #scraped-survey-form .form-field-group label {
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: bold;
    font-size: 100%;
  }
  
  #scraped-survey-form .form-field-group input {
    height: 38px;
    width: 100%;
    padding-left: 4px;
    transition: all 0.1s ease-in;
    border: 1px solid #afafaf;
      background: #ffffff;
  }

  #scraped-survey-form .form-field-group input[type="checkbox"] {
    height: auto;
    width: auto;
    padding-left: 0;
    margin-right: 5px;
    vertical-align: middle;
  }

  #scraped-survey-form form .ObjTitle {
    font-size: 2.250em!Important;
  }
  
  
  #scraped-survey-form .form-field-group input.error {
    border-color: #ed1c24;
  }
  
  #scraped-survey-form .form-field-group input.valid {
    border-color: #00a65d;
  }
  
  #scraped-survey-form .form-field-group .form-field {
    width: 100%;
  }
  
  #scraped-survey-form .form-field-group .form-field label.error {
    font-size: 0.8em;
    color: #ed1c24;
    font-weight: normal;
  }
  
  #scraped-survey-form .form-field-group .form-field.form-field--half {
    width: 100%;
  }
  
  #scraped-survey-form .form-field-group .form-field.form-field--half:nth-child(1) {
    margin-bottom: 15px;
  }
  
  @media screen and (min-width: 600px) {
    #scraped-survey-form .form-field-group .form-field.form-field--half {
      width: 48%;
      float: left;
    }
    #scraped-survey-form .form-field-group .form-field.form-field--half:nth-child(1) {
      margin-bottom: 0px;
    }
    #scraped-survey-form .form-field-group .form-field.form-field--half:nth-child(2) {
      margin-left: 4%;
    }
  }
  
  #scraped-survey-form .control {
    padding: 10px 0;
  }
  
  #scraped-survey-form .control .Button {
    appearance: none;
    -webkit-appearance: none;
    height: 40px;
    background-color: #0076c0;
    border: 0;
    color: #ffffff;
    line-height: 40px;
    padding: 0 18px;
    font-weight: bold;
  }
  
  #scraped-survey-form .control input[value*="Reset"],
  #scraped-survey-form .control input[value*="Skip"] {
    background-color: transparent;
    border: 1px solid rgba(19, 118, 162, 0.5);
    color: rgba(19, 118, 162, 0.75);
  }

  #scraped-survey-form .AutoOptInWarningMessage {
    color: #003f70;
    font-size: 10pt;
  }

  
  /* Staff Pages/Lists */
  .staff {
    margin: 25px 0;
    border-top: 1px solid #6ab2e2;
    padding: 15px 0;
  }

  .staff-avatar {
    float: left;
    margin-right: 15px;
  }
  
  .staff-name, .staff-position, .staff-secondary-title, .staff-email, .staff-phone, .cbf-location {
    display: block;
  }
  
  .staff-name {
    font-weight: 900;
    font-size: 1.3em;
    color: #0076c0;
    line-height:1.2;
  }
  
  .staff-name a {
    text-decoration:none;
    font-weight: 900;
  }

  .staff-name a:hover, .staff-name a:active {
    text-decoration:underline;
  }

  .staff-position, .staff-secondary-title, .staff-email, .staff-phone, .cbf-location {
    font-size: .8rem;
  }
  
  .staff-position {
    text-transform: uppercase;
    letter-spacing: .13em;
  }

  .staff-secondary-title {
    font-style: italic;
  }