/*
title:		South Yorkshire's Community Foundation
created:	24.08.15
modified:
*/

/*================ [ general styles ] ================ */

/* base reset */ html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol, p, blockquote, pre, form, fieldset, table, th, td    { margin: 0; padding: 0; }


html {
	font-size: 100%;

}

body {
	font-size: 100%;
	height:100%;
	background-color:#fff;
}

.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}

a  {
	text-decoration:none;
}

h1  {
	font-weight:lighter;
}

h2  {
	font-weight:lighter;
}

a:hover  {
	text-decoration: underline;
}

img {
	border:none;
	}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.container {
	width:1240px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#feeee5;
}



.flexnav li a {
	padding: 0.61em!important;
}

@media screen and (max-width:1240px) {

.container {
	width:100%;
}

}




/* ============================================================
    Fonts
============================================================ */

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-youtube:before {
  content: "\f167";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-envelope:before {
  content: "\f0e0";
  color: #666;
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone:before {
  content: "\f095";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-clock-o:before {
  content: "\f017";
}



    @font-face {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/SEGOEUI.TTF');
    }


/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 1.4em;
}

/*





/* ============================================================
    Colours
============================================================ */

.sycf_red {
	color:#e04d35;
}

.sycf_bground {
  background:#ffede5;
}

.sycf_blue {
	color:#00a5b9;
}

.sycf_green{
	color:#92992d;
}

.sycf_gry{
  color:#666;
}


/* ============================================================
    Main Grid
============================================================ */


.grid_1024  {
	width:100%;
	height:auto;
	float:left;
	}





/* ============================================================
    Columns
============================================================ */

.col_1_of_1 {
	width:100%;
	height:auto;
	float:left;
}

.col_2_of_3 {
	width:67%;
	height:auto;
	float:left;
}

.col_1_of_3 {
	width:33%;
	height:auto;
	float:left;
}

.col_1_of_2, .col_2_of_2 {
	width:50%;
	height:auto;
	float:left;
}

.col_1_of_6 {
  width:16.5%;
  height:auto;
  float:left;
}

.col_4_of_6 {
  width:67%;
  height:auto;
  float:left;
}

.col_5_of_6 {
  width:83.5%;
  height:auto;
  float:left;
}

.col_5_of_6_pad {
  width:79.5%;
  height:auto;
  float:left;
  padding-right: 3%;
}

.col_1_of_1_pad {
  width:96%;
  height:auto;
  float:left;
  padding: 2%;
}

.col_1_of_1_no_pad_top {
  width:96%;
  height:auto;
  float:left;
  padding: 1% 2% 10% 2%;
}

.flt_rght {
	float:right;
}

.mrg_rght {
	margin-right: 100px;
}

.red_brdr_btm {
	border-bottom: 1px solid #e04d35;
}

.brdr_btm {
  border-bottom: 1px solid #e04d35;

}

.pd_btm {
  padding-bottom: 15px;
}

.mrg_btm {
  margin-bottom: 35px;
}

@media screen and (max-width:680px) {
  .col_1_of_3 {
  width:100%;
  height:auto;
  float:left;
  padding-left: 0%;
}

  .col_2_of_3 {
  width:100%;
  height:auto;
  float:left;
}

.col_1_of_2 {
  width:100%;
  height:auto;
  float:left;
}


.col_1_of_6 {
  width:100%;
  height:auto;
  float:left;
}

.col_4_of_6 {
  width:100%;
  height:auto;
  float:left;
}

.col_5_of_6_pad {
  width:100%;
  height:auto;
  float:left;
  padding-right: 0;
}

}

@media screen and (max-width:580px) {

  .col_1_of_1_no_pad_top {
  width:92%;
  padding: 1% 4% 10% 4%;
}

  }

/* ============================================================
    Buttons
============================================================ */

.ec_button {
margin: 0;
padding: 7px 12px 7px 12px;
color: #1d311b !important;
font-size: .928571428571em;
line-height: 21px;
border: none;
text-decoration: none;
text-shadow: none;
font-family: Arial, Helvetica, sans-serif;
background: #08c1f3;
margin-top:15px;
}


/* ============================================================
    Fonts
============================================================ */

.header_wrap {
  width: 100%;
  float: left;
  position: relative;
}

.header_wrap img {
  width: 100%;
  float: left;
  height: auto;
}

.header_img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2000;
}


.img_overlay {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  z-index: 2001;
}

.img_overlay h3 {
  color: #fff;
  padding-left: 17%;
  float: left;
  font-size:2em;
  font-family: 'Overlock', Georgia;
  font-weight: lighter;
  position: absolute;
  bottom: 40px;
}

.img_overlay.red , h2.red {
  background: rgba(224,77,53,.7);
}

.img_overlay.blue , h2.blue {
  background: rgba(0,165,185,.7);
}

.img_overlay.green , h2.green {
  background: rgba(146,153,45,.7);
}


/* ============================================================
    Header
============================================================ */



.header  {
	width: 96%;
	height:auto;
	float:left;
	background: #fff;
	padding: 2%;
}

.header_logo_wrap {
  width:30%;
  height:auto;
  float:left;
}

.header_logo_wrap .logo_header {
  width:100%;
  height:auto;
  float:left;
}

.logo_header {
  width:100%;
  height:auto;
  float:left;
}


.logo_header h1 {
  width: 347px;
  height:auto;
  float:left;
  margin-top:2%;
  margin-bottom:2%;
}

.logo_header h1 a {
  width:100%;
  height:auto;
  float:left;
}

.logo_header h1 a img {
}


.header_left  {
	width: 280px;
	height:auto;
	float:left;
}

.header_right  {
	width: 660px;
	height:auto;
	float:left;
	margin-right: 20px;
}

.logo_wrap {
  width:95%;
  height:auto;
  float:left;
  padding: 2% 0 0 5%;
}

.logo_wrap.green {
  background: rgba(146,153,45,.7);
}

.logo_wrap.red {
  background: rgba(224,77,53,.7);
}

.logo_wrap.blue {
  background: rgba(0,165,185,.7);
}

.logo {
  width:100%;
  height:auto;
  float:left;
}

.home_banner_wrap {
	width:100%;
	height:auto;
  float: left;
  background: #92992d;
}

.home_banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;

}

.logo h1 {
	width: 347px;
	height:auto;
	float:left;
	margin-top:2%;
	margin-bottom:2%;
}

.logo h1 a {
	width:100%;
	height:auto;
	float:left;
}

.logo h1 a img {
	width:100%;
	height:auto;
	float:left;
}

.subhead_wrap {
  width: 100%;
  float: left;
}

.subhead_wrap h2 {
  color: #fff;
  padding-left: 15%;
  float: left;
  font-size:2.2em;
  font-family: 'Overlock', Georgia;
  background-color: none;
  margin-top: 280px;
  width: 65%;
}

.subhead_wrap a {
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 4px 15px;
  float: left;
  font-size:1.8em;
  margin-top: 30px;
  margin-left: 17%;
  font-family: 'Overlock', Georgia;
  margin-bottom: 50px;
}

ul.home_tabs {
	width: 100%;
	float: left;
  background: #e04d35;
}

ul.home_tabs li {
	float: left;
	list-style-type: none;
  position: relative;
}

ul.home_tabs li h2 {
	color: #fff;
	float: left;
	font-size:2.2em;
	font-family: 'Overlock', Georgia;
  margin-top: 20px;
}

ul.home_tabs li h2 a {
	color: #fff;
}

ul.home_tabs li.red_top {
	background: #e04d35;
  border-bottom: 1px solid #fff;
  margin: 0 5% 0 5%;
  width: 90%;
}

ul.home_tabs li.red_top h2 {
  position: absolute;
  bottom: 30px;

}

ul.home_tabs li.red {
  width: 90%;
  padding: 0 5%;
  background: #e04d35;
}

ul.home_tabs li.blue {
    width: 90%;
  padding: 0 5%;
	background: #00a5b9;
}

ul.home_tabs li.green {
    width: 90%;
  padding: 0 5%;
	background: #92992d;
}

.nav {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:3px;
	padding:0 40px 0 0px;
}

.social-links   {
	float:left;
	width:120px;
	height:auto;
	position:absolute;
	z-index:1100;
	right:10px; bottom: 9px;
}

.social-links ul  {
	float:left;
	width:100%;
	height:auto;
	margin-top:4%;
	display:inline;


}

.social-links ul li  {
	float:right;
	list-style-type:none;
	width:30px;
	text-align:center;

}
/*.sharedesk {
	display:none;
}*/
.sharetablet {
	display: none;
}

/* change the intro size */
@media screen and (max-width:1000px) {

ul.home_tabs li {
  float: left;
  list-style-type: none;
  position: relative;
  padding: 20px 0 20px 0;
  width: 100%;
}

ul.home_tabs li h2 {
  color: #fff;
  float: left;
  font-size:2.2em;
  font-family: 'Overlock', Georgia;
  margin-top: 0;
}

ul.home_tabs li h2 a {
  color: #fff;
}

ul.home_tabs li.red_top {
  background: #e04d35;
  border-bottom: 1px solid #fff;
  margin: 0;
  width: 90%;
  padding: 5% 5%;
}

ul.home_tabs li.red_top h2 {
  position: relative;
  bottom: 0px;
  margin: 0;
  padding: 0;

}

ul.home_tabs li.red {
  width: 90%;
  padding: 5% 5%;
  background: #e04d35;
}

ul.home_tabs li.blue {
    width: 90%;
  padding: 5% 5%;
  background: #00a5b9;
}

ul.home_tabs li.green {
    width: 90%;
  padding: 5% 5%;
  background: #92992d;
}

}

@media screen and (max-width:580px) {

  .subhead_wrap h2 {
  width: 75%;
}

.logo h1 {
  width: 80%;
  height:auto;
  float:left;
  margin-top:5%;
  margin-bottom:2%;
}

}


/* ============================================================
    Home
============================================================ */

.home_stats_wrap {
  width:94%;
  height:auto;
  float:left;
  margin: 3%;
  border-top: 1px solid #e04d35;
  padding-top: 15px;
}

ul.home_stats_image_wrap {
  width: 100%;
  float: left;
  list-style-type: none;
  display: inline;
}

ul.home_stats_image_wrap li {
  background-size: cover;
  width: 49%;
  float: left;
  margin-bottom: 20px;
  min-height: 100px;
  margin-right: 2%;
}

ul.home_stats_image_wrap li img {
  width: 100%;
  height: auto;
  float: left
}

.stats_overlay_wrap {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.stats_overlay {
  width: 90%;
  float: left;
  height: auto;
  position: absolute;
  z-index: 2001;
  padding: 0 5%;
}

.stats_overlay_wrap img {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  z-index: 2000;
}

ul.home_stats_image_wrap li + li {
  margin-right: 0;
}

.stats_overlay.green {
  background: rgba(146,153,45,.7);

}

.stats_overlay.red {
  background: rgba(224,77,53,.7);
}

.stats_overlay.blue {
  background: rgba(0,165,185,.7);
}

.right_mrg {
  margin-right: 2%;
}

.stats_overlay h3 {
  text-align: center;
  }

.stats_overlay h3 a {
  color: #fff;
  font-family: 'Overlock', Georgia;
  font-size: 2.2em;
  text-align: center;
  }

.home_stats_image p a{
  color: #fff;
}

.home_stats_wrap h2 {
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-size: 1.8em;
  margin-bottom: 20px;
}

ul.home_stats {
  width:100%;
  height:auto;
  float:left;
}

ul.home_stats li {
  width:29.3333333%;
  height:auto;
  float:left;
  background: #92992d;
  padding: 50px 2% 30px 2%;
  display: inline;
  list-style-type: none;
  min-height: 180px;
}

ul.home_stats li h2 {
  font-family: 'Overlock', Georgia;
  color: #fff;
  text-align: center;
}

ul.home_stats li h2.bignumber {
  font-size: 4em;
}

ul.home_stats li h2.smallnumber {
  font-size: 4em;
}

ul.home_stats li p {
   font-family: 'Overlock', Georgia;
  color: #fff;
   font-size: 1.6em;
   text-align: center;
}

ul.home_stats li:nth-child(1) {
background: #92992d;

}

ul.home_stats li:nth-child(2) {
background: #00a5b9;

}

ul.home_stats li:nth-child(3) {
  background: #e04d35;
  margin-right: 0;
}


@media all and (max-width: 1000px) {

ul.home_stats li h2.smallnumber {
  font-size: 3em;
}

}

@media all and (max-width: 760px) {

ul.home_stats li h2.smallnumber {
  font-size: 2em;
}

}

@media screen and (max-width:580px) {

.home_stats_image {
  background-size: cover;
  width: 90%;
  padding: 8% 5% 8% 5%;
  float: left;
  margin-bottom: 20px;
  min-height: 100px;
}

ul.home_stats li {
  width:96%;
  height:auto;
  float:left;
}

ul.home_stats_image_wrap li {
  background-size: cover;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  min-height: 100px;
  margin-right: 0;
}

ul.home_stats li h2.smallnumber {
  font-size: 3em;
}

}

/* ============================================================
    Breadcrumbs
============================================================ */

#breadcrumbs {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: .8em;
}

#breadcrumbs a {
  color: #000;
  text-decoration: underline;

}

/* ============================================================
    Main Navigation
============================================================ */

.sub-menu {
  display: none;


}

.nav-wrap {
  float: right;
  position: relative;
  z-index: 3001;

}




/* Flexnav Base Styles */
.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }
  .flexnav.opacity {
    opacity: 0; }
  .flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
  .flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
  .flexnav li a {
    position: relative;
    display: block;
    padding: .96em;
    z-index: 2;
    overflow: hidden;
    color: #222222;
    background: none;
    border-bottom: 1px solid #e04d35;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color:#e04d35;
    font-size: 1.05em;
    }

.flexnav li a:hover {
    background: #feeee5;
    text-decoration: none;
    }

.flexnav li:hover a {
      background: #feeee5;
    text-decoration: none;
}


  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden;
 }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    background: #b2b2af;
          border-bottom: 1px solid #e04d35;
 }
  .flexnav ul li ul li a {
    background: #feeee5; }
  .flexnav ul li ul li a:hover {
    background: #e04d35;
    color: #fff; }

  .flexnav ul li ul li ul li a {
    background: #cbcbc9; }


.flexnav .touch-button:hover {
      cursor: pointer; }

.flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #e04d35;
      display: none; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em .5em .5em 1em;
  color: #222222;
  cursor: pointer;
  float: right;
}
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-style: normal!important;
    display: none;}

@media all and (max-width: 960px) {
.flexnav .touch-button .navicon {
      display: block; }

      .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    background: #feeee5;  }

    }

@media all and (min-width: 960px) {
  body.one-page {
    padding-top: 70px; }

  .flexnav {
    overflow: visible; }
    .flexnav.opacity {
      opacity: 1; }
    .flexnav.one-page {
      top: 0;
      right: auto;
      max-width: 1080px; }
    .flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      overflow: visible;
      width: auto;
    }
    .flexnav li a {
      border-bottom: none;

    }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0px;
      width: 182px;

       }

.sycm-nav-wrap ul.sub-menu {
	border: 1px solid #7B9E89;
}

      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 1; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }


@media all and (max-width: 960px) {

.nav-wrap {
  width:100%;
  height:auto;
  float:left;
}

}

/* ============================================================
    Content
============================================================ */

.sytextwrap {
	width: 90%;
	margin: 0 auto;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 15px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  width: 90%;
}

.content h2 {
  font-size: 1.6em;
  margin-bottom: 25px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
}

.content h2.sy-section, #join_sy100 h2 {
  font-size: 1.8em;
  margin: 50px 0 15px 0;
  color: #fff;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  background-image: url("images/headerbg.svg");
  background-repeat: no-repeat;
  padding: 5px 10px 5px 20px;
}

h2.staff_name {
	width: 100%!important;
	font-size: 1.2em!important;
	color: #fff!important;
	margin: 0;
}

h3.staff_role {
	width: 100%;
	font-size: 1em!important;
	color: #fff!important;
}

.content h2.sy-section-2 {
  font-size: 1.8em;
  margin: 50px 0 15px 0;
  color: #fff;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  background-image: url("images/headerbg_2.svg");
  background-repeat: no-repeat;
  padding: 5px 10px 5px 20px;
}

#join_sy100 {
	width: 100%;

}

#join_sy100 li {
	list-style-type: none;
	width: 100%;
}

.staff_cta2 {
	background: #0097A9;
	width: 100%;
	margin: 10px 0;
	padding: 5%;
	text-align: center;
	font-size: 0.9em;
	overflow: auto;
}

#join_sy100 p, #meetteam p {
	padding: 0;
	color: #fff;
	margin: 0;
	font-size: 1.5em;
	width: 100%;
}

ul.staff_contact p {
	margin: 40px 0;
}

.sy100_staffprofile, ul.sy100_staffprofile {
	float: left!important;
	margin-top: 30px;
	width: 49%;
	margin-left: 0!important;
}

ul.sy100_staffprofile li {
	list-style-type: none;
}

h2.sy100_staffprofile  {
	font-family: 'Overlock', Georgia;
	font-weight: 600;
	background-image: none!important;
	color: #fff;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 2em!important;
	display: block;
	width: 100%;
}

h3.sy100_staffrole  {
	font-family: 'Overlock', Georgia;
	font-weight: 600;
	background-image: none!important;
	color: #fff!important;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 2em!important;
	display: block;
	width: 100%;
}

ul.staff_contact {
	margin-top: 20px;
	width: 46%;
}

ul.staff_contact p, ul.staff_contact a, ul.staff_contact li {
	color: #fff!important;
	list-style-type: none;
	padding: 0;
}

.sy100_info p {
	text-align: center;
	color: #fff;
	padding-left: 52%;
	font-size: 1.2em;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	line-height: 28px;
	margin-bottom: 15px!important;
}


.sy100_staffprofile img {
	border: 1px solid #fff;
	width: 100%;
}

.sy100_info a {
	text-decoration: none!important;
	transition: all 0.5s;
	display: inline-block;
	margin-bottom: 15px!important;
}

.sy100_info a:hover {
	opacity: 0.8;
}

a.sy100_phone span::before {
	content: url(images/phone.png);
	color: #EBF5F2;
	background: #0097A9;
	border-radius: 5px;
	margin-right: 12px;
	width: 35px;
	display: inline-block;
}

a.sy100_phone span {
	background: #EBF5F2;
	color: #0097A9;
	padding: 5px;
	font-family: 'Overlock', Georgia;
	font-weight: 600;
	border-radius: 10px;
	font-size: 25px;
	vertical-align: -50%;
}

a.sy100_email span::before {
	content: url(images/email.png);
	color: #EBF5F2;
	background: #0097A9;
	border-radius: 5px;
	margin-right: 12px;
	width: 35px;
	display: inline-block;
}

a.sy100_email span {
	background: #EBF5F2;
	color: #0097A9;
	padding: 5px;
	font-family: 'Overlock', Georgia;
	font-weight: 600;
	border-radius: 10px;
	font-size: 24px;
	vertical-align: -50%;
	margin-bottom: 15px;
}

h2.sy100_widgetheader {
	font-family: 'Overlock', Georgia;
	font-weight: 600;
	background-image: none!important;
	color: #fff;
	margin: 0!important;
	padding: 0!important;
	font-size: 1.5em;
}

.cta_text2 {
	width: 100%;
	text-align: center;
}

.cta_text2 p, .cta_text2 h2 {
	padding: 0!important;
	color: #fff!important;
	font-family: 'Overlock', Georgia;
}

.content h2.sy-subtitle {
  font-size: 1.6em;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
}

.content h3 {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
	overflow-wrap: normal !important;
}


.content h2 a {
  color: rgba(106,71,36,1);
}

.content p {
  font-size: 1.5em;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  line-height: 1.4;
  color: #000;

}

.sy-apply p {
	padding-right: 0;
}

.content p a {
  text-decoration: underline;
  color: #000;
  margin-bottom: 30px;
}

.content p a.cta {
  border: 1px solid rgba(206,181,165,1);
  float: left;
  width: 36%;
  margin-right: 5%;
  padding: 2%;
  margin-top: 20px;
}

.content iframe {
  width: 100%;
  float: left;
}

.video-box {
  width: 90%;
  margin: 0 auto;
  height: 315px;
}

.video-box p {
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  color: #fff;
  margin-bottom: 15px;
}

.video-text {
  width: 90%;
  margin: 0 auto;
  background: #0097A9;
}

.video-text p {
  font-size: 1em;
  color: #fff;
  margin-bottom: 15px;
  padding: 0 5%;
}

.video-text p:first-child {
  padding-top: 15px;
}

.video-text p:last-child {
  padding-bottom: 15px;
}

.SY_green {
	color: #999B30!important;
}

#reasons_to_join {
	width: 90%;
	display: block;
	margin: 0 5%;
}

ul.reasons_to_join {
	list-style-type: none;
	margin: 0!important;
	display: block;
}

li.reason_text {
	margin: 0 0 5px 0!important;
	background: #0097A9;
	padding: 2% 5%;
	width: 95%!important;
	border-radius: 5px;

}

li.reason_text img {
	margin-right: 5%;
	vertical-align: middle;
}

li.reason_text p {
	width: 87%;
	padding: 0;
	font-size: .7em;
	color: #fff;
	margin: 0!important;
	vertical-align: middle;
}

li.reason_text img, li.reason_text p {
	display: inline-block;
}

a.sy100-members {
	display: block;
	float: left;
	margin: 20px 35%;
	width: 30%;
}


span.sy100members_btn {

	padding: 15px 2px;
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	background: #0097A9;
	transition: all 0.5s;
	color: #fff;
	font-family: 'Overlock', Georgia;
	font-weight: 600;
	border-radius: 5px;
}

span.sy100members_btn:hover {
	opacity: 0.7;
}


#join_sy100 {
	display: block;
	float: left;

}










.content blockquote {


}

blockquote p {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-style: italic;
  border-top: 1px solid #e04d35;
  border-bottom: 1px solid #e04d35;
  padding: 10px 0;

}

.content ul, .content ol {
  width: 96%;
  height: auto;
  float: left;
  margin-left: 4%;
  margin-bottom: 20px;
}

.content ul li, .content ol li  {
  width: 100%;
  height: auto;
  float: left;
  font-size: 1.8em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  margin-bottom: 3px;
}

.content ul li a, .content ol li a {
  text-decoration: underline;
  color: #000;

}

.content ul li ul li, .content ol li ol li {
  width: 100%;
  height: auto;
  float: left;
  font-size: 1em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}



.funds_wrap {


}


ul.funds {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  width: 100%;
}

ul.funds li {
  width: 22%;
  list-style: none;
  padding: 8px;
  background: #EBF5F2;
  margin: 30px 1.3%;
  padding: 0;
  border-radius: 15px;
  cursor: pointer;
  height: 160px;
}

ul.funds li:nth-child(even) {
  background: #fff;
}

ul.funds li h2 {
  font-size: 0.8em;
  color: #0097a9;
  width: 90%;
  padding: 0;
  margin:0;
  display: inline-block;

  text-align: center;
  	vertical-align: middle;
  	padding: 6px 0;
}

ul.funds li i {
  width: 5%;
  display: inline-block;
  color: #e04d35;
}

ul.funds li h3 {
  font-size: 1.1em;
}

ul.funds li p {
  font-size: .8em;
}

ul.funds li blockquote p {
  font-size: .8em;
  color: #e04d35;
  padding: 0 5% 0 5%;
  border-top:0;
  border-bottom:0;
}

.funds_hide {
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    	border: 1px solid #0097a9;
}

.funds_title {
	top: -17px;
	display: block;
	font-size: .8em;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #0097a9;
	border-radius: 5px;
	width: 90%;

}


ul.funds li img {
  height: 100%;
  margin: 0;
  position: relative;
      flex-shrink: 0;
    min-width: 100%;
    min-height: 100%

	}

ul.fund_nav {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  display: block;
}

ul.fund_nav li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

ul.fund_nav li a {
  list-style: none;
  display: inline;
  color:#e04d35;
  font-size: 1.6rem;
}

.fund_anc{
  display: block;
}



.intro  {
	width:80%;
	height:auto;
	margin: 20px 10% 45px 10%;
	float:left;
}

.intro h1  {
	font-family: 'Overlock', sans-serif;
	font-size: 2.6em;
	padding: 2% 40px 2% 40px;
	line-height: 1.3em;
	color:#e04d35;
	text-align: left;
	margin: 0;

}

.intro h2  {
  font-family: 'Overlock', sans-serif;
  font-size: 1.8em;
  padding: 2% 40px 2% 40px;
  line-height: 1.3em;
  color:#e04d35;
  text-align: left;
  margin: 0;

}

.page_links {
  width: 100%;
  height: auto;
  float: left;
  background-size: cover;
}

.page_links h2 a.red {
  background: rgba(224,77,53,.7);
}

.page_links h2 a.blue {
  background: rgba(0,165,185,.7);
}

.page_links h2 a.green {
  background: rgba(146,153,45,.7);
}

.page_links h2 a {
  color: #fff;
  font-family: 'Overlock', sans-serif;
  font-size: .8em;
  padding: 10% 5% 5% 5%;
  width: 90%;
  height: auto;
  float: left;
}


.show_hide_wrap {
  background: rgb(222,240,232);
  width: 100%;
  height: auto;
  float: left;
}


.SH_green, .SH_red {
	background: none;
}

.show_hide_wrap dl {
  width: 96%;
  height: auto;
  float: left;
  list-style-type: none;
  border-bottom: 1px solid #00a5b9;
  padding: 2%;
}

.SH_green dl, .SH_red dl {
	padding: 0!important;
	width: 100%!important;
	border-bottom: none;
	margin-bottom: 20px;
}

.SH_green dd {
	padding: 2%;
	width: 96%!important;
	border: 1px solid #999B30;
	background : #F2F7E7;
}

.SH_red dd {
	padding: 2%;
	width: 96%!important;
	border: 1px solid #E04E39;
	background : #F2F7E7;
}

.SH_green h2, .SH_red h2 {
	margin: 0;
	color: #fff!important;
}

.SH_green h2, .SH_red h2 {
	margin: 0;
	color: #fff!important;
}

.SH_green dt h2, .SH_red dt h2 {
	color: #999B30!important;
}

.SH_green i.fa, .SH_red i.fa {
	color: #fff;
}


.show_hide_wrap dl dd {
  float: left;
  width: 100%;
  cursor: pointer;
}

.SH_green dd {
	background: #999B30;
}

.SH_red dd {
	background: #E04E39;
}

.show_hide_wrap dl dd h2 {
  width: 90%;
  height: auto;
  float: left;
  color: #00a5b9;
  font-family: 'Overlock', sans-serif;
  font-size: 1.6em;
}

.show_hide_wrap dl dt {
  float: left;
  width: 100%;
  overflow: hidden;

}

.SH_green dl dt {
	padding: 2%;
	background: #F2F7E7;
	border: 1px solid #999B30;
	width: 96%;

}

.SH_red dl dt {
	padding: 2%;
	background: #FEF2ED;
	border: 1px solid #E04E39;
	width: 96%;

}

.SH_green dl dt p, .SH_red dl dt p {
	padding: 0;

}

.show_hide_wrap dl dt h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
  color:#00a5b9;
}

.show_hide_wrap dl dt h3 {
  width: 90%;
  height: auto;
  float: left;
  color: #00a5b9;
  font-family: 'Overlock', sans-serif;
  font-size: 1.6em;
}

.show_hide_wrap dl dd i {
  font-size: 2.2em;
  color: #00a5b9;
  width: 10%;
}

.show_hide_wrap dl dt ul li {
  font-size: 1.2em;
}

.show_hide_wrap dl dt ul.give_logos {
  width: 90%;
  display: block;
  margin: 0;
  padding: 0;
  padding: 5% 5% 0 5%;

}

.show_hide_wrap dl dt ul.give_logos li {
  width: 27%;
  display: block;
  float: left;
  padding: 3%;
    display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.show_hide_wrap dl dt ul.give_logos li img {
  width: 100%;
  height: auto;
}

.show_hide_wrap dl dt p {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.2em;
  color: #000;
  line-height: 1.6;
}

a.findmore_btn {
	width: 22%;
	margin: 10px auto;
	display: flex;
	text-align: center;
	text-decoration: none;
}

a.findmore_btn span.btn_green {
	width: 100%;
	padding: 10px 15px;
	display: block;
	background-color: #999B30;
	border-radius: 5px;
	color: #fff;
  	font-family: 'Overlock', sans-serif;
  	font-weight: bold;
  	transition: all 0.5s;
}

a.findmore_btn span.btn_green:hover, a.findmore_btn span.btn_red:hover {
	opacity: 0.7;
	text-decoration: none;
}

a.findmore_btn span.btn_red {
	width: 100%;
	padding: 10px 15px;
	display: block;
	background-color: #E04E39;
	border-radius: 5px;
	color: #fff;
  	font-family: 'Overlock', sans-serif;
  	font-weight: bold;
  	transition: all 0.5s;
}




@media all and (max-width: 1000px) {

.intro  {
  width:90%;
  height:auto;
  margin: 20px 5% 45px 5%;
  float:left;
}

}

@media screen and (max-width:580px) {

.intro  {
  width:94%;
  height:auto;
  margin: 20px 3% 45px 3%;
  float:left;
}

.intro h1  {
  padding: 2% 5% 2% 5%;
  font-size: 2em;
}

.intro h2  {
  padding: 2% 5% 2% 5%;
  font-size: 1.4em;
  line-height: 1.5;
}

.content h2 {
  font-size: 1.8em;
  margin-bottom: 25px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
}

.content h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
}

.content p {
  font-size: 1.6em;

}


.content blockquote {


}

blockquote p {
  font-size: 1.6em;

}

li.reason_text p {
	width: 79%;
}

.content ul li, .content ol li {
  font-size: 1.4em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}

span.sy100members_btn {
	width: 100%;
}

.sy100_staffprofile {
	width: 100%;
}



}


/* Extra small devices (phones, 600px and down) */
@media screen and (max-width:600px) {
ul.funds li {
	width: 46%;
}


a.sy100_phone span, a.sy100_email span {
	font-size: 20px;
}

.sy100_staffprofile {

	width: 100%;

}

h2.staff_name {
	margin-bottom: 4px;
}

ul.sy100_staffprofile, ul.staff_contact, ul.staff_contact p {
	margin: 0;
}

.staff_cta2 li {
	margin: 15px 0!important;
}


ul.staff_contact {
	width: 100%;
	margin-left: 0;
}

.SH_green dl dd, .SH_red dl dd {
	height: auto;
}

.SH_green dl dd h2, .SH_red dl dd h2 {
	font-size: 1.1em;
}

.SH_green dl dt, .SH_red dl dt {
	padding: 10%;
	width: 80%;
}

a.findmore_btn {
	width: 50%;
}




}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width:600px) {

ul.funds li {
	width: 46%;
}

h2.staff_name {
	margin-bottom: 4px;
}

ul.staff_contact {
	width: 100%;
	margin-left: 0;
}

.SH_green dl dd, .SH_red dl dd {
	height: auto;
}

.SH_green dl dd h2, .SH_red dl dd h2 {
	font-size: 1.6em;
}

.SH_green dl dt, .SH_red dl dt {
	padding: 5%;
	width: 90%;
}

a.findmore_btn {
	width: 35%;
}


}

/* Medium devices (landscape tablets, 769px and up) */
@media screen and (min-width:769px) {

ul.funds li {
	width: 46%;
}

ul.staff_contact {
	width: 46%;
	margin-left: 4%;
}

a.sy100_phone span, a.sy100_email span {
	font-size: 23px;
}

}


/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width:992px) {

ul.funds li {
	width: 22%;
}

.sy100_staffprofile, ul.sy100_staffprofile {
	width: 50%;
}

.staff_contact p, .staff_contact li {
	margin: 10px 0;
}



.SH_green dl dt, , .SH_red dl dt {
	padding: 2%;
	width: 96%;
}

a.findmore_btn {
	width: 25%;
}



}

@media screen and (max-width:1024px) {

li.reason_text p {
	width: 75%;
}


.sy100_staffprofile {
	width: 100%;
}

}


.navigation {
  margin-top: 20px;
  display: block;
  width: 100%;
}

.navigation p {
  margin: 0;
  padding: 0;
}

.navigation p.fl {
  float: right;
}

/* ============================================================
    CTA form
============================================================ */

.cta_form {
	width:90%;
	height:auto;
	float:left;
	background: #ccc;
	background: -moz-linear-gradient(top,rgba(65,192,234,1) 0,rgba(59,143,188,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(65,192,234,1)),color-stop(100%,rgba(59,143,188,1)));
	background: -webkit-linear-gradient(top,rgba(65,192,234,1) 0,rgba(59,143,188,1) 100%);
	background: -o-linear-gradient(top,rgba(65,192,234,1) 0,rgba(59,143,188,1) 100%);
	background: -ms-linear-gradient(top,rgba(65,192,234,1) 0,rgba(59,143,188,1) 100%);
	background: linear-gradient(to bottom,rgba(65,192,234,1) 0,rgba(59,143,188,1) 100%);
	-pie-background: linear-gradient(#eff2f3,#d2e7f2);
	padding:5%;
}

.cta_form h2 {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin-bottom:10px;

}

.cta_form p {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:40px;

}

/* ============================================================
    Dotmailer
============================================================ */

.dotmailer {
  width:70%;
  height:auto;
  float:left;
  font-size: 1em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #e04d35;
  margin-top: 40px;
  margin-bottom: 100px;
}

.strap .dotmailer h3 {
  margin-bottom: 30px;
}

.dotmailer p.header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;

}

.dotmailer p.label {
  margin-bottom: 0px;
  width: 30%;
  float: left;
}

.dotmailer img {
float: left;
}

.dotmailer button {
float: left;
}

.mail_submit {
  font-family: 'Source Sans Pro', Arial, Helvetica;
  background: #00a5b9;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  margin-top: 15px;
  font-size: 1.2em;
  cursor: pointer;
}

.db_row input[type="text"], .db_row textarea
{
  font-size:.875em;
  display: block;
  width: 67%;
  height: 30px;
  color:#666;
  margin-bottom:0px;
  background-color:#fff;
  padding-left:2%;
  border:none;
  float: left;
  background: #eeeeee;
}

.dotmailer_form {
  width:100%;
  height:auto;
  float:left;
}

.db_row {
  width:100%;
  height:auto;
  float:left;
  border-bottom: 1px solid #e04d35;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width:1000px) {

.dotmailer {
  width:100%;
  height:auto;
  float:left;
}

}


/* ============================================================
    Footer
============================================================ */


.footer_wrap {
	width:94%;
	height:auto;
	float:left;
	background-color: #fff;
	padding: 3%;

}


.footer_logo img {
  width: 70%;
  float: left;
  height: auto;
}

.cta_three_col {
  width: 96%;
  float: left;
  background-size: cover;
  background-image: url('images/blue_cta.png');
  background-repeat: no-repeat;
  padding: 5% 2% 5% 2%;
}

.cta_three_col h2 {
  color: #fff;
  text-align: center;
  font-size: 2.6em;
  padding: 30px 15% 0 15%;
  font-family: 'Overlock', Arial, Helvetica;
  margin-bottom: 30px;
}

.cta_three_col h2 li {
  list-style-type: none;

}

ul.na_glance {
  width: 100%;
  float: left;
}

ul.na_glance li {
  width: 28%;
  margin-right: 2%;
  background-color: #fff;
  padding: 2%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style-type: none;
  display: inline;
  margin-bottom: 20px;
  padding-bottom: 20px;
  }

ul.na_glance li img {
  margin-top: 0;
  height: auto;
  }

ul.na_glance li h3 {
  font-size: 1.6em;
  font-family: 'Overlock', Arial, Helvetica;
  color:#e04d35;
  margin-bottom: 25px;
  font-weight: 400;
}

ul.na_glance li h2 {
  font-size: 1.6em;
  font-family: 'Overlock', Arial, Helvetica;
  color:#e04d35;
  text-align:left;
  margin-top: 0;
  padding-top: 0;
  font-weight: 400;
  margin-bottom: 25px;
}

ul.na_glance li h2 a{
  font-family: 'Overlock', Arial, Helvetica;
  color: #e04d35;
  text-align:left;
  font-weight: bold;
}

ul.na_glance li p{
  font-size: 1em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #333;
  text-align:left;
}

ul.na_glance li:nth-child(3n) {
  margin-right: 0;
}

ul.na_glance ul li {
  width: 100%;
  font-size: 1.2em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #333;
  padding-left: 0;
  margin: 0;
  }

ul.na_glance ul li a {
  text-decoration: underline;
  color: #333;
  }

  .textwidget a {
    color: #fff!important;

  }

.entry-content {
  float: left;

}

.entry-meta {
  float: left;
  margin-top: 30px;
  font-size: .8em;
  text-decoration: none;
}

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

.glance_mid {
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

.glance_mid p {
  margin-bottom: 20px;
}

.glance_btm {
  float: left;
  height: 70px;
  width: 100%;
}

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

.img_rsz img {
  height: 60px!important;
  width: auto;
}

ul.pages {
  width: 100%;
  float: left;

}

ul.pages li {
  font-size: 1.8em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #86776f;
  text-align:left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrap_tweet_date {
  margin-top: 20px;
    font-size: 1.8em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #86776f;
  text-align:left;
  float: left;
}

.donate_wrap {
  width: 96%;
  float: left;
  background:#e04d35;
  margin-bottom: 80px;
}

.donate_wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding: 20px 10% 0 10%;
  font-family: 'Overlock', Arial, Helvetica;
  margin-bottom: 30px;
}

.donate_wrap h2 li {
  list-style-type: none;

}

.donate_wrap h2 a {
  color: #fff;
  text-decoration: underline;
}

.donate_wrap h2 a.appleLinks  {color:#ffffff;}

.footer_mail {
  width: 96%;
  float: left;
  background:#e04d35;
}

.strap li {
  list-style-type: none;

}

.strap h3 {
  font-size: 1.4em;
  font-family: 'Overlock', Arial, Helvetica;
  text-align:left;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.footer {
  font-size: .8em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #000;
  text-align:center;
  padding-top: 30px;
  margin-top: 30px;
}

.footer ul {
	width: 60%;
	margin-left: 20%;
	display: inline;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
  padding-bottom: 20px;
}

.footer li {
	list-style-type: none;
	display: inline;
}

.footer ul li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	border-right: 1px solid #000;
	padding-right: 20px;
	margin-bottom: 30px;
}

.footer ul li:nth-last-child(1) {
  border-right: none;
}

.footer ul li a {
  color: #000;

}

#jg-widget-sycf-39 {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-right: 50%;
  margin-bottom: 30px;
display: none;
}


@media screen and (max-width:580px) {

ul.na_glance li {
  width: 96%;
  margin-left: 0;
}

.footer_logo img {
  width: 70%;
  float: left;
  height: auto;
  margin-bottom: 30px;
}

.cta_three_col h2 {
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  padding: 30px 15% 0 15%;
  font-family: 'Overlock', Arial, Helvetica;
  margin-bottom: 30px;
}

}

.footer {
	width:100%;
	height:auto;
	float:left;
	background-color: #fff;

}

ul.footer_list {
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.footer_list li {
	display: block;
	width: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #0a5c9e;
	margin-bottom: 2px;
}

ul.footer_list li a {
	color: #0a5c9e;
}

ul.social_list {
  float: left;
  margin-top: 45px;
  width: 100%;
}

ul.social_list li {
  list-style: none;
  display: inline;
  margin-right: 30px;
  font-size: 100%;
  width: auto;
  float: left;
}

ul.social_list li a {
	color:#e04d35;
}



@media screen and (max-width:620px) {

.footer ul li img {
	width:80%;
	height:auto;
	float:left;
}

.footer ul {
	margin-right: 0px;
	margin-left: 0px;


}


}



/* ============================================================
    Main Content
============================================================ */


.main_content  {
	width:96%;
	height:auto;
	float:left;
	margin:0 2% 2% 2%;
	}

.inner_banner {
	width:100%;
	height:auto;
	float:left;
}


.inner_banner_pic {
	width:100%;
	height:auto;
	float:left;
	position:relative;
}

.inner_banner_pic img {
	width:100%;
	height:auto;
}

.inner_banner_title {
	position:absolute;
	z-index:1;
	margin:50px;
	width:30%;
	height:auto;
	}

.inner_banner_title h1 {
	color:#2b84a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.2em;
	text-transform:uppercase;
	}

.inner_banner_title h2 {
	color:#7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	}


.leftnav {
	width:25%;
	height:auto;
	float:left;
	}


.leftnav h2 {
	color:#2b84a1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:8px;
	line-height:1.4;
	padding:0 0 0 15px;
	}


.leftnav ul  {
	width:90%;
	height:auto;
	float:left;
	list-style-type:none;
	}

.leftnav ul li  {
	width:100%;
	height:auto;
	float:left;
	border-top:1px solid #c4c4c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#636363;
	padding:10px 0 10px 0;
	}

.leftnav ul li.current_page_item  {
	color:#636363;
	background-image:url(images/left_nav_select.png);
	background-repeat:no-repeat;
	background-position:left 13px;
	}



.leftnav ul li a  {
	color:#636363;
	padding:10px 0 10px 15px;
	}

.leftnav ul li a:hover  {
	background-image:url(images/left_nav_select.png);
	background-repeat:no-repeat;
	background-position:left 13px;
	text-decoration:none;
	}



.three_columns  {
	width:64%;
	height:auto;
	float:left;
	padding-right:0;
	}

.biog  {
	width:100%;
	height:auto;
	float:left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	}

.biog-text  {
	width:400px;
	height:auto;
	float:left;
	padding-top: 20px;
	}

.biog-text h1 {
	color:#2b84a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	}

.biog-text h2 {
	color:#7c7c7c;
	font-family: georgia, serif;
	font-size:1em;
	margin-bottom: 25px;
	font-style: italic;
	}

.biog-text p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#434343;
	margin-bottom:15px;
	line-height:1.4;
	}

.biog-text p a, .biog-text a {
		color:#2b84a1;

	}

.biog-pic  {
	width:210px;
	height:auto;
	float:left;
	}


.sidebar_wrap  {
	width:25%;
	height:auto;
	float:left;
	}

.breadcrumb  {
	width:100%;
	height:auto;
	float:left;
	padding:8px 0 8px 5px;
	margin:10px 0 15px 0;

}

.breadcrumb p {
	list-style-type:none;
	display:inline;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#a80b7a;
}

.breadcrumb p a {
	color:#a80b7a;
}

@media screen and (max-width:600px) {

.inner_banner_pic {
	width:100%;
	height:auto;
	float:left;
	position:relative;
}

.inner_banner_pic img {
	width:100%;
	height:auto;
}

.inner_banner_title {
	position:relative;
	margin:0px;
	width:0%;
	height:auto;
	width:90%;
	padding:5%;
	}

.content {
	width:94%;
	height:auto;
	float:left;
	padding-right:3%;
	}

.leftnav  {
	display:none;
	}

.sidebar_wrap  {
	width:100%;
	height:auto;
	float:left;
	}

}



}



/* ============================================================
    News/Events
============================================================ */

.news_wrap {
  width:80%;
  background: #fff;
  float: left;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 80px;
  position: relative;
  z-index: 2000;
}

.article {
  width:96%;
  float: left;
  border-bottom: 1px solid #e04d35;
  padding-bottom: 30px;
  background: #fff;
  padding: 2%;
  margin-bottom: 1px;
}

.news_pic {
  width:40%;
  float: right;
  margin-left: 10%;
  margin-bottom: 20px;
}

.news_pic img {
  width: 100%;
  float: left;
  height: auto;
}

.news_img {
  width:40%;
  float: right;
  margin-left: 10%;

}

.archive {
  width: 45%;
  float: left;
  margin-right: 5%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.archive h2 {
  font-size: 2.2em;
  margin-bottom: 15px;
  font-family: 'Overlock', Arial, Helvetica;
  padding-right: 10%;
  color: #e04d35;
  font-weight: lighter;
}

.archive h2 a {
  color: #e04d35;
}

.archive ul {
  width: 100%;
  float: left;
    padding: 0;
  margin: 0;
}

.archive ul li {
  font-size: 1.4em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #000;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.archive ul li a {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.news_content_intro {
  width: 61%;
  float: left;
}

.news_content_intro h1 {
  font-size: 3.6em;
  margin-bottom: 15px;
  color: #000;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;

}

.news_content_intro p {
  font-size: 3em;
  margin-bottom: 15px;
  font-family: 'Raleway', Arial, sans-serif;
  padding-right: 10%;
  color: #000;
  font-weight: 300;

}

.red_brdr_top {
  border-top: 1px solid #e04d35;
  padding-top: 30px;

}

.news_content {


}

.news_content h1 {
  font-size: 2.2em;
  margin-bottom: 15px;
  font-family: 'Overlock', Arial, Helvetica;
  padding-right: 10%;
  color: #e04d35;
  font-weight: 300;

}

.news_content h2 {
  font-size: 2.2em;
  margin-bottom: 15px;
  font-family: 'Overlock', Arial, Helvetica;
  padding-right: 10%;
  color: #e04d35;
  font-weight: 300;

}

.news_content h2 a {
  color: #e04d35;
}

.news_content h3 {
  font-size: 1.6em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  color: #000;
  font-weight: 600;

}

.news_content p {
  font-size: 1.4em;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  color: rgba(35,31,32,1);
  line-height: 1.4;

}

.news_content p a {
  margin-top: 20px;
  color: rgba(35,31,32,1);
}

.news_content p a.box, .content p a.box  {
  border: 1px solid rgba(206,181,165,1);
  float: left;
  width: 36%;
  margin-right: 5%;
  padding: 2%;
  margin-top: 20px;
  text-decoration: none;
  color: rgba(206,181,165,1);
}

.news_content p a.box:hover, .content p a.box:hover  {
  background: rgba(206,181,165,1);
  color: #fff;
}

.news_content blockquote p {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-style: italic;
  border-top: 1px solid #e04d35;
  border-bottom: 1px solid #e04d35;
  padding: 20px 0;

}

.news_content ul, .news_content ol {
  width: 90%;
  height: auto;
  float: left;
  margin-left: 35px;
  margin-bottom: 20px;
  padding-right: 10%;
}

.news_content ul li, .news_content ol li {
  width: 100%;
  height: auto;
  float: left;
  font-size: 1.4em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  margin-bottom: 15px;
}

ul.author {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 50px;
}

ul.author li {
  width: 50%;
  float: left;
  display: inline;
    font-size: 1.2em;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  color: #e04d35;
  line-height: 1.4;
}

.ssba {
  border: 0!important;
}

.ssba a{
  margin-right: 5px;
}

@media all and (max-width: 1020px) {

.news_pic {
  width: 50%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}
}

@media all and (max-width: 560px) {

.news_pic {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

.news_pic img {
  width: 100%;
  float: left;
}

.news_wrap {
  width:90%;
  background: #fff;
  float: left;
  padding: 5%;
}

.news_content h2 {
  padding-right: 0;
}

.news_content_intro {
  width: 90%;
  float: left;
}

}





/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/

.owl-theme .owl-controls{
/* 	margin-top: 10px; */
	text-align: center;
	position: absolute;
	margin-top: -3%;
	margin-left: 65%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
/*
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
*/
/* 	background: #869791; */
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-next {
	height:50px;
	background-image:url(images/arrow_right.png);
	background-repeat:no-repeat;
	right: 0px;
	top: 130px;
	position: absolute;

}

.owl-prev {
	height:50px;
	background-image:url(images/left_arrow.png);
	background-repeat:no-repeat;
	left: 0px;
	top: 130px;
	position: absolute;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #08c1f3;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


@media screen and (max-width:420px) {

.slider-wrap {

}

}


.slide-content {

	position: relative;


}

.slide-content img {

	position: relative;
	width: 100%;
    height: 100%;
	z-index: 1000;



}

.slide-content .banner-intro {

	position: absolute;
	z-index: 1100;
	width: 50%;
	height: auto;
	right: 0;
	padding: 10% 5% 5% 5%;

}


.banner-intro h2 {
	color:#2b84a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.8em;
	text-transform: uppercase;
	text-align: center;
	font-weight: lighter;

}

.banner-intro h3 {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-align: center;
	margin-bottom: 20px;
	font-weight: lighter;

}

.banner-intro a {
	color:#08c1f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	border-bottom:1px solid #08c1f3;
	border-top:1px solid #08c1f3;
	padding:8px 0 8px 0;
	text-transform:uppercase;
	text-align: center !important;
	margin-left: 40%;

}

.banner-intro a:hover {
	color:#3b8fbc;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #3b8fbc;
	border-top:1px solid #3b8fbc;
	text-decoration:none;

}


@media screen and (max-width:420px) {

.banner-intro h2 {
	color:#2b84a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-transform: uppercase;
	text-align: center;
	font-weight: lighter;

}

.banner-intro h3 {
	display: none;

}

.banner-intro a {
	display: none;

}

.owl-theme .owl-controls .owl-page span{
	height: 4px;
	width: 4px;
	margin-top: 15px;

}

}


/* ============================================================
    Form - Contact
============================================================ */

.content input[type="text"]
{
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size:1.4em;
    display: block;
  width: 95%;
  height: 30px;
  color:#666;
  margin-top:5px;
  margin-bottom:5px;
  background-color:#fff;
  padding-left:15px;
}

div.content input[type="email"]
{
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size:1.4em;
    display: block;
  width: 95%;
  height: 30px;
  color:#666;
  margin-top:5px;
  margin-bottom:5px;
  background-color:#fff;
  padding-left:15px;
}

.content textarea
{
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size:1.4em;
    display: block;
  width: 95%;
  height: 200px;
  color:#666;
  margin-top:5px;
  margin-bottom:5px;
  background-color:#fff;
  padding-left:15px;
}

img.ajax-loader {
  width: auto;
  height: auto;
  float: left;
}

.wpcf7 {
  width: 100%;
  float: left;
}

.wpcf7 p {
  font-size: .4em;
  font-weight: lighter;
}

.wpcf7-response-output {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size:.6em;
}

.wpcf7-validation-errors {
  border: none!important;
  color: #f00;
  padding-left: 0!important;
  margin-left: 0!important;
}

.wpcf7-mail-sent-ok {
  border: none!important;
  color: #398f14;
  padding-left: 0!important;
  margin-left: 0!important;
}

.wpcf7-response-output {
  float: left;
  margin-top:0!important;

}

.contact_content {
	width: 94%;
	height: auto;
	float: left;
	background-color: #fff;
	padding: 3%;
	padding-bottom: 50px;
	}

.contact_content h2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#a80b7a;
		margin-bottom: 10px;
		margin-top: 5px;
	}

.contact_content h3 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#a80b7a;
		margin-bottom: 10px;
		margin-top: 5px;
	}

.contact_content p  {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#434343;
	margin-bottom:15px;
	line-height:1.4;
	width: 100%;
	float: left;
	}

.contact_content p a, .contact_content a {
		color:#2b84a1;
		font-weight: bold;
	}

.wpcf7-list-item{
	width: 100%;
	height: auto;
	float: left;

}

.contact_content input[type="text"], .contact_content textarea
{
	font-size:.875em;
    display: block;
	width: 60%;
	height: 30px;
	color:#666;
	margin-bottom:0px;
	background-color:#fff;
	padding-left:4px;
  border: 0;
}

div.contact_content input[type="email"], .contact_content textarea
{
	font-size:.875em;
    display: block;
	width: 60%;
	height: 28px;
	color:#666;
	margin-top:5px;
	margin-bottom:0px;
	background-color:#fff;
	padding-left:4px;
  border: 0;
}


div.contact_content input[type="tel"], .contact_content textarea
{
	font-size:.875em;
    display: block;
	width: 60%;
	height: 28px;
	color:#666;
	margin-top:5px;
	margin-bottom:0px;
	background-color:#fff;
	padding-left:4px;
  border: 0;
}

div.contact_content input[name="your-message"], .contact_content textarea
{
	font-size:.875em;
    display: block;
	width: 60%;
	height: 128px;
	color:#666;
	margin-top:5px;
	margin-bottom:0px;
	background-color:#fff;
	padding-left:4px;
  border: 0;
}

.wpcf7-submit {
	margin: 0;
padding: 7px 30px 7px 30px;
color: #fff !important;
font-size: .928571428571em;
line-height: 21px;
border: none;
text-decoration: none;
text-shadow: none;
font-family: 'Lato', Arial, Helvetica, sans-serif;
background: #e04d35;
margin-top:15px;
margin-left: 0;
float: right;
margin-right: 15px;

}

.wpcf7-validation-errors {
	border: none!important;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}

div.wpcf7-mail-sent-ok {
	border: none!important;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}


/* ============================================================
   Sidebars
============================================================ */

.share .fa-share-alt {
  color: #92992d;
  float: left;
  font-size: 1.2em;
  padding-top: 6px;
  margin-right: 10px;
}

.share p.sharetext {
  color: #92992d;
  font-size:1.2em;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  margin-bottom: 30px;
}

.share p.sharetext a {
  color: #92992d;
}

i.fa-envelope {
  width: 20px;
  margin-bottom: 20px;
}

.share p.mailtext {
  color: #666;
  font-size:1.2em;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline;
  margin-bottom: 20px;
}

.share p.mailtext a {
  color: #666;
}

.share .fa-bullseye {
  color: #00a5b9;
  float: left;
  font-size: 1.2em;
  padding-top: 6px;
  margin-right: 10px;
}

span.sidelink_wrap {
  width:100%;
  float: left;
}

.share .fa-info-circle {
  color: #e04d35;
  float: left;
  font-size: 1.2em;
  padding-top: 6px;
  margin-right: 10px;
}

.share p.donate {
  color: #00a5b9;
  font-size:1.2em;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  float: left;
  width: 70%;
  margin-bottom: 30px;
}

.share p.donate a {
  color: #00a5b9;
}

.share p.info {
  color: #e04d35;
  font-size:1.2em;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  float: left;
  width: 70%;
}

.share p.info a {
  color: #e04d35;
}

ul.side_info {
  width: 75%;
  float: left;
  height: auto;
  margin-top: 20px;
  margin-left: 14%;
  padding-right: 10%;
}

ul.side_info li {
  width: 100%;
  float: left;
  height: auto;
  font-size:1.1em;
  font-family: 'Overlock', Georgia;
  color: #e04d35;
  list-style-type: none;
  margin-bottom: 5px;
}

ul.side_info li a {
  color: #e04d35;
}

.share .ssba {
  width: 100%;
  float: left;
}

.side_social {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.side_social .ssba a {
  margin-right: 5px;
  float: left;

}

@media all and (max-width: 1000px) {

span.sidelink_wrap {
  width:50%;
  float: left;
}

.more_info {
  display: none;

}

.share p.sharetext {
  color: #92992d;
  font-size:1.2em;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
  margin-bottom: 30px;
}

.share p.donate {
  font-size:1.2em;
}

}

/* ============================================================
   Profiles
============================================================ */


ul.profiles {
  width:100%;
  float: left;
  margin: 0;
  padding: 0;
}

ul.profiles li {
  width:32%;
  float: left;
  margin: 0 2% 2% 0;
  list-style-type: none;
  display: inline;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 550px;
}

ul.profiles li:nth-child(3n) {
  margin-right: 0;
}

ul.profiles li.recruitment:nth-child(3n) {
  margin-right: 0;
}

ul.profiles li img{
  width: 100%;
  height: auto;
  height: 242px;

}

.text_pad {
  padding: 4%;

}

ul.profiles li h2 {
  font-size: 1em;
  font-family: 'Overlock', Georgia;
  font-weight: lighter;
  color: #e04d35;
  margin: 0;
  padding: 0;
  padding-right: 10%;
}

ul.profiles li h3 {
  font-size: .7em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  font-weight: lighter;
  color: #000;
  margin-bottom: 15px;
}

ul.profiles li p {
  font-size: 1.6em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #833177;
  margin-bottom: 5px;
}

ul.profiles li p i.fa {
  width: 15px;
  text-align: center;
  margin-right: 10px;
}

ul.profiles li.dept_purp {
  background-color: #833177;
}

.trust_names h2 {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
}

.trust_names h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #e04d35;
  font-family: 'Overlock', Georgia;
  font-weight: 600;
}

.trust_names h2 a {
  color: rgba(106,71,36,1);
}

.trust_names p {
  font-size: 1em;
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  line-height: 1.4;
  color: #000;
  font-style: italic;

}

.trust_names p a {
  text-decoration: underline;
  color: #000;
  margin-bottom: 30px;
}


.text_pad  {
  width: 100%;
  float: left;
  min-height: 200px;

}

.text_pad h2 {
  font-size: 1.6em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  font-weight: 600;
  color: #000;
}

.text_pad h3 {
  font-size: 1.6em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.text_pad p {
  font-size: 1.6em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #e04d35;
  margin-bottom: 5px;
  height: auto;
  padding: 0;
  margin: 0;
}

ul.staff_deets {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.staff_deets li {
  width: 100%;
  float: left;
  height: auto;
  list-style-type: none;
  background: none;
  font-size: .6em!important;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  color: #e04d35!important;
}

ul.staff_deets li i.fa {
  width: auto;
  text-align: left;
  color: #e04d35;
  float: left;
  padding-top: 3px;
  width: 35px;
}

ul.staff_deets li a{
  color: #e04d35!important;
  float: left;
  text-decoration: none;
}

.filter {
  width: 100%;
  float: left;

}

.filter h2 {
  color: #833177;
  text-align: left;
  font-size: 3.2em;
  font-family: 'focoregular', Arial, Helvetica;
  margin-bottom: 15px;
}

.filter p {
  color: #000;
  text-align: left;
  font-size: 2.2em;
  font-family: 'Source Sans Pro', Arial, Helvetica;
  margin-bottom: 15px;
  width: 60%;
}


@media all and (max-width: 560px) {

ul.profiles li {
  width:100%;
  margin-bottom: 20px;
  height: auto;

}
}

/* ============================================================
   Staff CTA
============================================================ */


.staff_cta {
  width:96%;
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 2%;
  border-bottom: 1px solid #e04d35;
}

.cta_blue {
	border-bottom: none;
	background: #0097A9;
	text-align: center;
	padding: 10%;
	width: 80%;
}

ul.cta_text {
	margin: 0;
	width: 100%;
}

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

.cta_text h2 {
  font-size: 2.2em;
  margin-bottom: 10px;
  font-family: 'Overlock', Arial, Helvetica;
  padding-right: 10%;
  color: #e04d35;
  font-weight: 300;
}

.cta_blue h2, .cta_blue p {
	color: #fff!important;
	padding-right: 0!important;
	margin-bottom: 30px;
}

.cta_blue p {
	font-size: 1.3em!important;
}

.cta_text p {
  font-size: 1.6em;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  color: #e04d35;
  line-height: 1.4;
}

.cta_text h3 {
  font-size: 1.6em;
  margin-bottom: 25px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  padding-right: 10%;
  color: #000;
  line-height: 1.4;
}

ul.cta_text li {
  width: 100%;
  float: left;
  height: auto;
  list-style-type: none;
  background: none;
}



ul.footer_contacts li.cta_text ul.profile_cta  {
  width: 100%!important;
  text-align: left;
  color: #e04d35;
  float: left;
  padding-top: 3px;
  width: 35px;
}

ul.footer_contacts li.cta_text ul.profile_cta li  {
  width: 100%;
  float: left;
  height: auto;
  list-style-type: none;
  background: none;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 1.4em;
}

ul.footer_contacts li.cta_text ul.profile_cta li i.fa {
  width: auto;
  text-align: left;
  font-size: .8em;
  color: #e04d35;
  float: left;
  padding-top: 3px;
  width: 35px;
}

ul.footer_contacts li.cta_text ul.profile_cta li a{
  color: #e04d35!important;
  font-size: 1em;
  float: left;
  text-decoration: none;
}


ul.footer_contacts {
  width: 100%;
  float: left;
}

ul.footer_contacts li {
  width: 45%;
  float: left;
  margin-right: 10%;
  list-style-type: none;
  display: inline;
  margin-bottom: 20px;
}

ul.footer_contacts li:nth-child(2) {
  margin-right: 0;
}

.cta_text h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-family: 'Overlock', Arial, Helvetica;
  padding-right: 10%;
  color: #000;
  font-weight: 300;
}

.cta_text img {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 15px;
}


@media screen and (max-width:560px) {

ul.footer_contacts li {
  width: 90%;
  float: left;
  margin-right: 10%;
  list-style-type: none;
  display: inline;
}

}


/* ============================================================
   Additional CTA
============================================================ */

.staff_cta {
	z-index: 2;
	position: relative;
}

.cta_wrap_box {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 0 10%;
	margin-top: -1px;
	z-index: 1;
	position: relative;
}

.additional_cta {
	background: #FEF2ED;
	border: 1px solid #E04E39;
	border-radius: 0 0 10px 10px;
}

.additional_cta h3 {
	font-size: 1.4em;
	text-align: center;
	margin-top: 15px;
}

.red_cta {
	background: #E04E39;
	border-radius: 0 0 10px 10px;
}

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



/* ============================================================
    Cookies
============================================================ */

#cookie-law-info-bar {
  background: rgba(224,77,53,.9)!important;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
  font-size: .9em!important;
  font-family: 'Source Sans Pro', Arial, sans-serif!important;
  color: #fff!important;
  left:0;
}

#cookie-law-info-bar a {
  padding: 0 10px;

}

a[href$=".PDF"], a[href$=".pdf"] {
  padding: 10px 10px 10px 70px;
  background: url("images/pdf-icon-1.png") left center no-repeat;
}

img.mrglog {
  margin: 30px 30px 30px 0;
}

/* ============================================================

============================================================ */

body.sycm {
	background-color: #216869;
}

.sycm-nav-wrap {
  float: right;
  position: relative;
  z-index: 3001;
  margin-top: 120px;
}

.sycm-nav-wrap .flexnav li a {
	color: #fff;
	font-family: "Segoe UI";
	font-weight: bold;
	background-color: #000;
}

.sycm-nav-wrap .sub-menu .current_page_item li a {
	font-family: "Segoe UI";
	font-weight: bold;
	background-color: #fff;
}

.sycm-nav-wrap .sub-menu li a {
	color: #000;
	font-family: "Segoe UI";
	font-weight: bold;
	background-color: #fff;
}

.sycm-nav-wrap li.current_page_item a {
	color: #FEC73D;
}

.sycm-nav-wrap .touch-button {
	height: 42px;
	background: #fff;

}

.sycm-nav-wrap .touch-button .navicon {
	color: #216869;
}

.sycm-nav-wrap .flexnav li:hover a {
	background: #216869;
	color: #fff;
	transition: all 0.5s;
}

.sycm-nav-wrap .flexnav li a {
	padding: 0.61em 1.5em!important;
}

.sycm-nav-wrap .sub-menu .menu-item a:hover {
	background-color: #fff;
	color: #216869;
}

.dark-green {
	background-color: #216869;
}

.light-green {
	background-color: #7B9E89!important;
}

.light-green h2 {
	color: #fff;
}

.header-sycm {
	padding: 1% 5%;
	box-sizing: border-box;
	width: 100%;
}


.sycm_bground {
	background-color: #7B9E89;
}

.sycm_top_banner {
	width: 100%;
	height: 242px;
	background-color: #fff;
	overflow: hidden;
}

.sycm_banner_image {
	min-height: 242px;
	overflow: hidden;
	opacity: 0.3;
}

.sycm_banner_image img {
	width: 100%;
	height: auto;

}

.sycm_banner_text {
	padding: 20px 4% 20px 1%;
	float: right;
	font-family: "open sans";
	font-weight: 500;
	font-size: 17px;
	display: block;
	height: 242px;
	box-sizing: border-box;
	align-content: center;
	display: grid;
}

.quicklink_boxes {
	padding: 2% 0;
	box-sizing: border-box;
}

.quicklink_box_single {
	margin-left: 2.5%;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	width: 30%!important;
}

.quicklink_box_single h2 {
	background-color: #000;
	color: #fec73d;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Segoe UI";
	font-weight: bold;
	font-size: 20px;
}

.quicklink_box_single p {
	padding: 3%;
	font-family: "open sans";
	font-size: 16px;
}

a.sycm_button {
	background-color: #fec73d;
	width: 250px;
	border: none;
	height: 40px;
	font-family: "Segoe UI";
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
	margin: 0 auto 20px auto;
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	transition: all 0.4s;
	text-align: center;
}

a.sycm_button:hover {
	opacity: 0.5;
}


a.sycm_cta_button {
	float: left;
	background-color: #fec73d;
	width: 250px;
	border: none;
	height: 40px;
	font-family: "Segoe UI";
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 20px auto;
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	transition: all 0.4s;
	text-align: center;
	border-radius: 15px;
}

a.sycm_cta_button:hover {
	opacity: 0.5;
}

a.sycm_link {
	background-color: #fec73d;
	width: 340px;
	border: none;
	height: 65px;
	font-family: "Segoe UI";
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 8px;
	transition: all 0.4s;
	text-align: center;
	border-radius: 15px;
}

.yellow_bg a.sycm_link {
    background-color: #000;
    width: 340px;
    border: none;
    height: 65px;
    font-family: "Segoe UI";
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    color: #fec73d;
    text-decoration: none;
    padding-top: 8px;
    transition: all 0.4s;
    text-align: center;
}

.black_bg a.sycm_link {
    background-color: #fec73d;
    width: 340px;
    border: none;
    height: 65px;
    font-family: "Segoe UI";
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    color: #000;
    text-decoration: none;
    padding-top: 8px;
    transition: all 0.4s;
    text-align: center;
}

a.sycm_link:hover {
	opacity: 0.5;
}


a.sycm_cta_button:first-child {
	margin-right: 50px;
}


.sycm_slider_box {
	background-color: #fff;
}

.sycm_slider_box h2, .sycm_faq_boxes h2, .sycm_profiles h2, .sycm_contact_form h2 {
	font-family: "Segoe UI";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}

.sycm_cta h2 {
	font-family: "Segoe UI";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}


.bx-wrapper {
	border: 1px solid #7b9e89;
}

#advps_container3 .bx-wrapper .bx-pager.bx-default-pager a:hover, #advps_container3 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fec73d!important;
}


.advps-slide-field-three {
	align-items: center;
}

h2.advs-title {
	font-weight: bold;
	font-family: "Segoe UI";
	text-align: left;
}

.advps-slide-field-three p {
	font-family: "open sans";
}


.sycm_faq_boxes, .sycm_profiles {
	background-color: #fff;
	border-top: 1px solid #7b9e89;
	padding: 2% 15%;
	box-sizing: border-box;
}

.sycm_faq_boxes dd {
	padding: 0;
	width: 100%!important;
	background-color: #7b9e89;
	border: 1px solid #7b9e89;
}

.sycm_contact_form dd {
	background-color: #fec73d;
	border: none;
}

.sycm_contact_form h2 {
	color: #000!important;
}

.sycm_faq_boxes .show_hide_wrap h2, .sycm_textboxes h2 {
	width: 100%!important;
	margin: 15px 0;
}

.sycm_faq_boxes dt {
	box-sizing: border-box;
	width: 100%!important;
	background-color: #fff!important;
	border: 1px solid #7b9e89!important;
}

.sycm_contact_form dt {
	border-left: 1px solid #fec73d!important;
	border-right: 1px solid #fec73d!important;
	border-bottom: 1px solid #fec73d!important;
	border-top: none!important;
}

.sycm_faq_boxes dl {
	text-align: left;
}

.sycm_faq_boxes h2, .sycm_profiles h2, .sycm_cta h2, .sycm_profiles h3, .sycm_textboxes h2 {
	font-weight: bold;
	font-family: "Segoe UI"!important;
	font-size: 20px!important;
	text-align: center;
}

.sycm_textboxes h2 {
	color: #fff;
}

.sycm_textboxes dl {
	margin-bottom: 20px;
}

.sycm_textboxes dt {
	padding: 5%;
}

.sycm_textboxes p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.2em;
	color: #000;
	line-height: 1.6;
}

.bb_white {

	border-bottom: 1px solid #fff;
}

.yellow_bg {
	background-color: #fec73d!important;
}

.black_bg {
	background-color: #000!important;
}

.sycm_faq_boxes p, , .sycm_profiles p {
	font-family: "open sans"!important;
}


.sycm_profile_pic {
	width: 21%;
	background-color: #7b9e89;
	padding: 2%;
}

.sycm_profile_pic h2 {
	font-size: 18px!important;
	color: #fff;
	margin: 0 5px 5px 5px;
}

.sycm_profile_pic h3 {
	font-size: 16px!important;
	color: #fff;
	margin: 0 5px 5px 5px;
}

.sycm_profile_pic img {
	width: 150px;
	height: 150px;
	margin: 20px auto;
	display: block;
	border-radius: 90px;
	object-fit: cover;
}

.sycm_profile_content {
	width: 71%;
	display: block;
	padding: 2%;
	font-family: "open sans"!important;
}

.sycm_profiles .article {
	border: 1px solid #7b9e89;
	padding: 0;
	margin-bottom: 30px;
	align-items: center;
	display: -webkit-inline-box;

	width: 100%;
}


.sycm_cta {
	background-color: #fff;
	border-top: none;
	padding: 0 5% 5% 5%;
	box-sizing: border-box;
}

.top_cta {
	padding: 5%!important;
}


.sycm_center {
	margin: 0 auto;
	display: block;
	width: 550px;
	height: 48px;
}

.sycm_contact_form {
	background-color: #fff;


}

.sycm_contact_form .wpcf7-form {
	width: 45%;
	margin: 0 auto;
}


.sycm_contact_form p {
	font-family: "Segoe UI";
	font-size: 16px;
	font-weight: normal;
}

.sycm_contact_form .wpcf7-form input, .sycm_contact_form .wpcf7-form textarea {
	width: 100%!important;
	margin-top: 5px;
}

.sycm_contact_form .wpcf7-submit {
	width: 100%;
	margin: 0;
	background-color: #7b9e89;
	font-family: "Segoe UI";
	font-weight: bold;
}

.sycm_faq_boxes .wpcf7-submit {
	background-color: #000;
	color: #fec73d!important;
}

.no_border {
	border: none;
}

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


.sycm_contact_form p {
	margin-top: 20px;
}



.sycm-footer {
	background-color: #7b9e89;
	text-align: center;
	padding: 0;
	width: 100%;
}

.sycm-footer .footer-contact {
	padding: 3%;
	height: 240px;
}

.sycm-footer a {
	color: #fff;
	font-family: "Segoe UI";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.sycm-footer ul.social_list {
	width: 155px;
	margin: 30px auto;
	float: none!important;
	display: flex;
}

.sycm-footer ul.social_list li a {
	color: #fff;
}

.sycm-footer ul.social_list li:last-child {
	margin-right: 0px;
}

.sycm-footer a img {
	width: 290px;
}

.sycm-footer .footer-bottom {
	width: 100%;
	background-color: #000;
	height: 60px;
	color: #FEC73D;
	font-family: "Segoe UI";
	font-weight: bold;
	font-size: 15px;
	padding: 20px 30px;
	box-sizing: border-box;
}

.sycm-footer .footer-bottom a {
	color: #FEC73D;
	font-family: "Segoe UI";
	font-weight: bold;
	font-size: 15px;
}

.sycm-footer .footer-left {
	float: left;
}

.sycm-footer .footer-right {
	float: right;
}

.footer_left {
	float: left;
	width: 45%;
}


.sycm_twitter {
	float: right;
	width: 50%;
	overflow: auto;
	height: 240px;
}



/* Teeny Tiny Devices (Potato) */
@media screen and (max-width:300px) {

a.sycm_link {
	width: 100%;
}

}


/* Extra small devices (phones, 600px and down) */
@media screen and (max-width:600px) {

body.sycm .header {
	padding: 0;
	width: 100%;
}

body.sycm .header_logo_wrap {
	width: 100%;
	text-align: center;
}

body.sycm .logo_header h1 {
	width: 100%;
}

.sycm-nav-wrap {
	width: 100%;
	margin-top: 0px;
	background-color: #216869;
	color: #fff;
	text-align: center;
}

.sycm-nav-wrap .menu-button {
	float: none;
}

.sycm-nav-wrap ul.flexnav-show {
	background-color: #fff;
}

.sycm-nav-wrap ul.flexnav-show a {
	border-bottom: 1px solid #fec73d;
}

.sycm_banner_text {
	position: absolute;
	margin: 4%;
	padding: 0px;
	width: 92%;
	text-align: center;
	height: 212px;
	font-size: 15px;
}

.sycm_banner_image {
	opacity: 0.1;
}

.quicklink_box_single {
	width: 96%!important;
	margin: 2%;
}

.advps-slide-container {
	width: 96%;
}

.advps-slide-field-three {
	display: block;
}

.advps-slide-field-three img {
	min-width: 100%;
	height: auto;
	margin: 0;
}

h2.advs-title {
	text-align: center;
	margin: 20px 0!important;
}

.advps-excerpt-three p {
	margin: 4%;
	text-align: center;
}

#advps_container3 .bx-wrapper .bx-controls-auto {
	bottom: -58px!important;
}


.sycm_faq_boxes, .sycm_profiles {
	padding: 2% 2%;
}

.sycm_faq_boxes p, .sycm_profiles p {
	font-size: 15px!important;
}

.sycm_profiles .article {
	display: block;
}

.sycm_profile_pic {
	width: 96%;
}

.sycm_profile_pic img {
	width: 35%;
}

.sycm_profile_content {
	width: 100%;
	box-sizing: border-box;
	padding: 5%;
	text-align: center;
	display: flow-root;
}

.sycm_center {
	width: 100%;
	height: auto;
}

a.sycm_cta_button:first-child {
	margin-right: auto;
}

a.sycm_cta_button {
	float: none;
}

.footer-left, .footer-right {
	float: none!important;
	width: 100%;
	margin: 10px 0;
}

.footer-bottom {
	height: auto!important;
}

.sycm_contact_form .wpcf7-form {
	width: 75%;
}

.footer_left {
	width: 100%;
}

.sycm_twitter {
	width: 100%;
	margin-top: 30px;
}

.sycm-footer .footer-contact {
	height: 510px;
}

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width:600px) {

.sycm_banner_image {
	width: 50%;
	opacity: 0.1;
}

.header-sycm {
	padding: 0;
}

.sycm_banner_text {
	position: absolute;
	margin-left: 33%;
}

.sycm-nav-wrap {
	width: 100%;
	margin-top: 0px;
	background-color: #216869;
	color: #fff;
	text-align: center;
}

.menu-button {
	float: none;
}

a.sycm_button {
	width: 190px;
}

.advps-slide-container {
	width: 90%;
}

.advps-excerpt-three {
	width: 340px;
}

.sycm_faq_boxes, .sycm_profiles {
	padding: 2% 2%;
}

.sycm_faq_boxes p, .sycm_profiles p {
	font-size: 15px!important;
}

.sycm_contact_form .wpcf7-form {
	width: 75%;
}

.footer_left {
	width: 100%;
}

.sycm_twitter {
	width: 100%;
	margin-top: 30px;
}

.sycm-footer .footer-contact {
	height: 510px;
}

}

/* Medium devices (landscape tablets, 769px and up) */
@media screen and (min-width:769px) {

}


/* Large devices (laptops/desktops, px and up) */
@media screen and (min-width:1024px) {

.header_logo_wrap {
	width: 24%;
}

.sycm_banner_image {
	width: 33%;
	opacity: 0.3;
}

.header-sycm {
	padding: 1% 5%;;
}

.sycm_banner_text {
	position: inherit;
	margin-left: 0;
}

a.sycm_button {
	width: 250px;
}

.advps-slide-container {
	width: 100%;
}

.advps-excerpt-three {
	width: 100%;
}

.sycm_faq_boxes, .sycm_profiles {
	padding: 2% 15%;
}

.sycm_faq_boxes p, .sycm_profiles p {
	font-size: 1.2em;
}

.sycm-nav-wrap .flexnav li a {
	color: #fff;
	font-family: "Segoe UI";
	font-weight: bold;
	background-color: unset;
}

.sycm-nav-wrap {
    float: right;
    position: relative;
    z-index: 3001;
    margin-top: 120px;
		width: auto;
		background-color: transparent;
}

.sycm-nav-wrap li.current_page_item a {
	color: #fec73d;
}

.sycm_contact_form .wpcf7-form {
	width: 45%;
	text-align: left;
}

.footer_left {
	float: left;
	width: 45%;
}


.sycm_twitter {
	float: right;
	width: 50%;
	overflow: auto;
	height: 240px;
	margin-top: 0;
}


.sycm-footer .footer-contact {
	height: 240px;
}

}

@media screen and (max-width:1024px) {


}
