/*
	Theme Name: IlluminAge Communication Partners - Right at Home - 2022
	Theme URI: http://www.illuminage.com/
	Author: Elly Cabral
	Author URI: http://www.illuminage.com/
	Description: IlluminAge Base Theme. This theme was built in 2022 using HTML5 and CSS3. It is fully responsive, adjusting to various screen sizes and optimizing the view appropriately.
*/

/* FONTS */
	@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
	@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,600,600i,800,800i,700,700i,900,900i|Roboto+Slab:300,400,700&display=swap');
	/*
		font-family: 'Merriweather', serif;
		font-family: 'Open Sans', sans-serif;
	*/

/* RESET */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { border: 0; margin: 0; padding: 0; font-size: 100%;vertical-align: baseline; box-sizing: border-box;}
	article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
	table  { border-collapse: collapse; border-spacing: 0; }
	td, td img { vertical-align: top; }
	pre, code, kbd, samp { font-family: monospace, sans-serif; }
	html, body, form, img { border: 0; margin: 0; padding: 0;}
	html { font-size: 100%}
	::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25);}
	a { border: none; cursor: pointer; }
	a:focus { outline: 2px dotted #f89; text-decoration: underline; }
	a:hover, a:active { outline: none; }
	ol { list-style: decimal; }
	ul { list-style: disc; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	input[type=text], input[type=email], input[type=password], input[type=submit] { appearance: none; -webkit-appearance: none; }
	input[type=submit] { cursor: pointer; }
	input[type=text]:focus { outline: 0 none; }
	#wpadminbar a { font-style: normal; }
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
	.alignleft { display: inline; float: left; margin-right: 50px!important; }
	.alignright { display: inline; float: right; margin-left: 50px!important; }
	.aligncenter { clear: both; display: block; margin: 30px auto!important; }
	.alignleft-nomargin { clear: left; display: inline; float: left; }
	.alignright-nomargin { clear: right; display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; }
	.clearfix { clear: both; overflow: hidden; zoom: 1; }
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	img.alignleft, img.alignright, img.aligncenter, img.alignnone { max-width: 100%; height: auto; }
	th img.alignleft, th img.alignright, th img.aligncenter, th img.alignnone,
	td img.alignleft, td img.alignright, td img.aligncenter, td img.alignnone { max-width: 90%; display: block; }

/* DOC LINK ICONS */
	a[href$=".doc"]:after, a[href$=".docx"]:after, a[href$=".pdf"]:after, a[href$=".ppt"]:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after { display: inline-block; height: 12px; margin: -3px 0 0 .5em; vertical-align: middle; width: 12px; background-position: 0 0; background-repeat: no-repeat; content: ''; }
	a[href$=".doc"]:after, a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
	a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
	a[href$=".ppt"]:after, a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
	a[href$=".xls"]:after, a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }
	a.no_icon:after { content: none; }

/* GENERAL */
	* { -webkit-transition: .35s all; -moz-transition: .35s all; -ms-transition: .35s all; -o-transition: .35s all; transition: .35s all;}
	hr, .wp-block-separator, hr.wp-block-separator { border: 0; border-top: 1px solid #888a8d; margin: 30px 0; clear: both; overflow: hidden; }
	p { margin: 0; }
	ul, ol { margin: 0 0 25px 25px; }
	ul li { list-style: disc outside; padding: 3px 0;}
	ol li { list-style: decimal outside; padding: 3px 0;}
	a.button { display: inline-block; text-decoration: none; }
	h1, h2, h3, h4, h5, h6 { margin: 0; }
	body {
		background: #fff;
		padding: 0;
		margin: 0;
		font: normal 400 16px/26px 'Open Sans', sans-serif;
		color: #212121;
		color: #2a536a;
	}
	p {
		padding: 0 0 24px 0;
		margin: 0;
		font: normal 400 16px/26px 'Open Sans', sans-serif;
		color: #212121;
		color: #2a536a;	
	}
	a {
		color: #f58231;
		text-decoration: underline;
	}
	a:hover {
		color: #5bb98d;
		text-decoration: none;
	}
	a.button, .button, input[type="submit"] {
		font: normal 400 14px/14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #fff;
		padding: 15px 20px;
		display: inline-block;
		margin: 10px 0;
		background: #f58231;
		border-radius: 3px;
	}
	a.button:hover, .button:hover, input[type="submit"]:hover {
		color: #fff;
		background: #5bb98d;
	}
	h1 {
		color: #2a536a;
		font: normal 700 36px/46px 'Merriweather', serif;
		text-transform: none;
		background: none;
		position: relative;
		padding: 0;
		z-index: 99;
	}
	h2 {
		font: normal 700 26px/36px 'Merriweather', serif;
		color: #2a536a;
		padding: 10px 0;
	}
	h3 {
		font: normal 700 23px/33px 'Merriweather', serif;
		color:  #00658b;
		padding: 10px 0;
	}
	h4 {
		font: normal 400 20px/30px 'Merriweather', serif;
		color: #888a8d;
		padding: 10px 0;
	}
	h5 {
		font: normal 700 22px/30px 'Merriweather', serif;
		color:  #00658b;
		padding: 10px 0;
	}
	h6 {
		font: normal 700 18px/26px 'Merriweather', serif;
		color: #122849;
		padding: 10px 0;
	}
	table {
		width: 100%;
		clear: both;
		overflow: hidden;
		margin: 30px auto;
	}
	table tr th {
		background: #fff;
		text-align: left;
		border: 0;
		border-bottom: 4px solid #122849;
		padding: 20px;
		color: #122849;
		font: normal 700 22px/30px 'Open Sans', sans-serif;
	}
	table tr td {
		background: #fff;
		border: 0;
		border-bottom: 2px solid #efefef;
		padding: 10px 20px;
	}
	table tr:nth-child(2n) td {
		background: #f6f6f6;
	}
	table p {
		padding: 0;
	}
	
/* HEADER */
	.head { width: 100%; margin: 0 auto; }
	#logo h2 { padding: 0; line-height: 0; margin: 0; }
	#logo a { display: block; }
	#logo a img { max-width: 100%; height: auto; width: auto; }
	header {
		clear: both;
		padding: 20px 2% 0 2%;
		border-bottom: 2px solid #efefef;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 3%;
		width: 94%;
		background: #fff;
	}
	/*.logged-in header {
		top: 32px;
	}*/
	header .head {
		clear: both;
	}
	header .head #logo {
		width: 30%;
		float: left;
		clear: both;
		overflow: hidden;
	}
	header::after {
		clear: both;
		overflow: hidden;
		content: " ";
		display: block;
	}

/* MENU */
	/* Primary Base */
	nav.primary_nav .menu-primary-menu-container { display: inline-block; }
	nav.primary_nav ul { position: relative; padding: 0; margin: 0; list-style: none;}
	nav.primary_nav ul li { position: relative; padding: 0; list-style: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
	nav.primary_nav ul li a { display: block; text-decoration: none; }	
	nav.primary_nav ul li:hover a, nav.primary_nav ul li a:focus, nav.primary_nav ul li.current-menu-item a, nav.primary_nav ul li.current-menu-ancestor a, nav.primary_nav ul li.current_page_parent a, nav.primary_nav ul li ul.sub-menu { outline: none; }
	/* 2nd level nav */
	nav.primary_nav ul li li { padding: 0; }
	nav.primary_nav ul li ul.sub-menu { left: -9999px; position: absolute; opacity: 0; min-width: 200px; }
	nav.primary_nav ul li:hover ul.sub-menu, nav.primary_nav ul li.active ul.sub-menu, nav.primary_nav ul li a:focus + ul.sub-menu { left: auto; opacity: 1; -webkit-transition: 0s all; -moz-transition: 0s all; -ms-transition: 0s all; -o-transition: 0s all; transition: 0s all; }
	nav.primary_nav ul li.right-submenu:hover ul.sub-menu, nav.primary_nav ul li:last-child:hover ul.sub-menu, nav.primary_nav ul li.active:last-child ul.sub-menu, nav.primary_nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
	nav.primary_nav ul li ul.sub-menu li { display: block; height: auto; }
	/* 3rd level nav */
	nav.primary_nav ul li ul.sub-menu li ul.sub-menu { left: -9999em; top: 0; }
	nav.primary_nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
	nav.primary_nav {
		width: 70%;
		display: inline-block;
		text-align: right;
		margin: 25px 0 0 0;
		float: right;
	}
	nav.primary_nav ul li {
		display: inline-block;
	}
	nav.primary_nav ul li a {
		background: none;
		font: normal 400 15px/20px 'Merriweather', serif;
		color: #251a06;
		padding: 10px 0 15px 0;
		margin: 0 15px;
		text-transform: uppercase;
		border-bottom: 0;
		display: block;
	}
	nav.primary_nav ul li:hover > a {
		border-bottom: 5px solid #5bb98d;
		padding-bottom: 15px;
	}
	nav.primary_nav ul li.menu-item-has-children:hover > a {
		border-bottom: 0;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	nav.primary_nav ul li.active a, 
	nav.primary_nav ul li a:focus, 
	nav.primary_nav ul li.current-menu-item a, 
	nav.primary_nav ul li.current-menu-ancestor a, 
	nav.primary_nav ul li.current_page_parent a {
		border-bottom: 5px solid #5bb98d;
		font-weight: 700;
	}
	nav.primary_nav ul li ul li {
		text-align: left;
	}
	nav.primary_nav ul li ul li a {
		font-size: 16px;
		line-height: 16px;
	}
	nav.primary_nav ul li ul.sub-menu {
		box-shadow: 3px 3px 6px rgba(0,0,0,.1);
		border-top: 5px solid #5bb98d;
		margin-top: -5px;
		background: #f6f6f6;
	}
	nav.primary_nav ul li.show ul.sub-menu { 
		height: auto; 
		background: #f6f6f6;
	}
	nav.primary_nav ul li ul.sub-menu li a {
		text-transform: none;
		border-bottom: 2px solid #efefef;
		padding: 10px 20px;
		margin: 0;
	}
	nav.primary_nav ul li ul.sub-menu li.active a, 
	nav.primary_nav ul li ul.sub-menu li a:focus, 
	nav.primary_nav ul li ul.sub-menu li.current-menu-item a, 
	nav.primary_nav ul li ul.sub-menu li.current-menu-ancestor a, 
	nav.primary_nav ul li ul.sub-menu li.current_page_parent a,
	nav.primary_nav ul li ul.sub-menu li a:hover {
		background: #5bb98d;
		color: #fff;
	}
	nav.primary_nav ul li.locked {
		display: none;
	}
	nav.primary_nav ul li.button {
		margin: 0;
		background: #2a536a;
		border-radius: 25px;
	}
	nav.primary_nav ul li.button a {
		margin: 0;
		padding: 10px 12px;
		color: #fff;
	}
	nav.primary_nav ul li.button:hover {
		background: #5bb98d;
	}
	nav.primary_nav ul li.button:hover a {
		padding: 10px 12px;
		border: 0;
	}
	.logged-in nav.primary_nav ul li.locked {
		display: inline-block;
	}
	.logged-in nav.primary_nav ul li li.locked,
	.logged-in nav.primary_nav ul li.locked li {
		display: block;
	}
	#navbtn {
		font: normal 400 15px/20px 'Merriweather', serif;
		color: #222;
		padding: 15px 12px;
		text-transform: uppercase;
		display: inline-block;
		text-align: right;
		float: right;
		display: none;
	}
	#navbtn span {
		display: inline-block;
		text-align: right;
		vertical-align: top;
		height: 17px;
	}
	#navbtn .lines {
		width: 25px;
		display: block;
		text-align: right;
		margin: 0 0 0 15px;
		float: right;
	}
	#navbtn .lines .line {
		height: 3px;
		display: block;
		clear: both;
		overflow: hidden;
		background: #f58231;
	}
	#navbtn .lines .line.one {
		width: 100%;
	}
	#navbtn .lines .line.two {
		width: 60%;
		margin: 4px 0;
	}
	#navbtn .lines .line.three {
		width: 80%;
	}
	#navbtn .lines:hover .line.one {
		width: 80%;
		background: #5bb98d;
	}
	#navbtn .lines:hover .line.two {
		width: 100%;
		background: #5bb98d;
	}
	#navbtn .lines:hover .line.three {
		width: 60%;
		background: #5bb98d;
	}
	#navbtn.open .lines {
		margin-top: 7px;
	}
	#navbtn.open .lines .line.two {
		display: none;
	}
	#navbtn.open .lines .line.one {
		width: 90%;
		margin: 0;
		transform: rotate(45deg);
	}
	#navbtn.open .lines .line.three {
		width: 90%;
		margin: -3px 0 0 0;
		transform: rotate(-45deg);
	}

/* HERO */
	.hero-wrap { clear: both; overflow: hidden; width: 94%; position: relative; margin: 91px 3% 0 3%;}
	#hero { clear: both; overflow: hidden; width: 100%; }
	#hero .info {
		position: absolute;
		top: 170px;
		left: 5%;
		width: 60%;
		height: 100%;
	}
	#hero .info .title {
		color: #122849;
		font: normal 800 70px/75px 'Merriweather', serif;
		text-transform: uppercase;
		background: none;
		position: relative;
		padding: 0;
		z-index: 99;
	}
	#hero .info .title::after {
		content: "";
		display: block;
		width: 60%;
		background: #ffa976;
		height: 10px;
		position: absolute;
		bottom: 8px;
		z-index: -1;
	}
	.hero-wrap.int {
		background: #f6f6f6;
		border-bottom: 2px solid #efefef;
		z-index: 999;
		overflow: visible;
		position: relative;
		margin: 0 3%;
	}
	.hero-wrap.int #hero {
		padding: 0;
		max-width: 1200px;
		margin: 0 auto;
		width: 90%;
		overflow: visible;
	}
	.hero-wrap.int #hero::after {
		content: "";
		display: block;
		width: 1px;
		height: 1px;
		clear: both;
		overflow: hidden;
	}
	.hero-wrap.int #hero h2 {
		padding-bottom: 0;
	}
	.hero-wrap.int #hero .left {
		width: 48%;
		float: left;
		margin: 0 2% 0 0;
	}
	.hero-wrap.int #hero .right {
		width: 48%;
		float: right;
		margin: 0 0 0 2%;
	}
	.hero-wrap.int.gradient #hero h2 {
		color: #fff;
		font: normal 800 30px/38px 'Poppins', sans-serif;
	}
	.hero-wrap.int.gradient #hero p {
		color: #fff;
		font: normal 300 18px/30px 'Roboto Slab', serif;
	}

/* LOGIN & SIGN UP FORMS */
	#loginform {
		clear: both;
		overflow: hidden;
	}
	#loginform label,
	.gform_wrapper.gravity-theme form .gfield_label {
		display: block;
		width: 100%;
		padding: 10px 0 2px 0;
		margin-bottom: 8px;
		font: normal 300 18px/18px 'Roboto Slab', serif;
		color: #fff;
	}
	#loginform input[type="text"],
	#loginform input[type="password"] {
		display: block;
		width: 100%;
		background: #fff;
    	height: auto;
    	border: 2px solid #efefef;
    	padding: 10px 15px!important;
    	font: normal 300 18px/30px 'Roboto Slab', serif;
    	color: #212121;
	}
	#loginform p.login-password {
		margin-top: 4px;
	}
	#loginform p.login-username,
	#loginform p.login-password {
		padding: 0 0 5px 0;
		margin: 0;
	}
	#loginform p.login-remember,
	#loginform p.login-submit {
		padding: 0;
		margin: 0;
	}
	.gform_wrapper .gform_required_legend {
		font-size: 12px!important;
	}	
	.gform_wrapper .gfield_required {
		line-height: 0!important;
	}

/* CONTENT */
	.content-wrap { clear: both; overflow: hidden; position: relative; width: 94%; }
	.content { width: 90%; margin: 0 auto; clear: both; overflow: hidden; padding: 60px 0; max-width: 1200px;}
	#cont { width: 70%; float: left; clear: both; overflow: hidden; padding: 0 5% 0 0;}
	.content-wrap {
		padding: 100px;
		border-bottom: 2px solid #efefef;
		border-top: 2px solid #efefef;
		margin: 91px 3% 0 3%;
	}
	.content-wrap.int {
		padding-top: 90px;
	}
	.content-wrap.int .content {
		padding-top: 0;
	}
	.home .content {
		padding-bottom: 0;
	}
	.int h1 {
		font-size:  48px;
		line-height: 48px;
		color: #063852;
		font-weight: 400;
		margin-bottom: 30px;
	}
	h2.rah-logo {
		margin: 0 0 20px 0;
		text-align: right;
	}
	h2.rah-logo img {
		max-width: 100%;
		height: auto;
	}
	h2.rah-logo.mobile-only {
		display: none;
	}

/* SIDEBAR */
	.sidebar {
		width: 30%;
		padding: 0;
		float: right;
	}
	.sidebar .side {
		clear: both;
		overflow: hidden;
		margin: 0 0 30px 0;
		background: #f7f7f7;
		padding: 30px;
	}
	.sidebar .side h2 {
		font: normal 700 24px/34px 'Open Sans', sans-serif;
		color: #2a536a;
		padding: 0 0 10px 0;
	}
	.sidebar .side ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	/* Expand Wigets */
	.sidebar .side#block-13,
	.sidebar .side#block-14,
	.sidebar .side .no-p-padding {
		padding: 0;
	}
	.sidebar .side#block-13 p,
	.sidebar .side#block-14 p,
	.sidebar .side .no-p-padding p {
		padding: 0;
	}
	.sidebar .side .collapseomatic {
		margin: 0;
		padding: 30px!important;
		font: normal 700 24px/24px 'Open Sans', sans-serif;
		color: #2a536a;
		border: 0;
		background-image: none;
	}
	.sidebar .side .collapseomatic::after {
		content: "\f0dd";
		float: right;
		line-height: 15px;
		color: #888a8d;
		transition: .35s all;
	}
	.sidebar .side .collapseomatic.colomat-close::after {
		transform: rotate(180deg);
		margin-top: 10px;
	}
	/* Search Widget */
	.sidebar .side.widget_search {
		background: #007e8a;
	}
	.sidebar .side.widget_search form label {
		display: none;
	}
	.sidebar .side.widget_search form label {
		display: none;
	}
	.sidebar .side.widget_search .wp-block-search__input {
		border-radius: 10px 0 0 10px;
		background: #fff;
		border: 0;
		padding: 10px 0 10px 15px;
	}
	.sidebar .side.widget_search .wp-block-search__button {
		border-radius: 0 10px 10px 0;
		background: url(images/search-icon.png) no-repeat center center #fff;
		border: 0;
		margin: 0;
		font-size: 0;
		width: 45px;
	}

/* COLS */
	.col_half {
		float: left;
		margin: 0 1.5%;
	}
	.col_half.full {
		clear: both;
		overflow: hidden;
		float: none;
		margin: 20px 0;
	}
	.col_half {
		width: 47%;
	}
	.col_half.third {
		width: 30%;
	}
	.col_half.two_third {
		width: 64%;
	}
	.col_half.fourth {
		width: 22%;
	}
	.col_half.three_fourth {
		width: 72%;
	}

/* BLOG */
	.title-info {
		background: #063852;
		padding: 20px 30px;
		clear: both;
		overflow: hidden;
	}
	.title-info h2 {
		font-size: 36px;
		line-height: 46px;
		color: #fff;
		padding: 0;
		font-weight: 400;
	}
	.articles-wrap, .facebooks-wrap {
		margin: 30px 0 20px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.articles-wrap.full {
		display: block;
	}
	.article-post, .facebook-post {
		width: 48%;
		margin: 0 2% 4% 0;
		background-color: #f7f7f7;
	}
	.article-post:nth-child(2n), .facebook-post:nth-child(2n) {
		margin: 0 0 4% 2%;
	}
	.articles-wrap.full .article-post,
	.articles-wrap.full .article-post:nth-child(2n) {
		display: block;
		width: 100%;
		margin: 0 0 4% 0;
	}
	.article-post .details, .facebook-post {
		padding: 30px;
	}
	.article-post h3, .facebook-post h3 {
		font-size: 28px;
		line-height: 38px;
		font-size: 400;
		color: #007e8a;
		padding: 0;
	}
	.facebook-post h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.article-post h3 a, .facebook-post h3 a {
		color: #007e8a;
		text-decoration: none;
	}
	.article-post h3 a:hover, .facebook-post h3 a:hover {
		color: #e66d30;
		text-decoration: underline;
	}
	.article-post p.published, .facebook-post p.published {
		padding-top: 0;
		font-size: 16px;
		line-height: 26px;
		color: #888a8d;
	}
	.article-post figure {
		height: 250px;
		position: relative;
		background-color: #007e8a;
		line-height: 0;
	}
	.article-post figure img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center center;
		object-position: 1;
	}
	.article-post figure a.hover-state {
		position: absolute;
		top: calc(50% - 23px);
		height: 46px;
		margin: 0;
		left: calc(50% - 65px);
		z-index: 999;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
		background: none;
		opacity: 0;
	}
	.article-post figure:hover img {
		opacity: .1;
	}
	.article-post figure:hover a.hover-state {
		opacity: 1;
	}
	.article-post figure:hover a.hover-state:hover {
		background-color: #007e8a;
	}

/* SINGLE */
	.title-info h1 {
		font-size: 36px;
		line-height: 46px;
		color: #fff;
		padding: 0;
		font-weight: 400;
		margin: 0;
	}
	.main-article {
		clear: both;
		overflow: hidden;
		margin: 0 0 4% 0;
		background-color: #f7f7f7;
	}
	.main-article .details,
	.main-article .full-article {
		padding: 30px;
	}
	.main-article p.published {
		padding-top: 0;
		font-size: 16px;
		line-height: 26px;
		color: #888a8d;
	}
	.main-article figure {
		width: 100%;
		height: auto;
		min-height: 250px;
		position: relative;
		background-color: #007e8a;
		line-height: 0;
	}
	.main-article figure img {
		height: 100%;
		width: 101%;
		object-fit: cover;
		object-position: center center;
		object-position: 1;
	}
	.main-article figure a.hover-state {
		position: absolute;
		top: calc(50% - 22px);
		left: calc(50% - 86px);
		width: 172px;
		z-index: 999;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
		background: none;
		opacity: 0;
	}
	.main-article figure:hover img {
		opacity: .1;
	}
	.main-article figure:hover a.hover-state {
		opacity: 1;
	}
	.main-article figure:hover a.hover-state:hover {
		background-color: #007e8a;
	}
	.main-article figure.wp-block-image a:after {
		content: "Download Image";
		position: absolute;
		top: calc(50% - 22px);
		left: calc(50% - 86px);
		width: 172px;
		z-index: 999;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
		background: none;
		text-align: center;
		font: normal 400 16px/26px 'Open Sans', sans-serif;
		padding: 10px 0;
		opacity: 0;
	}
	.main-article figure.wp-block-image:hover a:after {
		opacity: 1;
	}
	.main-article figure.wp-block-image a:after:hover {
		background: #007e8a;
	}

/* COLLAPSE-O-MATIC */
	.collapseomatic {
		display: block;
		width: 100%;
		font: normal 700 23px/32px 'Merriweather', serif;
		color: #444;
		padding: 20px 20px 20px 50px!important;
		background-color: #f6f6f6;
		border-bottom: 4px solid #5bb98d;
		margin: 15px 0;
		background-position: 15px center;
	}
	.collapseomatic_excerpt, .collapseomatic_content {
		padding: 20px 0!important;
	}

/* FORMS */
	#cont .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
	#cont .gform_wrapper legend.gfield_label { font-weight: 700; }
	#cont .gform_wrapper input[type=text], #cont .gform_wrapper input[type=password], #cont .gform_wrapper textarea, #cont .gform_wrapper select, #cont input[type="text"], #cont input[type="password"], #cont textarea, #cont select { width: 100%; }
	.sidebar input[type="text"], .sidebar input[type="password"], .sidebar textarea, .sidebar select { width: 100%!important; }
	#cont .gform_wrapper input[value="Other"][type=text] {width: 80%; }
	#cont .gform_wrapper textarea, #cont textarea { height: 10em; }
	#cont .gform_wrapper ul.gform_fields { padding-left: 0; }
	.content input[type="text"], .content input[type="password"], .content textarea, .content .gform_wrapper input[type=text], .content .gform_wrapper input[type=password],  .content .gform_wrapper textarea, .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper textarea.large, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		background: #fff;
		height: auto;
		border: 2px solid #efefef;
		padding: 10px 15px!important;
		font: normal 300 18px/30px 'Open Sans', sans-serif;
		color: #212121;	
	}
	.content select, .content .gform_wrapper select, .gform_wrapper .ginput_complex select, .gform_wrapper .ginput_complex .ginput_right select {
		background: url(images/arrows.jpg) no-repeat 98% center #fff;
		padding: 10px 15px;
		font: normal 300 18px/30px 'Open Sans', sans-serif;
		border: 2px solid #efefef;
		color: #212121;
		width: 100%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		-webkit-appearance: none;	
	}
	.content label, .content .gform_wrapper li.gfield fieldset legend.gfield_label, .content .gform_wrapper .top_label .gfield_label {
		font: normal 600 18px/30px 'Merriweather', serif;
		color: #122849;	
	}
	.content input[type="checkbox"], .content input[type="radio"], .content .gform_wrapper .gfield_checkbox li input, .content .gform_wrapper .gfield_checkbox li input[type=checkbox],  .content .gform_wrapper .gfield_radio li input[type=radio] {
		margin-top: 0;
		margin-right: 10px;
	}
	.content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,  .content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
		color: #999;
		font-size: 13px;
		font-weight: 400;
	}

/* LOGIN PAGE */
	.page-id-12 .content h1 {
		max-width: 600px;
		margin: 0 auto;
	}
	.page-id-12 .content h2 {
		display: none;
	}
	.content .membersonly-error, 
	.content #membersonly-login-form,
	.page-id-12 p {
		max-width: 600px;
		margin: 0 auto;
		overflow: hidden;
	}
	.content #membersonly-login-form input[type=text], 
	.content #membersonly-login-form input[type=password] {
		width: 100%;
	}
	.content #membersonly-login-form .button-submit {
		font: normal 400 14px/14px 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #fff;
		padding: 15px 20px;
		display: inline-block;
		margin: 10px 0;
		background: #f58231;
		border-radius: 3px;
	}
	.content #membersonly-login-form .button-submit:hover {
		color: #fff;
		background: #5bb98d;
	}

/* RESPONSIVE VIDEO */
	.ill_video_container.vright {
		float: right;
		width: 45%;
		margin: 0 0 30px 5%;
	}
	.ill_video_container.vleft {
		float: left;
		width: 45%;
		margin: 0 5% 30px 0;
	}
	.ill_video_container .video-caption {
		background: #f6f6f6;
		padding: 15px;
		display: block;
	}
	.ill_responsive_video {
		margin: 0;
		padding: 0 0 56.25% 0; /* creates 16:9 size video area */
		position: relative;
	}
	.ill_responsive_video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.ill_responsive_video br { display: none; }

/* SERVICES TEMPLATE */
	.hero-wrap.int.gradient {
		width: 94%;
	    margin: 92px 3% 0 3%;
		padding: 90px 0;
		background: rgb(7,29,56);
		background: -moz-linear-gradient(270deg, rgba(7,29,56,1) 0%, rgba(0,101,139,1) 100%);
		background: -webkit-linear-gradient(270deg, rgba(7,29,56,1) 0%, rgba(0,101,139,1) 100%);
		background: linear-gradient(270deg, rgba(7,29,56,1) 0%, rgba(0,101,139,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#071d38",endColorstr="#00658b",GradientType=1);
	}
	.home .hero-wrap.int.gradient { 
		margin: 0 3%;
	}
	.hero-wrap.gradient #hero h1 {
		font-size: 56px;
		line-height: 66px;
		color: #fff;
	}
	.hero-wrap.gradient #hero h1::after {
		display: none;
	}
	.hero-wrap.gradient #hero p {
		font-size: 24px;
		line-height: 34px;
		color: #fff;
		font-weight: 300;
		padding-top: 0;
	}
	
/* SEARCH */
	.search-post {
		clear: both;
		overflow: hidden;
		padding: 20px 25px;
		border-bottom: 2px solid #efefef;
	}
	.search-post:nth-child(2n) {
		background: #f6f6f6;
	}
	.search-post h3 {
		font-size: 22px;
		line-height: 32px;
	}

/* FOOTER */
	footer { clear: both; width: 94%; position: relative; margin: 0 3%; }
	footer .menu#menu-social-menu { font-size: 0; float: right; list-style: none; margin: 20px 0 0 0; }
	footer .menu#menu-social-menu li { display: inline-block; padding: 0; }
	footer .menu#menu-social-menu li a { display: block; font-style: normal; text-decoration: none; }
	footer .menu#menu-social-menu li .fab, footer .menu#menu-social-menu li .far { opacity: 1; color: #fff; width: 35px; height: 35px; text-align: center; display: block; border: 0; margin: 0 0 0 10px; cursor: pointer; line-height: 1; }
	footer .menu#menu-social-menu li .fab::before, footer .menu#menu-social-menu li .far::before { /*font-family: 'fontawesome';*/ font-size: 20px; display: block; padding: 8px; }
	footer .menu#menu-social-menu li a:hover { text-decoration: none; }
	footer .menu#menu-social-menu li .fab, footer .menu#menu-social-menu li .far { /*background: #ffa976;*/ background: #f58231;-webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;}
	footer .menu#menu-social-menu li .fab:hover, footer .menu#menu-social-menu li .far:hover { background: #5bb98d;}
	footer .menu#menu-social-menu li .fa-linkedin-in::before { content: "\f0e1";}
	footer .footer {
		clear: both;
		overflow: hidden;
		padding: 40px 3%;
		border-bottom: 2px solid #efefef;
	}
	footer .left {
		width: 70%;
		float: left;
		text-align: left;
	}
	footer .right {
		width: 30%;
		float: right;
		text-align: right;
	}
	footer .right .widget {
		clear: both;
		overflow: hidden;
	}
	footer p {
		padding: 5px 0;
		color: #212121;
		font-size: 16px;
		font-weight: 300;
		font-family: 'Roboto Slab', serif;
	}
	footer p img.alignleft {
		margin: 5px 25px 5px 0!important;
	}
	footer .bottom-wrap {
		clear: both;
		overflow: hidden;
		padding: 30px 5%;
		text-align: center;
	}
	footer .bottom-wrap p {
		padding: 0;
		color: #777;
		font-size: 14px;
		font-family: 'Roboto Slab', serif;
	}
	footer .bottom-wrap p a {
		color: #777;
		text-decoration: none;
	}

/* SHARE */
	#share {  font: 400 24px/28px 'Open Sans', sans-serif; letter-spacing: .1em; color: #fff7e7; margin: 0 auto; overflow: hidden; padding: 0; width: 5.5em; font-size: 16px; text-align: right; text-transform: uppercase; white-space: nowrap; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); }
	#share.active { width: 11.5em; }
	#share div { line-height: 27px; text-align: right; padding: 9px 0; float: right;}
	#share div:after { line-height: 0; color: #fff7e7; display: inline-block; margin: 0 0 0 10px; vertical-align: middle; content: "\f237"; font-weight: bold; font: 31px 'dashicons'; }
	#access_tools #share a { float: left; display: inline-block; margin: 11px 5px; padding: 0; line-height: 0; vertical-align: middle; font-weight: bold; cursor: pointer; opacity: .5; text-decoration: none; }
	#share a span { display: none; }
	#share a:first-child { margin: 0; }
	#access_tools #share a:hover { opacity: 1; }
	#share a:after { display: inline-block; font: 20px 'dashicons'; line-height: 1.3; }
	#share a.facebook:after { content: "\f305"; }
	#share a.twitter:after { content: "\f301"; }
	#share a.email:after { content: "\f466"; }

/* ACCESS TOOLS */
	#access_tools { position: fixed; margin: 0; top: 35%; right: 100%; z-index: 9999; width: 230px; opacity: 0; }
	#access_tools.small { opacity: 1; }
	#access_tools a, #access_tools form, #access_tools .tool.share { width: auto; height: auto; text-decoration: none; display: block; vertical-align: middle; color: #fff; text-align: right; background-color: #f58231; padding: 9px 10px 10px 20px; margin: 0; font: 400 16px/28px 'Open Sans', sans-serif; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }	
	#access_tools a:hover, #access_tools form:hover, #access_tools .tool.share:hover { background-color: #5bb98d; }	
	#access_tools form#search {  height: 50px; }
	#access_tools a#textsize span.small {  margin-left: 10px; font: normal 400 16px/16px 'Open Sans', sans-serif;  }
	#access_tools a#textsize span.big {  font: normal 400 24px/24px 'Open Sans', sans-serif;  margin-left: 2px;  }
	#access_tools a#highcontrast {  line-height: 30px;  padding: 11px 50px 9px 20px;  background-image: url(images/icon-contrast.png); background-position: 190px 50%; background-repeat: no-repeat; }
	#access_tools .tool { position: absolute; left: 50px; width: 100%; transition: .2s all ease-out; -webkit-transition: .2s all ease-out; -moz-transition: .2s all ease-out; -ms-transition: .2s all ease-out; -o-transition: .2s all ease-out; }
	#access_tools .tool.search-tool { top: 0; }
	#access_tools .tool.font { top: 55px; }
	#access_tools .tool.contrast { top: 110px; }
	#access_tools .tool.share { top: 165px; line-height: 31px; padding: 0 10px; cursor: pointer; width: 230px; }
	#access_tools .tool.share a { background: none; }
	#access_tools .tool:hover { left: 225px; right: auto; transition: .2s all ease-out; -webkit-transition: .2s all ease-out; -moz-transition: .2s all ease-out; -ms-transition: .2s all ease-out; -o-transition: .2s all ease-out; }
	#access_tools #search label { display: none; }
	#access_tools #search input[type="text"] { background: #fff; padding: 6px 10px 4px 10px; height: auto; width: 155px; overflow: hidden; float: right; font: normal 400 14px/14px 'Open Sans', sans-serif; color: #222; margin: 0 10px 0 0; }
	#access_tools #search input[type="submit"] { 
		background: url(images/search-btn.png) no-repeat center center; 
		color: #fff; 
		width: 35px; height: 35px; 
		float: right; border: 0; padding: 0; margin: 0; }
	
/* CONTRAST */
	.high_contrast h1, .high_contrast h2, .high_contrast h3, .high_contrast h4, .high_contrast h5, .high_contrast h6 { color: #222; }
	.high_contrast, .high_contrast p, .high_contrast li { color: #111; }
	.high_contrast a { color: #000; }
	.high_contrast #access_tools a, .high_contrast #access_tools form, .high_contrast #access_tools .tool.share { background-color: #000; }
	.high_contrast .hero-wrap.int.gradient { background: rgba(7,29,56,1); }
	.high_contrast a.button, .high_contrast .button, .high_contrast input[type="submit"] { background: #000; }
	.high_contrast a.button:hover, .high_contrast .button:hover, .high_contrast input[type="submit"]:hover { background: #222; }
	.high_contrast nav.primary_nav ul li ul.sub-menu li.active a, .high_contrast nav.primary_nav ul li ul.sub-menu li a:focus, .high_contrast nav.primary_nav ul li ul.sub-menu li.current-menu-item a, .high_contrast nav.primary_nav ul li ul.sub-menu li.current-menu-ancestor a, .high_contrast nav.primary_nav ul li ul.sub-menu li.current_page_parent a, .high_contrast nav.primary_nav ul li ul.sub-menu li a:hover { background: #000; }
	.high_contrast footer .menu#menu-social-menu li .fab, .high_contrast footer .menu#menu-social-menu li .far { background: #000; }
	.high_contrast footer .menu#menu-social-menu li .fab:hover, .high_contrast footer .menu#menu-social-menu li .far:hover { background: #222; }
	.high_contrast .title-info { background: #212121; }
	.high_contrast .title-info h1, .high_contrast .title-info h2 { color:  #fff; }
	.high_contrast .article-post figure, .high_contrast .main-article figure { background-color: #000; }
	.high_contrast .article-post h3, .high_contrast .facebook-post h3, .high_contrast .article-post h3 a, .high_contrast .facebook-post h3 a { color: #000; }
	.high_contrast .article-post p.published, .high_contrast .facebook-post p.published { color: #222; }
	.high_contrast .sidebar .side.widget_search .wp-block-search__input::placeholder { color: #000; }
	.high_contrast .sidebar .side.widget_search { background-color: #212121; }
	.high_contrast .sidebar .side h2, .high_contrast .sidebar .side .collapseomatic { color: #000; }
	.high_contrast .article-post figure:hover a.hover-state:hover, .high_contrast .main-article figure:hover a.hover-state:hover { background-color: #000; }

/* FONT SIZE */
	/* BIG +2 */
	.big .gform_wrapper .gform_required_legend { font-size: 14px!important; }
	.big .content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,  .big .content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { font-size: 15px; }
	.big footer .bottom-wrap p, .big a.button, .big .button, .big input[type="submit"], .big #membersonly-login-form .button-submit { font-size: 16px; line-height: 16px; }
	.big nav.primary_nav ul li a, .big #navbtn { font-size: 17px; line-height: 22px; margin: 0 10px; }
	.big nav.primary_nav ul li.button a { margin: 0; }
	.big nav.primary_nav ul li ul li a { font-size: 18px; line-height: 18px; }
	body.big, .big p, .big .article-post p.published, .big .facebook-post p.published, .big .main-article p.published, .big footer p { font-size: 18px; line-height: 28px; }
	.big #loginform label, .big .gform_wrapper.gravity-theme form .gfield_label { font-size: 20px; line-height: 20px; }
	.big h6, .big .hero-wrap.int.gradient #hero p, .big #loginform input[type="text"], .big #loginform input[type="password"], .big .content input[type="text"], .content input[type="password"], .big .content textarea, .big .content .gform_wrapper input[type=text], .big .content .gform_wrapper input[type=password], .big .content .gform_wrapper textarea, .big .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .big .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .big .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .big .gform_wrapper textarea.large, .big .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .big .content select, .big .content .gform_wrapper select, .big .gform_wrapper .ginput_complex select, .big .gform_wrapper .ginput_complex .ginput_right select, .big .content label, .big .content .gform_wrapper li.gfield fieldset legend.gfield_label, .big .content .gform_wrapper .top_label .gfield_label { font-size: 20px; line-height: 28px; }
	.big h4 { font-size: 22px; line-height: 32px; }
	.big h5, .big table tr th, .big .search-post h3 { font-size: 24px; line-height: 32px; }
	.big h3, .big .collapseomatic { font-size: 25px; line-height: 35px; }
	.big .sidebar .side .collapseomatic { font-size: 26px; line-height: 26px; }
	.big .sidebar .side h2, .big .hero-wrap.gradient #hero p, .big .facebook-post h3 { font-size: 26px; line-height: 36px; }
	.big h2 { font-size: 28px; line-height: 38px; }
	.big .article-post h3, .facebook-post h3 { font-size: 30px; line-height: 40px; }
	.big .hero-wrap.int.gradient #hero h2 { font-size: 32px; line-height: 40px; }
	.big h1, .big .title-info h1, .big .title-info h2 { font-size: 38px; line-height: 48px; }
	.big .int h1 { font-size:  50px; line-height: 50px; }
	.big .hero-wrap.gradient #hero h1 { font-size: 58px; line-height: 68px; }
	.big #hero .info .title { font-size: 72px; line-height: 77px; }
	/* BIGGER +4 */
	.bigger .gform_wrapper .gform_required_legend { font-size: 18px!important; }	
	.bigger .content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,  .bigger .content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { font-size: 19px; }
	.bigger footer .bottom-wrap p, .bigger a.button,  .bigger .button,  .bigger input[type="submit"], .bigger #membersonly-login-form .button-submit { font-size: 20px; line-height: 20px; }
	.bigger nav.primary_nav ul li a, .bigger #navbtn { font-size: 21px; line-height: 26px; margin: 0 10px; }
	.big nav.primary_nav ul li.button a { margin: 0; }
	.bigger nav.primary_nav ul li ul li a { font-size: 22px; line-height: 22px; }
	body.bigger, .bigger p, .bigger .article-post p.published,  .bigger .facebook-post p.published, .bigger .main-article p.published, .bigger footer p { font-size: 22px; line-height: 32px; }
	.bigger #loginform label, .bigger .gform_wrapper.gravity-theme form .gfield_label { font-size: 24px; line-height: 24px; }
	.bigger h6, .bigger .hero-wrap.int.gradient #hero p, .bigger #loginform input[type="text"], .bigger #loginform input[type="password"], .bigger .content input[type="text"], .content input[type="password"],  .bigger .content textarea,  .bigger .content .gform_wrapper input[type=text],  .bigger .content .gform_wrapper input[type=password],  .bigger .content .gform_wrapper textarea,  .bigger .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),  .bigger .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),  .bigger .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),  .bigger .gform_wrapper textarea.large,  .bigger .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.bigger .content select, .bigger .content .gform_wrapper select,  .bigger .gform_wrapper .ginput_complex select, .bigger .gform_wrapper .ginput_complex .ginput_right select, .bigger .content label,  .bigger .content .gform_wrapper li.gfield fieldset legend.gfield_label,  .bigger .content .gform_wrapper .top_label .gfield_label { font-size: 24px; line-height: 32px; }
	.bigger h4 { font-size: 26px; line-height: 36px; }
	.bigger h5, .bigger table tr th, .bigger .search-post h3 { font-size: 28px; line-height: 36px; }
	.bigger h3, .bigger .collapseomatic { font-size: 29px; line-height: 39px; }
	.bigger .sidebar .side .collapseomatic { font-size: 31px; line-height: 31px; }
	.bigger .sidebar .side h2, .bigger .hero-wrap.gradient #hero p, .bigger .facebook-post h3 { font-size: 30px; line-height: 40px; }
	.bigger h2 { font-size: 32px; line-height: 42px; }
	.bigger .article-post h3, .facebook-post h3 { font-size: 34px; line-height: 44px; }
	.bigger .hero-wrap.int.gradient #hero h2 { font-size: 36px; line-height: 44px; }
	.bigger h1, .bigger .title-info h1, .bigger .title-info h2 { font-size: 42px; line-height: 52px; }
	.bigger .int h1 { font-size:  54px; line-height: 54px; }
	.bigger .hero-wrap.gradient #hero h1 { font-size: 62px; line-height: 72px; }
	.bigger #hero .info .title { font-size: 76px; line-height: 81px; }
	/* BIGGEST +6 */
	.biggest .gform_wrapper .gform_required_legend { font-size: 24px!important; }	
	.biggest .content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,  .biggest .content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { font-size: 25px; }
	.biggest footer .bottom-wrap p, .biggest a.button,  .biggest .button,  .biggest input[type="submit"], .biggest #membersonly-login-form .button-submit { font-size: 26px; line-height: 26px; }
	.biggest nav.primary_nav ul li a, .biggest #navbtn { font-size: 27px; line-height: 32px; }
	.biggest nav.primary_nav ul li ul li a { font-size: 28px; line-height: 28px; }
	body.biggest, .biggest p, .biggest .article-post p.published,  .biggest .facebook-post p.published, .biggest .main-article p.published, .biggest footer p { font-size: 28px; line-height: 38px; }
	.biggest #loginform label, .biggest .gform_wrapper.gravity-theme form .gfield_label { font-size: 30px; line-height: 30px; }
	.biggest h6, .biggest .hero-wrap.int.gradient #hero p, .biggest #loginform input[type="text"], .biggest #loginform input[type="password"], .biggest .content input[type="text"], .content input[type="password"],  .biggest .content textarea, .biggest .content .gform_wrapper input[type=text],  .biggest .content .gform_wrapper input[type=password],  .biggest .content .gform_wrapper textarea, .biggest .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .biggest .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),  .biggest .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),  .biggest .gform_wrapper textarea.large,  .biggest .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .biggest .content select,  .biggest .content .gform_wrapper select,  .biggest .gform_wrapper .ginput_complex select,  .biggest .gform_wrapper .ginput_complex .ginput_right select, .biggest .content label,  .biggest .content .gform_wrapper li.gfield fieldset legend.gfield_label,  .biggest .content .gform_wrapper .top_label .gfield_label { font-size: 30px; line-height: 38px; }
	.biggest h4 { font-size: 32px; line-height: 42px; }
	.biggest h5, .biggest table tr th, .biggest .search-post h3 { font-size: 34px; line-height: 42px; }
	.biggest h3, .biggest .collapseomatic { font-size: 35px; line-height: 45px; }
	.biggest .sidebar .side .collapseomatic { font-size: 37px; line-height: 37px; }
	.biggest .sidebar .side h2, .biggest .hero-wrap.gradient #hero p, .biggest .facebook-post h3 { font-size: 36px; line-height: 46px; }
	.biggest h2 { font-size: 38px; line-height: 48px; }
	.biggest .article-post h3, .facebook-post h3 { font-size: 40px; line-height: 50px; }
	.biggest .hero-wrap.int.gradient #hero h2 { font-size: 42px; line-height: 50px; }
	.biggest h1, .biggest .title-info h1, .biggest .title-info h2 { font-size: 48px; line-height: 58px; }
	.biggest .int h1 { font-size: 60px; line-height: 60px; }
	.biggest .hero-wrap.gradient #hero h1 { font-size: 68px; line-height: 78px; }
	.biggest #hero .info .title { font-size: 82px; line-height: 87px; }

/* RESPONSIVE */
	/* BIGGEST NEEDS SOME DEFAULT ADJUSTMENT */
	.biggest header {
		padding: 20px 0 0 0;
	}
	.biggest header .head #logo {
	    width: 100%;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	}
	.biggest nav.primary_nav {
		width: 100%;
		text-align: center;
	}
	.biggest .content-wrap {
		margin: 140px auto 0 auto;
		padding: 100px 0 0 0;
	}
	@media all and (max-width: 1350px) {
		.bigger header .head #logo {
			width: 25%;
		}
		.bigger nav.primary_nav {
			width: 75%;
		}
		.bigger nav.primary_nav ul li a, .bigger #navbtn {
			margin: 0 8px;
		}
		.bigger .article-post, .bigger .facebook-post,
		.bigger .article-post:nth-child(2n), .bigger .facebook-post:nth-child(2n),
		.biggest .article-post, .biggest .facebook-post,
		.biggest .article-post:nth-child(2n), .biggest .facebook-post:nth-child(2n) {
			width: 100%;
			margin: 0 0 4% 0;
		}
	}
	@media all and (max-width: 1200px) {
		.bigger nav.primary_nav {
			width: 100%;
			text-align: center;
		}
		.bigger header .head #logo {
		    width: 100%;
		    float: none;
		    margin: 0 auto;
		    text-align: center;
		}
		.bigger .content-wrap {
			margin: 140px auto 0 auto;
			padding: 100px 0 0 0;
		}
	}
	@media all and (max-width: 1100px) {
		.content-wrap {
			padding:  0 0 50px 0;
		}
		.content-wrap.int {
			padding-top: 25px;
			border-top: 0;
		}
		h2.rah-logo {
			text-align: left;
		}
		nav.primary_nav ul li a {
			margin: 0 12px;
		}
		.hero-wrap.int.gradient {
			padding: 50px 0;
		}
		.big nav.primary_nav {
			width: 100%;
			text-align: center;
		}
		.big header .head #logo {
		    width: 100%;
		    float: none;
		    margin: 0 auto;
		    text-align: center;
		}
		.big .content-wrap {
			margin-top: 140px;
		}
		.biggest header .head #logo {
			width: 70%;
			margin: 0 0 10px 0;
			float: left;
			text-align: left;
		}
		.biggest nav.primary_nav { width: 30%; position: static; margin-top: 0; }
		.biggest nav.primary_nav ul { width: 100%; }
		.biggest nav.primary_nav .menu-primary-menu-container { display: block; position: fixed; top: 0; left: -100%; background-color: rgba(26, 31, 36, .95); width: 80%; height: 100%; overflow-y: scroll; z-index: 1; }
		.biggest .open nav.primary_nav .menu-primary-menu-container { left: 0; }
		.biggest nav.primary_nav .menu-primary-menu-container > ul { padding: 20px 0 0 0; width: 100%; }
		.biggest.logged-in nav.primary_nav ul li.locked,
		.biggest nav.primary_nav ul li { display: block; padding: 0; float: none; }
		.biggest nav.primary_nav ul li a { text-transform: none; font-size: 18px; display: block; padding: 20px 30px; color: #fff; border-bottom: 1px solid #111; text-align: left; margin: 0; }
		.biggest nav.primary_nav ul li ul.sub-menu { width: 100%; background: none; display: block; clear: both; overflow: hidden; position: relative; left: 0; opacity: 1; margin-top:0; border-top: 0; }
		.biggest nav.primary_nav ul li ul.sub-menu li a { padding: 20px 30px 20px 50px; border-bottom: 1px solid #111; }
		.biggest header nav.primary_nav ul li:hover a, 
		.biggest header nav.primary_nav ul li.active a, 
		.biggest header nav.primary_nav ul li a:focus, 
		.biggest header nav.primary_nav ul li.current-menu-item a, 
		.biggest header nav.primary_nav ul li.current-menu-ancestor a, 
		.biggest header nav.primary_nav ul li.current_page_parent a {  color: #fff; background-color: #202020; border-bottom: none;  }
		.biggest #navbtn { display: block; }
		.biggest .content-wrap {
			margin: 80px auto 0 auto;
			padding: 0;
		}
		.biggest #cont {
			width: 100%;
			float: none;
			clear: both;
			overflow: hidden;
			padding: 0 0 5% 0;
		}
		.biggest .sidebar {
			width: 100%;
			padding: 0;
			float: none;
			clear: both;
			overflow: hidden;
		}
	}
	@media all and (max-width: 1000px) {
		nav.primary_nav ul li a {
			font-size: 14px;
			margin: 0 10px;
		}
		h2.rah-logo.desktop-only {
			display: none;
		}
		h2.rah-logo.mobile-only {
			display: block;
		}
		#cont {
			width: 100%;
			float: none;
			clear: both;
			overflow: hidden;
			padding: 0 0 5% 0;
		}
		.int h1 {
			font-size: 36px;
			line-height: 46px;
			margin-bottom: 20px;
		}
		.title-info h2 {
			font-size: 30px;
			line-height: 36px;
		}
		.sidebar {
			width: 100%;
			padding: 0;
			float: none;
			clear: both;
			overflow: hidden;
		}
	}
	@media all and (max-width: 900px) {
		header .head #logo {
			width: 70%;
			margin: 0 0 10px 0;
		}
		nav.primary_nav { width: 30%; position: static; margin-top: 0; }
		nav.primary_nav ul { width: 100%; }
		nav.primary_nav .menu-primary-menu-container { display: block; position: fixed; top: 0; left: -100%; background-color: rgba(26, 31, 36, .95); width: 80%; height: 100%; overflow-y: scroll; z-index: 1; }
		.open nav.primary_nav .menu-primary-menu-container { left: 0; }
		nav.primary_nav .menu-primary-menu-container > ul { padding: 20px 0 0 0; width: 100%; }
		.logged-in nav.primary_nav ul li.locked,
		nav.primary_nav ul li { display: block; padding: 0; float: none; }
		nav.primary_nav ul li a { text-transform: none; font-size: 18px; display: block; padding: 20px 30px; color: #fff; border-bottom: 1px solid #111; text-align: left; margin: 0; }
		nav.primary_nav ul li ul.sub-menu { width: 100%; background: none; display: block; clear: both; overflow: hidden; position: relative; left: 0; opacity: 1; margin-top:0; border-top: 0; }
		nav.primary_nav ul li ul.sub-menu li a { padding: 20px 30px 20px 50px; border-bottom: 1px solid #111; }
		header nav.primary_nav ul li:hover a, header nav.primary_nav ul li.active a, header nav.primary_nav ul li a:focus, header nav.primary_nav ul li.current-menu-item a, header nav.primary_nav ul li.current-menu-ancestor a,  header nav.primary_nav ul li.current_page_parent a {  color: #fff; background-color: #202020; border-bottom: none;  }
		#navbtn { display: block; }
		.hero-wrap.int #hero .left {
			width: 100%;
			margin: 0 0 2% 0;
			clear: both;
			overflow: hidden;
			float: none;
		}
		.hero-wrap.int #hero .right {
			width: 100%;
			margin: 0 0;
			clear: both;
			overflow: hidden;
			float: none;
		}
		footer .left, footer .right {
			width: 100%;
			float: none;
			text-align: left;
			clear: both;
			overflow: hidden;
		}
		footer .menu#menu-social-menu {
			float: left;
		}
		.big header .head #logo,
		.bigger header .head #logo {
			width: 70%;
			margin: 0 0 10px 0;
			text-align: left;
			float: left;
		}
		.big nav.primary_nav, .bigger nav.primary_nav { width: 30%; }
		.big .content-wrap, .bigger .content-wrap { margin-top: 91px; }
		#access_tools { z-index: 999; }
	}
	@media all and (max-width: 800px) { 
		.article-post h3, .facebook-post h3 {
			font-size: 22px;
			line-height: 30px;
		}
	}
	@media all and (max-width: 700px) { 
		.article-post, .facebook-post,
		.article-post:nth-child(2n), .facebook-post:nth-child(2n) {
			width: 100%;
			margin: 0 0 4% 0;
		}
	}
	@media all and (max-width: 600px) { 
		.logged-in header {
			top: auto;
		}
		header {
			position: relative;
		}
		.content-wrap {
			margin: 0 auto;
		}
		.big .content-wrap, .bigger .content-wrap, .biggest .content-wrap { margin-top: 0px; }
		.bigger header .head #logo { width: 60%; }
		.bigger nav.primary_nav { width: 40%; }
		.bigger #navbtn { padding-top: 5px; }
	}
	@media all and (max-width: 450px) { 
		.bigger header .head #logo { width: 50%; }
		.bigger nav.primary_nav { width: 50%; }
	}

/* PRINT */
	@media only print {
		.home .hero-wrap.gradient, nav, nav.primary_nav, footer .right, #access_tools, form, .sidebar { display: none; }
		.title-info { padding: 10px 0; background: none; }
		.title-info h1, .title-info h2 { color: #063852; }
		.articles-wrap, .facebooks-wrap { display: block; margin: 0 0 20px 0; }
		.article-post, .facebook-post, .article-post:nth-child(2n), .facebook-post:nth-child(2n) { margin: 0; }
		.article-post .details, .facebook-post { background: none; padding: 30px 0 0 0; }
		.main-article .details { background: none; padding: 0 0 10px 0; }
		.main-article .full-article { background: none; padding: 30px 0 0 0; }
		.content { padding-bottom: 0; }
		.main-article { margin: 0; }
		.content-wrap.int {padding-bottom: 30px;}
	}