/*
Theme Name: Cordico
Author: Monster Design Co.
Author URI: http://monsterdesignco.com
Description: Custom Theme for Cordico

/* ------------------- FONTS -------------------

	font-family: interstate, sans-serif;
	font-weight: 300;
	font-weight: 500;
	font-weight: 700;
	font-style: normal;
	
	font-family: 'Gilroy-Light';
	font-family: 'Gilroy-LightItalic';
	font-family: 'Gilroy-Medium';
	font-family: 'Gilroy-Regular';
	font-family: 'Gilroy-SemiBold';
	font-family: 'Gilroy-Bold';
	font-family: 'Gilroy-BoldItalic';

*/

/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* ------------------- BASIC LAYOUT ------------------- */

body {
	font-size: 16px;
	line-height: 1.2;
	color: #3C3F33;
	font-weight: 400;
	font-family: 'Gilroy-Regular';
}

#pagewrapper {
	width: 100%;
	overflow-x: hidden;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	z-index: 99999;
}

.no-hero header {
	position: relative;
	background: url(/wp-content/themes/cordico/images/bannerbg.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.no-hero header.transparent {
	background: transparent;
	position: absolute;
}

#hero {
	background: url(/wp-content/themes/cordico/images/bannerbg.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	color: #fff;
	position: relative;
	height: 730px;
	overflow: hidden;
}

.banner-text {
	width: 40%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.banner-text h5 {
	margin: 0;
	color: #5a5e74;
}

.banner-text img {
	margin-bottom: 20px;
}

.sub #hero {
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.sub .banner-text {
	width: 48%;
	position: relative;
	top: auto;
	transform: translateY(0);
	-ms-transform: translateY(0); /* IE 9 */
	-webkit-transform: translateY(0); /* Chrome, Safari, Opera */
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	padding-top: 230px;
	padding-bottom: 180px;
	z-index: 9999;
}

.banner-image {
	width: 40%;
	height: 100%;
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.banner-image img {
	height: calc(100% - 136px);
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: block;
	max-width: none;
}

.banner-text.columns {
	width: auto;
}

.banner-text h1 {
	color: #fff;
	margin: 5px 0 25px 0;
}

.banner-text p {
	font-size: 1.125em;
	font-family: 'Gilroy-Regular';
}

.sub .banner-text a {
	color: #fff;
	font-family: 'Gilroy-Bold';
}

.less-max {
	padding-left: 80px;
	padding-right: 80px;    
	max-width: 1344px;
	margin: 0 auto;
}

.mobile-only, .show-mobile {
	display: none;
}

/*

.fl-row-full-width .fl-row-content-wrap .fl-module-content{
	margin: 0;
}
*/

.quote {
	font-size: 2.5em;
	line-height: 1.2;
	font-family: interstate, sans-serif;
	font-weight: 300;
}

.quote strong {
	font-weight: 500 !important;
	font-family: interstate, sans-serif;
	
}

.icon-set .level-item {
	text-align: center;
	position: relative;
}

.icon-set p {
	font-family: interstate, sans-serif;
	font-weight: 500;
	margin: 5px 0;
}

.icon-set a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.icon-set img {
	display: block;
	margin: 0 auto;
}

.fl-row-content .fl-col-small {
    max-width: none !important;
}

.icons h4 {
	font-size: 1.125em;
	margin: 5px 0;
}

.icons p {
	margin: 15px 0;
}

.home .icons p {
	margin: 5px 0;
}

.section {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.fl-tabs h2 {
	font-weight: 700;
}

/* ------------------- HOME ------------------- */

.app-screen1-cont .fl-node-content {
	position: relative;
}

.app-screen1 {
	position: absolute;
	top: 50%;
	right: 0;
	width: 276px !important;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

@media all and (max-width: 1330px) {
	.fl-node-5f3323b8d8766 > .fl-col-content {
		padding-right: 0;
	}
	
	.fl-node-5f3323b8d8766 {
	    width: 40%;
	}
	
	.fl-node-5f3323b8d876a {
	    width: 60%;
	}
}

@media all and (max-width: 1096px) {
	.app-screen1 {
		right: -130px;
	}
	.fl-node-5f3323b8d8766 {
	    width: 50%;
	}
	
	.fl-node-5f3323b8d876a {
	    width: 50%;
	}
}

@media all and (max-width: 992px) {
	.app-screen1 {
		display: none;
	}
	.fl-node-5f3323b8d8766 {
	    width: 55%;
	}
	
	.fl-node-5f3323b8d876a {
	    width: 45%;
	}
}

@media all and (max-width: 768px) {
	.app-screen1-cont {
		text-align: center;
	}
	
	.app-screen1-cont img {
		float: none;
		display: block;
		margin: 10px auto;
	}
}

.testimonial-block h2 {
	font-weight: 700;
	margin-bottom: 5px;
}

.test-title {
	margin: 5px 0;
	text-transform: uppercase;
	color: #b02234;
	font-weight: 500;
	font-family: interstate, sans-serif;
}

.testimonial-block .button {
	color: #b02234;
	background: url(/wp-content/themes/cordico/images/gradient-border.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
}

.testimonial-block .fl-module-photo {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.testimonial-block .fl-col:first-child .fl-col-content {
	position: relative;
}

@media all and (max-width: 768px) {
	.testimonial-block .fl-module-photo {
		display: none;
	}
	.testimonial-block {
		text-align: center;
	}
}

.light-blue {
	color: #7caed8 !important;
}

.light-red {
	color: #f75048 !important;
}

.light-yellow {
	color: #f7d48f !important;
}

.stats h2 { 
	margin: 25px 0 5px;
}

.stats p {
	margin: 5px 0 25px;
}

@media all and (max-width: 768px) {
	.stats p:last-child {
		margin-bottom: 0;
	}
	.stats {
		text-align: center;
	}
}

#features h4 {
	margin: 10px 0;
	font-size: 1.125em;
}

#features ul {
	margin: 5px 0;
}

#features ul li {
	margin: 5px 0;
}

#features .fl-rich-text div {
	padding-left: 130px;
}

#features hr {
	margin: 30px 0;
}

#features .fl-photo-img {
	max-width: 100%;
}

.video-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-bg video {
	width: auto;
	height: 100%;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	
}

@media all and (max-width: 768px) {
	.video-bg {
		display: none;
	}
}

.gradient-line {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#44729d+30,ffffff+50,bb1e2d+70 */
	background: #44729d; /* Old browsers */
	background: -moz-linear-gradient(left,  #44729d 30%, #ffffff 50%, #bb1e2d 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #44729d 30%,#ffffff 50%,#bb1e2d 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #44729d 30%,#ffffff 50%,#bb1e2d 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44729d', endColorstr='#bb1e2d',GradientType=1 ); /* IE6-9 */
	z-index: 9999;
}

/* ------------------- NAVIGATION ------------------- */

nav {
	float: right;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-size: .8125em;
	padding: 0 20px;
}

.menu-btn, .search-btn {
	padding-left: 10px;
	padding-right: 10px;
}

.menu-btn {
	padding-right: 0;
}

nav ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 18px 0 35px;
	display: block;
}

header nav ul li a:hover, li.hover a {
	color: #fff;
}

nav ul li.has-sub-menu:hover {
	background: url(/wp-content/themes/cordico/images/li-arrow.png) no-repeat bottom center;
	background-size: 30px auto;
}

nav ul li.has-sub-menu a {
	transition: color 500ms linear 0s;
	-webkit-transition: color 500ms linear 0s;
	-moz-transition: color 500ms linear 0s;
	-ms-transition: color 500ms linear 0s;
	-o-transition: color 500ms linear 0s;
}

nav ul li.has-sub-menu:hover a {
	color: #A7B4C1;
}

.nav-btn a {
	display: inline-block;
	padding: 12px 25px;
}

.nav-btn:hover a {
	color: #fff;
}

.gradient-border a {
	background: url(/wp-content/themes/cordico/images/gradient-border.png) no-repeat;
	background-size: contain;
}

.sub-menu {
	position: absolute;
	width: 100%;
	padding: 40px 3rem;
	left: 0;
	top: 65px;
	display: none;
	z-index: 9999999;
}

nav ul li:hover .sub-menu {
	display: block;
}

header .search-btn a img, header .menu-btn a img {
	position: relative;
	top: 5px;
}

.sub-menu-wrap {
	background: #F2F5F7;
	padding: 40px 60px;
	font-size: 16px;
}

.sub-menu li {
	padding: 0;
	margin: 8px 0;
	font-size: .875em;
	display: block;
}

.sub-menu li a {
	color: #292E4B !important;
	padding: 0;
	text-transform: none;
}

.sub-menu li a:hover {
	color: #292E4B;
}

.sub-menu h6 {
	margin: 15px 0;
	font-size: .875em;
}

.sub-menu .news-title a {
	color: #292e4b !important;
}

.sub-menu ul {
	margin-bottom: 30px;
}

/* ------------------- FULL MENU ------------------- */

.full-menu {
	position: fixed;
	width: 35%;
	height: 100%;
	padding: 50px 3rem 30px;
	top: 0;
	right: -35%;
	background: #292e4b;
	color: #fff;
	z-index: 9999999;
	-webkit-transition: right 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-moz-transition: right 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-ms-transition: right 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	-o-transition: right 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
	transition: right 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s;
}

.open .full-menu {
	right: 0;
}

.no-scroll {
	display: none;
	left: 0;
	top: 0;
	width: 65%;
	height: 100%;
	position: fixed;
}

.open .full-menu .no-scroll {
	display: block;	
}

body.open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.full-menu-scroll {
	width: 100%;
	height: calc(100% - 80px);
	top: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
}

.close-menu {
	position: absolute;
	top: 45px;
	right: 3rem;
	width: 28px;
	height: 28px;
	z-index: 9999999999;
}

.call-link {
	color: #fff;
	font-weight: 700;
	font-family: interstate, sans-serif;
	padding: 5px 0 6px 40px;
	background: url(/wp-content/themes/cordico/images/call-ico.svg) no-repeat top left;
	background-size: 30px auto;
	
}

.call-link:hover {
	color: #fff;
}

.full-menu hr {
	border: none;
	border-bottom: 1px solid #e4e4e4;
	background: none;
	margin: 35px 0;
}

.full-menu ul {
	padding: 0;
	margin: 0;
}

.full-menu ul li {
	list-style-type: none;
	padding: 0;
	font-size: 1em;
	margin: 0;
}

.full-menu ul li a {
	color: #fff;
	font-weight: 700;
	font-family: interstate, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 8px 0;
}

.full-menu ul li.connect {
	color: #fff;
	font-weight: 700;
	font-family: interstate, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 8px 0;
}

.full-menu ul li a:hover {
	color: #fff;
}

.collapsible-header {
	background: url(/wp-content/themes/cordico/images/caret-right.svg) no-repeat right center;
	background-size: 8px 16px;
}

.active .collapsible-header {
	background: url(/wp-content/themes/cordico/images/caret-down.svg) no-repeat right center;
	background-size: 16px 8px;
}

.collapsible-body {
	display: none;
}

.full-menu ul li .collapsible-body li a {
	padding: 4px 0 4px 20px;
	font-family: 'Gilroy-Medium';
	font-size: .9125em;
	font-weight: normal;
}

.full-menu .event-img {
	height: 120px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.full-menu .event-date {
	background: #4472a0;
	padding: 4px 10px;
	color: #7caed8;
	font-family: interstate, sans-serif;
	font-weight: 500;
	text-align: center;
}

.full-menu .event-date strong {
	font-weight: 700;
	color: #f2f5f7;
}

.full-menu .events {
	padding: 8px 0 0;
	margin-bottom: 0 !important;
}

.full-menu .social-links {
	margin: 5px 0;
}

.full-menu .social-links a {
	display: inline-block;
}

.full-menu .social-links a img {
	width: 26px;
	height: auto;
}

.full-menu .copyright {
	font-size: .7em;
	font-family: 'Gilroy-Medium';
	line-height: 1.8;
}

.full-menu .copyright a {
	color: #de2927;
}

.full-menu .event {
	position: relative;
}

.full-menu .event a.full-link {
	position: absolute !important;
}

.full-menu .level .level-item:first-child {
	text-align: left;
}

.connect .column {
	padding-bottom: 0;
}

.connect .is-one-third:first-child img {
	padding-top: 13px;
}

.connect .is-one-third:nth-child(2) img {
	padding-top: 16px;
}

.connect .social-links img {
	padding-top: 5px;
}

/* ------------------- SIDEBAR ------------------- */

.widget {
	margin-bottom: 50px;
}

.sidebar ul {
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	padding: 0 0 15px;
	font-weight: 500;
	font-family: interstate, sans-serif;
	border-bottom: 1px solid #e4e4e4;
}

.sidebar ul li:last-child {
	border-bottom: none;
}

.sidebar ul li a {
	color: #292e4b;
}

#gform_wrapper_2 {
	padding: 30px 15px;
	color: #fff;
	background: #292e4b;
}

#gform_wrapper_2 input {
	width: 100%;
	border: none;
	font-size: .9375em;
	font-family: 'Gilroy-Regular';
	padding: 10px 15px;
}

#gform_wrapper_2 label {
	display: none;
}

#gform_wrapper_2 li {
	border: none;
	padding: 0 !important;
	margin: 10px 0;
}

#gform_wrapper_2 .gform_description {
	font-weight: 700;
	font-family: interstate, sans-serif;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.1;
	margin: 0 auto 35px;
	padding-top: 90px;
	background: url(/wp-content/themes/cordico/images/request-info.png) no-repeat center top;
	background-size: 85px auto;
	
}

.gform_footer #gform_submit_button_2, .gform_footer #gform_submit_button_5, .gform_footer #gform_submit_button_6 {
	background: #b02234;
	color: #fff;
	font-weight: 700;
	font-family: interstate, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em !important;
}

/* ------------------- EVENTS ------------------- */

.event-container .ss-inline-share-wrapper {
	display: none;
}

.tribe-events-single-event-description .ss-inline-share-wrapper {
	display: block;
	padding: 25px 0 0;
}

.tribe-events-single-event-title {
	margin: 8px 0 10px;
}

#tribe-events-content .byline, #tribe-events-content h5 {
	margin: 0;
}

#tribe-events-content h5 {
	margin-top: 10px;
}

.tribe-events-event-image {
	margin: 25px 0;
}

.tribe-events-event-image img {
	width: 100%;
}

.tribe-events-cal-links {
	text-align: right;
}

.tribe-events-cal-links a {
	display: inline-block;
	float: none !important;
	margin-top: 0 !important;
}

.tribe-events-notices {
    background: #B02234;
    border-radius: 0;
    border: none;
    color: #fff;
    margin: 10px 0 25px;
    padding: 8px 35px;
    text-shadow: none;
	font-family: 'Gilroy-BoldItalic';
	text-align: center;
}

.filters {
	background: #f4f5f8;
	padding-top: 30px;
	padding-bottom: 30px;
}

.filters ul {
	margin: 0;
	width: 100%;
}

.filters ul li {
	margin: 0;
	min-width: 300px;
}

.filters ul li:last-child {
	display: none !important;
}

.filters h4 {
	text-transform: uppercase;
	font-family: 'Gilroy-Bold';
	font-weight: normal;
	font-size: .9375em;
	float: left;
	margin: 7px 15px 7px 0;
	margin-top: 7px !important;
}

.filters select {
	 width: 115%;
	 background: none;
	 border: none;
	 padding: 5px 12px;
	 font-size: .9375em;
	 color: #2e3648;
	 float: left;
}

.filters .container_select {
	 background: url(https://dev.cordico.com/wp-content/plugins/bb-custom-module/modules/requestinfo/images/select-arrow.png) no-repeat right center #fff !important;
	 background-size: 20px auto !important;
	 overflow: hidden;
	 border: 1px solid #d8dade;
 }
 
 h5.date-time {
	 color: #4472a0;
	 font-size: 1.25em;
	 margin: 15px 0;
 }
 
.featured-event h2 {
	margin: 15px 0;
}
 
.tribe-events-list .type-tribe_events:first-of-type {
   margin-top: 0 !important;
}

.news-info .tribe-event-date-start, .news-info .tribe-event-time {
	font-size: 1em;
}

.tribe-events-button {
	background: #B02234 !important;
	border-radius: 13px !important;
}

#tribe-events-footer {
	display: none;
}

/* ------------------- BLOG ------------------- */

.post-date {
	color: #292e4b;
	font-weight: 500;
	font-family: interstate, sans-serif;
}

.byline {
	color: #b02234;
	text-transform: uppercase;
	font-size: .875em;
	font-family: 'Gilroy-Regular';
}

.post-header {
	padding: 0 0 30px;
}

.post-header p, .post-header h1 {
	margin: 10px 0;
}

.caption {
	color: #979797;
	font-size: .75em;
	font-weight: 700;
	text-align: right;
	font-family: interstate, sans-serif;
	margin-top: 10px;

}

.ss-inline-share-wrapper {
	padding: 25px 0 5px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.ss-inline-share-wrapper .ss-social-share-label {
	display: inline-block;
	margin-right: 10px !important;
	position: relative;
	top: -20px;
}

.author {
	padding-bottom: 35px !important;
	margin: 35px 0;
	border-bottom: 1px solid #e4e4e4;
}

.author:last-of-type {
	border-bottom: none;
	padding-bottom: 0 !important;
}

.author-img {
	height: 200px;
	width: 200px;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.author-info {
	padding-left: 240px;
}

blockquote {
	padding: 40px 20px 20px;
	background: url(/wp-content/themes/cordico/images/blockquote.png) no-repeat center top;
	background-size: 109px auto;
	text-align: center;
	font-weight: 300;
	font-family: interstate, sans-serif;
	font-size: 2.3125em;
	margin-top: 50px;
}

blockquote p {
	margin: 0;
	font-size: 1em;
}

blockquote strong {
	font-weight: 700;
}

.pagination-w {
	text-align: center;
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #e4e4e4;
	font-family: 'Gilroy-Regular';
	color: #292e4b;
	font-size: .9375em;
}

.pagination-w a {
	font-family: 'Gilroy-Bold';
	color: #292e4b;
}

.pagination-w span, .pagination-w a {
	display: inline-block;
	padding: 0 5px;
}

.pagination-w .prev {
	border-right: 1px solid #a9abb7;
	padding-right: 10px;
	margin-right: 5px;
}

.pagination-w .next {
	border-left: 1px solid #a9abb7;
	padding-left: 10px;
	margin-left: 5px;
}

.blog .news-title {
	font-size: 1.5625em;
}

.blog p {
	margin: 15px 0;
}

.blog .news-cat {
	font-size: .9375em;
	margin: 10px 0;
	display: block;
}

.blog .meta span {
	font-size: .9375em;
}

.blog .news-thumb {
	height: 280px;
}

.blog.archive .news-thumb {
	height: 220px;
}

.full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.featured {
	position: relative;
	padding: 150px 60px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.featured * {
	color: #fff !important;
}

.featured .post-info {
	width: 50%;
	position: relative;
	z-index: 999;
}

.featured .overlay, .subscribe-window .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #000;
	opacity: .5;
}

.blog .featured .news-title {
	font-size: 2.5em;
}

.blog .featured .news-excerpt {
	font-size: 1.125em;
	margin: 20px 0;
}

.featured .news-date {
	font-size: 1em;
	font-weight: 500;
	font-family: interstate, sans-serif;
}

/* ------------------- SUBSCRIBE ------------------- */

.subscribe-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	overflow: hidden;
	display: none;
}

.subscribe-window #mc_embed_signup {
	width: 90%;
	max-width: 500px;
	position: absolute;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: 9999999;
	padding: 240px 25px 40px;
	text-align: center;
}

.subscribe-window #mc_embed_signup .subscribe-img {
	width: 100%;
	height: 200px;
	background: url(/wp-content/themes/cordico/images/subscribewindow.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;	
	position: absolute;
	top: 0;
	left: 0;
}

.subscribe-window #mc_embed_signup label {
	font-size: 1.5em;
	padding: 0;
	font-family: 'Gilroy-Bold';
	text-align: center;
}

.subscribe-window #mc_embed_signup input[type=email] {
	width: 100% !important;
	border-radius: 0 !important;
	padding: 10px 15px;
	margin: 20px 0;
}

.subscribe-window #mc_embed_signup .button {
	height: 48px;
	border-radius: 24px;
	font-size: 1em;
	color: #fff;
	background: #b02234;
	line-height: 1em !important;
	width: 100%;
}

.subscribe-window #mc_embed_signup .close-subscribe {
	top: -20px;
	right: -20px;
	padding: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 9999999999;
}

/* ------------------- TESTIMONIALS ------------------- */

.even.testimonial {
	background: #f1f2f5;
}

.testimonial .test-name, .testimonial .test-title {
	display: block;
}

.test-name {
	font-size: 1em;
	font-weight: 700;
	font-family: interstate, sans-serif;
	color: #292e4b;
}

.testimonial .test-title {
	font-size: .8125em;
}

.testimonial .test-quote {
	padding-right: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.even .test-quote {
	padding-left: 200px;
	padding-right: 0;
}

.test-photo {
	width: 160px;
	height: 160px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	float: right;
}

.even .test-photo {
	float: left;
}

/* ------------------- NEWS ------------------- */

.news-thumb {
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.news-thumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.news-info {
	padding-top: 15px;
}

.news-cat {
	font-size: .75em;
	text-transform: uppercase;
	font-family: 'Gilroy-Regular';
}

.blue {
	color: #0258a3;
}

.dark-blue, .read-more.dark-blue, .read-more.dark-blue:hover {
	color: #2e3648;
}

.red, .banner-text .red {
	color: #b02234;
}

.news-title {
	text-transform: capitalize;
	font-weight: 700;
	font-family: interstate, sans-serif;
	color: #292e4b;
	font-size: 1.125em;
	line-height: 1.2;
	margin: 5px 0;
}

.news-excerpt {
	font-family: 'Gilroy-Light';
	font-size: .8125em;
	margin: 8px 0;
	color: #4d4d4d;
}

.meta span {
	font-weight: 500;
	font-family: interstate, sans-serif;
	font-size: .75em;
	display: inline-block;
}

.publication {
	text-align: left;
}

.news-date {
	text-align: right;
}

.meta {
	margin-bottom: 3px !important;
}

.sub-menu article a {
	padding: 0;
}

.news-more {
	text-align: right;
}

.news-post a, .news-post a:hover {
	color: inherit;
	text-transform: inherit;
}

.attachment-post-thumbnail {
	width: 100%;
}

/* ------------------- SEARCH ------------------- */

#search-window {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 50px;
	background: #f2f5f7;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}

.close-search {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 99999999;
}

.search-box {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99999999;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.search-box h2 {
	font-weight: 300;
}

.search-box form {
	position: relative;
	margin-top: 50px;
}

.search-box input[type=text]{
	border: none;
	background: #fff;
	font-size: 1.125em;
	padding: 13px 60px 13px 20px;
	display: block;
	width: 460px;
}

.search-box input[type=submit]{
	height: 47.5px;
	border: none;
	width: 115px;
	background: #b02234;
	color: #fff;
	font-size: 1.125em;
	position: absolute;
	top: 0;
	right: 0;
}

/* ------------------- SOLUTIONS ------------------- */

.solutions .column {
	text-align: center;
}

.solutions h4, .solutions p {
	margin: 15px 0;
}

.read-more {
	color: #ad2234;
	font-family: 'Gilroy-SemiBold';
	margin: 0 0 15px 0;
	display: inline-block;
}

.read-more:hover {
	color: #ad2234;
}

p .read-more {
	margin-bottom: 0;
}

.solutions .column {
	position: relative;
}

.solutions .border {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid #e1e1e1;
	z-index: 9;
}

.solutions .padding {
	padding: 30px 15px;
	position: relative;
	z-index: 99;
}

.border-boxes h4, .border-boxes p {
	margin: 15px 0;
}

/* ------------------- DOWNLOADS ------------------- */

.download-thumb {
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.download .padding {
	padding-top: 220px;
}

/* ------------------- FOOTER SEARCH BAR ------------------- */

.search-bar {
	padding: 25px 1.5rem;
	background: #f4f5f8;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.search-bar form {
	position: relative;
}

.search-bar input[type=text] {
	margin-left: 40px;
	padding: 6px;
	font-size: 1.125em;
	border: none;
	width: 300px;
	background: none;
}

.search-bar ::placeholder {
	color: #b1b1b1;
	opacity: 1;
}

.search-bar input[type=image] {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	
}

.search-bar .call-link, .search-bar .email-link {
	color: #292e4b;
	font-weight: 700;
	font-family: interstate, sans-serif;
	padding: 7px 20px 8px 40px;
	background: url(/wp-content/themes/cordico/images/f-call-ico.png) no-repeat top left;
	background-size: 30px auto;
	display: block;
	text-transform: uppercase;
	
}

.search-bar .email-link {
	background: url(/wp-content/themes/cordico/images/email-ico.png) no-repeat center left;
	background-size: 55px auto;
	padding: 7px 20px 8px 65px;
	text-transform: uppercase;
}

.search-bar .call-link:hover, .search-bar .email-link:hover {
	color: #292e4b;
}

#search:focus{
    outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* ------------------- SEARCH RESULTS ------------------- */

.result {
	padding-bottom: 35px;
	margin-bottom: 35px !important;
	border-bottom: 1px solid #e4e4e4;
}

.result:first-of-type {
	padding-top: 10px;
}

.result:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: none;
}

.result h3, .result p {
	margin: 15px 0;
}

.result .read-more {
	margin-bottom: 0;
}

.result .is-one-quarter {
	height: 200px;
	position: relative;
}

.result .is-one-quarter .post-img {
	position: absolute;
	top: .75rem;
	left: 2rem;
	right: 2rem;
	bottom: .75rem;
	z-index: 99;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ------------------- CONTACT ------------------- */

.gform_body label {
	font-weight: 700;
	font-family: interstate, sans-serif;
	
}

.gfield input, .gfield textarea {
	width: 100% !important;
	border: 1px solid #e4e4e4 !important;
	border-radius: 0;
	background: #fff !important;
	padding: 8px 10px !important;
}

.gfield, .gform_footer {
	padding-right: 16px !important;
}

#field_4_3, #field_4_4, #field_4_5, #field_4_6, #field_6_3, #field_6_4, #field_6_5, #field_6_2, #field_7_4, #field_7_5, #field_7_2, #field_7_3, #field_8_3, #field_8_2 {
	width: 50%;
	float: left;
	clear: none;    
}

#field_6_1 {
	margin-bottom: 0;
}

#field_4_4, #field_4_6, #field_6_2, #field_6_5, #field_7_5, #field_7_3, #field_8_3 {
	float: right;
}

  #field_4_7, .fl-rich-text #field_1_7 {
	  margin-bottom: 5px;
  }
 
 #field_4_7 .gfield_label, .fl-rich-text #field_1_7 .gfield_label{
	 display: none;
 }
 
#field_4_7 .gfield_checkbox, .fl-rich-text #field_1_7 .gfield_checkbox {
	padding-top: 15px;
	margin-bottom: 0;
}

.gfield_checkbox label {
	position: relative;
	top: 2px;
}

.gfield_radio label {
	position: relative;
	top: 2px;
}

@-moz-document url-prefix() {
  .gfield_checkbox label {
	top: 0;
	}
	.gfield_radio label {
	top: 0;
	}
}
 
#field_4_7 .gfield_checkbox li, .fl-rich-text #field_1_7 .gfield_checkbox li, #field_7_7 .gfield_checkbox li {
	display: inline-block;
	font-size: 1em;
	width: 180px;
}

#field_7_7 .gfield_checkbox li {
	width: 50%;
}

#field_7_7 .gfield_label {
	display: none;
}

.fl-rich-text #field_1_9 .gfield_radio li {
	display: inline-block;
	font-size: 1em;
	width: 60px;
}

#field_4_7 .gfield_checkbox li label, .fl-rich-text #field_1_7 .gfield_checkbox li label  {
	text-transform: uppercase;
	font-size: .8125em;
}

#field_4_7 .gfield_checkbox li input, .fl-rich-text #field_1_7 .gfield_checkbox li input {
	margin-right: 5px;
}

#gform_submit_button_4, .fl-rich-text #gform_submit_button_1, #gform_submit_button_5, #gform_submit_button_6, #gform_submit_button_7, #gform_submit_button_8 {
	padding: 8px 40px;
	font-size: 1em;
	color: #fff;
	background: #b02234;
	line-height: 1em !important;
}

.fl-rich-text #field_1_1 select {
	 width: 108% !important;
	 background: none !important;
	 border: none !important;
	 padding: 10px 15px !important;
	 font-size: .9375em !important;
	 color: #2e3648 !important;
 }
 
.fl-rich-text .ginput_container_select {
	 background: url(https://dev.cordico.com/wp-content/plugins/bb-custom-module/modules/requestinfo/images/select-arrow.png) no-repeat right center #fff !important;
	 background-size: 32px auto !important;
	 overflow: hidden;
	border: 1px solid #e4e4e4 !important;
 }
 
 .gform_footer {
	 padding-right: 0 !important;
 }
 
/* ------------------- VIDEOS ------------------- */

#video-window {
	position: fixed;
	background: rgba(255,255,255,.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}

#video-window.open {
	display: block;
}

#video-window iframe {
	width: 90%;
	height: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	z-index: 9999;
}

#video-window .close-btn {
	font-family: 'Gilroy-Bold';
	width: 100%;
	text-align: center;
	top: 40px;
	left: 0;
	position: absolute;
	z-index: 999;
	color: #292E4B !important;
}

#video-window .close-btn:last-child {
	top: auto;
	bottom: 40px;
	z-index: 999;
}

iframe {
	max-width: 100%;
}

/* ------------------- FOOTER ------------------- */

footer {
	background: #ebeef3;
}

footer h6 {
	font-size: .8125em;
	margin: 25px 0 15px;;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	padding: 0;
	margin: 3px 0;
	list-style-type: none;
}

footer ul li a {
	color: #4472a0;
	font-family: 'Gilroy-Medium';
	font-size: .875em;
}

.request-link {
	color: #292e4b;
	font-weight: 700;
	font-family: interstate, sans-serif;
	padding: 19px 0 19px 38px;
	background: url(/wp-content/themes/cordico/images/request-ico.png) no-repeat center left;
	background-size: 28px auto;
	display: block;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.footer-logo {
	display: block;
	margin-bottom: 40px;
}

.subscribe-link {
	color: #292e4b;
	font-weight: 700;
	font-family: interstate, sans-serif;
	padding: 19px 0 19px 55px;
	background: url(/wp-content/themes/cordico/images/subscribe-ico.png) no-repeat center left;
	background-size: 45px auto;
	display: block;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.portal-link {
	color: #292e4b;
	font-weight: 700;
	font-family: interstate, sans-serif;
	padding: 19px 0 19px 50px;
	background: url(/wp-content/themes/cordico/images/portal-ico.png) no-repeat center left;
	background-size: 40px auto;
	display: block;
	text-transform: uppercase;
	margin-top: 30px;
}

.share-link {
	color: #292e4b;
	font-weight: 700;
	font-family: interstate, sans-serif;
	padding: 19px 0 19px 50px;
	background: url(/wp-content/themes/cordico/images/share-ico.png) no-repeat center left;
	background-size: 40px auto;
	display: block;
	text-transform: uppercase;
	margin-bottom: 30px;
}

footer hr {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
}

.social-links a {
	display: inline-block;
	margin-right: 5px;
}

footer .social-links {
	margin-top: -10px;
}

.below-footer {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.below-footer p {
	margin: 5px 0;
	font-size: .8125em;
	color: #808080;
	font-family: 'Gilroy-Medium';
}

.below-footer a {
	color: #808080;
}

.below-footer p.copyright {
	font-size: .6875em;
}

.below-footer p.copyright a {
	color: #e12927;
}

footer nav {
	float: none;
	width: 100%;
	overflow-x: hidden;
	border: 1px solid #d5d7db;
	margin: 30px 0 50px;
	background: url(/wp-content/themes/cordico/images/select-arrow.png) no-repeat right center;
	background-size: 20px 4px;
}

footer nav select {
	width: 104%;
	padding: 5px 2%;
	font-size: .8125em;
	border: none;
	background: transparent;
}


/* ------------------- TEXT STYLES ------------------- */

h1 {
	font-weight: 700;
	font-family: interstate, sans-serif;
	font-size: 2.8125em;
	line-height: 1.1;
	color: #292e4b;
	margin: 40px 0;
}

h2 {
	font-size: 2.3125em;
	color: #292e4b;
	line-height: 1.1;
	font-weight: 500;
	margin: 40px 0;
	font-family: interstate, sans-serif;
}

.fl-row-bg-photo h2 {
	margin: 25px 0;
}

.light {
	font-weight: 300;
}

h3 {
	font-size: 1.9em;
	color: #292e4b;
	line-height: 1.1;
	font-weight: 700;
	margin: 40px 0;
	font-family: interstate, sans-serif;
}

h4 {
	font-size: 1.5em;
	color: #292e4b;
	line-height: 1.1;
	font-weight: 500;
	margin: 40px 0;
	font-family: interstate, sans-serif;
}

h4:first-child {
	margin-top: 20px;
}

h5 {
	font-size: 1em;
	line-height: 1.1;
	font-weight: 700;
	margin: 25px 0;
	text-transform: uppercase;
	color: #2e3648;
	font-family: interstate, sans-serif;
}

.fl-row-bg-photo h5 {
	margin: 25px 0 -15px;
	color: #292e4b !important;
}

h6 {
	font-weight: 700;
	font-family: interstate, sans-serif;
	font-size: .9375em;
	line-height: 1.1;
	color: #B02234;
	text-transform: uppercase;
	margin: 25px 0;
}

p {
	font-size: 1em;
	line-height: 140%;
	margin: 25px 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #292e4b;
}

p a {
	font-family: 'Gilroy-Bold';
}

strong, b {
	font-family: 'Gilroy-Bold';
	font-weight: normal;
}

.fl-builder-content .fl-rich-text strong {
	font-weight: normal !important;
}
em, i {
	font-family: 'Gilroy-LightItalic';
	font-style: normal;
}

strong em, em strong {
	font-family: 'Gilroy-BoldItalic';
}

ul, ol {
	padding-left: 20px;
	margin: 10px 0;
}

ul li, ol li {
	font-size: 1em;
	line-height: 140%;
	margin: 15px 0;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;	
}

/* ------------------- MISC STYLES ------------------- */

hr.hidden {
	clear: both; 
	visibility: hidden;
	margin: 0;
	border: none;
	height: 0;
}

.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	max-width: 100%;
}

.button {
	border: none;
	border-radius: 21px;
	font-weight: 700;
	font-size: .9375em;
	text-transform: uppercase;
	font-family: interstate, sans-serif;
	padding: 20px 25px;
	letter-spacing: normal;
	height: 42px;
}

.button.reversed {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.white.button {
	color: #B02234;
}

.red.button {
	color: #fff;
	background: #b02234;
}

.no-top-marg {
	margin-top: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #e4e4e4;
	height: 1px;
	background: none;
}

.uppercase {
	text-transform: uppercase;
}

.about-img2 {
	height: 133px;
}

.about-img2 img {
	position: absolute;
	bottom: -133px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	left: 50%;
}

.luminosity {
	mix-blend-mode: luminosity;
}

.benefits ul {
	margin: 0;
}

.benefits ul li:first-child {
	margin-top: 0;
}

.gradient-bg {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#292e4b+0,23426a+34,be1e2d+100 */
	background: #292e4b; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #292e4b 0%, #23426a 34%, #be1e2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #292e4b 0%,#23426a 34%,#be1e2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #292e4b 0%,#23426a 34%,#be1e2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e4b', endColorstr='#be1e2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.inherit {
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
}

.relative-col .fl-col {
	position: relative;
}

.directory {
	background: #333;
}

.directory .section {
	background: #fff;
}

.directory .attachment-post-thumbnail {
	width: auto;
	display: block;
}

ul.circle li {
	list-style-type: circle;
}

.lity {
    z-index: 999999 !important;
}

/* ------------------- MEDIA QUERIES ------------------- */

@media all and (max-width: 1407px) {
	.less-max {
		max-width: 1152px;
	}
}


@media all and (max-width: 1315px) {
	.full-menu {
		width: 45%;
		right: -45%;
		
	}
	.no-scroll {
		width: 55%;
	}
}	

@media all and (max-width: 1215px) {
	.less-max {
		max-width: 960px;
	}
	.banner-image img {
		left: 0;
		transform: translateX(0);
		-ms-transform: translateX(0); /* IE 9 */
		-webkit-transform: translateX(0); /* Chrome, Safari, Opera */
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}

@media all and (max-width: 1092px) {
	.banner-text {
		width: 50%;
	}
}

@media all and (max-width: 1070px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}


@media all and (max-width: 1025px) {
	.full-menu {
		width: 55%;
		right: -55%;
		
	}
	.no-scroll {
		width: 45%;
	}
}	

@media all and (max-width: 876px) {
	.banner-text {
		width: calc(100% - 96px);
	}
	.section {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.less-max {
		padding-left: 0;
		padding-right: 0;
	}
	
	.featured {
		padding: 150px 60px;
	}
	
	.featured .post-info {
		width: 100%;
	}
	
}

@media all and (max-width: 835px) {
	.full-menu {
		width: 65%;
		right: -65%;
		
	}
	.no-scroll {
		width: 35%;
	}
}

@media all and (max-width: 768px) {
	#field_4_3, #field_4_4, #field_4_5, #field_4_6, #field_6_3, #field_6_4, #field_6_5, #field_6_2, #field_7_4, #field_7_5, #field_7_2, #field_7_3, #field_8_3, #field_8_2 {
		width: 100%;
		float: none;
	}
	.search-bar {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		background: #fff;
	}
	.search-bar .level-left {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.search-bar .level-right {
		padding: 1.5rem;
		background: #f1f2f5;
	}
	.footer-logo {
		margin: 0 auto;
	}
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.below-footer {
		text-align: center;
	}
	footer hr {
		margin: 15px 0;
	}
	footer .subscribe-link, footer .request-link {
		margin-bottom: 0;
	}
	footer .portal-link {
		margin-top: 0;
	}
	.below-footer .level-right {
		padding: 15px 0;
	}
	footer h5, footer .social-links {
		text-align: center;
	}
	.sub .banner-text {
		width: 100%;
	}
	.banner-image img {
		opacity: .4;	
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%); /* IE 9 */
		-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.author-img {
		height: 200px;
		width: 100%;
		float: none;
	}
	
	.author-info {
		padding-left: 0;
	}
}

@media all and (max-width: 730px) {
	.full-menu {
		width: 75%;
		right: -75%;
		
	}
	.no-scroll {
		width: 25%;
	}
	
	
	.featured {
		padding: 80px 30px;
	}
	
}

@media all and (max-width: 600px) {
	.tablet-only {
		display: none;
	}
	.full-menu {
		width: 100%;
		right: -100%;
		
	}
	.no-scroll {
		width: 0%;
	}
}

@media all and (max-width: 536px) {
	.banner-text {
		font-size: 90%;
	}
	.search-box {
		width: 90%;
	}
	.search-box input[type=text]{
		padding: 13px 20px 13px 20px;
		width: 100%;
	}
	
	.search-box input[type=submit]{
		width: 100%;
		position: relative;
		display: block;
		top: auto;
		right: auto;
		margin-top: 8px;
	}
}

@media all and (max-width: 490px) {
	.banner-text {
		font-size: 80%;
	}
	
	.social-links a {
		margin-right: 0;
	}
}

.container-fix {
	margin: 0 auto;
}

@media screen and (min-width:1024px){.container-fix{max-width:960px}}@media screen and (max-width:1215px){.container-fix.is-widescreen{max-width:1152px}}@media screen and (max-width:1407px){.container-fix.is-fullhd{max-width:1344px}}@media screen and (min-width:1216px){.container-fix{max-width:1152px}}@media screen and (min-width:1408px){.container-fix{max-width:1344px}}

/*  IE6,7,9,10  */
@media screen and (min-width:0\0){
	
	.columns, .pagination-w {
		clear: both;
	}

	.column, .level-item, .level-left {
		float: left;
	}
	
	.level-right {
		float: right;
	}
	
	.fl-rich-text #field_1_9 .gfield_radio li {
		width: 70px;
	}
	
	#field_4_7 .gfield_checkbox li, .fl-rich-text #field_1_7 .gfield_checkbox li, #field_7_7 .gfield_checkbox li {
		width: 200px;
	}

}
