.header-menu.header-sticky.nav-small {
	box-shadow:rgba(0,0,0,0.1) 0 2px 5px !important;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 5px !important;
}
.row.two-col-blocks {
	max-width: 900px;
	margin-left:auto;
	margin-right: auto;
}
.form-center .gform_wrapper .gform_footer {
	text-align: center;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #909194 !important;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #909194 !important;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #909194 !important;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #909194 !important;
  font-weight: 400;
}
::placeholder {
	color: #909194 !important;
	font-weight: 400;
}
body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper textarea {
	color: #474747 !important;
	font-weight: 400;
}
body .gform_wrapper li.gfield.gfield_contains_required input, body .gform_wrapper li.gfield.gfield_contains_required textarea, #_form_82_ ._field-wrapper input {
	background-image: url('/wp-content/uploads/2016/08/asterisk-required-field.png') !important;
	background-repeat: no-repeat !important;
	background-position: right 20px !important;
	background-size: 25px !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding:0 !important;
	border:none !important;
	background-color: transparent !important;
	margin-bottom: 
}
.gform_wrapper span.gform_drop_instructions {
	display: inline-block !important;
	width: 70%;
	float: left;
}
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	display: inline-block;
	width: 30%;
	float: left;
}
.gform_wrapper span.gform_drop_instructions .as-input, .gform_wrapper span.gform_drop_instructions .as-or {
	display: inline-block;
	float: left;
}
.gform_wrapper .ginput_preview {
	display: block;
	clear: both;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
}
.ginput_container_fileupload .validation_message {
	display: table;
	width: 100%;
}
.gform_wrapper span.gform_drop_instructions .as-or {
	width: 10%;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #165b99;
	font-weight: 500;
}
.gform_wrapper span.gform_drop_instructions .as-input {
	width: 90%;
	border-radius: 30px !important;
	text-align: left;
    border: 2px solid #919194 !important;
    background-color: #f3f3f3 !important;
    padding: 10px 25px !important;
    color: #909194 !important;
	font-weight: 400;
	font-size: 16px;
}
body .gform_wrapper input.button.gform_button_select_files {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 30px !important;
	padding: 10px 25px !important;
	 border: 2px solid #919194 !important;
	 background-color: #f3f3f3 !important;
	 letter-spacing: 0.5px;
	 font-size: 18px;
	 text-transform: uppercase;
	 font-weight: 400;
	 color: #165b99;
	text-align: center;
	transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
body .gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	padding: 10px 25px !important;
}
body .gform_wrapper input.button.gform_button_select_files:hover, body .gform_wrapper input.button.gform_button_select_files:focus {
	background-color: #183d68 !important;
	border-color: #183d68 !important;
	color: #fff !important;
}
body .gform_wrapper ul li.gfield.upload-holder {
	margin-top:0 !important;
	margin-bottom: 15px !important;
}
body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
	margin-bottom: 15px !important;
}
.two-col-blocks .col-md-6 {
	padding: 40px 25px 60px 25px;
    height: auto;
    margin-bottom: 25px;
    width: 48%;
    display: inline-block;
    float: left;
    border-radius: 5px;
    border: 1px solid #e2e4e6;
    box-shadow: rgba(0,0,0,0.05) 0 5px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.05) 0 5px 5px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.two-col-blocks .col-md-6:first-child {
	margin-right: 2%;
}
.two-col-blocks .col-md-6:last-child {
	margin-left: 2%;
}
.two-col-blocks .med-paragraph p {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 0;
	margin-top:0.5em;
}
.two-col-blocks .med-paragraph p a {
	text-decoration: none !important;
}
.tab-style-custom .nav-tabs.nav-justified {
	background-color: #e2e4e6;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tab-style-custom .nav-tabs.nav-justified li {
	display: inline-block;
	width: auto;
	padding:0 10px;
	border:none !important
}
.tab-style-custom .nav-tabs.nav-justified li a {
	font-size: 15px;
	font-weight: 500;
	color: #353639;
	padding:8px 40px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	border:none !important;
	text-decoration: none;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.tab-style-custom .nav-tabs.nav-justified li a:hover, .tab-style-custom .nav-tabs.nav-justified li a:focus  {
	border:none !important;
	background-color: #d6dade !important;
}
.tab-style-custom .nav-tabs > li.active > a {
	background-color: #d6dade !important;
	border-width: 0 !important;
	color: #165b99 !important;
}
.tab-style-custom .tab-content {
	border: none !important;
	background:transparent !important;
	max-width: 1170px;
	display: block;
	margin:0 auto;
	padding:60px 25px 40px 25px;
}
.tab-style-custom .tab-content > br {
	display: none !important;
}
.tab-style-custom .tab-content h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 52px;
}
.tab-style-custom .tab-content ul {
	list-style: none;
	list-style-position: inside;
	margin:0;
	margin-top: 40px;
}
.tab-style-custom .tab-content ul li {
	list-style-image: none;
	display: inline-block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 25px 15px 0;
}
.tab-style-custom .tab-content ul li .num {
	display: table-cell;
	vertical-align: top;
}
.tab-style-custom .tab-content ul li .num .inner {
	display: block;
	color: #165b99;
	border: 1px solid #e2e4e6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	box-shadow: rgba(0,0,0,0.1) 0 2px 4px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 4px;
}
.tab-style-custom .tab-content ul li a {
	font-size: 26px;
	line-height: 33px;
	font-weight: 300;
	color: #353639;
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	text-decoration: none;
}
.tab-style-custom .tab-content ul li a:hover {
	color: #165b99;
}
.push-from-body {
	height:0;
	overflow: hidden;
}
.mfp-content .push-from-body {
	height:auto;
}
.popsection h2 {
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.popsection {
	font-size: 18px;
	line-height: 26px;
}
.popsection p {
	margin:1em 0;
}
.popsection h3 {
	margin-top:1em;	
}
/* Magnific Pupup Styles */
.mfp-content {
	max-width: 1080px;
	background-color: #fff;
	overflow: scroll;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mfp-heights .mfp-content {
	height: auto;
	max-height: 80%;
}
.mfp-content .popsection {
	padding:70px 100px;
}
.mfp-close {
	font-family: Raleway;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
}
.mfp-wrap.newsletter-pop {
	z-index: 99999;
}
/* Facebook Pop Form Styling */
#tw_fanpageslider_box.tw_cs_end_srs {
	right:-20px !important;
	bottom:20% !important;
}
body.single iframe:not(.instagram-media) {
	max-height: 400px;
}
/* Feature Box Shortcode */
.feature-box {
	background-color: #fcfdff;
    border: 1px solid #cee0f7;
}
.feature-box-content {
	border: 4px solid #f0f5fd;
    color: #516385;
    padding:20px;
}
.feature-box-content ul li {
	color: #516385;
}
#first-featured-post .blog-post-thumb-standard > a {
	display: block;
	height: 100%;
}
.heading-block {
	background: rgba(0,0,0,0.2);
	padding: 40px 25px;
	margin-bottom: 50px !important;
}

@media only screen and (max-width: 1200px) {
	.tab-style-custom .tab-content ul li a {
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.two-col-blocks .col-md-6  {
	    width: 100%;
	    display: block;
	    float: none;
	    height: auto;
	    padding:40px 25px;
	}
	.two-col-blocks .col-md-6:first-child {
		margin-right: 0;
	}
	.row.two-col-blocks.floating-section {
		margin-top: -190px;
	}
	.two-col-blocks .col-md-6:last-child {
		margin-left: 0;
	}
	.tab-style-custom .tab-content ul li {
		width: 100%;
		padding-right: 0;
	}
	a#toggle-arrow{
		display: block;
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.mfp-content .popsection {
		padding: 50px 25px;
	}
	.mfp-container {
		padding:15px;
	}
	.mfp-content, .mfp-heights .mfp-content {
		height: 100%;
		max-height: 100%;
	}
	.mfp-close {
		position: fixed;
		top: 10px;
		right: 13px;
		width: 30px;
		height: 30px;
		line-height: 1px;
	}
}
@media only screen and (max-width: 599px) {
	.threeCol-img-row .col-md-4 {
		display: none;
	}
	.threeCol-img-row .col-md-4:first-child {
		display: block;
	}
}