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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
/*font-family: 'Open Sans', 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;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*{ font-weight:inherit;}
body { background:#fff; font-size:18px; font-family: 'Open Sans', sans-serif; font-weight:400; color:#000000;min-height:100%;}
a {color:#000; outline:none; text-decoration: underline;}
a:hover {color:#000; text-decoration:none;}
p {line-height:2.3; margin-bottom:22px;}
ul{ margin-left:18px;}
li { list-style:none outside none; font-size:18px; color:#000;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both; height:0; font-size:0; }
strong, b{ font-weight:700;  }
em, i { font-style:italic; }
strong em, em strong{ font-weight: 700; font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-family:'Open Sans', sans-serif; color:#000; line-height:1.2; font-style:normal; margin-bottom:15px; margin-top:0px;}
h1{ font-size:36px; font-weight:700;}
h2{ font-size:30px; font-weight:700;}
h3{ font-size:24px; font-weight:700; margin-bottom:24px; line-height:1.2;}
h4{ font-size:18px; font-weight:700; margin-bottom:24px;}
h5{ font-size:16px; font-weight:700; margin-bottom:24px;}
h6{ font-size:14px; font-weight:700; margin-bottom:24px;}
blockquote{ margin:0 0 26px; background:url(../images/bg_blockquote_new.png) left top no-repeat; background-size:24px 20px; display:block; font-size:24px;  padding:0px 26px 15px 34px;}
blockquote p{ color:#000; line-height:1.62 !important; margin:0 !important; font-size:22px !important; }
blockquote cite{ display:block; text-align:right; font-size:22px; padding-top:5px; font-style:normal;}

img{ max-width:100%; height:auto !important; vertical-align:middle;}
hr{ clear:both; margin:30px 0; border:0; border-bottom:1px solid #00a0b0;}
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;}


input[type="submit"],
input[type="text"],
input[type="password"],
select{ padding:5px;}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style:normal;
}
input::-moz-placeholder { /* Firefox 19+ */
  font-style:normal;
}
input:-ms-input-placeholder { /* IE 10+ */
  font-style:normal;
}
input:-moz-placeholder { /* Firefox 18- */
  font-style:normal;
}



/*-- header --*/
#header{ background:#000; 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:45px; position:absolute; z-index:300; left:0px; top:0px; cursor:pointer;}
#content{ width:100%; }
body .header_menu{ z-index:2000;}



/*********************** top links / search area *************************/
.top_links{height:auto;right:0;position: absolute; width:auto; top:0px;}
.top_links li{  float:left;}
.top_links>li a{color:#FFF; background:#00a0b0; margin-left:1px; border-radius:0px; font-weight:normal; padding:7px 5px 8px; line-height:1.2; font-size:15px; display:block; text-decoration:none; font-weight:700; text-transform:uppercase; min-width:135px; text-align:center;}
.top_links>li a:before{ font-family: 'FontAwesome';}

.topHead                { width: 100%; height: 46px; background: #404040; color: white; }
#content .topHead .content_body          { position: relative; padding-left:0px; padding-right:0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; max-width: 1158px; height: 46px; }
.topHead .content_body ul.top_links,
.topHead .content_body .search_area       { position: static; }
.topHead .content_body ul.top_links       { margin-right: 10px; }
.topHead .content_body ul.top_links li a    { color: #ffffff; font-weight: normal; font-size: 16px; font-family: 'Open sans'; background: transparent; text-transform: none; padding: 0px 10px; min-width: inherit; }
.topHead .content_body ul.top_links li a:hover  { color: #00a0b0; }
.topHead .content_body .search_area input[type=text]  { border-radius:15px;
    border: 1px solid #ddd; font-size: 0.857em; padding: 4px 0 4px 13px; color: #fff; border-color: rgba(249, 249, 249, 0.75); min-width: 225px; margin: 0; background: transparent; }
.topHead .content_body .search_area input[type=submit]  { 
    position: absolute; right: 3px; top: 15px; background: transparent; border: none; padding: 0px; z-index: 999; font-size: 0px; width: 25px; height: 20px; cursor: pointer; }
.topHead .content_body .search_area input[type=text]:focus {
    outline: none;
}

/*-- search area --*/
.search_area { position: absolute; display: block; top: 45px; right: 0;}
.topHead .content_body .search_area:after         { 
  color: white; content: "\f002"; font-size: 17px; position: absolute; right: 13px; top: 8px; line-height: 29px; z-index: 99; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

/* new html */
#quick_links_search_wrapper {
  display: block;
  background:#404040;
}
#quick_links_search_wrapper #quick_links_search {
  position: relative; 
  display: flex; align-items: center; justify-content: flex-end; 
  padding-left:0px; 
  padding-right:0px; 
  padding: 0px; max-width: 1158px; height: 46px;
  margin: 0px auto;
}
#quick_links_search .top_links_2, #quick_links_search .search_area_2 { position: static; }
#quick_links_search ul.top_links_2 {margin-right: 10px;}
#quick_links_search ul.top_links_2 li {float:left;}
#quick_links_search ul.top_links_2 li a    { color: #ffffff; font-weight: normal; font-size: 16px; font-family: 'Open sans'; background: transparent; text-transform: none; padding: 0px 10px; min-width: inherit; text-decoration: none; }
#quick_links_search ul.top_links_2 li a:hover  { color: #00a0b0; }

#quick_links_search .search_area_2 input[type=text]  { border-radius:15px;
    border: 1px solid #ddd; font-size: 0.857em; padding: 4px 0 4px 13px; color: #fff; border-color: rgba(249, 249, 249, 0.75); min-width: 225px; margin: 0; background: transparent; }
#quick_links_search .search_area_2 input[type=submit]  { 
    position: absolute; right: 3px; top: 15px; background: transparent; border: none; padding: 0px; z-index: 999; font-size: 0px; width: 25px; height: 20px; cursor: pointer; }
#quick_links_search .search_area_2 input[type=text]:focus {
    outline: none;
}
.search_area_2 { position: absolute; display: block; top: 45px; right: 0;}
#quick_links_search .search_area_2:after         { 
  color: white; content: "\f002"; font-size: 17px; position: absolute; right: 13px; top: 8px; line-height: 29px; z-index: 99; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

.tagline_wrapper {
    color: #fff;
    font-size: 14px;
    max-width:1158px;
    margin:0px auto;
}
.tagline {
    position: absolute;
    padding-top: 12px;
}

#sidebar_left .top_links {
  display: none;
}
.search_area {
  display: none;
}

/*-- sidebar_left --*/
#sidebar_left{ width:1170px; margin:0px auto; overflow:inherit; float:none; position:relative; height:125px;}
#sidebar_left .sidebar_left_inner{ float:left;}
#sidebar_left .bt{ display:none;}
#sidebar_left .bb{ display:table; clear:both; height:auto;}
#img_div{ position:absolute; left:0px; top:68px; width:30%;}
#img_div > a{ display:block;  width:235px; height:56px;}

#mainnav{ background:none;padding:0;overflow:visible !important; float:right;}
#nav_section{ width:auto; margin-top:78px; margin-left:0px; margin-bottom:0px;}
#nav_section li{ display:inline-block;text-align:left; vertical-align:middle; margin-left:17px; }
#nav_section li a{ display:block; text-transform:initial; font-size:1em; font-weight:600; color:#3a3a3a;}
#nav_section li a span{  width:9px; height:9px; margin-top:-3px; vertical-align: middle; margin-left:8px;}
#nav_section li a:hover{ background:#3a3a3a; color:#fff;}
#nav_section li a:hover span{background:url(../images/bg_nav_section_span2.png) right center no-repeat;}
#nav_section a{ padding:3px 10px 4px 10px;}

#nav_section li ul{ position:absolute; left:0; margin-left:0;}
#nav_section li ul li{ display:block; width:170px;background:#ffffff; margin-left:0px;}
#nav_section li ul li a{ font-size:16px; color:#3a3a3a; background:rgba(255,255,255,0.97); padding:10px 15px; text-transform:none; font-weight:400; position:relative;}
#nav_section li ul li ul{ left:170px; top:0;}
@media screen and (min-width:769px){
#nav_section li ul li a span{ display:block; position:absolute; right:7px; top:4px; height:100%;background:url(../images/bg_nav_section_span3.png) right center no-repeat;}
#nav_section li ul li a:hover{ background:#3d3d3d; color:#FFF;}
#nav_section li ul li a:hover span{  }
}
#nav_section ul{ height:auto;}
#nav_section li:hover ul,
#nav_section li:hover ul ul, 
#nav_section li:hover ul ul ul, 
#nav_section li:hover ul ul ul ul{display:none;}
@media screen and (min-width:769px){
#nav_section li:hover > ul, 
#nav_section li li:hover > ul, 
#nav_section li li li:hover > ul, 
#nav_section li li li li:hover > ul{display:block; height:auto;}
}





/*-- breadcrumb --*/
.gr-textarea-btn{z-index: 2; opacity: 1; margin-left:0px !important; margin-top:0px !important;}
.breadcrumb_wrapper{ background:#00a0b0; margin-bottom:62px;}
.breadcrumbpaginationh1section{ background:#3a3a3a; position:relative; padding:0px;}
.breadcrumbpaginationh1section h1{ display:block !important; margin-bottom:0px; color:#FFF; font-size:36px;text-align:center; font-weight:700; padding:46px 0px 57px; position:relative; text-transform:capitalize; font-family:Georgia, "Times New Roman", Times, serif;}
.breadcrumbsection{ width:1210px; margin:0 auto; line-height:1.1; padding:16px 20px 22px; max-width:100%; display:block;}
.breadcrumbsection a{ color:#fff; font-size:15px; text-decoration:none;}
.breadcrumbsection a:hover{ color:#3a3a3a; text-decoration: underline;}



/*-- maincontent --*/
#maincontent_sidebar_wrapper{ width:1120px; margin:0 auto; max-width:100%; overflow:hidden; padding:0px 20px 50px;}
#maincontent_sidebar_wrapper #maincontent{ width:60%; float:left;}
#maincontent_sidebar_wrapper #maincontent .content_body{ text-align:left;}
div.default,
#maincontent{max-width:1120px; margin:0 auto; padding-left:20px; padding-right:20px; width:100%; border-bottom:2px solid #00a0b0;}
body.event #maincontent{ padding:0px 20px 50px; max-width:1120px;}
.home #maincontent{ max-width:none; padding-left:0px; padding-right:0px;}
#maincontent h2{ height:auto; padding:0;}
#maincontent h2.content_title{}
#maincontent .align-center-article-carousel2 h2.content_title{ text-align:center; max-width:1120px; padding-left:20px; padding-right:20px; margin:0px auto 24px;}
#maincontent_sidebar_wrapper #maincontent .align-center-article-carousel2 h2.content_title{ padding-left:0px; padding-right:0px; text-align:left;}
.home #maincontent h2.content_title{ text-align:center; font-size:2.5em; margin:50px auto; color:#3a3a3a;}
#maincontent h3{}
#maincontent h3.date{ float:none; color:#666666; font-size:14px; margin-bottom:30px;}
#maincontent h4{}
#maincontent h5{}
#maincontent ul li {list-style:disc outside none !important;}
#maincontent p{ font-size:18px; line-height:2.14; padding:0px; margin:0px 0px 30px;}
#maincontent.default .content_body UL{ margin-left:0px; margin-bottom:30px; padding-left:22px; padding-bottom:0px; text-align:left;}
#maincontent.default .content_body UL li{ padding:0; font-size:14px; line-height:1.4; margin-bottom:4px;}
#maincontent .content_body ol{ margin-bottom:30px; font-size:14px; padding-left:20px; text-align:left;}
#maincontent .content_body ol li{line-height:1.4; font-size:14px; margin-bottom:4px; list-style:decimal outside none;}
@media screen and (min-width:769px){
#maincontent.default .content_body UL li,
#maincontent .content_body ol li{ line-height:1.7; font-size:18px; margin-bottom:7px;}	
}



/*-- section_subcontent --*/
.section_subcontent{ padding:0px 15px;}
/*
.section_subcontent.col-lg-9 p:last-child{ display:inline-block; background:#00a0b0; padding:10px 20px !important; color:#fff !important; font-size:14px !important; border-radius:0px; font-family: 'Open Sans', sans-serif; font-weight:400; line-height:1.2 !important;}
.section_subcontent.col-lg-9 p:last-child a{color:#fff !important;text-decoration:none !important;}
.section_subcontent.col-lg-9 p:last-child a:hover{ text-decoration:none;}
.section_subcontent.col-lg-9 p:first-child{ background:none; padding:0 !important;    font-size: 18px !important; line-height: 2.14 !important; color:#000 !important;} 
.section_subcontent.col-lg-4 p:last-child{ font-size:12px; text-transform:uppercase;}
.section_subcontent.col-lg-4 p:last-child a{ font-size:12px; text-decoration:none !important;}
*/


/*-- featured_article --*/
.featured_article{ background:none; padding:0px; margin-bottom:0px; position:relative;}
.featured_article > div{}
.content_body{max-width:1120px; padding-left:20px; padding-right:20px; margin:0px auto;}
#maincontent.full_width .content_title {
  max-width: 1120px;
  margin: 0px auto;
  padding-left:20px;
  padding-right:20px;
  margin-bottom:10px;
}
.align-center-article-carousel2 .content_body{ text-align:center;}
#maincontent_sidebar_wrapper .content_body{ padding-left:0px; padding-right:0px;}
.home .align-center-article-carousel2 .content_body{max-width:1120px; padding-left:20px; padding-right:20px;}



/*-- image-with-caption-carousel2 --*/
.image-with-caption-carousel2{ background:#f4f4f4; padding-top:78px; padding-bottom:78px; margin-bottom:50px;}
#maincontent_sidebar_wrapper .image-with-caption-carousel2{ background:none; padding:0; margin-bottom:0px;}
#maincontent.default .content_body .fck_widget_slider UL{ padding-left:0px; margin-bottom:0px; text-align:center;}
#maincontent.default .content_body .fck_widget_slider UL li{ margin:0;}
#maincontent .image-with-caption-carousel2 .fck_widget_slider{ overflow:inherit;}
.image-with-caption-carousel2 .sy-caption-wrap{ width:233px; position:absolute; left:auto; right:-50px; bottom:-30px;}
.image-with-caption-carousel2 .sy-caption-wrap .sy-caption{ background:#00a0b0; position:static; border-radius:0;}
#maincontent_sidebar_wrapper .image-with-caption-carousel2 .sy-caption-wrap{ position:sticky; left:0px; top:100%; width:100%;}
#maincontent_sidebar_wrapper .image-with-caption-carousel2 .sy-caption-wrap .sy-caption{ background:#3a3a3a; }
#maincontent_sidebar_wrapper .image-with-caption-carousel2 .sy-filler{ margin-top:-23px;}



/*-- blockquote-1-carousel2 --*/
.blockquote-1-carousel2{ margin-bottom:32px;}
.blockquote-1-carousel2 blockquote, .featured_article:not(.blockquote-2-carousel2):not(.home-blockquote-carousel2) blockquote { 
  background:#f4f4f4 !important; border-left:6px solid #00a0b0; padding:75px; margin-left:0px;
} 


/*-- blockquote-2-carousel2 --*/
.blockquote-2-carousel2{ margin-bottom:32px;}



/*-- Blog --*/
#maincontent .blog_post{ text-align:left;}
#maincontent .blog_post h4 a{color:#03a9f5; text-decoration:none;font-size:22px; color:#03a9f5; line-height:1.1; margin-bottom:22px;}
#maincontent .blog_post a.more{font-size:10px; color:#FFF; background:#12af52; display:inline-block; padding:8px 24px; text-transform:uppercase; border-radius:5px; text-decoration:none; box-shadow:0px 0px 1px #234120 inset;}
#maincontent .blog_post a.more:hover{}
.blog .featured_article{ border-bottom:#00a0b0 2px solid; margin-bottom:35px;}
.blog .featured_article:last-child{ border:0;}
body.treeee #maincontent{ border:0;}



/*-- Home --*/
.home .content_body{ max-width:1120px; margin:0px auto; padding-left:20px; padding-right:20px;}
.home .breadcrumb_wrapper{ display:none;}
.home .breadcrumbsection{ display:none;}
.home #sidebar_left{ background:#FFF; z-index:1;}
.home .featured_article.home_slider_carousel2{}
.home .featured_article.home_slider_carousel2 h2.content_title{ display:none;}
.home .featured_article.home_slider_carousel2 .content_body{ max-width:100%; padding-left:0px; padding-right:0px;}
.home #maincontent .slipprySlider ul{}
.home #maincontent .slipprySlider ul li{ line-height:normal;list-style:none !important;}
.home #nav_section li a{ color: #3a3a3a;}
.home #nav_section li a:hover{ background: transparent; color:#00a0b0;}
.home #nav_section li ul li a{ background: #3a3a3a; color:#fff;}
.home #nav_section li ul li a:hover{ background: #00a0b0; color:#FFF;}
.home .top_links>li a{background:#00a0b0;}
.home .top_links>li a:hover{background:#3a3a3a;}
#content .header_slider .sy-caption-wrap{ 
  /* turn this off to try to fix caption alignment
  position:absolute; left:0px; */
  width:100%; top:0px; bottom:auto; height:100%; text-align:center; 
  background:rgba(0,0,0,0.54);  
  display: flex;
  align-items: center;
  /* This was breaking the sy-filler element and causing it to overlap the elements below the slider 
  position: static !important; width: 1170px; justify-content: flex-end; */
   margin: 0px auto; height: 450px; text-align: center; background: transparent; display: flex;}

#content .header_slider .sy-caption-wrap .sy-caption { 
  padding:5% 0px 0px; 
  margin:0 auto; max-width:100%; 
/* display: table-cell; */
  right: 0px !important; display: block; padding: 30px; color: white; text-align: right; z-index: 6; 
    width: 600px; min-width: 400px; min-height: 275px; background: rgba(0, 0, 0, 0.55) !important;  margin: 0px; 
  /* turn this off to try to fix alignment 
   bottom: 65px; position: static !important;*/
  z-index: 100; border-radius: 0px; 
  left: 0px;
}
#content .header_slider .sy-caption-wrap .sy-caption a{ color:#FFF; text-decoration:none;}
#content .header_slider .sy-caption-wrap .sy-caption a:hover{ color:#FFF; text-decoration:none;}
#content .header_slider .sy-caption-wrap .sy-caption .slider_title{ font-size:3em; font-family:'Open Sans', sans-serif; font-weight: 600; color:#FFF; display:block; padding:0px 0px 10px;}
#content .header_slider .sy-caption-wrap .sy-caption .slider_description{ 
  font-size:20px; color:#FFF;font-family: 'Open Sans', sans-serif; font-weight:400; line-height:1.2; display:block; padding:0px 0px 38px;
}
#content .header_slider .sy-caption-wrap .sy-caption .slider_link{ display:inline-block; background:#00a0b0 url(../images/bg_slider_link.png) right 21px no-repeat; padding:15px 60px 18px 24px; text-transform:uppercase; color:#FFF; font-size:15px;font-family: 'Open Sans', sans-serif; font-weight:700;}
#content .header_slider .sy-pager{ }
#content .header_slider .sy-pager li{ width:17px; height:17px; margin:0 2px !important;}
#content .header_slider .sy-pager li a{ background:#3a3a3a;}
#content .header_slider .sy-pager li a:hover,
#content .header_slider .sy-pager li.sy-active a{ background:#00a0b0 !important; opacity:1;}
#content .header_slider .sy-controls{ display:block; width:70px; height:35px; right:56px; bottom:36px; z-index:9998;}
#content .header_slider .sy-controls li{ float:left; width:50%; position:static; min-width:inherit; list-style:none !important;}
#content .header_slider .sy-controls li a{ display:block; height:35px; opacity:1;}
#content .header_slider .sy-controls li.sy-prev a{background:#00a0b0 url(../images/bg_home_slider_page.png) left top no-repeat;}
#content .header_slider .sy-controls li.sy-prev a:hover{background:#3a3a3a url(../images/bg_home_slider_page.png) left top no-repeat;}
#content .header_slider .sy-controls li.sy-next a{background:#00a0b0 url(../images/bg_home_slider_page.png) right top no-repeat;}
#content .header_slider .sy-controls li.sy-next a:hover{background:#3a3a3a url(../images/bg_home_slider_page.png) right top no-repeat;}
#content ul.sy-controls li {list-style:none !important;}
#content .header_slider .sy-controls li a:after{ display:none !important;}

.home .breadcrumbpaginationh1section h1 {
  display: none !important;
}

/********************************* Home slider - from css override *****************************/
.header_slider        { height: 500px; position:relative; }
#content .sy-slides-wrap {overflow: hidden;}
#content .header_slider .sy-caption-wrap .sy-caption .slider_title      { line-height: 60px; margin-bottom: 15px; }
#content .header_slider .sy-caption-wrap .sy-caption .slider_description  { font-size: 17px; font-weight: 500; }
#content .header_slider .slipprySlider .sy-box                  { height:100%; }
#content .header_slider .sy-slide > img                         { height:500px  !important; object-fit: cover; }
#content .header_slider .sy-controls                            { display:none; }
#content .header_slider .slipprySlider .sy-pager                { margin-top: -45px; }
#content .header_slider .sy-pager li a                          { background: #ffffff; opacity: 0.4; }
#content .header_slider .sy-pager li.sy-active a                { background: #ffffff !important; opacity: 1; }
#content .header_slider .sy-caption-wrap .sy-caption .slider_description { padding-bottom: 20px; }
#content .header_slider .sy-caption-wrap .sy-caption .slider_link {
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 1px solid transparent;
    z-index: 0;
    background-color: transparent;
    overflow: hidden;
    padding: 8px 20px;
    border-color: #fff;
    color: #fff;
    font-size: 0.9em;
    text-transform: none;
    margin-top: 0;
    background-image: none;
}
#content .header_slider .sy-caption-wrap .sy-caption .slider_link:hover { background: #fff; color:#000; }
/****************************** end slider ********************************/

.home blockquote{ margin:0 0 26px; background:url(../images/bg_home_blockquote_left.png) left top no-repeat; display:block; font-size:24px;  padding:104px 80px 97px 80px; position:relative;}
.home blockquote:after{ position:absolute; display:block; content:""; right:0px; bottom:-0px; width:41px; height:35px; background:url(../images/bg_home_blockquote_right.png) left top no-repeat;}
.home blockquote p{ color:#000; line-height:1.1 !important; margin:0px !important; font-size:46px !important; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; }
.home blockquote cite{ display:block; text-align:center; font-size:26px; padding-top:10px; font-style:normal; color:#00a0b0;font-family: 'Open Sans', sans-serif;}

.home #footer{ background:#3a3a3a;}
.home #footer .footer_inner h2 { color: #fff;}
.home #footer .footer_inner .logo_box{ display:inline-block; vertical-align:top;}
.home #footer .footer_inner{ overflow:inherit; padding-top:10px;}
.home #footer .footer_inner .logo_box .footer_logo{background:url(../images/home_logo.png) left top no-repeat; background-size:100% auto;}
.home #footer .footer_inner .footer_text{ display:inline-block; padding:3px 0px 0px 14px;}
.home #footer .footer_inner .footer_text p{color:#FFF;}
.home #footer .footer_inner .footer_text p span{ color:#FFF;}
.home #footer a{color:#FFF;}
.home #footer a:hover{ color:#FFF;}
.home #footer p{line-height:1.2; font-size:16px; color:#FFF; font-weight:700; margin-bottom:0;}
.home #footer .socials{ top:-73px;}
.home #footer .socials a{ background:#9f9369;}
.home #footer .socials a{color:#FFF;}
.home #footer .socials a:hover{ color:#FFF; }


/*-- fck_widget_contact --*/
.featured_article.contact-us-carousel2{ background:#3a3a3a; padding:90px 0px 120px;}
.featured_article.contact-us-carousel2 h2{ text-align:center; color:#fff; margin-bottom:30px;}
.fck_widget_contact{ padding:0px; margin:0;}
form.contact_form{ padding-left:20px; padding-right:20px;}
.contact_form label{ margin-bottom:5px; width:100%; text-align:left; float:none; padding-left:0px;font-family: 'Open Sans', sans-serif; font-weight:normal; text-transform:uppercase;}
.contact_form input{-webkit-appearance: none; border-radius:0px; border:1px solid #ccc;  box-shadow:none; text-align:left; background:#ffffff; font-size:13px;font-family: 'Open Sans', sans-serif; width:100%; float:none; display:block; color:#000; padding:9px 10px; margin-bottom:27px !important;}
.contact_form textarea{-webkit-appearance: none;  border-radius:0px;  border:1px solid #ccc; box-shadow:none; background:#fff; font-size:19px; width:100%; display:block; float:none; color:#a5a0a0; padding:20px 20px; margin-bottom:0px; height:120px; text-align:left;}
.contact_form input.submit{ background:#00a0b0;font-family: 'Open Sans', sans-serif; font-weight:700; font-size:15px; color:#FFF; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:43px; display:block; text-align:center; width:100%; cursor:pointer;}
.contact_form > fieldset > div{ max-width:570px; margin:0px auto; text-align:center;}
.contact_form button{ background:#00a0b0;font-family: 'Open Sans', sans-serif; font-weight:700; font-size:15px; color:#FFF; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:43px; display:block; text-align:center; width:100%; cursor:pointer;}
#maincontent .fck_widget_month_calendar_condensed{ background:url(../images/icon_calendar.png) no-repeat top center; padding-top:120px;}
.featured_article.contact-us-carousel2 .contact_form label{ color:#fff;}
.featured_article.contact-us-carousel2 .contact_form input{border:0;}
.featured_article.contact-us-carousel2 .contact_form textarea{ border:0;}




/*-- newsletter --*/
.newsletter{ background:url(../images/bg_section_top.png) center 10px no-repeat; padding-top:48px;}
.newsletter_content{ width:540px; margin:0 auto;max-width:100%;}
.newsletter_content p{ line-height:1.3;}
.featured_article .newsletter_content input{-webkit-appearance: none; border-radius:42px; border:1px solid #03a9f5; box-shadow:none; text-align:center; background:none; font-size:19px; width:100%; display:block; color:#a5a0a0;  padding:13px 10px; margin-bottom:26px; margin-right:0; margin-left:0px}
.featured_article .newsletter_content input.go_button{  background:#12af52 url(../images/sign_up_but.png) no-repeat 0px 0px; display:inline-block;  border-radius:6px; border:0;-webkit-appearance: none; width:auto; margin:0px auto; width:156px; height:39px;}
.featured_article .newsletter_content fieldset{ text-align:center;}

#maincontent.full_width{ width:100%; float:none;max-width:100%;margin:0px auto;border-bottom:none;}
#maincontent .fck_widget_month_calendar_condensed{ background:url(../images/icon_calendar.png) no-repeat top center; padding-top:120px;}

#maincontent .fck_widget_quotes blockquote{ background:url(../images/bg_blockquote.png) no-repeat top center; color:#333; font-size:18px; padding-left:0px; padding-right:0px; padding-top:80px;}
#maincontent .fck_widget_quotes blockquote p{ color:#d21d1c; font-size:36px;}


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

.featured_article .content_button {
  float:right; position:relative; z-index:2020;
}
.ui-widget{ z-index:2030 !important;}
.ui-widget select{ max-width:100%;}



.home #maincontent .align-center-article-carousel2{ padding-top:85px; padding-bottom:70px;}




/*-- fck_widget_events --*/
.featured_article.upcoming_events .content_body {
  max-width: 100%;
  padding-left:0px;
  padding-right: 0px;
}
#maincontent .fck_widget_events{ padding:0;}
#maincontent.default .events_widget .content_body{ max-width:100%; padding-left:0px; padding-right:0px;}
#maincontent.default .content_body .fck_widget_events UL{ padding:0; margin:0;}
#maincontent.default .content_body .fck_widget_events UL:after{ content:""; display:table; clear:both;}
#maincontent.default .content_body .fck_widget_events UL li{ 
  margin:0; text-align:center; color:#fff; height:204px; overflow:hidden; 
  padding-top:2.5%; 
  padding-left: 15px;
  padding-right: 15px;
  line-height:1; width:33.33333%; float:left; clear:none; position:relative;
}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(1){ background:#696969;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(2){ background:#dfd8c1;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(3){ background:#9b9b9b;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(4){ background:#00a0b0;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(5){ background:#3a3a3a;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(6){ background:#d0c5a2;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(7){ background:#696969;}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(8){ background:#dfd8c1;}
.content_body ul.upcomingEvents li .event_widget_title,
.content_body ul.upcomingEvents li .event_widget_time,
.content_body ul.upcomingEvents li .event_widget_desc{ display:none; position:relative; z-index:20;}
.content_body ul.upcomingEvents li .event_widget_picture{ width:100%; position:absolute; left:0px; top:-100%; max-width:none !important; float:none !important; padding:0 !important; margin:0 !important; z-index:1;}
.content_body ul.upcomingEvents li .event_widget_picture img{display:block; width:100% !important; height:auto !important; max-width:inherit !important; position:absolute; left:0px; top:50%;}
.content_body ul.upcomingEvents li .event_widget_title{
  font-size:25px; color:#FFF; line-height:1.1; padding-bottom:12px; display:block; text-decoration: none; font-weight: 600;
}
.content_body ul.upcomingEvents li .event_widget_title:hover {text-decoration: underline;}
.content_body ul.upcomingEvents li .event_widget_title .event_widget_calendar_swatch{ display:none !important;}
.content_body ul.upcomingEvents li .event_widget_time{ display: block; color:#FFF; font-family: 'Open Sans', sans-serif; font-weight:700; padding-top:12px; line-height:1.1;}
.content_body ul.upcomingEvents li .event_widget_time:after{ position:absolute; display:block; content:""; left:50%; margin-left:-35px; top:0px; width:70px; height:2px; background:#FFF;}
.content_body ul.upcomingEvents li .event_widget_desc {display:none;}
.content_body ul.upcomingEvents li .event_widget_time .event_start_date { display: block;}

/*-- eight Events --*/
#maincontent.default .content_body .fck_widget_events UL li{}
#maincontent.default .content_body .fck_widget_events UL li:nth-child(7),
#maincontent.default .content_body .fck_widget_events UL.event_count_8 li:nth-child(8){ width:50%;}


/*-- seven Events --*/
#maincontent.default .events_widget .content_body .fck_widget_events UL li{}
#maincontent.default .events_widget .content_body .fck_widget_events UL.event_count_7 li:nth-child(7){ width:100%;}


/*-- six Events --*/
#maincontent.default .events_widget .content_body .fck_widget_events UL li{}


/*-- five Events --*/
#maincontent.default .events_widget .content_body .fck_widget_events UL li{}
#maincontent.default .events_widget .content_body .fck_widget_events UL.event_count_5 li:nth-child(4),
#maincontent.default .events_widget .content_body .fck_widget_events UL.event_count_5 li:nth-child(5){ width:50%;}


/*-- four Events --*/
#maincontent.default .events_widget .content_body .fck_widget_events UL.event_count_4 li{}
#maincontent.default .events_widget .content_body .fck_widget_events UL.event_count_4 li:nth-child(4){ width:100%;}


/*-- three Events --*/
#maincontent.default .events_widget .content_body .fck_widget_events UL.event_count_3 li{}


/*-- two Events --*/
#maincontent.default  .content_body .fck_widget_events UL.event_count_2 li{ width:50%;}


/*-- One Event --*/
#maincontent.default .content_body .fck_widget_events UL.event_count_1 li{background:#696969; width:100%;}



/*-- .home blockquote --*/
.home-blockquote-carousel2{ padding:80px 5% 0px; padding-bottom:45px;}
.home-blockquote-carousel2 .content_body{ max-width:100%; padding-left:0px; padding-right:0px;}
.home blockquote{ margin:0 0 26px; background:url(../images/bg_home_blockquote_left.png) left top no-repeat; display:block; font-size:24px;  padding:104px 80px 97px 80px; position:relative;}
.home blockquote:after{ position:absolute; display:block; content:""; right:0px; bottom:-0px; width:41px; height:35px; background:url(../images/bg_home_blockquote_right.png) left top no-repeat;}
.home blockquote p{ color:#000; line-height:1.1 !important; margin:0px !important; font-size:46px !important; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; }
.home blockquote cite{ display:block; text-align:center; font-size:26px; padding-top:10px; font-style:normal; color:#00a0b0;font-family: 'Open Sans', sans-serif;}



/*-- calendar --*/
#maincontent.cal{max-width:1120px; margin:0 auto; width:100%; padding-left:20px; padding-right:20px; float:none;}
#maincontent.cal:after{ content:""; display:table; clear:both;}
#maincontent.cal h2{ text-align:center;}
.home .fck_widget_month_calendar{ padding:30px 0px 0px;}
#filterFrm .calendar_table{ font-size:16px; border:0; height:auto !important;}
#filterFrm .calendar_table select{ margin-bottom:5px;}
.ce_table td.ce_time_start{ text-align:left; padding:5px;}

.table-responsive{ overflow-x:inherit;}
table.calendar{font-family: 'Open Sans', sans-serif; font-weight:400;}
table.calendar th{ font-size:22px; text-transform:uppercase; background:none; border-color:#fff; border-style:solid; font-weight:700; border-width:2px; padding:10px 5px;}
.table-responsive table.calendar th:first-child{ background:#818285; color:#fff;}
.table-responsive table.calendar th:last-child{ background:#818285; color:#fff;}
table.calendar td{ background:#f5f6f7; width:14.28%; border-color:#fff; border-width:2px; border-style:solid; padding:5px;}
table.calendar td div.daywrap{ width:100%;}
table.calendar td.today,
table.calendar td:hover{ background:#e7e8e8;}
#maincontent table.calendar td ul li{white-space:normal; font-size:14px !important; line-height:1.2 !important;}

.fck_widget_week_calendar{ max-width:990px; margin:0px auto; padding:50px 0px 0px;}
.week_calendar_table > tbody > tr > td{vertical-align:top;}
.week_calendar_table > tbody > tr > td.week_calendar_top_title{ padding-bottom:30px;}
.week_calendar_header{ color:#00a0b0; font-size:20px;font-family: 'Open Sans', sans-serif; font-weight:700;}
.week_calendar_header *{ display:inline;}
.week_calendar_header .week_calendar_day_num{ font-weight:700;}
.week_calendar_header .week_calendar_sedra_holiday{ color:#333333; width:100%; display:block;}





/*-- calendar-and-announcements --*/
.calendar-and-announcements{}
.calendar-and-announcements .content_body{ max-width:100%; padding-left:0px; padding-right:0px;display: flex; justify-content: flex-end;}
.calendar-and-announcements .section_subcontent{ display: flex;flex-direction: column; width:50%; padding:2.5% !important;}
.calendar-and-announcements .section_subcontent:first-child{ background:#00a0b0;}
.calendar-and-announcements .section_subcontent:first-child > h2{ background:#fff; margin:0px; padding:23px 20px !important;}
.calendar-and-announcements .fck_widget_week_calendar{ background:#fff; width:100%; padding-top:0px;}
.calendar-and-announcements .week_calendar_table{ display:block;}
.calendar-and-announcements .week_calendar_table > tbody{ display: flex; justify-content: flex-end;}
.calendar-and-announcements .week_calendar_table > tbody > tr{ display: flex;flex-direction: column;}
.calendar-and-announcements .week_calendar_table > tbody > tr:first-child{ background:#3a3a3a; width:152px; padding:20px;}
.calendar-and-announcements .week_calendar_table .week_calendar_top_title{ color:#fff; position:relative; padding-top:35px; font-size:12px;}
.calendar-and-announcements .week_calendar_table .week_calendar_top_title span{ font-weight:700; font-size:20px; text-transform:uppercase; display:block; position:absolute; left:0px; top:0px;}
.calendar-and-announcements .week_calendar_header{ color:#000; display:block;}
.calendar-and-announcements .week_calendar_header:after{ content:""; display:table; clear:both;}
.calendar-and-announcements .week_calendar_header .week_calendar_day_num{ width:55px; float:right; font-size:20px; vertical-align:top;}
.calendar-and-announcements .week_calendar_header .week_calendar_day_num:after{ content:"th"; display:inline-block; font-size:12px; vertical-align:top;}
.calendar-and-announcements .week_calendar_header .week_calendar_sedra_holiday{ font-size:12px; font-weight:700; clear:both;}
.calendar-and-announcements .week_calendar_column{ display:block; text-align:left;}
.calendar-and-announcements .week_calendar_column > tbody{display:block; position:relative; padding-left:106px; min-height:60px; padding-top:10px; padding-bottom:10px;}
.calendar-and-announcements .week_calendar_column > tbody > tr{display:block;}
.calendar-and-announcements .week_calendar_column > tbody > tr:first-child{ width:106px; padding-left:20px; position:absolute; left:0px; top:10px; }
.calendar-and-announcements .week_calendar_column .week_calendar_header{font-size:12px;}
.calendar-and-announcements .week_calendar_table > tbody > tr:last-child{ width:calc(100% - 152px );}
.calendar-and-announcements .week_calendar_table > tbody > tr:last-child > td{ display:block; width:100%;}
.calendar-and-announcements .week_calendar_table > tbody > tr:last-child > td:nth-child(odd){ background:#f4f4f4;}
.calendar-and-announcements .week_calendar_time{ font-size:10px;}
.calendar-and-announcements .week_calendar_title{ font-size:17px; font-weight:700;}
.calendar-and-announcements .week_calendar_description{ font-size:10px;}

.calendar-and-announcements .section_subcontent:last-child{ background:#f4f4f4;}
#maincontent .calendar-and-announcements .section_subcontent:last-child > h2{ border-bottom:6px solid #00a0b0; font-size:27px; padding-top:31px; padding-bottom:5px;}
/*.calendar-and-announcements .fck_widget_blog div.row{ border-bottom:1px solid #00a0b0; display:block; padding-bottom:19px; margin-bottom:16px;}*/

#maincontent .fck_widget_blog div.col-md-12{color:#3a3a3a; font-size:14px;
  border-bottom:1px solid #00a0b0; display:block; padding-bottom:19px; margin-bottom:16px;
}
#maincontent .fck_widget_blog h4 {font-family: 'Open Sans', sans-serif; font-weight:700; font-size:22px; margin-bottom:3px;
  display: inline-block;
}
#maincontent .fck_widget_blog h4 a {
  text-decoration: none;
  font-weight: bold;
}
.fck_widget_blog span.fck_widget_blog_date:before {  
    content: "|";
    margin-left: 7px;
    margin-right: 5px;
}
#maincontent .fck_widget_blog div.col-md-12.fck_widget_blog_read_more, #maincontent .fck_widget_blog .row.fck_widget_blog_more_posts {display: none;}
 .fck_widget_blog .fck_widget_blog_snippet {display: block;}
 #maincontent .fck_widget_blog .row:nth-last-child(2) div.col-md-12 {
  border: 0px;
 }

/*-- My Account --*/
#maincontent.loginFrmContent,
#maincontent.user_dashboard{padding:0px 20px; max-width:1120px; width:100%; float:none; margin:0px auto;}
#maincontent.user_dashboard ul li{ list-style:none !important;}
#maincontent.user_dashboard ul.my_profile_summary h4 { margin-bottom:0px; }

#loginFrm{ width:570px; margin:0 auto; max-width:100%;}
#loginFrm br{ display:none;}
#loginFrm p{font-size:13px;font-family: 'Open Sans', sans-serif; font-weight:normal; text-transform:uppercase; color:#3a3a3a; text-align:left;}
#loginFrm label{ margin-bottom:5px; width:100%; text-align:left; float:none; padding-left:0px;}
#loginFrm input{-webkit-appearance: none; border-radius:0px; border:1px solid #3a3a3a; box-shadow:none; text-align:left; background:#3a3a3a; font-size:13px;font-family: 'Open Sans', sans-serif; width:100%; float:none; display:block; color:#FFF; padding:8px 10px; margin-bottom:27px !important;}
#loginFrm input[type="submit"]{ background:#00a0b0;font-family: 'Open Sans', sans-serif; font-weight:700; font-size:15px; color:#FFF; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:43px; display:block; text-align:center; width:100%; cursor:pointer;}
#loginFrm img.google_login{ display:block; margin:0 auto;}


#forgotPasswordFrm{ width:570px; margin:0 auto; max-width:100%; padding-bottom:60px;}
#forgotPasswordFrm br{ display:none;}
#forgotPasswordFrm p{font-size:13px;font-family: 'Open Sans', sans-serif; font-weight:normal; text-transform:uppercase; color:#3a3a3a; text-align:left;}
#forgotPasswordFrm span{ margin-bottom:5px; width:100%; text-align:left; float:none; padding-left:0px; display:block;}
#forgotPasswordFrm input{-webkit-appearance: none; border-radius:0px; border:1px solid #3a3a3a; box-shadow:none; text-align:left; background:#3a3a3a; font-size:13px;font-family: 'Open Sans', sans-serif; width:100%; float:none; display:block; color:#FFF; padding:8px 10px; margin-bottom:27px !important;}
#forgotPasswordFrm button.g-recaptcha{ background:#00a0b0;font-family: 'Open Sans', sans-serif; font-weight:700; font-size:15px; color:#FFF; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:43px; display:block; text-align:center; width:100%; cursor:pointer;}


.css-panes .member_header{ font-size:18px; margin-left:0px;}
.member_item table.subscription_table{ margin-left:185px;}
.css-panes .member_field input.keyboardInputBox{ position:relative; left:1px;}

#maincontent.user_dashboard.full_width ul.tabs.css-tabs li{ list-style:none !important;}
#maincontent .registration input.register_submit,
#maincontent.user_dashboard.full_width form input[type="button"],
#maincontent.user_dashboard.full_width form input[type="submit"]{ background:#00a0b0;font-family: 'Open Sans', sans-serif; font-weight:700; font-size:15px; color:#FFF; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:43px; display:block; text-align:center; display:inline-block; padding:0px 50px; cursor:pointer;}
#maincontent .registration input.register_submit{ padding:0;}
#maincontent.user_dashboard.full_width form .member_field input[type="button"]{ padding:0px 10px; font-size:12px; height:30px;}


#maincontent.loginFrmContent{ text-align:center;}




/*-- register --*/
.registerContent #maincontent_sidebar_wrapper #maincontent{ width:100%; float:none;}
.registerContent #sidebar_right { display:none;}
#maincontent .registration ul{}
#maincontent .registration ul li{ list-style:none !important;}
#maincontent .registration ul li:after{ content:""; display:table; clear:both;}
#maincontent .registration ul li h4{ margin:0; float:none; display:inline-block;}
#maincontent .registration input.keyboardInputBox{ position:relative; left:10px;}




/*-- Admin --*/
#maincontent.admin{ width:100%; max-width:1116px; float:none; margin:0px auto; padding-left:20px; padding-right:20px;}
#maincontent .menu ul,
#maincontent .menu > ul{ margin:0 px!important;}
#maincontent.admin ul li{ list-style:none !important;}
#maincontent.admin .menu .add_new,
#maincontent.admin .menu .add_new_tag{ margin:0;}

#maincontent.admin tr.listing, #maincontent.admin TR.listingb, #maincontent.admin div.listing, 
#maincontent.admin table.listing{
  font-size:14px;
}




/*-- slider --*/
.slipprySlider .slider_title{ word-wrap: break-word; word-break: normal;}

.royalSlider{ width:100% !important; position:relative;}
.rsDefault .rsOverflow{ width:100% !important; position:static !important;}
.rsDefault .rsArrowIcn{ background-color:inherit !important; margin:0px !important;}
.rsDefault .rsArrowIcn:hover{ background-color:inherit !important;}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn{ background-position:left top !important; left:20% !important; background:url(../images/bg_rsArrow.png) no-repeat; width:17px; height:29px;}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn{ background-position:right top !important; left:auto !important; right:10px !important; background:url(../images/bg_rsArrow.png) no-repeat; width:17px; height:29px;}
.rsHidden{ opacity:1 !important; visibility:inherit !important;}
.members_slider{ position:relative;}
.members_slider .royalSlider.slider_0{ margin:0px auto; position:absolute; left:-999em; top:0px;}
.rsDefault .rsBullets{ display:none;}
.rsGCaption{ position:absolute; text-align:left !important; color:#fff; z-index:3; background:#000; width:50% !important; padding-left:40px; padding-right:40px; height:100%;top:0px; right:0px; display:table;}
.rsGCaption .slider_content{ display:table-cell; vertical-align:middle;}
.rsGCaption .slider_title{ font-size:38px; display:block; margin-bottom:10px;}
.rsGCaption .slider_description{ font-size:20px; display:block; margin-bottom:30px;}
.rsGCaption .slider_link{ background:#d3201f; font-size:20px; display:inline-block; padding:12px 20px; border-radius:4px;}
.rsGCaption .rsTmb{ display:none !important;}
.sy-pager li.sy-active a { background:#d3201f!important;}




/*-- sidebar_right --*/
.header_slider_wrapper + #maincontent_sidebar_wrapper {
  margin-top:40px;
}
#sidebar_right{ width:34%; float:right; padding:0px; margin:0px; display:block;}
#sidebar_right .right_bm{ margin:0px 0px 57px; padding:0px; text-align:center; background:#f4f4f4;}
#sidebar_right .right_bm .right_content{ padding-bottom:0;}
#sidebar_right .right_bm .right_content h2.content_title{ font-size:27px; padding-top:25px; padding-bottom:12px; font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:23px; line-height:1; border-bottom:6px solid #00a0b0; text-align:left; margin-left:16px; margin-right:16px;}
#sidebar_right .right_bm .right_content .content_body{ padding:0px 40px 20px; text-align:left;}
#sidebar_right .right_bm .right_content .content_body p{ font-size:16px; line-height:1.4; margin-bottom:14px;}
#date_box{ background:#00a0b0; text-align:center; padding:20px 20px 24px;}
#date_box p{ margin-bottom:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000; line-height:1.2;}
#sidebar_right .right_bm p{ margin:0px; padding:0px;}
#sidebar_right .fck_widget_calendar{ background:#00a0b0; color:#FFF; padding:30px 20px 0px; margin-left:-40px; margin-right:-40px; text-align:center; position:relative; max-width:inherit;}
#sidebar_right .fck_widget_calendar:after{ position:absolute; display:block; content:""; width:100%; left:0px; bottom:-20px; height:20px; background:#00a0b0;}
#sidebar_right .fck_widget_calendar h2{ font-family: 'Open Sans', sans-serif; font-weight:700; font-size:24px; color:#FFF; margin-bottom:0; line-height:1;}
#sidebar_right .fck_widget_calendar h4{ font-size:22px; font-weight:400;color:#FFF; margin-bottom:0; line-height:1;}
#sidebar_right .fck_widget_calendar table{ text-align:center;}
#sidebar_right .fck_widget_calendar table td{ text-align:center; font-size:22px; line-height:1.2;}
#sidebar_right .fck_widget_calendar a{ color:#fff;}
#sidebar_right .readmore{ padding:10px 0px 0px; margin:0px; text-align:center; max-width:100%; width:100%; font-style: normal;}
#sidebar_right .readmore a{ font-size:18px; color:#FFF; float:none; padding:0px; display:inline;font-family: 'Open Sans', sans-serif;}
#sidebar_right .readmore a:hover{ text-decoration:underline; color:#FFF;}

#sidebar_right .fck_widget_subscribe{ width:100%;}
#sidebar_right .fck_widget_subscribe table{ text-align:center;}
#sidebar_right .fck_widget_subscribe form{ width:100%; text-align:center;}
#sidebar_right .fck_widget_subscribe form input#subscribe_email_box{ background:#ffffff;font-family: 'Open Sans', sans-serif; font-weight:400; font-size:13px; color:#000; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:38px; line-height:18px; padding:10px; width:100%; margin-bottom:10px;}
#sidebar_right .fck_widget_subscribe form input.go_button,
.fck_widget_subscribe td > a { background:#00a0b0;font-family: 'Open Sans', sans-serif; font-weight:700; font-size:15px; color:#FFF; text-transform:uppercase;box-shadow:none; -webkit-appearance: none; border:0; height:43px; display:block; text-align:center; width:100%; cursor:pointer;}
.fck_widget_subscribe td > a {  
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#sidebar_right .fck_widget_zmanim{ padding:0px; margin-left:-26px; margin-right:-26px; max-width:inherit;}
#sidebar_right .fck_widget_zmanim .table-responsive{ padding-left:10px; padding-right:10px;}
#sidebar_right .fck_widget_zmanim table td{ text-align:left;line-height:1; color:#3a3a3a; font-size:17px;font-family: 'Open Sans', sans-serif; font-weight:700; padding:0px 0px 20px;}
#sidebar_right .fck_widget_zmanim table tr td:first-child{ font-size:25px;}
#sidebar_right .fck_widget_zmanim table td a{ font-size:18px;}

#sidebar_right .content_body ul.upcomingEvents li .event_widget_picture {
  position:static;
  top:0px;
}
#sidebar_right .content_body ul.upcomingEvents li .event_widget_picture img {
  position:static;
}
#sidebar_right .content_body ul.upcomingEvents li .event_widget_time {
  color:#000;
}

#sidebar_right .content_body ul.upcomingEvents li .event_widget_time:after,
#sidebar_right .content_body ul.upcomingEvents li .event_widget_title + br {
  display: none;
}
#sidebar_right .content_body ul.upcomingEvents {
  padding:20px;
}
/*-- photo gallery scattered --*/
.photostack-title small { display: none !important;}
.js .photostack figure { position: absolute; display: block; margin: 0; box-shadow: 0px 2px 5px 2px rgba(0,0,0,.35); -webkit-backface-visibility: hidden; height: auto;}
.photostack { background: url(https://images.shulcloud.com/1003/uploads_test/seamlesspapertexture.png) top center repeat black !important; position: relative; text-align: center; overflow: hidden; }

/********************************************
thumbnails slider
******************************************/
#maincontent .rsDefault .rsThumb.rsNavSelected {
  background: #dcdcdc;
}
.slider_style_7  .rsGCaption {
  display:none;
}
.rsDefault.slider_style_7  .rsOverflow, .rsDefault.slider_style_7  .rsSlide, .rsDefault.slider_style_7  .rsVideoFrameHolder, .rsDefault.slider_style_7  .rsThumbs {
  background:transparent;
}
/* dues/donations/funds page */

#content .funds-section .content_body {
  width:1155px;
  max-width:100%;
}
#content .funds-section .content_body .section_subcontent:last-child {
  padding-right:15px;
}
#content .funds-section .slipprySlider {
  height:auto;
}
#content .funds-section .sy-caption-wrap {
  left:auto;
  height:100%;
  width:100%;
  bottom:auto;
  background-color: hsla(0, 0%, 0%, .6);
  display:flex;
  align-items:center;
}
#content .funds-section .sy-caption-wrap * {opacity:1;}
#content .funds-section .sy-caption {
  left:auto;
  border-radius:0px;
  text-align:center;
  background-color:transparent;
}
#content .funds-section .slipprySlider .sy-caption a {text-decoration:none !important;}
#content .funds-section .slipprySlider .sy-caption > a:first-child {color:#fff !important;}
#content .funds-section .slipprySlider .slider_title {    
  font-family:'Lora', serif;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0 !important;
  padding: 0 0px 10px 0;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  display: block;
  position: relative;
  font-size:30px;
  font-weight:normal;
}
#content .funds-section .slipprySlider .slider_description {
  font-size:16px;
  display:block;
}
#content .funds-section .slider_link_wrapper {
  width: 50%;
  float: right;
  right: 0px;
  bottom: 30px;
  text-align: center;
  position:absolute;
}
#content .funds-section .slipprySlider .slider_link {    
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  color: #222222;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #ffffff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  z-index:9;
}

#content .funds-section .slipprySlider .slider_link:hover {
  color:#fff;
  background:#222222;
}

/*--  Footer --*/
#footer{ padding:0px; height:auto; margin:0; width:100%; position:relative; color:#333; font-size:18px; border-top:1px solid #ffffff;}
#footer .footer_inner{ width:1210px; margin:0 auto; max-width:100%;padding:40px 20px 40px; overflow:hidden; text-align:left;}
#footer .footer_inner .content_body{ width:100%; position:relative; text-align:left; max-width:100%; padding-left:0px; padding-right:0px;}
#footer .footer_inner .logo_box{ padding:0px 0px 10px;}
#footer .footer_inner .logo_box .footer_logo{ display:block; width:170px; height:41px;background:url(https://images.shulcloud.com/887/logo/1516168800.img) left top no-repeat; background-size:100% auto; text-indent:-9999em;}
#footer .footer_inner .footer_text{}
#footer .footer_inner .footer_text p{ line-height:1.2; font-size:16px; color:#3a3a3a; font-weight:700;}
#footer .footer_inner .footer_text p span{ display:block;line-height:1.2; font-size:16px; color:#3a3a3a; font-weight:700;}
#footer a{color:#3a3a3a; font-weight:700; font-size:16px; text-decoration:none;}
#footer a:hover{ color:#3a3a3a; text-decoration:underline;}
#footer p{line-height:1.2; font-size:16px; color:#3a3a3a; font-weight:700; margin-bottom:0;}
#footer .socials{ position: absolute; right:0px; top:0px; padding:0px; margin:0px;}
#footer .socials li{ float:left; padding:0px 0px 6px 16px; margin:0px;}
#footer .socials a{ display:block; width:31px; height:31px; background:#bcb18e; overflow:hidden; line-height:31px; text-align:center; font-size:22px; font-weight:normal; border-radius:2px;font-family: 'FontAwesome'; color:#FFF;}
#footer .socials a:hover{ color:#FFF; text-decoration:none;}
#footer .socials li.facebook_icon a:before{ content: "\f09a";}
#footer .socials li.instagram_icon a:before{ content: "\f16d";}
#footer .socials li.twitter_icon a:before{ content: "\f099";}
#footer .socials a span{ display:none;}
#footer p.copyright{ float:right; margin-top:-20px;}

/* footer upcoming events widget */
.content_body ul.upcomingEvents {
  margin-left: 0px;
}
#footer .event_widget_picture {display: none;}
.content_body ul.upcomingEvents li .event_widget_title {padding-bottom:0px; margin-bottom:7px;}
#footer .upcomingEvents li {display:block !important; width:auto!important; margin-bottom:11px;}
#footer .content_body ul.upcomingEvents li .event_widget_time {
  padding-top: 0px;
}
#footer .content_body ul.upcomingEvents li .event_widget_time:after {background:transparent;}
#footer .event_widget_moreinfo, #footer .event_widget_picture.event_widget_picture_empty,
#footer .upcomingEvents br {
    display:none;
}
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:#f2f2f2; text-align:center; color:#666666}
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:#818285; background:none; float:none; margin-bottom:5px;}
table.calendar td span.jewishDay{ font-style:normal; font-size:14px; color:#818285;}
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:#818285; font-weight:normal;}


#maincontent table.calendar td ul{ margin-left:0px;}
#maincontent table.calendar td ul li{color:#818285;}

#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;}

/*-- Full Width Teaser --*/
.full-width-teaser .content_body { max-width: 100%; padding-left: 0px; padding-right: 0px;}

/*-- Upcoming Events Block --*/
/* to do: refactor so does not use !important */
#maincontent ul.upcomingEvents li { width: 25% !important; background-color: transparent !important; height: auto !important; padding: 0 10px !important; }
#maincontent .event_widget_title { color: #3a3a3a !important; padding: 0 !important; padding-top: 10px !important; }
#maincontent .event_widget_time { color: #3a3a3a !important; padding: 0 !important; }
#maincontent .event_widget_picture { position: relative !important; top: 0 !important; left: 0 !important; }
#maincontent .event_widget_picture img { position: relative !important; top: 0 !important; left: 0 !important; }
#maincontent ul.upcomingEvents { width: auto; height: auto !important; margin: 0 auto !important; }

/*-- Donation Teaser --*/
.donation-teaser h2,
.donation-teaser p { color: #fff;}
.donation-teaser a { color: #fff; border-radius: 25px; border: 1px solid #fff; padding: 10px 30px; text-decoration: none !important; font-weight: 700;}
.donation-teaser a:hover { background-color: #fff; color: #3a3a3a;}
.donation-teaser img { position: absolute; top: 0; z-index: -1; width: 100% !important; height: 100% !important; object-fit: cover;}
.donation-teaser .section_subcontent { overflow:hidden; background-color: rgba(0,0,0,0.5); padding: 0; margin: 15px; width: calc(50% - 30px); transition: background 0.5s;}
.donation-teaser .section_subcontent:hover { background-color: rgba(0,160,176,0.7);}

/*-- Parallax Teaser --*/
.parallax-teaser { height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 420px;}
.parallax-teaser > div { background-color: rgba(0,160,176,0.7); z-index: 1; height: 100%; min-height: 420px;}
.parallax-teaser h2 { color: #fff; font-size: 2.2em; padding-top: 80px !important;}
.parallax-teaser p { color: #fff;}
.parallax-teaser a { color: #fff; border-radius: 25px; border: 1px solid #fff; padding: 10px 80px; text-decoration: none !important; font-weight: 700;}
.parallax-teaser a:hover { background-color: #fff; color: #00a0b0;}

/*-- Rounded Images --*/
.round img { border-radius: 50%;}

.button { border-radius: 25px; cursor: pointer; display: inline-block; font-weight: 600; line-height: 1.4; margin-bottom: 0; text-align: center; vertical-align: middle; white-space: nowrap; position: relative;	border: 1px solid transparent; z-index: 0;	background-color: transparent; overflow: hidden;	padding: 10px 50px;	border-color: #3a3a3a; color: #3a3a3a;	font-size: 19px; margin-top: 15px; text-decoration: none !important; }
.button:hover { background: #3a3a3a; color: #fff; }

@media (max-width:1200px){
#sidebar_left{width:100%;padding-left:20px; padding-right:20px;}	
	
	
.home #sidebar_left{ margin-left:0px;  left:0px;}
#img_div{ left:20px;}
.top_links{ right:20px;}

#nav_section li{ margin-left:5px;}


.content_body ul.upcomingEvents li .event_widget_picture{ height:100%; top:0px;}
.content_body ul.upcomingEvents li .event_widget_picture img{height:100% !important; top:0;}
#maincontent.default .content_body .fck_widget_events UL li{ top:3.5%;}


#content .header_slider .sy-caption-wrap {
  left: 0px;
  justify-content: center;
}


}




@media (max-width:1024px){

  #sidebar_left{ height:auto;}
  #img_div{ top:10px;}
  #mainnav{ text-align:center; float:none; padding-top:78px; padding-bottom:20px;}
  #nav_section{ margin-top:0px;}


  /* not compatible with new code to fix sy-filler
  #content .header_slider .sy-caption-wrap .sy-caption{ padding-top:26%;}*/

  /* home slider sticky positioning */
    
    .home .header_slider_wrapper {margin-bottom:0px;}
    .header_slider, .slipprySlider {height:auto;}
    #content .sy-slides-crop, #content .sy-list, #content .sy-active {position:relative;}
    #content .header_slider .sy-slide > img {
        width: 100% !important;
        height: auto !important;
    }
    #content .header_slider .slipprySlider .sy-caption-wrap {
        position:sticky !important;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top:100%;
        display:block;
        height:auto;
    }
    #content .header_slider .sy-caption-wrap .sy-caption {
        position:relative;
        min-height:unset;
        min-width:unset;
        text-align:center;
        width:100%;
    }
    .home .sy-slide>img {
        transform: unset; 
        -ms-transform: unset;
         -webkit-transform: unset; 
        -o-transform: unset;
        -moz-transform: unset;
    }
    #content .header_slider .slipprySlider .sy-pager {
        margin-top: 0px;
        bottom: 0px;
    }
    .sy-filler {
        display:none;
    }
    
  /* end slider ***************************/

  .home blockquote{ padding:60px;}
  .home blockquote p{ font-size:30px !important;}
}

@media (max-width:991px){

  ul.upcomingEvents li { width: 50% !important;}

}



@media (min-width: 768px){
  #mainnav{ display:block;}
}





@media (max-width: 767px){
  hr{ margin-top:20px; margin-bottom:20px;}	
  blockquote,
  blockquote p,
  blockquote cite{ font-size:12px !important; font-weight:700;}	
  h2{ font-size:20px;}
  #maincontent p{ font-size:14px !important; line-height:1.7 !important;}
  #maincontent h3{ font-size:18px; line-height:1.2;}
  #maincontent h4{ font-size:16px;}
  #maincontent h5{ font-size:14px;}
  #maincontent h6{ font-size:12px;}	
  	

  #content {margin: 0px auto;width: 1030px;clear: both;}

  #sidebar_left{ position:relative !important;width:100%; height:auto;}
  #img_div{ position:static; padding-top:10px; padding-bottom:10px;}
  #img_div > a{ height:auto;}
  .home #sidebar_left #img_div a{ background:none;}
  .home #sidebar_left #img_div a img{ opacity:1;}


  #mobile_nav_dropdown{ display:none !important;}
  #header{background:url(../images/bg_header.png) center top repeat-x; height:0px;}
  #header #header_inner{ height:100% !important;}
  #header #header_inner .hosted_by_text{ display:none;}
  #header #header_inner #header_buttons{ height:100%;}
  #header #header_inner #header_buttons > div{ display:block;}
  #header #header_inner #header_buttons > div#header_login_button{ display:block; text-align:left; background:url(../images/bg_mobile_header_top_right_link.png) center center no-repeat; text-indent:-999em; width:28px; border:0; margin: 20px;overflow: visible; z-index: 10; position: relative;}
  #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;}




  #topnav{ display:block; left:auto; right:0px; top:80px;}
  /*add more white space on top of logo to make room for topnav menu button */
  #sidebar_left {
    padding-top:30px;
  }
  .topHead {
    height: auto;
    padding:10px 0px;
  }
  .topHead .content_body {
    flex-direction: column-reverse;
    height: auto;
  }
  .topHead .content_body .search_area {
    position: relative;
    top:auto;
    margin-bottom:10px;
  }
  .topHead .content_body .search_area:after {
    top:0px;
  }
  .top_links {
    position:relative;
  }
  /* new html */
  #quick_links_search_wrapper {
    height: auto;
    padding:10px 0px;
  }
  .top_links_2 {
    text-align:center;
  }
  #quick_links_search ul.top_links_2 li {
    display: inline-block;
    float: none;
  }
  #quick_links_search_wrapper #quick_links_search {
    flex-direction: column-reverse;
    height: auto;
  }
  #quick_links_search .search_area_2 {
    position: relative;
    top:auto;
    margin-bottom:10px;
  }
  #quick_links_search .search_area_2:after {
    top:0px;
  }
  .top_links_2 {
    position:relative;
  }

  /*-- Mobile menu --*/
  #mainnav{ display:none; float:none; max-width:none; padding-top:5px; padding-bottom:5px; box-shadow: inset 1px 1px 4px #d1d1d1;}
  #nav_section{ margin-top:0px; width:100%;}
  #nav_section li{ display:block; text-align:center; margin-left:0px;}
  #nav_section li ul{ position:static; width:100%;}
  #nav_section li ul li{ width:auto;}
  #nav_section li a{ font-size:12px; padding:6px 20px 7px 20px;}
  .home #nav_section li a{ color:#000;}
  #nav_section li a span{ margin-top:-3px;}
  #nav_section > li > ul > li > a{ background:#c2b487; color:#fff;}
  #nav_section > li > ul > li > a > span{ background:url(../images/bg_nav_section_span2.png) no-repeat right center;}
  #nav_section > li > ul > li > ul > li > a{ background:#efeae3;}
  #nav_section li a span {
    display: block;
    float:right;
  }
  #nav_section li a span:before {
    display: block;
    content:"+";
    font-size:24px;
    font-weight:bold;
  }
#nav_section li a.active > span:before {
  content:"-";
}

  /*-- breadcrumb_wrapper --*/
  .breadcrumb_wrapper{ margin-bottom:16px;}
  .breadcrumbpaginationh1section h1{ font-size:18px; font-weight:normal; padding:21px 10px 26px;}
  .breadcrumbsection{ font-size:12px; padding:12px 20px 13px;}
  .breadcrumbsection a{ font-size:12px;}

  /*-- Home slider --*/
  #content .header_slider .sy-caption-wrap{display: flex; justify-content: flex-end;}
  #content .header_slider .sy-caption-wrap .sy-caption{ padding-top:0px;
    /*
    this made the slider link display as block instead of inline-block
    display: flex;justify-content: center;flex-direction: column;*/
  }
  #content .header_slider .sy-caption-wrap .sy-caption .slider_title{ font-size:20px;}
  #maincontent.default .content_body .fck_widget_slider UL{ padding-bottom:0px !important;}
  .home .featured_article.home_slider_carousel2 .sy-controls,
  #content .header_slider .sy-controls{ right:20px; width:50px; height:25px;}
  #content .header_slider .sy-controls li a{ height:25px; background-size:50px 50px !important;}
  /* don't rescale the image, keep original dimensions
 /* .home .sy-slide>img{
  transform:scale(1.5);
  -ms-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);
  -moz-transform:scale(1.5);
  }*/


  /*-- fck_widget_events --*/
  #maincontent.default .content_body .fck_widget_events UL li{ width:100% !important; padding-top:7.5%;}


  /*-- .home-blockquote-carousel2 --*/
  .home-blockquote-carousel2{ padding-top:30px; padding-bottom:0px;}
  #maincontent .home-blockquote-carousel2 p{ font-size:20px !important; line-height:1.2 !important; font-weight:normal;}
  .home blockquote{ padding:60px 0px; margin:0px; line-height:1.2; font-weight:normal;}
  .home blockquote cite, blockquote cite { font-size:20px;}



  /*-- #sidebar_right --*/
  #maincontent_sidebar_wrapper #maincontent{ float:none; width:100%;}
  #sidebar_right{ float:none; width:100%;}
  #sidebar_right .right_bm .right_content h2.content_title{ font-size:20px;}
  #sidebar_right .fck_widget_calendar h2{ font-size:20px;}
  #sidebar_right .fck_widget_calendar table td{ font-size:16px;}
  #sidebar_right .right_bm{ margin-bottom:24px;}
  #sidebar_right .fck_widget_zmanim table td{ font-weight:normal;}
  #sidebar_right .fck_widget_zmanim table tr td:first-child{ font-size:16px; font-weight:700;} 

  /*-- widget_contact_wrapper --*/
  .fck_widget_contact_wrapper{ padding:45px 0px 50px;}
  .contact_form input{ margin-bottom:20px !important;}
  #sidebar_right .right_bm .right_content .content_body{ padding-left:20px; padding-right:20px;}


  #content .dues-donate .sy-caption-wrap {
      width:100%;
  }
  #content .dues-donate .slipprySlider .slider_description {
      margin-bottom:15px;
  }
  #content .dues-donate .slipprySlider .slider_link{
      left:auto;
  }


  .home blockquote{ background-size:24px auto !important; padding:30px;}
  .home blockquote:after{ background-size:24px auto !important;}

  /*-- footer --*/
  #footer,
  #footer .footer_inner{ text-align:center;}
  #footer .socials{ display:none;}
  #footer p.copyright{ float:none; margin-top:0;}
  #footer .footer_inner .logo_box,
  .home #footer .footer_inner .logo_box,
  #footer .footer_inner .footer_text,
  .home #footer .footer_inner .footer_text{ display:block; text-align:center; padding-left:0px;}
  #footer .footer_inner .logo_box .footer_logo{ margin:0px auto;}


  #maincontent .fck_widget_events{ margin-left:20px; margin-right:20px;}
  #maincontent.default .content_body .fck_widget_events UL{ background:none !important;}
  #maincontent.default .content_body .fck_widget_events UL li{ margin-bottom:20px; padding-top:20px !important; padding-bottom:20px !important; height:auto;}


}
@media screen and (max-width: 600px){
	.contact_form input.submit,
	.contact_form button,
	.contact_form button.g-recaptcha {transform:scale(1);-webkit-transform-origin:0 0;}
}
@media (max-width: 570px){
	
	
#img_div{ position:static; background:none; width:100%; border:0; box-shadow:none; height:auto;}
#sidebar_left .bt{ display:none;}	
#sidebar_left .sidebar_left_inner{ height:auto; text-align:center; padding-bottom:20px;}





#maincontent .fck_widget_slider{ overflow:inherit;}




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



}



@media (max-width: 570px){
  .tagline_wrapper {display: none;}
  #img_div {
    left:auto;
  }
  .home #maincontent .align-center-article-carousel2{ padding-top:30px; padding-bottom:0px;}	


  /*-- fck_widget_events --*/
  .content_body ul.upcomingEvents li .event_widget_title{ font-size:20px;}
  .content_body ul.upcomingEvents li .event_widget_time{ font-size:14px;}
  .content_body ul.upcomingEvents li .event_widget_desc{ font-size:14px;}
  	
  	
  	
  #maincontent.default .content_body .fck_widget_events UL li{ padding-top:17.5%;}


  .calendar-and-announcements .week_calendar_table > tbody > tr:first-child{ width:132px;}
  .calendar-and-announcements .week_calendar_table .week_calendar_top_title span{ font-size:16px;}
  .calendar-and-announcements .week_calendar_table > tbody > tr:last-child{ width:calc(100% - 132px);}
  .calendar-and-announcements .week_calendar_column > tbody{}
  .calendar-and-announcements .week_calendar_column > tbody > tr{ margin-left:80px;}
  .calendar-and-announcements .week_calendar_column > tbody > tr:first-child{ padding-left:10px; width:80px; margin-left:0px;}

  .calendar-and-announcements .week_calendar_header .week_calendar_day_num{ width:40px;} 
  .fck_widget_week_calendar table.week_calendar_table .week_calendar_sedra_holiday{ padding-left:0px;}
  .fck_widget_week_calendar table.week_calendar_table .week_calendar_item{ padding-left:5px;}
  .calendar-and-announcements .week_calendar_title{ font-size:14px;}


  #maincontent .fck_widget_blog h4{ font-size:14px;}
  #maincontent .fck_widget_blog h4 a{ font-weight:700;}


  /*-- calendar --*/
  #content #maincontent.cal .calendar_day_view h2{ background:#00a0b0 !important; font-weight:normal;}
  #maincontent.cal h2{ font-size:18px; line-height:24px;}
  .ce_table .ce_desc .ce_holiday, .ce_table .ce_desc .ce_sedra, .ce_table .ce_desc .ce_lifecycle_type, .ce_table .ce_desc .ce_event_name, ce_annnouncement{ font-size:14px;}


  /*-- Register Account --*/
  #maincontent .registration ul{ margin-left:0px;}
  #maincontent .registration ul li h4{ display:block; text-align:left; width:100%; float:none;}

}

/***********************************
copying in code from vendor as a patch.  Later on this should be added in to the CSS above
*

***********************************
**********************************************************************
**********************************************************************
***********************************
***********************************
***********************************
***********************************
***********************************
***********************************/

#menu-wrapper {
    background-size: 9%;
    border-bottom: 1px solid rgba(6,8,8,.2);
    box-shadow: 0 0 3px rgba(6,8,8,0.25);
}
.home #sidebar_left {
    background:transparent;
}
#sidebar_left {
    overflow:inherit;
    height:auto;
}
#img_div {
    height:auto;
    float:left;
    top:0px;
    padding-top:20px;
    width:150px;
    position:relative;
}
#img_div a {
    height:auto;
}
#mainnav {
    width:1000px;
    max-width:100%;
}
#nav_section {
    margin-top:30px;
    text-align:right;
}
#nav_section > li > a {
    font-size:16px;
}

/******************************************* Home *************************/
/******************************* end slider ****************************/
.home #maincontent .featured_article.home_welcome {
    margin-bottom:60px;
}
.home #maincontent .featured_article.home_welcome h2.content_title {
    margin-bottom:15px;
    
}
.featured_article.round .content_body {
    text-align:center;
}
#maincontent .featured_article.round .content_body p {
    line-height:1.5;
}
#maincontent .parallax-teaser h2.content_title {
    color:#fff;
    margin: 0px  auto 15px
}
#maincontent .parallax-teaser .content_body {
    text-align:center;
}
.movable_area.featured_article.odd.parallax-teaser > div {
    background: #574f4fa8;
}
#maincontent .movable_area.featured_article.odd.parallax-teaser p a:hover {
    color:#3a3a3a;
}
/************************************************** Maincontent ********************/
h1, h2, h3, h4, h5, h6 {
    color:#3a3a3a;
}
#maincontent h4 {
    margin: 0 auto;
    font-weight: 200;
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 1.4;
    color:#3a3a3a;
}

/*Inner Breadcrumb CSS*/
.breadcrumb_wrapper       { background: #fff; margin-bottom: 15px; }
.breadcrumbpaginationh1section  { display: none; }
.breadcrumbsection        { width: 1170px; margin-top: 40px; margin-bottom: 20px; padding: 8px 15px 8px 0; font-size: 15px; list-style: none; border-bottom: 1px solid #efefef; }
.breadcrumbsection a      { color: #00a0b0; font-size: 15px; text-decoration: none; }
.breadcrumbdiv          { font-size: 14px; }

#maincontent_sidebar_wrapper #maincontent .content_title  { 
    text-align: left; padding: 0px 175px 20px 0; border-bottom: 1px solid #efefef; }

/*************************************************** Sidebar Right ***********************/
#sidebar_right #date_box  { display:none;
    text-align: center; font-weight: 600; font-size: 1em; background: #f2f2f2; padding: 20px; color: #3a3a3a; margin-bottom: 20px; }
#sidebar_right .right_bm  { margin: 0px 0px 57px; padding: 0px; text-align: center; border: 1px solid #efefef; margin-bottom: 30px; background: #f9f9f9; }
#sidebar_right .right_bm .right_content h2.content_title  { padding-top: 25px; padding-bottom: 12px; font-family: 'Source Sans Pro', sans-serif; line-height: 1; border-bottom: none; text-align: left; margin-left: 16px; margin: 0; font-weight: 600; font-size: 1em; background: #f2f2f2; padding: 20px; color: #3a3a3a; margin-bottom: 5px; }
#sidebar_right .right_bm .right_content .content_body     { padding: 0px; text-align: left; }
#sidebar_right .right_bm .right_content .content_body li a  { color: #3a3a3a; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #f2f2f2; display: block; text-decoration: none; text-transform: none; font-size: 16px; }
#sidebar_right .right_bm .right_content .content_body li a:hover          { color: #00a0b0; }
#sidebar_right .right_bm .right_content .content_body .fck_widget_inner_pages + p   { display: none; }
#content #sidebar_right .main_nav_item a    { padding: 0px 18px; background: #f2f2f2; height: 50px; line-height: 30px; font-weight: 600; }
#content #sidebar_right .main_nav_item      { text-align: left; padding: 0px; }