/*
Theme Name: McIlrath | Eck by FDGweb
Theme URI: http://www.fdgweb.com/
Author: FDGweb
Author URI: http://www.fdgweb.com/
Description: A custom client theme designed by FDGweb.
Version: 3.1
*/

/* //////////////////////////////////////////////
ALL FONT DECLARATIONS SHOULD BE MADE WITHIN THE {theme}/fonts.php FOR EACH FONT.
THIS WAY FONTS CAN STILL BE CUSTOMIZED VIA THE ADMIN.
FONT OVERRIDES CAN BE MADE IN THIS FILE ON INDIVIDUAL SITE INSTALLATIONS
BUT SHOULD NOT BE MADE ON THE BOILERPLATE TEMPLATE INSTALL
////////////////////////////////////////////// */


/* =Basic structure
-------------------------------------------------------------- */

html {
	font-size: 87.5%;
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1;
}

a, .entry-content a:visited,
.comment-content a:visited {
	outline: none;
	text-decoration: none;
}

body .site {
	padding: 20px 0 70px;
}

#site-container {
	min-height: 100%;
	position: relative;
}

.site-content {
	margin: 24px 0 0;
}

.widget-area {
	margin: 24px 0 0;
}

#header-spacer {
	position: relative;
	width: 100%;
	height: 117px;
}

.home #header-spacer {
    height: 0;
}

#header-spacer.nav-under {
	height: 145px;
}

#header-container {
	position: absolute;
	width: 100%;
	height: 117px;
	z-index: 1000;
	top: 0;
	left: 0;
}

#header-container.nav-under {
	height: 145px;
}

#header-container.hide {
	top: -145px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

#header-container.scrolled {
	position: fixed;
	top: -145px;
	height: 117px;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background: #FFF;
}

body.header-persist #header-container {
	position: fixed;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	background: #FFF;
	-webkit-transition: 0s all;
	-moz-transition: 0s all;
	-ms-transition: 0s all;
	transition: 0s all;
}

body.header-persist #header-container.scrolled {
	top: 0;
}

#header-container.nav-under.scrolled {
	height: 145px;
}

#header-container.show {
	top: 0px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.site-header {
	padding: 35px 0 25px 0;
	position: relative;
  width:95%;
	max-width: 1530px;
	margin: 0 auto;
	font-size: 0;
}

a.site-title {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 34px;
	letter-spacing: -0.04em;
	position: relative;
}

.site-header .site-title img {
	display: block;
	max-width: 320px;
	width: 100%;
}

.home a.site-title:after {
    background: url(images/mcilrath-logo-white.png);
		content: '';
    width: 320px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}

.single .post-content small {
    line-height: 1.75em;
    display: inline-block;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

#mobile-nav-toggle {
	display: none;
	position: relative;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	cursor: pointer;
	z-index: 200;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	text-transform: uppercase;
}

#mobile-nav-toggle div {
    width: 26px;
    height: 3px;
    position: absolute;
    box-shadow: 0 8px 0 #c5c8d0, 0 16px 0 #c5c8d0;
    background: #c5c8d0;
    top: 17px;
    left: 13px;
	border-radius: 3px;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

#site-container-wrap {
	overflow: hidden;
	min-height: 100%;
	position: relative;
}

#site-container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	-webkit-transition: 0.5s -webkit-transform;
	-moz-transition: 0.5s -webkit-transform;
	-ms-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
}

body.nav-active #site-container {
	-webkit-transform: translateX(30%);
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
}

#mobile-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	z-index: 80;
	min-height: 100%;
	background: #22252f;
	-webkit-transform: translateX(-102%);
	-moz-transform: translateX(-102%);
	-ms-transform: translateX(-102%);
	transform: translateX(-102%);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;

	display: none;
}

#mobile-nav .nav-menu {
	padding: 30px 20px;
}

body.nav-active #mobile-nav {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

#mobile-nav-shad {
	width: 100%;
	min-width: 320px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	opacity: 0;
	display: none;
	z-index: 50;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

body.nav-active #mobile-nav-shad {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

body.nav-active #site-container-wrap {
	opacity: 0.5;
}

#mobile-nav-close {
	font-size: 16px;
	padding: 20px 20px;
	position: relative;
	margin: -40px 0 5px 0;
	text-align: center;
	cursor: pointer;
	opacity: 0.7;
}

#mobile-nav-close:after {
	content: ' ';
	width: 70%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	margin: 35px 15% 0 15%;
	left: 0;
}

#mobile-nav .menu-top-navigation-container {
	display: block;
	width: 70%;
	padding: 40px 0 0 0;
	z-index: 20;
	position: relative;
	background: #0D293E;
}

#mobile-nav ul#menu-main-navigation,
#mobile-nav ul#menu-main-navigation-1 {
	padding: 30px 0 0 0;
}

#mobile-nav > div > ul > li > a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0;
	position: relative;
}

#mobile-nav > div > ul > li > ul > li > a {
    text-decoration: none;
    opacity: .65;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 0;
    text-transform: inherit;
    letter-spacing: 0.04em;
    font-family: roboto, sans-serif !important;
    font-weight: 300;
}

.menu-main-menu-container {
    padding: 0 5px;
}

#mobile-nav > div > ul > li {
	padding: 0 0 5px 0;
}

#mobile-nav ul.sub-menu {
	position: relative;
	z-index: 200;
}

.menu-toggle {
	display: none;
}

.nav-beside #site-search {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.nav-beside .menu-main-menu-container {
	display: inline-block;
	vertical-align: middle;
}

.nav-under #site-search {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
}

#site-search input[type="text"] {
	border: 0;
	border-radius: 0;
	background: transparent;
	height: 29px;
	width: 29px;
	padding: 3px 4px;
	outline: none;
	font-family: roboto, sans-serif !important;
    font-weight: 300;
    font-size: 14px;
	position: relative;
	z-index: 10;
	text-indent: -99px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.nav-under #site-search input[type="text"] {
	height: 39px;
}

#site-search input[type="text"].active {
	width: 140px;
	text-indent: 0px;
	padding: 3px 34px 3px 14px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.upper-header {
	position: absolute;
	right: 0;
	z-index: 99;
	display: block;
	top: 16px;
}

.upper-header .location {
	font-size: 12px;
	display: inline-block;
}

.upper-header .location a {
	text-decoration: none;
	margin-left:5px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

#site-search input[type="submit"] {
	margin: 0 0 0 -4px;
	border-radius: 0;
	border: none;
	width: 35px;
	height: 35px;
	outline: none;
	box-shadow: none;
	background: url(images/header-mag.png) center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
	z-index: 50;
}

.nav-under #site-search input[type="submit"] {
	height: 45px;
}

#site-search input[type="submit"].active {
	display: block;
}

#header-mag {
	background: url(images/header-mag.png) center center no-repeat;
	background-size: 32px;
	opacity: 0.75;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 20;
}

.home #header-mag {
	background: url(images/header-mag-white.png) center center no-repeat;
	background-size: 32px;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 20;
}

.nav-under #header-mag {
	height: 45px;
}

.footer-credits {
    display: inline-block;
    right: 0px;
    position: relative;
}

.footer-credits a {
    text-decoration: none;
	opacity: 0.9;
}

.footer-credits a:hover {
    opacity: 0.7;
}

#site-copyright {
	position: relative;
	right: auto;
	text-align: center;
}

#site-copyright.left-align {
    text-align: left;
    display: block;
    font-family: roboto, sans-serif;
    color: #cecfd3;
    padding-left: 15px;
    position: relative;
    top: -30px;
}

.footer-credits {
    display: block;
    position: relative;
    text-align: right;
    margin-top: -24px;
		opacity: .6;
    font-family: roboto, sans-serif;
}

.section-rotator {
	position: relative;
	opacity: 0;
	-webkit-transition: 0.4s opacity, 0.8s max-height;
	-moz-transition: 0.4s opacity, 0.8s max-height;
	-ms-transition: 0.4s opacity, 0.8s max-height;
	transition: 0.4s opacity, 0.8s max-height;
}

body.loaded .section-rotator {
	opacity: 1;
}

img.rotator-background {
	width: 100%;
}

.rotator-slide-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	text-decoration: none;
}

.rotator-slide-content-spacer {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.rotator-slide-content {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 0 -100px 0 -4px;
}

.rotator-slide-content-inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.rotator-slide-content-width {
	max-width: 980px;
	text-align: center;
	margin: 70px auto 0 auto;
	position: relative;
}

.section-rotator a {
	text-decoration: none;
}

.section-rotator button {
	border: none;
}

a.rotator-background-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.rotator-title,
#hp-video-area .content h1 {
	font-size: 62px;
	text-transform: uppercase;
	line-height: 62px;
	letter-spacing: 0.07em;
	position: relative;
	z-index: 10;
	font-family: termina, sans-serif !important;
  font-weight: 700;
font-style: normal;
margin-bottom:20px;
word-wrap: normal;
}

.rotator-subtitle,
#hp-video-area .content h2 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 300;
	position: relative;
	z-index: 10;
	font-family: roboto, sans-serif !important;
	font-weight: 300;
	font-size: 22px;
	margin-bottom:15px;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
}

.section-rotator a.button {
	position: relative;
	z-index: 10;
}

.button-wrap a.button,
.button-wrap button.button {
	margin-right: 10px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;
    letter-spacing: 0.02em;
    padding: 10px 25px;
		  transition: .2s;
}

.button-wrap a.button:last-child,
.button-wrap button.button:last-child {
	margin-right: 0;
}

.content-wrap .button-wrap a.button:hover {
    opacity: 0.7;
    transition: .2s;
}

#hp-video-area .content-wrap .button-wrap a.button:hover {
    opacity: 1;
    background: none;
    box-shadow: inset 0 0px 0px 2px #fff;
    color: #fff;
}

.section-rotator .button {
	margin: 20px 0 0;
}

.rotator-prev, .rotator-next {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	display: none;
	z-index: 100;
}

.rotator-next {
	left: auto;
	right: 0;
}

.section-rotator.show-selectors .rotator-prev, .section-rotator.show-selectors .rotator-next {
	display: block;
}

[slides="1"] .rotator-prev, [slides="1"] .rotator-next, [slides="1"] .rotator-pagination {
	display: none;
}

span.swiper-pagination-bullet {
	background: #FFF;
	opacity: 0.4;
	width: 12px;
	height: 12px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.rotator-prev a {
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}

.rotator-next a {
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;
}

.prevnext-Black .rotator-prev a {
	background: url(images/prev.png) center center no-repeat;
}

.prevnext-Black .rotator-next a {
	background: url(images/next.png) center center no-repeat;
}

.prevnext-White .rotator-prev a {
	background: url(images/prev-white.png) center center no-repeat;
}

.prevnext-White .rotator-next a {
	background: url(images/next-white.png) center center no-repeat;
}

.rotator-prev a:hover, .rotator-next a:hover {
	opacity: 1;
}

.swiper-container .rotator-pagination {
	position: absolute;
	bottom: 40px !important;
	width: 100%;
	text-align: center;
	height: 0;
	z-index: 100;
}

.swiper-wrapper {
	margin: 0;
}

footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 0px;
	position: relative;
	min-height: 20px;
	box-sizing: border-box;
}

footer .menu li {
	display: block;
}

footer .menu li a {
	opacity: 0.8;
	text-decoration: none;
	font-size: 14px;
	font-family: roboto, sans-serif;
	color:#cecfd3;
	padding: 10px 12px;
}

footer .menu li a:hover {
	opacity: 1;
}

#site-copyright {
	opacity: 0.8
	font-size: 11px;
}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}

.entry-header .entry-title a {
	text-decoration: none;
	font-size: 32px;
}

.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}

.entry-content h2 {
	font-size: 18px;
	line-height: 1.6;
}

.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}

.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}

.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}

.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

.entry-content p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: disc outside;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li {
	margin: 0 0 0 36px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}

.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

.site-header h1,
.site-header h2 {
	text-align: left;
}

.site-header h1 {
	font-size: 26px;
	line-height: 1.846153846;
	margin-bottom: 0;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	width: 100%;
}

.nav-under .nav-menu {
	text-align: left;
}

.nav-beside .nav-menu {
	text-align: right;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}

.main-navigation li a,
.main-navigation li {
	text-decoration: none;
}

.main-navigation li a {
	display: inline-block;
	border-bottom: 0;
	padding: 10px 20px;
	line-height: 25px;
	font-weight: 500 !important;
	letter-spacing: 0.02em;
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

@media screen and (max-width:1480px) {
  .main-navigation li a {
    padding:10px 15px;
    font-size:13px;
  }
}

@media screen and (max-width:1350px) {
  .main-navigation li a {
    padding:10px 10px;
    font-size:13px;
  }
}

.home .main-navigation li a {
    color: #fff;
}

.main-navigation li {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.main-navigation li .sub-menu li {
	display: block;
}

.main-navigation li .sub-menu li a {
	color:#fff;
}

.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	text-align: left;
	height: 0;
	overflow: hidden;
	top: 90%;
	width:160px;
	background: rgb(34 37 47);
	border-radius: 5px;
	text-align: left;
	font-size: 0;
	opacity: 0;
	box-shadow: 2px 10px 20px -5px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}


@media screen and (min-width: 1025px) {
	.main-navigation li ul { width:auto; min-width:220px; }
}

.page .nav-menu ul.sub-menu.active,
.blog .nav-menu ul.sub-menu.active {
    background: #22252f;
}

.home .nav-menu ul.sub-menu.active {
    background: #22252f;
}

.page .nav-menu ul.sub-menu.active li a,
.blog .nav-menu ul.sub-menu.active li a {
	color:#fff;
}

.blog #content .entry-header h1.entry-title {
    font-size: 47px;
    line-height: 1.4em;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: termina, sans-serif !important;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #22252f !important;
    text-align: center;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.nav-menu > li > ul.sub-menu.pad {
	opacity: 1;
	padding: 15px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.nav-menu > li > ul.sub-menu.active {
	top: 100%;
	height: auto;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.main-navigation li ul li a {
	    display: block;
	    font-size: 12px;
	    line-height: 1.3em;
	    padding: 6px 20px;
	    white-space: normal;
	    width: auto;
	    font-family: 'roboto', sans-serif !important;
	    margin-bottom: 3px;
	    font-weight: 300 !important;
}

.main-navigation li ul.sub-menu li {
    margin-right: 0;
}

.main-navigation li:hover > a {
    border-radius: 5px;
}

.main-navigation li.current_page_item a {
    color: inherit;
}

.main-navigation li.current_page_item:hover a {
    color: #fff;
}

.main-navigation li ul li a:hover {
	opacity: 1;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 600;
}

#nav-container.nav-under {
	position: relative;
	box-shadow: 0 20px 30px -15px rgba(0,0,0,0.1);
	z-index: 1001;
	text-align: left;
	margin: -20px 0 0;
}

#nav-container.nav-under #site-navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1230px;
}

#nav-container.nav-beside {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	text-align: right;
  float:right;
	padding: 0 0 0 0px;
}

#content-wrapper {
	font-size: 0;
	padding: 0 0 380px 0; /* footer height */
}

#footer-container {
	height: 380px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #22252f;
}

#content {
	width: 100%;
	font-size: 14px;
}

.entry-header .entry-title, .search-results h1.page-title {
	font-size: 42px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

header.entry-header {
	padding: 40px 0;
	margin: 0;
}

.archive article:first-child, .search article:first-child, .blog article:first-child {
	padding-top: 40px;
}

h1.entry-title {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
/*	padding: 0 30px;*/
}

.entry-header.left, .left {
	text-align: left;
}

.entry-header.center, .center {
	text-align: center;
}

.entry-header.right, .right {
	text-align: right;
}

.entry-header.background-image {
	background-size: 100% !important;
}

.section {
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.section-background {
	display: block;
	width: 100%;
}

.section.background-image .section-inner-wrap-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	font-size: 0;
}

.section.background-image .section-inner-wrap-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.section.background-image .section-inner-wrap-2 {
	display: inline-block;
	vertical-align: middle;
}

.section-inner-wrap-2 {
	width: 100%;
}

.section .section-inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0;
}

.section.title-banner .title {
	font-size: 57px;
	line-height: 1.4em;
	margin: 0;
	text-transform: uppercase;
	font-family: termina, sans-serif !important;
  font-weight: 600;
	letter-spacing: 0.06em;
	color: #22252f;
}

.section.title-banner .subtitle {
	font-size: 21px;
	    line-height: 1.4em;
	    margin: 0;
	    font-family: roboto, sans-serif !important;
	    font-weight: 300;
	    opacity: 1;
}

.section.align-left {
	text-align: left;
}

.section.align-center {
	text-align: center;
}

.section.align-right {
	text-align: right;
}

.section.background-image.tint-lighter .section-background,
.section.background-image.tint-lighter .mobile-background,
.section.background-image.tint-darker .section-background,
.section.background-image.tint-darker .mobile-background,
.section.background-image.tint-color .section-background,
.section.background-image.tint-color .mobile-background {
	opacity: 0.5;
}

.section .mobile-background {
	display: none;
}

.section .title {
	font-size: 28px;
    line-height: 1.1em;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.section .subtitle {
	font-size: 26px;
	line-height: 28px;
	margin: 2px 0 10px;
	opacity: 0.7;
}

.section .content p, .section .content li {
    font-family: roboto, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8em;
}

.content-wrap.align-center {
	text-align: center;
}

.content-wrap.align-left {
	text-align: left;
}

.content-wrap.align-right {
	text-align: right;
}

.section .section-inner.top-only {
	padding-bottom: 0;
}

.section .section-inner.bottom-only {
	padding-top: 0;
}

.section .section-inner.no-padding {
	padding: 0;
}

.content-block .featured-image.left.mobile {
	display: none;
}

.product-images li {
    max-width:30%;
    margin:0px;
}

.product-images {
    padding-top:15px;
    display: flex;
    justify-content: space-around;
}
.product-images li img {
	transition:.25s;
}
.product-images li img:not(.active) {
    opacity: .6;
}
.product-main-image {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items:center;
    flex-direction: column;
}
.product-main-image img {
    max-height: 100%;
    max-width:100%;
    width:auto!important;
    align-self: center;
}
.content-block.featured-image-left .content-outer,
.content-block.featured-image-right .content-outer {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}

.content-block.featured-image-left .featured-image,
.content-block.featured-image-right .featured-image {
	position: relative;
	display: inline-block;
	width: 40%;
}

.featured-image.valign-top { vertical-align: top; }
.featured-image.valign-middle { vertical-align: middle; }
.featured-image.valign-bottom { vertical-align: bottom; }

.content-block.featured-image-right .content-wrap {
	padding: 0 100px 0 0;
}

.content-block.featured-image-left .content-wrap {
	padding: 0 0 0 100px;
}

.content-block .featured-image {
	overflow: hidden;
}

.content-block .featured-image label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	opacity: 0.8;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0 0 -7px 0;
	width: 100%;
}

.side-by-side .content-outer {
	position: absolute;
	width: 50%;
	text-align: right;
	height: 100%;
	background: #FFF;
	font-size: 0;
}

.side-by-side.right {
	text-align: right;
}

.side-by-side .featured-image.mobile {
	display: none;
}

.side-by-side .featured-image {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.side-by-side.left .content-outer {
	left: 50%;
	top: 0;
	text-align: left;
}

.side-by-side .content-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.side-by-side.left .content-wrap {
	width: 520px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 0 0 80px;
}
.side-by-side.product-area {
	z-index:40;
}

.side-by-side.product-area .content-wrap {
	padding-top:50px!important;
}

.tabs-section-top {
    margin-top:15px;
    width:100%;
    font-size:15px;
}

.tabs-section-top .tab {
    display: inline-block;
    border-top:1px solid #afafaf;
    border-left:1px solid #afafaf;
    border-right:1px solid #afafaf;
    padding:5px 25px;
    cursor: pointer;
}

.tabs-section-top .tab.active {
    background-color:#fff;

}
.tabs-section-top .tab:not(.active) {
    z-index:400;
    position: relative;
    color:#999;
    background-color:#fff;
    border-top:1px solid #d3d3d3;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    padding:4px 25px;
}
.tabs-area {
    min-height:150px;
    border:1px solid #afafaf;
    background-color:#fff;
    z-index:401;
    margin-top:-1px;
}
.tab-content {
    font-size:15px;
    padding:15px;
}
.tab-content:not(.active) {
    display: none;
}
.side-by-side.right .content-wrap {
	width: 520px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	text-align: left;
	padding: 0 80px 0 0;
}

.side-by-side .featured-image img {
	display: block;
	margin: 0;
	width: 100%;
}

.section.side-by-side .title {
	margin: 0 0 10px 0;
}

.grid-block .grid-blocks {
	position: relative;
	font-size: 0;
	text-align: center;
	padding: 30px 0 0;
	margin: 0 0 -50px 0;
}

.single-grid-block {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: left;
	margin: 0 0 50px 0;
}

.horizontal-image-row {
	opacity: 0;
}
.horizontal-image-row .section-inner {
    max-width:150%!important;
    width:150%;
    padding-left:0px!important;
}
.horizontal-image-row .title,.horizontal-image-row .subtitle {
    text-align: center;
    width:100vw
}
.news[row="1"] .news-post { width: 100%; }
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post { width: 50%; }
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post { width: 33%; }
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post { width: 25%; }
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post { width: 20%; }

.grid-blocks .single-grid-block:first-child:after,
.grid-blocks[row="2"] .single-grid-block:nth-child(2n+3):after,
.grid-blocks[row="3"] .single-grid-block:nth-child(3n+4):after,
.grid-blocks[row="4"] .single-grid-block:nth-child(4n+5):after,
.grid-blocks[row="5"] .single-grid-block:nth-child(5n+6):after {
	display: none;
}

.single-grid-block-inner {
	padding: 0 30px;
}

.grid-block .image {
	width: 75%;
	max-width: 240px;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
}

.single-grid-block img {
	display: block;
}

.single-grid-block .title {
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	padding: 15px 0 5px 0;
}

.grid-blocks .button-wrap {
	text-align: center;
}

a.single-grid-block {
	text-decoration: none;
}

.team-members {
	text-align: center;
}

.single-team-member {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	box-sizing: border-box;
}

.single-team-member-inner {
    padding: 25px 25px 0;
    font-size: 0;
    background: #fff;
    margin: 15px 10px;
    min-height: 570px;
    box-shadow: 4px 4px 5px #dcdcd6;
    border-radius: 5px;
		padding-bottom:5px;
}

.single-team-member-inner img {
	display: block;
	vertical-align: top;
	margin: 0 auto 10px;
}

.single-team-member .photo-wrapper img {
    height: auto;
    border-radius: 300px;
    width: auto;
    max-width: 100%;
}
.single-team-member .photo-wrapper {
    max-height: 180px;
    overflow: hidden;
    border-radius: 140px;
    width: 180px;
    display: block;
    margin: 0 auto;
}

.single-team-member-inner > .content {
	display: block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	text-align: center;
}

.team-grid .single-team-member .content .full-name {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.single-team-member .position {
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 300;
}

.team-members .bio {
	text-align: center;
	padding: 10px 0 0;
}

.team-members .bio p {
    font-size: 14px;
    line-height: 1.6em;
    font-family: roboto, sans-serif !important;
    font-weight: 300;
    text-align: left;
}

.edit-link a {
	position: fixed;
	top: 140px;
	left: 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	padding: 10px 15px 10px 30px;
	border-radius: 0 5px 5px 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	font-family: roboto, sans-serif;
}

.edit-link a:hover {
	color: #FFF;
	padding: 10px 15px 10px 34px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.news-post-inner {
	margin: 15px 30px;
	display: block;
	text-decoration: none;
}

.news-post-thumbnail {
	display: block;
	position: relative;
	margin: 0 0 10px 0;
}

.news-post-title {
	display: block;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0 0;
}

.news-post-date {
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.8;
}

.section.news .button-wrap {
	text-align: center;
}

.news-post {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-align: left;
	margin: 0;
}

.section.news .news-post-read-more {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	line-height: 222px;
	text-decoration: none;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	opacity: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .news-post-read-more:before {
	content: 'Read More';
	z-index: 10;
	position: relative;
}

.section.news .news-post-read-more:after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .news-post-inner:hover .news-post-read-more:after {
	opacity: 0.5;
}

.section.news .news-post-inner:hover .news-post-read-more {
	line-height: 222px;
	opacity: 1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.section.news .title {
	padding: 0 0 15px 0;
}

.news-posts {
	text-align: center;
}

.news-post-thumbnail img {
	display: block;
}

.gform_wrapper form {
	text-align: center;
	margin: 0 -25px;
}

.gform_wrapper div.validation_error {
	text-shadow: 0 2px 0 #d85151;
	font-size: 18px;
	background: #f36969;
	border-radius: 3px;
	display: inline-block;
	width: auto;
	line-height: 20px;
	padding: 15px 25px;
	font-weight: 600;
	margin: -40px 0 40px;
}

.gform_body {
	text-align: left;
}

.entry-content ul.gform_fields {
	margin: 0;
	list-style: none;
}

li.gfield {
	position: relative;
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin: 0 2% 50px 2%;
}

.gfield label.gfield_label {
	position: absolute;
    font-size: 16px;
    height: 52px;
    width: 100%;
    padding: 10px 18px;
    box-sizing: border-box;
    line-height: 34px;
    cursor: pointer;
    top: 0;
    font-family: roboto-bold, sans-serif !important;
    color: #222 !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"] {
	font-size: 22px;
	font-weight: 600;
	border: 0;
	border-radius: 1px;
	padding: 10px 18px;
	height: 52px;
	box-sizing: border-box;
	color:#222 !important;
	background:none;
	width: 100%;
	-webkit-appearance: none;
		appearance: none;
	box-shadow: inset 0 0 0 1px #333;
		-webkit-box-shadow: inset 0 0 0 1px #333;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;

}

.gform_wrapper .gfield.active input[type="text"], .gform_wrapper .gfield.active input[type="email"], .gform_wrapper .gfield.active input[type="number"], .gform_wrapper .gfield.active input[type="tel"] {
	background: transparent;
}

li.gform_validation_container {
	display: none;
}

.gform_wrapper .gfield.active label.gfield_label {
	top: -45px;
}

li#field_1_5 {
	width: 96%;
}

li.gfield.gfield_html {
	width: 100%;
	text-align: center;
	margin: 0 0 50px;
}

.gfield_html h2 {
	margin: 0;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
}

.gform_wrapper textarea {
	font-size: 22px;
	font-weight: 600;
	background:none;
	border: 0;
	color:#222 !important;
	border-radius: 0;
	padding: 10px 18px;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	-webkit-appearance: none;
		appearance: none;
	box-shadow: inset 0 0 0 1px #333;
		-webkit-box-shadow: inset 0 0 0 1px #333;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.gform_wrapper .gfield.active textarea {
	background: transparent;
}

.gform_footer {
	width: 96%;
}

.gfield_description.validation_message {
	font-size: 15px;
	padding: 0 20px;
}

.gform_footer input[type="submit"] {
    border: 0;
    padding: 5px 30px;
    line-height: 32px;
    height: 45px;
		-webkit-appearance: none;
			appearance: none;
    box-shadow: none;
    background: #f37334;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.035em;
    border-radius: 8px;
}

#field_1_9 label.gfield_label {
    display: none;
}

li#field_1_9 {
    width: 95%;
}
li#field_1_9 div {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.gform_confirmation_message {
	font-size: 22px;
}

div#gform_confirmation_message_1 {
    text-align: center;
    background: #393d4c;
    padding: 15px 0;
    max-width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    font-family: roboto, sans-serif;
    font-weight: 300;
}

.gform_ajax_spinner {
	display: none !important;
}

#contact-form .content p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    margin-top: -40px;
}

.single .featured-image-wrap {
	/*height: 360px;*/
}

.single .featured-image {
	/*position: absolute;*/
	width: 100%;
	max-height: 1000px;
	overflow: hidden;
}

.single .featured-image img {
	display: block;
	width: 100%;
}
.single .featured-image-wrap.inline .featured-image {
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 0 20px 20px 0px;
}
.featured-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

.single h1.entry-title {
    padding: 0;
    font-size: 38px;
    font-family: termina, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}

.single .post-date, .single .post-categories a {
    font-family: roboto, sans-serif;
    color: #22252f !important;
    opacity: 1;
}

.single .post-content h2, .single .post-content h3 {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
		margin: 30px 0 10px 0;
    color: #22252f;
    line-height: 1.35em;
}

.archive h1.entry-title span {
    font-family: 'termina', sans-serif;
    letter-spacing: 0.02em;
    font-weight: normal;
}

.archive.category .sidebar-sections {
	width:100%;
}

#post-1292 .single-grid-block-inner {
	padding: 40px 30px;
    background: #fff;
    margin: 0 4%;
    border-radius: 10px;
    box-shadow: 2px 4px 7px #d8d8d0;
}

.single .entry-content {
	position: relative;
	font-size: 18px;
	border-radius: 5px;
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

.single .post-meta {
	text-transform: uppercase;
	font-size: 14px;
	margin: -5px 0 20px 0;
}

.single .post-date {
	display: inline-block;
	vertical-align: top;
	opacity: 0.7;
	padding: 0 5px 0 0;
}

.single .post-categories {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 5px;
}

.single .post-categories a {
	text-decoration: none;
	opacity: 0.7;
	font-weight: 700;
}

.single header.entry-header {
	position: relative;
	padding: 0;
}

.single .post-sharing {
	position: absolute;
	top: 10px;
	right: 0;
}

.single .post-sharing a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	padding: 6px 12px;
	line-height: 14px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.single .post-sharing a:hover {
	opacity: 0.7;
}

a.share-email {
	background: #444;
}

a.share-facebook {
	background: #3b5998;
}

a.share-twitter {
	background: #1da1f2;
}

a.share-googleplus {
	background: #dd5044;
}

a.share-linkedin {
	background: #007bb6;
}

a.share-pinterest {
	background: #cb2027;
}

a.share-print {
	background: #DDD;
	color: #444;
}

.error404 .entry-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
}

.error404 .entry-title {
	text-align: center;
	font-size: 50px;
	padding: 150px 0 0 0;
}

.archive article,
.search article,
.blog article {
	font-size: 0;
}

.article-thumb {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	max-height: 240px;
	overflow: hidden;
}

.article-thumb img {
	display: block;
	max-width: 100%;
}

.article-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0;
}

[thumb="true"] .article-content {
	width: 70%;
	padding: 0 40px 0 40px;
}

.archive article,
.search article,
.blog article {
	font-size: 0;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 30px;
	border-bottom: 1px solid #EEE;
}

.article-content .entry-summary {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.article-content a.button.primary {
    background: none;
    color: #22252f;
    text-transform: none;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #22252f;
}

.archive h1.entry-title,
.search h1.entry-title,
.blog h1.entry-title {
	padding: 0;
}

.archive h1.entry-title a,
.search h1.entry-title a,
.blog h1.entry-title a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    display: block;
    margin-bottom: 13px;
}

.archive .entry-summary,
.search .entry-summary,
.blog .entry-summary {
	margin: 0 0 15px 0;
}

.page-nav {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.page-nav .wp-pagenavi {
	padding: 40px 0;
}

.page-nav span.pages {
	display: none;
}

.page-nav span, .page-nav a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 10px;
	text-decoration: none;
	min-width: 12px;
	text-align: center;
	background: #EEE;
	margin: 0 4px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.post.no-results header.entry-header {
	text-align: center;
	margin: 0;
}

.post.no-results .entry-content {
	font-size: 18px;
	text-align: center;
}

.site-search input[type="text"] {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 14px;
	border: 2px solid #EEE;
}

.site-search input[type="submit"] {
	opacity: 0.75;
	background: url(images/header-mag-white.png) center center no-repeat;
	background-size: 38px;
	width: 44px;
	height: 44px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.site-search input[type="submit"]:hover {
	opacity: 1;
}

.sidebar-section {
	position: relative;
	width: 100%;
	font-size: 0;
}

.sidebar-section.site-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.sidebar-sections {
	width: 90%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.sidebar {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 28px 35px;
	font-size: 16px;
}

.sidebar-section.left .sidebar-sections {
	left: 20%;
}

.sidebar-section.sidebar-left .sidebar {
	left: 0;
}

.sidebar-section.sidebar-right .sidebar {
	right: 0;
}

.sidebar-section.site-wrapper .sidebar-sections {
	width: 70%;
}

.sidebar-section.site-wrapper.sidebar-right .sidebar {
	width: 30%;
	padding: 50px 0 50px 75px;
}

.sidebar-section.site-wrapper.sidebar-left .sidebar {
	width: 30%;
	padding: 50px 75px 50px 0;
}

.sidebar-block {
	margin: 0 0 30px 0;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}

.sidebar-block.social-presence, .footer-block.social-presence {
	font-size: 0;
}

.sidebar-block.social-presence a, .footer-block.social-presence a {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	background: url(images/social-icons.png) 0 0 no-repeat;
	background-size: auto 100%;
	width: 42px;
	height: 42px;
	margin: 0 6px 0 0;
	border-radius: 3px;
	cursor: pointer;
}

.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook {
	background-position: 6px 0;
	background-color: #3b5998;
}

.sidebar-block.social-presence .icon-twitter, .footer-block.social-presence .icon-twitter {
	background-position: -31px 0;
	background-color: #1da1f2;
}

.sidebar-block.social-presence .icon-googleplus, .footer-block.social-presence .icon-googleplus {
	background-position: -66px 0;
	background-color: #dd5044;
}

.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
	background-position: -102px 0;
	background-color: #007bb6;
}

.sidebar-block.social-presence .icon-pinterest, .footer-block.social-presence .icon-pinterest {
	background-position: -138px 0;
	background-color: #cb2027;
}

.sidebar-block.social-presence .icon-yelp, .footer-block.yelp .icon-yelp {

}

.sidebar-block.social-presence .icon-instagram, .footer-block.social-presence .icon-instagram {
	background-position: -247px -4px;
	background-color: #f00075;
	background-size: auto 120%;
}

.sidebar-block.social-presence .icon-youtube, .footer-block.youtube .icon-youtube {

}

.sidebar-block-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.sidebar-block.open-text p:last-child, .footer-block.open-text p:last-child {
	margin: 0;
}

.sidebar form.site-search, .footer-block form.site-search {
	font-size: 0;
}

.sidebar .site-search input[type="text"], .footer-block .site-search input[type="text"] {
	border: 0px;
	width: calc( 100% - 44px);
	box-sizing: border-box;
}

.site-search input[type="submit"] {
	width: 40px;
	height: 37px;
}

.sidebar .news-post, .footer-block .news-post {
	display: block;
}

.sidebar a.news-post-inner, .footer-block a.news-post-inner {
	margin: 0 0 15px 0;
}

.news-post-title {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	font-weight: 600;
}

.sidebar-block.recent-posts .sidebar-block-title,
.footer-block.recent-posts .sidebar-block-title {
	padding: 0 0 10px 0;
}

.sidebar .button-wrap, .footer-block .button-wrap {
	text-align: center;
}

.sidebar a.button, .footer-block a.button {
	padding: 6px 20px;
	font-size: 14px;
}

.sidebar-block.open-text p, .footer-block.open-text p {
    line-height: 20px;
    font-size: 13px;
    margin: 0 0 20px 0;
    font-family: roboto, sans-serif;
}


/*

adjust
.single-post .sidebar-section.sidebar-right .sidebar { height }
body.post-template-default .post { min-height }
to correct single blog post issues

*/
.single-post .sidebar-section.sidebar-right .sidebar {
	margin: -60px 0 0 0;
	width: 25%;
	height: calc( 100% + 225px);
	padding: 62px 0 0 50px;
}

body.post-template-default .post {
	min-height: 635px;
}

.footer-columns {
	font-size: 0;
}

.footer-column {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 20px 15px;
}

.footer-columns[cols="1"] .footer-column {
	width: 100%;
}

.footer-columns[cols="2"] .footer-column {
	width: 50%;
}

.footer-columns[cols="3"] .footer-column {
	width: 33.3%;
}

.footer-columns[cols="4"] .footer-column {
	width: 25%;
}

.footer-block {
	padding: 0 0 15px 0;
}

#footer-container img {
    max-width: 240px;
    display: block;
}

.footer-block {
	color: #cecfd3;
}

.footer-block .sidebar-block-title {
	color: #ddd;
}

.footer-block .news-post-date {
	color: #aaa;
}

.social-presence a:last-child {
	margin: 0;
}

body.nav-active #footer-container {
	display: none;
}

.sidebar img {
	max-width: 100%;
}

.carousel a.item, .carousel .item {
	text-align: center;
	text-decoration: none;
}

.carousel .item .title {
	font-size: 22px;
	line-height: 40px;
}

.owl-prev {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: -60px;
	background: url(images/carousel-prev.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
}

.owl-next {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: -60px;
	background: url(images/carousel-next.png) center center no-repeat;
	background-size: 35px;
	opacity: 0.3;
	font-size: 0;
}

.owl-prev:hover, .owl-next:hover {
	opacity: 0.5;
}

.carousel .section-inner {
	padding-left: 60px;
	padding-right: 60px;
}

.title-below .owl-prev, .title-below .owl-next {
	height: calc( 100% - 40px );
}

.title-above .owl-prev, .title-above .owl-next {
	height: calc( 100% - 40px );
	padding-top: 40px;
}

.assistive-text:focus {
    opacity: 1;
    color:#333;
    visibility: visible;
}
.assistive-text {
    z-index: 999;
}
.assistive-text:not(:focus) {
    opacity: 0;
}
.assistive-text, .site .screen-reader-text {
	clip:inherit;
}

.section.background-image.short-img img.section-background {
	position: absolute;
	height: 100%;
	max-width: none;
	width: auto;
}

.section.background-image.short-img .section-inner-wrap-1 {
	position: relative;
}

#custom-scripts {
	display: none;
}

.single .featured-image-wrap.full-width .featured-image {
	width: 100%;
	float: none;
}

.single .featured-image-wrap.full-width {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.single .featured-image-wrap.hero .featured-image {
	position: relative;
	max-height: 400px;
}

.single .featured-image-wrap.hero header.entry-header {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.featured-image-wrap.hero .featured-image-overlay {
	box-shadow: inset 0 -230px 100px -100px rgb(248, 248, 248);
}

#single-header-inner {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
	margin: 0;
	padding: 0 0 28px 35px;
	background: transparent;
}

.single #content-wrapper.image-hero .entry-content {
	padding-top: 0;
}

/* LANDING PAGE SPECIFIC STYLES */
.page-template-landing #footer-container {
	height: 64px;
}

.page-template-landing footer {
	padding: 20px 0;
}

.section-rotator .button-wrap {
	position: relative;
	z-index: 10;
}

a.rotator-slide-content-link {
	display: block;
}

.post-content {
	font-size: 18px;
}

#our-location {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 75px 0px 75px;
    position: absolute;
    right: 0;
    height: 100%;
}

#our-firm .section-inner .content-outer {
    width: calc(100% - 480px);
}

#our-firm {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#our-firm .section-inner {
	margin:0 auto;
	width: 70%;
	max-width: 1200px;
}


#appointment {
    position: relative;
    height: 60px;
    width: 31%;
		padding: 0 150px 0 0;
    display: block;
    background: #808b9f;
    bottom: 0;
    z-index: 5;
    right: 0;
    text-align: right;
    top: -60px;
    float: right;
    margin-bottom: -60px !important;
		border-radius: 7px 0 0 0;
}

#appointment .section-inner.full-padding {
    padding-top: 12px;
    padding-left: 70px;
}

#appointment .section-inner .content p a {
	color: #fff;
	font-size: 19px;
	font-family: 'montserrat';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	vertical-align: top;
    font-weight: 400;
		top: 5px;
    position: relative;
}

#appointment .content img {
    width: 45px;
    margin-right: 10px;
    margin-top: 4px;
}

#appointment .section-inner .content p {
    padding-bottom: 0;
    margin-bottom: 0;
}

#our-location .content p {
    color: #fff;
}

#our-location h2.title {
    color: #fff;
}

.content-block a.button.white {
    background: #343745;
    color: #fff;
}

.content-block.black .content p, .content-block.black h2.title {
    color: #dbdce0;
}

#interests .featured-image {
    width: 60%;
    margin-left: -100px;
    top: -90px;
}

#interests .content-outer {
    width: 48%;
		padding-top:45px;
}

#guidance .section-inner, #expect .section-inner {
    padding: 160px 0;
}



/*================
<<<<<<<<<<<< --------------------- Remove After Change to Mock up Styles
==================*/

#getStarted p {
	font-size: 2rem;
	text-align: center;
}

.ruler {
	border: 2px solid black;
}

#feeGrid .single-grid-block {
	text-align: center;
}

#feeGrid .subtitle {
	font-size: 14px;
}
#feeGrid h2 {
	font-size: 50px;
}
#feeGrid a {
	color: #f37334;
}

/*================
Our Events
==================*/

#ciderOne {
	margin-top: 15px;
	margin-bottom: 15px;
}

#ciderOne img{
	max-height: 300px;
	width: auto;
	margin: 0 auto;
	border-radius: 10px;
}

#ciderOne h2 {
	font-size: 3rem;
	color: black;
}

#ciderOne .fb-link {
	font-size: 1.5rem;
	color: black;
}

#eventYear p {
	font-size: 1.5rem;
	font-weight: bold;
}


#teamExplain p {
	font-size: 21px;
}


/*================
Complimentary Consulatation
==================*/

#consultation p {
	float: left;
}

#bringToAppt, #investAppt, #legacyAppt {
	height: 400px;
}
#bringToAppt h2.title, #retireAppt h2.title, #investAppt h2.title, #legacyPlan h2.title{
	text-align: center;
	font-size: 35px;

}

#bringToAppt h3, #retireAppt h3, #investAppt h3, #legacyAppt h3{
	text-align: center;
	font-size: 18px;
	color: white;
}

#bringToAppt .content {
	width: 90%;
	margin: 40px auto;
	font-size: 20px;
}
#bringToAppt .ul-left, #retireAppt .ul-left, #investAppt .ul-left, #legacyAppt .ul-left{
	float: left;
}
#bringToAppt .ul-right, #retireAppt .ul-right, #investAppt .ul-right, #legacyAppt .ul-right{
	float: right;
}

#bringToAppt li, #retireAppt li, #investAppt li {
	font-size: 18px;
}

#bringToAppt .button-wrap, #retireAppt .button-wrap, #investAppt .button-wrap, #legacyAppt .button-wrap{
	clear: both;
	margin: 0 auto;
	width: fit-content;
}

#planningGrid .image{
	border-radius: 20px;
}
#planningGrid {
	align-items: center;
}

/*================
Retirement Planning
==================*/

#retireExpect, #investExpect, #legacyPlan {
	margin-top: 10px;
	margin-bottom: 10px;
}

#retireExpect h2, #investExpect h2 {
	text-align: center;
}

#retireExpect img, #legacyPlan img {
	height: 300px;
	width: auto;
	border-radius: 5%;
	margin: 0 auto;
}

#retireAppt {
	height: 600px;
}

#retireAppt .content, #investAppt .content {
	margin: 20px auto;
	width: 90%;

}


/*================
Investment Planning
==================*/

#investExpect img {
	height: 400px;
	width: auto;
	margin: 0 auto;
}

/*================
Education Planning
==================*/



#edGrid {
	max-height: 500px;
}

#edGrid img {
	margin: 0 auto;
}

#adultCourse {
	margin: 20px auto;
}

#adultCourse img {
	max-height: 300px;
	width: auto;
}

#classSchedule {
	margin-top:100px;
}

#classSchedule h2.title {
    border-top: 1px solid #00000045;
    padding-top: 50px;
    font-family: 'termina';
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 38px;
}

#edLocations {
    margin: 0 auto;
    background: #ecece6;
    padding: 20px 0 40px;
}

#edLocations:nth-child(odd) {
    background: #d6d6d1;
}

#edLocations .content-wrap h2, #edLocations .content-wrap .content p {
    //color: #fff;
}

#edLocations .content-outer {
    background: none;
}

#edLocations img, #edLocationsTwo img {
	height: 300px;
	width: auto;
	margin: 0 auto;
	border-radius: 10px;
}

#edLocationsTwo, #edLocationsTwo .content-outer{
	background-color: lightgrey;
}

.page-id-1082 #classSchedule img.section-background {
    max-width: none;
    height: 1520px;
}


/*================
<<<<<<--------------------- Remove After Change to Mock up Styles
==================*/


/*================
Page Styles
==================*/

.bulleted-list, .bulleted-list li {
	color: white;
}

#pageTitle {
	/* height: 40vh; */
	padding:40px 0;
}

.nav-menu .current-menu-ancestor > a,
.nav-menu li.current-menu-item.current_page_item a {
    color: #80899f;
}

.nav-menu .current-menu-ancestor:hover > a, .nav-menu li.current-menu-item.current_page_item:hover a {
    color: #fff;
}

.main-navigation li > a:focus {
	border-radius: 5px;
	color:#fff;
}

.section.black .content-outer .content p a:hover {
    color: #fff;
}

#serviceOne, #serviceOne .content-outer, #serviceFour, #serviceFour .content-outer {
	background-color: #ecece6;
}

#serviceThree, #serviceThree .content-outer {
	background-color: #22252f;
}

#serviceOne p , #serviceTwo p, #serviceThree p, #serviceFour p{
	font-size: 16px;
}

#serviceThree p, #serviceThree h2, #serviceThree .bulleted-list li {
	color: white;
}

#serviceOne img, #serviceTwo img, #serviceThree img, #serviceFour img {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
    bottom: 0;
}

#serviceOne .featured-image,
#serviceTwo .featured-image,
#serviceThree .featured-image,
#serviceFour .featured-image {
    width: 40%;
    overflow: visible;
}

.service-price{
	font-size: 20px;
	font-weight: bold;

}

#serviceExpect p {
	width: 80%;
	margin: 5vh auto 5vh;
}

#serviceExpect .button-wrap {
    margin-bottom: 6vh;
}

.section.content-block .content-outer h2.title {
    line-height: 1.35em;
}


.section.content-block, .page .section.side-by-side {
    overflow: visible;
}

#consultation .section-inner {
    padding: 20px 0;
}

#consultation .content-outer {
    width: 40%;
}

#consultation .content-wrap.align-left {
    padding-right: 10px;
}

#consultation .featured-image {
    width: 60%;
		top: -50px;
	  right: -100px;
}

.disclaimer p {
    color: #747882;
    font-family: roboto, sans-serif;
    font-size: 11px;
    max-width: 1150px;
    margin: 0 auto;
    line-height: 1.6em;
}

.disclaimer h3 {
    font-family: 'termina';
    text-transform: uppercase;
    color: #747882;
}
.disclaimer {
    text-align: center;
    margin-top: 15px;
    opacity: .73;
}

#location .content-outer {
    width: 40%;
}
div#location .featured-image {
    width: 70%;
    margin-left: -150px;
    top: -80px;
}

.footer-column.footer-col-2 {
    width: 11% !important;
}

.footer-column.footer-col-3 {
    width: 17% !important;
}

.footer-column.footer-col-4 {
    width: 16% !important;
}

.footer-column.footer-col-5 {
    width: 21% !important;
}

.footer-column.footer-col-6 {
    width: 10% !important;
}

.footer-col-6 .sidebar-block-title {
    display: none;
}

.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook,
.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
	background-color: transparent;
}

.search-results #content header.entry-header.left {
    background: none !important;
}

.search-results .entry-summary p {
    font-size: 16px;
    font-family: roboto, sans-serif;
    font-weight: 300;
}

.search-results .article-content h1 a {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.content-block .content h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 35px 0 10px 0;
}


.search-results #content header.entry-header.left h1.entry-title {
    color: #222 !important;
    font-family: 'termina', sans-serif;
    text-align: center;
}

.content-outer .content p a:hover {
    text-decoration: underline;
    color: #26273c;
}

.page-id-1292 .entry-content .image img {
    text-align: center;
    margin: 0 auto;
    max-height: 90px;
}
.page-id-1292 .image {
    border-radius: 0;
}

.positions-template-default .post-content h3 {
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}
.positions-template-default .post-content h1 {
    font-family: 'termina';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 32px;
    font-weight: normal;
    color: #22252f;
}
.single .entry-content .post-content p, .single .entry-content .post-content ul li {
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7em;
}

#home-rotator-container a.button.secondary:hover {
    background: none;
    box-shadow: inset 0 0 0 2px #fff;
    transition: 0.2s;
}


#hp-video-area {
    background-color: #1e253a;
		position: relative;
}
#hp-video-area .section-inner {
    width:100%;
    max-width: 100%;
	  padding: 0;
}
#video-home-bg {
    opacity: .5;
    margin:0;
		display: block;
    width:100%;
    top:0;
}
#hp-video-area .content-wrap {
  /*   height: 855px;
    max-height: 51vw;
    overflow: hidden; */
}
#hp-video-area .content-wrap .hp-top-content-container {
    z-index: 1;
	display: flex;
	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: calc( 100% - 30px );
	padding: 30px 0 0 0;
}

#hp-video-area .content-wrap .hp-top-content {
	color:#fff;
	text-align: center;
	width:100%;
	left:0;
	box-sizing: border-box;
	padding: 0 50px;
}


#hp-video-area .content-wrap .content {
    height: 100%;
}

.hp-top-content-container {
    height: 50%;
}


#hp-video-area .title {
    width: 940px;
    max-width: 100vw;
    font-size: 52px;
    line-height: 1.1em;
    margin:0 auto;
    margin-bottom: 12px;
}
#hp-video-area .subtitle {
    width: 740px;
    font-size: 17px;
    max-width: 100vw;
    line-height: 1.4em;
    margin:0 auto;
    margin-bottom: 12px;
    font-family: source sans pro;
}

.single .post-content .content-left, .single .post-content .content-right {
	display: inline-block;
width: 48%;
vertical-align: top;
font-family: roboto, sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.7em;
}

.single .post-content .content-left {
	margin-right:3%;
}

#guidance-vid .single-grid-block .content-wrap {
    margin-left: 40px;
    width: 47%;
}
#guidance-vid .single-grid-block .content-wrap .title {
    text-align: left;
}

#guidance-vid .single-grid-block-inner {
    padding: 0;
}
#guidance-vid .single-grid-block {
    width: 100%;
}
#guidance-vid .content-wrap, #guidance-vid iframe {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.event .event-inner > div {
    display: inline-block;
    vertical-align: top;
}

.event .event-inner > div.photo-wrapper {
    width: 20%;
		max-height: 180px;
    overflow: hidden;
}

.event .event-inner > div.event-content {
    width: 60%;
    margin-left: 30px;
}

.event .event-inner div.cta {
    width: 15%;
}

.event .event-inner .title {
    color: #353745;
}

.event .event-content .short-description p {
    margin-top: 15px;
    line-height: 1.65em;
		font-size: 14px;
}

.event .event-content .event-date {
    font-size: 16px;
    font-family: roboto, sans-serif;
    color: #80899f;
}

a.event-link {
    background: #343745;
    color: #fff !important;
    font-family: 'Montserrat';
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 10px 25px;
    text-transform: uppercase;
}

.event[block="1"] {
    border-top: 2px solid #ccd3e4;
}
.event {
    padding: 40px 0;
    border-bottom: 2px solid #ccd3e4;
}

.grid-blocks[row="2"] .title {
    font-size: 23px;
}

#ed-grid .single-grid-block.Full.Content {
    background: #2f3442;
    border-radius: 20px;
    padding: 20px 0;
    width: 48%;
    margin: 0 1% 40px;
}

#gform_2 span#gfield_upload_rules_2_5 {
    display: block;
    font-size: 14px;
    padding-top: 13px;
}

#gform_2 li#field_2_5 label.gfield_label {
    margin-top: -47px;
    padding-left: 0;
}

#gform_2 li#field_2_5 {
    margin-top: 30px;
}

#gform_2 li#field_2_7 label.gfield_label {
    display: none;
}

#gform_2 li#field_2_7 #input_2_7 div {
    text-align: center;
    margin: 0 auto;
}
#gform_2 li#field_2_7 {
    width: 100%;
    text-align: center;
    margin: -15px auto 50px auto;
    display: block;
}

#gform_2 .gform_footer.top_label {
    width: 100%;
}

#gform_2 .gfield_description.validation_message {
    color: #b31d1c;
    padding: 5px 0 0 0;
}

#gform_2_validation_container {
    text-align: center;
    display: block;
    margin: 0 auto;
    background: none;
    border: none;
    text-shadow: none;
}

#gform_confirmation_message_2 {
    text-align: center;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

.single-careers h1.entry-title {
    padding-left: 0;
    margin-left: 0;
}

#fa-americas-top-ria {
	margin: 60px 0 -60px;
	height: auto;
	width: 180px;
}