/*
	Theme Name: Marsden Clinical Psychology
	Theme URI: http://html5blank.com
	Description: Marsden Clinical Psychology Theme by ViVO Digital
	Version: 1.0.0
	Author: ViVO Digital
	Author URI: http://vivodigital.com.au
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\#FEDD00
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3 {
	font-family: 'Merriweather', Georgia, serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	
}

body, html {
	height: 100%;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

/* Full screen elements */
.full-screen {
	width: 100%;
	height: 100%;
	min-height: 100%;
	
	text-align: center;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}

/* Half screen elements */
.half-screen {
	width: 100%;
	height: 50% !important;
	min-height: 50% !important;
	
	text-align: center;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

/* Background Covers */
.bg-cover {
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	
}

.bg-bl {
	position: relative;
	z-index: 0;
	background: rgb(52,151,219);
	background: -moz-linear-gradient(top, rgba(52,151,219,1) 0%, rgba(43,61,79,1) 89%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,151,219,1)), color-stop(89%,rgba(43,61,79,1)));
	background: -webkit-linear-gradient(top, rgba(52,151,219,1) 0%,rgba(43,61,79,1) 89%);
	background: -o-linear-gradient(top, rgba(52,151,219,1) 0%,rgba(43,61,79,1) 89%);
	background: -ms-linear-gradient(top, rgba(52,151,219,1) 0%,rgba(43,61,79,1) 89%);
	background: linear-gradient(to bottom, rgba(52,151,219,1) 0%,rgba(43,61,79,1) 89%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3497db', endColorstr='#2b3d4f',GradientType=0 ); 	
}

.bg-bl .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('img/page-title-bg.jpg');
	background-size: cover;
	background-position: center center;
	opacity: 0.2;
	z-index: 1;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

.header {
	width: 100%;
	position: relative;
	
	padding-top: 20px;
}

.header .container {
	position: relative;

	font-family: 'Merriweather', Georgia, serif;	
	font-size: 1.2em;
	font-weight: 800;
	color: #2b85d4;
	
}

.header .container a {
	color: #2b85d4;	
}

/* Logo */

.header .logo {	
	text-align: center;
}

.header .logo img {
	height: 120px;
	display: inline;
}	

.header .col-md-3 {
	position: static;
}

.header .col-md-3 .abs {
	position: absolute;
	bottom: 0;
	left: 15px;
}

.header .right .abs {
	text-align: right;
	left: auto;
	right: 15px;
}

.header .phone-number {
	font-size: 2em;
	line-height: 1.6em;
	font-weight: normal;
}

.header .phone-number .fa {
	color: #fa4423;
}



/*------------------------------------*\
	NAV
\*------------------------------------*/

.nav {
	margin-top: 20px;
	
	font-family: 'Merriweather', Georgia, serif;
	background-color: #2B84D3;
	clear: both;
	text-align: center;
	width: 100%;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout.mega-menu-item ul.mega-sub-menu {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li {
	width: 100%;
	background: none;
	padding: 5px 0 0 30px;
	
	border-bottom: 1px solid rgba(255,255,255,0.4);

	-webkit-transition: padding .3s ease-in-out, border .3s ease-in-out;
	-moz-transition:    padding .3s ease-in-out, border .3s ease-in-out;
	-o-transition:      padding .3s ease-in-out, border .3s ease-in-out;
	-ms-transition:     padding .3s ease-in-out, border .3s ease-in-out;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color: #fff;
	text-align: left;
	width: auto;
	display: block;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 12px;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li:before {
	content: "\f101";
	position: absolute;
	display: block;
	left: 10px;
	top: 25%;
	font-family: 'FontAwesome';
	font-size: 1em;
	color: #fa4423;

	-webkit-transition: left .3s ease-in-out;
	-moz-transition:    left .3s ease-in-out;
	-o-transition:      left .3s ease-in-out;
	-ms-transition:     left .3s ease-in-out;		
}	

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li:hover {
	border-bottom: 1px solid #fff;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li:hover:before {
	left: 15px !important;
}


#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: #fff;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu div {
	margin-top: 5px;
	color: #fff;
	font-weight: 300;
	font-size: .9em;
	line-height: 1.6em;	
}

#mega-menu-wrap-nav-menu {
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu {
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu, #mega-menu-wrap-nav-menu .mega-menu-toggle {
	background-color: #2B84D3;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item {
	width: 13.2%;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition:    background .3s ease-in-out;
	-o-transition:      background .3s ease-in-out;
	-ms-transition:     background .3s ease-in-out;		
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:last-child {
	width: 20%;
	background-color: #fa4423;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:last-child:hover {
	background-color: #fa4423;	
}


#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item a.mega-menu-link {
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	background: none !important;
	position: relative;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item a:after {
	content: "" !important;
	position: absolute !important;
	display: inline !important;
	z-index: 1;
	top: auto;
	right: auto;
	margin: 0 !important;
	bottom: -10px;
	left: 0 !important;
	width: 1px;
	height: 10px;
	background-color: #fff;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:first-child a:after,
#mega-menu-wrap-nav-menu #mega-menu-nav-menu li li.mega-menu-item a:after {
	display: none !important;	
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li li.mega-menu-item a.mega-menu-link:before {
	margin: -1px 4px 0 0;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:hover {
	background-color: #212F3F;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li li.mega-menu-item {
	background: none !important;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before,
#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	right: auto;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: #202f3f;
	
	display: inline;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu:before {
	left: -100%
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu {
	background-color: #202f3f;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	text-transform: capitalize;
	font-size: 600;
	border-bottom: 2px solid #fff;
	color: #fff;
	
	font-size: 14px !important;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title a {
	display: inline;
	color: #fff;	
	
	font-size: 14px;
	padding: 0;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title span {
	color: #fa4423;
	margin-left: 10px;
	font-size: .9em;
	margin-top: 1px;
	
	position: relative;
	left: 0;

	-webkit-transition: left .3s ease-in-out;
	-moz-transition:    left .3s ease-in-out;
	-o-transition:      left .3s ease-in-out;
	-ms-transition:     left .3s ease-in-out;	
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover span {
	left: 5px;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul {
	overflow: hidden;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul li {
	float: left;
	display: inline;
	position: relative;
	width: 100%;
	padding: 5px 0 5px 20px;
	
	border-bottom: 1px solid rgba(255,255,255,0.4);

	-webkit-transition: padding .3s ease-in-out, border .3s ease-in-out;
	-moz-transition:    padding .3s ease-in-out, border .3s ease-in-out;
	-o-transition:      padding .3s ease-in-out, border .3s ease-in-out;
	-ms-transition:     padding .3s ease-in-out, border .3s ease-in-out;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul li a {
	font-size: 12px;
	font-weight: normal;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li .mega-sub-menu li.mega-menu-item ul.two-cols li {
	width: 50%;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li .mega-sub-menu li.mega-menu-item ul.three-cols li {
	width: 33.333%;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li .mega-sub-menu li.mega-menu-item ul.four-cols li {
	width: 25%;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu ul li:before {
	content: "\f101";
	position: absolute;
	display: block;
	left: 5px;
	top: 2.5px;
	font-family: 'FontAwesome';
	font-size: 1em;
	color: #fa4423;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;		
}	

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul li:hover {
	border-bottom: 1px solid #fff;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul li:hover:before {
	left: 7px !important;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul li a {
	color: #fff;
}

.mega-current-menu-item {
	background-color: #212F3F !important;
}

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

.footer {
	width: 100%;
	
	background: #202f3f;
	color: #fff;
	
	font-size: 1.1em;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Middle */

.footer .middle {
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: left;
	position: relative;

	font-family: 'Merriweather', Georgia, serif;
}

.footer .middle .left {
	padding-right: 50px;
}

.footer-logo {
	width: 100%;
}

.footer .social {
	text-align: center;
	margin: 30px 0;
	font-size: 28px;
	width: 100%;
}

.footer .social a {
	color: #fa4423;
	display: inline;
	margin: 0 5px;
}

.footer .social a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .middle h3 {
	margin: 0 0 16px;
	padding: 0;
	
	line-height: 1.2em;
	letter-spacing: 2px;
	
	font-weight: 600;
	
	position: relative;
	z-index: 1;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	
	pointer-events: none;		
}

footer ul {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.footer li {
	padding: 0;
	margin: 0;

	font-size: 1em;
	line-height: 1.6em;
	position: relative;
}


.footer li a, .footer li .cell {
	display: block;
	padding: 6px 0 6px 35px;
	border-bottom: 1px solid rgba(250, 68, 35, 0.3);
	color: rgba(255,255,255,1);
	
	word-break: break-all;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}

.footer li:last-child a {
	border-bottom: none;
}

.footer li a:hover, .footer li .cell:hover {
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

.footer li .fa,
.footer li a:after {
	position: absolute;
	left: 10px;
	top: 6px;	
	color: #fa4423;
}

.footer li .fa {
	top: 10px;
}

.footer li a:after {
	content: "\f105";
	font-family: 'FontAwesome';	
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;		
}

.footer li a.mail:after {
	display: none;
}

.footer li a:hover:after {
	left: 15px;
	color: #fff;
}


/* Bottom */

.footer .bottom {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
	
	background-color: #252525;
	border-top: 2px solid rgba(255,255,255,1);
	color: #FB4524;
	font-size: 1.1em;
}


.footer .bottom .left {
	float: left;
	display: inline;
	width: auto;
}

.footer .bottom .right {
	float: right;
	display: inline;
}

.footer .bottom a {
	color: #FB4524;
}

.footer .bottom a:hover {
	text-decoration: underline;
}

/*------------------------------------*\
	PAGE CONTENT
\*------------------------------------*/

.page-wrap {
	overflow: hidden;
	
	font-size: 1.2em;
	line-height: 1.6em;
	background: #fff;
	padding: 20px 0;
}

.page-wrap.loop-holder {
}

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

.page-wrap.bg-grey {
	background-color: #E7ECEE;
}

.page-feature {
	position: relative;
	overflow: hidden;
	
	text-align: center;
	
	padding: 50px 0;
	color: #fff;
}

.page-feature h1 {
	position: relative;
	z-index: 99;
	font-size: 2.4em;
	font-weight: 800;
	margin: 0 0 10px;
	
}

.page-feature p {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	
	font-size: 1.2em;
	font-weight: 600;
	font-family: 'Merriweather', Georgia, serif;
}

.page-content {
	padding-left: 0;
}

.page-content h3, .page-locations h3 {
	color: #fa4423;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1.6em;
	margin-top: 0;
}

.page-content p {
	margin: 0px 0 15px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.page-content ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
	padding-left: 2px;
}

.page-content li {
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 3px;
}

.page-content li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 1em;
	color: #fa4423;
}

.page-locations .location {
	margin-bottom: 20px;
}

.page-locations ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-locations li {
	margin: 0;
	padding: 3px 0 3px 10px;
	font-weight: 500;
}

.page-locations li .fa {
	color: #fa4423;
	margin-right: 5px;
	width: 20px;
	text-align: center;
}


#map { 
	height: 500px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.map img {
	max-width: none;
}

.gmnoprint img {
	max-width: none;
}
 
/*------------------------------------*\
	SIDEBAR
\*------------------------------------*/

.sidebar {
	background-color: #202f3f;
	color: #fff;
	
	padding-top: 20px;
	padding-bottom: 20px;

	font-family: 'Merriweather', Georgia, serif;
}

.sidebar h3 {
	margin-top: 0;
	color: #fff;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1.6em;
}

.sidebar a {
	color: #fff;
}

.orange-widget {
	margin-top: 20px;
	background-color: #fa4423;
}

.orange-widget.pad {
	padding: 20px;	
}

.post-wrap {
	overflow: hidden;
}

.post-wrap a {
	display: block;
	overflow: hidden;
	padding: 10px;
}

.post-wrap a:hover {
	background-color: #fa4423;
	color: #fff;
}

.post-wrap a:hover .content h4 {
	color: #fff;
}

.orange-widget .post-wrap .content h4 {
	color: #fff;
}

.orange-widget .post-wrap a:hover {
	background-color: #fff;
	color: #fa4423;
}

.orange-widget .post-wrap a:hover .content h4 {
	color: #fa4423;
}

.post-wrap .icon {
	float: left;
	display: inline;
	width: 15%;
	
	font-size: 28px;
	text-align: left;
}

.post-wrap .content {
	float: left;
	display: inline;
	width: 85%;
	
	font-size: 11px;
}

.post-wrap .content h4 {
	margin: 0 0 ;
	font-size: 14px;	
	font-weight: 800;
	color: #fa4423;
}

.staff-widget {
}

.staff-widget h4, .staff-widget .content {
	margin: 0;
	padding: 20px;
}

.staff-widget h4 {
	font-weight: 800;
}

.staff-widget .img {
	width: 100%;
	height: 350px;
	background-position-y: -20px;
}


.staff-widget .content {
	font-size: 11px;	
}

.staff-widget .content ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.staff-widget .content li {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}

.staff-widget .content li:before {
	content: "\f046";
	position: absolute;
	left: 5px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 1em;
	color: #fff;
}

.staff-widget .button {
	width: 100%;
	margin-bottom: 0;
	font-size: 1.4em;
}

/*------------------------------------*\
	Home Page
\*------------------------------------*/

.banner.hp-cta-banner {
	padding: 0;
}

.hp-cta-banner .banner-right{
	background-color: #202f3f;
	border-left:2px solid white; 
}

.hp-cta-banner .banner-right, .hp-cta-banner .banner-left{
	padding: 50px;
}

#mc-embedded-subscribe-form .form-group {
	margin-bottom: 17px;
}

#mc-embedded-subscribe-form .form-group.lname {
	width: 50%;
}

#mc-embedded-subscribe-form .form-group.fname {
	width: 50%;
	padding-right: 20px;
}

#mc-embedded-subscribe-form .form-group.email {
}

#mc-embedded-subscribe-form input {
	line-height: 2.7em;
}

#mc-embedded-subscribe-form input.button {
	position: relative;
	border: 1px solid white; 
	margin: 0;
	right: 0;
	line-height: 0.8em;
}

#mc-embedded-subscribe-form .form-head {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#mc-embedded-subscribe-form h2 {
	margin-bottom: 0px;
	position: relative;
	float: left;
}

.signup-form .form-group.active label{
	color: #ffffff;
	width: 100%;
}
.signup-form .form-group.active input{
	border-top: 1px solid #fa4423;
}
.signup-form .form-group.active span:before{
	display: none;
}
.indicates-required {
	font-size: 12px;
	display: block;
	margin-top:10px;

}
.signup-form .form-group input{
	line-height: 2.7em;
}
.form__submit {
	position: relative;
	border: 1px solid white; 
	margin: 0;
	right: 0;
	line-height: 0.8em;
	border-radius: 0;
	margin-top: 5px !important;
}
.signup-form .form-group label{
	display: inline-block;
	font-weight: 400;
	margin-bottom: 5px;
}
.signup-form .form-group .asterisk{
	display: inline-block;
}
.previews .item {
	text-align: center;
	position: relative;
	
	height: 220px;	
	padding: 0;
	
	border-right: 1px solid #fff;
}

.previews .item .bg-img {
	opacity: 0.1;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;		
}

.previews .item.last {
	border-right: 0;
}

.previews .item:hover {
	background: #fa4423 !important;
}

.previews .item:hover .bg-img {
	opacity: 0;
}

.previews .item .wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	
	z-index: 2;
}

.previews .item h3 {
	display: table-cell;
	vertical-align: middle;

	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}


.previews .item h3 span, .previews .item h3 em {
	display: block;
	top: 0;
	position: relative;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;		
}

.previews .item h3 em {
	position: absolute;
	width: 100%;
	text-align: center;
	
	font-size: 12px;
	opacity: 0;
	top: 10px;
}

.previews .item:hover h3 span {
	top: -10px;
}

.previews .item:hover h3 em {
	top: 30px;
	opacity: 1;
}

.grey {
	text-align: center;
	font-family: 'Merriweather', Georgia, serif;
	
	color: #226BAB;
	background-color: #E7ECEE;
}

.grey h3 {
	font-weight: 800;
}

.grey h4 {
	font-weight: 800;
	text-transform: uppercase;
}

.grey p {
	font-size: 1.2em;	
}

.grey p.blurb {
	width: 50%;
	margin: 0 auto;
}

.grey .icon {
	color: #fa4423;
}

.grey .icon:before {
	font-size: 50px;
	margin-left: 0;
}

.grey .item {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 40px;
}

/*------------------------------------*\
	Single Pages
\*------------------------------------*/

.breadcrumbs {
	font-family: 'Merriweather', Georgia, serif;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1.6em;

	color: #fa4423;

	margin-top: 0;
	margin-bottom: 20px;	
}

.breadcrumbs span {
	color: #a0a0a0;	
}

.breadcrumbs a {
	color: #fa4423;
}

.breadcrumbs a:hover {
	color: #202f3f;	
}

.button.big {
	width: 100%;
	padding: 20px 0;
	margin: 20px 0;
	
	font-size: 1.6em;
	line-height: 1.6em;
}

.error-page .page-content {
	font-family: 'Merriweather', Georgia, serif;
	line-height: 1.6em;
}

.error-page h2 {
	margin-top: 0;
	color: #fa4423;
	font-weight: 800;
	font-size: 1.8em;
	line-height: 1.6em;
}

.error-page form.search {
	margin-top: 20px;
}
 

/*------------------------------------*\
	Slider
\*------------------------------------*/

.slide-holder {
	width: 100% !important;
	padding: 0;
	margin: 0;
	
	position: relative;
	overflow: hidden;
	
	border: solid #fff;
	border-width: 2px 0;
	
}

.slide-holder ul, .slide-holder ul li {
	float: left;
	display: inline;
	clear: none;
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100% !important;
}

.slide-holder .slide {
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;

	color: #fff;
}

.slide-holder, .slide-holder .slide .container {
	height: 500px !important;	
	display: table;
}

.slide-holder .slide .vert {
	display: table-cell;
	vertical-align: middle;	
}

.slide-holder .slide .slide-content {
	width: auto;
	padding: 20px;
	margin: 30px 0;
	width: 500px;
	
	font-weight: normal;
	font-size: 1.3em;
	text-align: left;
	
	color: #111;
	
	background-color: rgba(255,255,255,0.65);
}

.slide-holder .slide h3 {
	font-size: 2.1em;
	line-height: 1.6em;
	font-weight: 800;
	color: #2b85d4;
	
	overflow: hidden;

	padding: 0;
	margin: 0 0 10px;
	white-space: nowrap;
}

.slide-holder .slide .slide-content .button {
	width: 80%;
}

.slide-holder .slide .slide-content .button .fa {
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 0;
}

.slide-holder .dots {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	
	margin: 0;
	padding: 0;
	bottom: 20px;
}

.slide-holder .dot {
}


.slide-holder .dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	
	text-indent: -999em;
	
	border: 2px solid #fa4423;
	border-radius: 0;
	
	cursor: pointer;
	opacity: .6;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.slide-holder .dots li.active {
	background: #fff;
	opacity: 1;
}

/* Slide Out Part */
.slide-wrap {
	position: relative;
	overflow: hidden;
}

.form-slide-out {
	position: absolute;
	z-index: 99;
	top: 0;
	right: -520px;
		
	height: 100%;
	width: 620px;
	
	color: #fff;
	background-color: #202f3f;
	background-position: 125% 100%;
	background-repeat: no-repeat;
	background-image: url('img/logo-transparent.png');
	background-size: 50%;
	
	border: solid #fff;
	border-width: 2px 0 2px 2px;

	
	-webkit-transition: all .4s cubic-bezier(.11,.52,.47,1);
	-moz-transition:    all .4s cubic-bezier(.11,.52,.47,1);
	-o-transition:      all .4s cubic-bezier(.11,.52,.47,1);
	-ms-transition:     all .4s cubic-bezier(.11,.52,.47,1);	
	
}

.form-slide-out.active {
	right: 0;
}

.form-slide-out .form-slide-out-toggle {
	width: 100px;
	height: 100%;
	
	float: left;
	display: inline;
	position: relative;
	z-index: 99;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
	
}

.form-slide-out .form-slide-out-toggle:hover {
	background-color: #fa4423;
}

.form-slide-out .form-slide-out-toggle .fa {
	font-size: 30px;
	width: 100%;
	display: block;
	text-align: center;
	
	position: absolute;
	left: 0;
	bottom: 20px;
	top: auto;
	
	margin: 0;
	padding: 0;
}

.form-slide-out .form-slide-out-toggle .fa.top {
	bottom: auto;
	top: 20px;
	font-size: 40px;
	
	-webkit-transition: all .6s ease-in-out;
	-moz-transition:    all .6s ease-in-out;
	-o-transition:      all .6s ease-in-out;
	-ms-transition:     all .6s ease-in-out;		
}

.form-slide-out.active .form-slide-out-toggle .fa.top {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

}

.form-slide-out .form-slide-out-toggle .text {
	position: absolute;
	bottom: 80px;
	left: 0;
	height: 0;

	font-family: 'Merriweather', Georgia, serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 100px;
	
	white-space: nowrap;
	
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.form-slide-out .form-holder {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	padding-left: 120px;
	padding-right: 20px;
	padding-top: 20px;	
	
	font-family: 'Merriweather', Georgia, serif;	
}

.form-slide-out .form-holder h3 {
	margin-top: 0;
	font-weight: 600;
	color: #fa4423;
}

.form-slide-out .form-holder p {
	font-size: 1.2em;
}

/*------------------------------------*\
	PANNELS
\*------------------------------------*/

.pannel {
	overflow: hidden;
}

.home-pannel .item {
	text-align: center;
}

.pannel.padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner {
	padding: 20px 0;
	color: #fff;
	background-color: #fa4423;
	border: solid #fff;
	border-width: 2px 0;
}

.banner .container {
	position: relative;	
}

.banner .button {
	position: relative;
	font-size: 1.4em;
	
	margin: 0;
}

.banner .text {
	position: relative;
	font-family: 'Merriweather', Georgia, serif;
}

.banner .text:before {
	content: "\f1ea";
	position: relative;
	display: block;
	left: 0;
	
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50px;
}

.banner .text h3 {
	font-weight: 600;
}

.banner .text p {
	font-size: 1.3em;
}

.banner .text a {
	color: #fff;
}

.banner.inline {
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-top: 20px;
}

.banner.inline h3 {
	float: left;
	display: inline;
	width: 40%;
	line-height: 46px;
	margin: 0;
	
	font-size: 1.5em;
	font-weight: 800;
}

.banner.inline .buttons {
	float: right;
	width: 60%;
	overflow: hidden;
}

.banner.inline .buttons .button {
	float: left;
	display: inline;
	position: static;
	top: 0;
	left: 0;
	
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	
	width: 45%;
	margin-left: 5%;
	
	font-size: 1em;
}

.faqs {
	padding: 20px;
	background-color: #f0f0f0;

	font-family: 'Merriweather', Georgia, serif;
}

.faqs .faq-pannel {
	overflow: hidden;
	border-top: 1px solid #fff;
	padding: 10px 0;
}

.faqs h4 {
	font-size: 1.3em;
	font-weight: 800;
	
	margin: 0;
	padding: 0;
}

.faqs h4 a {
	color: #202f3f;	
	display: block;
	position: relative;
	
	padding: 10px 30px 10px 0;
}

.faqs h4 a:before {
	content: "\f107";
	position: absolute;
	display: block;
	right: 5px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fa4423;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
	
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);				
}

.faqs h4 a.collapsed:before {	
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);			
}

.mas-item {
	margin-bottom: 30px;
}

.item {
	font-family: 'Merriweather', Georgia, serif;

	overflow: hidden;
	text-align: left;

	padding: 20px;

}

.item .img {
	width: 100%;
	height: 200px;
	
	background-image: url('img/page-feature.jpg');
}

.item h3 {
	color: #fa4423;
	font-weight: 800;
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0 0 20px;
}

.grid {	
	overflow: hidden;
	clear: both;	
}	

.grid.c-t {
	padding-top: 30px;
}

.grid .filter {
	overflow: hidden;
	margin: 0 0 20px;
	text-align: center;
}

.grid .filter .button {
	width: 150px;
	padding-left: 0;
	padding-right: 0;
	margin: 5px 10px;
	display: inline-block;
}

.grid .filter .button.active {
	color: #fa4423;
	background-color: #fff;
	
	box-shadow: inset 0 0 0 2px #fa4423;
}

.grid .isotope {
	margin-left: -15px;
	margin-right: -15px;
}

.grid .button {
	width: 100%;
}

.grid.workshops .item {
	text-align: center;
	background-color: #fff;
}

.grid.workshops .item h3 {
	margin-top: 20px;
}

.grid.workshops .mas-item .item .button {
	background-color: #fff;
	border: 2px solid #2b85d4;
	color: #2b85d4;
	font-size: 1em;
	
	padding-top: 8px;
	padding-bottom: 8px;
}

.grid.workshops .mas-item .item .button:hover {
	box-shadow: none;
	color: #fff;
}

.grid.workshops .mas-item .item .button:before {
	display: block;
	height: 0;
	background-color: #2b85d4;
}

.grid.workshops .mas-item .item .button:hover:before {
	height: 100%;
}

.grid.services .item {
	padding: 0;
}

.list .mas-item {
	width: 100%;
	padding: 0;
}

.list .item .buttons {
	float: right;
	margin-top: 15px;
}

.list .item .buttons .button {
	width: 230px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

.list .item .buttons .button.white {
	box-shadow: inset 0 0 0 2px #fa4423;
}

.list .item .buttons .button.white:hover {
	color: #fff;
	background-color: #fa4423;
}


/*------------------------------------*\
	LOOP
\*------------------------------------*/

.loop {
	margin: 0px 0 40px;
	text-align: left;
	position: relative;
	
	width: 100%;
	overflow: hidden;
}

.loop .loop-image {
	position: relative;
	height: 250px;
	z-index: 1;
	overflow: hidden;
}

.loop .loop-image .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	
	background-image: url('img/page-feature.jpg');

	-webkit-transition: opacity .3s ease-in-out, -webkit-transform 1s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out, -moz-transform 1s ease-in-out;
	-o-transition:      opacity .3s ease-in-out, -o-transform 1s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out, -ms-transform 1s ease-in-out;
	
	-webkit-transform: translate3d(0,0,0);
}

.loop:hover .bg-cover {
	opacity: 1;	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.loop .loop-info {
	background-color: #fff;
	padding: 0 20px;
	
	text-align: left;
	font-family: 'Merriweather', Georgia, serif;
	font-size: .8em;
}


.loop .loop-info h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;

	font-size: 2.6em;
	font-weight: 800;
}

.loop .loop-info .details {
	line-height: 1em;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	
	color: #aaa;	

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}

.loop .loop-info .details a {
	color: #aaa;
}

.loop .loop-info a:hover {
	color: #1A1A1A;
}

.loop .loop-info .blurb {
	padding-top: 10px;	
	font-size: 1.4em;
	line-height: 1.4em;
}

.loop .loop-info .blurb p {
	margin: 0;
}

.loop .loop-info .button {
	margin-top: 30px;
}


.pagination .page-numbers {
	padding: 5px 10px;
	color: #404040;
	font-weight: 600;
	background-color: #fff;
	border: 2px solid #97d700;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
	background: #97d700;
	color: #fff;
}

.page-content .article-image {
	width: 100%;
	min-width: 200px;
	height: 300px;
	position: relative;
	margin-bottom: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover; 
}

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

form.search {
	width: 100%;
}



.search input {
	width: 50%;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
	
	outline: none;
	margin: 0;
	border: 1px solid #e8e8e8;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}

.search input:focus {
	border-color: #375068;
}


/*------------------------------------*\
	FORMS
\*------------------------------------*/

form {
	overflow: hidden;
}

.form-group {
	width: 100%;
	margin: 0 0 10px;
	float: left;
	display: inline;
	overflow: hidden;
}

.form-group.half {
	width: 50%;
}

.form-group label {
	display: block;
	margin: 0 0 1px;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}

.form-group.active label, .form-group.error label {
	color: #fa4423;
}

.form-group input, .form-group textarea {
	clear: both;
	width: 100%;
	display: block;
	
	outline: 0;
	border: 1px solid #e8e8e8;
	padding: 3px 8px;
	
	color: #999;
	
	font-size: 1.2em;
	line-height: 1.6em;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}

.form-group input[type="checkbox"], .form-group input[type="radio"] {
	clear: none;
	width: auto;
	display: inline;
	margin: 5px;
}

.form-group input:focus, .form-group textarea:focus {
	color: #000;
	padding-left: 15px;
}


.form-group span {
	position: relative;
	overflow: hidden;
	display: block;
}

.form-group span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	
	background-color: #fa4423;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}


.form-group.active span:before {
	height: 3px;
}

.form-group input.button {
	float: left;
	display: inline;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	color: #fff;
}

.form-group input.button:hover {
	color: #fa4423;
}

.form-group .form-message {
	padding: 13px;
	display: none;
}


.form-group .form-message.visible {
	display: inline-block;
}

.form-group.ignore{
	position: fixed;
	left: -999999px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

.button, a.button {
	display: inline-block;
	*display: inline;
	position: relative;
	z-index: 1;
	
	padding: 16px 40px;
	margin: 8px 0;
	
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	
	font-family: 'Merriweather', Georgia, serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 1em;
	
	color: #fff;

	border: none;
	outline: none;
	
	background-color: #fa4423;
	background-clip: padding-box;
	

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;	
}

.button .fa {
	margin-left: 5px;
}

.button.white {
	color: #fa4423;
	background-color: #fff;
	border: none;
}

.button.border {
	border: 1px solid #fff;
}

.button:hover {
	color: #fa4423;
	background-color: #fff;
	
	box-shadow: inset 0 0 0 2px #fa4423;
}

.button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: -1;
	
	background-color: #fff;
	
	display: none;
	
	-webkit-transition: all .3s cubic-bezier(.11,.52,.47,1);
	-moz-transition:    all .3s cubic-bezier(.11,.52,.47,1);
	-o-transition:      all .3s cubic-bezier(.11,.52,.47,1);
	-ms-transition:     all .3s cubic-bezier(.11,.52,.47,1);	
}


/* Bootstrap 1/5 Column */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;		
}

a:hover, a:active {
	color: #385169;
	text-decoration: none;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-device-width: 1200px), only screen and (max-width: 1200px) {

.container.container-go-fluid {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.page-wrap.container.container-go-fluid {
	padding-left: 15px;
	padding-right: 15px;
}


}



@media only screen and (max-device-width: 992px), only screen and (max-width: 992px) {

/* Header */
.header .container {
	font-size: 1em;
}

/* Logo */

.header .logo {	
}

.header .logo img {	
	height: 100px;
}

/* Nav */
#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item a.mega-menu-link {
	font-size: 11px;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item a.mega-menu-link:before {
	display: none;
}


#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item {
	width: 15%;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:last-child {
	width: 25%;
}

/* Pages */
.page-feature p {
	width: 80%;
}

/* Home Page */
.previews .item {
	border-bottom: 1px solid #fff;
	height: 200px;
}

.list .item .buttons {
	width: 100%;
}

.list .item .buttons .button {
	width: 100%;
	margin: 0 0 10px;
}

}


@media only screen and (max-device-width: 768px), only screen and (max-width: 768px) {

/* Full screen elements */
.full-screen {
	width: 100%;
	height: auto;
	min-height: auto;
}

/* Header */

.header {
}

.header .container {
	font-size: 1em;
}

/* Logo */

.header .logo {	
	
}

.header .logo img {	
	height: 100px;
}

.header .col-md-3 {
	display: none;
}

/* Footer */

.footer {
	margin-top: 0;
}

.footer .middle {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.footer .middle ul li a, .footer .middle ul li .cell {
	padding-left: 0;
}

.footer .middle .left {
	padding-right: 0;	
}

.footer-logo {
	width: 400px;
	margin-bottom: 0px;
	display: inline;
}

/* Pages */
.page-content {
	padding: 0;
}

.page-wrap.container.container-go-fluid .page-left {
	padding: 0;
}

/* Pannels */
.banner .text {
	width: 100%;
	padding-left: 80px;
}

.banner .text:before {
	top: 20px;
	margin-top: 0px;
}

.banner.inline {
}

.banner.inline h3, .banner.inline .buttons {
	text-align: center;
	width: 100%;
	clear: both;
}

.banner.inline .buttons .button {
	clear: both;
	width: 100%;
	margin: 10px 0 0;

}

.banner .button {
	position: static;
	top: auto;
	right: auto;
	margin: 10px 0 0;
	
	float: right;
	clear: both;
	display: inline;	
}

.page-wrap {
}

.sidebar {
	margin-top: 20px;
}

/* Loop */

.loop-image {
	height: 200px;
	margin-bottom: 20px;
}

.loop .loop-info {
	padding: 0;	
}
	
}

/*Nav Breakpoint*/
@media only screen and (max-device-width: 620px), only screen and (max-width: 620px) {

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item,
#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:last-child {
	width: 100%;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item a.mega-menu-link {
	margin: 0;
	font-size: 14px !important;
	font-weight: bold !important;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item:hover {
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li li.mega-menu-item {
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item a:after {
	display: none !important;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 0;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	font-size: 1em;
	font-weight: 400 !important;
	border-bottom: 1px solid #fff;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li .mega-sub-menu li.mega-menu-item {
	width: 50% !important;
	padding-top: 0;
	padding-bottom: 0;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li .mega-sub-menu li.mega-menu-item.mega-menu-clear {
	clear: none;
}	

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul {
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu li.mega-menu-item ul.mega-sub-menu ul li {
	width: 100% !important;
	padding: 2px 0 2px 20px;
}

#mega-menu-wrap-nav-menu #mega-menu-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li {
	width: 50% !important;
	float: left;
	margin: 0;
	clear: none !important;
	font-size: 10px !important;
	padding: 2px 0 2px 30px;
}

.form-slide-out {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	top: auto;
	right: auto;
		
	width: 100%;
	height: auto;
	
	border-left: none;
}

.form-slide-out.active {
	right: auto;
}

.form-slide-out .form-slide-out-toggle {
	width: 100%;
	height: 100px;
	
	float: left;
	display: inline;
	position: relative;
}

.form-slide-out .form-slide-out-toggle:hover {
	background-color: #fa4423;
}

.form-slide-out .form-slide-out-toggle .fa {
	font-size: 30px;
	line-height: 100px;
	width: auto;
	display: block;
	text-align: center;
	
	position: absolute;
	left: 20px;
	bottom: auto;
	top: auto;
}

.form-slide-out .form-slide-out-toggle .fa.top {
	bottom: auto;
	top: auto;
	right: 20px;
	left: auto;
	font-size: 40px;
	
	
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);		
}

.form-slide-out.active .form-slide-out-toggle .fa.top {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

}

.form-slide-out .form-slide-out-toggle .text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.form-slide-out .form-holder {
	position: relative;
	left: auto;
	top: auto;
	float: none;
	clear: both;
	display: none;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.form-slide-out.active .form-holder {
	display: block;
}

#map {
	height: 300px;
}

}

@media only screen and (max-device-width: 580px), only screen and (max-width: 580px) {

/* Footer */

.footer-logo {
	width: 320px;
}

.slide .slide-content {
	width: 100%;
}

.slide-holder, .slide-holder .slide .container {
	height: 320px !important;	
}

.form-group {
	width: 100%;
	padding-left: 0;
}

.form-group.right {
	padding-right: 0;
}

.form-group input, .form-group textarea {
	width: 100%;
}

.form-group input.button {
	width: 100%;
}

/* Home Page */

.slide-holder .slide .slide-content {
	width: 100%;
}

.previews .item h3 {
	font-size: 1.2em;	
}

.grey p.blurb {
	width: 100%;
}

}

@media only screen and (max-device-width: 380px), only screen and (max-width: 380px) {

/* Footer */

.footer-logo {
	width: 80%;
}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

:selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
:-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
:-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.clearfix {
	clear: both;
	height: 0px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*Mailchimp Form*/
.form-group--hidden {
	display: none;
}
.form__message{
	display: none;
	margin-top: 10px;
}
.form__message.visible {
	display: block;
}
.form-group.ignore{
	position: fixed;
	left: -999999px;
}

.form-group--hidden,
.input--hidden {
	display: none;
}
