/* CE Chambers (c) iprogress.co.uk 2018 */

/* Global */
	.alignleft { float:left; margin:0px 30px 18px 0px; }
	.alignright { float:right; margin:0px 0px 18px 30px; }
	.aligncenter { display:block; margin:10px auto; }
	.left { text-align:left; }
	.right { text-align:right; }
	.center { text-align:center; }

iframe {border: none;}

html{
height:100%;
}
body{
height:100%;
font-size:16px;
font-family: 'Poppins', sans-serif;
line-height:1.5;
}
img{
max-width:100%;
height: auto;
}
a{
font-weight: bold;
}
a:hover, a:focus{
text-decoration:none;
}
button, .button{
	
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family:'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
	padding: 15px 25px;
	text-transform: uppercase;
}
button:hover, .button:hover{
	background:#992f3c;
}

.bodycolour, body, .telephone a {
	color:#023047;
}
.firstcolour, a, h1, h2, h3, h4, h5, .telephone span, .telephone a:hover, .content-area ul li:before, blockquote {
	color:#219ebc;
}
.firstbackgroundcolour, button, .button, .navigation, footer, .wp-caption{
	background: #219ebc;
}
.white, button, .button, button:hover, .button:hover, .wp-caption{
	color: #fff;
}

h1, h2, h3, h4, h5, blockquote {
	font-family: 'Lora', serif;
}

/********************************/
.fade-carousel {
    position: relative;
    height: 100%;
}
.fade-carousel .carousel-inner .item {
    height: 100%;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    margin: 0;
    padding: 0;
	color:#fff;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }
}
h1{
font-weight:700;
font-size:58px;
margin-bottom:40px;
}
h2, h2 a{
font-weight:700;
font-size:46px;
margin-bottom:20px;
}
h3{
font-weight:700;
font-size:34px;
margin-bottom:20px;
}
h4{
font-weight:700;
font-size:24px;
margin-bottom:10px;
}
hgroup h1{
letter-spacing:10px;
text-shadow:none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}

.site-header{
padding:20px 0;
}
.site-header .logo {
	display: inline-block;
}
.site-header .logo img{
	max-height: 80px;
	width: auto;
}
.site-header .telephone {
	float: right;
	font-size:140%;
	padding-top: 8px;
	text-align: right;
}
.navigation {
	padding: 15px 0;
}

.warning-message{
background-color:#bf3b4b;
text-align: center;
padding:25px 50px;
}
.warning-message h1{
color:#fff;
margin-bottom: 15px;
letter-spacing: 3px;
}
.warning-message p{
color:#fff;
font-weight: 300;
}
.warning-message a{
color:#fff;
text-decoration:underline;
font-weight:normal;
}
.warning-section{
padding:100px 0px 0px;
}
.introduction-inner h1{
	text-align: center;
	color:#48c3d3;
	margin-bottom: 20px;
}
.introduction-inner {
	padding: 100px 100px 50px;
	text-align: center;
}
.addtoany_list {
	line-height: unset !important;
}
.read-more{
color:#bf3b4b;
font-weight: 700;
}
.carousel-control {
	position: absolute;
	top: 50%;
	bottom: unset;
	left: 0;
	width: auto;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.carousel-control.right{
background-image:none;
right: 25px;
background: #000;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 14px;
}
.carousel-control.left{
background-image:none;
left: 25px;
background: #000;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 14px;
}
.ctas-section{
padding:50px 15px;
}

/* Common style */
figure {
	position: relative;
	overflow: hidden;
	margin: 15px 0%;
	max-height: 480px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width:100%;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure figcaption > a {
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 0em 3em;
	background-color: rgba(58,52,42,0.2);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption p {
 padding: 10px 0 0 0; margin: 0;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color:#fff;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

.latest-news{
background:#bf3b4b;
}
.latest-news{
padding:100px 0px;
margin:50px 0px;
}
.latest-news h1{
text-align:center;
color:#fff;
margin-bottom:40px;
letter-spacing: 2px;
}
.inner-post-content {
	color: #fff;
	text-align: center;
	padding-top: 15px;
}
.inner-post-content h3{
margin-bottom:10px;
color:#fff;
}
.inner-post-content a{
color:#fff;
font-weight:700;
text-decoration:none;
margin-top:10px;
display: inline-block;
}
footer {
	color: #fff;
	padding:70px 0px;
}
.three-cats-section{
padding:50px 15px 30px;
}
.share-this-section {
	text-align: center;
	padding:50px 0px 80px;
}
.list-licon{
display:inline-block;
}
.list-licon .this-label{
	float: left;
	margin-top: 13px;
}
.list-licon ul{
float:left;
list-style:none;
}
.list-licon li{
float:left;
}
.list-licon li a {
	color: #48c3d3;
	font-size: 36px;
	padding: 0px 20px;
	transition: all 0.5s ease;
}
.list-licon li a:hover {
	color: #bf3b4b;
}
.widget-container, footer li{
list-style:none;
}
.container {
	clear:both;
}
footer .widget-title{
color:#fff;
font-weight:700;
font-size:16px;
margin-bottom: 10px;
}
footer a{
color:#fff;
text-decoration:none;
	font-weight: normal;
}
footer a:hover, footer a:focus{
color:#fff;
text-decoration:underline;
}
.twitter-feed{
background-color:#48c3d3;
padding:100px 0px;
}
.twitter-heading {
	text-align: center;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 36px;
}
.ctf-tweet-content {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
.partners-section h1{
text-align:center;
color: #48c3d3;
margin-bottom:30px;
}
.partners-section h3{
	border-top:2px solid #eee;
	padding-top: 60px;
	
}
.partners-section {
	padding: 70px 0;
}
.partners-section ul{
	list-style:none;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.partners-section ul li {
	padding:20px 30px 20px 0;
	text-align: center;
}
.partners-section ul li:last-child {
	padding-right:0;
}
.partners-section ul li img{
	max-width:100%;
	max-height: 100px;
	width: auto;
}
.addressline {line-height: 180%;}

#mega-menu-wrap-primary #mega-menu-primary > li:nth-child(1).mega-menu-item > a.mega-menu-link{
padding-left:10px !important;
padding-right:10px !important
}
.menu-section {
	float: left !important;
}
div.menu ul, ul.menu {
	list-style: none;
}
div.menu ul li, ul.menu li{
	display: inline-block;
	margin: 1px 0;
	padding: 10px 0;
}
div.menu ul li a, ul.menu li a{
	padding: 8px 12px;
	border-radius: 6px;
	color: #fff;
	font-weight: 400;
}
div.menu ul li a:hover, ul.menu li a:hover{
	background: rgba(0, 0, 0, .1) 
}
.top-social-link {
	float: right;
    position: relative;
    z-index: 999999;
}
.top-social-link ul{
	list-style:none;
	margin-top: 0px;
}
.top-social-link ul li{
float:left;
}
.top-social-link ul li a {
	color: #fff;
	font-size: 21px;
	padding: 0px 8px;
	float:left;
	width:40px;
height:40px;
line-height:40px;
text-align: center;
}
.top-social-link ul li a:hover{
background: #41afbd;

border-radius: 50%;
}
.three-cats-section figure figcaption{
font-size:16px;
}

.banner-image {
	height: 500px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-color: rgba(33 158 188 / 0.5);
}
.banner-image .container{
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-start;
}
.banner-image h1{
	color: #fff;
	margin-bottom: 0px;
	padding: 30px 0px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
	width: 70%;
}

.visit-section h1{
color:#48c3d3;
margin-bottom:20px;
}
.red-link {
	color: #bf3b4b;
	font-weight: bold;
	margin-top: 20px;
	float: left;
}
.red-link:hover{
color:#992f3c;
text-decoration:none;
}
.gallery-section {
	padding: 50px 0px;
	width: 100%;
	float: left;
}
.gallery-section h1{
color: #48c3d3;
margin-bottom: 20px;
}
.video-section h1{
color: #48c3d3;
margin-bottom: 20px;
}
.downloads-section h1{
color: #48c3d3;
margin-bottom: 20px;
}
.video-section {
	padding: 50px 0;
	width: 100%;
float: left;
}
.report-list ul{
list-style:none;
}
.report-list ul li{
margin-bottom:10px;
}
.report-list ul li a{
color:#bf3b4b;
font-weight:700;
}
.report-list {
	margin-top: 20px;
}
.report-list ul li a:hover{
text-decoration:none;
color:#992f3c;
}

.commentlist {list-style:none;}
li.comment {padding-bottom:40px;}

.downloads-section {
	padding: 50px 0px;
	width: 100%;
	float: left;
}

.archive .content-area { padding-top:100px;}

thead {
	border: none;
}
table > thead > tr > th, table th{
background: #bf3b4b;
border-bottom: none !important;
color: #fff;
font-weight: 400;
padding: 25px 35px !important;
}
table > tbody > tr > td, table td{
background: #f0f0f0;
border-top: 2px solid #fff !important;
color: #666;
padding: 25px 35px !important;
}
.testimonials {
	padding: 50px 0px;
	width: 100%;
	float: left;
}
.contact-form {
	width: 100%;
	float: left;
}
blockquote {
	background-image: url('../images/quote.png');
	background-position: left 10px;
	background-repeat: no-repeat;
	border-left: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	margin: 0 0 20px 0;
	padding: 0 90px;
	
}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="file"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select {
	height: 70px !important;
	line-height: 1.3;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
	background-color: #fff;
	border-color: #bf3b4b !important;
	box-shadow: 0 1px 1px rgba(191,59,75,.075) inset,0 0 8px rgba(191,59,75,.6) !important;
}
.frm_style_formidable-style.with_frm_style input[type="text"], .frm_style_formidable-style.with_frm_style input[type="password"], .frm_style_formidable-style.with_frm_style input[type="email"], .frm_style_formidable-style.with_frm_style input[type="number"], .frm_style_formidable-style.with_frm_style input[type="url"], .frm_style_formidable-style.with_frm_style input[type="tel"], .frm_style_formidable-style.with_frm_style input[type="phone"], .frm_style_formidable-style.with_frm_style input[type="search"], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single{
border-width: 2px !important;
font-size: 18px !important;
color:#333333 !important;
font-family:'Poppins', sans-serif !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.frm_button_submit, input#submit.submit {
	background: #bf3b4b !important;
	border: none !important;
	border-radius: 4px;
	color: #fff !important;
	font-family:'Poppins', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400;
	padding: 15px 25px !important;
	text-transform: uppercase;
}
.frm_button_submit:hover, input#submit.submit:hover {
	background:#992f3c !important;
}

.content-area {
	padding: 70px 0 0 0;
	line-height: 2;
	width: 100%;
	float: left;
}
.content-area ul{
list-style:none;
}
.content-area ul, .content-area ol{
margin: 15px 0px;
}
.content-area ul li {
	background-position:left 8px;
	background-repeat: no-repeat;
	padding-left: 25px;
	list-style: none;
}
.content-area ul li, .content-area ol li{
	margin-bottom: 10px;
}
.content-area ul li:before {
  content: "\f111"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free", FontAwesome, 'FontAwesome';
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
}
.content-area ol li {list-style-position:inside;
}
.content-area h2, .content-area h3{
/*margin-top:30px;*/
}
.content-area img.dropshadow, .content-area img.dropshadow, .content-area .dropshadow{
	box-shadow: 9px 9px 0px #a6d8e4;
	margin-bottom: 30px;
}
.content-area img {max-width:100%; height:auto;}
.wp-caption {max-width:100% !important;}
.wp-caption p{padding: 5px 20px;}

.ctf-tweets{
text-align:center;
}
.ctf-tweet-actions{
display:inline-block;
}
.fade-carousel .carousel-inner .item.active .hero{
opacity:0;
}
.loaded-animation--complete.fade-carousel .carousel-inner .item.active .hero{
opacity:1;
webkit-transition: opacity 1.5s, top 1s;
-moz-transition: opacity 1.5s, top 1s;
-o-transition: opacity 1.5s, top 1s;
transition: opacity 1.5s, top 1s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	background: transparent !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu{
padding-top:15px !important;
}
ul.mega-sub-menu a{line-height: normal !important; padding-top:7px !important; padding-bottom:7px !important;}
.full-section{
width:100%;
float:left;
position:relative;
}
.visit-section {
	width: 100%;
	float: left;
}
.table-section {
	width: 100%;
	float: left;
}
.scroll-down {
	background: #000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	bottom: 50px;
	opacity: 0.5;
	position: absolute;
}
.scroll-down:hover{
opacity: 1;
color:#fff;
}
.content-area p, .introduction-inner p{
margin-bottom:20px;
}

#comments {clear: both; padding-top: 25px;}
#comments label{
width:100%;
}
#comments [type="text"], #comments [type="email"]{
border-radius: 4px;
padding: 6px 10px;
font-weight: 400;
border: 2px solid #ccc !important;
font-size: 18px !important;
color: #333333 !important;
font-family: 'Poppins', sans-serif !important;
padding-left: 20px !important;
padding-right: 20px !important;
background-color: #fff;
width: 100%;
}
#comments .comment-form-cookies-consent  label{
width:auto;
}
#comments textarea{
height:120px;
border-radius: 4px;
padding: 6px 10px;
font-weight: 400;
border: 2px solid #ccc !important;
font-size: 18px !important;
color: #333333 !important;
font-family: 'Poppins', sans-serif !important;
padding-left: 20px !important;
padding-right: 20px !important;
background-color: #fff;
width: 100%;
}
#comments [type="text"]:focus ,#comments [type="email"]:focus{
border: 2px solid #bf3b4b !important;
box-shadow: 0 1px 1px rgba(191,59,75,.075) inset,0 0 8px rgba(191,59,75,.6) !important;
}
#comments textarea:focus{
border: 2px solid #bf3b4b !important;
box-shadow: 0 1px 1px rgba(191,59,75,.075) inset,0 0 8px rgba(191,59,75,.6) !important;
}
#comments .g-recaptcha {margin-bottom:20px !important;}

.nav-previous {float:left; display:inline-block;}
.nav-next {float:right; display:inline-block;}
#nav-above {display:none;}
#nav-below {border-top: 2px solid #DADADA; padding-top:30px;}
.entry-meta, .entry-utility {display:none;}

/* Accordion */
.ui-accordion { margin-bottom:20px !important; }
.ui-accordion-header { background:#bf3b4b !important; border:0px !important; border-radius:4px !important; color:#fff !important; cursor:pointer; font-family: 'Poppins', sans-serif; font-size:18px; font-weight:400 !important; line-height: normal; margin:0px 0px 2px 0px!important; padding:15px 35px !important; text-transform:uppercase; transition: all 0.5s ease; }
.ui-accordion-header:focus { outline-color: transparent; outline-style: none;}
.ui-accordion-header:hover { background-color: #992f3c !important; color:#fff !important; }
.ui-accordion-header-active { background:#992f3c !important;color:#fff !important; margin:0px !important; }
.ui-accordion .ui-accordion-header .ui-icon {background:url(../images/down-arrow.png)no-repeat 0px 0px !important; display:inline-block; height:14px; left:auto !important; margin:2px 15px 0px 0px; width:15px; }
.ui-accordion .ui-accordion-header-active .ui-icon { background:url(../images/up-arrow.png) 0px 0px no-repeat !important; }
.ui-accordion-content { background:#fff !important; border:0px !important; border-radius:0px !important; color:#666 !important; font-family: 'Poppins', sans-serif; font-size:16px !important; line-height:160% !important; margin:0px !important; padding:0px !important; top:0 !important; }
.ui-accordion-content p:last-child { padding-bottom:0px !important; }
.ui-accordion-content .accordion-inner {background: #f0f0f0; padding:25px 35px 5px 35px; }
.ui-accordion-content .accordion-inner h2:first-child{margin-top:0px; }


/* Team page */
.teamimage { background-size:cover; border-radius:50%; height:280px; width:280px;}
.single-member {align-items:center; clear:both; margin: 10px 0; display:flex;}
.single-member:nth-child(even) { flex-direction: row-reverse; }
.memberimage {}
.membertext {padding:0 40px;}


/* Gallery */
	.gallery {  }
		.gallery-row { display:flex;justify-content:flex-start; }
			.gallery-item { margin:0 40px 40px 0; }
			.gallery-item:last-child { margin-right:0; }


.gallery:after {content:"";display:table;clear:both;}

.gallery .gallery-caption {display:none;}

.gallery .gallery-item img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery .gallery-item img:hover {opacity: 0.8;}

.gallery .gallery-item {float:left; margin:0 2% 1em 0;}

.gallery.gallery-columns-1 .gallery-item {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 .gallery-item {width:32%;}
.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 .gallery-item {width:49%;}
.gallery.gallery-columns-2 .gallery-item:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 .gallery-item:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 .gallery-item {width:23.5%;}
.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 .gallery-item {width:18.4%;}
.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 .gallery-item {width:15%;}
.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 .gallery-item {width:12.572%;}
.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 .gallery-item {width:10.75%;}
.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 .gallery-item {width:9.33%;}
.gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* Live Map */
	#giants_live_map { width:100%;height:500px; }

/* Instagram */
	.wpe_instagram { list-style:none;display:flex;align-items:flex-end; }

	/* Responsive */
@media  screen and (min-width: 300px) and (max-width: 500px) {
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
.menu-section {
	/*float: left !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
background: #48c3d3;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu{
padding-top:0px !important;
}
.warning-section {
	padding-top: 50px;
}
.warning-message {
	text-align: center;
	padding: 25px 15px;
}
.introduction-inner {
	padding: 50px 0px 0px;
}
figure.effect-oscar h2{
font-size:21px;
}
figure figcaption {
	font-size: 12px;
}
figure.effect-oscar figcaption{
padding: 0em 1em;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}
.three-cats-section figure figcaption {
	font-size: 12px;
}
.partners-section ul {
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
}
.partners-section ul li {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
footer{
text-align:center;
padding: 50px 0px;
}
footer .col-md-3{
margin-bottom:25px;
}
footer .col-md-3:last-child{
margin-bottom:0px;
}
.second-post-hide{
display:none;
}
.ctas-section {
	padding: 25px 0px;
}
.three-cats-section {
	padding: 25px 0px;
}
.list-licon li a {
	font-size: 24px;
	padding: 0px 8px;
}
.list-licon span {
	float: left;
	margin-top: 6px;
}
#sb_instagram.sbi_col_9 #sbi_images .sbi_item{
width:33.33% !important;
}
#sb_instagram.sbi_col_9 #sbi_images .sbi_item a{
height:100px !important;
}

.twitter-feed{
text-align:center;
}
.latest-news{
text-align:center;
margin:25px 0px;
padding:50px 0px;
}
.share-this-section {
	text-align: center;
	padding: 24px 0px 55px;
}
blockquote{
padding-right: 0;
background-size: 40px;
padding-left: 50px;
line-height: 1.7;
}
.a2a_kit .a2a_svg{
width: 30px !important;
line-height: 30px !important;
height: 30px !important;
}
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0 !important;
}
.frm_style_formidable-style.with_frm_style textarea{
margin-bottom:10px !important;
}
.content-area ul li{
line-height: 1.3;
}
.ctas-section figure{
max-height: 170px;
}
.partners-section {
	padding: 50px 0 20px;
}
.twitter-feed {
	padding: 50px 0px;
}
.ctf-tweet-content{
font-size:16px;
}
#ctf.ctf-narrow .ctf-tweet-actions {
	float: none !important;
}
.content-area{
padding-bottom:25px;
}
	.site-header .telephone { float: none; font-size:100%; text-align:center; }
	.banner-image { height: 250px; margin: 1px 0px 0px 0px; }
	.banner-image h1 { width:100% }
	.container {text-align: center;}
	.hide-for-mobile {display:none;}
	
	.single-member, .single-member:nth-child(even) {flex-direction:column;  margin: 30px 0;}
	.membertext {padding:0 20px;}
	
}

@media  screen and (min-width: 501px) and (max-width: 767px) {
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
.menu-section {
	/*float: left !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
background: #48c3d3;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu{
padding-top:0px !important;
}
.warning-section {
	padding-top: 50px;
}
.warning-message {
	text-align: center;
	padding: 25px 15px;
}

.introduction-inner {
	padding: 50px 0px 0px;
}
figure.effect-oscar h2{
font-size:21px;
}
figure figcaption {
	font-size: 12px;
}
figure.effect-oscar figcaption{
padding: 0em 1em;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}
.three-cats-section figure figcaption {
	font-size: 12px;
}
.partners-section ul {
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
}
.partners-section ul li {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
footer{
padding: 50px 0px;
}
footer .col-md-3{
margin-bottom:25px;
}
footer .col-md-3:last-child{
margin-bottom:0px;
}
.second-post-hide{
display:none;
}
.ctas-section {
	padding: 25px 0px;
}
.three-cats-section {
	padding: 25px 0px;
}
.list-licon li a {
	font-size: 24px;
	padding: 0px 8px;
}
.list-licon span {
	float: left;
	margin-top: 6px;
}
#sb_instagram.sbi_col_9 #sbi_images .sbi_item{
width:33.33% !important;
}
#sb_instagram.sbi_col_9 #sbi_images .sbi_item a{
height:100px !important;
}
.twitter-feed{
text-align:center;
}
.latest-news{
text-align:center;
margin: 25px 0px;
padding: 50px 0px;
}
blockquote{
padding-right: 0;
}
.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0 !important;
}
.frm_style_formidable-style.with_frm_style textarea{
margin-bottom:10px !important;
}
.partners-section {
	padding: 50px 0 20px;
}
.twitter-feed {
	padding: 50px 0px;
}
.ctf-tweet-content{
font-size:16px;
}
#ctf.ctf-narrow .ctf-tweet-actions {
	float: none !important;
}
.share-this-section {
    text-align: center;
    padding: 24px 0px 55px;
}
.list-licon .this-label {
	margin-top: 20px;
}
.content-area{
padding-bottom:25px;
}
	.site-header .telephone { float: none; font-size:100%; text-align:center; }
	.banner-image { height: 250px; margin: 1px 0px 0px 0px; }
	.banner-image h1 { width:100% }
	.container {text-align: center;}
	.hide-for-mobile {display:none;}
}

@media  screen and (min-width: 768px) and (max-width: 991px) {
body{
font-size:14px;
}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
.menu-section {
	/*float: left !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
background: #48c3d3;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu{
padding-top:0px !important;
}
figure.effect-oscar figcaption::before {
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
}
figure{
max-height: 178px;
}
figure figcaption{
font-size:14px;
}
.three-cats-section figure figcaption {
	font-size: 12px;
}
.three-cats-section figure.effect-oscar:hover h2{
margin: 10% 0 10px 0;
}
figure.effect-oscar figcaption{
padding: 0em 1em;
}
#ctf.ctf-narrow .ctf-tweet-actions {
	float: none !important;
}

	.banner-image { height: 250px; margin: 1px 0px 0px 0px; }
}

@media  screen and (min-width: 992px) and (max-width: 1299px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
margin: 0 14px 0 0 !important;
}
h1{
font-size:36px;
}
h2{
font-size:30px;
}
h3{
font-size:24px;
}
figure{
max-height: 235px;
}
.three-cats-section figure.effect-oscar:hover h2{
margin: 15% 0 10px 0;
}
figure.effect-oscar figcaption::before {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
figure.effect-oscar figcaption{
padding: 0em 1em;
}
figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.three-cats-section figure figcaption {
	font-size: 14px;
}
}
	
@media only screen and (max-width : 365px) {
			/* Smartphone (Portrait) */
}
@media only screen and (min-width : 365px) and (max-width : 645px) {
			/* Smartphone (Landscape) */
}
@media only screen and (min-width : 645px) and (max-width : 850px) {
			/* Tablet (Portrait) */
}
@media only screen and (min-width : 850px) and (max-width : 1190px) {
			/* Tablet (Landscape) */
}
	
	
/* IE Bugs */
	