/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
a:focus{
	outline: 0 !important;
}
.header-left{
	text-align: left;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Rubik', sans-serif;
}
p, a{
	font-family: 'Roboto', sans-serif;
}
.header-right a{
	font-family: 'Rubik', sans-serif;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 10px;
	display: inline-block;
}
.header-right a:hover{
	text-decoration: none;
	color: #5a5a5a;
}
.header-right a.donate-button{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 21px;
	font-weight: 500;
	padding: 15px 25px;
	background-color: #fd811c;
	margin-top: 10px;
	margin-right: 3px;
}
.fl-page-nav-wrap{
	border-width: 1px;
	border-color: #bbbbbb;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
}
.fl-page-nav-centered .fl-page-nav ul.navbar-nav > li{
	float: left;
}
.fl-page-nav-centered .fl-page-nav ul.navbar-nav > li{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	padding: 0px 10px;	
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	width: calc(100% / 6);
}
.fl-page-nav-wrap .navbar-nav li > a{
	/*padding: 5px 68px;*/
	width: 100%;
	font-family: 'Rubik';
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	border-right: 1px solid #bbbbbb;
}
.fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a, .fl-page-nav-wrap .navbar-nav li.current-menu-item > a{
	color: #393939;
}
.fl-page-nav-wrap .navbar-nav li:hover{
	background-color: #00b6f2;
}
.fl-page-nav-wrap .navbar-nav > li:hover > a{
	border-right: 0px;
	color: white;
}
.fl-page-nav-centered .fl-page-nav ul.navbar-nav > li:last-child a{
	border-right: 0px !important;
}
.fl-page-nav-centered .fl-page-nav ul.sub-menu{
	width: 100%;
}
.fl-page-nav ul li{
	position: unset;
}
#menu-page-pages{
	position: relative;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu {
    left: 0px;
}
.fl-page-nav ul.sub-menu{
	border-top: 0px;
	box-shadow: unset;	
	background-color: #00b6f2;
	padding: 15px 25px;
	column-count: 4;
	-webkit-column-count: 4;
	-mos-column-count: 4;
    column-fill: balance;
    -mos-column-fill: balance;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-rule-color: #ffffff;
    -webkit-column-rule-color: #ffffff; 
    -moz-column-rule-color: #ffffff; 
    column-rule-style: solid;
    -webkit-column-rule-style: solid; 
    -moz-column-rule-style: solid; 
    column-rule-width: 1px;
    -webkit-column-rule-width: 1px; 
    -moz-column-rule-width: 1px; 
}
.fl-page-nav ul.sub-menu li a{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	/*border-right: 1px solid white !important;*/
}
.fl-page-nav ul.sub-menu li{
	display: inline-block;
	width: 100%;
	text-align: left;
}
.fl-page-nav ul.sub-menu li a:hover{
	color: white;
	text-decoration: underline;
}
.fl-page-footer{
	background-color: #00b7ef;
}
.fl-page-footer-text-1{
	display: table;
	width: 100%;
}
.fl-page-footer-text-2{
	height: 80px;
	vertical-align: middle;
	display: table-cell;
	padding-bottom: 0px;
	text-align: right;
	width: 100%;
}
.fl-page-footer-text-1 a{
	display: inline-block;
	float: left;
}
.fl-page-footer-text-1 h2{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
}
.fl-page-footer-text-2 {
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
}
div.fl-page-footer-row.row div.col-md-6.col-sm-6.text-right.clearfix{
	display: table;
}
.fl-page-footer{
	border-top: 0px;
}
.widget_nav_menu ul.menu li{
	margin-bottom: 10px;
}
.widget_nav_menu ul.menu li a{
	color: #ffffff;
	font-family: 'Rubik';
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 20px;
	display: inline-block;
}
.widget_nav_menu ul.menu li a:hover{
	text-decoration: none;
}
.widget_nav_menu ul.menu li:first-of-type a{
	color: #ffffff;
	font-family: 'Rubik';
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 20px;
}
#text-2 p a.orange{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0px;
	background-color: #fd811c;
	display: inline-block;
	max-width: 295px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
#text-2 p a.light-blue{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0px;
	background-color: #00b7ef;
	display: inline-block;
	width: 295px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
#text-2 p a.green{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0px;
	background-color: #00db6c;
	display: inline-block;
	max-width: 295px;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
#text-2 p a.orange:hover, #text-2 p a.green:hover, #text-2 p a.light-blue:hover{
	text-decoration: none;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
	width: auto !important;
	display: block;
	float: left;
	padding-right: 60px;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:last-of-type{
	padding-right: 0px;
	margin-right: 3px;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:last-of-type{
	float: right;
}
.fl-page-footer-widgets-container{
	padding-top: 60px;
	padding-bottom: 25px;
}
.top-slider-outter{
	max-width: 1020px;
	display: block;
	margin: 0 auto;
}
#top-slider .carousel-caption h1{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 66px;
	font-weight: 700;
	text-align: left;
	line-height: 66px;
	margin-bottom: 25px;
}
#top-slider .carousel-caption p{
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
	margin-bottom: 25px;
}
#top-slider .carousel-caption a{
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 35px;
	background-color: #00b6f2;
	margin-top: 15px;
	display: inline-block;
	float: left;
}
#top-slider .carousel-caption{
	left: 0px !important;
	right: 0px !important;
    top: 15% !important;
    width: 50% !important;
    padding-left: 8%;
    padding-right: 8%;
}
.carousel-control.left, .carousel-control.right{
	background-image: unset !important;
}
.carousel-control{
	width: 8%;
}
.text_under_slider h2{
	font-family: 'Rubik';
	color: #184ba1;
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.boxOutter, .circleOutter{
	width: 33.3333%;
	display: block;
	float: left;
}
.three-boxes{
	display: table;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
/* 	padding-top: 60px; */
	padding-bottom: 60px;
}
.three-circles{
	display: table;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 40px;
}
.box, .circle{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.hover-box-image{
	position: absolute;
	top: 0px;
	display: none;
}
.hover-circle-image-outter{
	position: absolute;
	top: 0px;
	width: calc(100% - 40px);
}
.circleOutter:first-of-type .circle .hover-circle-image-outter{
	position: absolute;
	top: 0px;
	width: calc(100% - 20px);
}
.circleOutter:last-of-type .circle .hover-circle-image-outter{
	position: absolute;
	top: 0px;
	width: calc(100% - 20px);
}
.hover-circle-image{
	display: none;
}
.box h4{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
}
.box p{
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.box a, .circle a{
	text-align: center;
	/*max-width: 36px;*/
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box-content, .circle-content{
	padding: 15px 20px;
}
.box-content.lightblue{
	background-color: #00b6f2;
}
.box-content.darkblue{
	background-color: #184ba1;
}
.box-content.green{
	background-color: #00db6c;
}
.boxOutter:first-of-type .box, .circleOutter:first-of-type .circle{
	padding-left: 0px;
}
.boxOutter:last-of-type .box, .circleOutter:last-of-type .circle{
	padding-right: 0px;
}
.fl-page-footer-widgets{
	border-top: 0px;
}
.circle h4{
	font-family: 'Rubik';
	color: #184ba1;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
}
.circle p{
	font-family: 'Roboto';
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
.home-blog{
	background-color: #f4f4f4;
}
.circle-content, .box-content{
	position: relative;
}
.circle-content {
	min-height: 220px;
}
.circle-content .arrow-image{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: calc(100% - 40px);
}
.box-content {
	min-height: 215px;
}
.box-content .arrow-image{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: calc(100% - 40px);
}
.home-blog-inner{
	max-width: 1020px;
	display: table;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 75px;
}
.post-news, .post-update{
	width: 37.5%;
	display: block;
	float: left;
}
.blog-image-right{
	width: 25%;
	display: block;
	float: left;
}
.left-side{
	width: 45%;
	float: left;
}
.right-side{
	width: 55%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
.post-image{
	width: 220px;
	height: 280px;
}
.right-side h3{
	font-family: 'Rubik';
	color: #00b7ef;
	font-size: 26px;
	font-weight: 500;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 20px;
}
.right-side h4 a{
	font-family: 'Rubik';
	color: #393939;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px;
}
.right-side p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 24px;
}
.right-side > a{
	font-family: 'Roboto';
	color: #00b7ef;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
a.post-read-more img{
	margin-right: 10px;
}
a.post-read-more:hover{
	text-decoration: none;
}
.blog-image-right a{
	width: 100%;
	display: block;
}
.blog-image-right a img{
	margin: 0 auto;
	display: block;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item{
	background-color: #00b6f2;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item > a{
	color: white !important;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item a{
	border-right: 0px !important;
}
.no-border{
	border-right: 0px !important;
}
#load-more{
	display: none;
}
.endLineBlog{
	width: 100%;
	display: block;
	clear: both;
}
.clear{
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	display: block;
	clear: both;
}
#load-more.show-this-button{
	display: block !important;
}
.post-left{
	width: 50%;
	float: left;
	border-right: 1px solid #bfbfbf;
}
.post-right{
	width: 50%;
	float: left;
}
.post-left .inner-div{
	padding: 0px 65px;
	padding-left: 0px;
}
.post-right .inner-div{
	padding: 0px 65px;
	padding-right: 0px;
}
.post-inner-left div{
	width: 220px;
	height: 280px;
}
.post-inner-left {
	display: block;
	width: 45%;
	float: left;
}
.post-inner-right {
	display: block;
	width: 55%;
	float: left;
	max-width: 310px;
}
.post-inner-right a h2{
	font-family: 'Rubik';
	color: #393939;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-top: 0px;
}
.post-inner-right a:hover{
	text-decoration: none;
}
.post-inner-right p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.inner-div h1{
	font-family: 'Rubik';
	color: #00b7ef;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.blog-content{
	padding-top: 25px;
	padding-bottom: 25px;
}
.post-inner-right a img{
	margin-right: 15px;
}
.show-this-button{
	background-color: white !important;
	border: 0px !important;
	font-family: 'Roboto' !important;
	color: #184ba1 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 25px auto !important;
}
.page-content{
	max-width: 1020px;
	display: block;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.page-content h1{
	font-family: 'Rubik';
	color: #184ba1;
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.page-content h2{
	font-family: 'Rubik';
	line-height: 32px;
	color: #00b6f2;
	font-size: 24px;
	font-weight: 500;
}
.page-content p{
	font-family: 'Roboto';
	line-height: 24px;
	color: #393939;
	font-size: 16px;
	font-weight: 400;
}
.page-content a{
	font-family: 'Roboto';
	line-height: 24px;
	color: #00b6f2;
	font-size: 16px;
	font-weight: 500;
}
.page-content ul{
	padding-left: 0px;
	list-style-type: none;
}
.page-content .page-left ul li:before{
	color: #00b6f2;
    content: "•";
    font-size: 20px;
    margin-right: 5px;
}
.page-content ul li:before{
	color: #00b6f2;
    content: "•";
    font-size: 20px;
    margin-right: 5px;
}
.page-content img{
	margin-bottom: 0px;
	margin-top: 0px;
}
.page-content ul li{
	font-family: 'Roboto';
	line-height: 24px;
	color: #393939;
	font-size: 16px;
	font-weight: 400;
}
.page-content ul li strong{
	font-family: 'Roboto';
	line-height: 24px;
	color: #393939;
	font-size: 16px;
	font-weight: 500;
}
.columns{
	display: table;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.column{
	width: 33.3334%;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.column .column-inner{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.column:nth-of-type(3n+1) .column-inner{
	padding-left: 0px;
}
.column:nth-of-type(3n) .column-inner{
	padding-right: 0px;
}
.column:nth-of-type(3n+1){
	clear: left;
}
.column .column-inner h4{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.column:nth-of-type(3n+1) .column-inner h4 a{
	font-family: 'Rubik';
	width: 100%;
	color: #00b6f2;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.column:nth-of-type(3n+1) .column-inner p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.column:nth-of-type(3n+2) .column-inner h4 a{
	font-family: 'Rubik';
	color: #184ba1;
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
}
.column:nth-of-type(3n+2) .column-inner p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.column:nth-of-type(3n) .column-inner h4 a{
	font-family: 'Rubik';
	color: #00db6c;
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
}
.column:nth-of-type(3n) .column-inner p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.column .column-inner a{
	/*width: 36px;*/
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.column-image{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.column-content{
	max-width: 100%;
	margin: 0 auto;
	min-height: 215px;
	position: relative;
}
.hover-image{
	position: absolute;
	top: 0px;
	height: 240px;
	display: none;
}
.image-arrow{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
.sub-level{
	display: none;
}
ul.level-1, ul.level-2, ul.level-3{
	list-style-type: none;
	padding-left: 5px;
}
/*.toggle{
	float: left;
}*/
.find-out-more{
	background-color: #f4f4f4;
	padding-left: 30px;
	padding-right: 30px; 
	padding-top: 15px;
	padding-bottom: 15px;
}
.find-out-more-header{
	font-family: 'Rubik';
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	padding: 15px 30px;
	background-color: #00b6f2;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.level-1, ul.level-2, ul.level-3{
	margin-bottom: 0px;
}
ul.level-1 a{
	font-family: 'Rubik' !important;
	color: #575757 !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.level-2 a{
	font-family: 'Rubik' !important;
	color: #575757 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
}
ul.level-3 a{
	font-family: 'Rubik' !important;
	color: #575757 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	margin-bottom: 5px;
	display: inline-block;
	margin-top: 5px;
}
.toggle > span{
	font-family: 'Rubik' !important;
	color: #00b6f2 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	margin-right: 10px !important;
	min-width: 10px !important;
	display: inline-block !important;
	cursor: pointer;
}
ul.level-2{
	padding-left: 30px;
}
ul.level-3{
	padding-left: 30px;
}
ul a.current-page{
	/*text-decoration: underline;*/
	color: #00b6f2 !important;
	font-weight: 500 !important;
}
.page-right{
	padding-top: 25px;
}
.content-center{
	max-width: 880px;
	display: block;
	margin: 0 auto;
	/*padding-left: 15px;
	padding-right: 15px;*/
	margin-top: 25px;
	margin-bottom: 25px;
}
.divide{
	border-bottom-width: 1px;
	border-bottom-color: #bbbbbb;
	border-bottom-style: solid;
	width: 100%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-navigation{
	display: table;
	width: 100%;
}
.page-navigation .previous{
	width: 33.3334%;
	float: left;
	display: block;
	text-align: left;
}
.page-navigation .back-link{
	width: 33.3334%;
	float: left;
	display: block;
	text-align: center;
}
.page-navigation .next{
	width: 33.3334%;
	float: left;
	display: block;
	text-align: right !important;	
}
.noClick{
	color: #ccc !important;
}
.noClick:hover{
	text-decoration: none;
}
.fl-page-header-container.container, .fl-page-nav-container.container, .fl-page-footer-widgets-container.container, .fl-page-footer-container.container{
	max-width: 100%;		
}
.fl-page-nav-container.container{
	padding-left: 0px;
	padding-right: 0px;
}
.mobile-top{
	display: none;
}
.mobile-slider{
	display: none !important;
}
.blog h1{
	font-family: 'Rubik';
	color: #184ba1;
	font-size: 32px;
	font-weight: 500;
	line-height: 35px;
}
.blog-content h1{
	font-family: 'Rubik';
	color: #00b7ef;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;	
}
.image_a_tag{
	/*display: inline-block !important;*/
	margin: 0 !important;
}
.header-right a:hover{
	color: #00b6f2;
}
a.donate-button:hover{
	color: white;
}
a.blog-read-more:hover{
	color: #184ba1;
}
.hover-img{
	display: none;
}
.unhovered .unhover-img{
	display: inline-block;
}
.unhovered .hover-img{
	display: none;
}
.hovered .hover-img{
	display: inline-block;
}
.hovered .unhover-img{
	display: none;
}
.content-left h3{
	font-family: 'Rubik';
	color: #00b7ef;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content-left h1{
	margin-top: 10px;
	margin-bottom: 5px;
}
.content-left h5{
	font-family: 'Rubik';
	color: #393939;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.content-left{
	display: block;
	width: 70%;
	float: left;
	padding-right: 60px;
	border-right: 1px solid #bfbfbf;
}
.content-right{
	display: block;
	width: 30%;
	float: left;
	padding-left: 60px;
}
.content-right h4{
	font-family: 'Rubik';
	color: #00b7ef;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.content-right ul{
	list-style-type: none;
	padding-left: 0px;
}
.content-right ul li a{
	font-family: 'Roboto';
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.content-right ul li a:hover{
	color: #00b7ef;
	text-decoration: none;
}
.single .page-content{
	display: table;
	padding-top: 40px;
	padding-bottom: 40px;
}
.current-post{
	font-weight: 500 !important;
}
.reviews{
	display: table;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.review{
	width: 25%;
	display: block;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.review .review-inner{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.review:nth-of-type(3n+1) .review-inner{
	padding-left: 0px;
}
.review:nth-of-type(3n) .review-inner{
	padding-right: 0px;
}
.review:nth-of-type(3n+1){
	clear: left;
}
.review .review-inner h4{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.review .review-inner h4 a{
	font-family: 'Rubik';
	width: 100%;
	color: #00b6f2;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.review .review-inner p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.review .review-inner a{
	/*width: 36px;*/
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.review-image{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.review-content{
	max-width: 100%;
	margin: 0 auto;
	min-height: 255px;
	position: relative;
}
.review .image-arrow{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}
.review .image-arrow:hover{
	text-decoration: none;
	color: #184ba1;
}
.review .image-arrow img{
	margin-right: 20px;
}
.page-template-tpl-review-details h2{
	margin-top: 0px;
}
.page-template-tpl-review-details h1{
	margin-bottom: 40px;
}
.page-template-tpl-review-details .content-full{
	padding-bottom: 40px;
}
.review-content h4 a:hover{
	color: #184ba1;
}
.content-main p img{
	margin-bottom: 15px;
}
/*resize size to 80%*/
header div.fl-page-header-wrap div.fl-page-header-container div.fl-page-header-row.row div.header-left a img{
	height: auto;
    left: -32px;
    position: relative;
    width: 320px;
}
.next-line a img{
	width: 40px;
}
.header-right a.donate-button{
	font-size: 17px;
	padding: 12px 20px;
}
.fl-page-header-container {
    padding-bottom: 24px;
    padding-top: 24px;
}
.fl-page-nav-centered .fl-page-nav ul.navbar-nav > li{
	padding-top: 10px;
	padding-bottom: 10px;
}
.fl-page-nav .navbar-nav li > a{
	padding: 12px;
	font-size: 16px;
}
#top-slider .carousel-caption h1{
	font-size: 53px;
	line-height: 53px;
}
#top-slider .carousel-caption a{
	padding: 12px 28px;
	font-size: 16px;
}
.text_under_slider h2{
	font-size: 29px;
}
#top-slider .carousel-caption{
	top: 5% !important;
	width: 55% !important;
}
.text_under_slider h2{
	margin-top: 24px;
	margin-bottom: 24px;
}
.post-image{
	height: 224px;
	width: 176px;
}
.blog-image-right a img{
	width: 224px;
	height: auto;
}
.right-side h3{
	margin-bottom: 10px;
	font-size: 24px;
}
.home-blog-inner{
	padding-top: 60px;
	padding-bottom: 60px;
}
.boxOutter:nth-of-type(2) .box, .circleOutter:nth-of-type(2) .circle{
	padding-left: 10px;
	padding-right: 10px;
}
.box h4{
	font-size: 22px;
	line-height: 28px;
}
.box p{
	font-size: 16px;
	line-height: 25px;
}
.circle p{
	font-size: 16px;
}
.box-content, .circle-content{
	padding-left: 15px;
	padding-right: 15px;
}
.arrow-image img, a.post-read-more img{
	width: 29px;
	height: auto;
}
.circle-content{
	min-height: 250px;
}
.hover-circle-image-outter{
	width: calc(100% - 20px);
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
	padding-right: 45px;
}
#text-2 p a.orange, #text-2 p a.light-blue, #text-2 p a.green{
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 255px;
}
.fl-page-footer-widgets-container {
    padding-bottom: 16px;
    padding-top: 48px;
}
.fl-widget{
	margin-bottom: 32px;
}
.fl-page-footer-text-1 a img{
	width: 260px;
	height: auto;
}
.fl-page-footer-container, .fl-page-footer-text{
	padding-top: 16px;
}
.right-side p{
	font-size: 15px;
}
.hover-image{
	height: 200px;
}
.column-content{
	min-height: 275px;
}
.review{
	width: 33.3334%;
}
.post-inner-left div{
	width: 176px;
	height: 224px;
}
.post-inner-right{
	height: 224px;
	position: relative;
}
.post-inner-right .blog-read-more {
	position: absolute;
	bottom: 10px;
}
.hover-img, .unhover-img{
	width: 29px;
	height: auto;
}
.find-out-more-header{
	padding-left: 24px;
	padding-right: 24px;
}
.find-out-more{
	padding-left: 24px;
	padding-right: 24px;
}
ul.level-2{
	padding-left: 24px;
}
.fl-page-header-container{
	padding-top: 0px;
	padding-bottom: 0px;
}
.header-right a.donate-button{
	margin-top: 0px;
	margin-left: 20px;
}
.header-right p span.next-line{
	display: block;
	clear: left;
	float: right;
	margin-top: 50px;
}
a.tel-header{
	font-family: 'Rubik';
	color: #1a4e9e;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-right: 15px;
}
span.member-border a{
	font-family: 'Rubik';
	color: #1a4e9e;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
span.member-border i{
	font-size: 18px;
	color: #1a4e9e;
}
span.member-border{
	border-width: 1px;
	border-color: #1a4e9e;
	border-style: solid;
	padding: 10px 15px;
	border-radius: 25px;
	margin-right: 15px;
}
.header-right a{
	padding-top: 0px;
	padding-bottom: 0px;
}
.page-template-tpl-children .single-post-content{
	width: 50%;
	display: block;
	float: left;
}
.page-template-tpl-children .single-post-content-inner{
	padding-right: 65px;
}
.page-template-tpl-teen .single-post-content{
	width: 50%;
	display: block;
	float: left;
}
.page-template-tpl-teen .single-post-content-inner{
	padding-right: 65px;
}
.page-template-tpl-adult .single-post-content{
	width: 50%;
	display: block;
	float: left;
}
.page-template-tpl-adult .single-post-content-inner{
	padding-right: 65px;
}
.page-template-tpl-research .single-post-content{
	width: 50%;
	display: block;
	float: left;
}
.page-template-tpl-research .single-post-content-inner{
	padding-right: 65px;
}
#paupress #tschuss{
	margin-top: 30px;
}
#paupress #tschuss p{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
}
#paupress #tschuss h1{
	font-family: 'Rubik';
    color: #184ba1;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#paupress #tschuss h2{
	font-family: 'Rubik';
    line-height: 32px;
    color: #00b6f2;
    font-size: 24px;
    font-weight: 500;
}
.paupress-label{
	text-align: left;
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.paupress-field{
	text-align: left;
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
}
#_pp_form_login .paupanels-form{
	max-width: 500px;
	margin: 30px auto;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#_pp_form_login .paupanels-form .pp-continue{
	margin-top: 30px;
}
#paupress .paupanels-form{
	max-width: 500px;
	margin: 30px auto;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
#paupress .paupanels-form .pp-continue{
	margin-top: 30px;
}
#paupanels-wrapper input[type="submit"].button{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
}
#paupanels-wrapper input[type="submit"].button:hover{
	background-color: #184ba1;
}
#_pp_form_login .paupanels-form .pp-continue .pp-rel-switch{
	padding-left: 20px;
	padding-right: 10px;
	font-family: 'Roboto';
    line-height: 24px;
    color: #00b7ef;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
#_pp_form_login .paupanels-form .pp-continue .pp-return{
	padding-left: 20px;
	padding-right: 10px;
	font-family: 'Roboto';
    line-height: 24px;
    color: #00b7ef;
    font-size: 16px;
    font-weight: 400;
}
#paupress .paupanels-form .pp-continue .pp-rel-switch{
	padding-left: 20px;
	padding-right: 10px;
	font-family: 'Roboto';
    line-height: 24px;
    color: #00b7ef;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
#paupress .paupanels-form .pp-continue .pp-return{
	padding-left: 20px;
	padding-right: 10px;
	font-family: 'Roboto';
    line-height: 24px;
    color: #00b7ef;
    font-size: 16px;
    font-weight: 400;
}
.member-application-link{
	padding-left: 10px;
	padding-right: 20px;
	font-family: 'Roboto';
    line-height: 24px;
    color: #00b7ef;
    font-size: 16px;
    font-weight: 400;
}
.member-application-link:hover{
	text-decoration: none;
}
h1.fl-post-title{
    font-family: 'Rubik';
    color: #184ba1;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#paupanel #form-msg, #paupanel #tschuss, #paupanel .tschuss, #paupanel #content-instructions{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 p{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 h1{
	font-family: 'Rubik';
    color: #184ba1;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 h2{
	font-family: 'Rubik';
    line-height: 32px;
    color: #00b6f2;
    font-size: 24px;
    font-weight: 500;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 ul li{
	padding: 0px;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 .inside{
	padding: 0px;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 label{
	text-align: left;
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 500;
}
.wrap_address_one_2 .paupress-label{
	display: none;
}
#pass2register, #pass1register{
	width: 100%;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 .pp-continue .meta-item{
	max-width: 500px;
    float: left;
    display: block;
    clear: both;
    width: 100%;
}
#_pp_form_bf8af97ade73119c21431d5a4d599b41 .paupanels-form .pp-continue input[type="submit"].button{
	margin-top: 25px;
	display: block;
	clear: both;
	float: right;
}
.paupanels-form .pp-continue input[type="submit"].button{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
.paupanels-form .pp-continue input[type="submit"].button:hover{
	background-color: #184ba1;
}
.wrap_please_tick_the_box_below_that_best_matches_your_circumstances ul.paupress li,
.wrap_Comms_preferences ul.paupress li,
.wrap_review_magazine ul.paupress li,
.wrap_membership_renewal ul.paupress li,
.wrap_events ul.paupress li,
.wrap_Txt_reminders ul.paupress li,
.wrap_membership_type ul.paupress li,
.wrap_membership_period ul.paupress li,
.wrap_if_accepted_for_membership_I_we_undertake_to_be_bound_by_the_Constitution_of_the_Cerebral_Palsy_Society_of_New_Zealand_Inc ul.paupress li
{
	float: left;
    display: inline-block;
    margin-right: 20px;
    clear: none;
}
#paupress .profile-navigation .paupanels-form{
	width: 100%;
	max-width: 100%;
}
.pp-block .inside, #paupanels-wrapper .inside{
	padding: 0px;
}
li.meta-item{
	padding: 0px;
}
.paupress-field.pp-left{
	width: 100% !important;
}
/*.pp-profile-actions{
	display: none;
}*/
.pp-profile-action {
    float: right;
    position: relative;
    top: 40px;
}
.pp-profile-actions .pp-block-action-list{
	right: -240px;
}
#pp-profile-subscriptions-list{
	width: 345px !important;
}
#pp-profile-type, #pp-profile-email{
	display: none;
}
.profile-nav-links a {
    padding-bottom: 1px;
}
a.pmt.on{
	display: none;
}
#paupress a.nav-tab{
	font-size: 25px;
	color: #00b7ef;
	margin-right: 20px;
}
#paupress a.nav-tab:hover{
	text-decoration: none;
	margin-right: 20px;
}
#paupress a.nav-tab-active{
	font-size: 25px;
	color: #fd811c;
}
div.profile-nav-links a.nav-tab:hover{
	border-bottom: 5px solid #00b7ef !important;
}
div.profile-nav-links a.nav-tab.nav-tab-active{
	border-bottom: 5px solid #fd811c !important;
}
div.profile-nav-links a.nav-tab.nav-tab-active:hover {
	border-bottom: 5px solid #fd811c !important;
}
#pp-profile-date .pp-view-public{
	display: none;
}
.page-template-tpl-login .fl-content.col-md-12 article{
	max-width: 500px;
	margin: 0 auto;
	display: block;
}
.page-template-tpl-login .fl-content.col-md-12 .fl-post-header{
	padding-left: 20px;
	padding-right: 20px;
}
#_pp_form_login #tschuss{
	padding-left: 20px;
	padding-right: 20px;
}
#paupanels-wrapper .pp-container{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#paupress .paupanels-form{
	padding-left: 0px;
	padding-right: 0px;
}
.page-template-tpl-normal div.fl-page-content div.page-content div.row div.page-left ul li{
	color: #393939;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
}
.page-template-tpl-normal div.fl-page-content div.page-content div.row div.page-left ol li {
	color: #393939;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.page-template-tpl-normal div.fl-page-content div.page-content div.row div.page-left ol {
	padding-left: 20px;
}
.page-content .page-left ul li::before{
	margin-right: 0;
    position: absolute;
    left: 20px;
}
.page-content .page-right ul li::before{
	content: none;
}
.page-content ul {
	padding-left: 20px;
	position: relative;
}
.page-content ul li::before{
	margin-right: 0;
    position: absolute;
    left: 0px;
}
.paucontent-login{
	padding: 5%;
}
.paucontent-login a.pp-button.pp-return{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
a.pp-cart-ajax{
	margin-right: 30px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-bottom: 25px !important;
}
.page-template-default .fl-post-content, .page-template-default h1.fl-post-title{
	padding-left: 20px;
	padding-right: 20px;
}
.paupay.button.selected{
	padding: 5px 25px 5px 30px !important;
}
#paupay-cart-form{
	max-width: 600px !important;
}
#paupay-cart-form a.paupay-item-title{
	color: #000 !important;
	font-weight: 700 !important;
}
.pauf-press #paupay-cart-data .span-2{
	margin-top: 7px;
}
.pauf-press #paupay-cart-data .pp-cart-amount-select, .pauf-press #paupay-cart-data .cart-field{
	height: 20px !important;
}
.pauf-press #paupay-cart-data .cart-field.pp-cart-amount-selected.pp-cart-amount-open{
	margin-top: 10px !important;
	width: 70px !important;
}
.pauf-press #paupay-cart-data #update-button{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
.pauf-press #paupay-cart-data #checkout-button{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
#paupay-cart-form #column_1_holder, #paupay-cart-form #column_2_holder, #paupay-cart-form .column_holder, #paupay-cart-form .column-holder{
	width: 100%;
}
#column_1, #column_2{
	padding-left: 0px;
}
#stripe-submit{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
.paupay-tabs{
	padding-left: 0px !important;
}
.page-template-tpl-form .wrap_039dec2a5510fd96a1a8594f67c11d4c ul.paupress li, 
.page-template-tpl-form .wrap_cc9050402d2e7ead127819c6c0fac059 ul.paupress li,
.page-template-tpl-form .wrap_295de40a7afe43cc38469548a205bd72 ul.paupress li,
.page-template-tpl-form .wrap_7fb2f38d4dc8735dbd1f3ad5fe87a59a ul.paupress li,
.page-template-tpl-form .wrap_0fceeba6f5438586ec3795501b3fc2cb ul.paupress li,
.page-template-tpl-form .wrap_af4fb21145adebf532a67cf35d5a6873 ul.paupress li,
.page-template-tpl-form .wrap_fe4882db0452bd167433a91858c8ec15 ul.paupress li,
.page-template-tpl-form .wrap_b2f227c3897616db48b8c7687a5ea316 ul.paupress li,
.page-template-tpl-form .wrap_efea22de72f2708c1fd7acda9c959b9c ul.paupress li,
.page-template-tpl-form .wrap_0a594b71060333211c8db7aa9514607c ul.paupress li,
.page-template-tpl-form .wrap_98bb35f438449c6d27b0c6345b60acb5 ul.paupress li,
.page-template-tpl-form .wrap_39def893c32707d679d459e9ef715ed9 ul.paupress li,
.page-template-tpl-form .wrap_45f0293ccf00f7b78ed53e5f6e3748c6 ul.paupress li,
.page-template-tpl-form .wrap_22f21b96903696cbef500dda0532900f ul.paupress li,
.page-template-tpl-form .wrap_832944051f0d36c3498fefb672069884 ul.paupress li,
.page-template-tpl-form .wrap_2fac2564ecae07403d739764bfae1b69 ul.paupress li,
.page-template-tpl-form .wrap_9788500a76794172482cf8670679d8f6 ul.paupress li,
.page-template-tpl-form .wrap_e8fe3c78ac801decf4581c8956c9d371 ul.paupress li
{
	clear: none;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.page-template-tpl-form div.pp-block div.inside h3.pp-block-label.pp-top{
    color: #00b6f2;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 0px;
}
.page-template-tpl-form div.pp-block div.inside > span.paupress-label.pp-top > br{
	display: none;
}
.page-template-tpl-form div.pp-block div.inside > span.paupress-label.pp-top{
	margin-bottom: 0px;
	margin-top: 0px;
}
#_pp_form_7e06ea25d0deab47a6d3e77bcd93b7a2_form .pp-continue .meta-item,
#_pp_form_76a91a2e0276e1ab8326b0e040c46c8c_form .pp-continue .meta-item,
#_pp_form_5f79c2cefc587496f4c46e07f71aafa1_form .pp-continue .meta-item
{
    clear: both;
    display: block;
    float: left;
    max-width: 500px;
    width: 100%;
}
#_pp_form_7e06ea25d0deab47a6d3e77bcd93b7a2_form.paupanels-form .pp-continue input.button[type="submit"], 
#_pp_form_76a91a2e0276e1ab8326b0e040c46c8c_form.paupanels-form .pp-continue input.button[type="submit"],
#_pp_form_5f79c2cefc587496f4c46e07f71aafa1_form.paupanels-form .pp-continue input.button[type="submit"] 
{
    clear: both;
    display: block;
    float: right;
    margin-top: 25px;
}
#pp-profile-accounts{
	display: none;
}
.page-content .page-right ul{
	list-style-type: none !important;
}
.page-content .page-right ul.level-1{
	padding-left: 0px;	
}
.post-left .alm-load-more-btn, .post-right .alm-load-more-btn{
	visibility: hidden;
}
/*#paupress > div.profile-navigation > div.span-5{
	display: none;
}*/
#paupay-cart-process .column-holder, #paupay-cart-process .column_holder{
	padding: 0px !important;
	margin: 0px !important;
}
.paupay-cart-referrer{
	display: none;
}
.paupay-payment-radios li{
	float: none;
	display: table;
}
.paupay-payment-radios{
	padding-left: 0px;
}
#cart-detail-totals .cart-total-label .paupress-icon.cart-detail-toggle{
	display: none;
}
.page-template-tpl-event-parent-page div.mobmenu-push-wrap div.fl-page div.fl-page-content div.page-content div.columns div.column div.column-inner div.column-content{
	min-height: unset;
}
/*2019 -10-09*/
.page-template-tpl-news h1, .blog h1, .archive h1{
	color: #1B4E9E;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 40px;
}
.category-lists{
	margin-top: 40px;
	margin-bottom: 20px;
}
.category-lists{
	list-style-type: none;
	padding-left: 0px;
}
.category-lists li{
	display: inline-block;
	border-right: 1px solid #D6D6D6;
}
.category-lists li:first-child a{
	padding-left: 0px;
}
.category-lists li:last-child{
	margin-right: 0px;
	border-right: 0px;
}
.category-lists li a{
	padding: 10px 30px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #D6D6D6;
	text-transform: uppercase;
}
.category-lists li a:hover, .category-lists li a:active, .category-lists li a:focus, .category-lists li a.actived{
	text-decoration: none;
	color: #3AA5DC;
}
.news-lists{
	display: table;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.news{
	width: calc(100% / 3);
	display: block;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}
.news h4 a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}
.news h4 a:hover, .news h4 a:active, .news h4 a:focus, .industry h4 a:hover, .industry h4 a:active, .industry h4 a:focus{
	text-decoration: none;
}
.news-meta p{
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
}
.light{
	color: #fff;
	text-transform: uppercase;
}
.divide-line{
	margin-left: 10px;
	margin-right: 10px;
}
.news-inner{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.news:nth-of-type(3n+1){
	clear: both;
}
.overlay-news{
	position: absolute;
	top: 0px;
	width: calc(100% - 40px);
}
.overlay-news-inner{
	position: relative;
	top: 0px;
	width: 100%;
	height: 230px;
	padding: 25px;
}
.overlay-news-inner::before {
    background-color: #3AA5DC;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.news-meta-group{
	position: relative;
	width: 100%;
	height: 100%;
}
.news-meta-group-inner{
	position: absolute;
	bottom: 0px;
	width: 100%；
}
.overlay-news:hover{
	cursor: pointer;
}
/*.overlay-news:hover .overlay-news-inner::before{
	opacity: 0.9;
	-webkit-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}*/
.news-clear {
    padding-bottom: 65px;
}
.news-paginate{
	text-align: right;
}
.news-paginate .page-numbers{
	color: #D6D6D6;
	border-radius: 50%;
	border: 1px solid #D6D6D6;
	width: 28px;
	height: 28px;
	display: inline-block;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 9px;
	margin-right: 5px;
}
.news-paginate .current{
	color: #3AA5DC;
	border: 1px solid #3AA5DC;
}
.news-paginate .page-numbers:hover{
	text-decoration: none;
	color: #3AA5DC;
	border: 1px solid #3AA5DC;
}
.animation-image{
	position: absolute;
	top: 0;
	transition-duration: 1s;
    transition-property: transform;
	transform: translateX(-100%) translateY(100%);
	-webkit-transform: translateX(-100%) translateY(100%);
	opacity: 1;
	height: 230px !important;
	width: 303px !important;
	background-position: right top;
	background-size: cover;
	background-image: url('/wp-content/uploads/2019/10/BlueCurve_NewsPopup-1.svg');
}
.blog .animation-image{
	width: 313px !important;
}
.overlay-news{
	overflow: hidden;
}
.overlay-news:hover .animation-image{
	opacity: 1;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
	transition-duration: 1s;
    transition-property: transform;
}
.overlay-news:hover .overlay-news-inner:before{
	/*background-color: unset;*/
	opacity: 0;
	transition: opacity 1000ms linear;
}
.page-template-tpl-home2019 .page-container{
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-tpl-home2019 .page-heading{
	margin-top: 100px;
	margin-bottom: 100px;
}
.page-template-tpl-home2019 .page-heading h1{
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	color: #3AA5DC;
	font-family: 'Rubik', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	max-width: 795px;
	margin: 0 auto;
}
.page-template-tpl-home2019 .member-services{
	margin-top: 20px;
	margin-bottom: 130px;
}
.page-template-tpl-home2019 .big-container{
	display: table;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-tpl-home2019 .service-title{
	display: block;
	width: 31%;
	float: left;
}
.page-template-tpl-home2019 .service-lists{
	display: block;
	width: calc(69% + 120px);
	float: left;
	margin-left: -120px;
	padding-top: 75px;
}
.page-template-tpl-home2019 .service-title h2{
	font-family: 'Rubik', sans-serif;
	font-size: 38px;
	line-height: 48px;
	color: #1B4E9E;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 155px;
}
.page-template-tpl-home2019 .service-title-inside{
	background-image: url(/wp-content/uploads/2019/10/light-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 360px;
	height: 300px;
	display: table;
	padding-left: 45px;
}
.page-template-tpl-home2019 .service-title-inner{
	display: table-cell;
	vertical-align: middle;
}
.page-template-tpl-home2019 .service{
	width: calc((100% / 3) - 24px);
	display: block;
	float: left;
	padding: 20px;
	min-height: 161px;
	margin-right: 12px;
	margin-left: 12px;
}
.page-template-tpl-home2019 a:nth-of-type(1) .service{
	background-color: #1B4E9E;
}
.page-template-tpl-home2019 a:nth-of-type(2) .service{
	background-color: #ADC6D2;
}
.page-template-tpl-home2019 a:nth-of-type(3) .service{
	background-color: #3AA5DC;
}
.page-template-tpl-home2019 a:nth-of-type(1) .service .service-right{
	width: calc(75% - 10px);
	float: left;
	display: block;
}
.page-template-tpl-home2019 a:nth-of-type(1) .service .service-left{
	width: 25%;
	float: left;
	display: block;
}
.page-template-tpl-home2019 a:nth-of-type(1) .service .service-left img{
	padding-top: 30px;
}
.page-template-tpl-home2019 a:nth-of-type(1) .service .service-arrow{
	float: right;
	display: block;
	padding-top: 50px;
}
.page-template-tpl-home2019 a:nth-of-type(2) .service .service-right{
	width: calc(70% - 10px);
	float: left;
	display: block;
}
.page-template-tpl-home2019 a:nth-of-type(2) .service .service-left{
	width: 30%;
	float: left;
	display: block;
}
.page-template-tpl-home2019 a:nth-of-type(2) .service .service-left img{
	padding-top: 30px;
}
.page-template-tpl-home2019 a:nth-of-type(2) .service .service-arrow{
	float: right;
	display: block;
	padding-top: 50px;
}
.page-template-tpl-home2019 a:nth-of-type(3) .service .service-right{
	width: calc(68% - 10px);
	float: left;
	display: block;
}
.page-template-tpl-home2019 a:nth-of-type(3) .service .service-left{
	width: 32%;
	float: left;
	display: block;
}
.page-template-tpl-home2019 a:nth-of-type(3) .service .service-left img{
	padding-top: 30px;
}
.page-template-tpl-home2019 a:nth-of-type(3) .service .service-arrow{
	float: right;
	display: block;
	padding-top: 50px;
}
.page-template-tpl-home2019 .service .service-right h3{
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 15px;
}
.page-template-tpl-home2019 .service .service-right p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px; 
}
.page-template-tpl-home2019 .support-section h2{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.page-template-tpl-home2019 .support-section p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0px;
}
.page-template-tpl-home2019 .support-section{
	padding-top: 115px;
	padding-bottom: 90px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	background-image: url(/wp-content/uploads/2019/10/BlueCurve_CTA-1.svg);
}
.page-template-tpl-home2019 .support-section a.donate-button{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: white;
	border-radius: 25px;
	padding: 10px 15px;
	background-color: #88C147;
	border: 1px solid #88C147;
	width: 205px;
	display: inline-block;
	margin-right: 45px;
}
.page-template-tpl-home2019 a.support-us{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #88C147;
	padding: 10px 15px;
	border-radius: 25px;
	width: 205px;
	display: inline-block;
	border: 1px solid #88C147;
}
.page-template-tpl-home2019 a.donate-button:hover, .page-template-tpl-home2019 a.support-us:hover{
	text-decoration: none;
}
.page-template-tpl-home2019 a.donate-button:hover{
	border: 1px solid #88C147;
	background-color: transparent;
	color: #88C147;
}
.page-template-tpl-home2019 a.support-us:hover{
	border: 1px solid #88C147;
	background-color: #88C147;
	color: white;
}
.page-template-tpl-home2019 .support-section .button-section{
	text-align: center;
	margin-top: 50px;
}
.page-template-tpl-home2019 .home-news .overlay-news-inner{
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-template-tpl-home2019 .home-news h2{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 48px;
	color: #1B4E9E;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
}
.page-template-tpl-home2019 .home-news{
	padding-top: 120px;
	padding-bottom: 120px;
}
.page-template-tpl-home2019 .home-news .load-more{
	display: block;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	border-radius: 25px;
	color: #3AA5DC;
	border: 1px solid #3AA5DC;
	padding: 10px 15px;
	max-width: 225px;
	margin: 0 auto;
	margin-top: 85px;
}
.page-template-tpl-home2019 .home-news .load-more:hover{
	text-decoration: none;
	background-color: #3AA5DC;
	color: white;
}
.page-template-tpl-home2019 .top-slider-outter{
	/*max-width: 1020px;*/
	background-color: #3AA5DC;
	max-width: 100%;
	display: block;
}
#top-slider{
	max-width: 1120px;
	display: block;
	margin: 0 auto;
}
.page-template-tpl-home2019 #top-slider .carousel-caption{
	top: 0px !important;
	width: 100% !important;
	bottom: 0px !important;
	margin: 0 auto !important;
	display: table !important;
	height: 520px;
}
.top-slider-overlay{
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2019/10/BlueCurve_Header.svg);
	background-size: cover;
	background-position: top right;
	position: absolute;
	top: 0px;
	width: 40%;
	height: 520px;
	left: 0px;
}
.page-template-tpl-home2019 #top-slider .carousel-caption h1{
	font-family: 'Rubik', sans-serif;
	font-size: 38px;
	line-height: 48px;
	color: #fff;
	font-weight: 500;
	margin-top: 0px;
	text-shadow: none !important;
	margin-bottom: 30px;
	max-width: 265px;
}
.page-template-tpl-home2019 #top-slider .carousel-caption p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 30px;
	max-width: 265px;
}
.page-template-tpl-home2019 #top-slider .carousel-caption a{
	display: block;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #3AA5DC;
	text-align: center;
	padding: 10px 15px;
	border-radius: 25px;
	background: #fff;
	text-shadow: none !important;
	width: 200px;
	float: none;
}
.page-template-tpl-home2019 #top-slider .carousel-caption a:hover{
	text-decoration: none;
}
.page-template-tpl-home2019 .top-slider-caption-inner{
	display: table-cell;
	vertical-align: middle;
}
.page-template-tpl-home2019 .swiper-container {
  	overflow: visible;
  	max-width: 1130px;
}
.page-template-tpl-home2019 .swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background:	transparent;
  	max-width: 245px !important;
  	width: 100% !important;
  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
*/    
	display: block;
}
.page-template-tpl-home2019 .event-lists{
	display: block;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.page-template-tpl-home2019 .home-events{
	background-color: rgba(58, 165, 220, 0.11);
	padding-top: 95px;
	padding-bottom: 120px;
}
.page-template-tpl-home2019 .event-lists h2{
	font-family: 'Rubik', sans-serif;
	font-size: 38px;
	line-height: 48px;
	font-weight: 500;
	color: #1B4E9E;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.page-template-tpl-home2019 .event-lists-inner{
	padding-top: 80px;
}
.page-template-tpl-home2019 .swiper-container-horizontal > .swiper-scrollbar{
	top: -2px;
	left: 0px;
	position: relative;
	width: 100%;
	background-color: #fff;
	cursor: ew-resize;
	height: 5px;
}
.page-template-tpl-home2019 .swiper-scrollbar-drag{
	background-color: #3AA5DC;	
	height: 8px;
	position: relative;
	top: -2px;
}
.page-template-tpl-home2019 div.home-events div.event-lists div.swiper-container.event-lists-inner div.swiper-wrapper{
	padding-bottom: 95px;
}
.page-template-tpl-home2019 div.home-events div.event-lists div.swiper-container.event-lists-inner div.swiper-wrapper div.events.swiper-slide h4{
	background-color: white;
	padding: 25px;
	margin: 0;
	text-align: left;
}
.page-template-tpl-home2019 .event-info{
	position: relative;
	top: -25px;
	left: 25px;
}
.page-template-tpl-home2019 div.home-events div.event-lists div.swiper-container.event-lists-inner div.swiper-wrapper div.events.swiper-slide h4 a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	font-family: 'Rubik', sans-serif;
	/*text-align: left;*/
}
.page-template-tpl-home2019 div.home-events div.event-lists div.swiper-container.event-lists-inner div.swiper-wrapper div.events.swiper-slide h4 a:hover{
	text-decoration: none;
}
.page-template-tpl-home2019 div.home-events div.event-lists div.swiper-container.event-lists-inner div.swiper-wrapper div.events:hover h4{
	box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.13);
}
.page-template-tpl-home2019 .event-date{
	position: absolute;
	background-color: #3AA5DC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	right: 0px;
	z-index: 9;
	top: -30px;
	right: 12px;
}
.page-template-tpl-home2019 .event-month, .page-template-tpl-home2019 .event-year{
	font-size: 8px;
	line-height: 13px;
	color: white;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	position: relative;
	bottom: 3px;
}
.page-template-tpl-home2019 .event-day{
	font-size: 18px;
	line-height: 20px;
	color: white;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	display: block;
	position: relative;
	top: 6px;
}
.page-template-tpl-home2019 .service:hover{
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.13);
}
.fl-page-footer-widgets{
	background-color: white;
	padding-top: 80px;
	padding-bottom: 20px; 
}
.widget_nav_menu ul#menu-footer-what-we-do.menu li a{
	color: #393939;
	font-family: 'Rubik';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 24px;
	display: inline-block;
}
.widget_nav_menu ul#menu-footer-what-we-do.menu li a:hover{
	text-decoration: none;
	color: #3AA5DC;
}
.widget_nav_menu ul#menu-footer-cerebral-palsy.menu li a{
	color: #393939;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 20px;
	display: inline-block;
}
.widget_nav_menu ul#menu-footer-cerebral-palsy.menu li a:hover{
	text-decoration: none;
	color: #3AA5DC;
}
.widget_nav_menu ul#menu-footer-cerebral-palsy.menu li:first-of-type a{
	color: #393939;
	font-family: 'Rubik';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 20px;
}
#text-2 p a.orange, #text-2 p a.light-blue, #text-2 p a.green {
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 195px;
    border-radius: 25px;
}
#text-2 p a.orange{
	padding: 10px 0px;
	background-color: transparent;
	display: inline-block;
	max-width: 195px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #ADC6D2;
    border: 1px solid #ADC6D2;
}
#text-2 p a.orange:hover{
	background-color: #ADC6D2;
	color: white;
}
#text-2 p a.light-blue{
	padding: 10px 0px;
	background-color: transparent;
	display: inline-block;
	max-width: 195px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
    color: #1B4E9E;
    border: 1px solid #1B4E9E;
}
#text-2 p a.light-blue:hover{
	background-color: #1B4E9E;
	color: white;
}
#text-2 p a.green{
	padding: 10px 0px;
	background-color: transparent;
	display: inline-block;
	max-width: 195px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
    color: #88C147;
    border: 1px solid #88C147;
}
#text-2 p a.green:hover{
	background-color: #88C147;
	color: white;
}
#text-2 p a.orange:hover, #text-2 p a.green:hover, #text-2 p a.light-blue:hover{
	text-decoration: none;
}
aside#text-3 div.textwidget p a img{
	width: 255px;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container{
	max-width: 1190px;
	width: 100%;
}
.fl-page-footer-text{
	padding-top: 15px !important;
	padding-bottom: 0px !important;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(1){
	width: 35% !important;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(2){
	width: 20% !important;
}
footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(3){
	width: 20% !important;
}
.fl-page-footer-text-2{
	padding-top: 0px !important;
}
.page-template-tpl-home2019 .carousel-control.left{
	background-image: url(/wp-content/uploads/2019/10/Arrow@2x-left.png) !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
	background-position: center !important;
}
.page-template-tpl-home2019 .carousel-control.right{
	background-image: url(/wp-content/uploads/2019/10/Arrow@2x-1.png) !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
	background-position: center !important;
}
.page-template-tpl-home2019 .glyphicon-chevron-left::before, .page-template-tpl-home2019 .glyphicon-chevron-right::before{
	content: '';
}
.home-blue-section{
	background-color: #1B4E9E;
	padding-top: 65px;
	padding-bottom: 65px;
	display: table;
	width: 100%;
}
.blue-left{
	width: 80%;
	float: left;
}
.blue-left h2{
	color: #FFFFFF;
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 48px;
}
.blue-right{
	width: 20%;
	float: left;
}
.blue-right a.donate-button{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: white;
	border-radius: 25px;
	padding: 10px 15px;
	background-color: #88C147;
	border: 1px solid #88C147;
	width: 205px;
	display: inline-block;
	margin-right: 0px;
	text-align: center;
	text-transform: uppercase;
}
.blue-right a.donate-button:hover{
	text-decoration: none;
	border: 1px solid #88C147;
	background-color: transparent;
	color: #88C147;
}
.image-div{
	float: left;
	width: calc(100% / 6) !important; 
	display: block;
}
.images{
	height: 240px !important;
}
/***************/
/* mobile*/
@media(max-width: 1500px){
	.image-div {
	    width: calc(100% / 4) !important;
	}
	.image-div:nth-of-type(5){
		display: none;
	}
	.image-div:nth-of-type(6){
		display: none;
	}
	.images{
		height: 280px !important;
	}
}
@media only screen and (max-width: 1330px){
	.content-left{
		padding-right: 40px;
	}
	.content-right{
		padding-left: 40px;
	}
	.fl-content.col-md-12{
		padding-left: 0px; 
		padding-right: 0px;
	}
	.blog .fl-archive.container, .page-template-tpl-news .fl-archive.container{
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.blog .fl-archive.container .row, .page-template-tpl-news .fl-archive.container .row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.fl-page-header-container.container, .fl-page-footer-widgets-container.container, .fl-page-footer-container.container{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.fl-page-header-container.container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.home-blog, .three-boxes, .three-circles{
		padding-left: 20px;
		padding-right: 20px;
	}
	.post-left .inner-div{
		padding-right: 25px;
	}
	.post-right .inner-div{
		padding-left: 25px;
	}
	.post-inner-right{
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	.column-content{
		min-height: 240px;
	}
	.review{
		width: 33.3334%;
	}
	.review .review-inner{
		max-width: 300px;
		margin: 0 auto;
	}
	.review:nth-of-type(3n+1) .review-inner{
		padding-left: 0px;
	}
	.review:nth-of-type(3n) .review-inner{
		padding-right: 0px;
	}
	/*.review:nth-of-type(4n+1) .review-inner{
		padding-left: 15px;
	}
	.review:nth-of-type(4n) .review-inner{
		padding-right: 15px;
	}*/
	.review:nth-of-type(3n+1){
		clear: left;
	}
	.review:nth-of-type(4n+1){
		clear: unset;
	}
}
@media only screen and (max-width: 1280px){
	.content-left{
		padding-right: 20px;
	}
	.content-right{
		padding-left: 20px;
	}
	.blog-image-right{
		display: none;
	}
	.post-news{
		width: 50%;
	}
	.post-update{
		width: 50%;
	}
	.home-blog-inner{
		max-width: 970px;
		margin: 0 auto;
	}
	.text_under_slider{
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-content{
		min-height: 235px;
	}
	.circle-content{
		min-height: 245px;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		padding-right: 40px;
	}
	#top-slider .carousel-caption h1{
		font-size: 60px;
	}
	.review-left{
		width: auto !important;
	}
	.review-right{
		width: 70% !important;
	}
}
@media only screen and (max-width: 1200px){
	.fl-page-nav ul.sub-menu{
		column-count: 3;
		-webkit-column-count: 3;
		-mos-column-count: 3;
	}
	.post-inner-left div{
		width: 100%;
		max-width: 220px;
		height: 260px;
	}
	.column{
		width: 50%;
	}
	.column:nth-of-type(3n+1){
		clear: none;
	}
	.column:nth-of-type(2n+1){
		clear: left;
	}
	.column:nth-of-type(3n+1) .column-inner{
		padding-left: 15px;
	}
	.column:nth-of-type(3n) .column-inner{
		padding-right: 15px;
	}
	.image-arrow{
		position: relative;
	}
	.blue-left{
		width: 100%;
		display: block;
		clear: both;
	}
	.blue-right{
		width: 100%;
		display: block;
		clear: both;
		text-align: center;
    	margin-top: 35px;
	}
	.blue-left h2{	
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1100px){
	.fl-page-header-row.row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.header-left, .header-right{
		padding-left: 0px;
		padding-right: 0px;
	}
	.fl-page-header-container.container{
		max-width: 1020px !important;
	}
	/*.circle-image{
		width: 280px !important;
		height: 280px !important;
	}
	.hover-circle-image{
		width: 280px !important;
		height: 280px !important;
	}
	.box-content{
		min-height: 265px;
	}
	.circle-content{
		min-height: 265px;
	}*/
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		padding-right: 10px;
	}
	#top-slider .carousel-caption h1{
		font-size: 50px;
		line-height: 50px;	
	}
	#top-slider .carousel-caption p{
		font-size: 25px;
		line-height: 25px;
	}
	#top-slider .carousel-caption{
		width: 55%;
	}
	.post-left .inner-div{
		padding-right: 0px;
	}
	.post-right .inner-div{
		padding-left: 15px;
	}
}
@media only screen and (max-width: 1000px){
	.next-line{
		display: block;
	    float: right;
	    clear: both;
	    width: 100%;
	}
	.find-out-more{
		padding-left: 15px;
		padding-right: 15px;
	}
	.circle-image{
		width: 260px !important;
		height: 260px !important;
	}
	.hover-circle-image{
		width: 260px !important;
		height: 260px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		padding-right: 0px;
	}
	.fl-page-nav .navbar-nav li > a{
		padding-left: 0px; 
		padding-right: 0px;
	}
	.post-inner-left{
		width: 100%;
		display: block;
		float: none;
		max-width: 320px;
		margin: 10px auto;
	}
	.post-inner-right{
		width: 100%;
		display: block;
		float: none;
		max-width: 320px;
		margin: 10px auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.blog-content h1{
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px){
	.images{
		height: 195px !important;
	}
	.news:nth-of-type(3n+1){
		clear: unset;
	}
	.news:nth-of-type(2n+1){
		clear: left;
	}
	.news{
		max-width: 495px;
		margin: 15px auto;
		width: 50%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header-right p span.next-line{
		margin-top: 15px;
	}
	header div.fl-page-header-wrap div.fl-page-header-container div.fl-page-header-row.row div.header-left a img{
		left: -10px;
	}
	.review-left{
		width: 100% !important;
	}
	.review-right{
		width: 100% !important;
	}
	.feature-image{
		display: block;
		margin-bottom: 20px;
	}
	.content-left{
		width: 100%;
		border: 0px;
		padding-right: 0px;
	}
	.content-right{
		display: none;
	}
	.review{
		width: 50%;
	}	
	.review:nth-of-type(3n+1) .review-inner{
		padding-left: 15px;
	}
	.review:nth-of-type(3n) .review-inner{
		padding-right: 15px;
	}
	.review:nth-of-type(2n+1) .review-inner{
		padding-left: 0px;
	}
	.review:nth-of-type(2n) .review-inner{
		padding-right: 0px;
	}
	.review:nth-of-type(3n+1){
		clear: unset;
	}	
	.review:nth-of-type(2n+1){
		clear: left;
	}
	.review .image-arrow{
		position: relative;
	}
}
@media only screen and (max-width: 960px){
	.header-right a, span.member-border{
		margin-right: 0px;
	}
	.header-right a{
	    padding-left: 5px;
    	padding-right: 5px;
	}
	.footer-text-img {
    	width: 200px;
	}
	.circleOutter .circle .hover-circle-image-outter{
		width: calc(100% - 40px) !important;
	}
	.fl-page-nav ul.sub-menu{
		column-count: 2;
		-webkit-column-count: 2;
		-mos-column-count: 2;
	}
	.fl-page-footer-text-1 h2{
		font-size: 25px;
	}
	.fl-page-nav-container.container{
	    padding-left: 0 !important;
    	padding-right: 0 !important;
    	width: 100% !important;
	}
	.post-news, .post-update{
		width: 100%;
		display: table;
		float: none;
		clear: both;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.home-blog-inner{
		max-width: 490px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.boxOutter, .circleOutter{
		width: 50%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.boxOutter:first-of-type .box, .circleOutter:first-of-type .circle{
		padding-left: 20px;
	}
	.boxOutter:last-of-type .box, .circleOutter:last-of-type .circle{
		padding-right: 20px;
	}
	.box-content{
		min-height: 230px;
	}
	.circle-content{
		min-height: 260px;
	}
	.circle-image{
		width: 320px !important;
		height: 320px !important;
	}
	.hover-circle-image{
		width: 320px !important;
		height: 320px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		width: 50% !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(2n+1){
		clear: left;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		margin-right: 0px !important;
	}
	footer aside{
		max-width: 295px;
		margin: 0 auto;
		display: block;
	}
	.fl-page-nav .navbar-nav li > a{
		padding-left: 0px; 
		padding-right: 0px;
	}
	.fl-page-nav-wrap .navbar-nav li > a{
		font-size: 16px;
	}
	#top-slider .carousel-caption h1{
		font-size: 50px;
		line-height: 50px;
	}
	#top-slider .carousel-caption p{
		font-size: 22px;
		line-height: 22px;
	}
	#top-slider .carousel-caption{
		width: 60% !important;
	}
}
@media only screen and (max-width: 767px){
	.image-div {
	    width: calc(100% / 2) !important;
	}
	.image-div:nth-of-type(4){
		display: none;
	}
	.image-div:nth-of-type(3){
		display: none;
	}
	.images{
		height: 240px !important;
	}
	.blue-left h2{
		font-size: 30px;
		line-height: 40px;
	}
	.news:nth-of-type(2n+1){
		clear: unset;
	}
	.news{
		max-width: 420px;
		margin: 15px auto;
		width: 100%;
		clear: both;
		float: none;
		display: block;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.mob-expand-submenu i{
		top: 20px !important;
	}
	ul.paupress li input{
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-template-tpl-form .fl-content.col-md-12{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-template-tpl-adult .fl-archive.container {
	    max-width: 100%;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.page-template-tpl-teen .fl-archive.container {
	    max-width: 100%;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.page-template-tpl-child .fl-archive.container {
	    max-width: 100%;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.page-template-tpl-children .single-post-content{
		width: 100%;
		display: block;
		float: none;
	}
	.page-template-tpl-children .single-post-content-inner{
		padding-right: 0px;
	}
	.page-template-tpl-teen .single-post-content{
		width: 100%;
		display: block;
		float: none;
	}
	.page-template-tpl-teen .single-post-content-inner{
		padding-right: 0px;
	}
	.page-template-tpl-adult .single-post-content{
		width: 100%;
		display: block;
		float: none;
	}
	.page-template-tpl-adult .single-post-content-inner{
		padding-right: 0px;
	}
	.page-template-tpl-research .single-post-content{
		width: 100%;
		display: block;
		float: none;
	}
	.page-template-tpl-research .single-post-content-inner{
		padding-right: 0px;
	}
	.review{
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}	
	header div.fl-page-header-wrap div.fl-page-header-container div.fl-page-header-row.row div.header-left a img{
		max-width: 280px;
		width: 100%;
		left: 0px;
	}
	.review:nth-of-type(2n+1) .review-inner{
		padding-left: 15px;
	}
	.review:nth-of-type(2n) .review-inner{
		padding-right: 15px;
	}
	.review:nth-of-type(2n+1){
		clear: unset;
	}	
	.circleOutter .circle .hover-circle-image-outter{
		width: 100% !important;
	}
	.find-out-more-header, .find-out-more{
		max-width: 400px;
	}
	.fl-page-header{
		border-bottom: 1px solid #ccc;
	}
	.content-center{
		margin-top: 0px;
	}
	.page-content h1{
		margin-top: 0px;
	}
	.column{
		width: 100%;
		display: block;
		float: none;
		max-width: 400px;
		margin: 0 auto;
	}
	.column-inner{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.post-left{
		width: 100%;
		display: block;
		float: none;
		border-right: 0px;
	}	
	.post-right{
		width: 100%;
		display: block;
		float: none;
	}	
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
		display: none;
	}
	.slider-image{
		display: none;
	}
	.mobile-slider{
		display: block !important;
	}
	.mobile-top{
		display: block;
		width: 100%;
		height: 40px;
		background-color: #00b7ef;
	}
	.mobile-top a{
		color: white !important;
		font-family: 'Roboto' !important;
		font-size: 18px !important;
		font-weight: 400 !important;		
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		display: inline-block !important;
		line-height: 20px !important;
	}
	.mobile-top p{
		margin-bottom: 0px;
	}
	.mobile-top img{
		height: 20px;
		width: auto;
		margin-right: 15px;
		display: inline-block;
	}
	.mobile-top a:last-child img{
		margin-right: 0px;
	}
	#top-slider .carousel-caption{
		position: relative;
		background-color: #00b7ef;
		color: white !important;
		width: 100% !important;
		text-align: center !important;
		bottom: 0px !important;
	}
	#top-slider .carousel-caption a{
		display: block;
		float: none;
		margin: 0 auto;
		width: 175px;
		padding: 15px;
		border: 1px solid white;
	}
	#top-slider .carousel-caption h1{
		text-align: center !important;
		margin-top: 0px;
	}
	#top-slider .carousel-caption p{
		text-align: center !important;
	}
	.header-left img{
		width: 125px;
	}
	.navbar-toggle{
		display: none !important;
	}
	.mob-menu-header-holder{
		height: 0px;
		position: absolute;
		right: 10px;
		top: 80px;
	}
	#top-slider .carousel-caption h1{
		font-size: 40px;
		line-height: 40px;
	}
	#top-slider .carousel-caption p{
		font-size: 18px;
		line-height: 18px;
	}
	.mobmenu .sub-menu li a{
		padding-left: 0px;
	}
	.mobmenu-push-wrap{
		padding-top: 0px;
	}
	.header-right{
		display: none;
	}
	div.fl-page-footer-row.row div.col-md-6.col-sm-6.text-right.clearfix{
		display: block;
		text-align: center;
		height: 55px;
	}
	.fl-page-footer-text-2{
		margin: 0 auto;
		display: block;
		height: 40px;
    	text-align: center;
	}
	.fl-page-footer-text{
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.fl-page-footer-text-1{
		display: block;
		text-align: center;
	}
	.fl-page-footer-text-1 a{
		float: none;
	}
	.boxOutter .box, .circleOutter .circle{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.boxOutter, .circleOutter{
		width: 100%;
		display: block;
		float: none;
		margin-top: 25px;
	}
	.three-boxes, .three-circles{
		max-width: 440px;
		margin: 0 auto;
		display: block;
	}
	.three-boxes{
		padding-top: 25px;
		padding-bottom: 0px;
	}
	.three-circles{
		padding-bottom: 15px;
	}
	.box-content .arrow-image, .circle-content .arrow-image{
		position: relative;
	}
	.box-content, .circle-content{
		min-height: unset !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		width: 100% !important;
		text-align: center !important;
	}
	.circle-image{
		width: 280px !important;
		height: 280px !important;
	}
	.hover-circle-image{
		width: 280px !important;
		height: 280px !important;
	}
}
@media only screen and (max-width: 682px){
	.category-lists li{
		margin-bottom: 10px;
	}
	.category-lists li:first-child a{
		padding-left: 40px;
	}
}
@media only screen and (max-width: 550px){
	.paupanels-form .pp-continue input[type="submit"].button {
	    display: block;
	    clear: both;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}	
	#paupress .paupanels-form .pp-continue .pp-rel-switch, #paupress .paupanels-form .pp-continue .pp-return {
	    clear: both;
	    display: block;
	    margin: 20px auto;
	    padding: 0;
	    text-align: center;
	}
	.member-application-link{
		padding: 0px;
	}
	.left-side, .right-side{
		width: 100%;
		display: block;
		float: none;
	}
	.left-side .post-image{
		margin: 0px auto;
		margin-bottom: 20px;
	}
	.right-side{
		max-width: 280px;
		margin: 0 auto;
	}
	#text-2 p a.orange, #text-2 p a.light-blue, #text-2 p a.green{
		max-width: 280px;
		font-size: 18px;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3{
		padding-left: 0px;
		float: none;
	}
}
.footer-text-img{
	position: relative; top: 15px;
}
@media only screen and (max-width: 375px){
	.fl-page-footer{
		height: 230px;
	}
}
#input_2_25{
	height: 48px;
}
#gform_3 input[type="text"]{
	width: 100% !important;
}
#gform_submit_button_3{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
#gform_submit_button_3:hover{
	background-color: #184ba1;
}
.contact-left {
	margin-top: 20px;
}
.contact-right{
	margin-top: 20px;
}
@media only screen and (max-width: 960px){
	.contact-right{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		/*margin-top: 20px;*/
		float: none;
		display: block;
		clear: both;
	}

	.page-content h2 {
	    display: inline-block;
	    margin-top: 20px;
	}
}
#pe-calendar-wrapper{
	display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1020px;
}
form.span-24{
	display: none !important;
}
.pp_event-template-default div#pe-calendar-display-wrap div.calendar-display.span-24.pe-listing div.pe-event.span-16 div.inside h1{
	color: #184ba1;
    font-family: "Rubik";
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.pp_event-template-default div#pe-calendar-display-wrap div.calendar-display.span-24.pe-listing div.pe-event.span-16 div.inside p, .pp_event-template-default div#pe-calendar-display-wrap div.calendar-display.span-24.pe-listing div.pe-event.span-16 div.inside td, .pp_event-template-default div#pe-calendar-display-wrap div.calendar-display.span-24.pe-listing div.pe-event.span-16 div.inside ul li{
 	color: #393939;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.pp_event-template-default div#pe-calendar-display-wrap div.calendar-display.span-24.pe-listing div.pe-event.span-16 div.inside ul{
	padding-left: 15px;
}
.pp_event-template-default div#pe-calendar-display-wrap div.calendar-display.span-24.pe-listing div.pe-event.span-16 div.inside ul li{
	margin-bottom: 10px;
}
div#pe-calendar-wrapper div#pe-calendar-display-wrap div.calendar-display div.ped-label{
	color: #393939;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
div#pe-calendar-wrapper div#pe-calendar-display-wrap div.calendar-display div.ped-data {
	color: #393939;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
div#pe-calendar-wrapper div#pe-calendar-display-wrap div.calendar-display div.ped-data select{
	margin-bottom: 20px;
}
#pe-calendar-wrapper .button{
	font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
#pe-calendar-wrapper .button:hover{
	background-color: #184ba1;
}
button.alm-load-more-btn{
	background-color: white !important;
	border: 0px !important;
	font-family: 'Roboto' !important;
	color: #184ba1 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 30px auto !important;
	display: block !important;
}
button.alm-load-more-btn.done{
	display: none !important;
}
@media screen and (max-width: 800px){
	.paupress .span-8, .paupress .span-16{
    	width: 100% !important;
	}
	.paupress .span-8{
		padding-top: 0px !important;
	}
	.paupress .span-8 .pe-event{
		display: none !important;
	}
}
#input_2_21_2_month, #input_2_21_2_year{
 height: 48px !important;   
}
.paucontent-restriction h3.paucontent-title{
	font-family: 'Rubik';
    color: #184ba1;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.paucontent-restriction .paucontent-notify {
    font-family: 'Roboto';
    line-height: 24px;
    color: #393939;
    font-size: 16px;
    font-weight: 400;
}
.paucontent-restriction .paucontent-login, .paucontent-restriction .paucontent-notify{
	display: block;
	
}
.pauf-press .mid-module{
	display: none !important;
}
.pauf-press .module{
	width: 100% !important;
}
.pauf-press .module:nth-last-child(2){
	display: none !important;
}
.paupress sup{
	font-family: 'Roboto' !important;
	color: #393939 !important;
	font-size: 75% !important;
}
.page-template-tpl-form div.fl-page div.fl-page-content div.fl-content-full.container div.row div.fl-content.col-md-12 article div.fl-post-content.clearfix div.pauf-frame div.pauf-wrap.pauf-page div.pauf-pane div.pp-container div.pauf-press form.paupanels-form div.pp-continue input.pp-button, .page-template-tpl-form div.mobmenu-push-wrap div.fl-page div.fl-page-content div.fl-content-full.container div.row div.fl-content.col-md-12 article div.fl-post-content.clearfix div div.pauf-wrap.pauf-page div.pauf-pane div.pp-container div.pauf-press form.paupanels-form div.pp-continue input.pp-button{
	display: block;
    clear: both;   
	position: relative;
    top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    border: 0px;
}
.page-template-tpl-form div.fl-page div.fl-page-content div.fl-content-full.container div.row div.fl-content.col-md-12 article div.fl-post-content.clearfix div.pauf-frame div.pauf-wrap.pauf-page div.pauf-pane div.pp-container div.pauf-press form.paupanels-form div.pp-continue input.pp-button:hover, .page-template-tpl-form div.mobmenu-push-wrap div.fl-page div.fl-page-content div.fl-content-full.container div.row div.fl-content.col-md-12 article div.fl-post-content.clearfix div div.pauf-wrap.pauf-page div.pauf-pane div.pp-container div.pauf-press form.paupanels-form div.pp-continue input.pp-button:hover{
	background-color: #184ba1;
}
#pp-panel{
	margin-bottom: 100px;
}
@media only screen and (max-width: 1070px){
	header div.fl-page-header-wrap div.fl-page-header-container div.fl-page-header-row.row div.header-left a img{
		left: -10px;
	}
}
.side-popup {
 	-webkit-animation: mov 3s; 
    animation: mov 3s;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards; 
}
@-webkit-keyframes mov {
  	from {
     	left: -265px;
  	}
  	to {
  		left: 0px;
  	}
}
@keyframes mov {
  	from {
     	left: -265px;
  	}
  	to {
  		left: 0px;
  	}
}
.hidePopUp{
	-webkit-animation: movclose 3s; 
    animation: movclose 3s;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards; 
}
@-webkit-keyframes movclose {
  	from {
     	left: 0px;
  	}
  	to {
  		left: -265px;
  	}
}
@keyframes movclose {
  	from {
     	left: 0px;
  	}
  	to {
  		left: -265px;
  	}
}
@media only screen and (max-width: 767px){
	.side-popup-outter{
		display:  none;
	}
}
.hideItem{
	display: none;
}
#_pp_form_login {
	display: table !important;
	margin: 0 !important;
}
#_pp_form_login .paupanels-form{
	display: table !important;
	margin: 0 !important;
	width: 100% !important;
}
@media only screen and (max-width: 768px){
	.mobmenu-push-wrap, body.mob-menu-slideout-over{
		padding-top: 0px !important;
	}
}
#menu-item-59511{
	display: none;
}
@media only screen and (max-width: 767px){
	#menu-item-59511{
		display: block;
	}
}
.useful-link{
    position: absolute;
    top: 95px;
    right: 0px;
}
.pp-profile-actions{
    width: 50%;
}
.useful-link a{
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 10px 20px;
    background-color: #00b7ef;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
}
.useful-link a:last-child{
    margin-right: 0px;
}
.useful-link a:hover{
    background-color: #184ba1;
}
.home-events{
	overflow: hidden;
}
.fl-page{
	overflow-x: hidden;
}
.fl-page-nav-wrap{
	background-color: #1B4E9E;
	border: 0px;
}
.fl-page-nav-wrap .navbar-nav li > a{
	color: white;
}
.fl-page-nav-wrap .navbar-nav li > a{
	border-right: 0px;
}
.fl-page-nav-wrap .navbar-nav > li:hover > a{
	background-color: #E9F5FB;
	color: #1B4E9E;
}
.fl-page-nav-wrap .navbar-nav li:hover{
	background-color: #E9F5FB;
}
.fl-page-nav ul.sub-menu{
	background-color: #E9F5FB;
}
.fl-page-nav ul.sub-menu{
	column-count: 1;
	-webkit-column-count: 1;
	-mos-column-count: 1;
    column-fill: balance;
    -mos-column-fill: balance;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-rule-color: #ffffff;
    -webkit-column-rule-color: #ffffff; 
    -moz-column-rule-color: #ffffff; 
    column-rule-style: solid;
    -webkit-column-rule-style: solid; 
    -moz-column-rule-style: solid; 
    column-rule-width: 0px;
    -webkit-column-rule-width: 0px; 
    -moz-column-rule-width: 0px; 
}
.fl-page-nav ul.sub-menu{
	max-width: 100%;
}
.fl-page-nav ul.sub-menu li a{
	color: #1B4E9E;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
}
.fl-page-nav ul.sub-menu li a:hover{
	text-decoration: none;
	color: #3AA5DC;
}
.fl-page-nav-centered .fl-page-nav ul.navbar-nav > li{
	position: relative;
}
.fl-page-nav ul.sub-menu{
	padding-left: 10px;
	padding-right: 10px;
}
.fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a, .fl-page-nav-wrap .navbar-nav li.current-menu-item > a{
	color: #3AA5DC;
}
.fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a, .fl-page-nav-wrap .navbar-nav li.current-menu-item > a{
	color: #3AA5DC;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item > a{
	color: #3AA5DC !important;
}
.fl-page-nav-wrap .navbar-nav > li.current-menu-item{
	background-color: #E9F5FB;
}
.fl-page-nav .navbar-nav li.current-menu-item > a{
	color: #1B4E9E;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}
.fl-page-nav .navbar-nav li > a{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}
.fl-page-nav ul.sub-menu li{
	border-bottom: 1px solid #fff;
}
.fl-page-nav ul.sub-menu li:last-child{
	border-bottom: 0px;
}
.fl-page-nav ul.sub-menu li:first-child{
	border-top: 1px solid #fff;
}
nav.fl-page-nav ul#menu-page-pages li.current-menu-parent{
	background-color: #E9F5FB;
}
nav.fl-page-nav ul#menu-page-pages li.current-menu-parent.menu-item-has-children ul.sub-menu li.current-menu-item a{
	color: #3AA5DC;
	text-align: left;
	text-transform: capitalize;
}
.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu{
	padding-top: 0px;
	padding-bottom: 0px;
}
.fl-page-nav ul.sub-menu li a{
	padding-left: 0px;
	padding-right: 0px;
}
span.member-border a, .header-right a{
	font-weight: 500 !important;
}
.header-right a.tel-header{
	position: relative;
	top: 2px;
	font-size: 24px;
}
.fl-page-header-wrap{
	height: 158px;
}
nav.fl-page-nav ul#menu-page-pages li#menu-item-27109{
	background-color: #88C147;
}
nav.fl-page-nav ul#menu-page-pages li#menu-item-27109:hover{
	background-color: #E9F5FB;
}
nav.fl-page-nav ul#menu-page-pages li#menu-item-27109:hover a{
	color: #1B4E9E !important;
}
nav.fl-page-nav ul#menu-page-pages li#menu-item-27109 ul.sub-menu li:hover a{
	color: #3AA5DC !important;
}

.fl-page-nav-wrap .navbar-nav > li#menu-item-27109.current-menu-item > a{
	color: white !important;
}
.fl-page-header-container.container{
	max-width: 1120px;
	width: 100%;
}
.fl-page-nav-container.container{
	max-width: 1120px;
	width: 100%;
}
#spider_popup_left-ico, #spider_popup_right-ico{
	background-color: transparent !important;
}
.bwg_back{
	font-family: 'Roboto' !important;
	line-height: 14px !important;
	color: #393939 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.bwg-title2{
	font-family: 'Rubik' !important;
	color: #3AA5DC !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	line-height: 32px !important;
}
.bwg-album-thumbnails{
	justify-content: left !important;
}
.bwg-album-thumbnails{
	width: 100% !important;
}
.page-id-105739 p{
	font-size: 18px;
	line-height: 28px;
}
.page-template-tpl-event-parent-page div.events-page div.event-lists{
	padding-top: 95px;
}
.page-template-tpl-event-parent-page div.events-page div.event-lists div.events h4{
	background-color: white;
	padding: 25px;
	margin: 0;
	text-align: left;
}
.page-template-tpl-event-parent-page .event-info{
	position: relative;
	top: -25px;
	left: 25px;
	max-width: 243px;
}
.page-template-tpl-event-parent-page div.events-page div.event-lists div.events h4 a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	font-family: 'Rubik', sans-serif;
	/*text-align: left;*/
}
.page-template-tpl-event-parent-page div.events-page div.event-lists div.events h4 a:hover{
	text-decoration: none;
}
.page-template-tpl-event-parent-page div.events-page div.event-lists div.events h4{
	box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.05);
}
.page-template-tpl-event-parent-page div.events-page div.event-lists div.events:hover h4{
	box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.13);
}
.page-template-tpl-event-parent-page .event-date{
	position: absolute;
	background-color: #3AA5DC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	right: 0px;
	z-index: 9;
	top: -30px;
	right: 12px;
}
.page-template-tpl-event-parent-page .event-year{
	display: none;
}
.page-template-tpl-event-parent-page .event-month{
	text-transform: uppercase !important;
	font-weight: bold !important;
	text-align: center;
}
.page-template-tpl-event-parent-page .event-month{
	left: 18px !important;
	bottom: -3px !important;
}
.page-template-tpl-event-parent-page .event-month, .page-template-tpl-event-parent-page .event-year{
	font-size: 8px;
	line-height: 13px;
	color: white;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	position: relative;
	bottom: 0px;
	left: 9px;
}
.page-template-tpl-event-parent-page .event-day{
	font-size: 18px;
	line-height: 20px;
	color: white;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	display: block;
	position: relative;
	top: 6px;
	left: 15px;
}
.page-template-tpl-event-parent-page .events{
	width: calc((100% / 4) - 50px);
	display: block;
	float: left;
    position: relative;
    margin-right: 50px;
    margin-bottom: 35px;
}
.page-template-tpl-event-parent-page .events:nth-of-type(4n+1){
	clear: left;
}
.page-template-tpl-event-parent-page .page-content{
	display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.page-template-tpl-home2019 .event-year{
	display: none;
}
.page-template-tpl-home2019 .event-month{
	text-transform: uppercase !important;
	font-weight: bold !important;
}
@media only screen and (max-width: 945px){
    div#paupress.pauf-press div.profile-navigation div.profile-nav-name div.span-24{
        height: 165px;
    }
    .useful-link a{
        margin-right: 0px;
        margin-left: 0px;
        display: block;
        margin-bottom: 15px;
        width: 170px;
    }
}
@media only screen and (max-width: 585px){
    .pp-profile-actions{
        width: 100%;
    }
    .pp-profile-action {
        float: left;
        top: 150px;
        left: 30px;
    }
    .useful-link {
        top: 200px;
        left: 30px;
    }
    div#paupress.pauf-press div.profile-navigation div.profile-nav-name div.span-24 {
        height: 280px;
    }
}
@media only screen and (max-width: 334px){
    div#paupress.pauf-press div.profile-navigation div.profile-nav-name div.span-24{
        height: 370px;
    }
    .pp-profile-action{
        top: 235px;
    }
    .useful-link{
        top: 290px;
    }
}
@media(max-width: 1180px){
	.page-template-tpl-event-parent-page .events {
	    width: calc((100% / 3) - 50px);
	    margin-right: 50px;
	    margin-bottom: 35px;
	}
	.page-template-tpl-event-parent-page .events .events-inner{
	    max-width: 270px;
    	margin: 0 auto;
	}
	.page-template-tpl-event-parent-page .events:nth-of-type(4n+1){
		clear: unset;
	}
	.page-template-tpl-event-parent-page .events:nth-of-type(3n+1){
		clear: left;
	}
	.page-template-tpl-home2019 .event-info {
	    /*top: -25px;*/
	    /*left: 80px;*/
	    max-width: 250px;
	}
	.page-template-tpl-home2019 .event-lists{
		overflow: visible;
	}
}
@media(max-width: 1099px){
	.page-template-tpl-home2019 .service-title{
		width: 25%;
	}
	.page-template-tpl-home2019 .service-lists{
		width: calc(75% + 120px);
	}
	.page-template-tpl-home2019 .service-title-inside{
		padding-left: 20px;
		max-width: 325px;
	}
	.page-template-tpl-home2019 .service-title h2{
		max-width: 135px;
	}
}
@media(max-width: 991px){
	.page-template-tpl-event-parent-page .events {
	    width: calc((100% / 2) - 50px);
	    margin-right: 50px;
	    margin-bottom: 35px;
	}
	.page-template-tpl-event-parent-page .events .events-inner{
	    max-width: 270px;
    	margin: 0 auto;
	}
	.page-template-tpl-event-parent-page .events:nth-of-type(3n+1){
		clear: unset;
	}
	.page-template-tpl-event-parent-page .events:nth-of-type(2n+1){
		clear: left;
	}
	.page-template-tpl-home2019 .home-news{
		padding-top: 60px;
		padding-bottom: 75px;
	}
	.page-template-tpl-home2019 .home-news .load-more{
		margin-top: 40px;
	}
	.page-template-tpl-home2019 .home-news h2{
		margin-bottom: 30px;
	}
	.page-template-tpl-home2019 .service-title{
		width: 100%;
		float: none;
		display: block;
		clear: both;
	}
	.page-template-tpl-home2019 .service-lists{
		width: 100%;
		float: none;
		display: block;
		clear: both;
		padding-top: 35px;
		margin-left: 0px;
	}
	.page-template-tpl-home2019 .service-title-inside {
		margin: 0 auto;
	    width: 360px;
	    height: 300px;
	    padding-left: 45px;
	}
	.page-template-tpl-home2019 .service-title h2{
		max-width: 165px;
	}
	.page-template-tpl-home2019 .service{
		width: 100%;
		float: none;
		clear: both;
		display: table;
		max-width: 320px;
		margin: 20px auto;
	}
	.page-template-tpl-home2019 .member-services{
		margin-bottom: 55px;
	}
	.top-slider-overlay{
		width: 45%;
	}
}
@media(max-width: 960px){
	.fl-page-footer-widgets{
		padding-top: 20px;
		padding-bottom: 0px;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(1){
		width: 50% !important;
		margin-bottom: 15px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(2){
		width: 50% !important;
		margin-bottom: 15px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(3){
		width: 50% !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(4){
		width: 50% !important;
	}
}
@media(max-width: 875px){
	.top-slider-overlay{
		width: 50%;
	}
}
@media(max-width: 767px){
	.page-template-tpl-event-parent-page .events {
	    width: 100%;
	    margin-right: 0px;
	    clear: both;
	    max-width: 270px;
	    margin: 0 auto;
	    float: none;
	    margin-bottom: 35px;
	}
	.page-template-tpl-event-parent-page .events:nth-of-type(2n+1){
		clear: unset;
	}
	.page-template-tpl-home2019 .service-title-inside{
		width: 100%;
	}
	.page-template-tpl-home2019 .big-container{
		display: inline-block;
	}
	.page-template-tpl-home2019 div#top-slider.carousel.slide div.carousel-inner div.item div.page-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.page-template-tpl-home2019 #top-slider .carousel-caption p{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.page-template-tpl-home2019 #top-slider .carousel-caption{
		height: 100%;
	}
	.page-template-tpl-home2019 #top-slider .carousel-caption h1{
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.top-slider-overlay{
		display: none;
	}
	.page-template-tpl-home2019 .event-info{
		margin: 0 auto;
	}
	.page-template-tpl-home2019 .swiper-slide{
		max-width: 100%;
	}
	.page-template-tpl-home2019 .home-events {
	    padding-top: 50px;
	    padding-bottom: 80px;
	}
	.page-template-tpl-home2019 .event-lists h2{
		font-size: 32px;
		line-height: 42px;
	}
	.page-template-tpl-home2019 .event-lists-inner{
		padding-top: 45px;
	}
	.page-template-tpl-home2019 div.home-events div.event-lists div.swiper-container.event-lists-inner div.swiper-wrapper{
		padding-bottom: 55px;
	}
	aside#text-3 div.textwidget p a img{
		margin: 0;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(1){
		width: 100% !important;
		margin-bottom: 0px !important;
		padding-left: 0px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(2){
		width: 100% !important;
		margin-bottom: 0px !important;
		padding-left: 0px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(3){
		width: 100% !important;
		margin-bottom: 0px !important;
		padding-left: 0px !important;
	}
	footer.fl-page-footer-wrap div.fl-page-footer-widgets div.fl-page-footer-widgets-container.container div.fl-page-footer-widgets-row div.col-sm-3.col-md-3:nth-of-type(4){
		width: 100% !important;
		margin-bottom: 0px !important;
		padding-left: 0px !important;
	}
	.page-template-tpl-home2019 .page-heading{
		margin-top: 55px;
		margin-bottom: 55px;
	}
	.page-template-tpl-home2019 .page-heading h1{
		font-size: 34px;
		line-height: 44px;
	}
	.page-template-tpl-home2019 .swiper-slide{
		max-width: 100% !important;
	}
}
@media(max-width: 575px){
	.page-template-tpl-home2019 .support-section{
		background-position: top center;
		padding-top: 65px;
   	 	padding-bottom: 55px;
	}
	.page-template-tpl-home2019 .support-section a.donate-button{
		display: block;
		float: none;
		clear: both;
		margin: 20px auto;
	}
	.page-template-tpl-home2019 .support-section a.support-us{
		display: block;
		float: none;
		clear: both;
		margin: 20px auto;
	}
	.page-template-tpl-home2019 .support-section h2{
		font-size: 32px;
		line-height: 42px;
	}
}
#nav_menu-3 ul li a:hover, #nav_menu-4 ul li a:hover{
	color: #3AA5DC;
}
.inst i{
	color: white;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	position: relative;
	right: 8px;
	top: 7px;
}
.inst{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #1B4E9E;
	display: block;
	position: relative;
	top: -1px;
}
.inst i:hover{
	color: white;
}
#text-4 h4{
	color: #393939;
	font-family: 'Rubik';
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 24px;
	display: block;
}
#text-4 p{
	font-family: 'Roboto';
	line-height: 24px;
	color:#393939;
	font-size: 16px;
	font-weight: 400;
}
#sign-button{
	padding: 10px 0px;
	background-color: transparent;
	display: inline-block;
	max-width: 195px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #00b7ef;
	border: 1px solid #00b7ef;
	font-size: 18px;
	font-family: 'Rubik';
	font-weight: 500;
	line-height: 28px;
	border-radius: 25px;
	width: 100%;
	cursor: pointer;
}
#sign-button:hover{
	text-decoration: none;
	color: #fff;
	background-color: #00b7ef;
}
.newsletter-box-popup{
	background-color: #F7F7F7;
}
#newsletter-box h2{
	margin-top: 0px;
	font-family: 'Rubik';
	color: #393939;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 25px;
}
#newsletter-box p{
	font-family: 'Roboto';
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
#newsletter-box .modal-header{
	border-bottom: 0px; 
}
#newsletter-box .close{
	opacity: 1;
}
#newsletter-box label{
	font-family: 'Rubik';
	color: #393939;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
}
#newsletter-box input{
	border-radius: 3px !important;
	border-width: 1px !important;
	border-color: #393939 !important;
	border-style: solid !important;
	background-color: #ffffff;
	height: 48px !important;
	width: 100% !important;
	font-family: 'Roboto';
	color: #393939;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}
#newsletter-box .modal-content{
	border-radius: 0px !important;
}
.newsletter-box-popup{
	padding: 0px !important;
}
#newsletter-box .modal-body{
	padding-left: 35px;
	padding-right: 35px;
}
#newsletter-box #gform_submit_button_5{
	border: 1px solid #00b7ef !important;
	font-family: 'Rubik' !important;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align: center !important;
	padding: 10px 50px !important;
	background-color: #00b7ef !important;
	display: block !important;
	max-width: 165px !important;
	margin: 0 auto !important;
	margin-top: 25px !important;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#newsletter-box #gform_submit_button_5:hover{
	background-color: transparent !important;
	color: #00b7ef !important;
	text-decoration: none !important;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#newsletter-box .modal-dialog{
	margin-top: 50px;
	margin-bottom: 50px;
}
#newsletter-box .gform_wrapper .top_label div.ginput_container{
	margin-top: 0px;
}
#gform_fields_5{
	padding-left: 0px;
	list-style-type: none;
}
#gform_confirmation_message_5{
	font-family: 'Roboto';
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}