/*
	Theme Name: This is the True Blue Glass Theme
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.7
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * 8.0 - Shortcodes
 * 9.0 - Overrides
 *
 */
 
/*
* 	CSS Animations
*	View the list here for the classes
* 	http://daneden.github.io/animate.css/
*/

/**
* 1.0 Fonts
* -----------------------------------------------------------------------------
*/
 
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Yellowtail', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/

/*
* 2.0 Base
*
* This is the Default/Standard CSS
* 
* -----------------------------------------------------------------------------
*/

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary,
.search-form input[type="submit"] {
	background-color: #777;
	color: #fff;
}

.read-more.btn-primary{
	background: #d20000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
}

/*
*	Main theme color - 2
*/
.search-form input[type="submit"]:hover,
.read-more.btn-primary:hover {
	background-color: #5a5a5a;
}

.read-more.btn-primary:hover{
	background: #B80000;
}

/*
*	General style
*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #000021;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	letter-spacing:1px;
	line-height:27px;
}

.page-load-overlay {
	content: '';
    display: block;
    position: fixed;
	opacity: 1;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    /* background-image: url(images/page-load.gif); */
    background-image: url(images/clock-pload.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
	transition: opacity .2s ease;
}

p {
	margin: 0 0 20px;
	padding: 0;
    
}

p:empty{
	display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	color: #000078;
}

h1, .h1 {
	font-size: 50px;
}

h2, .h2 {
	font-size: 40px;
}

h3, .h3 {
	font-size: 30px ;
}

h4, .h4 {
	font-size: 27px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 17px;
}

h2 > em{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	color:#3f51b5;
	letter-spacing:1.7px;
	line-height:22px;
	text-align:left;
	font-weight: 700;
	font-style: italic;
	display: inline-block;
}

a,
.footer-top .menu li a,
.search-form input[type="submit"],
.search-form button[type="submit"],
.sidebar-posts .post-item a:hover .overlay,
.gform_footer .gform_button.button,
.gform_footer input[type=submit]{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a,
a:visited {
	
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	color: #d20000;
	text-decoration: none;
	outline: none;
}

a{
	font-weight: 700;
	font-size: 12px;
	color: #d20000;
	letter-spacing: 1.19px;
	line-height: 15px;
	text-align: left;
	text-decoration: underline;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

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

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

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

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

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

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

.small-text {
	font-size: 11px;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
.site-container {
	width: 2000px;
	max-width: 100%;
	box-shadow: 0px 0px 1px #000021;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1200px;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0 auto;
}

.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	background-color: #777;
	color: #fff;
	white-space: normal;
	border: 0;
    border-radius: 0px;
}

.btn:visited {
	color: #fff;
}

.btn-lg {
	width: 100%;
	margin: 10px 0px;
  white-space: normal;
}

.btn:hover {
	background-color: #222;
	color: #fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.btn.trans {
	border: 2px #777 solid;
	background: transparent;
	color: #777;
	padding: 12px;
	text-align: center;
	display: inline-block;
	min-width: 250px;
}

.btn.trans:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}

/*
*	Hooks Guide
*/
.fbf-hook {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid;
	box-shadow: inset 0 160px 200px -100px #05B8D4;
	font-weight: 700;
}

/*
*	Slick Overrides
*/
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: #FFF;
	font-size: 12px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Popup forms*/
#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
}
.popup-form-wrap{
    padding: 40px 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

.popup-form-wrap .row{
    margin-top: 30px;
}

.popup-form-wrap h2{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.popup-form-wrap h5{
    text-align: center;
    margin-bottom: 0px;
}

.popup-form-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-form-wrap .left-box img{
    margin: auto;
}

.popup-form-wrap .gf_left_half,
.popup-form-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}

/*Place Holder*/
::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888; 
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {  
    color: #888; 
}

/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/

/*
*	Section Builder
*/
.section-builder .block-section {
	display: block;
	padding: 100px 0;
}

.section-builder .content-sidebar-wrap {
	display: none;
}

.block-section.fullwidth > .wrapper {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
}


	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.site-header {
		background-color: #ffffff;
		padding: 0;
		position: relative;
		padding-bottom: 43px;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: left;
		position: relative;
	}
	
	.nav-primary {
		background: #eee;
	}

	.nav-header .genesis-nav-menu > li{
    	padding: 33.5px 15px;		
	}
	
	.nav-primary .genesis-nav-menu > li > a,
	.nav-header .genesis-nav-menu > li > a {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		color: #000078;
		letter-spacing: 2px;
		line-height: 19px;
		text-align: center;
		text-transform: uppercase;s
		display: inline-block;
		padding: 11px 0;
		position: relative;
		font-weight: 700;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #d20000;
		width: 100%;
	}
	
	.nav-primary .sub-menu li,
	.nav-header .sub-menu li {
		display: inline-block;
		width: 194px;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
	.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu,
	.nav-header .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		width: 200px;
		max-width: 100%;
		opacity: 0;
		-webkit-transition: opacity .6s ease-in-out;
		-moz-transition: opacity .6s ease-in-out;
		-ms-transition: opacity .6s ease-in-out;
		-o-transition: opacity .6s ease-in-out;
		transition: opacity .6s ease-in-out;
		z-index: 999;
		clear: both;
		-moz-box-shadow: 2px 5px 20px -10px #000;
		-webkit-box-shadow: 2px 5px 20px -10px #000;
		box-shadow: 2px 5px 20px -10px #000;
		top: 100%;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a,
	.nav-header .genesis-nav-menu .sub-menu a {
	    position: relative;
	    display: inline-block;
	    padding: 10px 20px;
	    max-width: 100%;
	    width: 200px;
	    border-top: none;
	    background-color: #000078;
	    color: #fff;
	    text-align: left;
	    font-family: 'Source Sans Pro', sans-serif;
	    font-weight: normal;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 700;
	   	text-decoration: none;
        border: 1px #fff solid;
        border-top:none; 
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-header .genesis-nav-menu .sub-menu a:hover {
		background-color: #00005E;
	}
	
	.site-header .title-area{
		float: left;
		padding: 5px 0;
	}
	
	.header-widget-area {
		float: right;
	}
	
	.header-widget-area .top-right {
		text-align: right
	}

    /*Responsive menu bar*/
	div#click-menu {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
        top: 0;
        z-index: 2;
        color: #FFFFFF;
        background: #000062;
        padding: 7px 0px 12px 0px;
	}

	#click-menu .threeLines .line {
		background: transparent !important;
	}

	#click-menu .threeLines:before {
		/*content:'\f038';*/ /*right*/
        /*content:'\f0ca';*/ /*bullet*/
        content:'\f0c9'; /*burger*/
		font-family: 'FontAwesome';
		font-size: 24px;
		right: 25px;
		position: absolute;
	}

    #click-menu.admin-bar-showing {
        margin-top: 0px !important;
        position: fixed;
        z-index: 99999;
    }

    #responsive-menu{
    	z-index: 99999999 !important;
    }

    .header-bottom{
		background: #d20000;
		width: 100%;
		min-height: 43px;
		text-align: center;
	    position: absolute;
	    left: 0;
	    bottom: 0;
    }

    .header-bottom ul.details{
    	display: inline-block;
    	vertical-align: middle;
    	margin: 8px 0;
    }

    .header-bottom ul.details li{
    	display: inline-block;
    	list-style-type: none;
    	padding: 0 34px;
    	border-right: 1px solid #fff;
    }

    .header-bottom ul.details li:last-child{
    	border-right: none;
    }

    .header-bottom ul.details li a, .header-bottom ul.details li span{
		font-family: 'SourceSansPro-Black';
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 3.73px;
		line-height: 19px;
		text-align: right;   
		display: inline-block; 
		text-decoration: none;
    }

    .header-bottom ul.details li a .fa{
    	margin-left: 12px;
    	margin-right: 18px;
    	font-size: 14px;
    	vertical-align: middle;
    }
	
	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.home-banner-slider-wrap .textwidget {
		position: relative;
	}

	#banner-section{
		margin-top:-30px !important;
		
	}

	.home-banner-slider-wrap .fullscreen-bg {
		width: 100%;
	    height: 100%;
	    position: absolute;
	    top: -10px;
	    left: 0;
	    z-index: 1;
		overflow: hidden;
	}
	.home-banner-slider-wrap .fullscreen-bg video {
		width: 100%;
	}

	.home-banner-slider-wrap .tp-bgimg.defaultimg {
		background-image: none!important;
	}

	.fullwidthbanner-container {
		z-index: 25;
	}

	.home .panel-grid-cell{
		padding: 0;
	}

	.home-sec .widget-title{
		font-family: 'SourceSansPro-Black';
		font-size: 30px;
		color: #000078;
		letter-spacing: 3.33px;
		line-height: 41px;
		text-align: center;	
		padding-bottom: 5px;
		position: relative;
		margin-bottom: 20px;
	}

	.home-sec .widget-title:after{
		content: '';
		display: block;
		background-color: #ec4747;
		width: 43px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -21.5px;
	}

	#sec4 .about-text.wrap{
		width: 1015px;
	}

	#sec4 p{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #000021;
		letter-spacing: 1px;
		line-height: 27px;
	}

	#sec4 p:last-child{
		margin-bottom: 0;
	}

	#sec5 .panel-grid-cell .panel-widget-style{
		height: 625px;
	}

	#sec5 .widget-title{
		font-family: 'SourceSansPro-Black';
		font-size: 34px;
		color: #ffffff;
		letter-spacing: 3.77px;
		line-height: 39px;
		text-align: left;
		padding-right: 60%;
		padding-bottom: 16px;
		position: relative;
		margin-bottom: 43px;
	}

	#sec5 .widget-title:after{
		content: '';
		display: block;
		background-color: #ffffff;
		width: 43px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#sec5 .panel-grid-cell .content-section{
		padding-left: 82px;
	}

	#sec5 p{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #ffffff;
		letter-spacing: 2.14px;
		line-height: 27px;
		text-align: left;
		margin-bottom: 29px;
	}

	#sec5 p:last-child{
		margin-bottom: 0px;
	}

	#sec5 strong{
		font-size: 20px;
	}

	#sec6 .panel-widget-style{
		position: relative;
		height: 500px;
	}

	#cg-sec3 .panel-widget-style .textwidget{
/*		width: 100%;
        margin: auto;*/
		width: 100%;
		position: relative;
		top: 50%;
		margin: 0;
		-ms-transform: translateY(-50%); /* IE 9 */
		-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
		transform: translateY(-50%);
	}

	#sec6 .panel-widget-style .textwidget{
		width: 100%;
		position: relative;
		top: 50%;
		margin: 0;
		-ms-transform: translateY(-50%); /* IE 9 */
		-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
		transform: translateY(-50%);
	}

	#sec6 .testimonials-container{
		display: block;
		width: 1435px;
		max-width: 100%;
		padding: 0 50px;
		margin: auto;
	}

	.testimonials-container .slick-slider{
		margin-bottom: 0px;
	}

	#sec6 .testimonials-container .slick-slider .slide-item > .inner,
	#cg-sec3 .testimonials-container .slick-slider .slide-item > .inner{
	    width: 900px;
	    max-width: 100%;
	    margin: 0 auto;		
	}

	#sec7 .widget-title{
		margin-bottom: 85px;
	}

	#sec7{
		margin-bottom: 150px;
	}

	#sec8{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-footer {
		overflow: hidden;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0px 0px;
	}
	
	.footer-top {
		background-color: #000062;
		padding: 50px 0 40px;
	}
	
	.footer-top * {
		color: #fff;
	}
	
	.footer-bottom {
	    padding: 14px 0;
	    background-color: #000048;
	}
	
	.footer-bottom * {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
	    font-size: 9px;
	    color: #ffffff;
	    line-height: 11px;
	    text-decoration: none !important;
	}

	.footer-bottom  a:hover, .footer-bottom  a:visited, .footer-bottom  a:focus, .footer-bottom  a.active{
		color: #fff;
	}

	.footer-bottom .footer-bottom-right a{
		color: #00b8d4;
	}
	
	.footer-bottom-left {
		text-align: left;
	}

    .footer-bottom-center {
		text-align: center;
	}
	
	.footer-bottom-right {
		text-align: right;
	}
	
	.site-footer .widget.last {
		margin-right: 0;
	}

	.footer-top .menu{
		margin-top: -10px
	}

	.footer-top .menu li{
		border-bottom: 1px #3a3a3a solid;
		padding: 6px 0px 6px 25px;
	}

	.footer-top .menu li a {
		font-size: 11px;
		font-weight: 800;
		color: #fff;
	}

	.footer-top .menu li a:hover{
		color: #498b2a; 
		text-decoration: none;
	}

	.footer-phone{
		background-color: #d20000;
		border: 1px solid #d20000;
		border-radius: 4px;
		width: 293px;
		max-width: 100%;
		height: 60px;
	    display: inline-block;
	    padding: 11px 0;
	    margin: 24px 20px 25px 0;
	    vertical-align: middle;
	}

	.footer-phone:hover{
		background-color: #B80000;
	}

	.footer-phone .fa{
	    font-size: 27px;
	    color: #ffffff;
	    line-height: 36px;
	    text-align: center;
	    width: 55px;
	    float: left;
	    border-right: 1px solid #fff;	
	}

	.footer-phone .fa:before{	
	}

	.footer-phone .heading{
	    float: right;
	    width: 236px;
	    max-width: 75%;
	    padding-left: 15px;
		font-family: 'SourceSansPro-Black';
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 3.73px;
		line-height: 19px;
		text-align: left;	
	}

	.footer-phone .number{
	    float: right;
	    width: 236px;
	    max-width: 75%;
	    padding-left: 15px;
		font-family: 'SourceSansPro-Black';
		font-size: 15px;
		color: #ffffff;
		letter-spacing: 5px;
		line-height: 19px;
		text-align: left;		
	}

	.footer-details{
		margin-bottom: 30px;
	}

	.footer-details li{
		display: block;
		margin: 0 0 14px 0;
	}

	.footer-details li a{
		position: relative;
		padding-left: 40px;
		display: block;
		text-decoration: none;
	}

	.footer-details li a:before{
		font-family: 'FontAwesome';
		color: #ffffff;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
		width: 24px;
		text-align: center;
	}

	.footer-details .phone a:before{
		content: '\f095';
		font-size:20px;
		line-height:20px;
	}


	.footer-details .map a:before{
		content:  '\f041';
		font-size:20px;
		line-height:20px;
	}

	.footer-details .email a:before{
		content: '\f0e0';
		font-size:14px;
		line-height:14px;
	}

	.footer-details .phone a{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 2px;
		line-height: 19px;
		text-align: left;		
	}

	.footer-details .map a{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 2.33px;
		line-height: 20px;
		text-align: left;		
	}

	.footer-details .email a{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 2.33px;
		line-height: 20px;
		text-align: left;		
	}

	.site-footer .social-icons a{
	    margin: 0 20px 0 0;
	    background-color: transparent;
	    width: auto;
	    height: auto;
	    text-decoration: none;
	}

	.site-footer .social-icons a:last-child{
		margin-right: 0px;
	}

	.site-footer .gform_wrapper{
		margin: 0;
		max-width: 100%;
	}

	.site-footer .gform_wrapper .top_label .gfield_label{
		display: none;
	}

	.site-footer .gform_wrapper input[type=email],
	.site-footer .gform_wrapper input[type=number],
	.site-footer .gform_wrapper input[type=password],
	.site-footer .gform_wrapper input[type=tel],
	.site-footer .gform_wrapper input[type=text],
	.site-footer .gform_wrapper input[type=url],
	.site-footer .gform_wrapper textarea{
		background:#ffffff;
		border-radius:2px;
		width:100%;
		margin-bottom: 5px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #000078;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
    	padding: 14px 17px;
	}

	.site-footer input::-webkit-input-placeholder,
	.site-footer textarea::-webkit-input-placeholder {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		color: #000078;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		font-weight: 700;
	}
	
	.site-footer input:-moz-placeholder,
	.site-footer textarea:-moz-placeholder { /* Firefox 18- */
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		color: #000078;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		font-weight: 700;
	}
	
	.site-footer input::-moz-placeholder,
	.site-footer textarea::-moz-placeholder {  /* Firefox 19+ */
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		color: #000078;
		letter-spacing: 1px;
		line-height: 20px;
		text-align:left;
		font-weight: 700;
	}
	
	.site-footer input:-ms-input-placeholder,
	.site-footer textarea:-ms-input-placeholder{  
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		color: #000078;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		font-weight: 700;
	}

	.site-footer .gform_wrapper label.gfield_label+div.ginput_container{
		margin-top: 0px;
	}

	.site-footer .gform_wrapper .gform_footer{
		padding: 0;
		margin: 8px 0 0 0;
	}

	.site-footer .gform_wrapper .gform_footer input[type=submit]{
		background-color:#d20000;
		border-radius:31px;
		width:148px;
		max-width: 100%;
		height:50px;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 2px;
		line-height: 19px;
		text-align: center;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}

	.site-footer .gform_wrapper .gform_footer input[type=submit]:hover{
		background-color: #B80000;
	}

	.site-footer .gform_wrapper textarea.medium{
		height: 107px;
	}


/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 60px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 40px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		width: 800px;
		max-width: 100%;
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 300px;
		max-width: 100%;
		vertical-align: top;
		float: right;
		margin-left: 60px;
	}
	
	div.internal-header {
		background: #000062;
		background-position: center center;
		background-size: cover;
		padding: 72px 0;
	}

	.internal-header h1 {
		color: #ffffff;
		letter-spacing: 3px;
		line-height: 38px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 0px;
		font-family: 'Yellowtail', cursive;
		font-weight: normal;
		font-size: 36px;
		text-transform: capitalize;
	}

	.internal-header h1 span {
		display: inline-block;
	}
	
	.breadcrumb {
		margin-top: 8px;
		color: #fff;
		text-align: center;
		background: none;
		margin-bottom: 0;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 1.71px;
		line-height: 20px;
		padding: 0;
	}

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

    .breadcrumb a:hover{
        color: #fff;
        text-decoration: none;
    }
	
	/* 404 Page */
	body.error404 {
		background: url(images/404-bg.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.error404 .widget-title{
		display: none;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0px 40px 0px;
		text-align: center;
	}
	
	.error404 .content-404 * {
		text-transform: uppercase;
		font-size:24px;
		color:#FFFFFF;
		letter-spacing:3.59px;
		line-height:28px;
		text-shadow: 0px 0px 6px rgba(0,0,0,0.18);
		text-align: center;
	}
	
	.error404 .content-404 h2 {
		font-size:260px;
		font-weight: 600;
		color:#464646;
		letter-spacing:50.13px;
		line-height:270px;
		text-align:center;
	}

    .error404 .site-header,
	.error404 .nav-primary,
	.error404 .internal-header,
	.error404 .site-footer,
    .error404 #responsive-menu,
    .error404 #click-menu{
        display: none;
    }   

	.error404 .site-container {
		box-shadow: none;
	}

	.error404 .button-404{
		display: block;
		background:#FFFFFF;
		width:61px;
		height:61px;
		border-radius:100%;
		text-shadow: 0px 0px 6px rgba(177,177,177,177.18);
		margin: 0 auto;
		text-align: center;
	}

	.error404 .button-404:hover{
	 opacity: 0.6;
	 background:#f5f5f5;
	}

	.error404 .button-404 #btn-404{
		display: inline-block;
		width: 34px;
		height: 36px;
		margin: auto;
		margin: 10px auto;
	}

    .error404 .content-sidebar-wrap,
    .error404 .site-container {
        background: transparent !important;
    }
	/*End 404*/

	.site-inner .content-sidebar-wrap {
		padding-bottom: 60px;
	}

	.home .content-sidebar-wrap {
		width: 100%;
		padding: 0;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}


	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.post-date {
		background-color: #D0D0D0;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}

	.single-post .post-date,
	.single-about-glass-post .post-date{
		position: relative;
		display: inline-block;
		float: right;		
	}
	
	.title-container {
		position: relative;
		margin-bottom: 0px;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
		text-transform: uppercase;
		margin-bottom: 30px;
		font-size: 30px;
	}

	.about-glass .blog-container .title-container .post-title{
		margin-bottom: 7px;
	}

    .blog-container .title-container .post-title a{
		color: #444;
		font-weight: inherit;
	    font-size: inherit;
	    text-decoration: none;
	    color: inherit;		
	}

	.blog-container .title-container .post-title a:hover{
		color: inherit;
	}

	.about-glass .blog-container .title-container .post-title{
		font-size: 20px;
	    color: #000078;
	    letter-spacing: 2.85px;
	    line-height: 27px;
	    text-align: left;
	}

    .blog-container .title-container .post-title a:hover{
		color: inherit;
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 22px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid #000078;
		overflow: hidden;
	}

	.blog-post .content {
		margin-bottom: 0px;
	}

	.blog-post .content p{
	    font-size: 12px;
	    color: #000021;
	    letter-spacing: 0.85px;
	    line-height: 27px;
	    text-align: left;		
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
		margin-bottom: 20px;
		font-style: italic;
	}

	.blog-container .read-more:visited {
		color: #ffffff;
	}

	.page-template-page_blog .no-posts {
		text-align: center;
		color: #BEBEBE;
		text-shadow: 0 1px 1px #fff;
		margin: 60px auto;
	}

	.about-glass .blog-container{
	    border-top: 1px solid rgba(150,150,150,0.22);
	    padding-top: 40px;		
	}

	/*
	*	Nav
	*/
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #777;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #eee;
		color: #777;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #777;
	}

	/*
	*	Sidebar
	*/
	
	.sidebar > .widget {
		margin-bottom: 35px;
		border-top: 1px solid rgba(150,150,150,0.22);
		padding-top: 25px;
	}

	.sidebar > .widget.widget-first{
		border-top: 0px;
		padding-top: 0px;
	}

	.sidebar > .widget.widget-last{
		border-bottom: 1px solid rgba(150,150,150,0.22);
		margin-bottom: 0px;
	}
	
	.sidebar .widget-title {
		padding-bottom: 12px;
		margin-bottom: 38px;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 27px;
		color: #000078;
		letter-spacing: 3px;
		line-height: 34px;
		text-align: center;
		position: relative;
		text-transform: uppercase;
		font-weight: 700;
	}

	.sidebar .widget-title:after{
		content: '';
		display: block;
		position: absolute;
		width: 89px;
		height: 1px;
		background-color: #d20000;
		bottom: 0;
		left: 50%;
		margin-left: -44.5px;
	}

	.sidebar .logos-section{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.sidebar .logos-section img{
		margin: 0px 10px;
	}
	
	.search-form input {
		border: none;
	}
	
	.search-form input[type="text"],
	.search-form input[type="search"] {
		vertical-align: top;
		height: 36px;
		width: 260px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		outline: none;
		background: #eee;
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"],
	.search-form button[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background: #777;
		border: none;
		color: #fff;
	}
	
	.search-form button[type="submit"]:after {
		content: '\f002';
		width: 36px;
		height: 36px;
		display: inline-block;
		font-size: 18px;
		font-family: 'FontAwesome';
		color: #fff;
		vertical-align: middle;
		line-height: 34px;
	}
	
	.search-form button[type="submit"]:hover {
		background-color: #5a5a5a;
	}
	
	.sidebar .menu {
		border-top: 1px #b4b2ac solid;
	}
	
	.sidebar .menu li {
		border: 1px #b4b2ac solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 14px;
		background: #f2f1f1;
		color: #000;
		font-size: 13px;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #fff;
		text-decoration: none;
	}

  /*Sidebar Post image overlay*/
	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #d20000;
	}

	.sidebar-posts .post-item a:hover{
		text-decoration: none;
	}
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		padding: 5px 10px;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .title {
		color: #fff;
		font-weight: 600;
		padding: 8px;
		border-left: 0px;
	}

	/*Sidebar Post Text*/
	.sidebar-post-text{
		width: 100%;
		display: inline-block;
	}

	.sidebar-post-text .sidebar-posts .post-item {
	    position: relative;
	    padding: 14px 0 23px 0px;
	    display: inline-block;
	    max-width: 300px;
	}

	.sidebar-post-text .sidebar-posts .post-item:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #d20000;
		width:89px;
		height: 1px;
	}

   	.sidebar-post-text .date-title-box {
		display: block;
	}

  .sidebar-post-text .date {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #d20000;
		letter-spacing: 1.35px;
		line-height: 15px;
		text-align: left;
		display: block;
		border-left: 1px solid #d20000;
		padding-left: 11px;
		width: 100%;
	}

	.sidebar-post-text .date span{
		clear: both;
	}
	
	.sidebar-post-text .title {
		font-family: 'SourceSansPro-Black';
		font-size: 14px;
		color: #000062;
		letter-spacing: 1.58px;
		line-height: 18px;
		text-align: left;
		margin: 10px 0 0 0;	
	}

  .sidebar-post-text .content {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		font-size: 12px;
		color: #000078;
		letter-spacing: 1.71px;
		line-height: 20px;
		text-align: left;
		margin: 10px 0px 10px 0px;
	}

  .sidebar-post-text .sidebar-readmore {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		font-size: 12px;
		color: #d20000;
		letter-spacing: 1.19px;
		line-height: 15px;
		text-align: left;
		text-decoration: underline;
	}
	
	.sidebar-post-text a.sidebar-readmor:hover{
		background: none;
		color: #B80000;
	}
	/*Sidebar Post Text End*/
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.genesis-share-icons-container,
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .genesis-share-icons-container,
	.single-post .ff-social-share,
	.post-author {
		margin-bottom: 10px;
		float: left;
	}

	.single-post .post-author,
	.single-about-glass-post .post-author{
		clear: both;
	    float: none;
	    display: block;
	    font-style: italic;
	    font-size: 12px;
	}
		
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.single-post .post-date {
		position: relative;
		display: inline-block;
		float: right;
	}

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
		font-style: italic;
		font-size: 12px;
	}

	.post-content-wrapper {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
	}

	.single-post .post-tags {
		font-style: italic;
		font-size: 12px;
	}

	.single-post .entry-footer {
		margin-top: 10px;
	}

	.single .post-title{
		text-transform: uppercase;
		font-size: 30px;
	}

	.single-envira .post-title{
		text-align: center;
	}

	/**
	* 6.2 Internals | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #EDEDED;
	}

	.search .content .entry.page {
		padding: 30px;
		border-radius: 5px;
		background-color: #F9F9F9;
		box-shadow: 0px 4px 10px -10px #333;
	}

	.search .content .entry.page .entry_permalink {
		text-align: right;
	}

	.search .content .search-nopost-text {
		display: block;
		font-family: "Open Sans";
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		background-color: #F2F1F1;
		padding: 30px;
		text-transform: lowercase;
	}

	.relevanssi-query-term {
		font-weight: 700;
	}

	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	/* .contact-page .site-inner {
		overflow: hidden;
	} */

	.contact-bottom-wrapper {
		display: block;
	}

	.contact-map{
		width: 100%;
	}
	
	.contact-page .small-icon { 
		position: relative;
		padding: 0px 0px 0px 50px;
		color: #000;
		margin-bottom: 50px;
	}

    .contact-page .small-icon a{
		color: #000;
	}

	.contact-page .entry-content .small-icon i {
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0;
		background: none;
		font-size: 25px;
		line-height: 1;
	}

	.contact-page .entry-content .small-icon i:before{
		margin-left: 2px;		
	}

	.contact-page .entry-content .small-icon.email {
		padding-top: 0px;
	}

	.contact-page .entry-content .address {
		margin-bottom: 30px;
		font-size: 14px;	
		color: #000;
		padding: 0 0 20px 50px;
	}

	.contact-page .entry-content .contact-numbers,
	.contact-page .entry-content .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #777777;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}
	
	
	/* Members */	
	.team-members-container .team-member {
		border-bottom: 1px solid #666666;
		padding-bottom: 80px;
		margin-bottom: 70px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .left-side {
		float: left;
		width: 268px;
		max-width: 100%;
	}
	
	.team-member .right-side {
		float: right;
		width: 640px;
		max-width: 100%;
	}
	
	.team-member .title-container {
		margin-bottom: 30px;
	}
		
	.team-member .name {
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}
	
	.team-member .name .sub-title {
		display: block;
		font-size: 13px;
        color: #777;
	}

	/**
	* 6.4 Internals | Curved Glass Page
	* 
	* -----------------------------------------------------------------------------
	*/

	.two-columns.vertical-align .panel-grid-cell .panel-widget-style.cg-sec1-right{
	    width: calc(100% + 420px);
	    padding-right: 420px;
	    background-position: 50% 10px;
	    background-repeat: no-repeat;
	    position: relative;	
	}

	#cg-sec1 .two-columns .panel-grid-cell:first-child .panel-widget-style{
		padding-right: 50px;
		padding-bottom: 50px;
	}

	#cg-sec1 .panel-grid-cell .so-panel{
		position: relative;
	}

	#cg-sec1 .blockquote-con{
	    position: absolute;
	    bottom: 0;
	    left: 0;
		background:#eff0f3;
		padding: 0px 0px 0px 40px;
    	max-width: 100%;
    	width: calc(100% - 419px);
	}

	#cg-sec1 blockquote{
		margin: 28px 0;
		padding-right: 36px;
	}

	#cg-sec2 .panel-grid-cell{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	#cg-sec3 .panel-widget-style{
		height: 430px;		
	}

	#cg-sec4 h2{
		color: #000078;
		letter-spacing: 4px;
		line-height: 50px;
		text-align: left;
	}

	#cg-sec4 p{
		font-size:14px;
		color: #000021;
		letter-spacing: 1px;
		line-height: 27px;
		text-align: left;
	}

	#cg-sec4 p:last-child{
		margin-bottom: 0px;
	}

	#cg-sec4{
		margin-top: 89px;
		margin-bottom: 45px;
	}

	#cg-sec5 .panel-grid-cell{
	    padding-top: 0;
	    padding-bottom: 0;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}

	#cg-sec6 .panel-grid-cell{
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}

	/* Specific Services */

	#services-sec1 .panel-grid-cell{
		width: 940px;
	    padding-top: 80px !important;
	    padding-bottom: 95px !important;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}

	#services-sec2 .panel-grid-cell{
	    padding-top: 71px !important;
	    padding-bottom: 89px !important;		
	}

	#services-sec2 h3{
		font-size: 20px;
		color:#ffffff;
		letter-spacing: 2px;
		line-height: 27px;
		text-align: center;
		padding-bottom: 20px;
		position: relative;
		margin-bottom: 25px;
		margin-left: auto;
	    margin-right: auto;
	    width: 800px;
	    max-width: 100%;
	    text-shadow: 1px 1px 1px #000021;
		padding-left: 20px;
    	padding-right: 20px;
	}

	#services-sec2 h3:after{
		content: '';
		display: block;
		width: 33px;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -16.5px;
	}

	#services-sec3 .panel-grid-cell{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}

	#services-sec5 blockquote{
		margin: 0px 0 30px 0;
	}

	#services-sec5 .two-columns .panel-grid-cell:first-child .panel-widget-style{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#about-sec1 .panel-grid-cell{
		padding-top: 82px !important;
		padding-bottom: 102px !important;
		width: 940px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	#about-sec2 .panel-grid-cell .panel-widget-style{
		height: 685px;
	}

	#about-sec2 blockquote{
		margin: 35px 0;
		padding-right: 28px;
	}

	#about-sec2  .two-columns .panel-grid-cell:last-child .panel-widget-style{
		padding-left: 47px;
	}

	#about-sec3 .panel-grid-cell{
		padding-top: 49px !important;
		padding-bottom: 49px !important;
	}

	#about-sec4 .panel-grid-cell .panel-widget-style{
		height: 685px;
	}

	#about-sec4 .table-listing h3{
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}

	#about-sec5 .panel-grid-cell{
	    padding-top: 89px !important;
	    padding-bottom: 37px !important;
	}

	#about-sec5 h3{
		margin-bottom: 0px;
	}

	#about-sec6{
		padding-bottom: 57px;
	}

	#about-sec6 blockquote{
		padding-right: 0px;
		margin-top: 0px;
	}

	#about-sec6 .two-columns .panel-grid-cell:first-child .panel-widget-style{
		padding-right: 15px;
		padding-top: 0;
		padding-bottom: 0;
	}

	#about-sec6 .two-columns .panel-grid-cell:last-child .panel-widget-style{
		padding-left: 15px;
		padding-top: 0;
		padding-bottom: 0;
	}

	#about-sec6 .left-side blockquote,
	#about-sec6 .left-side p{
		margin-bottom: 30px;
	}

	#about-sec6 .right-side p{
		margin-bottom: 30px;
	}

	#about-sec6 .left-side p:last-child,
	#about-sec6 p:last-child{
		margin-bottom: 0px;
	}

	#about-sec6 .left-side strong{
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		color: #000062;
		letter-spacing: 1.36px;
		line-height: 19px;
		text-align: left;
	}

	#about-sec6 .left-side img{
		margin-right: 20px;
	}

/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/	

	/* Transition Effects */
	.transition-1 {
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
	}

    /*Map Pointer Events*/
    .embed-container-maps iframe{
        pointer-events: none;
    }
	

	/**
	* 7.0 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {
		border: 0;
	}
	
	.panel-default > .panel-heading {
		padding: 0;
	}

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}
	
	blockquote {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
		color: #000062;
		line-height: 26px;
		text-align: left;
		border-left: 1px solid #d20000;
		padding: 10px 0px 10px 30px;
		margin: 45px 0;
        letter-spacing: .75px;
        font-weight: 500;
	}

	hr {
		border-top: 1px solid rgba(150,150,150,0.22);
		margin: 30px 0;
	}

	/**
	*  7.1 Effects | Accordion
	* 
	* -----------------------------------------------------------------------------
	*/
	.panel-group {
		margin-bottom: 15px;
	}

	.panel {
		margin-bottom: 20px;
		background-color: #fff;
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.panel-group .panel {
		margin-bottom: 15px;
		border-radius: 0px;
		overflow: hidden;
		width: 100%;
	}

	.panel-default{
		border-color: #0e0e10;
	}

	.panel-default>.panel-heading {
		padding: 0;
	}

	.panel-heading .accordion-toggle {
	    padding: 10.5px 45px;
	    background-color: #fff;
	    font-weight: 700;
	    text-decoration: none;
	    font-size: 14px;
	    color: #000062;
	    letter-spacing: 1px;
	    line-height: 27px;
	    text-align: left;
	    text-decoration: underline;
	}

	.panel-heading .panel-title {
		margin-bottom: 0;
	}

	.panel-heading .accordion-toggle:hover{
		color: #ffffff;
		background-color: #000078;
		text-decoration: underline;
	}

	.panel-heading .accordion-toggle.active {
		color: #ffffff;
		background-color: #000078;
		text-decoration: underline;
	}

	.panel-heading .accordion-toggle:before,
	.panel-heading .accordion-toggle.active:before,
	.panel-heading .accordion-toggle.active.collapsed:before{
		font-family: 'FontAwesome';
		font-size: 17px;
		color: #333333;
		line-height: 25px;
		text-align: center;
        float: right;
        margin-top: 0px;
	}

	.panel-heading .accordion-toggle:before{
        content: '\f105';
    }

    .panel-heading .accordion-toggle.active:before{
        content: '\f107'; /*closed*/
        color: #fff;
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: '\f105';
        color: #fff;
    }

    .panel-heading .accordion-toggle:hover:before{
    	color: #fff;
    }

	.panel-title>a {
		color: inherit;
		display: inherit;
		color: #000;
		text-decoration: none;
	}

	.panel-title>a:hover {
		text-decoration: none;
	}

	.panel-default>.panel-heading+.panel-collapse .panel-body{
		border-top: 1px solid rgba(150,150,150,0.22);
		border-bottom: 1px solid rgba(150,150,150,0.22);
		font-size:12px;
		color:#000021;
		letter-spacing:0.85px;
		line-height:27px;
		padding: 28px 45px 28px 0px;
	}
	/*End Accordion*/

/**
* 8.0 Shortcodes
*
* Styles for custom shortcodes
* 
* -----------------------------------------------------------------------------
*/

/* [boxed] */
.boxed-content {
	padding: 20px 40px;
	border-left: 5px solid #AAAAAA;
	box-shadow: 0px 0px 1px 1px #e6e6e6;
	font-size: 19px;
	font-weight: 300;
	margin: 60px auto 10px;
}

/* [testimonial] */
.testimonial-box {
	position: relative;
	display: block;
	padding: 40px 0px 60px 0px;
	font-size: 14px;
	color: #a9a9a9;
	margin: 20px 0 50px;
	background: none;
	border: 1px solid #e6e6e6;
	border-left: 0;
	border-right: 0;
}

.testimonial-content-page {
	padding: 5px 20px 25px 80px;
    font-size: 14px;
    color: #000021;
    letter-spacing: 0.85px;
    line-height: 27px;
    text-align: left;
}

.testimonial-box .author {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	margin-top: 20px;
}

.testimonial-box .content {
	color: #a9a9a9;
	margin-top: 0;
	margin-bottom: 10px;
}

.testimonial-name-bottom {
    text-align: left;
    margin: 0px;
    width: 100%;
    float: left;
    clear: both;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    font-weight: 700;
    color: #000078;
    font-size: 16px;	
}

.testimonial-quote{
	color: #000078;
	font-size: 35px;
	float: left;
	display: inline-block;
}

.testimonial-box .full-testimonial-thumb img{
	width: 92px;
	height: 92px;
	margin: 10px 0px;
	border-radius: 100%;
	border: #eee 2px solid;
}


/* Internal | Testimonial slideshow */
.internal-testimonials{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonials-container{
	width: 100%;
	display: inline-block;
}

.internal-testimonials .testimonial-item {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 3px;
	line-height: 27px;
	text-align: center;
	position: relative;
}

.internal-testimonials .testimonials-slideshow .testimonial-item {
	text-align: center;
}

.internal-testimonials .testimonial-item a {
	color: #707585 !important;
	text-decoration: none;
}

.internal-testimonials .testimonial-item a:hover {
	opacity: 0.8;
}

.internal-testimonials .testimonials-title h4{
	margin-top: 20px;
	font-family: 'SourceSansPro-Black';
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 2.12px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 15px;
	position: relative;
}

.internal-testimonials .testimonials-title h4:after{
	content: '';
	display: block;
	background-color: #ffffff;
	width: 41px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20.5px;
}

.internal-testimonials .testimonial-thumb img{
	width: 130px;
	height: 130px;
	margin: 10px auto 40px;
	border-radius: 100%;
	border: #dee2e4 3px solid;
}

/* Shortcode - internal_cta */
.cta-box * {
	color: #FFFFFF;
}

.cta-box {
	position: relative;
    padding: 40px 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
}

.cta-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	display: block;
	height: 11px;
	background-image: url('images/cta-box-shadow.png');
	background-size: 100% 100%;
}


.cta-box h3 {
	margin-bottom: 0;
    text-transform: uppercase;
}

.cta-box .btn {
	border-radius: 5px;
	border-color: #FFFFFF;
	background: none;
	border: 2px #fff solid;
	padding: 12px 47px;
	min-width: 230px;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
	margin-top: 20px;	
}

.cta-box .btn:hover {
	color: #000000;
	background-color: #FFFFFF;
}

/* Media Boxes */
.filters-container .media-boxes-search {
	float: right;
}

.filters-container ::-webkit-input-placeholder { color: #bbb; }
.filters-container :-ms-input-placeholder { color: #bbb; }
.filters-container ::-moz-placeholder { color: #bbb; }
.filters-container :-moz-placeholder { color: #bbb; }

.filters-container .media-boxes-filter {
	margin: 0;
	padding: 0;
}

ul.media-boxes-filter>li a.selected {
	background: #B8B3B3;
}

.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
}

.media-boxes-drop-down .media-boxes-drop-down-menu {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.media-boxes-drop-down .media-boxes-drop-down-menu li {
	list-style: none;
}

/* [social_icons] */
.social-icons {
	display: inline-block;
    vertical-align: middle;
}

.social-icons a{
	background-color: #172f57;
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.social-icon i{
	margin: auto;
}


/*[custom_social_icons]*/
.custom-social-icons {
	display: inline-block;
	width: 100%;
}

.custom-social-icons a{
	display: inline-flex;
	margin: 20px 25px 20px 0px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.custom-social-icons i{
	margin: auto;
}

.custom-social-icons .google-icon{
	background-color: #d34836;
}

.custom-social-icons .twitter-icon{
	background-color: #5ea9dd;
}

.custom-social-icons .facebook-icon{
	background-color: #3a5fb1;
}

.custom-social-icons .youtube-icon{
	background-color: #c8302a;
}

.custom-social-icons .instagram-icon{
	background-color: #3d6c96;
}

.custom-social-icons .linkedin-icon{
	background-color: #007bb6;
}

.custom-social-icons .pinterest-icon{
	background-color: #cb2027;
}

.custom-social-icons .tumblr-icon{
	background-color: #35465d;
}

.custom-social-icons .tripadvisor-icon{
	background-color: #4c8a37;
}

/* Column Carousel */
.column-post-carousel {
	margin: 70px 0 110px;
	text-align: left;
}

.column-post-carousel .slick-slide .inner-wrapper {
	padding-right: 40px;
	padding-left: 40px;
}

.column-post-carousel .post-item .post-header,
.sidebar .post-header {
	margin-bottom: 28px;
}

.column-post-carousel .post-item .date{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #000062;
	letter-spacing: 1.92px;
	line-height: 23px;
	text-align: left;
	float: left;
	margin-right: 25px;
	text-transform: uppercase;

}

.column-post-carousel .post-item .date > span,
.sidebar .date > span {
	display: block;
}

.column-post-carousel .post-item .title{
	border-left: 1px solid #d20000;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 16px;
}

.column-post-carousel .post-item .title{
	margin-bottom: 28px;
}

.column-post-carousel .post-item .title a,
.column-post-carousel .post-item .title a:hover{
	color: inherit !important; 
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

.column-post-carousel .post-item .title a:hover{
	color: #00b8d4;
	text-decoration: none;
}

.sidebar-category{
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #acb3c0;
    text-transform: none;
    display: none;
}

.sidebar .title h4 {
	font-size:17px;
	letter-spacing: 1.89px;
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 12px;
}

.column-post-carousel .post-item .title h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #000062;
	letter-spacing: 1.58px;
	line-height: 19px;
	text-align: left;
	margin-bottom: 6px;
}


.sidebar .title span.category {
	font-size:12px;
    color: #acb3c0;
	letter-spacing:1.36px;
	line-height:14px;
	text-align:left;
	display: block;
	font-weight: normal;
	font-style: italic;
}

.column-post-carousel .post-item .title span.category{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000078;
	letter-spacing: 1.58px;
	line-height: 19px;
	text-align: left;
	display: block;	
}

.sidebar .post-excerpt {
	font-size: 12px;
	color: #777;
	letter-spacing: 0.75px;
	line-height: 21px;
	text-align: left;
}

.column-post-carousel .post-item .post-excerpt{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000021;
	letter-spacing: 1.99px;
	line-height: 22px;
	text-align: left;	
}

.column-post-carousel .post-item .post-excerpt {
	min-height: 110px;
	margin-bottom: 20px;
}

.column-post-carousel .post-item p:last-child {
	margin-bottom: 0;
}

.column-post-carousel .slick-dots {
	bottom: -90px;
	padding-left: 0;
	margin-left: 0;
}

.column-post-carousel .slick-dots {
	text-align: center;
}

.column-post-carousel .slick-dots li button:before {
	display: none;
}

.column-post-carousel .slick-dots li {
	margin: 0 15px;
	width: 10px;
	height: 10px;
}

.column-post-carousel .slick-dots button {
	border: none;
	background: none;
	text-indent: -99999px;
	font-size: 0;
	-webkit-appearance: none;
	width: 10px;
	height: 10px;
	background-color: rgba(210, 0, 0, 0.15);
	border-radius: 50%;
	padding: 0;
}

.column-post-carousel .slick-dots .slick-active button {
	background-color: #d20000;
}

.column-post-carousel .post-item .more-link {
	text-align:left;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #d20000;
	letter-spacing: 1.19px;
	line-height: 16px;
}

.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #B80000;
}

.column-post-carousel .post-item .more-link .fa {
	font-size: 12px;
	color: #d20000;
	margin-left: 18px;
}


/*
* Custom Gravity Form
*/
.custom-form .gfield_label{
	font-weight: 600;
}

.custom-form .ginput_container input[type=text], 
.custom-form .ginput_container textarea, 
.custom-form .ginput_container select,
.custom-form .captcha-container input {
    background-color: transparent;
    padding: 8px 20px;
    color: #171e28;
    font-weight: 400;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-left: 3px solid #777777;
    border-radius: 0px;
    margin-bottom: 5px;
}

.custom-form .ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.custom-form .gfield_checkbox li label, 
.custom-form .gfield_radio li label {
    font-weight: 400;
    font-size: 98%;
}

.custom-form input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.custom-form .gform_footer .gform_button.button {
    padding: 15px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #000078 url(images/contact-mail.png) no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: none;
    width: 100%;
    max-width: 100%;
    text-indent: -9999px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.custom-form .gform_footer .gform_button.button:hover{
    background: #000048 url(images/contact-mail.png) no-repeat;
    background-position: center center;
    color: #ffffff;
}

/*Gravity Forms Error*/
.custom-form li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.custom-form .gfield_error .gfield_label {
    color: #777;
}

.custom-form .validation_message {
    color: #ea9698 !important;
}

.custom-form div.validation_error {
    display: none;
}
/*** END SHORTCODES ***/



/**
* 9.0 Overrides
* -----------------------------------------------------------------------------
*/

/*Gravity Forms Override*/
.gfield_label{
	font-weight: 400;
}

.ginput_container input[type=text], 
.ginput_container textarea, 
.ginput_container select,
.captcha-container input {
    background-color: transparent;
    padding: 10px 15px;
    color: #555;
    width: 100% !important;
    border: none;
    border: 1px solid #e1e4e5;
    border-radius: 0px;
    margin-bottom: 15px;
}

.ginput_container textarea{
    max-height: 100px;
    overflow: auto;
}

.gfield_checkbox li label, 
.gfield_radio li label {
    font-weight: 400;
    font-size: 95%;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    max-width: 310px;
}

.gform_wrapper .gfield_date_day, 
.gform_wrapper .gfield_date_month, 
.gform_wrapper .gfield_date_year, 
.gform_wrapper .gfield_time_hour, 
.gform_wrapper .gfield_time_minute{
    width: 25%;
}

.gfield_time_ampm.ginput_container.ginput_container_time select{
    width: 100% !important;
}

.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_hour i{
    display: none;
}

.clear-multi{
    margin-top: .375em;
}

.gform_footer .gform_button.button {
    padding: 15px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #777777;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.42857143;
    border: none;
    width: 100%;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gform_footer .gform_button.button:hover{
    background: #5A5A5A;
    color: #ffffff;
}

/* GF Validation Overide */
li.gfield_error input[type=text] {
    border: 1px solid #ffa6a8 !important;
}

.gfield_error .gfield_label {
    color: #777;
}

.validation_message {
    color: #ea9698 !important;
}

div.validation_error {
    display: none;
}

div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left!important;
}

.gform_wrapper .gfield_captcha_input_container {
    float: right;
}
	
div.gform_wrapper .top_label .gfield_error {
    width: 100%;

}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0!important;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    background: none;
    border: none;
    padding: 0!important;
}

.form-style1 .ginput_container input[type=text], 
.form-style1 .ginput_container textarea, 
.form-style1 .ginput_container select,
.form-style1 .captcha-container input{
	padding: 16px 0px;
	border: 0;
	border-bottom: 2px solid #e1e2e3;
	margin-bottom: 0px;
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 12px;
	color: #3f51b5;
	letter-spacing :2px;
	line-height: 20px;
	text-align: left;
}

.gform_wrapper .form-style1 .top_label .gfield_label{
	display: none;
}

.form-style1 ::-webkit-input-placeholder {
    color: #3f51b5;
}

.form-style1 :-moz-placeholder {
    color: #3f51b5; 
}

.form-style1 ::-moz-placeholder {
    color: #3f51b5;
}

.form-style1 :-ms-input-placeholder {  
    color: #3f51b5; 
}

.gform_wrapper .form-style1 textarea{
    height: 148px !important;
    max-height: 148px !important;
}

body .gform_wrapper .form-style1 label.gfield_label+div.ginput_container{
	margin-top: 0px;
}

.gform_wrapper .form-style1 .gform_footer{
    margin-top: 20px;
    padding: 0;	
}

.form-style1 .gform_footer input[type="submit"]{
	background: #d20000;
	width: 148px;
	max-width: 100%;
	height: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 19px;
	text-align: center;
	border: 0;
	border-radius: 0;
}
.form-style1 .gform_footer input[type="submit"]:hover{
	background: #B80000;
}


/* Site Origin Layout Defaults */
.panel-grid-cell {
	padding-top: 40px;
	padding-bottom: 40px;
}

.full-width-stretch .content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.full-width-stretch.search .content-sidebar-wrap {
	width: 1200px;
    max-width: 100%;
    padding: 0px 20px;
    margin: 40px auto 0;
}


.full-width-stretch .content-sidebar-wrap .panel-grid-cell {
	width: 1200px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.two-columns > .panel-grid-cell {
	padding: 0;
	padding-left: 0!important;
	padding-right: 0!important;	
}

.panel-row-style.vertical-align {
	display: flex;
}

.panel-row-style.vertical-align .panel-grid-cell {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	align-content: center;
	position: relative;
}

.panel-row-style.vertical-align .panel-grid-cell .so-panel {
	width: 100%;
	
}

.two-columns .panel-grid-cell .so-panel {
	display: inline-block;
    width: 100%;
}

.two-columns .panel-grid-cell:first-child .panel-widget-style {
	padding-right: 60px;
    padding-left: calc(100% - 580px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.two-columns .panel-grid-cell:last-child .panel-widget-style {
	padding-left: 60px;
    padding-right: calc(100% - 580px);
    padding-top: 40px;
    padding-bottom: 40px;
}


.two-columns.vertical-align .panel-grid-cell .panel-widget-style {
	width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
    
/* .two-columns .panel-grid-cell:first-child > .widget,
.two-columns .panel-grid-cell:last-child > .widget {
	width: 560px;
	max-width: 100%;
}

.two-columns .panel-grid-cell:first-child > .widget {
	float: right;
}

.two-columns .panel-grid-cell:last-child > .widget {
	float: left;
} */

.no-margin-top.full-width-content .content-sidebar-wrap > .content,
.no-margin-top .site-inner .content-sidebar-wrap {
	margin-top: 0;
}

.no-margin-bottom .site-inner .content-sidebar-wrap {
	padding-bottom: 0;
}


/* Areas */

.area-wrap{

}

.area-item{
    width: 33.333333333333333333333333333333%;
    float: left;
    display: block;
    border: 1px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    height: 200px;
	position: relative;
	overflow: hidden;
}

.area-item:before{
	content: '';
	background: rgba(0, 0, 0, 0.40);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 9;
}

.area-item:hover:before{
	opacity: 1;
}

.area-item:first-child{
	border-left: 0px;
}

.area-item:last-child{
	border-right: 0px;
}

.area-item span.text{
	display: inline-block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	font-family: 'SourceSansPro-Black';
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 8.5px;
	line-height: 19px;
	text-align: center;
    padding: 29px 0;
    width: 360px;
    max-width: 90%;
    border: 2px solid #fff;
    z-index: 10;
}

.area-item span.bg{
	z-index: 8;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background-size: cover;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.area-item:hover span.bg{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}

/* Blue CTA */

.blue-cta{
	display: block;
	background:#ffffff;
	border:1px solid #000078;
	width: 100%;
	height: 76px;
}

.blue-cta .left-sec{
	height: 100%;
	text-align: center;
	border-right: 1px solid #000078;
	width: 23%;
	float: left;
}

.blue-cta .left-sec:before{
	display: inline-block;
	position: relative;
	font-size:30px;
	color:#000078;
	line-height: 74px;
}

.blue-cta .right-sec{
	float: right;
	padding-left: 70px;
	position: relative;
	width: 77%;
}

.blue-cta .blue-heading{
	font-family: 'SourceSansPro-Black';
	font-size: 15px;
	color: #000078;
	letter-spacing: 1.11px;
	line-height: 20px;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 3px;
}

.blue-cta .red-heading{
	font-family: 'SourceSansPro-Black';
	font-size: 14px;
	color: #d20000;
	letter-spacing: 2.47px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	/*cursor: pointer;*/
}

.blue-cta .red-heading-v2{
	font-family: 'SourceSansPro-Black';
	font-size: 12px;
	color: #d20000;
	letter-spacing: 2.11px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	/*cursor: pointer;*/
}

.blue-cta .red-heading:hover,
.blue-cta .red-heading-v2:hover{
	/*text-decoration: underline;*/
}

/* Home Services */

.services-wrap{
	margin-left: -50px;
	margin-right: -50px;
}

.service-item{
	text-align: center;
	padding: 0 50px;
	display: block;
	/*min-height: 320px;*/
	min-height: 210px;
	text-decoration: none;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
}

.service-item .fa{
	border: 1px solid #000078;
	width: 79px;
	height: 79px;
	border-radius: 100%;
	display: inline-block;
	margin-bottom: 28px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.service-item:hover .fa{
	background-color: #000078;
}

.service-item .fa:before{
    font-size: 30px;
    color: #3f51b5;
    display: inline-block;
    line-height: 77px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;

}

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

.service-item:hover .fa:before{
	color: #fff;
}

.service-item .heading{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #000078;
	letter-spacing: 2.42px;
	line-height: 20px;
	text-align: center;	
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
}

.service-item .heading:after{
    content: '';
    display: block;
    background-color: #ec4747;
    width: 43px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21.5px;
   opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.service-item:hover .heading:after{
	opacity: 1;
}

.service-item .text{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000021;
	letter-spacing: 1.71px;
	line-height: 20px;
	text-align: center;
	display: block;
}

/* Orange Button */

.btn-red{
	background: #d20000;
	border-radius: 31px;
	width: 148px;
	max-width: 100%;
	height: 50px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height:19px;
	text-align: center;
    padding: 15px 10px;
    text-decoration: none;
}

.btn-red:hover{
	background: #B80000;
}

.vcenter{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.testimonial-override .vcenter{
	justify-content: inherit !important;
	
}


.testimonials-slideshow .slick-prev,
.testimonials-slideshow .slick-next{
	width: 30px;
	height: 24px;
    z-index: 999;
    margin-top: -12px;
}

.testimonials-slideshow .slick-prev:before,
.testimonials-slideshow .slick-next:before{
	font-family: 'FontAwesome';
	font-size: 24px;
	color:#ffffff;
	line-height: 24px;
	text-align: center;
	opacity: 1;
}

.testimonials-slideshow .slick-prev:before{
	content: '\f177';
}

.testimonials-slideshow .slick-next:before{
	content: '\f178';
}

.testimonials-slideshow .slick-prev{
	left: 0;
}

.testimonials-slideshow .slick-next{
	right: 0;
}

#advanced-search-form{
	display: none !important;
	height: 0 !important;
}

/* Sidebar Cta */
.sidebar-cta{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.sidebar-cta > a{
    position: relative;
    display: block;
    padding-top: 15px;
    height: 255px;
    width: 100%;
    text-decoration: none !important;
}

.sidebar-cta .bg-con{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 8.5px;
	line-height: 23px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 48px 10px 29px 10px;
	position: relative;
	z-index: 9;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.sidebar-cta .bg-con:before{
	content: '';
	display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	background:#ffffff;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 12px;
	top: 12px;
}

.sidebar-cta .bg-con:after{
	content: '';
	font-family: FontAwesome;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	display: block;
	margin-top: 10px;
}

.sidebar-cta .blue-con{
	position: absolute;
	top: 0;
	left: 50%;
	width: 250px;
	height: 100%;
	display: block;
	margin-left: -125px;
	background-color: #000078;
	z-index: 8;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.sidebar-cta .number-con{
	position: absolute;
    left: 50%;
    bottom: 0;
    width: 250px;
    max-width: 96%;
    margin-left: -125px;
    display: block;
    z-index: 10;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size:14px;
	color: #ffffff;
	letter-spacing: 4.66px;
	line-height: 19px;
	text-align: center;
	padding: 21px 10px;
}

.sidebar-cta .number-con:before{
	content: '';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-right: 30px;
}

/* Sidebar CTA V2 */
.sidebar-cta-v2{
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.sidebar-cta-v2:hover,
.sidebar-cta:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05); 
    transform: scale(1.05); 	
}

.sidebar-cta-v2 a{
	text-decoration: none;
}

.sidebar-cta-v2 .bg-con{
    width: 300px;
    max-width: 100%;
    height: 178px;
    display: block;
    background-size: cover;
    padding: 12px 12px;
    position: relative;
}

.sidebar-cta-v2 .bg-con:before{
	content: '';
	display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	background:#ffffff;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 12px;
	top: 12px;
}

.sidebar-cta-v2 .bg-con span{
	border: 1px solid #ffffff;
    width: 192px;
    max-width: 98%;
    height: 69px;
    display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #ffffff;
	letter-spacing: 8.5px;
	line-height: 23px;
	text-align: left;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	padding: 8px 0px 8px 10px;
}

.sidebar-cta-v2 .small-text{
    background: #000078;
    width: 150px;
    max-width: 100%;
    height: 50px;
    display: block;	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 19px;
	text-align: center;
	padding: 16px 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-weight: 700;
}

.sidebar-cta-v2:hover .small-text,
.sidebar-cta:hover .blue-con{
	background-color: #000048;
}

/* Sidebr Social Media Icon */
.sidebar-sm-con{
	border: 1px solid #000078;
	width: 100%;
	height: 50px;
}

.sidebar-sm-con .left-side{
    float: left;
    width: 31%;
    text-align: center;
	border-right: 1px solid #000078;
	height: 100%;
}

.sidebar-sm-con .left-side p{
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #000021;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: center;
    padding: 17px 0px;
    font-weight: 700;
}

.sidebar-sm-con .right-side{
	float: left;
	width: 69%;
	height: 100%;
}

.sidebar-sm-icons{
	display: block;
    vertical-align: middle;
    text-align: right;
    margin: 15px 0;
    padding-right: 10px;
}

.sidebar-sm-icons li{
	display: inline-block;
	text-align: center;
}

.sidebar-sm-icons li a{
	margin: 0 10px;
}

.sidebar-sm-icons li a i{
	font-size: 21px;
	color: #000078;
	line-height: 21px;
}

.fa-facebook-official{
	color:#3b5998 !important;
}

.fa-twitter{
	color:#55acee!important;
}

.fa-google-plus{
	color:#d34836 !important;
}

/* Collapsed */

div[id*='collapse'] .panel{
	border: 0;
}

div[id*='collapse'] .panel-heading .panel-title{
	border: 1px solid #000078;
	border-radius: 4px;
}

.panel-collapse{
	padding: 45px 0 45px 0;
}

/* Table Listing */

.table-listing{
	border:1px solid #000078;	
}

.table-listing h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #000078;
	letter-spacing: 2px;
	line-height: 27px;
	text-align: left;
	border-bottom:1px solid #000078;
	padding: 11px 45px;
	margin-bottom: 10px;
}

.table-listing .content-con{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #000021;
	letter-spacing: 0.85px;
	line-height: 27px;
	text-align: left;
	padding: 0px 30px 10px 30px;	
}

.table-listing .content-con ul{
	margin-left: 0px;
}

.table-listing .content-con ul:last-child{
	margin-bottom: 0px;
}

.table-listing .content-con ul li{

}

.table-listing-v2{
	border-bottom: 1px solid #000078;
	padding-bottom: 32px;
}

.table-listing-v2 .left-side{
    float: left;
    width: 8.6%;
}

.table-listing-v2 .left-side .fa{
	font-size: 30px;
	color: #3f51b5;
	line-height: 60px;
	text-align: center;
}

.table-listing-v2 .right-side{
	float: left;
	width: 91.4%;
	padding-left: 32px;
}

.table-listing-v2 h3{
	font-size: 17px;
	color: #000078;
	letter-spacing: 2px;
	line-height: 27px;
	text-align: left;
	margin-bottom: 5px;
}

.table-listing-v2 .content-con{
	font-size: 12px;
	color: #000021;
	letter-spacing: 0.85px;
	line-height: 27px;
	text-align: left;
}

/* PDF Box */

.pdf-box{
	border: 1px solid #000078;
}

.pdf-box .heading{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000078;
	letter-spacing: 2px;
	line-height: 27px;
	text-align: center;
	border-bottom: 1px solid #000078;
	padding: 10px 0;
}

.pdf-box .inner{
	padding: 30px 25px;
}

.pdf-box .inner .row{
    margin-left: 0;
    margin-right: 0;
}

.pdf-box .inner .col{
    padding: 0 70px;
}

/* PDF Link */

.pdf-link{
    width: 33%;
    display: inline-block;
}

.pdf-link .fa{
	font-size: 14px;
	color: #000078;
	line-height: 27px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 25px;
}

.pdf-link a{
	font-size: 12px;
	color: #d20000;
	letter-spacing: 1.19px;
	line-height: 27px;
	text-align: left;
}

.btn.fullwidth-red{
	background-color: #d20000;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 19px;
	text-align: center;
    text-decoration: none;
    padding: 15.5px 10px;
}

.btn.fullwidth-red:hover{
    background-color: #B80000;
}

.list-of-services{
	background: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0px 11px 18px 0px rgba(0,0,0,0.50);
	border-radius: 4px;
	width: 972px;
	max-width: 96%;
	margin: 0 auto;
	padding: 25px 25px;
}

.list-of-services.transparent{
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 40px;	
}

.list-of-services .col{
	padding: 0 25px;
}

.list-of-services.transparent .col:first-child{
	padding-left: 0px;
}

.list-of-services.transparent .col:last-child{
	padding-right: 0px;
}

.single-service{
	font-size: 12px;
	color: #000021;
	letter-spacing: 0.85px;
	line-height: 27px;
	text-align: left;
	overflow: hidden;
}

.single-service .fa{
	width: 33px;
	font-size: 12px;
	color: #000021;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	float: left;
}

.badge-icon{
	text-align: center;
	background-image: url(images/badge-icon@2x.png);
	background-size: 100%;
	width: 206px;
	height: 253px;
	display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -103px;
    top: 50%;
    margin-top: -126.5px;
}

.badge-icon .heading{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 26.78px;
    color: #ffffff;
    letter-spacing: 12.3px;
    line-height: 27px;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 10px;
}

.badge-icon .number-con{
    position: relative;
}

.badge-icon .number-con .num-tag{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 37.81px;
	color: #ffffff;
	line-height: 47px;
	text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 40px;
}

.badge-icon .number-con .num{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 141.82px;
	color: #ffffff;
	line-height: 105px;
    text-align: center;
    display: inline-block;
}

.slick-slider{
	margin-bottom: 0 !important;
}

#services-sec1 .list-group .list-group-item,
#services-sec2 .list-group .list-group-item{
	background: transparent;
	border: 1px solid #fff;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2.18px;
	line-height: normal;
	border-radius: 0 !important;
	max-width: 470px;
	text-align: left;
	padding: 12px 0px 12px 60px;
    position: relative;
}

#services-sec1 .list-group .list-group-item{
	color: #000021;
}

#services-sec2 .list-group .list-group-item{
	color: #fff;
}

#services-sec1 .list-group .bg,
#services-sec2 .list-group .bg{
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #fff;
   	position: absolute;
   	top: 0;
   	left: 0;
   	height: 100%;
}

#services-sec1 .list-group .bg,
#services-sec1 .list-group .list-group-item{
	border-color: #000021;
    display: block;
    width: 49%;
    float: left;
    height: 60px;
    margin: 0.5px;
	padding-right:60px;
}

#services-sec1 a{
	font-size: 16px !important;
}

#services-sec3 h4{
	text-transform: uppercase;
	text-align: center;
}

#responsive-menu .RMImage{
    width: 250px !important;
    max-width: 100% !important;	
}

/* Client Carousel */
.clients-carousel .inner{
	padding: 0 15px;
	text-align: center;
	height: 100px;
}

.clients-carousel .inner img{
	display: inline-block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
}

.clients-carousel .slick-prev,
.clients-carousel .slick-next{
	color: #000;
}

.clients-carousel .slick-prev{
	left: -10;
}

.clients-carousel .slick-next{
	right: -10;
}

.clients-carousel .slick-prev:before,
.clients-carousel .slick-next:before{
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000;
}

.clients-carousel .slick-prev:before{
	content: '';
}

.clients-carousel .slick-next:before{
	content: '';
}

.footer-clients{
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.footer-clients a img{
    vertical-align: middle;
    margin-right: 20px;
}

.footer-clients a:last-child img{
	margin-right: 0px;
}

/* Gallery */
.envira-gallery-wrap .envira-album-title,
.single-custom-album .custom-album-title{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #000078;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 20px 0 !important;
    letter-spacing: 1.5px;
    text-align: center;
}

.single-custom-album a{
	text-decoration: none;
}

.envira-gallery-theme-captioned .envira-gallery-item .envira-gallery-captioned-data{
    background: #000062;
    border: 1px solid #000062;
}

.envira-gallery-theme-captioned .envira-gallery-item .envira-gallery-captioned-text{
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
.single-custom-album{
	text-align:center;
}
.envira-gallery-wrap .envira-album-public .envira-gallery-item, .envira-gallery-wrap .envira-gallery-public .envira-gallery-item {
    display: inline-block;
    margin-bottom: 30px !important;
    position: relative !important;
    left: 0 !important;
	top: 0 !important;
    float: none !important;
	padding-bottom: 0 !important;
}