/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.17.1478233223
Updated: 2016-11-04 04:20:23

*/
/* normalize  */
/* HTML 5 DISPLAY DEFINITION */
html, body, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, hgroup, nav, section, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, section, header, hgroup, nav, footer {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/*BASE*/
* {
  -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;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: 'Garamond-Light', "Times New Roman", Times, serif;
}
body {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  font-family: 'Garamond-Light', "Times New Roman", Times, serif;
  font-weight: normal
}
@media (min-width:992px) {
  body {
    font-size: 20px;
    line-height: 1.4
  }
}
a, a:focus {
  color: #ce262f;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Garamond-Light', "Times New Roman", Times, serif;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  color: #3a6f8f;
}
h1 span {
  color: #2c91d5
}
h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
@media (min-width:768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
}
@media (min-width:1200px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
}
/**/
hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
p {
  margin: 1em 0;
  -ms-word-break: normal;
  -ms-word-wrap: normal;
}
strong {
  font-weight: bold;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*LISTS*/
dl, ol, ul, dd {
  margin: 0;
  padding: 0;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* EMBEDDED CONTENT */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
form {
  margin: 0;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  border-radius: 3px;
  vertical-align: top;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
  color: #666;
  padding: 6px 12px;
  font: 13px/1 'Garamond-Light', "Times New Roman", Times, serif;
  border: 1px solid #dadddd;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  *overflow: visible;
  background-color: #ce262f;
  border: none;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  font-weight: normal;
  outline: none;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #3a6f8f;
  color: #FFF;
  text-decoration: none
}
@media only screen and (min-width: 992px) {
  .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 18px;
    padding: 10px 18px;
  }
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9; /* IE8-9 */
}
input[type="file"] {
  display: block;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
select {
  text-transform: none;
  padding: 5px 4px 5px;
  border: 1px solid #d8d8d8;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/**/
@font-face {
  font-family: 'Garamond-Light';
  src: url('/wp-content/themes/Divi-child/fonts/GaramondLight.eot');
  src: url('/wp-content/themes/Divi-child/fonts/GaramondLight.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/Divi-child/fonts/GaramondLight.woff') format('woff'), url('/wp-content/themes/Divi-child/fonts/GaramondLight.ttf') format('truetype'), url('/wp-content/themes/Divi-child/fonts/GaramondLight.svg#GaramondLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Garamond-Bold';
  src: url('/wp-content/themes/Divi-child/fonts/Garamond-Bold.eot');
  src: url('/wp-content/themes/Divi-child/fonts/Garamond-Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/Divi-child/fonts/Garamond-Bold.woff') format('woff'), url('/wp-content/themes/Divi-child/fonts/Garamond-Bold.ttf') format('truetype'), url('/wp-content/themes/Divi-child/fonts/Garamond-Bold.svg#Garamond-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* SPACER */
.spacer-xs {
  height: 5px;
  clear: both;
}
.spacer-s {
  height: 10px;
  clear: both;
}
.spacer-n {
  height: 15px;
  clear: both;
}
.spacer-l {
  height: 20px;
  clear: both;
}
.spacer-xl {
  height: 25px;
  clear: both;
}
.spacer-xxl {
  height: 30px;
  clear: both;
}
@media (min-width:768px) {
  .spacer-xs {
    height: 10px;
  }
  .spacer-s {
    height: 15px;
  }
  .spacer-n {
    height: 20px;
  }
  .spacer-l {
    height: 25px;
  }
  .spacer-xl {
    height: 30px;
  }
  .spacer-xxl {
    height: 35px;
  }
}
@media (min-width:992px) {
  .spacer-xs {
    height: 15px;
  }
  .spacer-s {
    height: 20px;
  }
  .spacer-n {
    height: 25px;
  }
  .spacer-l {
    height: 30px;
  }
  .spacer-xl {
    height: 35px;
  }
  .spacer-xxl {
    height: 40px;
  }
}
.mt0 {
  margin-top: 0 !important;
}
/* CLEAR FLOAT */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Images */
.img-left, .img-right, .alignleft, .alignright {
  display: block;
  margin: 0 0 20px;
}
@media (min-width:768px) {
  .img-left, .alignleft {
    float: left;
    margin: 0 20px 10px 0
  }
  .img-right, .alignright {
    float: right;
    margin: 0 0 10px 20px
  }
}
/* BASIC STRUCTURE */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 95%
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/* Grid */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Header and Nav */
#top-header .container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: normal;
}
#main-header {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 981px) {
  #main-header.et-fixed-header {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
  }
}
#et-secondary-nav li {
  margin-right: 5px;
}
#et-info, #et-secondary-menu > ul#et-secondary-nav > li a {
  padding: 0.5em 0.65em;
  text-shadow: none;
}
#et-info, #et-secondary-menu > ul > li a:hover {
  text-decoration: none
}
#et-info, #et-secondary-menu > ul#et-secondary-nav > li.menu-item-2337 a {
  background: #bf2e1b;
  color: #fff;
  border-radius: 3px;
}
.et-social-icons {
  margin-top: .5em;
}
#et-secondary-menu {
  float: none;
}
#et-secondary-nav {
  float: left;
}
#top-header .et-social-icons {
  float: right;
}
#et-top-navigation {
  font-weight: normal;
}
@media all and (max-width: 980px) {
  #et-secondary-menu {
    display: block !important;
  }
  #et-secondary-nav {
    display: block !important;
    margin-bottom: 4px;
  }
  #et-secondary-menu .et-social-icons {
    display: none;
  }
}
@media all and (max-width: 400px) {
  #et-secondary-nav {
    width: 100%;
  }
}
/* Slider */
#layerslider_1 .ls-layer span {
  color: #eeb712 !important;
}
@media (max-width: 640px) {
  #layerslider_1 .ls-layer {
    display: none !important;
  }
}
/**/
#intro {
  background: rgba(255, 255, 255, .5);
  padding: 10px;
  margin-top: -50px;
  z-index: 100;
  position: relative
}
#intro .et_pb_column_0 {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  text-align: center
}
@media (min-width:1200px) {
  #intro {
    padding: 30px;
    margin-top: -130px;
  }
  #intro .et_pb_column_0 {
    padding: 60px;
  }
}
/* Story News */
#story-news {
  background: #e0e0e0 url(images/story-news.png) 50% 0 no-repeat;
  padding: 20px 0;
}
#story-news h1 {
  padding-bottom: 10px;
}
#story div#story-wrap {
  background: #8bc7c4;
  max-width: 320px;
  color: #fff;
  position: relative;
}
#story div#story-wrap h3 {
  font-size: 20px;
  text-transform: none;
  background: url(images/story-head.png) right bottom no-repeat;
  color: #fff;
  display: inline-block;
  padding: 18px 45px 18px 25px;
  margin-top: -50px;
  z-index: 100;
  position: relative;
  margin-bottom: 0;
}
#story div#story-wrap h3 span {
  font-size: 14px;
  color: #717171
}
#story div p {
  padding: 24px;
  margin: 0;
}
#story div#story-wrap a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #3a6f8f;
  color: #fff;
  font-size: 36px;
  right: 0;
  bottom: -20px;
  position: absolute;
}
#story div#story-wrap a:hover {
  background: #000;
  text-decoration: none
}
@media (min-width:992px) {
  #story-news {
    padding: 80px 0;
  }
}
#news .col-sm-4 {
  padding-left: 0;
  padding-bottom: 8px;
}
#news .col-sm-4 img {
  margin-top: 5px;
}
#news .col-sm-8 {
  padding-left: 0;
}
@media (min-width:992px) {
  #story-news {
    padding: 80px 0;
  }
}
/* Spotlight Insta */
#spotlight-insta {
  padding: 20px 0;
}
#spotlight-insta [class*="col-sm-"] {
  padding-left: 0;
}
@media (min-width:992px) {
  #spotlight-insta {
    padding: 80px 0;
  }
}
#spotlight p span {
  color: #bf2e1b;
}
#sb_instagram #sbi_load, #sb_instagram .sb_instagram_error {
  text-align: left;
}
#sbi_images, .sb_instagram_header {
  padding: 0 !important;
}
.sb_instagram_error p {
  margin-top: 0 !important;
}
#partner .col-sm-3, #partner .col-sm-9 {
  padding-left: 0;
}
/* FOOTER */
#main-footer * {
  color: #fff;
}
#footer-bottom {
  padding: 15px 0 20px !important;
  background: none !important;
  border-top: 1px solid #89a1b1;
}
#footer-bottom .col-md-6 {
  padding: 0;
}
#footer-info {
  float: none;
}
#footer-info #copy a {
  color: #fff;
  font-weight: normal;
}
#footer-bottom .col-md-6#cn {
  padding-top: 15px;
}
#cn a {
  display: inline-block;
  vertical-align: top;
  height: 69px;
}
#cn a#charity-nav {
  background: url(/wp-content/themes/Divi-child/images/charitynavigator4star234x60.gif) 0 0 no-repeat;
  width: 248px;
}
#cn a#guidestar {
  background: url(//widgets.guidestar.org/gximage2?o=7149240&l=v4) 0 0 no-repeat;
  background-size: contain;
  width: 69px;
  margin-right: 15px;
}
@media (min-width:992px) {
  #footer-bottom .col-md-6#copy {
    padding-top: 20px;
  }
  #footer-bottom .col-md-6#cn {
    padding-top: 0;
  }
  #footer-bottom .col-md-6#cn {
    text-align: right
  }
}
#main-footer h2 {
  font-size: 20px;
}
#main-footer .textwidget {
  font-size: 16px;
}
@media (min-width:1200px) {
  #main-footer {
    background: url(images/shadow.png) center 0 no-repeat, #4f738a url(images/footer.png) center 0 no-repeat;
  }
}
@media (min-width: 981 px) {
  .et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 3% 0;
  }
}
#footer-widgets {
  padding: 5% 0 0;
}
/* MENU FIX */
#top-menu li {
  padding-right: 12px;
}
#et_search_icon:before {
  color: #bf2e1b !important;
}
.et-search-form input {
  height: 50px;
}
@media (min-width:1200px) {
  #top-menu li {
    padding-right: 11px !important;
  }
  #main-header #top-menu li.centered-inline-logo-wrap, #main-header li.centered-inline-logo-wrap .logo_container {
    width: 200px !important;
    height: 198px !important;
  }
  #main-header li.centered-inline-logo-wrap .logo_container img#logo {
    width: 178px !important;
    height: 198px !important;
  }
  #main-header.et-fixed-header #top-menu li.centered-inline-logo-wrap, #main-header.et-fixed-header li.centered-inline-logo-wrap .logo_container {
    width: 100px !important;
    height: 99px !important;
  }
  #main-header.et-fixed-header li.centered-inline-logo-wrap .logo_container img#logo {
    width: 89px !important;
    height: 99px !important;
  }
  .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    z-index: 2000;
  }
  .et_header_style_split #et_top_search {
    margin-left: 50px;
  }
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 5px;
  }
  #top-menu li a, .et-fixed-header #top-menu li a {
    font-size: 18px !important;
  }
}
.et-social-icons .icon {
  color: #7f7f7f !important
}
#top-header .et-social-icons li {
  margin-left: 18px;
}
/**/
#top-header .searchform input[type="text"] {
  padding: 0.8em 0.65em;
  width: 120px;
}
@media only screen and (min-width: 992px) {
  #top-header .searchform {
    float: right;
  }
  #top-header .searchform .screen-reader-text {
    display: none;
  }
  .button, button, input[type="button"], input[type="reset"], input[type="submit"] { /*padding: 0.5em 0.65em;*/
  }
}
#top-menu li li a {
  text-transform: none !important;
  font-size: 16px !important;
}
/* Page Title */
.title {
  clear: both;
  color: #fff;
  padding: 30px 0;
  background-color: #bf2e1b;
  background-position: 50% 0;
  background-repeat: no-repeat;
  /*background-size:cover;*/
}
@media (min-width:1200px) {
  .title {
    padding: 80px 0 110px;
  }
}
.title h1 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}
.title a {
  color: #FFFF00;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}
.title {
  /*	background-image:url(/wp-content/themes/Divi-child/images/Titles-02.png);*/
  background-image: url(/wp-content/themes/Divi-child/images/interior-banner-sfsb.jpg);
}
.home .title, .content h1.main_title {
  display: none;
}
#left-area .main_title {
  display: none
}
/*Board*/
.directors h2, .directors h3, .directors p {
  margin: 0;
}
.directors a {
  white-space: nowrap
}
@media (min-width:768px) {
  #staff .directors {
    font-size: 16px;
  }
}
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
  line-height: 1.4;
}
#left-area ul ul, .entry-content ul ul, .comment-content ul ul, body.et-pb-preview #main-content .container ul ul {
  padding: 8px 0 14px 20px;
  list-style-type: circle;
}
#left-area ol ul, .entry-content ol ul, ol ul {
  padding: 8px 0 14px 40px;
  list-style-type: circle;
}
body.single-post .entry-content .et_pb_section {
  padding: 0 !important;
}
body.single-post .et_post_meta_wrapper h1.entry-title {
  display: none;
}
#left-area p.post-meta {
  margin-top: 0 !important;
}
.hilite {
  border-left: 4px solid #3a6f8f;
  background: #f0f0f0;
  padding: 25px;
}
@media (min-width:1200px) {
  .page-id-485 .gform_wrapper .gfield_checkbox li label, .page-id-485 .gform_wrapper .gfield_radio li label {
    font-size: 20px;
    font-weight: normal
  }
}
.page-id-485 .gfield_checkbox {
  padding-left: 0 !important;
}
.page-id-485 .gform_wrapper .gfield_checkbox li input, .page-id-485 .gform_wrapper .gfield_checkbox li input[type=checkbox], .page-id-485 .gform_wrapper .gfield_radio li input[type=radio] {
  vertical-align: top
}
.page-id-485 .ginput_container_checkbox, .page-id-485 #field_1_6 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.page-id-485 #gform_fields_1 {
  padding-bottom: 0;
}
.apply-questions li {
  margin-bottom: 1em;
  border: 1px solid #6d6d6d;
  border-radius: 8px;
  padding: 12px;
}
.apply-questions .answers .answer {
  display: block;
  margin-left: 40px;
}
.apply-questions .answers .answer label {
  font-weight: normal;
}
.hidden {
  display: none;
}
.question {
  color: #3a6f8f;
  cursor: pointer;
  padding-top: 10px;
}
.question:hover {
  color: #000;
  text-decoration: underline;
}
.answer {
  display: none;
  padding: 6px 0 10px 20px;
}
.entry-content ul ul, .entry-content ol ul {
  list-style-type: circle;
}
.entry-content ul ul ul, .entry-content ol ul ul {
  list-style-type: square;
}
#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
  padding: 0 0 23px 20px;
  list-style-position: outside;
}
#left-area ol p, .entry-content ol p, #left-area ul p, .entry-content ul p {
  margin-top: 0;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
  border: 1px solid #dadddd;
}
.apply-questions li {
  border: 1px solid #dadddd !important;
  border-radius: 0 !important
}
.apply-questions, #apply-new-applicant, #apply-re-applicant {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
#apply-new-applicant, #apply-re-applicant {
  clear: both;
  padding-bottom: 50px;
}
.et_pb_column_0 .et_pb_bg_layout_light p:first-child, .et_pb_column_0 .et_pb_bg_layout_light h2:first-child {
  margin-top: 0;
}
table th {
  background: #eee;
}
/* ANNUAL REPORT */
.page-id-208 .entry-content ul.rig.columns-3 li {
  width: auto;
}
/* RESPONSIVE TABLE */
div.art-tr {
  margin-bottom: 20px;
}
div.art-tr .art-td:first-child {
  background: #eee;
  font-weight: bold;
}
.art-td {
  border-top: 1px solid #eee;
}
.art-table .art-tbody .art-tr .art-td .art-td-first, .art-table .art-tbody .art-tr .art-td .art-td-last {
  padding: 5px 10px !important;
}
.col-md-4 #sidebar {
  float: none !important;
  width: 100% !important;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
  .et_pb_widget ul li {
    margin-bottom: 0.25em;
  }
}
.no-link {
  cursor: pointer;
}
/**/
@media (min-width:768px) {
  .half {
    width: 50%;
  }
}
.photo-caption {
  font-style: italic !important;
  color: #3a6f8f
}
@media (min-width: 1200px) {
  .photo-caption {
    font-size: 18px;
  }
}
/**/
.rig {
  text-align: center !important;
  padding-bottom: 0 !important;
}
ul.rig li {
  margin-bottom: 2% !important
}
ul.rig li img {
  margin: 0 !important;
}
.archive .et_pb_post a img {
  max-width: 25%;
  margin: 0 12px 12px 0;
  float: left;
  border: 1px solid #6d6d6d;
}
.home .display-posts-listing {
  padding: 0;
}
.display-posts-listing .listing-item {
  display: block;
  margin-bottom: 3em;
}
.display-posts-listing .listing-item a.image {
  float: left;
  margin: 0 12px 12px 0;
}
.display-posts-listing .listing-item a.title, #partner a.title {
  display: inline-block;
  background: none;
  padding: 0;
  color: #6d6d6d;
  font-weight: bold;
}
.display-posts-listing .listing-item .date {
  font-style: italic;
  display: block;
}
.display-posts-listing .listing-item .excerpt-dash {
  display: none;
}
/* Inline-Block */
.inlineblocks {
  margin: 30px 0 !important;
  padding: 0 !important;
}
.inlineblocks li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
@media all and (min-width:981px) {
  .et_header_style_split .centered-inline-logo-wrap #logo {
    display: inline;
  }
}
.hide-tribe-events-header .tribe-events-page-title, .hide-tribe-events-header .tribe-events-notices {
  display: none;
}
.homepage-instagram-small {
  display: none;
}
@media all and (max-width: 479px) {
  .homepage-instagram-normal {
    display: none;
  }
  .homepage-instagram-small {
    display: block;
  }
}
/* MULTILANGUAGE */
body .multilanguage-content {
  display: none;
}
body.mltlngg-en_US .multilanguage-content-en_US, body.mltlngg-es_ES .multilanguage-content-es_ES {
  display: inline;
}
.mltlngg-lang-switch-names li {
  padding-right: 18px !important;
  padding-left: 2px !important;
}
.mltlngg_switcher {
  border: 1px solid #595959;
  border-radius: 3px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.mltlngg-lang-button-ndic {
  color: #595959;
  background: none;
  padding: 7px 3px;
}
.mltlngg-lang-button-ndic.current {
  font-weight: bold;
}
.mltlngg_switcher .sep {
  display: inline-block;
  margin-top: 7px;
}
#lang_switch_top {
  margin-bottom: 5px;
}
@media all and (min-width:981px) {
  #lang_switch_top {
    float: right;
  }
}
#top-header #searchsubmit {
  background: #6d6d6d url(images/search-icon.png) no-repeat scroll 4px 5px;
  min-width: 32px;
  min-height: 36px;
  padding: 0;
}
/* Sidebar Menu */
.et_pb_widget li.current-menu-item a {
  color: #ce262f;
  font-weight: bold;
}
.et_pb_widget .sub-menu li a {
  color: #666 !important;
  font-weight: normal !important;
}
.et_pb_widget .sub-menu li.current-menu-item a {
  color: #ce262f !important;
  font-weight: bold !important;
}
.et_pb_widget .sub-menu li {
  margin-left: 20px !important;
  list-style: disc !important;
  font-size: 16px !important;
}
@media (min-width: 1200px) {
  .mltlngg-es_ES #nav_menu-3 h4 {
    font-size: 21px;
  }
}
/* Added by Pablo */
.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
#top-menu .menu-item-8982 a {
  background: #476C8B;
  color: #fff !important;
  border-radius: 3px;
  padding: 0.5em 1.4em;
  padding-bottom: 0.57em !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em !important;
}
.et-fixed-header #top-menu #menu-item-8982 a {
  color: #fff !important;
}
