/*
	Theme Name: Harrison Human Resources
	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.3
	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
 *
 */


/**
* 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"] {}

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

/*
*	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: 'Lato', sans-serif;
	color: #535353;
	letter-spacing:0.89px;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
    color: #071a58;
	line-height: 1.5;
}

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

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

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

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

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

h6, .h6 {
	font-family: Yellowtail!important;
	font-size: 20px;
	color: #c0232a;
	line-height: 27px;
	text-align: left;
	text-transform: none;
}

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 {
	color: #c0232a;
	text-decoration: none;
}

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

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: 25px;
	margin-bottom: 20px
}

.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px
}

.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 8px #ccc;
	position: relative;
	margin: 0 auto;
}

.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: transparent;
    white-space: normal;
    border: 2px solid #c0232a;
    border-radius: 54px;
    font-family: Oswald;
    font-size: 12px;
    color: #c0232a;
    letter-spacing: 3.7px;
    line-height: 24px;
    text-align: center;
    padding: 11px 27px;
	text-transform: uppercase;
}

.btn:visited {
	color: #fff;
}

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

.btn:hover,
.btn.hover {
	background-color: #c0232a;
	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;
}

/*
*	Internal Slider
*/
.internal-header-slider .slide {
	position: relative;
	height: 444px;
	max-height: 90vh;
}

.internal-header-slider .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 100% auto;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}

.internal-header-slider .slider-text-container {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.internal-header-slider .slider-text {
	color: #ffffff;
	font-size: 34px;
	text-align: center;
}

.internal-header-slider .slick-prev {
	left: 20px;
}

.internal-header-slider .slick-next {
	right: 20px;
}

.internal-header-slider .slick-dots {
	display: block;
	bottom: 20px;
	width: 100%;
	position: absolute;
	text-align: right;
	margin: 0 auto;
	float: none;
	display: table !important;
	padding: 0 13px;
}

.loading .internal-header-slider {
	display: none;
	opacity: 0;

	-webkit-transition: all 0 ease-out;
	-moz-transition: all 0 ease-out;
	-ms-transition: all 0 ease-out;
	-o-transition: all 0 ease-out;
	transition: all 0 ease-out;
}

.internal-header-slider {
	opacity: 1;

	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

/*
*	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: 25px;
    width: 771px;
    max-width: 100%;
    box-sizing: border-box !important;
    background: #fff;
}

.popup-form-wrap .row{
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.popup-form-wrap .has-bg{
    padding: 0;
    background-image: url(images/popup-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 118px;
}

.popup-form-wrap .has-bg img{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.home #fancybox-content,
.popup-style1 #fancybox-content{
    background: transparent !important;
    border-color: #fff !important;
}

.home #fancybox-outer,
.popup-style1 #fancybox-outer{
    background: transparent !important;
}

.home #fancybox-outer .fancybox-bg,
.popup-style1 #fancybox-outer .fancybox-bg{
    background-image: none !important;
}

.home #fancybox-overlay,
.popup-style1 #fancybox-overlay{
    background-color: rgba(24,37,56,0.75) !important;
    opacity: 1 !important;
}

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

.popup-form-wrap h5{
    text-align: center;
}

.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;
}

.popup-form-wrap .content-part{
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 42px;
}

.popup-form-wrap .content-part h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 37px;
    color: #071a58;
    letter-spacing: 2.31px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 20px;
}


.popup-form-wrap .content-part p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f;
    letter-spacing: 0.41px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 29px;
}

.popup-form-wrap .content-part p.sub-heading{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size:14px;
    color:#535353;
    letter-spacing:0.89px;
    line-height:28px;
    text-align:center;
    margin-bottom:10px;
    -webkit-font-smoothing: antialiased;
}

.popup-form-wrap .content-part p:last-child{
    margin-bottom: 0px;
}

.home #fancybox-close,
.popup-style1 #fancybox-close{
    text-align: center;
    background-image: none !important;
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.home #fancybox-close:before,
.popup-style1 #fancybox-close:before{
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #004a5a;
    line-height: 40px;
    text-align: left;
    display: inline-block;  
}

.popup-style1 .custom-form-v2_wrapper{
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

.popup-style1 .gform_footer{
    text-align: center;
}

.hide-me{
	display:none;
}

.popup-form-wrap .btn-btn2{
	margin-top: 20px;
}

/*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: transparent;
		padding-top: 17px;
		position: absolute;
		z-index: 2;
		width: 100%;
	}

    .site-header {
        background: rgba(0,0,0,0.3);
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.nav-primary {
		background: #eee;
	}
	
	.nav-primary .genesis-nav-menu > li > a,
	.nav-header .genesis-nav-menu > li > a {
	    display: inline-block;
	    padding: 22px 10px;
	    position: relative;
	    font-family: Oswald;
	    font-size: 12px;
	    color: #ffffff;
	    letter-spacing: 3.7px;
	    line-height: 19px;
	    text-align: center;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	.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;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #fff;
	}
	
	.nav-primary .sub-menu li,
	.nav-header .sub-menu li {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #000821;
	}
	
	.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;
	}
	
	.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: #fff;
		color: #000821;
		text-align: left;
		font-family: Oswald;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-header .genesis-nav-menu .sub-menu a:hover {
		background-color: #000821;
		color: #fff;
	}
	
	.site-header .title-area {
		float: left;
		padding: 9px 0;
	}
	
	.header-widget-area {
		float: right;
	}
	.header-widget-area section {
		display: inline-block;
	}
	.header-widget-area .top-right {
		text-align: right
	}
	
	.header-right-options {
		margin-left: 20px;
		text-align: right;
	}
	.header-right-options li {
		display: inline-block;
		padding: 0 16px;
		border-left: 1px solid #fff;
	}
	.header-right-options li:first-child {
		border-left: 0;
	}
	.header-right-options li a {
		font-size: 14px;
		color: #ffffff;
		line-height: 14px;
		text-align: center;
	}
	.header-right-options li a.call-us {
		font-size: 20px;
		line-height: 20px;
	}
	.header-right-options li a.search-me {
		font-size: 18px;
		line-height: 18px;
	}
	
	
	section.take-the-quiz {	
		width: 100%;
	    text-align: center;
	    background: #C0232A;
	    padding: 15px 0;
	}
	section.site-header--unstick {
		display: none;
	}
	.logged-in section.take-the-quiz {
		top: 32px;
	}
	section.take-the-quiz a.btn {
	    border-radius: 0;
	    border: none;
	    background: #c0232a;
	    color: #fff;
	    border: 1px solid #fff;
	    margin: 0 auto;
	}
	section.take-the-quiz a.btn:hover {
		color: #c0232a;
		background: #fff;
	}
	.header-widget-area section.take-the-quiz {
		display: none;
	}
	
	/*Responsive menu bar*/
	div#click-menu {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
        top: 0;
        z-index: 2;
        color: #FFFFFF;
        padding: 5px 0px 10px 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: 999999;
    }
	
	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.rev_slider .tparrows {
		background: none!important;
	}
	.rev_slider .tparrows:before {
		font-family:FontAwesome;
		font-size:27px;
		color:#ffffff;
		line-height:27px;
		text-align:center;
		content: '\f104'!important;
	}
	.rev_slider .tp-rightarrow.tparrows:before {
		content: '\f105'!important;
	}
	.rev_slider .banner-heading {
		font-family:Oswald;
		font-size:45px;
		color:#ffffff;
		letter-spacing:13.94px;
		line-height:57px;
		text-align:left;
	}
	
	.panel-grid {
		margin-bottom: 0!important;
	}
	.panel-grid .widget-title {
		font-family: Oswald;
		font-size: 37px;
		color: #071a58;
		letter-spacing: 2.31px;
		line-height: 44px;
		text-align: center;
		text-transform: uppercase;
	}
	.panel-grid .widget-title:after {
		content: '';
		border: 2px solid #e24242;
		width: 52px;
		height: 0px;
		display: block;
		margin: 16px auto 44px;
	}
	.force-fullwidth .panel-grid .widget-title {
		margin-bottom: 34px;
	}
	.force-fullwidth .panel-grid .widget-title:after {
		content: none;
	}
	.panel-grid .about-her .widget-title {
		text-align: left;
	}	
	.panel-grid .about-her .widget-title:after {
		margin-left: 0;
		margin-right: 0;
	}
	
	.out-now {
		background-image: linear-gradient(-223deg, #042695 0%, #188dbb 100%);
		box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.40);
		width: 85px;
		height: 85px;
		border-radius: 100%;
		display: block;
		font-family: Yellowtail;
		font-size: 23.76px;
		color: #ffffff;
		line-height: 14px;
		text-align: center;
		padding: 8px;
		
		position: absolute;
		top: -145px;
		bottom: 0;
		margin: auto;
		left: 40px;
	}
	.out-now span {
		border: 2px solid #fff;
		border-radius: 100%;
		display: block;
		padding: 18px;
	}
	
	#home-featured-sec {}
	#home-featured-sec .panel-first-child {
		margin-bottom: 0 !important;
	}
	
	.featured-product {
		line-height: 381px;
	}
	.featured-product-image-section,
	.featured-book-left {
		position: relative;
	}
	.featured-product-section,
	.featured-book-right {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}
	.featured-product-section h4,
	.featured-book-right h4 {
		font-family:Oswald;
		font-size:49px;
		color:#071a58;
		letter-spacing:6.59px;
		line-height:73px;
		text-align:left;
		margin-bottom: 5px;
	}
	.featured-product-section h5,
	.featured-book-right h5 {
		font-family:Oswald;
		font-size:17px;
		color:#c0232a;
		letter-spacing:4px;
		line-height:25px;
		text-align:left;
	}
	.featured-product-section h6,
	.featured-book-right h6 {
		font-family:Oswald!important;
		font-size:14px;
		color:#ababab;
		letter-spacing:4px;
		line-height:21px;
		text-align:left;
		margin-bottom: 8px;
	}
	
	.featured-book {
		line-height: 350px;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.featured-book .wrap {
	    padding: 85px 0px;
	}
	.home .featured-book .wrap {
		padding-top: 10px;
		padding-bottom: 20px;
		border: 10px solid #071a58;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.featured-book .featured-book-left,
	.featured-book .featured-book-right {
		padding-left: 15px;
		padding-right: 15px;
		width: 40%;
	}
	.featured-book .featured-book-left {
		float: left;
	}
	.featured-book .featured-book-right {
		width: 60%;
	}
	
	.text-centered {
		text-align: center;
	}
	
	.quiz-form-container-wrapper,
	.brochure-form-container-wrapper {
		display: none;
	}
	#quiz-form-container {
		width: 1024px;
		max-width: 100%;
		padding: 40px 20px 20px;
		position: relative;
	}
	#brochure-form-container {
		width: 950px;
		max-width: 100%;
		padding: 40px 20px 20px;
		position: relative;
		overflow: hidden;
	}
	#brochure-form-container img#brochure-image {
		width: 50%;
		padding: 10px 51px;
		float: left;
	}
	#brochure-form-container .brochure-form-container-right {
		width: 50%;
		float: right;
		padding: 0 15px;
	}
	#quiz-form-container h2,
	#quiz-form-container h6,
	#brochure-form-container h2,
	#brochure-form-container h6 {
		text-align: center;
	}
	#quiz-form-container h6,
	#brochure-form-container h6 {
		margin-bottom: 30px;
	}
	
	.white-divider-section .widget-title,
	.white-divider-section .table-style-stars td span,
	.white-divider-section .text-style-1,
	.white-divider-section .table-style-stars td:before,
	.white-divider-section .button-container-center .btn {
		color: #fff;
	}
	.white-divider-section .button-container-center .btn {
		border-color: #fff;
	}
	.white-divider-section .button-container-center .btn:hover {
		background-color: #fff;
		color: #284D91;
	}
	
	#pg-311-2 {
		margin: 0!important;
	}
	
	/**
	* 5.2 Section | Shortcodes
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	#linkedin-sec .panel-grid-cell {
		padding: 80px 0 40px;
	}
	
	ul#linkedin-con.linkedin-live-feed {
		box-shadow: none;
		background: none;
		padding: 0;
	}
	
	ul#linkedin-con.linkedin-live-feed h2 {
		background: none;
		padding: 0;
		margin: 0;
		display: none;
	}
	
	ul#linkedin-con.linkedin-live-feed #linkedin-item span a {
		top: 1px;
		color: #ffffff;
		font-size: 11px;
	}
	
	ul#linkedin-con.linkedin-live-feed #linkedin-item {
		background: none;
		border: none;
		width: 33.33%;
		padding: 0 15px;
		display: inline-block;
		vertical-align: top;
	}
	
	ul#linkedin-con.linkedin-live-feed #linkedin-item i {
		background: none;
		margin: 0;
		padding: 0;
		font-size: 10px;
		color: #071a58;
	}
	
	ul#linkedin-con.linkedin-live-feed #linkedin-item div img {
		display: none;
	}
	
	ul#linkedin-con.linkedin-live-feed #linkedin-item div h3 + p {
		display: block;
		font-family: 'Lato', sans-serif;
		color: #535353;
		letter-spacing: 0.89px;
		-webkit-font-smoothing: antialiased;
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
	}

	ul#linkedin-con.linkedin-live-feed #linkedin-item div h3 {
		display: block;
		margin-bottom: 5px;
		font-family: Oswald;
		font-size: 20px;
		color: #031347;
		letter-spacing: 5px;
		line-height: 27px;
		text-align: left;
		text-transform: uppercase;
		font-weight: normal;
		padding: 0;
	}
	
	ul#linkedin-con.linkedin-live-feed #linkedin-item div {
		padding: 10px 0;
	}
	
	.display-client-logo {
		position: relative;
		min-height: 150px;
		line-height: 150px;
	}
	.display-client-logo:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		background: #c0232a;
		width: 50%;
		z-index: 1;
	}
	.display-client-logo .wrap {
		padding: 0;
		position: relative;
		z-index: 2;
		background: #fff;
	}
	.display-client-logo p:empty {
		display: none;
	}
	.display-client-logo .heading {
		display: inline-block;
		height: 150px;
		vertical-align: top;
		background: #c0232a;
		padding-right: 37px;
	}
	.display-client-logo .heading h4 {
		margin-bottom: 0;
		height: 34px;
		display: inline-block;
		vertical-align: middle;
		font-family: Yellowtail;
		font-size: 27px;
		color: #ffffff;
		line-height: 36px;
		text-align: left;
		text-transform: none;
	}
	.display-client-logo .heading h4:after {
		content: '';
		border: 2px solid #ffffff;
		width: 19px;
		height: 0px;
		display: block;
	}
	.display-client-logo .client-logo-carousel {
		overflow: hidden;
		width: calc(100% - 210px);
		float: right;
		margin-bottom: 0;
		padding: 33px 0 32px;
	}
	.display-client-logo .display-client-logo-item {
		display: inline-block;
		vertical-align: middle;
		height: 85px;
		line-height: 85px;
		margin: 0 0 0 60px;
	}
	.display-client-logo .display-client-logo-item img {
		display: inline-block;
		vertical-align: middle;
	}
	
	.about-her {
		line-height: 668px;
	}	
	.about-her h3,
    .about-her-box h3{
		font-family: Oswald;
		font-size: 37px;
		color: #071a58;
		letter-spacing: 2.31px;
		line-height: 44px;
		text-align: left;
		text-transform: uppercase;
	}
	.about-her h3:after,
    .about-her-box h3:after{
		content: '';
		border: 2px solid #e24242;
		width: 52px;
		height: 0px;
		display: block;
		margin: 16px 0 44px;
	}
	.about-her-box{
		position: relative;
        padding: 50px 0px;
	}

    .about-her-right-box{
		position: absolute;
        bottom: 0;
		
	}

	.about-her .image-caption,
	.about-her-box .image-caption {
		font-family: Oswald;
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 2.39px;
		line-height: 15px;
		text-align: center;
		display: inline-block;
		background: #c0232a;
		padding: 18px 18px 17px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 278px;
		margin: auto;
		text-transform: uppercase;
	}
	.about-her .image-caption a,
	.about-her-box .image-caption a  {
		color: #ffffff;
	}
	.about-her .about-her-left {
		width: 55%;
		/*float: left;*/
		display: inline-block;
		vertical-align: middle;
		font-family: Lato;
		font-size: 14px;
		color: #535353;
		letter-spacing: 0.89px;
		line-height: 28px;
		text-align: left;
		font-weight: 300;
	}
	.about-her .about-her-right {
		width: 40%;
		float: right;
		position: relative;
		text-align: center;
		line-height: normal;
		padding-top: 60px;
	}
	
	.service-section {
		padding: 120px 0;
		background-size: cover!important;
	}
	.service-section .wrap {}
	.service-section .wrap h4 {
		font-family: Oswald;
		font-size: 37px;
		color: #ffffff;
		letter-spacing: 2.31px;
		line-height: 44px;
		text-align: center;
		text-transform: uppercase;
	}
	.service-section .wrap h4:after {
		content: '';
		border: 2px solid #ffffff;
		width: 52px;
		height: 0px;
		display: block;
		margin: 16px auto 44px;
	}
	.service-section .wrap .service-wrapper {}
	.service-section .wrap .service-wrapper .service-item {
		display: block;
		background: rgba(255,255,255,0.00);
		border: 2px solid #ffffff;
		width: 100%;
		margin-bottom: 12px;
		position: relative;
		padding-left: 300px;
		padding-right: 35px;
		line-height: 120px;
	}
	.service-section .wrap .service-wrapper .service-item:after {
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		height: 100%;
		background: #fff;
		text-align: center;
		color: #cb4e53;
		font-size: 17px;
	}		
	.service-section .wrap .service-wrapper .service-item .section-left {
	    display: block;
		width: 299px;
		background: rgba(255,255,255,0.00);
		border-right: 2px solid #ffffff;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		line-height: 120px;
		text-align: center;
	}
	.service-section .wrap .service-wrapper .service-item .section-left .fa {
		font-size: 50px;
		color: #ffffff;
		line-height: 50px;
		text-align: center;
		vertical-align: middle;
	}
	.service-section .wrap .service-wrapper .service-item .section-right {
		padding: 0 87px;
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
	}
	.service-section .wrap .service-wrapper .service-item .section-right .heading {
		font-family: Oswald;
		font-size: 20px;
		color: #ffffff;
		letter-spacing: 4px;
		line-height: 32px;
		text-align: left;
		text-transform: uppercase;
		display: block;
	}
	.service-section .wrap .service-wrapper .service-item .section-right .subheading {
		font-family: Yellowtail;
		font-size: 21px;
		color: #ffffff;
		line-height: 28px;
		text-align: left;
		display: block;
	}
	
	.business-growth-section {
		padding: 120px 0 80px 0;
		background-size: cover!important;
	}
	.business-growth-section h4 {
		font-family: Oswald;
		font-size: 37px;
		color: #ffffff;
		letter-spacing: 2.31px;
		line-height: 44px;
		text-align: center;
		text-transform: uppercase;
	}
	.business-growth-section h4:after {
		content: '';
		border: 2px solid #ffffff;
		width: 52px;
		height: 0px;
		display: block;
		margin: 25px auto 77px;
	}
	.business-growth-section .business-growth-wrapper br {
		display: none;
	}
	.business-growth-section .business-growth-wrapper {
		text-align: center;
	}
	.business-growth-steps {
		overflow: hidden;
		display: inline-block;
		position: relative;
		float: none;
		text-align: center;
		margin-bottom: 50px;
		width: 219px;
		margin-left: 179px;
	}
	.business-growth-steps.step-1,
	.business-growth-steps.step-4 {
		margin-left: 0;
	}
	.business-growth-steps .business-growth-steps-cicle {
		background: rgba(255,255,255,0.00);
		border: 2px solid #ffffff;
		width: 166px;
		height: 166px;
		border-radius: 100%;
		display: block;
		text-align: center;
		line-height: 166px;
		position: relative;
		margin: 0 auto 20px;
		
		background-image: linear-gradient(#fff, #fff);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 0% 100%;
		transition: background-size .5s, color .5s;
	}
	.business-growth-steps .business-growth-steps-cicle:hover {
		background-size: 100% 100%;
	}
	.business-growth-steps .business-growth-steps-cicle .fa {
		font-size: 50px;
		color: #ffffff;
		line-height: 50px;
		text-align: center;
		vertical-align: middle;
	}
	.business-growth-steps .business-growth-steps-cicle:hover .fa {
		color: #2E81B3;
	}
	
	.business-growth-steps .business-growth-steps-cicle .counter {
		background: #ffffff;
		width: 39px;
		height: 39px;
		border-radius: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		line-height: 39px;
		font-family: Oswald;
		font-size: 17px;
		color: #c0232a;
		letter-spacing: 1.41px;
		text-align: center;		
	}
	.business-growth-steps .business-growth-steps-content {}
	.business-growth-steps .business-growth-steps-content .heading {
		font-family: Yellowtail;
		font-size: 30px;
		color: #ffffff;
		letter-spacing: 0.62px;
		line-height: 41px;
		text-align: center;
		display: block;
	}
	.business-growth-steps .business-growth-steps-content .heading:after {
		content: '';
		border: 2px solid #ffffff;
		width: 24px;
		height: 0px;
		display: block;
		margin: 7px auto 9px;
	}
	.business-growth-steps .business-growth-steps-content .description {
		font-family: Lato;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 1.16px;
		line-height: 23px;
		text-align: center;
		display: block;
	}

	.book-steps.business-growth-section {
		padding: 0;
		border-bottom: 2px solid #e1e1e1;
	}
	.book-steps .business-growth-steps {
		width: 255px;
		margin-left: 165px;
	}
	.book-steps .business-growth-steps.step-1, .book-steps .business-growth-steps.step-4 {
		margin-left: 0;
	}
	.book-steps.business-growth-section h4 {
		color: #071a58;
	}
	.book-steps .business-growth-steps .business-growth-steps-cicle,
	.book-steps .business-growth-steps .business-growth-steps-content .heading:after {
		border-color: #EF3E42;
	}
	.book-steps .business-growth-steps .business-growth-steps-cicle .fa {
		color: #ffffff;
	}
	.book-steps .business-growth-steps .business-growth-steps-content .heading {		
		color: #EF3E41;
	}
	.book-steps .business-growth-steps .business-growth-steps-content .description {
		color: #071a58;
		min-height: 184px;
	}
	.book-steps .business-growth-steps .business-growth-steps-content .description strong {
		display: block;
	}
	.book-steps .business-growth-steps .business-growth-steps-cicle {
		background-image: linear-gradient(#ffffff, #ffffff);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 0% 100%;
		transition: background-size .5s, color .5s;
		background-color: #EF3E42;
	}
	.book-steps .business-growth-steps .business-growth-steps-cicle:hover .fa {
		color: #EF3E42;
	}
	.book-steps .business-growth-steps .business-growth-steps-cicle:hover {
		background-size: 100% 100%;
	}
	.book-steps .business-growth-steps .business-growth-steps-cicle .counter {
		line-height: 35px;
		border: 1px solid #c0232a;
	}
	
	.best-workplace.business-growth-section {
	    border: none;
		padding-top: 30px;
	}
	
	.centered-section {
		text-align: center;
		margin: 50px 0;
	}
	.centered-section ul {
		padding-left: 0;
		margin: 50px 0;
	}
	.centered-section ul li {
		display: inline-block;
		padding-left: 100px;
		position: relative;
	}
	.centered-section ul li:before {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f005";
		color: #c0232a;
		position: absolute;
		height: 14px;
		top: 0;
		left: 70px;
		bottom: 0;
		margin: auto;
	}
	
	.cta-bar {
		overflow: hidden;
		position: relative;		
	}
	.cta-bar .cta-bar-left,
	.cta-bar .cta-bar-right {
		width: 50%;
		display: block;
		float: left;
		background: #c0232a;
		height: 115px;
		line-height: 115px;
	}
	.cta-bar .cta-bar-right {
		float: right;
		background:#b01d23;
	}
	.cta-bar-wrap {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	.cta-bar-wrap .cta-bar-left-wrap,
	.cta-bar-wrap .cta-bar-right-wrap {
		max-width: 600px;
		width: 100%;
		display: block;
		float: right;
		position: relative;
		padding-left: 98px;
		padding-bottom: 5px;
	}
	.cta-bar-wrap .cta-bar-right-wrap {
		float: left;
		margin-left: 171px;
	}
	.cta-bar-wrap .cta-bar-left-wrap:before,
	.cta-bar-wrap .cta-bar-right-wrap:before {
		content: "\f10b";
		font-family: FontAwesome;
		font-size: 37px;
		color: #ffffff;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		line-height: 1.5;
		width: 60px;
		text-align: left;
	}
	.cta-bar-wrap .cta-bar-right-wrap:before {
		content: "\f0e0";
		font-size: 24px;
		line-height: 2.3;
	}
	.cta-bar-wrap .cta-bar-left-wrap:after,
	.cta-bar-wrap .cta-bar-right-wrap:after {
		content: '';
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 60px;
		background: #fff;
	}
	.cta-bar-left .cta-bar-call-text,
	.cta-bar-right .cta-bar-email-text {
		font-family: Oswald;
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 4.94px;
		line-height: 32px;
		text-align: left;
		display: block;
		text-transform: uppercase;
	}
	.cta-bar-left .cta-bar-call-number,
	.cta-bar-right .cta-bar-email-address {
		font-family: Oswald;
		font-size: 12px;
		color: #ffffff;
		letter-spacing: 3.7px;
		line-height: 19px;
		text-align: left;
		display: block;
	}
	.cta-bar-right .cta-bar-wrap {}
	.cta-bar-right .cta-bar-wrap .cta-bar-left-wrap {}
	.cta-bar-right .cta-bar-email-text {}
	.cta-bar-right .cta-bar-email-address {}
	
	.cta-quiz-bar {
		background-color: #c0232a;
		background-image: linear-gradient(-90deg, #c0232a 4%, #b01d23 98%);
		text-align: center;
		padding: 50px 0 26px;
		line-height: 1;
		position: relative;
	}
	.cta-quiz-bar .btn {
		background-color: #fff;
		position: absolute;
		top: -24px;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 175px;
	}
	.cta-quiz-bar .btn:hover {
		background-color: #c0232a;
		border-color: #fff;
		color: #fff;
	}
	.cta-quiz-bar h4 {
		font-family: Oswald;
		font-size: 16px;
		color: #ffffff;
		letter-spacing: 4.94px;
		line-height: 24px;
		text-transform: uppercase;
		margin-bottom: 5px;
	}
	.cta-quiz-bar h5 {
		font-family: Yellowtail;
		font-size: 22px;
		color: #ffffff;
		letter-spacing: 1.29px;
		line-height: 30px;
		margin-bottom: 5px;
		text-transform: none;
	}
	
	.custom-search-wrapper {
		font-size: 14px;
		line-height: 1;
		position: relative;
		display: inline-block;
		height: 24px;
		width: 16px;
	}
	.custom-search-wrapper .search-form input[type="search"] {
		opacity: 0;
		transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0.2s;
		width: 0;
		padding-left: 0;
		padding-right: 0;
		position: absolute;
		right: 32px;
		padding: 5px;
		font-size: 13px;
		top: -6px;
		line-height: 15px;
	}
	.custom-search-wrapper .search-form input[type="submit"] {
		display: inline-block;
		background-color: transparent;
		width: 20px;
		height: 24px;
		cursor: pointer;
		text-indent: -999em;
		position: relative;
		visibility: hidden;
		z-index: 1;
	}
	.custom-search-wrapper .search-form .fa-search {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		line-height: 23px;
		color: #fff;
		font-size: 18px;
		z-index: 2;
		cursor: pointer;
	}
	.custom-search-wrapper.hover .search-form input[type="search"] {
		opacity: 1;
		transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0.2s;
		width: 200px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.custom-phone-wrapper {
		font-size: 20px;
		line-height: 1;
		position: relative;
		display: inline-block;
		height: 24px;
		width: 9px;
	}
	.custom-phone-wrapper #phone-trigger,
	.custom-phone-wrapper .fa {
		font-size: 20px;
	}
	.custom-phone-wrapper .phone-field {
		top: -9px;
		right: 27px;
		background: #c0232a;
		padding: 9px 0;
		border-radius: 30px;
		font-family: Oswald;
		font-size: 12px;
		color: #fff;
		letter-spacing: 3.7px;
		line-height: 24px;
		text-align: center;

		opacity: 0;
		transition: all 0.2s cubic-bezier(0, 0, 0, 1) 0.2s;
		width: 0;
		position: absolute;
	}
	.custom-phone-wrapper:hover .phone-field ,
	.custom-phone-wrapper.hover .phone-field {
		opacity: 1;
		transition: all 0.s cubic-bezier(0, 0, 0, 1) 0.2s;
		width: 200px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.display-case-study {}
	.display-case-study ul.client-data {
		margin: 0 0 20px;
		padding: 0;
		border: 1px solid #e1e1e1;
		border-bottom: none;
	}
	.display-case-study ul.client-data li {
		list-style-type: none;
		border-bottom: 1px solid #e1e1e1;
		padding: 7px 25px;
	}
	.display-case-study .case-content-left {
		float: left;
		background: #ffffff;
		border: 1px solid #e1e1e1;
		margin-right: 30px;
		line-height: 169px;
	}
	.display-case-study .case-content-right {
		overflow: hidden;
	}
	
	.our-values-section {
		padding: 146px 0;
		position: relative;
		background-size: cover!important;
	}
	.our-values-section h4 {
		font-family:Oswald;
		font-size:30px;
		color:#ffffff;
		letter-spacing:1.87px;
		line-height:44px;
		text-align:center;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	.our-values-section h6 {
		margin-bottom: 47px;
		text-align: center;
		color: #fff;
	}
	.our-values-wrapper {
		border-top: 1px solid #ffffff;
	}
	.our-values-section .the-value {
		border: 1px solid #ffffff;
		display: block;
		overflow: hidden;
		color: #fff;
		font-family: Lato;
		font-size: 14px;
		letter-spacing: 0.89px;
		line-height: 28px;
		text-align: left;
		position: relative;
		font-weight: 300;
		border-top: none;
	}
	.our-values-section .the-value-left {
		width: 178px;
		display: block;
		padding: 0;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		border-right: 1px solid #fff;
	}
	.our-values-section .the-value-left .fa {
		vertical-align: middle;
		line-height: normal;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 25px;
		width: 25px;
		margin: auto;
		font-size: 20px;
		font-style: normal;
	}
	.our-values-section .the-value-content {
		display: block;
		padding: 16px 0 16px 300px;
		overflow: hidden;
	}
		
	.before-footer.fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 25;
	}
	.fixed .cta-quiz-bar {
		padding: 34px 0 5px;
	}
	.fixed .cta-quiz-bar h4 {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.fixed .cta-quiz-bar h5 {
		font-size: 12px;
		line-height: 18px;
	}
	
	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-footer {
		background-color: #031347;
		overflow: hidden;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
		padding: 0px 0px;
	}
	
	.footer-top {
		background-color: #031347;
		padding: 80px 0 70px;
	}
	
	.footer-top a:hover,
	#menu-footer-menu li a:hover {
		color: #BB2128;
	}
	
	.footer-top * {
		color: #fff;
	}
	.footer-phonenum {
		display: block;
		margin-top: 40px;
		font-family: Oswald;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 4.32px;
		line-height: 19px;
		text-align: left;
		padding-left: 40px;
		position: relative;
	}
	.footer-phonenum .fa {
		font-size: 23px;
		color: #ffffff;
		line-height: 23px;
		text-align: center;
		position: absolute;
		left: 0;
		top: -1px;
	}
	.footer-bottom {
		background-color: #031347;
		padding: 12px 0;
		font-family: Lato;
		font-size: 9px;
		color: #ffffff;
		letter-spacing: 1px;
		line-height: 11px;
		font-weight: 400;
	}
	
	.footer-bottom * {
		color: #fff;
	}
	
	.footer-bottom a {
		color: #fff;
	}
	.footer-bottom a:hover {
		color: #BB2128;
	}
	
	.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;
	}


/**
* 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: 85px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 85px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		width: 780px;
		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: 80px;
	}
	
	.internal-header {
		background: #000821;
		background-position: center center;
		background-size: cover;
		padding: 80px 0 35px;
		min-height: 433px;
		line-height: 218px;
	}
	
	.single-product .internal-header {
		background-image: url('../../../wp-content/uploads/2014/10/blog2-1.jpg');
	}

    .hr-bootcamp-product.single-product .internal-header {
        background-image: url(../../../wp-content/uploads/2016/02/Claire-Harrison_CEO-_004-1.jpg);
    }

     .bootcamp-box2{
        background-image: url(http://www.hhr.com.au/wp-content/uploads/2016/02/values-feat.jpg);
        background-position: center center;
        background-size: cover;
        padding: 85px 0px;
    }

    .bootcamp-box2 *{
    	color: #fff !Important;
    }

    .hr-bootcamp-product .woocommerce-tabs.wc-tabs-wrapper {
        border-top: 0px;
        padding-top: 0px;
        font-weight: 300;
    }

    .hr-bootcamp-product .site-inner .content-sidebar-wrap {
        padding-bottom: 0px;
    }

    .content-fullwidth-below{
        clear: both;
    }
	
	.internal-header #video-bg {
		width: 100%;
		height: 433px;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
	}
	
	.internal-header #video-bg:before {
		content: '';
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		opacity: 0.3;
	}

	.internal-header .wrapper {
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
		margin: 0;
		position: relative;
		z-index: 1;
	}
	
	.internal-header h1 {
		text-transform: uppercase;
		margin: 0;
		font-family: Oswald;
		font-size: 37px;
		color: #ffffff;
		letter-spacing: 11.47px;
		line-height: 57px;
		text-align: center;
	}
	
	.internal-header h1 span {
		display: inline-block;
        text-shadow: rgb(165,165,165) 0px 1px 5px;
	}
	
	.breadcrumb {
		background: none;
		margin: 0;
		font-family: Oswald;
		font-size: 14px;
		color: #ffffff;
		letter-spacing: 3px;
		line-height: 31px;
		text-align: center;
		font-weight: 300;
		padding: 0;	
	}

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

    .breadcrumb a:hover{
        color: #BB2128;
        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 {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}


	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	div.media-box-content {
		min-height: 218px;
	}

	.post-date {
		background-color: transparent;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #c0232a;
		border: 2px solid #c0232a;
		font-weight: bold;
	}
	
	.title-container {
		position: relative;
		margin-bottom: 25px;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 105px;
		line-height: 1.15;
	}

    .blog-container .title-container .post-title a{
		color: #444;
	}

    .blog-container .title-container .post-title a:hover{
		color: #c0232a
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.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;
		overflow: hidden;
	}
	
	.blog-post .content {
		margin-bottom: 10px;
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
		margin-bottom: 20px;
	}

	.blog-container .read-more:visited {
	}

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

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

	/*
	*	Sidebar
	*/
	
	.sidebar > .widget {
		margin-bottom: 35px;
	}
	
	.sidebar .widget-title {
		margin: 0 0 20px;
	}
	
	.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: #B6B6B6; }
	.search-form :-ms-input-placeholder { color: #B6B6B6; }
	.search-form ::-moz-placeholder { color: #B6B6B6; }
	.search-form :-moz-placeholder { color: #B6B6B6; }
	
	.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: #fff;
	}
	
	.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 .post-title {
		color: #fff;
	}

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

	.sidebar-post-text .sidebar-posts .post-item {
		position: relative;
		border-top: #ddd 1px solid;
		padding: 30px 0px;
		display: inline-block;
		max-width: 300px;
	}

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

  .sidebar-post-text .date {
		color: #707585;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 20px;
		display: table-cell;
		width: 70px;
		float: left;
		text-align: center;
		line-height: 22px;
		margin: auto 0px;
	}

	.sidebar-post-text .date span{
		clear: both;
		display: inline-block;
		text-align: center;
	}
	
	.sidebar-post-text .title {
		text-transform: uppercase;
		font-weight: 700;
		border-left: #707585 1px solid;
		float: left;
        width: 220px;
		padding-left: 15px;
	}

  .sidebar-post-text .content {
		font-size: 13px;
		margin: 10px 0px 10px 0px;
	}

  .sidebar-post-text .sidebar-readmore {
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
	}

  .sidebar-post-text .sidebar-posts .post-item a {
		display: inline-block;
		color: #1b274f;
	}
	
	.sidebar-post-text .sidebar-posts .post-item a:hover{
		background: none;
		color: #00b8d4;
	}
	/*Sidebar Post Text End*/
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.post-meta-data {
		position: relative;
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	.genesis-share-icons-container,
	.ff-social-share {
		margin-bottom: 10px;
		float: none;
	}
	
	.single-post .genesis-share-icons-container,
	.single-post .ff-social-share,
	.post-author {
		margin-bottom: 10px;
		display: block;
		float: none;
	}
	
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

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

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
	}

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

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

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

	/**
	* 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: 5px 0px 0px 56px;
		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: 36px;
		line-height: 1;
	}

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

	.contact-page .entry-content .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #000;
		padding: 0 0 20px 56px;
		width: 280px;
		max-width: 100%;
	}

	.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;
	}


/**
* 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 | Gravity Form
	*
	* This is the Effects, Animations,Forms Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

	::-webkit-input-placeholder { color:#FFF; }
	:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
	::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
	:-ms-input-placeholder { color:#FFF; } /* ie */
	input:-moz-placeholder { color:#FFF; }
	
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_page_footer input.button,
	div.gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: 100%;
		background-color: #c0232a;
		white-space: normal;
		border: 2px solid #c0232a;
		border-radius: 54px;
		font-family: Oswald;
		font-size: 12px;
		color: #fff;
		letter-spacing: 3.7px;
		line-height: 24px;
		text-align: center;
		padding: 11px 27px;
		text-transform: uppercase;
	}
	div.gform_wrapper .gform_page_footer input.button {
		display: inline-block;
		width: 30%;
	}
	
	div.gform_wrapper {
		max-width: 100%;
		margin-top: 0;
	}
	
	div.gform_wrapper .gform_page_footer {
		text-align: center;
	}
	
	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_page_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background: #EC4047;
		border-color: #EC4047;
	}
	
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
	div.gform_wrapper li.gfield_html {
		max-width: 100%;
	    margin-left: 0;
	}
	
	div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .top_label textarea.textarea,
	div.gform_wrapper .hidden_label input.large,
	div.gform_wrapper .hidden_label select.large,
	div.gform_wrapper .hidden_label textarea.textarea,
	div.gform_wrapper .captcha-container input	{
		width: 100%;
		background-color: transparent;
		padding: 17px 20px;
		width: 100% !important;
		border: 1px solid #071a58;
		border-left: 3px solid #071a58;
		border-radius: 0px;
		margin-bottom: 5px;
		font-family: "Lato";
		font-size: 14px;
		color: #071a58;
		letter-spacing: 1.7px;
		line-height: 24px;
		font-weight: 400;
	}
	
	div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
		width: 97.5%;
	}
	div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, div.gform_wrapper .ginput_complex .ginput_full input[type=email], div.gform_wrapper .ginput_complex .ginput_full input[type=number], div.gform_wrapper .ginput_complex .ginput_full input[type=password], div.gform_wrapper .ginput_complex .ginput_full input[type=tel], div.gform_wrapper .ginput_complex .ginput_full input[type=text], div.gform_wrapper .ginput_complex .ginput_full input[type=url], div.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email], div.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password], div.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel], div.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text], div.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url], div.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email], div.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password], div.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel], div.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text], div.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url], div.gform_wrapper .ginput_complex input[type=email], div.gform_wrapper .ginput_complex input[type=number], div.gform_wrapper .ginput_complex input[type=password], div.gform_wrapper .ginput_complex input[type=tel], div.gform_wrapper .ginput_complex input[type=text], div.gform_wrapper .ginput_complex input[type=url] {
		border: 1px solid #071a58;
		border-left: 3px solid #071a58;
		border-radius: 0px;
		margin-bottom: 5px;
		font-family: "Lato";
		font-size: 14px;
		color: #071a58;
		letter-spacing: 1.7px;
		line-height: 24px;
		font-weight: 400;
		padding: 17px 20px;
	}

	div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
	div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
	div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
	div.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
		margin-left: 0;
	}
	
	/* GF Validation Overide */
	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;
	}

	/**
	* 7.1 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {}
	
	.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 {
		border-left: 5px solid #c5c5c5;
		padding: 10px 50px 10px 70px;
		margin: 45px 0;
	}
	
	hr {
		border-top: 1px solid #e2e2e2;
		margin: 50px 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;
		border: 2px solid #071A58;
		border-radius: 4px;
	}

	.panel-heading .accordion-toggle {
		color: #333;
		padding: 18px 40px;
		background-color: #fff;
		font-size: 14px;
		letter-spacing: 2.57px;
		text-decoration: none;
		border: none!important;
	}

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

	.panel-heading .accordion-toggle:hover{
		color: #000;
		background-color: #eee;
		text-decoration: none;
	}

	.panel-heading .accordion-toggle.active {
		background-color: #eee;
		color: #000;
		text-decoration: none;
	}

	.panel-heading .accordion-toggle:before,
	.panel-heading .accordion-toggle.active:before,
	.panel-heading .accordion-toggle.active.collapsed:before{
		font-family: 'FontAwesome';
        font-size: 14px;
        float: right;
        margin-top: 0px;
	}

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

    .panel-heading .accordion-toggle.active:before{
        content: '\f148'; /*closed*/
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: '\f107';
    }

	.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: none!important;
		padding: 20px 5px 20px 5px!important;
		font-family: Lato;
		font-size: 12px;
		color: #535353;
		letter-spacing: 0.77px;
		line-height: 25px;
		text-align: left;
	}
	
	.panel-default>.panel-heading+.panel-collapse .panel-body h3,
	.panel-default>.panel-heading+.panel-collapse .panel-body h5 {
		font-family:Oswald;
		font-size:17px;
		color:#071a58;
		letter-spacing:1.06px;
		line-height:20px;
		text-align:left;
		text-transform: uppercase;
	}

    .panel-default>.panel-heading+.panel-collapse .panel-body h5{
        font-size: 15px;
    }
	
	.collapse.in {
		border-bottom: 2px solid #e1e1e1;
		margin-bottom: 27px;
	}
	
	/*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;
}

.boxed-content.type-2 {
    border: none;
    box-shadow: none;
    border-left: 1px solid #c0232a;
    padding: 0 0 0 35px;
    margin: 0 0 35px;
}

/* [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 {
	font-size: 17px;
	font-weight: 100;
	color: #a9a9a9;
	padding: 5px 20px 25px 80px;
	line-height: 28px;
	position: relative;
}

.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 {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #616161;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	width: 100%;
	float: left;
	clear: both;
}

.testimonial-quote{
	color: #777;
	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;
}

.service-cta-box {
	padding: 85px 0;
    text-align: center;
	background-size: cover;
}
.service-cta-box h4 {
    font-family: Oswald;
    font-size: 37px;
    color: #ffffff;
    letter-spacing: 2.31px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}
.service-cta-box h4:after {
    content: '';
    border: 2px solid #ffffff;
    width: 52px;
    height: 0px;
    display: block;
    margin: 16px auto 44px;
}
.service-cta-box .btn {
	color: #fff!important;
    border-color: #fff;
}
.service-cta-box .btn:hover {
	background-color: #fff;
    color: #031347!important;	
}

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

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

.internal-testimonials .testimonial-item {
	font-size: 14px;
	color: color: #707585;
	padding: 0px 100px 0px 100px;
	position: relative;
	line-height: 28px;
}

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

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

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

.internal-testimonials .slick-prev{
	display: none !important;
}

.internal-testimonials .testimonials-title h4{
	font-size: 14px;
	margin-top: 20px;
	font-weight: 700;
	color: #707585;
	text-align: center;
	text-transform: none;
}

.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] */
.demo-bg {
	background-color: #031347;
	padding: 85px;
}
.demo-bg .social-icons {
	text-align: left;
}

.social-icons {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-bottom: 27px;
}

.social-icons a {
	display: inline-flex;
    margin: 0 0 20px 25px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    letter-spacing: 27.1px;
    line-height: 14px;
    text-align: left;
}
.social-icons a:first-child {
	margin-left: 0;
}
.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: #dd4b38;
}

.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;
}

/*[display_custom_menu]*/
#menu-footer-menu {
	text-align: right;
}
#menu-footer-menu li {
	display: inline-block;
    margin-left: 45px;
}
#menu-footer-menu li:first-child {
	margin-left: 0;
}
#menu-footer-menu li a {
	font-family: Oswald;
    font-size: 9px;
    color: #ffffff;
    letter-spacing: 2.78px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

/* Column Carousel */
.column-post-carousel {
	margin: 75px 0 85px;
}

.column-post-carousel .slick-slide .inner-wrapper {
	background: #f8f9fa;
}

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

.column-post-carousel .post-item .date,
.sidebar .date {
	font-size: 20px;
	color: #acb3c0;
	letter-spacing:2.26px;
	line-height: 1.3;
	text-align: center;
	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,
.sidebar .title {
	display: block;
    overflow: hidden;
    margin-bottom: 16px;
	border-bottom: 2px solid #c0232a;
}

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

.column-post-carousel .post-item {
	width: 363px;
    margin: 0 20px;
}
.column-post-carousel .post-item .title h4,
.sidebar .title h4 {
    margin-bottom: 12px;
    font-family: Oswald;
    font-size: 20px;
    color: #031347;
    letter-spacing: 5px;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}
.column-post-carousel .post-item .title h4 {
	min-height: 84px;
}
.column-post-carousel .post-item .title span.category,
.sidebar .title span.category {
	display: block;
    font-weight: normal;
    font-family: Lato;
    font-size: 12px;
    color: #071a58;
    letter-spacing: 0.8px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.column-post-carousel .post-item .post-excerpt,
.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 {
    padding: 0 27px 27px;
    font-family: Lato;
    font-size: 12px;
    color: #031347;
    letter-spacing: 0.85px;
    line-height: 22px;
    text-align: left;
    font-weight: 300;
}

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

.column-post-carousel .slick-dots {
	bottom: -85px;
    padding-left: 0;
    margin: 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(226,66,66, 0.4);
	border-radius: 50%;
	padding: 0;
}

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

.column-post-carousel .post-item .more-link {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 12px;
    color: #c0232a;
    letter-spacing: 4px;
    line-height: 14px;
    text-align: left;
}

.column-post-carousel .post-item .more-link:hover,
.column-post-carousel .post-item .more-link:hover .fa {
	color: #c0232a;
	text-decoration: underline;
}

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


/*
* Custom Gravity Form
*/
.custom-form .ginput_container input, 
.custom-form .ginput_container textarea, 
.custom-form .ginput_container select,
.custom-form .captcha-container input {}

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

.custom-form .gform_footer .gform_button.button {}

.custom-form .gform_footer .gform_button.button:hover{}

/*Gravity Forms Error*/
.custom-form li.gfield_error input[type=text] {
    border-color: #c0232a !important;
	border-left-width: 3px;
}

.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*/
div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: left!important;
}

.gform_wrapper .gfield_captcha_input_container {
    float: right;
}

/* Book Page Below Product Image */

.content-below-image{
	margin-top: 20px;
}

.content-below-image .fancybox-youtube{
	position: relative;
	display: inline-block;
}

.content-below-image .fancybox-youtube:after{
    content: '\f01d';
    font-family: FontAwesome;
    font-size: 60px;
    color: #c0232a;
    letter-spacing: 0px;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    left: 50%;
    margin-left: -27.5px;
    width: 55px;
    line-height: 56px;
    height: 55px;
    text-align: center;	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.content-below-image .fancybox-youtube:hover:after{
	color: #fff;
}

.go-hide{
    display: none !important;
}