@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open Sans:100,100i,300,300i,400,400i,700,700i,900,900i');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto', sans-serif;*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
       url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
     url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
     url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***********************************
%1 Colors
%2 Global Styles 
%3 Header/Nav
%4 Home Page
%5 Maincontent
%6 Footer
/************************************/


/***********************************
%1 Colors
/************************************/
/*
Dark Gray #303030
Darkish Gray #3f3f3f
Medium Gray #505050
Light Gray #cecece
Darker Blue #00718f
Medium Blue #017794 
Lighter Blue #7cb8cd
Dark Green #1abc9c
Light Green #cadb69
*/
/***********************************
%2 Global Styles 
/************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



body { background:#fff; font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#000;min-height:100%;}
a, #maincontent a, #maincontent p a {color:#00718f; outline:none; text-decoration: none;}
a:hover, #maincontent a:hover, #maincontent p a:hover {color:#1abc9c; text-decoration: none;}
p { font-size:15px; color:#4c4c4c; line-height:24px; margin-bottom:22px;}
ul{ margin-left:15px;}
li { list-style:none outside none; font-size:15px; color:#000;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both; height:0; font-size:0; }
strong, b, b span, span b{ font-weight:700;  }
em, i { font-style:italic; }
strong em, em strong{}
h1, h2, h3, h4, h5, h6 {color:#303030; line-height:1; font-weight:normal; font-style:normal; margin-bottom:15px; margin-top:0px;}
h1, #maincontent h1 {
  text-transform:uppercase;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  /*color:#303030;*/
}
h2, #maincontent h2{ font-size:24px; 
  color: #303030;
  font-family: 'Open Sans', sans-serif; height:auto; padding:0;
  text-transform: uppercase;
  font-weight: 600;
}

h3, #maincontent h3, #maincontent h3 a{ font-weight:700;
  font-size:16px; color:#3f3f3f; float:none; margin-bottom:10px;font-family:'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}
#maincontent h3 a:hover {
  text-decoration: none;
  color:#017794;
}
h4, #maincontent h4{ 
  font-size:17px; color:#017794; margin-bottom:20px;font-weight:700;
  font-family: 'Open Sans', sans-serif;
}
h5, #maincontent h5{ font-size:15px; line-height:17px; margin-bottom:20px;
  font-weight: 600;
  text-transform: uppercase;
}
h6{ font-size:12px; line-height:17px; margin-bottom:20px;}
blockquote{ margin:0;  display:block; font-size:24px;  padding:0px 20px;}
blockquote p{ color:#000; line-height:35px; margin:0; font-size:19px; }
blockquote cite{ display:block; text-align:right; font-size:14px; padding-top:10px;}
img{ max-width:100%; height:auto !important; vertical-align:middle;}
hr{ clear:both; margin:30px 0; border:0; border-bottom:1px solid #eee;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
.alignleft {display: inline;float: left;margin-right: 1.625em; margin-bottom:20px;}
.alignright {display: inline;float: right;margin-left: 1.625em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
.tablebox{ display:table; width:100%; height:100%;}
.tablecellbox{ display:table-cell; vertical-align:middle;}

.inner{ max-width:866px; margin:0px auto;}

input[type="button"],
input[type="submit"],
input.action-button{cursor:pointer; float:none; font-size:18px; color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; background:#017794 !important; width:auto !important; display:inline-block; padding:12px 25px; text-transform:uppercase; height:50px; border-radius:25px; text-decoration:none; border:0;-webkit-appearance: none; margin:0px auto;}
.member_item input[type="button"]{ font-size:15px; padding:5px 25px; margin-top:15px; height:auto;}
input[type="button"]:hover,
input[type="submit"]:hover,
input.action-button:hover,
.member_item input[type="button"]:hover{ background:#000 !important;}

.fck_widget_map{ margin-top:30px; margin-bottom:30px;}
.addthis_toolbox{ display:none;}


/***********************************
%3 Header/Nav
/************************************/
#header{ background:#017794; color:#fff; height:34px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#header a{ color:#fff; text-decoration:underline; padding:0px 3px;}
#header #header_inner{ margin-top:0px; max-width:1160px; width:100%;}
#header #header_inner #header_buttons{ width:auto; left:auto; right:0px;}
.header_button{ margin-top:0px;}

#topnav{ display:none; background:url(../images/bg_mobile_nav_link.png) no-repeat center center; width:45px; height:100%; position:absolute; z-index:300; left:0px; top:0px; cursor:pointer;}

.top_links {display: none;}
#content{ width:100%; }
#header_login_menu{ z-index:200;}
body .header_menu{ z-index:200;}

/*------------------------
ECC and JEC Buttons 
*/
#button_header_jec, #button_header_ecc {
  display: none;
}
body.jec #button_header_jec, body.ecc #button_header_ecc {
  display: block;
}
body.jec #button_header, body.jec #button_header_ecc, 
body.ecc #button_header, body.ecc #button_header_jec {
  display: none;
}
#container .button_wrapper {
  position:absolute;
  top:0px;
}
#container .button_wrapper .btn, #container .button_wrapper .btn1, #container .button_wrapper .btn-home {
    position:relative;
    z-index:100;
}
#container .button_wrapper .btn a, #container .button_wrapper .btn1 a, #container .button_wrapper .btn-home a {
    color:white;
}
#container .button_wrapper .btn a:hover, #container .button_wrapper .btn1 a:hover, #container .button_wrapper .btn-home a:hover {
text-decoration:none; 
}

.btn.btn-primary {
    display:block;
}
.btn, .btn1, .btn-home {
  float:left;
  /*line-height: 3.55;*/
  line-height: 3.1;
  padding: 0px 18px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
  float: left;
}
.btn {
  background: #B17AAB;
}

.btn:hover {
  background: #7d5679;
  text-decoration: none;
}

.btn1 {
  background: #f7941e;
}

.btn1:hover {
  background: #df881f;
  text-decoration: none;
}

.btn-home {
  background: #1abc9c;
}
.btn-home:hover {
  background: #1aac8f;
}

/**************** sidebar_left  *************/
#sidebar_left{ width:100%; margin:0px auto; overflow:inherit; 
  float:none; text-align:center; position:relative; 
}
#sidebar_left .bt{ display:none;}
#sidebar_left .bb{ display:table; clear:both; height:auto;}
.sidebar_left_top{ position:relative; text-align:center; max-width:1000px; padding-left:20px; padding-right:20px; width:100%; margin:0px auto;}

#mainnav{background:none; padding:0; overflow:visible !important;}
#nav_section{ width:auto; margin-left:0px; margin-bottom:0px;}
#nav_section li{ display:inline-block;text-align:left; vertical-align:middle; }
#nav_section li a{ 
   display:block;
   font-weight:bold; 
   text-transform:uppercase; 
   color:#00718f; font-size:14px; 
   font-family:'Montserrat', sans-serif;
}
#nav_section > li:hover > a {
  color:#7cb8cd;
}
#nav_section > li > a{padding:13px 17px 12px;  
    color:#00718f;
}
#nav_section a:hover{ color:#7cb8cd;}
#nav_section li ul{ position:absolute; left:0; top:100%; margin-left:0;}
#nav_section li ul li{ display:block; width:210px;background:#00718f;}
#nav_section li ul li a{ padding:9px 13px; color:#fff;}
#nav_section li ul li ul{ left:210px; top:0; }
#nav_section > li:hover > ul{ height:auto; display:block;}
#nav_section > li:hover > ul ul{ height:auto; display:none;}
#nav_section > li > ul > li:hover > ul{ display:block; height:auto;}
  

#img_div{ /*position:absolute;*/ padding-top:20px; margin-bottom:35px;}



/***********************************
%4 Home Page
/************************************/
body.home #maincontent .content_body {
  width:1100px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
#maincontent .featured_article.home_welcome,
#maincontent .featured_article.four_images, #maincontent .featured_article.two_images, 
#maincontent .featured_article.three_images, #maincontent .featured_article.five_images {
  text-align: center;
}
body.home #maincontent .breadcrumbpaginationh1section h1 {
  display: none!important;
}
/* Blue Overlay -------------------------------------*/
#maincontent .featured_article.blue_overlay .content_body {
  max-width:100%;
  width:100%;
  padding-left:0px;
  padding-right:0px;
}
#content .featured_article.blue_overlay .sy-caption-wrap {
  bottom:40%;
}
#content .featured_article.blue_overlay .sy-caption-wrap .sy-caption {
  background:none;
}
#maincontent .featured_article.blue_overlay .sy-caption .slider_title{
  font-family:'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size:25px;
  margin-bottom:20px;
}
#maincontent .featured_article.blue_overlay .sy-caption .slider_link {
  display:block;
  position:relative;
  background: #00718f;
  text-transform: uppercase;
  margin-left: -12px;
  font-weight: normal;
  max-width: 30%;
  margin: 0px auto;
  margin-top: 30px;
}
#maincontent .featured_article.blue_overlay .sy-caption .slider_link:hover {
  background: #000;
  color:#fff!important;
}
/* Four Images --------------------------------------------------*/
#maincontent .featured_article.two_images .content_body {
  width:550px;
}
#maincontent .featured_article.three_images .content_body {
  width:825px;
}
#maincontent .featured_article.four_images p:first-child,
#maincontent .featured_article.four_images h3:first-child,
#maincontent .featured_article.two_images p:first-child,
#maincontent .featured_article.two_images h3:first-child,
#maincontent .featured_article.three_images p:first-child,
#maincontent .featured_article.three_images h3:first-child,
#maincontent .featured_article.five_images p:first-child,
#maincontent .featured_article.five_images h3:first-child {
  margin: 0px auto;
  margin-bottom:15px;
  max-width: 220px;
}
#maincontent .featured_article.four_images p:first-child a,
#maincontent .featured_article.four_images h3:first-child a,
#maincontent .featured_article.two_images p:first-child a,
#maincontent .featured_article.two_images h3:first-child a,
#maincontent .featured_article.three_images p:first-child a,
#maincontent .featured_article.three_images h3:first-child a,
#maincontent .featured_article.five_images p:first-child a,
#maincontent .featured_article.five_images h3:first-child a {
  position:relative;
  height:220px;
  width:100%;
  display: block;
}
#maincontent .featured_article.five_images p:first-child a, #maincontent .featured_article.five_images h3:first-child a {
  height: 190px;
}
#maincontent .featured_article.four_images p:first-child a:hover:before,
#maincontent .featured_article.four_images h3:first-child a:hover:before,
#maincontent .featured_article.two_images p:first-child a:hover:before,
#maincontent .featured_article.two_images h3:first-child a:hover:before,
#maincontent .featured_article.three_images p:first-child a:hover:before,
#maincontent .featured_article.three_images h3:first-child a:hover:before,
#maincontent .featured_article.five_images p:first-child a:hover:before,
#maincontent .featured_article.fivee_images h3:first-child a:hover:before{
  content: "";
  display: block;
  height: 220px;
  width: 220px;
  /*margin: 0px 15px;
  margin: 0px 27.5px;*/
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 119, 148, 0.6)
}
#maincontent .featured_article.five_images p:first-child a:hover:before,
#maincontent .featured_article.five_images h3:first-child a:hover:before {
  width:190px;
  height: 190px;
}
#maincontent .featured_article.four_images .section_subcontent.col-lg-4 p:first-child a:hover:before,
#maincontent .featured_article.two_images .section_subcontent.col-lg-4 p:first-child a:hover:before,
#maincontent .featured_article.three_images .section_subcontent.col-lg-4 p:first-child a:hover:before,
#maincontent .featured_article.five_images .section_subcontent.col-lg-4 p:first-child a:hover:before {
  margin:0px;
}
#maincontent .featured_article.four_images p:first-child img,
#maincontent .featured_article.four_images h3:first-child img,
#maincontent .featured_article.two_images p:first-child img,
#maincontent .featured_article.two_images h3:first-child img,
#maincontent .featured_article.three_images p:first-child img,
#maincontent .featured_article.three_images h3:first-child img{
  max-width: 220px;
}
#maincontent .featured_article.five_images p:first-child img,
#maincontent .featured_article.five_images p:first-child img,
#maincontent .featured_article.five_images p:first-child,
#maincontent .featured_article.five_images h3:first-child
#maincontent .featured_article.five_images p:first-child a:hover:before,
#maincontent .featured_article.five_images h3:first-child a:hover:before{
  max-width: 190px;
  max-height: 190px;
}
#maincontent .featured_article.four_images .section_subcontent.cke_editable  p:first-child a:before,
#maincontent .featured_article.two_images .section_subcontent.cke_editable  p:first-child a:before,
#maincontent .featured_article.three_images .section_subcontent.cke_editable  p:first-child a:before,
#maincontent .featured_article.five_images .section_subcontent.cke_editable  p:first-child a:before{
   display: none;
}
#maincontent .featured_article.four_images h3, #maincontent .featured_article.four_images h3 a,
#maincontent .featured_article.two_images h3, #maincontent .featured_article.two_images h3 a,
#maincontent .featured_article.three_images h3, #maincontent .featured_article.three_images h3 a,
#maincontent .featured_article.five_images h3, #maincontent .featured_article.five_images h3 a {
  text-align: center;
  margin-bottom:0px;
}
body.hhd-sermons #maincontent .featured_article.four_images p:first-child, body.hhd-sermons #maincontent .featured_article.four_images h3:first-child,
body.hhd-sermons #maincontent .featured_article.two_images p:first-child, body.hhd-sermons #maincontent .featured_article.two_images h3:first-child,
body.hhd-sermons #maincontent .featured_article.three_images p:first-child, body.hhd-sermons #maincontent .featured_article.three_images h3:first-child,
body.hhd-sermons #maincontent .featured_article.five_images p:first-child, body.hhd-sermons #maincontent .featured_article.five_images h3:first-child {
  max-width: 100%;
}
/***********************************
%5 Maincontent
/************************************/
#maincontent.full_width{ 
  width:100%; 
}
#maincontent{ 
  max-width:100%;
  margin:0px auto; float:none;padding-top:20px; 
  /*padding-left:20px; 
  padding-right:20px;
  max-width: 1040px;*/
}
#maincontent.home {padding-top:0px;}
.home #maincontent{ width:100%; max-width:none; padding-left:0px; padding-right:0px;}
#maincontent .breadcrumbpaginationh1section h1 {display: block!important;}
#maincontent h2.content_title{text-align:center;}
#maincontent h3.date{font-family: 'Open Sans', sans-serif; font-weight:400; text-align:center; color:#017794; font-size:15px; margin-bottom:30px;}
#maincontent h5{ font-weight:normal;}
#maincontent p{ padding:0; font-size:16px; 
  line-height:1.5; margin-bottom:22px; 
  font-family: 'Open Sans', sans-serif; 
  font-weight:400; color:#3f3f3f;
}
#maincontent li {
  font-size:16px; 
  line-height:1.5;
  font-family: 'Open Sans', sans-serif; font-weight:400; color:#3f3f3f;
}
#maincontent strong{ font-weight:700;}
#maincontent span.marker a{ display:inline-block; font-size:15px;font-family: 'Open Sans', sans-serif; font-weight:400; padding:10px 30px; border-radius:25px; text-transform:uppercase; color:#fff; background:#017794;}
#maincontent span.marker a:hover{ background:#000; text-decoration:none;}
#maincontent p a.view_more{ font-size:14px; color:#FFF; background:#488042; display:inline-block; padding:11px 34px; text-transform:uppercase; border-radius:6px; text-decoration:none; box-shadow:0px 0px 1px #234120 inset;}
#maincontent p a.view_more:hover{color:#FFF;}

.content_body, .content_title{ max-width:1100px; width:100%; margin:0px auto;}
.slider_featured_article .content_body, .slider_with_captions .content_body{ max-width:none; padding-left:0px; padding-right:0px;}

.section_subcontent,
.content_body .section_subcontent:last-child{ padding:0px 15px;}

#maincontent .featured_article.trustees h2.content_title{ font-size:17px; color:#cecece; margin-bottom:20px;font-weight:700;}
#maincontent .featured_article.trustees .content_body, #maincontent .featured_article.trustees .content_body p {text-align: center;}


.featured_article .content_button {
  float:right;
}
::selection {
  background: #00718f; /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #00718f; /* Gecko Browsers */
  color:#fff;
}
#home_club_photos .speaker-info {
  display: none;
}
#maincontent .featured_article.center_aligned .section_subcontent {
  text-align: center;
}

body.school_enrollment #maincontent, body._404 #maincontent {
  max-width: 1100px;
  margin: 0px auto;
  margin-bottom: 50px;
}
/* ---------------------------------------------------------------------------Buttons */
#maincontent .button-blue, #maincontent .button-green,
#maincontent p .button-blue, #maincontent p .button-green {
  padding:8px;
  text-decoration: none;
  margin-bottom: 20px;
  font-size:15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color:#fff;
}
.button-blue {
  background:#017794;
}
.button-green {
  background:#cadb69;
}
.button-blue:hover,.button-green:hover,
#maincontent p .button-blue:hover, #maincontent p .button-green:hover {
  background:#000;
  color:#fff;
}

/* --------------------------------------------------------------------------- Quick Links */
.featured_article.quick_links, .featured_article.quick_links_three {

}
.featured_article.quick_links_three .content_body {
  width:825px;
}
.featured_article.quick_links a, .featured_article.quick_links_three a {
  font-size: 18px;
  font-weight: bold;
  padding-left: 33px;
  position:relative;
}

.featured_article.quick_links a:before, .featured_article.quick_links_three a:before {
  content: "";
  background-image: url(https://images.shulcloud.com/1239/uploads/Website/Logos/star.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  left:0px;
  position: absolute;
}
.featured_article.quick_links a:hover:before, .featured_article.quick_links_three a:hover:before{
  opacity: .5;
}

/*---------------------------------------------------------------------------Floating Bubble -*/
.floating_message_wrapper {
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 100px;
    max-width: 120px;
    border-radius: 50%;
    background: #00718f;
    height: 120px;
    padding: 10px;
    display:flex;
    align-items: center;
}
body .floating_message_wrapper:hover {
    background: #0485a8;
}
body .floating_message_link {
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
}
/*---------------------------------------------------------------------------Featured Article-*/
.featured_article{ background:none; padding:35px 0px; margin:0;}
.home .featured_article{padding:15px 0px;}
.featured_article > div{}
.featured_article > div:after{ content:""; display:table; clear:both;}
#maincontent .featured_article.slider_featured_article, #maincontent .featured_article.slider_with_captions{ padding:0;}

/*-------------- Latest News -*/
.home .featured_article.featured_article.news{ padding-bottom:0px;}
.home .featured_article.featured_article2{ padding-top:40px; padding-bottom:0px;}
.home .featured_article.featured_article3{ padding-top:40px; padding-bottom:0px;}
.home .featured_article.featured_article4{ padding-top:40px; padding-bottom:0px;}
.home .featured_article.news h2.content_title{ display: block!important;}
.home .featured_article.news h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_news.png) no-repeat; margin:0px auto 20px;}
#maincontent p a.view_link{ display:inline-block; font-size:18px; text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:400; padding:15px 30px; border-radius:27px; text-decoration:none; color:#fff; background:#017794;}
#maincontent p a.view_link:hover{ background:#000;}
.home .featured_article.featured_article.news a{ text-transform:uppercase;font-family: 'Open Sans', sans-serif; font-weight:400; font-size:18px; text-decoration:none;}
.home .featured_article.featured_article.news a:hover{ text-decoration:underline;}
.home #maincontent .featured_article.featured_article2 .section_subcontent p:first-child,
.home #maincontent .featured_article.featured_article3 .section_subcontent p:first-child,
.home #maincontent .featured_article.featured_article4 .section_subcontent p:first-child{ color:#017794; font-size:18px; text-transform:uppercase; margin-bottom:0px;}
.home .featured_article.featured_article2 .section_subcontent h3,
.home .featured_article.featured_article3 .section_subcontent h3,
.home .featured_article.featured_article4 .section_subcontent h3{font-family: 'Open Sans', sans-serif; font-weight:400; font-size:28px;}


/*-----------------fck_widget_events*/
  #maincontent .fck_widget_events {
    padding-left:0px;
    overflow: hidden;
  }
  #content #maincontent .upcomingEvents, #sidebar_right ul.upcomingEvents  {
    overflow: hidden;
    margin-left:0px;
    padding-left: 0px;
  }
  #content #maincontent.default ul.upcomingEvents li  {
    clear: none;
    width: calc(50% - 30px);
    margin-right: 15px;
    float: left;
    height: 200px;
  }
  #content #maincontent.default ul.upcomingEvents li:nth-child(2n) {
    clear:right;
    margin-right: 0px;
    margin-left: 15px;
  }
  #maincontent .fck_widget_events .upcomingEvents li > br {display: none;}
  #maincontent .event_widget_picture {float:left;}
  #maincontent .event_widget_title {
    color: #00718f;
    font-family: 'Open Sans', sans-serif;
    font-size:28px;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
  }
  #maincontent .event_widget_title:hover {
    text-decoration: none;
    color:#505050;
  }
  #maincontent .fck_widget_events .d.event_widget_desc {
    display: block;
    font-size:14px;
    margin-bottom: 10px;
    color:#3f3f3f;
  }
  #maincontent .fck_widget_events .event_widget_time {  
    color:#3f3f3f;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold
  }
  span.event_start_date:after {
      content: "|";
      margin-left: 5px;
      font-weight: bold;
  }
/* ---------------------PDF List (Newsletters)*/
  #maincontent .featured_article.pdfs a {
    color:#1abc9c;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
  }
  #maincontent .featured_article.pdfs a:hover {
    color:#000;
  }
  #maincontent .featured_article.pdfs a:before
   {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f1c1";
    padding-right: 10px;
   }

/*------------fck_widget_zmanim-*/
  .featured_article.zmanim_featured_article{ }
  #maincontent .zmanim_featured_article h2.content_title{ margin-bottom:0px;display:block!important;}
  #maincontent .zmanim_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_zmanim.png) no-repeat; margin:0px auto 20px;}
  #maincontent .fck_widget_zmanim table{}
  .table-responsive table{ overflow-x:inherit;}
  .fck_widget_zmanim .table-responsive > table > tbody > tr > td:first-child{ text-align:right; width:50%; padding-right:15px; font-size:18px;}
  .table-responsive > table > tbody > tr > td:last-child{ text-align:left; color:#017794; /*font-size:40px;padding-left:15px;*/ font-family: 'Open Sans', sans-serif; font-weight:normal;}
  .fck_widget_zmanim .table-responsive > table > tbody > tr:last-child td a{
    background:#017794; color:#fff;font-family: 'Open Sans', sans-serif; 
    font-weight:400; display:inline-block;  border-radius:27px; border:0;-webkit-appearance: none;  
    margin:0px auto; display:inline-block; width:auto; padding:15px 30px; font-size:18px; text-decoration:none !important;}
  .fck_widget_zmanim .table-responsive > table > tbody > tr:last-child td a:hover{ background:#000;}

/*------------fck_widget_contact-*/
  .featured_article.contact_featured_article{ background:#fff; }
  .home #maincontent .contact_featured_article h2 {
    display: block!important;}

  #maincontent .contact_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_contact.png) no-repeat; margin:0px auto 20px;}
  .fck_widget_contact{padding-top:30px; max-width:530px; margin:0px auto; text-align:center;}
  .contact_form label{ 
    color:#3f3f3f; 
    margin-bottom:14px; 
    font-family: 'Open Sans', 
    sans-serif; font-weight:400; 
    font-size:16px; width:100%; 
    float:none; 
    padding-left:0px; 
    text-transform: uppercase;
  }
  .contact_form input{-webkit-appearance: none; font-family: 'Open Sans', 
    sans-serif; font-weight:400; 
    box-shadow:none; 
    border: 0px;
    background-color: #f8f8f8!important; 
    font-size:19px; 
    width:100%; float:none; display:block; color:#000; 
    height:52px; margin-bottom:22px !important;
    padding: 0px 15px;
  }
  .contact_form textarea{
    -webkit-appearance: none; font-family: 'Open Sans', sans-serif; 
    font-weight:400; border: 0px;
    background-color:#f8f8f8 !important;
     box-shadow:none; background:none; font-size:19px; width:100%;
      display:block; float:none; color:#000;  padding:20px 20px; margin-bottom:26px; height:178px; text-align:left;}
  .contact_form input.submit,
  .contact_form button.g-recaptcha{ 
    border:0; cursor:pointer; float:none; font-size:18px; 
    color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; background:#017794 !important; 
    width:auto !important; display:inline-block; padding:12px 25px; text-transform:uppercase; height:50px; border-radius:0px; 
    text-decoration:none; border:0;-webkit-appearance: none; margin:0px auto;}
  .contact_form input.submit:hover,
  .contact_form button.g-recaptcha:hover{ background:#000 !important;}
  .contact_form .grecaptcha-badge{ position:static !important; margin:-40px auto 20px;}

/*----------------fck_widget_calendar */
  .fck_widget_calendar {
    font-size:22px;
  }
  .fck_widget_calendar .table-responsive tr td{
    padding:5px;
    padding-left:0px;
  }
  .fck_widget_calendar > hr {
    max-width:400px;
  }

  .right_calendar_widget_calendar_swatch {
    width:5px !important;
  }
  .fck_widget_calendar .table-responsive td{ text-align:left; color:#017794; /*font-size:40px;padding-left:15px;*/ font-family: 'Open Sans', sans-serif; font-weight:700;}
  .fck_widget_calendar h4 {
    font-weight:22px;
    margin-bottom:0px;
  }
  .fck_widget_calendar .right_calendar_parsha, .fck_widget_calendar .right_calendar_candlelighting,
  .fck_widget_calendar .right_calendar_havdalah, .fck_widget_calendar .right_calendar_next_holiday {
    margin-bottom:16px;
  }
  .fck_widget_calendar .right_calendar_event_time {
    margin-left:0px;
  }
  #maincontent .fck_widget_calendar .readmore a {
    display: inline-block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-style:normal;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #017794;
  }
  #maincontent .fck_widget_calendar .readmore a:hover {
    background: #000;
    text-decoration: none;
  }
/*------------Sign Up-*/
  #maincontent .subscribe_featured_article h2.content_title{ display:block!important; color:#fff;}
  #maincontent .subscribe_featured_article h1, #maincontent .subscribe_featured_article h2, #maincontent .subscribe_featured_article h3,
  #maincontent .subscribe_featured_article h4, #maincontent .subscribe_featured_article a, {color:#fff;}
  .home #maincontent .subscribe_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_subscribe.png) no-repeat; margin:0px auto 20px;}
  .featured_article.subscribe_featured_article{ background:#000; text-align:center; color:#fff;}
  .featured_article.subscribe_featured_article .content_body{ max-width:660px; margin:0px auto; color:#fff;}
  #maincontent .subscribe_featured_article p{color:#fff;}
  #maincontent .subscribe_featured_article a{ font-size:18px; color:#fff;}
  .featured_article .fck_widget_subscribe input{-webkit-appearance: none; border-radius:42px; border:0; box-shadow:none; text-align:center; background:none; font-size:19px; max-width:530px; width:100%; display:block; color:#000; font-weight:normal; background:#fff; padding:13px 10px; margin:0px auto 26px; }
  .featured_article .fck_widget_subscribe input.go_button{  background:#017794; color:#fff;font-family: 'Open Sans', sans-serif; font-weight:400; display:inline-block;  border-radius:27px; border:0;-webkit-appearance: none;  margin:0px auto; display:inline-block; width:auto; padding:15px 30px; font-size:18px; }
  .featured_article .fck_widget_subscribe input.go_button:hover{ background:#fff !important; color:#017794;}
  .featured_article .fck_widget_subscribe fieldset{ text-align:center;}
  .featured_article .fck_widget_subscribe .table-responsive > table > tbody > tr > td:last-child {
    text-align: center;
  }
  #maincontent .subscribe_featured_article .fck_widget_subscribe a {
      cursor: pointer;
      float: none;
      font-size: 18px;
      color: #FFF;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      background: #017794;
      width: auto !important;
      display: inline-block;
      padding: 12px 25px;
      text-transform: uppercase;
      height: auto;
      border-radius: 25px;
      text-decoration: none;
      border: 0;
      -webkit-appearance: none;
      text-align: center;
      margin: 0px auto;
  }

  #maincontent .subscribe_featured_article .fck_widget_subscribe a:hover {
    background: #fff;
    color:#017794;
  }

/*--------------------week_calendar-*/
  #maincontent .week_calendar_article {padding-bottom:80px;}
  .fck_widget_week_calendar{ text-align:center; max-width:790px; margin:0px auto;}
  .week_calendar_table > tbody > tr > td{ display:block; margin-bottom:15px; width:100% !important;}
  .week_calendar_header{font-family: 'Open Sans', sans-serif; font-weight:400; font-size:18px;}
  .week_calendar_header .week_calendar_sedra_holiday{ font-family: 'Open Sans', sans-serif; font-weight:700;}

/*--------------------week_calendar-*/
  .home #maincontent .featured_article.blockquote_article{ background:#000;padding-bottom:80px;}
  #maincontent .blockquote_article blockquote{ text-align:center; color:#fff; font-size:18px;}

  #maincontent .blockquote_article h2.content_title:before {
    content:""; display:block; width:88px; height:88px; margin:0px auto 20px;
    background:url(../images//icon_quote.png) no-repeat;
  }
  #maincontent .blockquote_article h2.content_title {min-height:88px; display: block!important;margin-bottom:30px;}
  #maincontent .blockquote_article blockquote p{ color:#FFF; font-size:36px; font-weight:300; font-style:italic;}
  #maincontent .blockquote_article blockquote cite{ color:#fff; text-align:center; font-size:20px;}
  #maincontent .blockquote_article h1, #content #maincontent .blockquote_article h2, #maincontent .blockquote_article h3,
    #maincontent .blockquote_article h4, #maincontent .blockquote_article a {
      color:#fff;
  }


/*--------------------Announcements-*/
  .featured_article.announcements_article{ background:#000;}
  #maincontent .announcements_article{ color:#fff;}
  #maincontent .announcements_article h2.content_title{ color:#fff; margin-bottom:0px;display:block!important;}
  #maincontent .announcements_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_announcements.png) no-repeat; margin:0px auto 20px;}
  .announcements{ max-width:620px; margin:0px auto; text-align:center;}
  #maincontent .announcements p a{ font-weight:700; color:#fff; font-size:18px;}
  #maincontent .announcements p{ color:#fff; font-size:23px; font-weight:300;}
  #maincontent .announcements hr{ border-color:#fff;}
  #maincontent .announcements p a.view_link{ margin-top:20px;}
  #maincontent .announcements p a.view_link:hover{ background:#fff !important; color:#017794;}

#maincontent.full_width{ width:100%; float:none;}
#maincontent.cal{ max-width:1000px; float:none; margin:0px auto;padding:35px 20px;}
#maincontent.cal h2{ text-align:center;}
#maincontent .fck_widget_month_calendar_condensed{ background:url(../images/icon_calendar.png) no-repeat top center; padding-top:120px;}
#maincontent.user_dashboard{ max-width:1000px; margin:0px auto; float:none; padding:35px 20px;}
#maincontent.user_dashboard ul.my_profile_summary{ margin-left:0px;}
#maincontent.user_dashboard ul.my_profile_summary h4{ font-weight:700; width:auto;}
#maincontent.user_dashboard ul.my_profile_summary li:after{ content:""; display:table; clear:both;}

ul.css-tabs a{ height:auto;}

.gr-textarea-btn.gr-textarea-btn_errors{ display:none !important;}

/*-------------------- calendar-*/
  #maincontent .month_featured_article{}
  .home #maincontent .month_featured_article h2.content_title:before{ content:""; display:block; width:88px; height:88px; background:url(../images/icon_calendar.png) no-repeat; margin:0px auto 20px;}
  table.calendar{}
  table.calendar th{ font-size:22px;font-family: 'Open Sans', sans-serif; font-weight:400; text-transform:uppercase; background:#e6e6e7; border-color:#fff; border-style:solid; border-width:4px; padding:6px 5px;
    color:#000;}
  table.calendar th a {color:#000;}
  .table-responsive table.calendar th:first-child{ background:#017794; color:#fff;}
  .table-responsive table.calendar th:last-child{ background:#017794; color:#fff;}
  table.calendar td{ background:#f0f0f0; width:14.28%; border-color:#fff; border-width:4px; border-style:solid; padding:5px;}
  #maincontent.cal table.calendar td div.daywrap{ width:100%;}
  #maincontent.cal table.calendar td div.daywrap span, 
  #maincontent.cal table.calendar td div.daywrap li,
  #maincontent.cal table.calendar td div.sedra{
    font-size:14px;
    line-height:1.2;
    margin:5px 0px;
  }
  table.calendar td.today,
  #maincontent.cal table.calendar td:hover{ background:#e7e8e8;}


/*----------------register-*/
  #maincontent.register{ max-width:1000px; padding-left:20px; padding-right:20px; margin:0px auto; float:none; padding-top:35px;}
  #maincontent.register h2{ text-align:center;}
  #maincontent .registration ul li h4{ display:inline-block; font-size:16px; float:none;}
  #maincontent .registration input.register_submit{cursor:pointer; float:none; font-size:18px; color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; background:#017794 !important;  padding:12px 35px; text-transform:uppercase; height:50px; border-radius:25px; text-decoration:none; border:0;-webkit-appearance: none; margin:0px auto; display:inline-block; width:auto;}
  #maincontent .registration input.register_submit:hover{ background:#000 !important;}


/***************** slider *********************/
 .slipprySlider .sy-pager, #maincontent .slipprySlider .sy-pager{ display:none;}
.header_slider .sy-box, .fck_widget_slider .sy-box{ background:#000;}
.header_slider .sy-caption-wrap, .fck_widget_slider .sy-caption-wrap{ left:0px; bottom:0px; background:#000; width:100%; border-bottom:8px solid #017794;}
.header_slider .sy-caption-wrap .sy-caption, .fck_widget_slider .sy-caption-wrap .sy-caption{ background:none; border-radius:0; left:auto; max-width:1000px; width:100%; margin:0px auto; padding:20px;}

#content .sy-caption-wrap {
    /*bottom:auto;*/
    background:none;
    border-bottom:none;
    width:100%;
    height: 100%;
    font-family:'Open Sans', sans-serif;
    font-size:22px;
    display: flex;
}
#content .sy-caption-wrap .sy-caption {
    width:80%;
    text-align:center;
    font-family:'Open Sans', sans-serif;
    position: static;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#content .sy-caption-wrap .sy-caption .slider_title, #content .sy-caption-wrap .sy-caption .slider_description {
    background:rgba(2, 62, 128, .4);
    margin:0px;
    padding:5px;
}
#content .sy-caption-wrap .sy-caption .slider_title {
  padding-top: 15px;
}
#content .sy-caption-wrap .sy-caption .slider_description {
  padding-bottom: 15px;
}
#content .sy-caption .slider_title h1 {
  color:#fff;
}
.sy-caption-wrap .sy-caption a:link, 
.sy-caption-wrap .sy-caption a:visited,
.sy-caption-wrap .sy-caption a{ display:block; padding-right:10px; text-decoration:none; color:#fff !important;}
.sy-caption-wrap .sy-caption a:hover{ text-decoration:underline;}
.sy-caption-wrap .sy-caption a .slider_title{   
    font-size:35px;
    line-height:48px;
    font-weight:normal;
}
.sy-caption-wrap .sy-caption a.slider_link{ position:relative;  padding:12px 35px; 
  width:auto; height:55px; display:block; font-size:22px; }
.sy-caption-wrap .sy-caption a.slider_link:hover{ background:#fff; color:#017794 !important; text-decoration:none;}
.sy-caption-wrap .sy-caption .slider_description{ 
  padding-right:10px; font-weight:300; font-size:18px; line-height:1.2;
}

@media (max-width:767px) {
    #content .sy-caption-wrap {
        bottom:auto;
        top:20%;
    }
    #content .sy-caption-wrap .sy-caption .slider_title {
        font-size:30px;
        line-height:32px;
    }
}
@media (max-width:400px) {
  #content .sy-caption-wrap .sy-caption .slider_title {
      font-size:22px;
      line-height:24px;
  }
  #content .sy-list img {    
    margin-left: -50%;
    width: auto !important;
    max-width: 200%!important;
  }
}




/*************** sidebar_right *************/
#maincontent_sidebar_wrapper {
  max-width: 1100px;
  margin: 0px auto;
}
#maincontent_sidebar_wrapper #maincontent {
  width:70%;
  float:left;
}
#sidebar_right {
    display:block;
    width:30%;
    margin-bottom:50px;
    margin-right:0px;
}
#date_box {display: none;}
#sidebar_right .right_bm {
  text-align:left;
  padding-top:0px;
  background:none;
}
#sidebar_right .right_bm .right_content {
    padding-bottom:0px;
}
#sidebar_right .right_bm h2.content_title {
    padding: 10px;
    text-align:left;
    font-size:20px;
}
#content #sidebar_right .right_bm .content_body {
    text-align:left;
    padding:20px;
}
#sidebar_right .right_bm:first-child {
    padding-top:0px;
}
.home #sidebar_right .right_bm:first-child h2.content_title{
    padding-top:16px;
    padding-bottom: 16px;
}
#sidebar_right .fck_widget_calendar {
    margin-left:18px;
}
#sidebar_right .fck_widget_calendar h2 {
    font-size:20px;
    margin-bottom:0px;
    text-transform:uppercase;
}
#sidebar_right .fck_widget_calendar .table-responsive tr td {
    padding:0px;
    color:#000;
    font-size:16px;
}

#sidebar_right .fck_widget_events {
  text-align: center;
}
#sidebar_right .fck_widget_events li {
  margin-bottom: 25px;
}
#sidebar_right .fck_widget_events a {
    font-size: 16px;
    font-weight: 700;
}
#sidebar_right .fck_widget_events .event_widget_time,
#sidebar_right .fck_widget_events .event_widget_time span {
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}

/*----------------------------------------------- Floating Bubble */

.bubble {
  position:fixed;
  top:30%;
  right: 10px;
  border-radius: 50%;
  background: #00718f;
  color:#fff;
  z-index: 9999999;
  width: 150px;
  height: 150px;
  text-align: center;
  padding-top: 50px;
}
/*****************************************
%6 Footer 
********************************************/
#footer .row.jec, #footer .row.ecc {
  display: none;
}
body.jec #footer .row.main, body.jec #footer .row.ecc,
body.ecc #footer .row.main, body.ecc #footer .row.jec {
  display: none;
}
body.jec #footer .row.jec, body.ecc #footer .row.ecc {
  display: block;
}
#footer { 
  text-align:left; padding-top:0px; 
  height:auto; margin:0; width:100%; 
  position:relative; 
  color:#fff; 
  font-size:14px;
  font-family: 'Montserrat', sans-serif; 
  font-weight:300; 
  background:#017794;

}
#footer .footer_inner{ padding:36px 20px 20px; margin:0px auto; max-width:1100px;}
#footer .footer_inner:after{ content:""; display:table; clear:both;}
.footer_inner ul {padding-top:0px;}
#footer a{ color:#fff; text-decoration:none;}
#footer a:hover{ color:#7ab8ce;}
#footer p{ color:#fff; }
#footer .global_terms_links{ padding-top:20px;}
#footer .global_terms_links,
#footer .copyright{ clear:both; text-align:center; max-width:1000px; width:100%; margin:0px auto 15px; padding-left:20px; padding-right:20px; float:none; width:100%;}
#footer .copyright{ margin-bottom:0px;}
.footer_inner ul{ overflow:hidden; margin-left:0px;}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a, #footer li, #footer p {
  color:#fff;
}
.footer_inner ul li {
  display: block;
  margin-bottom: 10px;
}
.footer_logo{ float:left; margin-right:50px;}
.footer_menu{ float:left; width:340px;}
.footer_inner .footer_menu ul li{ width:170px;}
#footer .footer_inner .footer_menu ul li a{font-family: 'Roboto', sans-serif; font-weight:300;font-size:14px;}
.footer_social{ float:right;}
.socials a{ display:inline-block;font-size:24px; position:relative; text-indent:-999em; min-width:36px;}
.socials a:before{font-family: 'FontAwesome'; color:#fff; position:absolute; width:100%; text-align:center; text-indent:0px; left:0px; top:0px;}
#footer .socials li {
  display:inline-block;
}
/* twitter */
/*.socials li:first-child a:before{ content:"\f099";}*/

/*facebook*/
.socials li:first-child a:before{ content:"\f09a";}
/* youtube */
.socials li:nth-child(2) a:before{ content:"\f167";}
/*insta */
.socials li:nth-child(3) a:before{ content:"\f16d";}

.socials a:hover:before{ color:#017794;}
.socials li a:hover, .socials li a:hover:before{
  color:#fff;
}

#footer .fck_widget_subscribe {
  display: inline-block;
}
#footer .fck_widget_subscribe input
{
  height:35px;
  border:0px;
}
#footer .fck_widget_subscribe input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  padding: 0px 10px;
  float:left;
}
#footer .fck_widget_subscribe input[type="submit"] {
  border-radius: 1px;
  float: left;
  padding:0px 15px;
  background: #cecece url('https://images.shulcloud.com/1239/uploads/Website/Logos/caret.png') center center no-repeat !important;
  background-size: 18px !important;
}

/* -------------------------------------------------end footer -------*/

table.calendar_header_date th.month_header{ text-align:center; color:#aaa9a9; background:none !important;}
table.calendar_header_date:hover{ background:none;}
table.calendar.calendar_main th{ background:#f0f0f0;font-family: 'Open Sans', sans-serif; font-weight:400; text-align:center; color:#000}
table.calendar.calendar_main th:first-child{ background:#017794; color:#fff;}
table.calendar.calendar_main th:last-child{ background:#017794; color:#fff;}
table.calendar td span.day{ display:block; width:auto; height:auto; margin-right:0px; border:0; line-height:1; font-size:22px; text-align:left; color:#000; background:none; float:none; margin-bottom:5px;}
table.calendar td span.jewishDay{ font-style:normal; font-size:14px; }
table.calendar td div.dayhead{ text-align:left;}
table.calendar td div.dayhead a{text-decoration:none}
table.calendar td div.dayhead a:hover{ text-decoration:none;}
table.calendar td div.sedra{ text-align:left; color:#000;  font-weight:normal;}
#maincontent table.calendar td ul{ margin-left:0px;}
#maincontent table.calendar td ul li{}

#maincontent .fck_widget_month_calendar_condensed table.calendar th{ border-color:#dedddc; color:#12af52;}
#maincontent .fck_widget_month_calendar_condensed table.calendar td{ border-color:#dedddc; }
#maincontent .fck_widget_month_calendar_condensed table.calendar td div.dayhead{ background:none !important;}
#maincontent .fck_widget_month_calendar_condensed table.calendar td div.dayhead a span{ color:#8f8f8f;}


/************************************************** Admin ********************************************/

#icalsettings FIELDSET {
  height:auto;
}
#maincontent.admin {
  max-width: 1000px;
  margin: 0px auto;
}
/************************************************** Event Page ********************************************/

body.event #maincontent {
  max-width: 1000px; 
  margin: 0px auto;
}

@media (max-width:1024px){
.inner,
#header #header_inner,
.content_body{ max-width:748px;}
.banner_inner{ width:748px; margin-left:-374px; padding-left:15px; padding-right:15px;}
#img_div{ width:100%; position:static; text-align:center; height:auto; padding-top:20px; padding-left:10px; padding-right:10px;}  
#img_div > a{ display:inline-block;}
#mainnav{ float:none; text-align:center;}
#nav_section{ display:inline-block;}



}
@media (min-width:1600px) {
  #maincontent.cal {
    max-width: 1400px;
  }
}
@media (min-width: 768px){
  #mainnav{ display:block !important;}
  .fck_widget_slider .featured_article.slider_with_captions .sy-caption-wrap .sy-caption {
      min-height:92px;
  }
  
  #content #maincontent .featured_article.slider_with_captions .sy-caption-wrap {
      min-height:100px;
  }
}
@media (max-width: 767px){
  #button_header {
    display: none;
    position: relative;
    overflow: hidden;
  }
  #button_header .btn, #button_header .btn1 {
    width: 50%;
  }
  h1, #maincontent h1 {
    font-size: 30px;
  }
  .inner,
  #sidebar_left .sidebar_left_inner,
  #header #header_inner,
  .content_body, .content_title{
    /*margin-left:20px; margin-right:20px; */
    width:auto;}
  #img_div{padding-left:0px; padding-top:20px; padding-bottom:20px;}

  #mobile_nav_dropdown{ display:none !important;}
  #header{background:url(../images/bg_header.png) center top repeat-x; height:53px;}
  #header #header_inner{ height:100% !important;}

  #sidebar_left{ position:relative; width:auto;}
  #topnav{ display:block;}
  #mainnav{ width:100%; z-index:300; display:none; }
  #nav_section{ text-align:center; margin-top:0px; width:100%;}
  #nav_section li{ display:block;}
  #nav_section > li > a{ padding-left:40px; padding-right:40px;
    color:#00718f;
  }
  #nav_section > li:hover > a {
    color:#7cb8cd;
  }
  #nav_section a > span{position:absolute; width:30px; height:30px;  
    cursor:pointer; top:5px; right:40px; text-align:center;
  }
  #nav_section a > span:before{ content:"+"; font-size:26px; font-weight:700; line-height:25px;  }
  #nav_section a.active > span:before{ content:"-"; font-size:40px; line-height:22px;}
  #nav_section { padding-top:10px; padding-bottom:10px;}
  #nav_section > li > a{ padding-top:12px; padding-bottom:12px;}
  #nav_section > li:last-child > a{ padding-left:40px; padding-right:40px;}
  #nav_section li ul{ position:static; width:100%; box-shadow:none; height: auto;}
  #nav_section li:hover ul{ display:none;}
  #nav_section li ul li:hover ul{ display:none;}
  #nav_section li ul li{ width:auto; background:#00718f;}
  #nav_section li ul li > a{ color::#fff;}
  #nav_section li ul li:hover > a{ color::#7cb8cd;}
  #nav_section li ul li a{ display:block; padding-left:60px; }
  #nav_section li ul li ul a{ padding-left:70px;}



  #header #header_inner .hosted_by_text{ 
    display:none;
    margin-left:40px;}
  #header #header_inner #header_buttons{ height:100%;}
  #header #header_inner #header_buttons #header_help_button{ display:none;}
  #header #header_inner #header_buttons > div#header_login_button{ 
    text-align:left; display:block; background:url(../images/bg_mobile_header_top_right_link.png) center center no-repeat; 
    text-indent:-999em; width:28px; height:100%; border:0;
    margin-right: 10px;
  }
  #header_login_menu{ 
    width:100%; left:0px !important; top:53px !important;
  }
  #header_login_menu form.head_signin hr.login_dropdown_line{ margin-left:0px !important; width:auto !important; margin-top:0px;}
  #header_login_menu form.head_signin input{border: 1px solid #cfcfcf; background:#fff !important;}
  #header_buttons > div > a {
    margin-top:10px;
    display: block;
  }
  .floating_message_wrapper {display: none;}
  #maincontent_sidebar_wrapper #maincontent, #sidebar_right {width:100%;}

  #content .header_slider, #maincontent .fck_widget_slider{ overflow:inherit;}
  .header_slider .sy-caption-wrap, #maincontent .fck_widget_slider .sy-caption-wrap{ text-align:center; border-width:4px;}
  .sy-caption-wrap .sy-caption a:link, 
  .sy-caption-wrap .sy-caption a:visited,
  .sy-caption-wrap .sy-caption a{width:100%;}
  .sy-caption-wrap .sy-caption a .slider_title{ font-size:18px;}
  .sy-caption-wrap .sy-caption a.slider_link{ position:static;  background:#017794; 
    padding:8px 35px; width:auto; height:auto; margin:0px auto; font-size:15px; }
  .sy-caption-wrap .sy-caption .slider_description{ width:100%; padding-bottom:10px; font-size:15px; }
  .header_slider .sy-caption-wrap .sy-caption, .fck_widget_slider .sy-caption-wrap .sy-caption{ padding-top:10px; padding-bottom:10px;}
  .slider_with_captions .fck_widget_slider .sy-caption-wrap .sy-caption{background:#000;border-bottom: 4px solid #017794;}
  .sy-caption-wrap .sy-caption a {width:100%;}
  .inner, #header #header_inner, .content_body {
    max-width: 100%;
  }

  body.home #content #maincontent .content_body, body.home #content #maincontent .content_title {
    margin-right:0px;
    margin-left: 0px;
    padding:0px 20px;
  }
  .home .featured_article{ padding-top:50px; padding-bottom:50px;}
  .home #maincontent .featured_article.featured_article2 .section_subcontent p:first-child, 
  .home #maincontent .featured_article.featured_article3 .section_subcontent p:first-child, 
  .home #maincontent .featured_article.featured_article4 .section_subcontent p:first-child{ padding-top:20px;}
  #content #maincontent .featured_article.blue_overlay .content_body {
    padding:0px;
  }

  #maincontent .featured_article.blue_overlay .sy-caption .slider_link {
    max-width: 70%;
  }
  #maincontent .featured_article.trustees .content_title {text-align: center;}
  #maincontent .featured_article.four_images .section_subcontent:not(:last-child),
  #maincontent .featured_article.two_images .section_subcontent:not(:last-child),
  #maincontent .featured_article.three_images .section_subcontent:not(:last-child), 
  #maincontent .featured_article.five_images .section_subcontent:not(:last-child) {
    margin-bottom: 25px;
  }
  #maincontent .featured_article.five_images p:first-child img,
  #maincontent .featured_article.five_images p:first-child,
  #maincontent .featured_article.five_images h3:first-child {
    max-width: 220px;
    max-height: 220px;
  }
  #maincontent .featured_article.five_images p:first-child a:hover:before,
  #maincontent .featured_article.five_images h3:first-child a:hover:before,
  #maincontent .featured_article.five_images p:first-child a, 
  #maincontent .featured_article.five_images h3:first-child a {
    width: 220px;
    height: 220px;
  }
  #maincontent h2.content_title {text-align:left;}
  .section_subcontent {padding:0px;}
  .content_body, #maincontent .content_title {padding-left:20px;padding-right:20px;}

  #maincontent .blockquote_article blockquote p{ font-size:26px;}
  .table-responsive > table > tbody > tr > td:last-child{ font-size:26px; font-weight:500;}

  .rsOverflow{ height:100% !important;}

  .fck_widget_week_calendar table.week_calendar_table > tbody > tr > td{ text-align:center;}


  .slider_featured_article .content_body, .featured_article.slider_with_captions .content_body { margin-left:0px; margin-right:0px;}


  #footer .fck_widget_subscribe td > a {font-size: 16px;}
  .calendar_day_view{ margin-bottom:0;}
  #maincontent.cal{ max-width:}
  #maincontent.cal h2{ font-size:26px; line-height:30px;}


  .footer_logo{ float:none; margin-right:auto; text-align:center;}
  .footer_menu{ float:none; max-width:340px; width:100%; margin:0px auto; text-align:center;}
  .footer_social{ float:none; width:100%; text-align:center;}
  .footer_social ul{ display:inline-block; margin:0px auto;}

  #maincontent .content_body iframe {
    height: auto!important;
  }

}

@media (max-width: 570px){
#img_div{ 
  position:static; background:none; width:100%; border:0; box-shadow:none; height:auto; padding-left:0px; margin-bottom:0px;
}


#sidebar_left .bt{ display:none;} 
#sidebar_left .sidebar_left_inner{ height:auto; text-align:center; padding-bottom:20px;}
.featured_article{ padding:45px 0px;}



#maincontent .fck_widget_slider{ overflow:inherit;}
/*was interfering with slippry slider 
.royalSlider{ height:220px !important;}
*/
.rsGCaption{ width:100% !important; text-align:center !important;}
.rsGCaption .slider_title{ font-size:26px;}
.rsGCaption .slider_description{ font-size:14px;}
.rsGCaption .slider_link{ font-size:14px; padding:5px 10px;}

.footer_inner .footer_menu ul li{ width:100%;}

/*#maincontent p img{ float:none !important; display:block; margin:0px auto 15px !important;}*/

#content #maincontent.cal .calendar_day_view h2{ background:#12af52 !important;}
#maincontent.cal h2{ font-size:18px; line-height:24px;}


.fck_widget_subscribe{ width:100%;}


#maincontent .registration ul{ margin-left:0px;}
#maincontent .registration ul li h4{ display:block; text-align:left;}
#maincontent .registration ul li.captcha{ width:100%;}
}