/* Flexible Content Blocks */

html {
  font-size: 62.5%;
}

.full-width-content .content { 
	max-width: 100%; 
	padding-left: 0;
  padding-right: 0;
	  margin-top: 0;
}

.clear { clear: both;}

.hjs-flex-content .entry {
	padding-left: 0; 
	padding-right: 0;
	margin: 0;
}

	
/* Column Classes
 *
 * Width: 1140px
 * Gutter: 50px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.38596491228%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 47.8070175439%;
}
 
.one-third,
.two-sixths {
	width: 30.4093567251%;
}
 
.four-sixths,
.two-thirds {
	width: 65.2046783626%;
}
 
.one-fourth {
	width: 21.7105263158%;
}
 
.three-fourths {
	width: 73.9035087719%;
}
 
.one-fifth {
	width: 16.4912280702%;
}
 
.two-fifths {
	width: 37.3684210526%;
}
 
.three-fifths {
	width: 58.2456140351%;
}
 
.four-fifths {
	width: 79.1228070175%;
}
 
.one-sixth {
	width: 13.0116959064%;
}
 
.five-sixths {
	width: 82.6023391813%;
}
 
.first {
	clear: both;
	margin-left: 0;
}
	
	

/* Default Card Styling */

.card {
  position: relative;
  margin: .5rem .5rem 1rem .5rem;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
	padding: 0;
  border: none;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
	font-size: 24px;
  font-weight: 300;
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
	  position: relative;
}
.card .card-content h4 { color: #333; margin-top: 0; }

.card .card-content p {
  margin: 0;
	color: #333;
}

.card .card-action {
	padding: 0 20px 20px; 
}

.card .card-action .button {
	width: 100%;
	text-align: center; 
	margin-bottom: 0;
}

.cards-wrap .one-half.first,
.cards-wrap .one-third.first,
.cards-wrap .one-fourth.first,
.cards-wrap .one-fifth.first {
	margin-left: 0;
}

.cards-wrap .one-fourth {
  width: 22.75%;
  margin-left: 3%;
}
.cards-wrap .one-fifth {
  width: 18.4%;
  margin-left: 2%;
}

/* Link Cards */

.link-cards.hjs-section .one-half {
	margin-bottom: 2rem;
	margin-left: 2.385965%;
	width: 48.807018%;
}
.link-cards.hjs-section .one-half.first {
	margin-left: 0;
}

.link-cards .card .card-action {
	font-size: 1.5rem;
	min-height: 48px;
}

.card.link-card { 
	border-radius: 0; 
	border-left: 5px solid; 
	display: flex;
  justify-content: space-between;
  padding: 20px 0;
	align-items: center;
}

.card.link-card .card-content { 
	padding: 0 25px; 
	border-radius: 0;
}

.card.link-card h4 { margin-top: 0; margin-bottom: 10px;}

.card.link-card .card-icon { padding-right: 25px; }

.card.link-card .card-icon a {
	border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
}

.mfp-image-holder .mfp-close {
  background: #fff;
  color: #333;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  text-indent: 3px;
	right: -15px;
	top: 25px;
}

.mfp-bottom-bar {
	margin-top: 7px;
}

.mfp-figure small {
	color: #fff;
  display: block;
  font-size: 80%;
  line-height: 1;
	margin-top: 5px;
}
.mfp-title {  
	line-height: 1.4;
  font-weight: 600;
}

div.mfp-counter { top: 0; }

.mfp-counter {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.gallery img { display: block; }

.gallery-grid.hjs-section .one-fourth {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	width: 23.1%;
}

.gallery-grid.hjs-section .one-fifth {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	width: 18%;
}

.gallery-grid.hjs-section .one-sixth {
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	width: 14.55%;
}

.gallery-grid.hjs-section .one-fourth.first,
.gallery-grid.hjs-section .one-fifth.first,
.gallery-grid.hjs-section .one-sixth.first {
	margin-left: 0;
}

/* Gallery Cards */

.gallery-card .card-image a { display: none; }
.gallery-card .card-image a.first-item { display: block; }

.gallery-card .card-action a.button { display: none; }
.gallery-card .card-action a.button.first-item { display: block; text-align: center; }

/* Feature Cards */

.feature-blocks.light h4,
.feature-blocks.light p {
	color: #fff;
}

/* Thumbnail Slider */

.thumbnail-slider.slider-for .slide {
	padding: 0;
}

.thumbnail-slider.slider-for .slick-next,
.thumbnail-slider.slider-for .slick-prev,
.thumbnail-slider.slider-nav .slick-next,
.thumbnail-slider.slider-nav .slick-prev {
  display: inline-block;
  position: absolute;
  top: 41%;
  z-index: 9999;
  font-size: 68px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.thumbnail-slider.slider-nav .slick-next,
.thumbnail-slider.slider-nav .slick-prev {
  top: 5px;
  background: rgba(0,0,0,.78);
  height: 94px;
  padding: 27px 15px;
  font-size: 36px;
  margin-top: 0;
}

.thumbnail-slider.slider-nav .slide {
	padding: 5px 3px;
}

.thumbnail-slider.slider-for .slick-prev {
	left: 20px;
}

.thumbnail-slider.slider-for .slick-next {
	right: 20px;
}

.thumbnail-slider.slider-nav .slick-prev {
	left: 0;
}

.thumbnail-slider.slider-nav .slick-next {
	right: 0;
}


/* Full Width Slider */

.full-width-slider .slick-initialized .slick-slide { padding: 0; }

.hjs-flex-content .full-width-slider .wrap {
	max-width: 1500px; 
} 

.full-width-slider .slick-next,
.full-width-slider .slick-prev {
  display: inline-block;
  position: absolute;
  top: 41%;
  z-index: 9999;
  font-size: 68px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.full-width-slider .slick-prev {
	left: 30px;
}

.full-width-slider .slick-next {
	right: 30px;
}

/* Background Slider */

.background-slider.hjs-section .slick-initialized .slick-slide {
	min-height: 840px; 
	padding-top: 165px;
  text-align: center;
}
.background-slider.hjs-section h2 { color: #fff; }

.background-slider.hjs-section .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: -80px;
}

.background-slider.hjs-section { display: none; padding: 0 0 5.5rem; position: relative; }
.background-slider.hjs-section .slick-slide img { width: auto; margin: 0 auto; }

.background-slider.hjs-section .slick-dots li button { box-shadow: none; background: #fff; width: 12px; height: 12px; }

.background-slider.hjs-section .slick-dots li.slick-active button {
  background: none;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
}

/* Gallery Popup */

.gallery-popup { 
	
}

.gallery-popup .gallery a { display: none; }
.gallery-popup .gallery a.first-item { display: block; }

/* Pricing Table */

.pricing-table .wrap {
	max-width: 960px;
}
.pricing-table .cards-wrap {
	display: flex; 
	justify-content: space-between;
}

.pricing-table .cards-wrap h4 { 
	margin-top: 40px;
	margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-table .cards-wrap h5 { 
	font-size: 36px;
	font-size: 3.6rem; 
	line-height: 1; 
	  margin-bottom: 30px;
}

.pricing-table .cards-wrap h5 b {   
	color: #878787;
  font-size: 20px; 
}
.pricing-table .cards-wrap ul { 
  text-align: left;
  max-width: 75%;
  margin: 0 auto;
}
.pricing-table .cards-wrap ul li {
  list-style-type: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.pricing-table .card .card-action {
	padding: 0 40px 35px;
}

.pricing-table .cards-wrap ul li i {
  color: #1cae8e;
  font-size: 5px;
	position: relative;
  bottom: 3px;
}

.pricing-table .card .card-content {
	padding-bottom: 30px; 
}

.pricing-table .cards-wrap ul li b {
	color: #878787;
	font-weight: 400;
}

.pricing-table .card {
	width: 31.5%;
  text-align: center;
	border: 1px solid #1cae8e;
}

.pricing-table p.card-highlight {
  margin: 0;
  color: #fff;
  background: #493f78;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  display: block;
  position: absolute;
  right: 20px;
  line-height: 1;
  padding: 6px 15px 5px;
  border-radius: 20px;
}

/* Feature Blocks */

.feature-blocks .cards-wrap {
	overflow: hidden;
  margin-top: 50px;
	margin-top: 5rem;
}

.feature-blocks .one-half {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.feature-blocks .card { 
	background: none;
	box-shadow: none; 
	display: flex;
  justify-content: center;
  align-items: center;
	border-radius: 0;
	margin: 0; 
}
.feature-blocks .card h4 { 
	margin-top: 0;   
	margin-bottom: 10px; 
}
.feature-blocks .card-content { padding: 0; }
.feature-blocks .card .card-image img { 
  width: auto;
  border-radius: 50%;
  border: 3px solid #e9e9e9;
}

.feature-blocks .card .card-image {
  position: relative;
  width: auto;
  min-width: 150px;
  margin-right: 30px;
}

/* Power Quote */

.power-quote .quote {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

.power-quote p { margin-bottom: 20px; }

.power-quote .website {
	font-size: 80%;
}

.power-quote .quote .author {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
}


.entry-content {  }

.button-wrap { margin-top: 25px; margin-top: 2.5rem; }
.button-wrap.center { text-align: center; }
.button-wrap.right { text-align: right; }
.button-wrap:last-child a.button { margin-bottom: 0; }

.slick-slider { visibility: hidden; }
.slick-initialized { visibility: visible; }
.slick-initialized .slick-slide { padding: 0 10px; }
.hjs-section .slick-dots { text-align: center; margin: 30px 0 0; }
.hjs-section .slick-dots li { display: inline-block; margin: 0 7px; }
.hjs-section .slick-dots li button { border: none;   box-shadow: 0 2px 2px 0 rgba(0,0,0,0),0 3px 6px 0 rgba(0,0,0,0.3),0 4px 5px -2px rgba(0,0,0,0.3); width: 20px; height: 20px; border: 2px solid transparent; text-indent: -9999em; display: block; padding: 0; border-radius: 50%; background: #aaa; outline: none; }
.hjs-section .slick-dots li.slick-active button { background: #666; border: 2px solid #aaa; }
.hjs-section .slick-slide img { width: 100%; }

.hjs-flex-content { }
.hjs-flex-content .site-inner { max-width: 100%;  padding-bottom: 0; padding-top: 0; margin-top: 0 !important; }
.home.hjs-flex-content .site-inner { padding-top: 0; }
.home.hjs-flex-content .content-sidebar-wrap .entry-header { margin-bottom: 0;   margin-top: -1px;}
.home.hjs-flex-content .content-sidebar-wrap .entry-header h1 {
  text-indent: -9999em;
  height: 1px;
}

/*.hjs-flex-content .site-inner .wrap { 
	padding-left: 0; 
	padding-right: 0; 
}*/

.the-content-wrapper .wrap { 
	padding-left: 3%; 
	padding-right: 3%; 
}

.section-description { 
	max-width: 75%;  
	margin: 0 auto 30px; 
	margin: 0 auto 3rem; 
}

.hjs-flex-content.full-width-content .content-sidebar-wrap { margin: 0; padding: 0; max-width: 100%; }
.hjs-flex-content .content-sidebar-wrap .entry-header {   
	text-align: center;
	margin-bottom: 0;
	padding: 50px 0; 
}
.hjs-flex-content .content-sidebar-wrap .entry-header h1 { margin: 0; padding: 0 3%; }

.single-column .card { width: 99%; }  

.the-content-wrapper { display: block; position: relative; z-index: 999;  margin-bottom: 50px; margin-bottom: 5rem; }
.the-content-wrapper p { }

p:last-child { margin: 0; }   

.hjs-section div.gform_wrapper .top_label .gfield_label { }
.hjs-section div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.hjs-section div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { color: #eee; }
.hjs-section { 
  background: #fff;
  padding: 80px 0;
  margin-top: -80px;
  border-top: 80px solid transparent;
  overflow: hidden;
  clear: both;
  position: relative;
}

#s1 {
	z-index: 100;
}
#s2 {
	z-index: 99;
}
#s3 {
	z-index: 98;
}
#s4 {
	z-index: 97;
}
#s5 {
	z-index: 96;
}
#s6 {
	z-index: 95;
}
#s7 {
	z-index: 94;
}
#s8 {
	z-index: 93;
}
#s9 {
	z-index: 92;
}
#s10 {
	z-index: 91;
}
#s11 {
	z-index: 90;
}
#s12 {
	z-index: 89;
}
#s13 {
	z-index: 88;
}
#s14 {
	z-index: 87;
}
#s15 {
	z-index: 86;
}
.hjs-section .single-column .embed-container { margin-bottom: 0; }
.hjs-section.no-bg:first-of-type { padding-top: 0; }
.hjs-section h2.section-title { text-align: center; }

.hjs-section .section-subtitle {   
	text-align: center;
}

.hjs-section .single-column,
.hjs-section .one-half,
.hjs-section .one-third,
.hjs-section .one-fourth,
.hjs-section .one-fifth,
.hjs-section .one-sixth { margin-bottom: 5rem; }

.hjs-section .read-more {   display: block;
  margin-top: 10px;
  color: #4f8fca;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 20px; }
.hjs-section .read-more:hover { transition: 0s; color: #eb3c48; text-decoration: none; }

.hjs-section .read-more:hover .text  { border-color: #eb3c48; }


.home-banner { 
	position: relative;
	height: 650px;
	margin: 0;
	z-index: 200;
	overflow: hidden;
}
.home-banner .wrap {
  display: flex;
  align-items: flex-end;
  height: inherit;
  justify-content: center;
}
.home-banner .content-wrap {
	margin-bottom: 80px;
}
.home-banner h2.entry-title {   
  font-size: 60px;
	font-size: 6rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
	line-height: 1;
}
.home-banner .entry-header {
  margin-bottom: 60px;
}
.home-banner h2.entry-title b { 
	font-weight: 300;
  color: #1cae8e;
  display: block;
  font-size: 76px;
	font-size: 7.6rem;
  line-height: 1;
}
.home-banner .entry-header img { 
	display: block; 
	margin: 0 auto 40px; 
}
.home-banner ul { 
	margin: 0; 
}
.home-banner ul li { 
	display: inline-block; 
	list-style: none;     
	margin: 0 10px 0 0; 
}
.home-banner ul li a.button { 
}
.home-banner .sub-title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  line-height: 1;
}
.home-banner .banner-button-wrap {
	text-align: center;	
	margin-bottom: 20px;
}

.home-banner #main_countedown_1 .countdown { 
	overflow: hidden; 
	display: flex;
  justify-content: center;
}
.home-banner #main_countedown_1 .time_left {
  border-radius: 0;
  background: none;
  font-size: 23px;
  font-family: "Montserrat",sans-serif;
  color: #fff;
	border-bottom: 1px solid #1cae8e;
	line-height: 1;
}

.home-banner #main_countedown_1 .time_description {
  font-size: 23px;
  font-family: "Montserrat",sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.home-banner .element_conteiner {
  text-align: center;
  display: block;
  width: 105px;
  float: left;
}

.home-video .play-icon { margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0; width: 294px; height: 294px;
	  border: 30px solid #fcfbeb;
  border-radius: 50%;
  box-shadow: inset 0px 5px 5px rgba(0,0,0,.4), 0px 5px 5px rgba(0,0,0,.4);
}

.home-video .play-icon .fa {
	font-size: 130px;
  color: #fcfbeb;
  padding: 55px 65px;
  text-shadow: 3px 3px 3px rgba(0,0,0,.4);
	position: relative;
  right: -7px;
}

.hjs-section.light { color: #fff;   font-weight: 400; } 
.hjs-section.light h2 { color: #fff; }
.hjs-section.light h3 {color: #fff; }
.hjs-section.light .read-more,
.hjs-section .light .read-more { color: #fff; }
.hjs-section.light .card { color: #fff; }

.bottom-button-group {
	overflow: hidden;
	margin-top: 50px;
}
.bottom-button-group ul {
	text-align: center; 
}
.bottom-button-group ul li {
	display: inline-block;
  margin: 0 10px;
}

.single-column:nth-of-type(1n+1):nth-last-of-type(-n+1),
.single-column:nth-of-type(1n+1):nth-last-of-type(-n+1) ~ .single-column { margin-bottom: 0; }

.one-half:nth-of-type(2n+1):nth-last-of-type(-n+2),
.one-half:nth-of-type(2n+1):nth-last-of-type(-n+2) ~ .one-half { margin-bottom: 0; }

.one-third:nth-of-type(3n+1):nth-last-of-type(-n+3),
.one-third:nth-of-type(3n+1):nth-last-of-type(-n+3) ~ .one-third { margin-bottom: 0; }

.one-fourth:nth-of-type(4n+1):nth-last-of-type(-n+4),
.one-fourth:nth-of-type(4n+1):nth-last-of-type(-n+4) ~ .one-fourth { margin-bottom: 0; }

.one-fifth:nth-of-type(5n+1):nth-last-of-type(-n+5),
.one-fifth:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ .one-fifth { margin-bottom: 0; }

.one-sixth:nth-of-type(6n+1):nth-last-of-type(-n+6),
.one-sixth:nth-of-type(6n+1):nth-last-of-type(-n+6) ~ .one-sixth { margin-bottom: 0; }

.embed-container .play-icon { cursor: pointer; background: url(../images/video-play-sprite-100.png) no-repeat 0 10px; width: 100px; height: 100px; display: block; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.embed-container .play-icon:hover { background-position: 0 -230px; }

.one-half.full-width { width: 100%; margin: 0; }
.one-half.full-width .video-container {  margin: 0 0 2em; }

.columns-block {  }
.columns-block .button {  }
.columns-block a { border: none; box-shadow: none; }
.columns-block .one-half img { width: 100%; display: block; margin: 0 auto; }
.columns-block .one-third img { display: block; margin: 0 auto 30px; }
.columns-block .single-column { margin: 0 auto; }
.columns-block .embed-container { margin-bottom: 0; }
.columns-block .cover-image { cursor: pointer; position: relative; }
.columns-block .cover-image img {   width: 100%; display: block; margin: 0; }
.columns-block .cb-first { transition: 1s; }
.columns-block .youtube-player img { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; border: none; height: auto; cursor: pointer; -webkit-transition: .4s all; -moz-transition: .4s all; transition: .4s all;}
.columns-block .title-content-wrap { margin-top: 30px; margin-top: 3rem; }
.columns-block .title-content-wrap.highlight { margin-top: 0; }

.columns-block.circles img { -webkit-transition: border-color 1s; -moz-transition: border-color 1s; transition: border-color 1s; display: block; margin: 0 auto 10px; border-radius: 50%; border: 20px solid transparent; width: 100%; }
.columns-block.circles img:hover { /*border-color: #f8c0c3;*/ }
.columns-block.circles a.circle-graphic { width: 100%; height: 100%; position: relative; padding: 0; margin: 0; text-align: center; }
.columns-block.circles a.circle-graphic	.image-wrap { cursor:pointer; position: relative; display: block; }
.columns-block.circles a.circle-graphic	.text-wrap {
text-align: center;
  opacity: 1;
  vertical-align: middle;
  position: absolute;
  top: 5.5%;
  right: 5.5%;
  bottom: 5.5%;
  left: 5.5%;
  width: 89%;
  height: 89%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.columns-block.circles .text-wrap h3 img {
  border: none;
  border-radius: 0;
  margin: 0 auto;
}

.blocks { overflow: hidden; }

.section-bottom-content { 
	margin-top: 40px; 
	margin-top: 4rem; 
	clear: both;
}

.columns-block.circles .one-half a.circle-graphic	.text-wrap {
  right: 3.5%;
  left: 3.5%;
  width: 93%;
  height: 93%;
}

.columns-block.circles a.circle-graphic	.text-wrap:hover {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: background 0.6s, width 0.6s, height 0.6s;
  -moz-transition: background 0.6s, width 0.6s, height 0.6s;
  transition: background 0.6s, width 0.6s, height 0.6s;
  vertical-align: middle;
  border-radius: 50%;
}

.columns-block.circles a.circle-graphic	.text-wrap:hover {
	opacity: 1;      
}

.columns-block.circles a.circle-graphic	.text-wrap h3 {
	color: #fff;  
	margin: 0;
	text-transform: none;    
	font-weight: 400;  
	font-size: 30px;
	font-size: 3rem;
	padding: 0 27.5px;
  padding: 0 2.75rem;

}

.columns-block.circles .title-content-wrap { margin-top: 0; text-align: center; }


.color-blocks { padding: 0 !important; margin: 0 !important; }
.color-blocks .wrap { max-width: 100%; display: flex; flex-flow: row wrap; margin: 0;  }
.color-blocks .one-half { width: 50%; margin: 0; padding: 40px 50px 50px; }
.color-blocks .one-third { width: 33.333%; margin: 0; padding: 40px 50px 50px; }
.color-blocks .title-content-wrap { margin-top: 0; }
.color-blocks ul { margin: 0; overflow: hidden; }
.color-blocks ul li { list-style-type: square; font-size: 20px; width: 45%; float: left; margin-left: 5%; margin-bottom: 22px; }
.color-blocks ul li a { color: #fff; }
.color-blocks .light { color: #fff;   font-weight: 400; } 
.color-blocks .light h2 { color: #fff; }
.color-blocks .light h3 {color: #fff; }

.category-images a { display: table; width: 100%; height: 310px; position: relative; }
.category-images a:hover { text-decoration: none; }
.category-images a:hover span { background-color: rgba(0, 0, 0, 0.6); }
.category-images span { background-color: rgba(0, 0, 0, 0.3); font-weight: 500; color: #fff; transition: 0.15s ease-in-out; display: table-cell; vertical-align: middle; text-align: center; font-size: 36px; text-shadow: 1px 1px 2px rgba(0,0,0,.5); }
.category-images .one-third span { font-size: 24px;}
.category-images .one-third a { height: 265px; }
.category-images h3 { text-align: center; margin-top: 5rem; clear: both; }
.category-images p { text-align: center; margin-bottom: 3rem; margin-top: -1rem; }
.category-images-wrap { overflow: hidden; }

/* Form + Content Block */

.form-content-block {
	padding: 0;
}

.form-content-block div.gform_wrapper ul.gform_fields li.gfield { padding-right: 0; }

.form-content-block div.gform_wrapper {
  max-width: 75%;
  margin: 0 auto;
  padding: 80px 0;
}

.form-content-block .one-third {
	margin: 0; 
	width: 34%;
	right: 66%; position: relative;
}
.form-content-block .two-thirds {
	margin: 0; 
	width: 66%;
	left: 34%; 
	position: relative;
}

.form-content-block .title-wrap {
  background: #87213f;
  padding: 25px 0 25px 10%;
}

.form-content-block h2.section-title {
	color: #fff;
  text-align: left;
  float: left;
  width: auto;
  margin: 0;
  margin-right: 40px;
  padding-right: 35px;
  border-right: 2px solid;
}
.form-content-block .button {
	margin: 0;
}
.form-content-block .title-wrap .button { 
	margin: 0;
  background: none;
  border: 2px solid #fff;
  padding: 8px 25px;
  font-size: 16px;
  text-transform: none; 
}

.form-content-block .section-description {
  max-width: 100%;
  margin: 0;
  margin: 0;
  padding: 50px 20% 0 10%;
}

.form-content-block-wrap { overflow: hidden;   display: flex; }

/* Banner Box CTA */

.banner-box-cta h2.section-title { color: #fff; }
.banner-box-cta .section-description {
	margin: 0 auto;
}

.banner-box-cta .title-wrap {
  background: rgba(71,17,33, .75);
  padding: 30px 0;
  max-width: 61%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

/* Banner Box CTA ALT */

.banner-box-cta-alt {

}

.banner-box-cta-alt .banner-box.card {
	max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}

.banner-box-cta-alt .banner-box.card .top-content { 
  padding: 30px 40px 35px;
	background: #f5f5f5;
}

.banner-box-cta-alt .bottom-content { padding: 40px;}
.banner-box-cta-alt .bottom-content .button-wrap { margin-top: 0; }

.banner-box-cta-alt .bottom-content p { margin-top: 20px;}
.banner-box-cta-alt div.gform_wrapper { margin: 0 auto; max-width: 400px;  }
.banner-box-cta-alt div.gform_wrapper input[type=email] {
	border-radius: 50px !important;
	padding-left: 20px !important; 
}
.banner-box-cta-alt div.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.banner-box-cta-alt div.gform_wrapper h3.gform_title { text-align: center; }
.banner-box-cta-alt div.gform_wrapper .gform_footer {    padding: 0;
  margin: -58px 4px 0 0;
  width: auto;
  float: right; } 
.banner-box-cta-alt div.gform_wrapper .gform_footer .button {
font-size: 16px;
  padding: 12px 18px 11px;
  border-radius: 50px;
  margin: 0;
}

.banner-box-cta-alt h2,
.banner-box-cta-alt h3 { font-family: "Raleway", san-serif; }

.image-content-block.hjs-section { padding: 0; overflow: hidden; display: flex; flex-flow: row wrap; }  
.image-content-block.hjs-section .button { margin-bottom: 0; }
.image-content-block .button-wrap { margin-bottom: 0; }
.image-content-block .bottom-button-group ul { 
	text-align: left; 
}

.image-content-block .bottom-button-group { 
	margin-top: 25px; 
}

.image-content-block .bottom-button-group ul li {
  margin: 0 15px 0 0;
}

.image-content-block.hjs-section p {
	margin-bottom: 25px;
}

.image-content-slider.hjs-section { position: relative; padding: 0;   border-top: 130px solid transparent;
  margin-top: -130px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; overflow: hidden; }  
.image-content-slider.hjs-section .button { margin-bottom: 0; }
.image-content-slider .one-half { /*min-height: 566px;*/   display: flex;
  align-items: center;  }
.image-content-slider.hjs-section .content-slide { 
	  height: 698px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
	width: 100%; 

}

.image-content-slider .button-wrap {   margin: 0;
  margin-bottom: 2.5rem; }

.image-content-slider .slider-buttons .button {
	margin: 0;
  margin-bottom: 2.5rem;
}
.image-content-slider .slider-buttons .button:last-of-type { margin-bottom: 0;}



.image-content-slider .content-wrap { max-width: 700px; }

.image-content-slider.hjs-section .hidden-slide { 
	/*display: none;*/
	width: 100%;
	position: absolute;
	/*left: 0;*/
	right: -2500px;
	top: 0;
	bottom: 0;
	background: #fff; 
	z-index: 9990;
	-webkit-transition: right .5s ease-in;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: right .5s ease-in;  /* Firefox 4-15 */
       -o-transition: right .5s ease-in;  /* Opera 10.50–12.00 */
          transition: right .5s ease-in;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.image-content-slider h2 { margin-bottom: 3.5rem; }

.image-content-slider h2 strong,
.image-content-slider h2 b { color: #f9c62a; }

.image-content-slider p {  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 5rem; }

.image-content-slider a.button.close {
  text-align: left;
  background: none;
  width: auto;
  color: #001646;
  border: 1px solid #001646;
  padding: 10px 0 10px 44px;
  width: 130px;
}
.hjs-section a.button.close .fa {
  left: 15px;
  top: 2px;
  font-size: 42px;
	color: #001646;
}

.image-content-slider.hjs-section .hidden-slide.show { right:0; }
.image-content-slider.hjs-section .hidden-slide.hide { right: -2500px; }

.content-tabs { max-height: 599px; overflow: hidden; padding: 0; }
.content-tabs .left-half { text-align: left; background: #4f8fca; width: 38%;   box-shadow: 0 0 20px rgba(0,0,0,.5);
  z-index: 999; }
.content-tabs .left-half h2 { text-align: left; color: #fff; margin: 0 0 50px; /*font-size: 52px;*/ }
.content-tabs .left-half h3 { text-align: left; color: #fff; margin: 0 0 12px; border-bottom: 2px solid; display: inline-block; font-size: 22px; padding-bottom: 2px; }
.content-tabs .left-half ul { clear: both; margin-left: 0;   margin-bottom: 40px; }
.content-tabs .left-half ul li { list-style: none; }
.content-tabs .left-half ul li a .text { color: #fff; font-size: 26px; display: block; font-weight: 500; position: relative; padding: 25px 0 25px 20%; }

.content-tabs.events-tabs .left-half ul li a .text,
.content-tabs.posts-tabs .left-half ul li a .text { padding-top: 18px; padding-bottom: 13px; }

.content-tabs .left-half ul li a .text .entry-time {
	font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.content-tabs p { font-size: 20px;   line-height: 1.7; }
.content-tabs .read-more {   text-align: right;
  padding-right: 50px;
  padding-bottom: 40px;
  text-transform: lowercase;
  margin: 0;  }

.content-tabs.tabs-right .read-more { text-align: left; padding-left: 7%; padding-right: 0; }

.content-tabs .left-half ul li a .text:after { z-index: 999; left: 100%;	top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(100, 157, 209, 0); border-left-color: tranparent;border-width: 15px; margin-top: -15px; }
.content-tabs .left-half ul li a:hover { text-decoration: none; }
.content-tabs .left-half ul li a .text:hover:after,
.content-tabs .left-half ul li.ui-state-active a .text:after { border-left-color: #69a0d2;	 }
.content-tabs .left-half ul li a .text:hover,
.content-tabs .left-half ul li.ui-state-active a .text { background: rgba(255,255,255, .15); }
.content-tabs .left-half ul li a { border-top: 2px solid rgba(255,255,255,.2); display: block; }
.content-tabs .left-half ul li:last-child a { border-bottom: 2px solid rgba(255,255,255,.2); }
.content-tabs .left-half .tab-wrap .title-wrap { padding-left: 20%; padding-top: 45px; width: 100%;   overflow: hidden;  }

.content-tabs .right-half { width: 62%; }
.content-tabs .right-half .tab-wrap { padding: 100px 200px 100px 100px; }
 
.content-tabs .ui-tabs {
	display: flex;
  flex-flow: row wrap;
}

/* Testimonials */

.testimonials .odd-column { width: 48.5%; float: left; }
.testimonials .even-column { width: 48.5%; float: left; margin-left: 3%; }

.testimonials .testimonials-wrap {
	overflow: hidden;
}

.testimonials .testimonials-wrap .testimonial-single {
	margin-bottom: 4rem;
}

.testimonials .testimonial-wrap .testimonial {
	margin: 0px;
  background: #ecdec1;
  border-radius: 3px;
  position: relative;
  padding: 20px 30px 25px;
}

.testimonials .testimonial-wrap .testimonial .triangle {
	position: absolute;
  bottom: -29px;
  left: 7%;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 40px;
  border-right-width: 0px;
  border-top: 29px solid #ecdec1;
}

.testimonials .testimonial-wrap .cite {
  font-size: 18px;
  padding-left: 89px;
  padding-top: 12px;
}

/* Testimonials Alt */

.testimonials-alt .testimonials-wrap .testimonial-single {
	margin-bottom: 4rem;
}

.testimonials-alt .testimonial-wrap { 
	text-align: center;
}
.testimonials-alt .testimonial-wrap .testimonial {
	position: relative;
  padding: 35px;
  overflow: visible;
  box-sizing: border-box;
  border-radius: 10px;
	font-size: 18px;
  font-style: italic;
  color: #666;
}
.testimonials-alt .testimonial-wrap .testimonial .triangle {
	content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.9em;
  bottom: -20px;
  left: 50%;
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
	box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonials-alt .quote-icon {
	display: block;
  text-align: center;
  font-size: 80px;
  line-height: 1;
  height: 40px;
  font-family: "Playfair Display", serif;
  color: #c8c2b1;
  position: relative;
  top: -15px;
	font-style: normal;
}

.testimonials-alt .testimonial-wrap .cite {
	margin: 30px 0 0;
	margin: 3rem 0 0;
	font-weight: 700;
  color: #a7a195;
}

.testimonials-alt .testimonial-wrap .source {
	font-size: 14px;
  font-weight: 700;
  color: #666;
}

/* Testimonials Three */

.testimonials-three .testimonials-wrap .testimonial-single {
	margin-bottom: 4rem;
}

.testimonials-three .testimonial-wrap { 
	text-align: center;
}
.testimonials-three .testimonial-wrap .testimonial {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
	text-align: left;
	font-weight: 600;

}

.testimonials-three .quote-icon {
	display: block;
  text-align: center;
  font-size: 40px;
	margin-bottom: 25px;
}

.testimonials-three .testimonial-wrap .cite {
	margin: 30px 0 0;
	margin: 3rem 0 0;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.testimonials-three .testimonial-wrap .source {
  font-weight: 400;
  font-family: "Lora",sans-serif;
  font-style: italic;
  color: #eee;
  text-align: left;
}

.testimonials-three.hjs-section h2.section-title { 
	margin-bottom: 40px; 
}

/* Books */

.books-section .one-half,
.books-section .one-third,
.books-section .one-fourth,
.books-section .one-fifth,
.books-section .one-sixth { margin-left: 0; padding: 0 0 20px; }

.books-section .one-third { width: 50%; }
.books-section .one-third { width: 33.33%; }
.books-section .one-fourth { width: 25%; }
.books-section .one-fifth { width: 20%; }
.books-section .one-sixth { width: 16.667%; }

.books-section img {
	display: block;
  margin: 0 auto;
	box-shadow: 0 10px 19px rgba(0,0,0,.4);
}

/* Button Wrap */

.buttons-bar { padding: 55px 0; }
.buttons-bar a:hover { text-decoration: none; }
.buttons-bar .button-title {
	color: #fff;
  text-align: center;
  display: block;
  font-size: 36px;
	margin-bottom: 10px;
}
.buttons-bar .button-subtitle {
	color: #fff;
  text-align: center;
  text-align: center;
  display: block;
  font-size: 18px;
}

/* FAQ Accordion */

.faq-accordion .odd-column { width: 48.5%; float: left; }
.faq-accordion .even-column { width: 48.5%; float: left; margin-left: 3%; }

.faq-accordion .faq-container {
	margin-bottom: 10px;
}
.faq-accordion .faq {
	border-bottom: 1px solid #d1d7e0;
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;

	/* Color Layout */
	border: none; 
}
.faq-accordion .faq:nth-of-type(odd) {
	margin-left: 0;
}
.faq-accordion .faq.open {
	padding-bottom: 25px;
}
.faq-accordion .faq_question {
	margin: 0px;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	display: table;
	border-radius: 5px;
	
	/* Color layout */
	background: #b69955;
	margin-bottom: 15px;

}

.faq-accordion .faq.open .faq_question {
	background: #114670; 
}

.faq-accordion .question {
	margin-bottom: 5px;
	display: table-cell;
	width: 100%;
	color: #0d6994;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 22px;
	line-height: 1.8;
	
  font-weight: 600;

	/* Color Layout */
	color: #fff;
	padding: 10px 0;
	 
}
.faq-accordion .faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0;
}

.faq-accordion .faq_answer span {
	padding: 15px 20px;
  border: 1px solid #b69955;
  display: block;
  border-radius: 5px;
}

.faq-accordion .accordion-button-icon {
	display: table-cell;
	line-height: inherit;
	vertical-align: middle;
	color: #0d6994;
	font-size: 22px;
	padding: 20px 15px;

	/* Color Layout */
	color: #fff;
	padding: 10px 15px; 
}

/* FAQ Accordion Alt */

.faq-accordion-alt .faq:first-of-type { border-radius: 3px 3px 0 0; }
.faq-accordion-alt .faq:last-of-type { border-radius: 0 0 3px 3px; border-bottom: 1px solid #1cae8e; }
.faq-accordion-alt .odd-column { width: 48.5%; float: left; }
.faq-accordion-alt .even-column { width: 48.5%; float: left; margin-left: 3%; }

.faq-accordion-alt .faq-container {
	margin-bottom: 10px;
	overflow: hidden;
}
.faq-accordion-alt .faq {
  border: 1px solid #1cae8e;
  display: flex;
  border-bottom: none;
  flex-direction: column;
  flex-wrap: wrap;
}
.faq-accordion-alt .faq:nth-of-type(odd) {
	margin-left: 0;
}
.faq-accordion-alt .faq.open {
	
}
.faq-accordion-alt .faq_question {
	margin: 0px;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	display: table;
	border-radius: 5px;
}

.faq-accordion-alt .faq.open .faq_question {
}

.faq-accordion-alt .faq.open .faq_question .question {
	color: #1cae8e;
}

.faq-accordion-alt .question {
  margin-bottom: 5px;
  display: table-cell;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
	line-height: 1;
  padding: 17px 20px 15px;
}
.faq-accordion-alt .faq_answer_container {
	height: 0px;
	overflow: hidden;
	padding: 0;
	
}

.faq-accordion-alt .faq_answer span {
  padding: 0 20px 20px;
  border: none;
  display: block;
  border-radius: 5px;
}

.faq-accordion-alt .accordion-button-icon {
	display: table-cell;
	line-height: inherit;
	vertical-align: middle;
	color: #1cae8e;
  font-size: 20px;
  padding: 8px 15px;
}

/* Align Right Content Tabs */

.content-tabs.tabs-right .left-half { position: relative; right: -62%; }
.content-tabs.tabs-right .right-half { position: relative; left: -38%; }
.content-tabs.tabs-right .left-half ul li a .text { padding: 25px 0 25px 7%; }
.content-tabs.tabs-right .left-half .tab-wrap .title-wrap { padding-left: 7%; }
.content-tabs.tabs-right .left-half ul li a .text:after {
	left: auto;
	right: 100%;
}
.content-tabs.tabs-right .left-half ul li a .text:hover:after,
.content-tabs.tabs-right .left-half ul li.ui-state-active a .text:after { border-left-color: transparent; border-right-color: #69a0d2; 	 }

/*.content-tabs .ui-tabs-vertical { width: 55em; }
.content-tabs .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.content-tabs .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.content-tabs .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.content-tabs .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.content-tabs .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}*/

.testimonials-block { max-width: 695px; margin: 0 auto; }
.testimonials-block .testimonial { margin-bottom: 1.5em; }
.testimonials-block .quote {  }
.testimonials-block .cite { text-align: right; }

.media-grid-block.hjs-section { overflow: hidden; padding-bottom: 0; padding-left: 0; padding-right: 0; }
.media-grid-item { float: left;  width: 320px;  width: 25%;  background-size: cover !important; }
.media-grid-item a { display: table; width: 100.2%; height: 360px; position: relative; border: none; }
.media-grid-item a:hover { text-decoration: none; }
.media-grid-item a:hover span {  background-color: rgba(0, 0, 0, 0.6);  text-indent: 0; }
.media-grid-item span { background-color: rgba(0, 0, 0, 0.2); font-weight: 500; color: #fff; transition: 0.15s ease-in-out; display: table-cell; vertical-align: middle; text-align: center; font-size: 36px; text-shadow: 1px 1px 2px rgba(0,0,0,.5); text-indent: -9999em; }

.cta-block { background: #1e1e1e; color: #fff; padding: 75px 50px; padding: 7.5rem 5rem; }
.cta-block .wrap { display: flex; align-items: center; justify-content: center; }
.cta-block .wrap:before,
.cta-block .wrap:after { content: none; }
.cta-block h2 { text-align: center; color: #fff; font-size: 30px; font-size: 3rem; font-weight: 500;   margin: 0; }
.cta-block p { margin: 0; font-size: 22px; }
.cta-block a.button { width: auto; margin: 0; display: inline-block; }
.cta-block .title-wrap { width: 75%; }
.cta-block .button-wrap { width: 25%; margin-top: 0;   margin-bottom: 0; }
.cta-block .read-more {  color: #fff; font-size: 24px; font-weight: 600; }

.simple-quote { background: #000 !important; color: #fff; padding: 5rem 50px; height: 500px; display: flex; align-items: center; }
.simple-quote .wrap { display: flex; align-items: center; justify-content: center; }
.simple-quote h2 { background: url(../images/quote-open.png) left top no-repeat; text-transform:none; color: #fff; text-align: center; padding-left: 40px; padding-top: 30px; }
.simple-quote p { margin: 0; font-size: 22px; }
.simple-quote a.button { background: #eb3c48; float: right; width: auto; margin: 0; }
.simple-quote .title-wrap { width: 75%; float: left; }
.simple-quote .button-wrap { width: 25%; float: left; margin-top: 0; }
.simple-quote .read-more {  color: #fff; font-size: 24px; font-weight: 600; }

.faqs .one-half {
	margin-bottom: 0;
}
.card.faq { 
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
	padding: 28px 0;
  padding: 2.8rem 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.card.faq a { 
	line-height: 1.3; 
	margin: 0; 
	padding: 0; 
	font-size: 20px; 
	font-weight: 600; 
	font-size: 18px;
	font-size: 1.8rem; 
	margin-bottom: 0; 
	color: #333;
}
.card.faq a.active { 
	margin-bottom: 10px;
}
.card.faq .card-content { 
	font-size: 16px; 
	padding: 0;
	background: none; 
	float: left; 
	width: 90%; 
	min-height: inherit; 
}
.card.faq .card-content .answer { 
	display: none; 
}
.card.faq .card-icon { 
	width: 100px; 
	float: left; 
	text-align: center; 
	margin-top: 0; 
}
.card.faq .fa { 
	background: #333;
	color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 30px;
}
.card.faq .card-content ul { margin-bottom: 10px; }
.one-half .card.faq { width: 100%; }
.one-half .card.faq .card-content { width: 78%; }

.circle-graphics-block { padding-bottom: 145px; }
.circle-graphics-block h2 { text-align: left; }
.circle-graphics-block .wrap { overflow: visible; }
.circle-graphics-block .graphic-block { position: relative; width: 31%; float: left; margin-top: -25px; }
.circle-graphics-block .text-block { width: 64%; float: right; }
.circle-graphics-block .graphic-block img { display: block; border-radius: 50%; box-shadow: 0 0 8px #333; }
.circle-graphics-block .small-circle-graphic { position: absolute; bottom: -85px; right: 0; }

.circle-graphics-block .button { margin: 0; }

.circle-graphics-block .graphic-block.right { float: right; }
.circle-graphics-block .text-block.right { float: left; }
.circle-graphics-block .graphic-block.right .big-circle-graphic { float: right; }
.circle-graphics-block .graphic-block.right .small-circle-graphic { left: 0; }

.circle-graphics-block .graphic-block.right-alt { float: right; }
.circle-graphics-block .text-block.right-alt { float: left; }
.circle-graphics-block .graphic-block.right-alt .big-circle-graphic { float: right;position: absolute; left: -10px; top: 85px; }
.circle-graphics-block .graphic-block.right-alt .small-circle-graphic { position: relative; float: right; top: 0; right: 0; }

.circle-graphics-block .graphic-block.left-alt .big-circle-graphic { position: absolute; right: -10px; top: 85px; }
.circle-graphics-block .graphic-block.left-alt .small-circle-graphic { position: relative; float: left; top: 0; right: 0; }

.circle-graphics-block.light { color: #fff; }
.circle-graphics-block.light h2 { color: #fff; }
.circle-graphics-block.light .button { background: #fed831; color: #333; }

.global-sponsors { overflow: hidden; background: none; }
.global-sponsors.hjs-section h2.section-title { margin-bottom: 30px; }
.global-sponsors .sponsor-header { }
.global-sponsors .sponsor-level { 
	text-align: center; 
	margin-bottom: 50px; 
}
.global-sponsors h3 { 
	margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #1cae8e
}
.global-sponsors ul { margin: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.global-sponsors ul li { list-style: none; margin: 0 3.5% 3.5%; /*width: 20%;*/ display: block; }
.global-sponsors ul li img { max-width: 80%; }
.global-sponsors .sponsor-level:nth-of-type(1) ul li img { max-width: 100%; }
.global-sponsors .sponsor-level:nth-of-type(2) ul li img { max-width: 90%; }
.global-sponsors img { display: block;   margin: 0 auto; }
.global-sponsors a { box-shadow: none; text-decoration: none; border-bottom: 2px solid; }
.global-sponsors .sponsor-cta { text-align: center; }
.global-sponsors .sponsor-cta p,
.global-sponsors .sponsor-cta a { 
	font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.global-sponsors .sponsor-cta a { 
	display: inline-block; 
	line-height: 1; 	
	margin-bottom: 20px;
}
.global-sponsors .sponsor-cta p a {
	margin-bottom: 0; 
}
.global-sponsors .sponsor-cta a:hover { text-decoration: none; }

.global-sponsors .sponsor-level-graphic { margin-bottom: 2rem;  display: flex;
  align-items: center;
  justify-content: center; }
.global-sponsors .sponsor-level-graphic img {  width: auto;
  margin: 0 20px;   max-width: 50px; }

.global-sponsors .sponsor-level-graphic .border-left,
.global-sponsors .sponsor-level-graphic .border-right { 
	width: 60px;
  height: 2px;
  border: 2px solid #fbc223;
  display: block; 
}

.global-sponsors h4 { font-size: 20px;
  margin-bottom: 1rem; }
.global-sponsors .sponsor-level-description p {   margin-bottom: 2rem;
  font-size: 14px;
  text-align: center; }

.global-sponsors.simple-sponsors ul li { 
	width: auto; 
	margin: 0 5%; 
}
.global-sponsors.simple-sponsors ul li img { 
	max-width: 100%; 
}

/* Form CTA */

.form-cta.hjs-section {
	padding: 60px 0;
}
.form-cta .wrap { 
	max-width: 650px; 
}
.form-cta.hjs-section h2.section-title { margin-bottom: 30px; }

.form-cta.newsletter .gform_wrapper .gform_body { 
	width: 64%; 
	float: left;
}

.form-cta.newsletter div.gform_wrapper .gform_footer {
  clear: none;
  margin: 0;
  float: right;
  width: 33%;
}
.form-cta.newsletter div.gform_wrapper .gform_footer .button {
	width: 100%; 
}

body .form-cta.newsletter .gform_wrapper ul li.gfield { margin-top: 0; padding-right: 0; }

/* Count Up Statistics */

.count-up-stats.hjs-section h2.section-title {
	text-align: left;
	border-bottom: 2px solid #1cae8e;
	display: inline-block; 
}
.count-up-stats h3.simple-column-subtitle {
	font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #1cae8e;
  display: inline-block;
	margin-bottom: 0px;

}
.count-up-stats .single-column {
	width: 50%;
	float: left;
}

.count-up-stats .counter-wrap { 
	font-family: "Montserrat",sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.count-up-stats .section-description {
	max-width: 100%;
}
.count-up-stats .one-half.last {
	width: 40%;
  float: right;
}


.recent-posts .entry-date {
	margin: 0;
  color: #043566;
}
.recent-posts .excerpt { font-size: 22px; color: #043566; }
.recent-posts .one-third:first-of-type { margin-left: 0; }

.recent-posts.light .entry-date,
.recent-posts.light .excerpt {
	color: #fff;
}

.contact-form p { }
.contact-form input,
.contact-form textarea { }
.contact-form div.gform_wrapper textarea.medium {  }
.contact-form .one-third,
.contact-form .two-thirds { margin-bottom: 0; }
.entry-content .contact-form .button { margin-bottom: 0; }
.contact-form div.gform_wrapper { margin-bottom: 0; }

.content-slider .image-wrap { width: 49%; float: left; margin-right: 4%; }
.content-slider .content-wrap { text-align: left; text-transform: none; }
.content-slider .content-wrap .view-project { text-transform: lowercase; text-align: left; display: block; }
.content-slider .content-wrap .entry-subtitle {  font-size: 17px; font-style: italic; font-weight: 300;}
.content-slider .slick-slide img { -webkit-filter: none; filter: none; }
.content-slider .slick-slide a {   box-shadow: none; }

.hjs-page-menu { text-align: center; margin-top: 75px; }
.hjs-page-menu .page-menu-title { font-size: 25px; display: inline-block; float: none; }
.hjs-page-menu ul { display: inline-block; text-align: center; }
.hjs-page-menu ul li { margin-left: 45px; font-size: 25px; display: inline-block;  }
.hjs-page-menu ul li a { font-weight: 500; font-size: inherit; color: #333; box-shadow: none;}
.hjs-page-menu ul li a:hover { color: #023203; }
.hjs-page-menu ul li a i { font-size: 16px; position: relative; top: -1px; }

div.mfp-iframe-holder {
  padding-right: 5%;
  padding-left: 5%;
}

.slidecaption {
	background: #333;
  color: #fff;
  padding-left: 20px;
}

/* Speakers */

.speakers h2.section-title {
	text-align: left; 
	display:inline-block;
	border-bottom: 2px solid #1cae8e;
}
.speakers .speakers-top .one-third { margin-bottom: 50px !important; }
.speakers .speakers-top .one-third .speaker { margin-top: 25px; }
.speakers.hjs-section .section-description { margin: 0; max-width: 100%; }
.speakers.hjs-section .section-description p { margin-bottom: 10px; }

.speaker { text-align: center; }

.speaker h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
	margin-bottom: 5px;
}
.speaker p.subtitle {
	font-family: "Lora", serif;
  font-style: italic;
	margin: 0 0 5px;
}

.speaker a { cursor: pointer; }
.speaker img {
	border-radius: 50%;
	border: 15px solid #fff;
	display: block;
  margin: 0 auto 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.speaker a:hover img {
	-webkit-filter: initial; /* Safari 6.0 - 9.0 */
  filter: initial;
}

.speaker ul.social {
	text-align: center; 
}
.speaker ul.social li {
	display: inline-block;
	margin: 0 8px;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

/* Fadein Effect
---------------------------------------------------------------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

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

	.image-content-slider .one-half { padding: 0; justify-content: center; }

	.image-content-slider .content-slide .one-half.left-half { background-position: -100px center !important; }
	.image-content-slider .content-slide .one-half.left-half.image-right { background-position: 100px center !important; }

}

@media only screen and (max-width: 1599px) {
	.simple-quote h2 { font-size: 48px; }	
	.image-content-slider .content-slide .one-half.left-half { width: 55% !important; }
	.image-content-slider .content-slide .one-half.right-half { padding: 0 3% 0 2%; width: 45% !important; }
	.image-content-slider.hjs-section .button { width: 100%; font-size: 20px;  }
	.image-content-slider p { font-size: 28px; }
}

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

	.content-tabs .left-half .tab-wrap .title-wrap,
	.content-tabs .left-half ul li a .text { padding-left: 10%;  }
	.content-tabs .left-half h2 { font-size: 4rem; }
	.content-tabs .right-half .tab-wrap {
	  padding: 100px;
	}

	.image-content-slider .content-slide .one-half.right-half { padding: 0 3%; }
	.image-content-slider h2 { font-size: 48px; }
	.image-content-slider p { font-size: 24px; }

}

@media only screen and (max-width: 1399px) {
	.image-content-slider a.button.close {
		padding: 12px 0 17px 44px;
	}
	.home-banner h2.entry-title b {
		font-size: 65px;
		font-size: 6.5rem;
	}

}

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

  .card.faq .card-content { width: 87%; padding: 0; }
  
	.columns-block.circles a.circle-graphic	.text-wrap {   width: 87%;
  height: 87%; }

	.content-tabs .left-half { width: 45%; }
	.content-tabs .right-half { width: 55%; }
	.content-tabs.tabs-right .left-half {
	  right: -55%;
	}
	.content-tabs.tabs-right .right-half {
	  left: -45%;
	}
	.content-tabs .right-half .tab-wrap {
	  padding: 60px;
	}
	.content-tabs p { font-size: 1.8rem; }

	.home-banner { margin-top: 0; }
	.home-banner { height: 500px;}

	.home-video .play-icon { width: 200px;
  height: 200px;
  border: 20px solid #fcfbeb; }

	.home-video .play-icon .fa {
	  font-size: 75px;
	  padding: 44px 65px;
	  right: 4px;
	}
	.home-banner h2.entry-title { font-size: 36px; }

	.image-content-slider h2 { font-size: 40px; }
	.simple-quote { height: 350px; }
	.simple-quote h2 { font-size: 36px; }

	.home-banner .sub-title { 
		font-size: 2.2rem;
	}

	.home-banner ul li a.button {
	  padding: 15px 20px 14px;
	  font-size: 16px;
	}

	.image-content-block .bottom-button-group ul li {
	  margin: 0 15px 10px 0;
	}

	.image-content-block .one-half.right-half .content-wrap {
	  padding: 50px 0 !important;
	}
	

}

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

  .media-grid-item { width: 33.33%; }
  .media-grid-item a { height: 250px; }
  .media-grid-item span { font-size: 24px; }
  .content-slider .image-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .content-slider .slick-slide img { margin-bottom: 2rem; }
  .card.faq .card-content { width: 83%; } 
  .image-content-block .one-half.left-half { width: 100% !important; right: 0 !important; margin-bottom: 0 !important;  height: 300px; }
  .image-content-block .one-half.right-half { width: 100% !important; left: 0 !important;  }

	.image-content-block .one-half.right-half .content-wrap { padding: 0 !important; }

	.color-blocks.hjs-section .one-third, 
	.color-blocks.hjs-section .one-half { 
		margin-bottom: 0 !important; 
	}

	.content-tabs .right-half .tab-wrap {
	  padding: 30px;
	}
	.content-tabs p { font-size: 1.6rem; }

	.content-tabs .left-half h2 { font-size: 3rem;   margin-bottom: 2rem; }
	.content-tabs .left-half .tab-wrap .title-wrap { padding-top: 3rem; }
	.content-tabs .left-half ul { margin-bottom: 2.5rem; }
	.content-tabs .read-more { padding-bottom: 2.5rem; }

	.buttons-bar .button-title { font-size: 30px; }
	.buttons-bar .button-subtitle { font-size: 16px; }

	.image-content-block .one-half {
	  padding-top: 40px !important;
	  padding-bottom: 40px !important;
	}

	.home-banner .content-wrap {
		position: relative;
  	top: 10%;
	}

	.background-slider.hjs-section .slick-initialized .slick-slide {
	  min-height: 750px;
	  padding-top: 135px;
	}

	.count-up-stats .one-half.first,
	.count-up-stats .one-half.last {
	  width: 100%;
	  float: none;
	}
	
	.global-sponsors.simple-sponsors ul li {
	  width: auto;
	  margin: 0 3.5% 3.5%;
	}
}

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

	.hjs-section { padding: 60px 0; }
  .hjs-section .one-third,
  .hjs-section .one-half,
	.hjs-section .two-thirds { width: 100%; margin: 0; }
  
  .hjs-section .one-third,
  .hjs-section .one-half { text-align: center;   margin-bottom: 4rem !important; }

	.hjs-section .one-third:last-child,
  .hjs-section .one-half:last-child { margin-bottom: 0 !important; }

	.button-wrap { text-align: center; }

	.columns-block.circles a.circle-graphic	.text-wrap {
	  width: 94.5%;
	  height: 94.5%;
		left: 2.8%;
		right: 2.8%;
	}
	.cta-block .title-wrap {
	  width: 100%;
	  float: none;
	  text-align: center;   
		margin-bottom: 4rem;
	}
	.cta-block .wrap { text-align: center; display: block; }
	.cta-block h2 { text-align: center; }
	.cta-block .button-wrap {
	  width: 100%;
	  float: none;
	}
	.cta-block a.button { float: none; }

	.content-tabs { padding: 0; }

	.image-content-slider.hjs-section .content-slide { height: inherit; }
	.image-content-slider .content-slide .one-half.left-half,
	.image-content-slider .content-slide .one-half.left-half.image-right {
		margin: 0 !important;
	  width: 100% !important;
	  background-size: contain !important;
	  height: 530px;
	  min-height: 1px;
		background-position: left center !important;
		right: 0 !important; 

	}
	.image-content-slider .content-slide .one-half.left-half.image-right {
		background-position: right center !important;	
	}
	.image-content-slider .content-slide .one-half.right-half { width: 100% !important; margin: 0 !important;   min-height: 500px;		left: 0 !important;  }

	.image-content-slider .content-wrap { max-width: 100%; }

	.image-content-slider h2 {
	  font-size: 34px;
	}

	.home-banner h2.entry-title {
	  font-size: 30px;
	}

	.testimonials-alt .testimonials-wrap .testimonial-single {
	  margin-bottom: 0;
	}

	.speakers .speakers-top {
		margin-bottom: 30px;
  	overflow: hidden;
	}
	.speakers .speakers-top .one-third .speaker {
	  margin-top: 0;
	}
	
	.speakers .speakers-top .one-third {
	  margin-bottom: 30px !important;
	}

	.testimonials-three .testimonial-wrap .testimonial,
	.testimonials-three .testimonial-wrap .cite,
	.testimonials-three .testimonial-wrap .source { 
		text-align: center;
	}
	.testimonials-three .quote-icon {
		margin-bottom: 10px; 
	}
	.testimonials-three .testimonials-wrap .testimonial-single { 
		margin-bottom: 0;
	}

	.pricing-table .cards-wrap {
		display: block;
	}
	.pricing-table .card {
	  width: 350px;
	  margin: 0 auto 28px;
	  float: none; 
	}
	.image-content-block .bottom-button-group ul {
	  text-align: center;
	}
}

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

	.hjs-section h2.section-title {   max-width: 100%;
 		font-size: 30px; font-size: 3rem;  margin-bottom: 30px; margin-bottom: 3rem; }
  .media-grid-item {
    width: 50%;
  }  
  div.mfp-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .card.faq .card-icon { width: 55px;   margin-top: 6px; }
  .card.faq .card-content {
    width: 75%;
  }
	.card.faq a { font-size: 1.6rem; }

	.image-content-block .one-half.right-half { padding: 0 5% !important;  }
	.image-content-block .one-half.right-half .content-wrap { padding: 35px 0px 35px !important; }
	.image-content-block .one-half.left-half { min-height: 250px; margin-bottom: 0 !important; }

	.columns-block.circles a.circle-graphic	.text-wrap {
	  width: 91%;
	  height: 91%;
	}

	.cta-block .read-more { font-size: 18px; }

	.content-tabs .left-half { width: 100%; position: relative; }
	.content-tabs .right-half { width: 100%; }
	.content-tabs.tabs-right .left-half {
	  right: 0;
	  width: 100%;
	}
	.content-tabs.tabs-right .right-half {
	  left: 0;
	  width: 100%;
	}
	.content-tabs .left-half ul { text-align: center; }
	.content-tabs .left-half ul li:last-child a { border: none; }
	.content-tabs { max-height: inherit; }
	.content-tabs .left-half ul li { display: inline-block; }
	.content-tabs .left-half ul li a,
	.content-tabs .left-half ul li:last-child a { padding: 10px 15px;
  border: 2px solid #043566;
  margin: 10px;   margin: 5px; }
	.content-tabs.tabs-right .left-half .tab-wrap .title-wrap {
	  padding-left: 5%;
	  padding-right: 5%;
	}
	.content-tabs.hjs-section h2.section-title { }
	.content-tabs .left-half ul li a .text:hover, 
	.content-tabs .left-half ul li.ui-state-active a .text { padding: 0; background: none; }
	
	.content-tabs.tabs-right .left-half ul li a .text:hover:after, 
	.content-tabs.tabs-right .left-half ul li.ui-state-active a .text:after { content: none; }
 	.content-tabs .left-half ul li a .text:after { content: none; }
	.content-tabs.tabs-right .left-half ul li a .text { padding: 0; }
	.content-tabs .left-half ul li a .text { font-size: 20px; }
	.content-tabs.events-tabs .left-half ul li a .text, 
	.content-tabs.posts-tabs .left-half ul li a .text { padding: 0; }

	.content-tabs.tabs-right .read-more,
	.content-tabs .read-more {
	  padding: 0;
	  position: absolute;
	  top: 30px;
	  right: 5%;
		 font-size: 16px;

	}
	.content-tabs .left-half .tab-wrap .title-wrap {
	  padding-left: 5%;
	  padding-right: 5%;
	}
	.hjs-section .section-subtitle { margin-top: -2rem; }

	.home-banner {
	  height: 400px;
	} 

	.home-video .play-icon {
	  width: 150px;
	  height: 150px;
	  border: 10px solid #fcfbeb;
	}
	.home-video .play-icon .fa {
	  font-size: 60px;
	  padding: 34px 52px;
	}
	.home-banner h2.entry-title {
	  font-size: 30px;
	}

	.image-content-slider .content-slide .one-half.left-half, .image-content-slider .content-slide .one-half.left-half.image-right {   height: 350px; }
	.image-content-slider p { font-size: 18px; }
	.simple-quote h2 { font-size: 28px; }

	.global-sponsors ul li { margin: 0 5% 5%; }

	.faq-accordion .odd-column, 
	.faq-accordion .even-column { width: 100%; margin: 0; float: none; }

	.testimonials .odd-column, 
	.testimonials .even-column { width: 100%; margin: 0; float: none; }

	.home-banner .sub-title {
	  max-width: 100%;
	}

	.background-slider.hjs-section .slick-initialized .slick-slide { min-height: 550px; }

	.books-section .one-fourth,
	.books-section .one-fifth,
	.books-section .one-sixth {
	  width: 50%;
		padding: 0 10px 20px;
	} 
	.books-section .one-fourth:nth-of-type(odd),
	.books-section .one-fifth:nth-of-type(odd),
	.books-section .one-sixth:nth-of-type(odd) {
		clear: both; 
	}

  .home-banner h2.entry-title b {
		font-size: 50px;
		font-size: 5rem;
	}
	.home-banner h2.entry-title { 
		margin-bottom: 5px;
	}
	.home-banner .entry-header {
	  margin-bottom: 20px;
	} 
	.bottom-button-group ul li {
	  margin: 0 10px 10px;
	}
	.form-cta.newsletter .gform_wrapper .gform_body {
	  width: 100%;
	  float: none;
		margin-bottom: 10px;
	}
	.form-cta.newsletter div.gform_wrapper .gform_footer {
	  clear: none;
	  margin: 0;
	  float: none;
	  width: 100%;
	}

	.faq-accordion-alt .odd-column {
	  width: 100%;
	  float: none;
	  margin-bottom: 20px;
	}
	.faq-accordion-alt .even-column {
	  width: 100%;
	  float: none;
	  margin: 0 0 20px;
	}
	.global-sponsors.simple-sponsors ul li,
	.global-sponsors ul li {
	  width: auto;
	  margin: 0 5% 10%;
	}

}

@media only screen and (max-width: 479px) {
  .media-grid-item { width: 100%; }    
  .media-grid-item a {
    height: 295px;
  }

	.content-tabs .left-half ul li { display: block; }
	.content-tabs .left-half ul {
	  margin-bottom: 0.5rem;
	}
	.hjs-section h2.section-title {  }

	.content-tabs.tabs-right .left-half .tab-wrap .title-wrap,
	.content-tabs .left-half .tab-wrap .title-wrap { text-align: center; padding-top: 50px; }
	.content-tabs.hjs-section h2.section-title { text-align: center; }
	.content-tabs.tabs-right .read-more, 
  .content-tabs .read-more { top: 18px; }
	.home-banner ul li { margin: 0 0 10px; }

	.home-banner ul li a.button {
	  padding: 12px 25px;
	  font-size: 18px;;
	}
	.hjs-section .section-subtitle {
	  margin-top: 0rem;
	}

	.columns-block.circles a.circle-graphic	.text-wrap {
	  width: 86%;
	  height: 86%;
	}

	.image-content-slider .content-slide .one-half.left-half, .image-content-slider .content-slide .one-half.left-half.image-right {   height: 235px; }
	.image-content-slider p { font-size: 18px; }
	.simple-quote h2 { font-size: 28px; }

	.image-content-slider .content-slide .one-half.right-half {
	  padding: 0 5%;
	} 
	.image-content-slider h2 {
	  margin-bottom: 2rem;
	}
	.image-content-slider p { font-size: 16px;   margin-bottom: 2rem; }

	.simple-quote h2 {
	  font-size: 24px;
	  background-size: 50px;
	  padding-left: 10px;
	}

	.banner-box-cta-alt .banner-box.card .top-content,
	.banner-box-cta-alt .bottom-content { padding: 20px; }
	.banner-box-cta-alt .banner-box.card .top-content h2 { font-size: 30px; }
	.banner-box-cta-alt div.gform_wrapper h3.gform_title { font-size: 22px; }

	.banner-box-cta-alt div.gform_wrapper .gform_footer {
	  padding: 0;
	  margin: 0;
	  width: 100%;
	  float: none;
	}
	.banner-box-cta-alt div.gform_wrapper .gform_footer .button { width: 100%; }

	.home-banner #main_countedown_1 .element_conteiner {
		width: 70px;
		min-width: 70px;
	}
	.home-banner h2.entry-title {
	  font-size: 20px;
	  font-weight: 500;
	}
	.home-banner h2.entry-title b {
		font-size: 30px;
		font-size: 3rem;
		font-weight: 500;
	}
	.home-banner .sub-title {
	  font-size: 1.6rem;
	}
	.pricing-table .card {
	  width: 100%;
	  max-width: 300px;
	}	
	.home-banner #main_countedown_1 .time_description { 
		font-size: 16px;
		font-size: 1.6rem;
	}
	.home-banner #main_countedown_1 .time_left {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.home-banner {
	  height: 345px;
	}
	.count-up-stats .single-column {
	  width: 100%;
	  float: none;
	}

}