<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Styles */

/* General styles */
body {
	overflow-x: hidden;
}
/* body.freeze {
	overflow: hidden;
	position: fixed;
	width: 100%;
} */

a h2,
.entry-title {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}		
	100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;
	transform: translateX(150%);
}
@keyframes slideRight {
	0% {
		transform: translateX(0%);
	}		
	100% {
		transform: translateX(150%);
	}
}
@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(0%);
	}			
	100% {
		-webkit-transform: translateX(150%);
	}
}

.fancybox-inner,
.fancybox-iframe {
	max-height: 300px !important;
	min-height: 300px !important;
}

/* MAIN MENU */

#menu-main-menu &gt; .menu-item:last-child &gt; a {
    padding: 25px 35px 25px 10px;
}
	#menu-main-menu.genesis-nav-menu a{
		padding: 10px 10px;
	}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 135px;
}

/*
#menu-main-menu &gt; .menu-item:last-child &gt; .sub-menu {
	box-shadow: 3px 3px 6px rgba(0,0,0,.08);
}*/

.genesis-nav-menu .sub-menu a {
    background-color:	#fff;
}

.genesis-nav-menu .menu-item,
.genesis-nav-menu .menu-item:hover {
    position: relative;
}


/* Header section */
/*.site-header {
	background: #405361;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}*/
/*.header-image .site-title &gt; a {
	background-position: 40px 0 !important;
	min-height: 54px;
}*/
.site-header .wrap,
.site-header .widget-area {
	padding: 0;
}
.top{
	background-color: #429d46;	
}

.site-header .widget-area:first-child{
	width: 50%;
    text-align: left;
	float: left;
}
.site-header .widget-area:last-child{
	width:50%;
	text-align: right;
	float: left;
}

.header-widget-area #menu-social-icons li{
	display: inline-block;
	float: left;
	padding: 10px 0 0;
	margin: 0;
}

.header-widget-area li a{
	font-size: 12px;
	background: transparent;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    padding: 0px 10px;
    text-transform: none;
}

.header-widget-area #menu-social-icons li a{
	font-size: 8px;
}

.wbb-ocm-trigger {
	position: relative;
	right: 20px;
	z-index: 4;
}

.slicknav_menu{
	display: none;
}

.slicknav_menu .slicknav_icon-bar{
	background-color: #3f5564;
}

.slicknav_menu {
	background: #fff;
	border-bottom: 0px solid #fff;
	height: 60px;
	padding: 0;
	text-align: center;
}
.slicknav_menu .site-title {
	/* left: 0; */
    /* position: absolute; */
    /* top: 0; */
    /* width: 50%; */
    /* z-index: 2; */
    margin: 0 auto;
    border-bottom: 1px solid #cbcbcb;
    min-height: 65px;;
}
.slicknav_btn {
	background: #fff;
    display: block;
    /* width: 100%; */
    position: absolute;
    left: 40%;
	margin: 0px 5px;
}
.slicknav_nav {
	background: #fff;
	display: block !important;
	margin: 35px 0 0 0;
	position: absolute;
	width: 100%;
	visibility: hidden;
	z-index: 1001;
}

.slicknav_nav.slicknav_hidden{
	display: none !important;
}

.slicknav_nav.slicknav_hidden.slideRight{
	display: block !important;
}

.slicknav_menu .slicknav_menutxt{
	color: #3f5564;
    text-shadow: none;
    float: right;
}

.slicknav_menu .slicknav_icon-bar{
	background-color: #3f5564;
}

.slicknav_menu .slicknav_icon {
    float: right;
    margin: .188em .438em 0 0;
}

.slicknav_nav a{
	color: #3f5564;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
	background: transparent;
	color: #f58d3a;
}
.slicknav_open .sub-menu {
	height: auto;
}
.slicknav_collapsed .sub-menu {
	height: 1px;
}

/* Banner section */
.cssp-pro-home .site-inner {
	padding: 0;
}
.home .site-inner .wrap {
	max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.home .site-inner .content {
	float: none;
	max-width: 100%;
}
.home-top .widget:first-child,
.home-top .widget {
	padding: 0;
}
.home-top .carousel {
	overflow: hidden;
	max-width: 100% !important;
}
.home-top,
.home-top .carousel-inner .item {
		height: auto;
		/*overflow: visible;*/
		overflow: hidden:
}
.home-top .carousel .item &gt; a {
	background: #000;
	display: block;
}
.home-top .carousel .item a img {
	min-width: 100%;
	opacity: 0.9;
}
.home-top .carousel-caption {
	height: auto;
	text-align: center;	
	background: rgba(255,255,255,0.7);
	position: absolute;
	/*top: 15%;
	bottom: 15%;*/
	top: 19%;
	bottom: 28%;
	/*-ms-transform: translateX(145%);
	-webkit-transform:translateX(145%);
	-moz-transform: translateX(145%);
	-o-transform: translateX(145%);
	transform: translateX(145%);*/
	-ms-transform: translateX(155%);
	-webkit-transform:translateX(155%);
	-moz-transform: translateX(155%);
	-o-transform: translateX(155%);
	transform: translateX(155%);
	width: 35%;
	padding: 20px;
	overflow: hidden;
	min-height: 200px;
}
.home-top .carousel-caption h2,
.home-top .carousel-caption h2 a {
	color: #3f5564;
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	max-width: 100%;	
	padding: 0 4%;
	text-transform: uppercase;
}
.home-top .carousel-caption h2 {
	margin: 0 0 17px 0;
}
.home-top .carousel-caption p {
	color: #3f5564;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: left;
}
.home-top .carousel-caption p a {
	border: 2px solid #f78d2c;
	color: #f78d2c;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin: 26px auto 0 auto;
	padding: 8px;
	text-transform: uppercase;
	width: 150px;
}
.home-top .carousel-caption p a:hover {
	background: #fff;
	color: #f78d2c;
}
.home-top .carousel-control {
	border: medium none;
	border-radius: 0;
	display: none;
	height: 98px;
	margin: 0;
	opacity: 1;
	padding: 0;
	text-indent: -99999px;
	top: 0;
	width: 48px;
}
.home-top .carousel-control.left {
	background: url('../images/carousel-control--left.png') no-repeat transparent;
	left: 5%;
	background-position: 50%;
}
.home-top .carousel-control.right {
	background: url('../images/carousel-control--right.png') no-repeat transparent;
	right: 5%;
	background-position: 50%;
}

/* Home Featured Post */
.home-featured-post{
	padding-top: 75px;
}

.home-featured-post .section-title{
	color: #3f5564;
    text-align: left;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.home-featured-post .widget-title{
	color: #f6b221;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: left;
}

.home-featured-post article &gt; a.alignnone{
	width: 31.6%;
    float: left;
	margin: 0;
	height: 180px;
    overflow: hidden;
}

.home-featured-post article &gt; a.alignnone img{
	width: 100%;
}

.home-featured-post article header,.home-featured-post article .entry-content{
	width: 65.4%;
    float: left;
	padding-left: 30px;
}

.home-featured-post .entry-title a{
	display: block;
    margin: 0;
    color: #3F5564;
    font-size: 20px;
}

.home-featured-post .entry-meta{
    text-transform: none;
    font-style: italic;
    color: rgba(63,85,100,0.60);
}

.home-featured-post a.more-link{
	display: block;
    color: #fff;
    text-transform: uppercase;
    background-color: #429d46;
    padding: 10px 30px;
    margin: 12px 0 0;
    max-width: 170px;
    text-align: center;
	font-size: 14px;
}

.home-featured-post a.more-link:hover{
	background-color: #327532;
}

/* Home News Events */
.home-news-events-data {
	background: #fff;
    padding: 30px 0 75px;
}
.home-news-events-data .widget {
	margin: 0 auto 17px auto;
	max-width: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-news-events-data .widget-title{
	position: relative;
    color: #f6b221;
    line-height: 18px;
	margin-bottom: 10px;
}

.home-news-events-data .featured-content .entry {
	margin: 0;
}
.home-news-events-data .featured-content article &gt; a{
	max-height: 180px;
	overflow: hidden;
}

.home-news-events-data .featured-content a{
	color: #3F5564;
}

.home-news-events-data a.more-link{
	display: inline;
    font-size: inherit;
    color: #429d46;
	margin: 0;
	font-weight: 600;
}

.home-news-events-data a.more-link:hover{
	color: #327532;
}

.home-news-events-data time.entry-time{
	text-transform: none;
	font-style: italic;
	color: rgba(63,85,100,0.60)
}

.home-news-events-data .featured-content img,
.home-news-events-data .widget_text a img {
	display: block;
	width: 100%;
	min-height: 180px;
	margin-bottom: 15px;
}
/*.home-news-events-data .featured-content .entry-title,
.home-news-events-data .widget_text a h2  {
	background: #f78d2c;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	min-height: 44px;
	padding: 15px 13px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.home-news-events-data .featured-content .entry-title:hover,
.home-news-events-data .widget_text a h2:hover  {
	background: #405361;
}
.home-news-events-data .featured-content .entry-title a {
	background: transparent;
	color: #fff;
}*/


/* Home Who We Are */
.home-who-we-are {
	background: #f9fafa;
	padding: 75px 0;
	text-align: center;
}
.home-who-we-are .widget {
	margin: 0 auto 17px auto;
	max-height: 250px;
	max-width: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-who-we-are .widget-title{
	color: #3f5564;
	text-align: center;
	/*font-size: 22px;
    font-weight: bold;*/
}

.home-who-we-are .featured-content .entry {
	margin: 0;
}
.home-who-we-are .featured-content a.more-link{
	display: block;
    color: #fff;
    text-transform: uppercase;
    background-color: #429d46;
    padding: 10px 30px;
    margin: 20px auto 0;
    width: auto;
	max-width: 210px;
	font-size: 14px;
}

.home-who-we-are .featured-content a:hover{
	background-color: #327532;
}

.home-who-we-are .featured-content img,
.home-who-we-are .widget_text a img {
	display: block;
	width: 100%;
}
/*.home-who-we-are .featured-content .entry-title,
.home-who-we-are .widget_text a h2  {
	background: #f78d2c;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	min-height: 44px;
	padding: 15px 13px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.home-who-we-are .featured-content .entry-title:hover,
.home-who-we-are .widget_text a h2:hover  {
	background: #405361;
}*/

.home-who-we-are .entry-header{
	display: none;
}

.home-who-we-are .featured-content .entry-title a {
	background: transparent;
	color: #fff;
}

.home-who-we-are .entry-content{
	text-align: center;
    width: 60%;
	margin: 0 auto;
}

/* Home contents */
.home-content {
	background: #fff;
	padding: 28px 0 25px 0;
}
.home-content h2 {
	background: url('../images/home-content-heading-bg.png') no-repeat center center transparent;
	margin: 0 0 10px 0;
	text-align: center;
}
/* .home-content h2 img {
	-webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
} */
.home-content h3 {
	color: #959595;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 26px 0;
	text-align: center;
	text-transform: uppercase;
}
.home-content p {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	text-align: center;
}

/* Home Featured News */
.home-featured-news {
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-featured-news .ows-overlay{
	background-color: rgba(66, 157, 70, 0.7);
	padding: 100px 0;
}

.home-featured-news h3, .home-featured-news p{
	color: #ffffff;
}

.home-featured-news h3{
	text-transform: uppercase;
	margin-bottom: 24px;
}

.home-featured-news a.more-link{
    text-transform: uppercase;
    background-color: transparent;
    padding: 10px 30px;
    border: #ffffff 2px solid;
    margin-top: 20px !important;
    font-size: 14px;
    max-width: 245px;
    text-align: center;
}

.home-featured-news a.more-link:hover{
	background-color: #f9fafa;
	color: #327532;
	border-color: #f9fafa;
}

.home-featured-news .ows-content{
	width: 48.7%;
	float: left;
}

.home-featured-news .ows-body{
	width: 85%;
}

.home-featured-news .ows-featured-news{
	background-color: #f9fafa;
	padding: 35px;
}

.home-featured-news .featured-content {
	margin: 0;
	position: relative;
	width: 50%;
    float: left;
	padding: 18px 42px 25px 42px;
}

.home-featured-news .featured-content:last-child{
	background-color: rgba(255,255,255,0.7);
}

.home-featured-news .featured-content .entry {
	margin: 10px 0 0 0;
}
.home-featured-news .featured-content a {
	color: #fff;
	display: block;
	margin: 0;
}
.home-featured-news .featured-content a img {
	display: block;
	width: 100%;
}

.home-featured-news .featured-content .widget-title{
	color: #ffffff;
    /*font-size: 22px;
    font-weight: 500;*/
    line-height: 18px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.home-featured-news .featured-content:last-child .widget-title{
	color: #f6b221;
}

.home-featured-news .featured-content .entry-title {
	margin: 0 0 17px 0;
}
.home-featured-news .featured-content .entry-title a {
	color: #3F5564;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.home-featured-news .featured-content .entry-title a:hover {
	text-decoration: underline;
}
.home-featured-news .featured-content .entry-meta {
	margin: 0 0 18px 0;
}
.home-featured-news .featured-content .entry-time {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	text-transform: none;
}
.home-featured-news .featured-content .entry-content {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.home-featured-news .widget.atwidget {
	min-width: 300px;
	padding: 0 42px;
	width: auto;
}

/* Home Featured News 2*/
.home-events {
	background: #f9fafa;
    padding: 75px 0;
	position: relative;
}

.home-events .section-title{
	color: #3f5564;
    text-align: left;
    /*font-size: 22px;
    font-weight: 500;*/
	margin: 0 0 24px;
	text-transform: uppercase;
	width: 100%;
}

.home-events .home-events-content{
	width: 100%;
    height: 100%;
    position: inherit;
    min-height: 255px;
}

.home-events .home-events-content section:nth-child(2){
	padding: 0;
    background-color: #fff;
    width: 48.7%;
    float: left;
}

.home-events .featured-content {
	margin: 0;
    position: relative;
    width: 48.7%;
    float: left;
}
.home-events .featured-content .entry {
	margin: 0;
}

.home-events section:first-child article &gt; a{
	float: left;
    width: 43.4%;
	overflow: hidden;
}

.home-events .featured-content a {
	color: rgba(63, 85, 100, 0.8);
	display: block;
	margin: 0;
}
.home-events .featured-content a img {
	display: block;
	height: 255px;
}
.home-events .featured-content{
	padding: 0px 78px 20px 45px;
}
.home-events .featured-content .widget-title {
	color: #f6b221;
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.home-events .home-events-content section:nth-child(2) .widget-title{
	float: left;
    width: 56.6%;
    padding: 25px 0 0 20px;
}

.home-events .home-events-content section:nth-child(2) header.entry-header{
	padding-left: 20px;
    float: left;
    width: 56.6%;
}

.home-events .featured-content .entry-title {
	margin: 0 0 5px 0;
}
.home-events .featured-content .entry-title a {
	color: #3f5564;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.home-events .featured-content .entry-title a:hover {
	text-decoration: underline;
}
.home-events .featured-content .entry-meta {
	margin: 0 0 18px 0;
}
.home-events .featured-content .entry-time {
	text-transform: none;
    font-style: italic;
    color: rgba(63,85,100,0.60);
}
.home-events .featured-content .entry-content {
	color: rgba(63, 85, 100, 0.8);
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    float: left;
    padding-left: 20px;
    width: 56.6%;
}
.home-events .featured-content .entry-content a.more-link {
	display: inline;
    font-size: inherit;
    color: #429d46;
    margin: 0;
}
.home-events .featured-content .entry-content a.more-link:hover {
	color: #327532;
}


.home-events .widget.atwidget {
	min-width: 300px;
	padding: 0 42px;
	width: auto;
}

.home-events .view-all{
	text-align: left;
    padding-top: 50px;
}

.home-events .view-all a.more-link{
	display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #429d46;
    padding: 10px 30px;
    margin: 10px auto 0;
    width: auto;
	font-size: 14px;
}

.home-events .view-all a.more-link:hover{
	background-color: #327532;
}

/* Home Sponsors */
.home-sponsors {
	padding: 55px 0 22px 0;
}

.home-sponsors .section-title{
	color: #3f5564;
    text-align: center;
    /*font-size: 22px;
    font-weight: 500;*/
    margin: 0 0 24px;
	text-transform: uppercase;
}

.home-sponsors .widget-title {
	background: url('../images/home-sponsors-heading-bg.png') no-repeat center center transparent;
	color: #959595;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 48px 0;
	text-align: center;
	text-transform: uppercase;
}
.home-sponsors .post {
	margin: 0 0 32px 0;
	width: 100%;
}
.home-sponsors .post:nth-of-type(4) {
	display: none;
}
.home-sponsors .post &gt; a {
	background: #405361;
	display: block;
	margin: 0;
	position: relative;
}
.home-sponsors .post &gt; a img {
	margin: 0 0 13px 0;
	width: 100%;
}
.home-sponsors .post &gt; a:hover img {
	opacity: 0.2;
}
.home-sponsors .post &gt; a .continue-reading {
	color: #fff;
	display: none;
    font-size: 18px;
	line-height: 18px;
	margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.home-sponsors .post &gt; a:hover .continue-reading {
	display: block;
}
.home-sponsors .post .entry-title,
.home-sponsors .post .entry-title a {
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.home-sponsors .post .entry-title {
	margin: 0 0 13px 0;
}
.home-sponsors .post .entry-title a:hover {
	text-decoration: underline;
}
.home-sponsors .post .entry-time {
	color: #7d7d7d;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 15px 0;
	text-transform: none;
}
.home-sponsors .post .entry-content {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.home-sponsors .post .entry-content a {
	
}
.home-sponsors .post .entry-content.active a {
	display: block;
}
.home-sponsors .widget_text {
	text-align: right;
}
.home-sponsors .widget_text a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
	text-transform: uppercase;
}

.home-sponsors .lcs_logo_container a.lcs_logo_link{
	border: none !important;
}

/* Home Twitter / Bottom section */

.home-bottom .widget {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	width: 100%;
}
.home-bottom h2 {
	background: url('../images/home-twitter-heading-bg.png') no-repeat center center transparent;
	text-align: center;
}
/*.home-bottom h3 {
	color: #959595;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 24px 0;
	text-align: center;
	text-transform: uppercase;
}*/
.home-bottom h3 a {
	color: #959595;
}
.home-bottom h3 a:hover {
	color: #f78d2c;
}
.rotatingtweet {
	margin: 0 0 36px 0;
	outline: none;
}
.slick-dots li {
	background: #959595;
	border: medium none;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	text-indent: -99999px;
	width: 12px;
}
.slick-dots li.slick-active {
	background: #f78d2c;
}

/* Inner pages */
.site-inner .content {
	float: none;
	padding: 0;
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
}
.content .entry-title {
	color: #405361;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	margin: 0 0 10px 0;
}
.category-arabspatial-arabic .content .entry-title {
	color: #405361;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	margin: 0 0 10px 0;
	text-align: right;
}
.category-arabspatial-arabic .entry-content p {
	text-align: right;
}
.content .entry-title a {
	color: #405361;
}
.content .entry-title a:hover {
	color: #405361;
	text-decoration: underline;
}
.content .entry-header .entry-meta {
	margin: 0 0 7px 0;
}
.content .entry-time {
	color: #959595;
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
}
.content .entry-meta {
	border: medium none;
}
.content .entry-author {
	display: none;
}
.content .entry-content img {
	max-width: 100%;
}
.content .entry-meta .entry-categories {
	display: none;
}
.content .entry-meta .entry-tags {
	color: #000;
	float: left;
	font-family: 'Bitter';
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
	text-transform: none;
}
.content .entry-meta .entry-tags a {
	color: #959595;
	text-decoration: underline;
}
.page .site-inner .addthis_toolbox {
	display: none;
}
.addthis_toolbox a {
	display: inline-block;
	margin: 0 2px;
}
.content .addthis_toolbox a span {	
	height: 17px !important;
}
.content .addthis_toolbox a span.aticon-facebook {
	background: url('../images/social-media--facebook.png') no-repeat center center transparent !important;
	width: 9px !important;
}
.content .addthis_toolbox a span.aticon-twitter {
	background: url('../images/social-media--twitter.png') no-repeat center center transparent !important;
	width: 16px !important;
}
.content .addthis_toolbox a span.aticon-google_plusone_share {
	background: url('../images/social-media--google-plus.png') no-repeat center center transparent !important;
	width: 17px !important;
}
.content .addthis_toolbox a span.aticon-tumblr {
	background: url('../images/social-media--tumblr.png') no-repeat center center transparent !important;
	width: 10px !important;
}
.content .entry-content {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
.content .entry-content ul &gt; li {
	line-height: 22px;
}
.after-entry {
	background: #fff;
	padding: 0;
}
.after-entry h2 {
	background: url('../images/related-posts-heading-bg.png') no-repeat center center transparent;
	color: #959595;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 48px 0;
	text-align: center;
	text-transform: uppercase;
}
.after-entry .widget .post {
	margin: 0 0 50px 0;
	text-align: left;
	width: 100%;
}
.after-entry .widget .post a,
.after-entry .widget .post a img {
	display: block;
	width: 100%;
}
.after-entry .widget .post .entry-title,
.after-entry .widget .post .entry-title a {
	background: none;
	color: #f78d2c;
	font-size: 21px;
	line-height: 25px;
	margin: 0;
	text-align: left;
	text-transform: none;
}
.after-entry .widget .post .entry-title {
	margin: 0 0 12px 0;
}
.after-entry .widget .post .entry-meta {
	margin: 0 0 12px 0;
}
.after-entry .widget .post .entry-time {
	color: #7d7d7d;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
}
.after-entry .widget .post .entry-content {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}
.pagination {
	margin: 0 0 20px 0;
}
.pagination ul li a {
	background: transparent;
	color: #f78d2c;
}
.pagination ul li a:hover,
.pagination ul li.active a {
	background: transparent;
	color: #405361;
}

/* Sidebar */
.sidebar-primary {
	width: 100%;
}
.sidebar-primary .widget {
	background: #fff;
	border-radius: 0;
	margin: 0 auto 28px auto;
/* 	max-height: 250px;
 */	max-width: 600px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.sidebar-primary .widget .entry {
	margin: 0;
}
.sidebar-primary .widget a,
.sidebar-primary .widget a img {
	display: block;
	margin: 0;
	width: 100%;
	color: #8c99a2;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.sidebar-primary .widget a:hover {
	color: #429d46;
    text-decoration: underline;
}
.sidebar-primary .widget h2 {
	background: #f78d2c;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 15px 13px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}
.sidebar-primary .widget h2 a {
	color: #fff;
	font-weight: 400;
}
.sidebar-primary .widget h2:hover {
	background: #405361;
}

/* Footer */
.footer-widgets {
	background: #eceef0;
	color: rgba(63, 85, 100, 0.8);
	font-size: 14px;
	line-height: 19px;
	padding: 30px 0 48px 0;
}
.footer-widgets .widget-area {	
	width: 100%;
}

.footer-widgets .widget-area .widget-wrap {
	margin: 15px 0;
}

.footer-widgets .widget-area .widget li{
	border-bottom: none;
}

/*.footer-widgets .widget-title{
	color: #3F5564;
}*/

.footer-widgets .widget-area .widget {
	margin: 0;
}

.footer-widgets .widget-area .widget:first-child img{
	float: left;
	padding: 6px 10px 0 0;
}

.footer-widgets .widget-area p{
	color: #3f5564;
	
}

.footer-widgets .footer-social-media a {
	display: inline-block;
	height: 17px;
	margin: 0 2px;
	text-indent: -99999px;
}
.footer-widgets .footer-social-media a.facebook {
	background: url('../images/footer-social-media--facebook.png') no-repeat center center transparent;
	width: 9px;
}
.footer-widgets .footer-social-media a.twitter {
	background: url('../images/footer-social-media--twitter.png') no-repeat center center transparent;
	width: 16px;
}
.footer-widgets .footer-social-media a.google-plus {
	background: url('../images/footer-social-media--google-plus.png') no-repeat center center transparent;
	width: 17px;
}
.footer-widgets .footer-social-media a.tumblr {
	background: url('../images/footer-social-media--tumblr.png') no-repeat center center transparent;
	width: 10px;
}
.footer-widgets .footer-social-media a.rss {
	background: url('../images/footer-social-media--rss.png') no-repeat center center transparent;
	width: 16px;
}


.footer-widgets form {
	margin: 8px auto 0 auto;
	max-width: 207px;
	position: relative;
}
.footer-widgets input[type="text"],
.footer-widgets input[type="email"] {
	border: medium none;
	color: #959595;
	font-family: 'Bitter', serif;
	font-size: 12px;
	font-style: italic;
	height: 20px;
	line-height: 20px;
	padding: 0 30px 0 7px;
	width: 207px;
}
.footer-widgets input[type="submit"] {
	background: url('../images/footer-newsletter-submit-bg.png') no-repeat center center #f78d2c;
	border: medium none;
	border-radius: 0;
	clip: auto;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -99999px;
	width: 24px;
}

/* Post */
.entry-image{
	display: block;
    float: right;
    max-width: 750px;
}

body.content-sidebar .entry-image{
	float: left;
}

body.full-width-content .entry-image{
	max-width: 100%;
}

.entry-image img{
	margin: 0 0 25px 0;
}

body.single .site-inner, body.page .site-inner, body.blog .site-inner{
	padding-top: 161px;
}

body.header-sticky .top{
	display: none;
}

body.single.header-sticky .site-inner, body.page.header-sticky .site-inner{
	padding-top: 271px;
}

body.archive.header-sticky .site-inner, body.blog.header-sticky .site-inner{
	padding-top: 221px;
}

body.single .site-inner .wrap &gt; header.entry-header:first-child, body.page .site-inner .wrap &gt; header.entry-header:first-child, body.archive .site-inner .wrap &gt; header.entry-header:first-child, body.search .site-inner .wrap &gt; header.entry-header:first-child, body.blog .site-inner .wrap &gt; header.entry-header:first-child{
	width: 100vw;
    position: absolute;
    top: 111px;
    left: 0;
    margin: 0 auto;
    text-align: left;
    padding: 25px 0;
    min-height: 50px;
    background-color: #f9fafa;
	z-index: 999;
}
@media screen and (min-width:966px){
body.single.admin-bar .site-inner .wrap &gt; header.entry-header:first-child, body.page.admin-bar .site-inner .wrap &gt; header.entry-header:first-child, body.archive.admin-bar .site-inner .wrap &gt; header.entry-header:first-child, body.search.admin-bar .site-inner .wrap &gt; header.entry-header:first-child, body.blog.admin-bar .site-inner .wrap &gt; header.entry-header:first-child{
	top: 142px;
}
}

body.single .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.page .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.archive .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.search .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.blog .site-inner .wrap &gt; header.entry-header:first-child .entry-title{
	color: #3F5564;
    padding: 0;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
	margin: 0;
}

@media only screen and (min-width : 480px) {
	/* 480 Home Featured News */
	.home-events .featured-content{
		padding: 0px 78px 0px 45px;
	}
	/* 480 Home Featured News */
	.home-featured-news .widget.atwidget {
		padding: 0 78px 0 58px;
	}
	.home-events .widget.atwidget {
		padding: 78px 0 58px 0;
	}
}
@media only screen and (min-width : 640px) {
	/* 640 Header */
	.wbb-ocm-trigger {
		top: 20px;
	}
	/*.slicknav_menu {
		height: 72px;
		padding: 0;
	}*/
	.slicknav_nav {
		margin: 35px 0 0 0;
	}
	.header-image .site-title &gt; a {
		/*background-size: contain !important; */
		/* min-height: 90px; */
		background-position: center;
		/* background-position-x: 1px; */
		/*display: block;*/
		/*margin: 5px auto;*/
	}
	
}
@media only screen and (min-width : 768px) {
	/* 768 General styles */
	.fancybox-inner,
	.fancybox-iframe {		
		max-height: none !important;
	}
	.fancybox-iframe {
		height: 100% !important;
	}
	
	/* 768 Banner */
	/*.home-top,
	.home-top .carousel-inner .item {
		height: 355px;
	}*/
	.home-top .carousel .item a img {
		left: 50%;
		max-width: none;
		position: relative;
		-ms-transform: translateX(-50%);
		-webkit-transform:translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/*.home-top .carousel-caption {
		background: rgba(255,255,255,0.7);
		position: absolute;
		top: 15%;
		bottom: 15%;
		-ms-transform: translateX(145%);
		-webkit-transform:translateX(145%);
		-moz-transform: translateX(145%);
		-o-transform: translateX(145%);
		transform: translateX(145%);
		width: 35%;
		padding: 20px;
	}*/
	.home-top .carousel-caption h2,
	.home-top .carousel-caption h2 a {
		color: #3f5564;
		padding: 0;
		/*font-size: 26px;*/
		text-align: left;
		margin: 0;
		font-weight: 500;
		/*line-height: 32px;*/
		font-size: 27px;
		line-height: 30px;
	}
	.home-top .carousel-caption h2 a{
		padding: 0;
	}
	.home-top .carousel-caption p{
		font-size: 16px;
	}
	.home-top .carousel-caption p a {
		border: 2px solid #fff;
		color: #fff;
	}
	.home-top .carousel-control {
		top: 106px !important;
	}
	
	/* 768 Home content */
	.home-content p {
		padding: 0 34px;
	}
	
	/* 768 Home Latest Posts */
	.home-sponsors .post {
		float: left;
		margin: 0 1% 32px 1%;
		width: 48%;
	}
	.home-sponsors .post:nth-of-type(4) {
		display: block;
	}
	
	/* 768 Inner pages */
	.after-entry .widget .post {
		float: left;
		margin: 0 0 50px 2%;
		text-align: left;
		width: 48%;
	}
	.after-entry .widget .post:first-child {
		margin: 0 0 50px 0;
	}
	
	/* 768 Footer */
	.footer-widgets {
		position: relative;
	}
	.footer-widgets .widget-area {
		margin: 0px 1%;
		/*width: 31.3%*/
	}
	/*.footer-widgets .widget-area:nth-of-type(2) {
		left: 50%;
		position: absolute;
		top: 132px;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 80%;
	}*/
}
@media only screen and (min-width : 965px) {	
	/* 992 Banner */
	.home-top .carousel .item a img {
		max-width: none;
	}
}
@media only screen and (min-width : 965px) {
	.home-top .carousel-control {
		top: 30% !important;
	}
	/* 1200 Header */
	/*.site-header {
		background: #ffffff;
		display: block;
		left: 0;
		position: relative;
		width: 100%;
	}*/
	/*.header-image .site-title &gt; a {
		background-position: 0 0 !important;
		min-height: inherit;
		margin-top: 15px;
	}*/
	
	.site-header .widget_search {
		display: inline-block;
		margin: 0px;
		padding: 0px;
	}
	/*.site-header .widget_search form {
		float: none;
		height: 20px;
		line-height: 20px;
		margin: 0;
		position: relative;
		width: 100%;
		vertical-align: middle;
	}*/
	.site-header .widget_search input[type="search"] {
		/* color: #fff; */
		display: block;
		float: right;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-style: italic;
		height: 20px;
		line-height: 20px;
		padding: 0 30px 0 7px;
		width: 207px;
		border: none;
	}
	.site-header .widget_search input[type="submit"] {
		/*background: url('../images/header-search-submit-bg.png') no-repeat center center #66a75f;*/
		border-radius: 0;
		clip: auto;
		height: 20px;
		margin: 0;
		top: 0;
		right: 0;
		/*text-indent: -99999px;*/
		width: 24px;
		background-color: #66a75f;
	}
	.site-header .widget_text {
		color: #fff;
		display: block;
		font-family: 'Bitter', serif;
		font-size: 18px;
		font-style: italic;
		line-height: 18px;
		margin: 0 0 11px 0;
	}
	/*.site-header .widget_nav_menu {
		display: inline-block;
		margin: 0;
		padding: 0;
	}*/
	/*.slicknav_menu {
		display: none;
	}*/
	/*.site-header .widget_nav_menu ul li a {
		background: transparent;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 20px;
		padding: 0px 10px;
		text-transform: none;
	}*/
	
	.site-header .header-widget-area:last-child ul li a{
		border-right: 1px solid #fff;
	}
	
	.site-header .header-widget-area:last-child ul li:last-child a{
		border-right: none;
	}
	
	/*.site-header .widget_nav_menu ul li:last-child a {
		padding-right: 0;
	}*/
	.site-header .widget_nav_menu ul li.current-menu-item a,
	.site-header .widget_nav_menu ul li.current-menu-item a:hover,
	.site-header .widget_nav_menu ul li a:hover,
	.site-header .widget_nav_menu ul li:hover a {
		background: transparent;
		color: #fff;
	}
	.site-header .widget_nav_menu ul li ul.sub-menu {
		background: transparent;
		border: medium none;
		padding: 9px 0 0 0;
		margin: 0 0 0 16px;
	}
	.site-header .widget_nav_menu ul li ul.sub-menu li {
		background: #405361;
	}
	.site-header .widget_nav_menu ul li ul.sub-menu li a {
		border: medium none;
		color: #f58d3a;
		padding: 10px;
	}
	.site-header .widget_nav_menu ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.site-header .widget_nav_menu ul li ul.sub-menu li ul.sub-menu {
		background: transparent;
		left: 200px;
		margin: 0;
		padding: 0 0 0 1px;
		position: absolute;
		top: 20px;
	}

	/* 1200 Home CTA */
	.home-news-events-data .widget {
		float: left;
		margin: 0 0 0 2.6%;
		position: relative;
		width: 31.6%;
	}
	.home-news-events-data .widget:first-child {
		margin: 0;
	}

		/* 1200 Home CTA2 */
	.home-who-we-are .widget {
		float: left;
		margin: 0;
		position: relative;
		width: 48.7%;
	}
	.home-who-we-are .widget:first-child {
		margin: 0;
		border-right: 1px solid #cbcbcb;
	}


	/* 1200 Home Featured News */
	/*.home-featured-news .featured-content {
		float: left;
		width: 50%;
	}
	.home-events .featured-content {
		float: left;
		width: 50%;
	}

	.home-featured-news .widget.atwidget {
		position: absolute;
		right: 0px;
		top: 307px;
}

	.home-events .widget.atwidget {
		position: absolute;
		right: 0px;
		top: 307px;
}*/


	/* 1200 Home Latest Posts */
	.home-sponsors .post {
		float: left;
		margin: 0 0 32px 2.4%;
		width: 31.7%;
	}
	.home-sponsors .post:nth-of-type(1) {
		margin: 0;
	}
	.home-sponsors .post:nth-of-type(4) {
		display: none;
	}
	/* 1200 Inner pages */
	.site-inner .content {
		float: left;
		max-width: 750px;
	}
	/* Included for left sidebar */
	.sidebar-content .site-inner .content {
		float: right;
		max-width: 750px;
	}
.full-width-content .site-inner .content {
	width: 100%;
	max-width: 100%;
}
	.sidebar-primary {
		width: 360px;
	}
	
	/* 1200 Footer */
	.footer-widgets {
		height: auto;
	}
	.footer-widgets .widget-area,
	.footer-widgets .widget-area:nth-of-type(2) {
		margin: 0px 1%;
		width: 31.3%;
	}
	.footer-widgets .widget-area:nth-of-type(2) {
		left: 0;
		position: relative;
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@media only screen and (min-width : 965px) and (max-width : 1180px){
	.home-events section:first-child article &gt; a{
		width: initial;
	}
}

@media only screen and (min-width : 965px) and (max-width : 1180px){
	.home-events .home-events-content section:nth-child(2) {
		padding: 0;
		background-color: #fff;
		width: 100%;
		float: left;
		display: block;
		clear: both;
		margin-bottom: 31px;
	}
	
	.home-top .carousel-caption h2, .home-top .carousel-caption h2 a {
		font-size: 26px;
		line-height: 27px;
	}
	
	.home-top .carousel-caption {
		transform: translateX(128%);
		width: 40%;
	}
	
	.home-events .featured-content{
		min-height: 200px;
		padding-left: 0;
	}
}

@media only screen and (max-width : 1180px){	
	/* Main nav */
	#menu-main-menu.genesis-nav-menu a{
		padding: 10px 10px;
	}

	/* Home who we are */
	.home-who-we-are .widget {
		float: left;
		position: relative;
		width: 48.7%;
	}

	.home-who-we-are .widget:first-child {
		margin: 0;
		border-right: 1px solid #cbcbcb;
	}
	
	.home-who-we-are .featured-content a.more-link{
		display: block;
	}

	/* Home Events */

	
	.home-events .featured-content a img{
		height: 281px;
	}
	
	/* Home Bottom */
	.home-bottom #sign-up, .home-bottom form{
		float: left;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	
	.home-bottom #sign-up{
		padding-right: 10px;
	}
	
	/* Footer */
	.footer-widgets .widget-area:nth-of-type(2) {
		position: relative;
		top: auto;
		left: auto;
		/*-ms-transform: translateX(-50%); */
		/* -webkit-transform: translateX(-50%); */
		/* -moz-transform: translateX(-50%); */
		/* -o-transform: translateX(-50%); */
		transform: none;
		/* width: 80%; */
		/*margin: 0 0 7%;*/
	}
}

@media only screen and (max-width : 965px){
	/* Slick nav */
	.slicknav_menu{
		display: block;
		height: 100px;
		padding: 0;
	}
	
	.site-container &gt; header{
		display: none;
	}
	
	/* Header */
	.header-image .site-title &gt; a{
		margin: 10px auto 0	;
	}
	/* Slideshow */
	.home-top .carousel-control.left, .home-top .carousel-control.right{
		top: 30% !important;
	}
	
	.home-top .carousel-caption{
		-ms-transform: translateX(78%);
		-webkit-transform: translateX(78%);
		-moz-transform: translateX(78%);
		-o-transform: translateX(78%);
		/*transform: translateX(20%);
		width: 72%;*/
		transform: translateX(78%);
		width: 50%;
		padding: 10px;
	}
	
	.home-top .carousel-caption h2, .home-top .carousel-caption h2 a{
		font-size: 1.14em;
		line-height: 1.11em;
		padding: 0;
		text-align: left;
	}
	
	.home-top .carousel-caption p{
		display: none;
	}
	

	/* Home Featured Post */
	
	.home-featured-post section{
		width: 100%;
		margin: 0 auto 17px auto;
		max-width: 600px;
	}
	
	.home-featured-post .section-title{
		text-align: left;
		margin: 0 0 20px;
	}
	
	.home-featured-post article &gt; a.alignnone{
		width: 100%;
		margin: 0 auto 24px;
	}
	
	.home-featured-post article &gt; a.alignnone img{
		max-height: none;
		height: 310px;
	}
	
	.home-featured-post .widget-title{
		width: 100%;
		padding-left: 0;
	}
	
	.home-featured-post article header{
		width: 100%;
		padding-left: 0;
	}
	
	.home-featured-post .entry-content{
		display: none;
	}
	
	/* Home News Events Data */
	.home-news-events-data .featured-content img{
		height: auto;
		/*max-height: 185px;*/
		min-height: auto;
	}
	
	.home-news-events-data .entry-content{
		display: none;
	}
	
	/* Home Who We Are */
	.home-who-we-are .featured-content a.more-link{
		display: block;
		max-width: 210px;
	}
	
	.home-who-we-are .widget{
		width: 100%;
		max-width: none;
	}
	
	.home-who-we-are .widget:first-child{
		margin-bottom: 50px;
		border: none;
	}

	.home-who-we-are .entry-content {
		width:	80%;
	}
	
	/* Home Our Work */
	.widget_sp_image{
		visibility: hidden;
		height: 1px !important;	
		overflow: hidden;
	}
	
	.home-featured-news .featured-content{
		width: 100%;
		text-align: center;
	}
	
	.home-featured-news a.more-link{
		margin: 0 auto;
		max-width: 320px;
	}
	
	.home-featured-news .featured-content:last-child{
		display: none;
	}
	
	.home-featured-news .ows-featured-news{
		display: none;
	}
	
	/* Home Events */
	/*.home-events .home-events-content section:first-child{
		display: none;
	}*/
	
/*	.home-events .home-events-content section:first-child {
		display: block;
		width: 100%;
		margin-bottom: 31px;
		clear: both;
	}*/


	.home-events .wrap {
	    margin: 0 auto 17px auto;
	    max-width: 600px;
	    text-align:	left;
	}
	
	.home-events .featured-content{
		min-height: 265px;
	}
	
	.home-events .home-events-content section:nth-child(2) {
		padding: 0;
		background-color: #fff;
		width: 100%;
		float: left;
		display: block;
		clear: both;
		margin-bottom: 31px;
	}
	
	.home-events .entry-content{
		display: none;
	}
	
	.home-events section:nth-child(2) article &gt; a {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.home-events .featured-content a img {
		height: auto;
		float: none;
		width: 100%;
	}

	.home-events .home-events-content section:nth-child(2) .widget-title, .home-events .home-events-content section:nth-child(2) header.entry-header{
		width: 100%;
	}
	
	.home-events .featured-content{
		padding: 0;
		width: 100%;
		min-height: initial;
	}
	
	.home-events .view-all {
		text-align: left;
		padding-top: 0;
	}
	
	/* =================================
	/* INNER PAGES
	/* ===============================*/

	/* INTERNAL PAGE HEADER */
	body.single .site-inner, body.page .site-inner {
		padding-top: 0;
	}

	body.single .site-inner .wrap &gt; header.entry-header:first-child,
	body.page .site-inner .wrap &gt; header.entry-header:first-child  {
		position:  	relative;
		top:			0;
		left:			0;
		padding:		25px 0;
		width:			100%;
		max-width:		100%;
		margin-bottom: 	20px;
	}

	body.single .site-inner .entry-header .wrap,
	body.page .site-inner .entry-header .wrap {
		margin:	0 !important;
		padding: 0 5%;
	}

	/*  INTERNAL PAGE SIDENAV */
	.widget.widget_nav_menu {
		margin:		0 5% 28px 5%
	}

	.slicknav_nav {
		box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	}

	.slicknav_arrow {
		font-family:	sans-serif;
		font-size:		11px !important;
		opacity:		.5;
	}

	.slicknav_nav ul {
	    margin: 0 0 0 0;
	    background: rgba(0,0,0,.03);
	}

	
	/* INTERNAL PAGE CONTENT */
	.entry-image{
		display: block;
		float: right;
		max-width: 100% !important;
	}
	
	body.single .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.page .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.archive .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.search .site-inner .wrap &gt; header.entry-header:first-child .entry-title, body.blog .site-inner .wrap &gt; header.entry-header:first-child .entry-title{
		font-size: 1.4em;
	}

}/* END @media only screen and (max-width : 922px) */



@media only screen and (max-width : 415px){
	.slicknav_menu{
		height: 100px;
	}
	
	.slicknav_btn{
		left: 35%;
	}
	
	.slicknav_nav {
		margin: 45px 0 0 0;
	}
	
	
	/* Home Featured Post */
	.home-featured-post section{
		width: 100%;
	}
	
	.home-featured-post article &gt; a.alignnone img{
		max-height: 185px;
		height: auto;
	}
	
	.home-featured-post .widget-title{
		margin-top: 20px;
	}
	
	.home-featured-post .entry-title a{
		margin: 0;
	}
	
	/* Home News Events Data */
	.home-news-events-data{
		padding: 0px 0 75px;
	}
	
	
	/* Home Events */
	.home-events{
		padding: 50px 0;
		text-align: center;
	}
	
	.home-events h4.section-title{
		text-align: center;
	}
	
	.home-events .view-all{
		text-align: center;
	}
	
	/* Home Bottom */
	.home-bottom div.wpcf7 input[type="email"]{
		margin: 0 auto 10px auto;
		width: 90%;
	}
	
	/* Footer */
	.site-footer p{
		text-align: left;
	}
}

@media only screen and (max-width : 570px){
	/* Carousel */
	.home-top .carousel-caption h2, .home-top .carousel-caption h2 a{
		font-size: 1.08em;
		line-height: 1.08em;
	}
	
	.home-top .carousel-caption{
		-ms-transform: translateX(28%);
		-webkit-transform: translateX(28%);
		-moz-transform: translateX(28%);
		-o-transform: translateX(28%);
		transform: translateX(28%);
		width: 65%;
		padding: 10px;
	}
}

/*@media only screen and (min-width : 416px) and (max-width: 570px){
	.home-top .carousel-caption h2, .home-top .carousel-caption h2 a{
		font-size: 1.2em;
	}
}*/


@media only screen and (min-width: 1400px){
	body.single .site-inner .wrap &gt; header.entry-header:first-child, body.page .site-inner .wrap &gt; header.entry-header:first-child{
		top: 111px;
	}
}

.widget_sp_image{
	visibility: hidden;
	height: 1px !important;	
	overflow: hidden;
}

body.archive .site-inner, body.search .site-inner{
	padding-top: 120px;
}

body.home .site-inner{
	padding-top: 0;
}

body.home.header-sticky .site-inner{
	padding-top: 121px;
}	

body.full-width-content .site-inner aside{
	display: none;
}</pre></body></html>