@charset "IBM437";
/* GLOBAL VARIABLE */
/* Sass Document */
/* NORMALIZE 
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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: sans-serif; }

body {
  margin: 0;
  line-height: 1.42857143;
  font-family: sans-serif; }

a:focus {outline: thin dotted; }
/*a:active, a:hover {outline: 0; }*/
a:active, a:hover {text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #00759f; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

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: bold; }

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 {
  margin: 1em 0;
  font-family: "franklin-gothic-urw",sans-serif; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

small, .small, .smallText {
  font-size: 80%; }
.med {
  font-size: 90%; }

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; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 40px auto;
  padding: 0; }

nav ul,
nav ol {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.625em; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.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; }

/* 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-left: 15px;
  padding-right: 15px; }

.col-12 {
  width: 100%; }

.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-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; }

.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;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 9px 11px;
  font-size: 1.375em;
  line-height: 1;
  color: white!important;
  border: 0 none;
  text-decoration: none;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative; }
  .btn i {
    margin-left: 5px; }

.content-btn:hover {
  color: #00264d; }

.btn-blue, .btn-blue-na {
  background-color: #1376a2; }
  .btn-blue:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #1376a2;
    position: absolute;
    right: -15px;
    top: 0px; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue-na:hover, .btn-blue-na:focus, .btn-blue-na:active {
    background-color: #0f5e82; }
  .btn-blue:hover:after, .btn-blue:focus:after, .btn-blue:active:after {
    border-left: 15px solid #0f5e82; }

.btn-green, .btn-green-na {
  background-color: #3f9745; }
  .btn-green:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #3f9745;
    position: absolute;
    right: -15px;
    top: 0px; }
  .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green-na:hover, .btn-green-na:focus, .btn-green-na:active {
    background-color: #327937; }
  .btn-green:hover:after, .btn-green:focus:after, .btn-green:active:after {
    border-left: 15px solid #327937; }

.btn-yellow, .btn-yellow-na {
  background-color: #f6be15; }
  .btn-yellow:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #f6be15;
    position: absolute;
    right: -15px;
    top: 0px; }
  .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow-na:hover, .btn-yellow-na:focus, .btn-yellow-na:active {
    background-color: #c59811; }
  .btn-yellow:hover:after, .btn-yellow:focus:after, .btn-yellow:active:after {
    border-left: 15px solid #c59811; }

.btn-red, .btn-red-na {
  background-color: #cf2127; }
  .btn-red:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #cf2127;
    position: absolute;
    right: -15px;
    top: 0px; }
  .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-red:hover:after, .btn-red:focus:after, .btn-red:active:after {
    border-left: 15px solid #a61a1f; }

.btn-block {
  display: block;
  width: 100%; }

.small-btn {
  font-size: 1em; }
  .small-btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 17px solid transparent; /*17*/
    border-bottom: 17px solid transparent; } /*17*/

.read-more {
  display: inline-block;
  color: #00759f;
  font-size: 1em;
  line-height: 1;
  padding-left: 5px; /*adding space between text and READ MORE*/
  padding-right: 10.25px;
  text-decoration: none;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative; }

.read-more:hover {
  text-decoration: underline; }

.read-more:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #00759f;
  position: absolute;
  right: 0;
  top: 4px; }

.play__btn {
  color: white;
  text-decoration: none;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

/* --- Forms --- */
.form-row {
  margin-bottom: 15px;
  position: relative; }

.form__label {
  cursor: pointer;
  color: #666666;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700; 
  vertical-align:top; }

.radio-btn .form__label {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.form__control {
  width: 100%;
  height: 42px;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  padding: 0 15px;
  color: #7f7f7f;
  font-size: 1.25em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  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: #7f7f7f; }

/* 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: #999;
  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 {
  font-size: 14px;
  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: 10px;
  padding-bottom: 6px;
  background-color: #fff; }

.top-bar {
  padding-left: 40px;
  padding-right: 44px;
  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;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  margin-left: 10px;
  padding-left: 21px;
  background: url("images/top-bar-nav-item.png") no-repeat 0 5px;
  position: relative; }

.top-bar__nav__item__link {
  display: inline-block;
  text-decoration: none;
  color: #7f7f7f; }
  .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: 2px solid #bfdce7; }
  .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: white;
      padding: 20px;
      border-bottom: 1px solid #bfdce7; }
    .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: #00759f;
      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;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  padding-left: 15px;
  padding-right: 45px;
  color: #7f7f7f;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.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: #7f7f7f; }

.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: white;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  background: #cccccc;
  cursor: pointer; }
  .top-bar__search-btn:hover {
    background-color: #a3a3a3; }


/* MAIN NAVIGATION */
.menu-bar {
  background-color: #00759f;
  box-shadow: inset  0  16px 16px -8px #00678c,  inset  0 -16px 16px -8px #00678c; }
  
.menu-bar .container {
    padding-left: 40px;
    padding-right: 40px; }

.menu__item {
  color: black;
  display: inline-block;
  line-height: 1;
  margin-left: 25px;
  padding-left: 35px;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  position: relative;
  background: url("images/main-navigatin-li-bg.png") no-repeat 0 27px; }
  
.menu__item:first-child, .action-item .menu__item {
    margin-left: 0;
    padding-left: 0;
    background: none; }
  
.menu__item:hover .menu__item__link {
    color: #bfdce7; }
  
.menu__item .menu__item__link {
    color: white;
    text-decoration: none;
    display: block;
    padding-top: 19px;
    padding-bottom: 18px; }
  
.menu__item:hover .menu__item__sub-menu {
    display: block; }


/* SUB MENU */
.menu__item__sub-menu {
  width: 252px;
  display: none;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 18px;
  background-color: white;
  border: 2px solid #bfdce7;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 500; }
      
.action-item .menu__item__sub-menu {
    list-style-type: none;
    padding: 22px 0 18px 0;
    left: -60%; }
    
.action-item .menu__item__sub-menu:before {
    left: 160px; }
  
.menu__item__sub-menu .menu__item__sub-item {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 0.82em;
    position: relative; }
    
.menu__item__sub-menu .menu__item__sub-item:hover .menu__item__sub-link {
      color: #00264d; }

.menu__item__sub-menu .menu__item__sub-link {
    display: block;
    color: #00759f;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px; }

.action-item {
  width: 308px;
  position: absolute;
  top: 0;
  right: -4px; }

.action-item ul {
  list-style: none;
  list-style-image: none; 
  margin: 0;
  padding: 0; }

.donate,
.take-action {
  width: 154px;
  height: 59px;
  float: left;
  display: block;
  line-height: 59px;
  color: white;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #cf2127;
  box-shadow: inset 0 12px 12px -8px rgba(0, 0, 0, 0.3), inset 0 -12px 12px -8px rgba(0, 0, 0, 0.3); }

.take-action { font-size: 1em;background: #f6be15; }
.take-action:hover { background: #c59811; }

.donate { font-size: 1em;background: #cf2127; }
.donate:hover { background-color: #a61a1f; }


/*------ HEADING -------*/
/*removed comma after h2, & added seperate class*/
h2.title, .title  {
  margin-top: 0;
  margin-bottom: 10px;
  color: #00759f;
  font-size: 2.25em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700; }

/*removed comma after h4, & added seperate class*/
h4.title-heading, .title-heading {
  margin-top: 0;
  color: #00759f;
  margin-bottom: 10px;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  text-decoration: none; }

.title-heading__link {
  text-decoration: none;
  color: #00759f; }

.title-heading__link:hover {
  text-decoration: underline; }

/*------ P.CONTENT DESCIPTION ------*/
.content-desc {
  margin-top: 0;
  color: #666666;
  font-size: 1em;
  line-height: 1.2;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

/*------ 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; }
  .banner .flex-control-nav {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.5); }

/*------ .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;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-weight: 500; }
  .slide-block .slide-block__desc {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 1.5em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500; }

/*------ BLOCK POSITION  ------*/
.top-left {
  left: 69px;
  top: 27px;
  text-align: left; }

.top-right {
  right: 72px;
  top: 27px;
  text-align: right;
  padding-right: 29px; }
  .top-right .slide-block__desc {
    padding-left: 76px; }
  .top-right .btn {
    margin-right: 16px; }

.bottom-left {
  left: 69px;
  bottom: 84px;
  text-align: left; }

.bottom-right {
  right: 72px;
  bottom: 84px;
  text-align: right; }
  .bottom-right .slide-block__desc {
    padding-left: 76px; }
  .bottom-right .btn {
    margin-right: 16px; }

/* MAIN SASS */
main {
  padding-top: 50px;
  background-color: #00759f; }

/*-------- .TOP NOTE --------*/
.top-note {
  width: 61%;
  margin: 0 auto;
  text-align: center;
  color: white;
  padding-bottom: 34px;
  font-size: 2.188em;
  line-height: 1.2;

  font-family: Georgia,serif;
  font-weight: normal;
  font-style: italic; }
  .top-note .top-note__link {
    color: white;
    font-style: italic; }
    .top-note .top-note__link:hover {
      text-decoration: none; }

/*-------- .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: #bfdce7;
  line-height: 1;
  margin-bottom: 26px;
  margin-right: 12px;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500; }
.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: #bfdce7;
    padding-left: 10px;
    padding-right: 55px;
    font-size: 1.25em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    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: #bfdce7; }
  .email-us .email__form .email__input::-webkit-input-placeholder {
    color: #bfdce7;
    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: #bfdce7;
    font-size: 1.25em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 38px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    background: #00759f;
    position: absolute;
    right: 0;
    top: 0; }
    .email-us .email__form .email_submit-btn:hover {
      background: #005e7f; }

/*-------- .sign-up ends --------*/
.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;
  background: url("images/waves-bg.png") repeat-x center -10px; }
  
/* 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%; }

/*changed from height: 215px; 3/31 SD to accommodate 695px images*/
.carousel .image-box .image-box__image,
.carousel-internal .image-box .image-box__image{
    max-height: 150px;
}

/*removed due to problem with related multimedia photos
.news-display .image-box {
   width: 40%;
  float: right;
}*/
.caption {
  display: none;
  padding: 23px 20px;
  position: absolute;
  bottom: 0;
  lef: 0;
  z-index: 18;
  background-color: rgba(0, 0, 0, 0.7); }
  .caption .caption__note,
  .caption .caption__desc {
    margin-top: 0;
    margin-bottom: 13px;

    color: white;
    line-height: 1.2;

    font-size: 1.125em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }
  .caption .caption__note {
    margin-bottom: 0;
    font-size: 0.875em;
    font-weight: 500; }

.toggle_video,
.toggle_caption {
  display: block;
  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; }

/*-------- .image-box ends --------*/
.post-block {
  box-sizing: border-box;
  padding-right: 36px;
  margin-bottom: 34px; }
  .post-block .post-content {
    padding-right: 16px; }
  .post-block .title-heading {
    margin-bottom: 11px; }
  .post-block .image-box {
    margin-bottom: 25px; }

.post-info {
  margin-bottom: 4px; }
  .post-info .date {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top; }

.post-type {
  display: inline-block;
  vertical-align: top; }

/*-------- DATE --------*/
.date {
  height: 21px;
  width: 110px;
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background-color: #999999; }

/*-------- TIME --------*/
.timing {
  color: #666666;
  font-size: 1.125em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700; }

/*-------- CATEGORIES/LOCATION --------*/
.location,
.categories {
  padding: 0;
  margin-top: 0;
  margin-bottom: 11px; }
  .location .location__item,
  .location .categories__item,
  .categories .location__item,
  .categories .categories__item {
    display: inline-block;
    font-size: 0.875em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }
    .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: white;
      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: #666666;
    line-height: 1;
    text-decoration: none; }
  .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: #00759f;
      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;
  background: url("images/shadow-left.png") no-repeat 0 0; }

.right-shadow {
  float: right;
  background: url("images/shadow-right.png") no-repeat 0 0; }

/*-------- WHERE WE WORK --------*/
.shadow_container {
  max-width: 1405px;
  margin: 0 auto;
  z-index: 90; }

.where-we-work_wrap {
  margin-top: -27px;
  position: relative; }
  .where-we-work_wrap .container {
    z-index: 100; }
    .where-we-work_wrap .container:after {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%;
      top: 80%;
      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 {
  background-color: #7dc6eb;
  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; }
  .where-we-work .where-we-work__map {
    display: none; }
  .where-we-work .title {
    color: white;
    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: white; }
  .where-we-work__link:hover {
    text-decoration: none; }

.where-we-work__content {
  width: 39%;
  color: white;
  display: inline-block;
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 45px;
  vertical-align: top; }

.where-we-work__desc {
  margin-top: 0;
  line-height: 1.3;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.375em;
  font-style: 500; }
  .where-we-work__desc strong {
    font-weight: 700; }

.latest-content {
  margin-top: -1px;
  background: url("images/waves-bottom-bg.png") repeat-x center top; }
  .latest-content > .container {
    border: 2px solid #bfdce7;
    box-shadow: 0 10px 12px 9px rgba(0, 0, 0, 0.48);
    padding: 66px 32px 33px 96px;
    background-color: white; }
  .latest-content .title {
    margin-bottom: 19px; }
  .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: white;
  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: white; }
  .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: white; }
    .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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500; }
  .photo-of-the-week .content-desc {
    margin-top: 0;
    line-height: 1.2;
    color: white;
    margin-bottom: 5px;
    font-size: 1.125em;
    font-family: "franklin-gothic-urw", sans-serif; }

.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-top: 60px;
  padding-bottom: 31px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #bfdce7; }
  .bottom-section .container {
    padding-left: 54px;
    padding-right: 70px; }
  .bottom-section .col-8 {
    width: 69.85%;
    margin-right: 15px; }
  .bottom-section .caption-content {
    padding: 13px 300px 22px 27px; }
  .bottom-section .saving-bay .btn {
    right: auto;
    left: 0; }

.caption-content {
  width: 100%;
  color: white;
  box-sizing: border-box;
  padding: 19px 30px 19px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .caption-content .title {
    line-height: 1;
    color: white;
    font-size: 2em;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-weight: 500;
    margin-bottom: 3px; }
  .caption-content .bottom-section__desc {
    margin: 0;
    line-height: 1.3;
    color: white;
    font-size: 1.125em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }
  .caption-content .btn {
    position: absolute;
    right: 42px;
    bottom: 20px; }

.saving-bay {
  padding: 0;
  width: 28.45%;
  color: white;
  position: relative;
  overflow: hidden;
  background-color: #37a7df; }
  .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: white;
    font-size: 2.25em;
    margin-bottom: 19px;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-weight: 500; }
  .saving-bay .saving-bay__desc {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1em;
    line-height: 1.4;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }
  .saving-bay .read-more {
    color: white;
    line-height: 1.1;
    text-decoration: underline;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    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%; }
  .banner-block .caption {
    width: 100%; }
    .banner-block .caption .container {
      min-height: auto; }

.social-icons {
  width: 48px;
  display: none;
  position: absolute;
  top: 27px;
  right: 2px; }

.social-icons__link {
  display: block; }

.save-bay .container {
  padding-left: 86px;
  padding-right: 86px; }
.save-bay .title {
  margin-right: 56px;
  display: inline-block;
  font-size: 2.625em;
  color: white;
  vertical-align: top; }
.save-bay .social-likes {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 13px; }
.save-bay .save-bay__desc {
  margin-top: 0;
  color: white;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }
.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 {
  background: url("images/waves2-bg.png") repeat-x center 38px; }
  .saving-bay-list .container {
    padding-left: 86px;
    padding-right: 86px;
    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 {
  border: 10px solid white;
  margin-bottom: 37px;
  margin-left: 37px;
  vertical-align: top;
  display: inline-block;
  background-color: white; }
  .column__item:hover {
    border-color: #003A4F; } /*changed from #f6be00*/
    .column__item:hover .title-heading,
    .column__item:hover .read-more,
    .column__item:hover .column__heading {
      color: #003A4F; }
    .column__item:hover .read-more:after {
      border-left: 5px solid #003A4F; }
  .column__item .image-box {
    margin-bottom: 20px; }
  .column__item .title-heading {
    margin: 0;
    padding: 15px 12px; }
  .column__item .post-info {
    margin-bottom: 0;
    padding-left: 15px; }

.column__image {
  width: 100%;
  display: block; }

.column__content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: white; }

.column__heading {
  margin-top: 0;
  color: #00759f;
  margin-bottom: 16px;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700; }

.column__desc {
  margin-top: 0;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.column_two .column__item {
  width: 47%; }

.support .caption-content {
  padding-right: 195px; }
.support .bottom-section__desc {
  padding-right: 55px; }

.bottom-cotent-wrap {
  padding-top: 10px;
  background-color: #bfdce7; }
  .bottom-cotent-wrap .latest-content {
    background: none;
    margin-top: -70px; }
    .bottom-cotent-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; }

.caption-title {
  margin: 0;
  line-height: 1;
  color: white;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 500; }

.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: #00759f; }

.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%; /* 16:9 *
  padding-top: 25px;
  height: 0;*/
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top:25px;  
}
.videoWrapper iframe {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 0;
  margin-top: 0;
  margin-bottom: 40px; }

.breadcrumb_list {
  color: white;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-left: 13px;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  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;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0; }

.breadcrumb_link {
  display: block;
  color: white; }

.breadcrumb_link:hover {
  text-decoration: none; }

.breadcrumbComponent {
    color: white;
    display: inline-block;
    vertical-align: top;
    font-size: 0.875em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    position: relative;
    margin-bottom:30px;
}

.breadcrumbComponent a {
  color:white;
}

.breadcrumbComponent a:hover {
  text-decoration:none;
}

.breadcrumbseparator {
   font-size:0.7em; 
   padding-left:10px;
   padding-right:10px;
}   
.save-bay .take-action-section {
  color: white;
  padding: 22px 25px 20px 19px;
  background-color: #1f85a8; }

.take-action-section__title {
  margin-top: 0;
  font-size: 2em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  color: #FFF;}

.take-action-section__desc {
  margin-top: 0;
  width: 100%;
  font-size: 1.125em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 500; }

.filter {
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  padding: 40px 0 40px;
  text-align: center;
  background-color: #bfdce7; }
  .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: #00759f;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  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: #00759f;
  border: 1px solid #ccc;
  color: white;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  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: white;
  vertical-align: top;
  display: inline-block;
  font-size: 1em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  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: white; }

.pagination__link:hover {
  text-decoration: none; }

/*-------------------------------- STATE PAGE --------------------------------*/
.dropdown-list {
  padding: 10px 37px; }
  .dropdown-list form {
    margin-bottom: 0; }

.state main {
  background: #00759f url("images/waves2-bg.png") repeat-x left 250px; }
  .state main .latest-content {
    background: none; }
    .state main .latest-content .container {
      padding-top: 40px;
      padding-right: 102px;
      z-index: 1; }
      .state main .latest-content .container .carousel-wrap {
        margin-top: 50px;
        padding-top: 70px;
        border-top: 2px solid #bfdce7; }
    
      .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: 10px; }
  .offices-wrap .container {
    max-width: 995px;
    padding-top: 20px;
    border-top: 2px solid white; }
  .offices-wrap .title {
    color: white;
    margin-bottom: 20px; }
  .offices-wrap .read-more {
    color: white;
    text-decoration: underline; }
  .offices-wrap .read-more:hover {
    text-decoration: none; }

.offices {
  margin: 0;
  padding: 0;
  list-style: none; }
  .offices .title-heading {
    color: white; }
  .offices .content-desc {
    color: white;
    font-size: 1em; }

.offices__list {
  width: 47%;
  color: white;
  display: inline-block;
  vertical-align: top;
  margin-left: 45px;
  margin-bottom: 30px; }
  .offices__list .image-box {
    margin-bottom: 20px; }
  .offices__list .read-more:after {
    border-left: 5px solid #fff; }

.operation {
  margin: 0;
  padding: 0;
  list-style: none; }

.operation__item {
  width: 47%;
  margin-bottom: 20px;
  margin-left: 43px;
  display: inline-block;
  vertical-align: top; }
  .operation__item .image-box {
    margin-bottom: 22px; }

.carousel-wrapper {
  margin-top: -30px;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); }

.default-bg {
  color: white;
  position: relative;
  z-index: 10;
  background-color: #1f85a8; }
  .default-bg .title-heading,
  .default-bg .content-desc {
    color: white; }

.blu-bg {background-color:#00759f;}

.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: white; }
.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: white;
      margin-bottom: 30px; }

.carousel_link {
  color: white; }

.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 {
  margin-bottom: 35px; }

.white-bg {
  border: 2px solid #bfdce7;
  box-shadow: 0 10px 12px 9px rgba(0, 0, 0, 0.2);
  padding: 66px 32px 33px 32px;
  background-color: white;
  z-index: 1; }

/*-----SECTION NAVIGATION------*/
.mobile-sectionNav {
    display: none;
}

/*-------------------------------- STYLE GUIDE PAGE --------------------------------*/
.top_breadcrumb .container {
  padding-left: 50px; }

/*removed comma after h1, & added seperate class*/
h1.page-title, .page-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #00759f;
  font-size: 2.625em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700; }

/*removed comma after h3, & added seperate class*/
h3.sub-title, .sub-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #00759f;
  font-size: 1.5em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700; }

.intro {
  margin-top: 0;
  margin-bottom: 30px;
  color: #666666;
  font-size: 1.375em;
  line-height: 1.2;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500; }

.body-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #333333;
  font-size: 1em;
  line-height: 1.3;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.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 --------------------------------*/
.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 {
  display: block;
  border-bottom: 1px solid #bfdce7;
  padding: 18px 18px;
  color: #00759f;
  /*cursor: pointer;*/
  font-size: 1.125em;
  line-height: 1.3;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  background-color: white; }

.toggle-menu {
  margin-bottom: 0;
  margin-top: 20px;
  padding-left: 0; }

.toggle-menu__item {
  list-style: none;
  color: #00759f;
  margin-bottom: 25px;
  font-size: 1.125em;
  line-height: 1.3;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700;
  position: relative; }

li.toggle-menu__item.inSameFolder.parentOfActive:before {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #00264d;
  border-top: 12px 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: 12px solid transparent;
  border-left: 12px solid #00264d;
  border-top: 12px solid transparent;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: 1px;
  width: 0;}

.toggle-menu__item:hover:before {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #00264d;
  border-top: 12px solid transparent;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: 1px;
  width: 0; }

.toggle-menu__item:hover .toggle-menu__link {
  color: #00264d; }

.toggle-menu__link {
  display: block;
  color: #00759f;
  text-decoration: none;
  padding-left: 41px; }

.sub-menu {
  margin-top: 24px;
  padding-left: 0;
  list-style: none; }

.sub-menu__item {
  /*font-size: 1.125em;*/
  line-height: 110%;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 400;
  position: relative; 
padding-bottom:15px}

ul.sub-menu li.sub-menu__item.active:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #00264d;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: 40px;
  position: absolute;
  top: 1px;
  width: 0; }

.sub-menu__item:hover:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #00264d;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  left: 40px;
  position: absolute;
  top: 1px;
  width: 0; }

.sub-menu__item:hover .sub-menu__link {
  color: #00264d; }

.sub-menu__link {
  display: block;
  padding-left: 56px;
  color: #00759f;
  text-decoration: none; }

.gray-bg {
  background-color: #f2f3f4; }

.promo-box {
  padding: 20px;
  margin-bottom: 39px; }

.promo-box.default-bg {
  color: white; }
  .promo-box.default-bg .link,
  .promo-box.default-bg .body-text,
  .promo-box.default-bg .read-more,
  .promo-box.default-bg a {
    color: white; }
  .promo-box.default-bg .read-more::after {
    border-left: 5px solid white; }

    .promo-box img {
    max-width: 100%;
}

.sub-heading {
  color: white;
  margin-bottom: 10px;
  font-size: 2em;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 500; }

.element-title {
  margin-top: 0;
  color: #00759f;
  margin-bottom: 10px;
  font-size: 1.375em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500; }

.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;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  /*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: white;
  font-size: 1em;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  background: #cccccc;
  cursor: pointer; }
  .form__btn:hover {
    background-color: #a3a3a3; }

.sponsors {
  width: 220px; /*was 200px*/
  /* height: 93px; */ }

.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; }

/*---------- QUOTE ---------*/
.quote {
  margin-bottom: 50px;
  padding: 52px 40px;
  border-top: 2px solid #bfdce7;
  border-bottom: 2px solid #bfdce7;
  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; }

.quote-text,
.quote-author {
  margin-top: 0;
  margin-bottom: 15px;
  color: #666666;
  font-size: 1.125em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.quote-author {
  margin-bottom: 0;
  text-align: right; }

/*---------- 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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    /*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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }

/*---------- 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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400; }

/*---------- POST ---------*/
.post {
  margin: 25px 0 50px;
  padding: 20px 30px;
  border-top: 2px solid #bfdce7;
  border-bottom: 2px solid #bfdce7;
  background-color: #f2f3f4;
  position: relative; }

.post__detail {
  margin-bottom: 20px; }

.post__avatar {
  max-width: 90px;
  max-height: 110px;
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
  margin-right: 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-family: "franklin-gothic-urw-cond",sans-serif;
  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;
  /*padding-top: 45px; commented out 3/17/17, too much space above lists*/
  border-top: 1px solid #cccccc; }

.lists {
  margin: 0;
  padding: 0;
  list-style: none; }

.lists__item {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 10px; }
  
.lists__item .image-box {
    float: left;
    width: 200px;
    height: 140px;
    overflow: hidden;
    margin-right: 20px; } /*chngd from 35px, SD 2/7/17*/
.lists__item .post-block {
    float: left;
    width: 68%; /*chngd from 60%, SD 2/7/17*/
    margin-bottom: 0;
    padding-right: 0; }
.lists__item .post-block .post-content {
      padding-right: 0; }
.lists__item .image-box img {
  max-width:200px;
  }

/*---------- TABLE ---------*/
.table {
  margin-bottom: 50px;
  border-collapse: collapse;
  width: 100%; }
  .table .table__head .table_row {
    border: 1px solid white;
    background-color: #00759f; }
  .table .table__head .table__heading {
    color: white;
    font-size: 1em;
    padding: 16px 5px;
    font-family: "franklin-gothic-urw", sans-serif;
    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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    padding: 16px 5px;
    border-left: 1px solid #cccccc; }
    .table .table__data:first-child {
      color: #666666;
      border-left: 0;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700; }

.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: white;
    position: relative; }
  .video-image .video {
    height: 100%; }
    .video-image .video iframe {
      height: auto;
      width: 94%;
      min-height: 359px;
      left: 19px;
      top: 50px; }

/*---------- FOR IFRAME ---------*/
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 57.55%; /* was padding-bottom: 75%; */
    /*height: 0;  removed 6/6 [SD]*/
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*---------- DIMENSIONS ---------*/
.dimensions {
  margin-bottom: 27px; }

.dimension-title {
  margin: 0;
  line-height: 1;
  color: #333333;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700; }

.dimension-desc {
  color: #333333;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 0.875em;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }
  .dimension-desc span {
    display: block; }

/* FOOTER
--------------------------------------------------------------------------*/
footer {
  color: #fff;
  margin-top: 6px;
  padding-top: 21px;
  padding-bottom: 72px;
  background-color: #00759f; }
  footer .container {
    padding-left: 40px;
    padding-right: 40px; }
  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__nav {
  margin-bottom: 18px; }

.footer__top {
  margin-top: 9px; }

.footer__nav__item {
  display: inline-block; }

.footer__nav__links {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-family: "franklin-gothic-urw-cond",sans-serif;
  font-weight: 700; }
  .footer__nav__links:hover {
    text-decoration: underline; }

.footer__contact__item {
  color: #bfdce7!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;
  background: url("images/footer_nav-link_dot.png") no-repeat 0 0; }

.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-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__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-family: "franklin-gothic-urw-cond",sans-serif;
  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;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.footer__info {
  padding-left: 20%; }

.footer__info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.15;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

/* 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: white;
    z-index: 1; }
    .carousel-wrap.on-white .carousel {
      padding-left: 60px;
      padding-right: 60px; }
      .carousel-wrap.on-white .carousel .title {
        color: #00759f; }
    .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) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }

  .row {
    margin: 0; }

  .image-box {
    overflow: hidden; }
    .image-box .image_perpostion {
      width: 160%; }

  /* TOP BAR */
  .top-bar__logo {
    width: 40%; }

  .top-bar__nav__item {
    font-size: 0.812em; }

  .top-bar__search {
    display: block;
    width: 233px;
    box-sizing: border-box;
    border: 2px solid #bfdce7;
    position: absolute;
    right: 10px;
    top: 55px;
    background-color: white; }
    .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: white;
    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 {
    padding-right: 20px;
    padding-left: 20px; }
  .bottom-section .caption-content {
    padding-right: 65px;
    padding-bottom: 65px; }
  .bottom-section .title {
    font-weight: 500;
    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: 29.9%;
    color: white;
    background-color: #37a7df; }
    .saving-bay .saving-bay__block {
      padding: 34px 35px 32px 35px; }
    .saving-bay .saving-bay__title {
      font-size: 2em;
      margin-bottom: 25px; }
    .saving-bay .saving-bay__desc {
      margin-bottom: 16px;
      line-height: 1.6; }
    .saving-bay .read-more {
      color: white;
      line-height: 1.1;
      text-decoration: underline;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 400;
      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 GIUDE 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-top: 10px;
      padding-left: 15px;
      padding-rigth: 10px;
      padding-bottom: 19px; }
    .saving-bay .saving-bay__title {
      margin-bottom: 8px; }
    .saving-bay .saving-bay__desc {
      line-height: 1.2;
      margin-bottom: 10px; }
    .saving-bay .read-more {
      font-size: 1em; }

  #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: 0; /*added 12/4/18 [SD]*/
    margin-top: 10px; } /*added 12/4/18 [SD]*/

  .top-bar__nav-search {
    width: 58%; }

  .top-bar__nav {
    margin-right: 32px; }

  .top-bar__nav__item {
    margin-left: 10px;
    padding-left: 18px; }

  .top-bar__nav__item {
    font-size: 0.812em;
    background-size: 5px 5px; }

  .top-bar__search-icon {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 4px;
    position: absolute;
    right: 15px;
    top: 18px; }

  .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 GIUDE 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 #00264d;
      position: absolute;
      left: 0;
      top: 6px; } }

@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) {
  #googlemap {
    padding-bottom: 55%;
    border-top: 2px solid #bfdce7; }

  .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; }

  .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;
        font-family: "franklin-gothic-urw", sans-serif;
        font-weight: 500; }
        .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;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #bfdce7; }

  .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 #bfdce7;
    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: 41px; }

  .main-navigation {
    width: 218px;
    display: none;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 4px solid white;
    border-left: 0;
    background-color: #00759f;
    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: #bfdce7; }
    .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: white; }

  /* ACTION ITEMS */
  .action-item {
    width: 246px;
    right: 0; }

  .donate,
  .take-action {
    height: 41px;
    width: 123px;
    line-height: 41px; }

  /*-------- .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; }

  /*-------- 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: white;
    padding-left: 20px;
    padding-top: 32px;
    padding-right: 25px; }

  .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-weight: 500;
      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-8,
  .save-bay .col-4 {
    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: 42%;
    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; }

  /*-------------------------------- 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; }
    .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; } }
/* ------ (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: 45%;
    bottom: 10px;
    margin-left: -53px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 26px;
    padding-right: 26px; } }
/* ------ (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 {
    padding-left: 40px; }

  .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 {
    padding-right: 35px; }
    .bottom-section .caption-content .bottom-section__desc {
      font-size: 1em; }
  .bottom-section .btn {
    left: 16px;

    right: auto; }

  .saving-bay .saving-bay__block {
    padding-left: 32px;
    padding-right: 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: 265px; }

  .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; }
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }
  
}