/*
	Theme Name: LIC Automation Theme
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.0.0

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url('fonts/MyFontsWebfontsKit.css');
@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after, .clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #666666;
	font-family: BoosterNextFY-Regular;  /* , Helvetica; */ 
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.725;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:		all 0.1s ease-in-out;
	-o-transition:		all 0.1s ease-in-out;
	transition:			all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a,
span.collapseomatic,
div.collapseomatic {
	color: #009cde;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
	margin-bottom: -0.6rem;
}

a:hover,
span.collapseomatic:hover,
div.collapseomatic:hover {
	color: #333;
}
.collapseomatic {
background-position: left top 6px;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 2rem;
    padding: 0;
}


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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #696969;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
    color: #001e62;
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom:0px;	
}

h2 {
	font-size: 32px;
	color:#009CDE;
	margin-bottom:6px;
	font-weight: normal;
    letter-spacing: -.5px;
}

.page-template-page_front-php h2 {
	margin-top: 10px;
}

h3 {
    font-size: 24px;
    letter-spacing: -.5px;
    margin-bottom: 0;
	font-weight: normal;
}
.page-template-page_front-php h3{
    font-size: 39px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: -7px;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 2px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #B3B3B3;  /* ddd */
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #c4c4c4;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c4c4c4;
}
:-ms-input-placeholder {  
   color: c4c4c4;  
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #009cde;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 950px;
	position: relative;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	z-index: 1;
	position: relative;
}
.page-template-page_front-php .site-inner{
	padding-top:23px;
}
.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	margin-top: 6rem;
	padding: 40px 0;
	padding: 4rem 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #009cde;
}

/* Green Saber CTA  */

.vc_general.vc_cta3.vc_cta3-style-classic.vc_cta3-color-green {
    background-color: #96C93E;
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fff !important;
}

.vc_cta3-color-green .vc_general.vc_btn3.vc_btn3-color- {
    background-color: #444444 !important;
}
.vc_cta3-color-green .vc_general.vc_btn3.vc_btn3-color-:hover {
    background-color: #6b6b6b !important;
}



/* Redirect rules popup */
.remodal-cancel, .remodal-confirm {
	text-transform: capitalize;
}

#bis_red_remem{
	width:30px;
}

.select2-container--default .select2-selection--single{
	border:0px !important;
}

#bis_country_form{
	font-size:12px !important;
	margin-top:-20px;
	margin-bottom:10px;
}

#bis_country_form .flag-icon{
	display:none;
}


#bis_country_form .select2 {
	max-width:300px;
	}



/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
   
    float: right;
    margin-bottom: 50px;
    min-height: 700px;
    /* padding-left: 25px;  */
    max-width: 680px;
    width: 680px;
}
.page-template-default.content-sidebar .content,
.page-template-page_skinny-php.content-sidebar .content,
.page-template-page_no_blue_header-php.content-sidebar .content,
.page-template-page_blue_with_image-php.content-sidebar .content{
	 border-left: 1px solid #E2E2E2;
	 padding-left: 25px;

}
.page-template-page_front-php .content{
	padding-left:0px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
	max-width: none;
}

.skinny_blue_featured{
	width: 100%;
	background-color: #009CDE;
	padding: 5px 5px 15px;
}

.skinny_blue_featured .heading_area{
	color: #001e62;
	font-size: 50px;
	letter-spacing: -2px;
	margin-bottom: 0;
	line-height: 50px;
}

.skinny_blue_featured .content_area{
	color: #fff;
	font-size: 35px;
	margin-bottom: 0px;
	line-height: 50px;
}

.blue_with_image{
	float: left;
	max-width: 517px;
	/* background-color: #009CDE; */
	padding: 0 5px 19px;
}

.blue_with_image .heading_area{
	color: #001e62;
	font-size: 50px;
	letter-spacing: -2px;
	margin-bottom: 0px;
	line-height: 50px;
}

.blue_with_image .content_area{
	color: #fff;
	font-size: 35px;
	margin-bottom: 0px;
	line-height: 50px;
}

.front_with_image{
	float: left;
	width: 45%;
	padding: 5px 5px 22px;
	position: relative;
	z-index: 2;
	margin-top: 45px;
}
.blue_with_image{
	position: relative;
	z-index: 2;
}

.front_with_image h1{
	color: #001E62;
	font-size: 40px;
	letter-spacing: -2px;
	margin-bottom: 0px;
	line-height: 50px;
	font-family: BoosterNextFY-Light;
}

.page-template-page_front_new-php .front_with_image h1 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 45px;
}

.front_with_image .sub_heading{
	font-size: 35px;
	color: #FFF;
	margin-bottom: 0px;
	line-height: 38px;
	margin-top: 18px;
}

.front_with_image .content_area{
	color: #000000;
	font-size: 16px;
	line-height: 21px;
}

.front_with_image .button{
	float: left;
	background-color: #009CDE;
	border-radius: 7px 7px 7px 0;
	border-width: 0px;
	color: #FFFFFF;
	padding: 5px 35px 7px 15px;
	text-align: center;
	text-transform: none;
	font-size: 17px;
	text-shadow: none;
	height: 40px;
	margin-top: 18px;
	line-height: 30px;
}

.front_with_image .button:hover {
	background-color: #0274A5;
	color: #FFF;
}

.front_with_image .request_btn{
	float: left;
	color: #001E62;
	padding: 5px 35px 7px 15px;
	text-align: center;
	/* removed - background-image: url(images/more-bg.png);
	background-repeat: no-repeat;
	background-position: right 17px top 14px; */ 
	text-transform: none;
	font-size: 16px;	
	text-shadow: none;	
	margin-top: 18px;
	width: 175px;
	line-height: 30px;	
	margin-left: 20px;
	display: inline-block;
	height: 40px;
}

.front_with_image .request_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px 7px 7px 0;
  border-width: 0px;
  /* background-image: url(images/more-bg.png);
  background-repeat: no-repeat;
  background-position: right 17px top 14px; */

}
/* this gives the triangle on the buttons */
.front_with_image .request_btn:after, 
.front_with_image .button:after, 
.entry-content .wpb_button:after, 
.entry-content .vc_btn:after, 
.site_but:after, .vc_btn3:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  position: absolute;
  margin-left: 10px;
}

.front_with_image .request_btn:after, 
.front_with_image .button:after {
	margin-top: 7px;
}


.entry-content .wpb_button:after, 
.entry-content .vc_btn:after,
.entry-content .vc_btn3:after {
	 margin-top: 2px;
}




.front_top_area{
	width: 100%;
	background-color: #f1f1f1;
	padding: 0px 0px 0;
	margin-top: -30px;
}

.front_top_area .wrap{
	padding: 20px 0 0;
	min-height: 315px;
}

.right_text_top{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}


.front_top_area .right_text_top{
	/*
 	clear: left;
	margin-top: -305px;  
	*/
}

.top_text_wrap .right_text_top{
	/*
	clear: left;
	margin-top: -170px;
	*/
	max-height: 177px;
}

.right_text_top img {
	width: auto;
}

.page-template-page_front_new-php .right_text_top img,
.page-template-page_front-php .right_text_top img {
	max-height: 450px;
	width: auto;
	margin-bottom: -70px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
    background: url("images/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 28px;
    margin: 5px -25px -28px;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 29px;
	
	}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #009cde;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: none;
	display: none;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #009cde;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	padding: 10px !important;
	padding: 1rem !important;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

.gform_wrapper select {
	font-size: 16px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 5px !important;
}

/* ======================================================= */
/* DAL CUSTOM CSS FOR GRAVITY FORMS  */
/* ======================================================= */

/* ================== All forms ================== */
.gform_confirmation_message {
    background: #D6FF90;
    padding: 10px;
}


/* ================== MASTITIS CALCULATOR ==================  */ 

/* Removes the up and down arrows from number inputs on forms  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.gform_wrapper #gform_2 .top_label .subtotal .gfield_label  {
	float: left;
	width: 100px;
}

.gform_wrapper #gform_2 li.subtotal .ginput_container {
	float: right;
	max-width: 180px;
}

.gform_wrapper #gform_2 .instruction {
	display: none;
}

.gform_wrapper #gform_2 .gsection {
	padding-top: 30px;
	padding-bottom: 0px;
	border-bottom: 0px;
	margin: 0px;
}

.gform_wrapper #gform_2 .text_in_box_right .gfield_description:not(.validation_message) {
	margin-top: -42px;
	text-align: right;
	padding-right: 30px;
}

.gform_wrapper #gform_2 input[readonly]{
	background: #E9E8E8;
	color: #666666;
}

.gform_wrapper #gform_2 input[readonly]:focus {
	border: 1px solid #B3B3B3;
}

.gform_wrapper #gform_2 .text_in_box_right input {
	text-align: right;
	padding-right: 44px !important;  /* Note - this gets overridden by the extra p55 class below  */
}

.gform_wrapper #gform_2 .text_in_box_right.p55 input {
	padding-right: 55px !important;
}

.gform_wrapper #gform_2 .text_in_box_right.p60 input {
	padding-right: 60px !important;
}
.gform_wrapper  #gform_2 h2.gsection_title {
	padding: 10px !important;
	background-color: #009CDE;
	color: #fff;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	z-index: 999;
	width: 100%;
	position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 22px;
    text-align: right;
    max-width: 335px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}



/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
        position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	padding-bottom:6px;
	padding-top:6px;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 17px;
	padding: 0px 12px;
	position: relative;
	border-right:1px solid #009CDE;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #009cde;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 225px;
	z-index: 99;
	margin-top:6px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	position: relative;
	width: 225px;
	padding:3px 6px;	
}
.genesis-nav-menu .sub-menu .menu-item{
	padding-top:0px;
	padding-bottom:0px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	/* margin: -54px 0 0 159px; */
display: none;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	box-shadow: 0px 0px 20px 0px #535353;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    height: 72px;
    list-style-type: none;
    right: 15px;
    margin-top: -14px;
    padding: 2rem 0;
    position: absolute;
    z-index: 2;

}

.genesis-nav-menu > .right.date {
	display: none;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color:#58595B;
	z-index: 3;
	position: relative;
}

.nav-primary a{
	color:#fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	color:#78787a;
	font-size:15px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F1F1F1));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 0%, #F1F1F1 100%);	

	border: 1px solid #78787a;
	border-top: none;
	 padding: 9px 3px 9px 9px;
	border-left:none;
	border-right:none;
}

.nav-primary .sub-menu a:hover {
	color: #009cde;
}
.genesis-nav-menu .sub-menu li:last-child(){
	border-bottom:none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {

	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #009cde;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	 padding-left: 30px;
	 padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 6px;

}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.search .content {
width: 100%;
max-width: 100%;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #009cde;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float:left;
	width: 270px;
	
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
    border-top: 1px solid #E2E2E2;
    list-style-type: none;
    margin-bottom: 0;
    word-wrap: break-word;
	
}
.sidebar li .sub-menu li{
	border-top:none;
	background-image:url('images/men-bg.png');
	background-repeat:no-repeat;
	background-position:top 10px left 5px;
}
.sidebar li .sub-menu li a{
    font-style: italic;
    margin-left: 4%;
    padding: 2px 11px;
    width: 96%;
}
.sidebar li .sub-menu a:hover,
.sidebar li .sub-menu .current-menu-item a,
.sidebar .menu li.current_page_ancestor > a:hover {
	background:none;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #C6EAFA 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #C6EAFA 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #C6EAFA 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #C6EAFA));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #C6EAFA 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 0%, #C6EAFA 100%);

}
.sidebar li .sub-menu .current-menu-item a:hover {
	color: #666666;
}

.sidebar li .sub-menu li:last-child{
	border-bottom:none;
}
.sidebar li .sub-menu{
	border-top:1px solid #E2E2E2;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F1F1F1));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 0%, #F1F1F1 100%);	
}

.sidebar li a{
	color:#666666;
	padding: 10px 0;
    	display: block;
    	height: 100%;
    	width: 100%;
	padding-left:12px;
	font-size: 17px;
}

.sidebar li a:hover,
.sidebar .menu > li.current-menu-item > a, 
.sidebar .menu li.current_page_ancestor > a  {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F1F1F1));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F1F1F1 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 0%, #F1F1F1 100%);
	color:#009CDE;

}
.sidebar ul > li:last-child {
	margin-bottom: 0;
	border-bottom:1px solid #E2E2E2;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem; 
}

.sidebar .tagcloud a:hover {
	background-color: #009cde;
	color: #fff;
}

.sidebar .enews-widget {
	background-color: #333;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color:#F1F1F1;
	color: #999;
	clear: both;
}
.footer-widgets .widget-title{
	margin-bottom:2px;
	color:#545454;
	/* font-family: Arial, Helvetica, sans-serif;  */
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1{
	width: 280px;
}

.footer-widgets-2, .footer-widgets-3{
	width: 200px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets a {
	border-bottom:none;
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets a:hover {
	color: #009CDE;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets .widget-title {
	color:#545454;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets #menu-item-389,
.footer-widgets ul li
{
	font-weight: 700;
	/* font-family: Arial, Helvetica, sans-serif;  */
}

.footer-widgets ul.sub-menu li {
	font-weight: normal;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f1f1f1;
	text-align: center;
}

.site-footer a,
.site-footer p,
.site-footer {
	color: #999;
	/* font-family: Arial, Helvetica, sans-serif;  */
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.site-footer a:hover {
	color: #009CDE;
}

.site-footer a {
	border: none;
}


/*
Custom CSS
---------------------------------------------------------------------------------------------------- */
.nav-primary ul li:first-child a{
	padding-left:0px;	
}
.header-widget-area .widget_search input[type="search"]{
    	border-radius: 5px 5px 5px 0px;
   	 font-size: 13px;
   	 height: 30px;
   	 padding: 2px 5px;
   	 width: 230px;
}
.banner{
	width:100%;
	min-height:330px;
	background-color:#009CDE;
	position: relative;
}
.banner .banner_left{
    	float: left;
    	padding-top: 30px;
    	width: 59%;
}
.banner .banner_right{
    	float: right;
    	padding-top: 46px;
    	width: 40%;
}
.banner .banner_right img{
	display:block;
	
}

.entry-content .wpb_button,
.entry-content .vc_btn,
.site_but,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, 
.vc_btn3.vc_btn3-color-grey, 
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
.vc_general.vc_btn3.vc_btn3-color- {
    	background-color: #009CDE !important;
    	border-radius: 7px 7px 7px 0 !important;
	border-width: 0px !important;
    	color: #FFFFFF !important;
    	padding: 7px 35px 7px 15px !important;
    	text-align: center !important;
    	text-transform: none;
	font-size: 17px !important;
	text-shadow: none;
    	height: 32px !important;
	margin-top: 18px !important;
	white-space: nowrap;
}

.entry-content .wpb_button:hover,
.entry-content .vc_btn_blue:hover,
.site_but:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, 
.vc_btn3.vc_btn3-color-grey:hover, 
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,
.vc_btn:hover, a.vc_btn:hover, button.vc_btn:hover,
.vc_general.vc_btn3.vc_btn3-color-:hover {
    	background-color: #0274A5 !important;  
    	color: #FFF;
}

.entry-content .wpb_button:active {
	background-color: #0274A5;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-image: none;
}

.page-template-page_skinny-php .entry-content .wpb_button,
.page-template-page_skinny-php .site_but,
.page-template-page_front-php .entry-content .wpb_button,
.page-template-page_front-php .entry-content .site_but,
.page-template-page_front_new-php .entry-content .wpb_button,
.page-template-page_front_new-php .entry-content .site_but{
	margin-top: 0px;
}

.banner_right p, .banner_right p img{
	margin-bottom:0px;
	display:block;
	bottom: 0px;
}

.cont_info{
	width:100%;
	min-height:122px;
	background-color:#009CDE;
	padding-bottom: 10px;
}

.cont_info h3 {
	font-size: 42px;
	font-weight: normal;
	color: #fff;
	line-height: 35px;
}

.cont_info .wrap{
	padding-top:15px;
}
.cont_info span,
.cont_info a {
	font-size: 35px;
	line-height: 45px;
	padding-top: 5px;
	display: inline-block;
	font-weight:600;
}
.cont_info #keep, .cont_info #keep span {
    margin-top: 10px;
    line-height: 25px !important;
}
.cont_info span {
	color: #fff;
}

.cont_info span a,
.cont_info span a span {
    color: #001e62;
}
.cont_info a:hover,
.cont_info a span:hover{
	color: #000;
}

@media only screen and (max-width: 480px) {
    .cont_info {
        text-align:center;
    }
    .cont_info h3 {
        line-height: 42px;
    }
    .cont_info .phone {
        background: rgb(1, 30, 98);
        border-radius: 10px;
        line-height: 0px;
        padding: 5px 10px 15px 10px;
        margin-top: 20px;
        margin-bottom:10px;
        width:100%;
    }
    .cont_info .phone span{
        font-size:70%;  
         color:#fff;
    }    
    .cont_info .phone label{
        width:100%;
        display:block;
    }
}


.top_text_wrap{
	width:100%;
	background-color:#009CDE;	
}

.top_text_wrap .wrap{
	padding: 20px 5px;
	min-height: 187px;
}
.text_white_top{
	color:#fff;
	font-size:35px;
	margin-bottom:0px;
}
.page-template-page_skinny-php .entry-title{
	display:none;
}

.left_text_top{
	width:55%;
	float:left;
}



.page-template-page_blue_with_image-php .top_text_wrap .wrap{
	padding-top: 20px;
	padding-bottom: 0px;
}

.page-template-page_skinny .skinny_blue_featured .wrap{
	padding-top: 10px;
}

.page-template-page_blue_with_image-php .top_text_wrap .right_text_top img{
	display:block;
	margin-top:0px;
}

.page-template-page_no_blue_header-php .conent h1{
	color:#009CDE;
}
.menu-primary .menu-item:last-child a{
	border-right:none;
}
#menu-icon {
	display:none;
}

.sidebar .menu li .sub-menu{
	display:none;
}

.sidebar .menu  .current-menu-ancestor .sub-menu,
.sidebar .menu .current-menu-item .sub-menu{
	display:block;
}

.page-template-page_front_new-php .content,
.page-template-page_front-php .content{
	padding-left:0px important;
}

.tve_ts {
    	border-bottom: 1px solid #ccc;
   	border-top: 1px solid #ccc;
}
.tve_ts_ql{
	background-image:url('images/block.png') !important;


}
.tve_ts .tve_ts_ql{
	width:23px !important;
}

.tve_white.tve_ts9 .tve_ts_c{
	display:none !important;
}

tve_btnLink{
	background-color: #F89828 !important;
    	background-image: url("images/more-bg.png") !important;
    	background-position: right 10px top 11px !important;
    	background-repeat: no-repeat !important;
    	border-radius: 7px 7px 7px 0 !important;
    	color: #FFFFFF !important;
    	display: block !important;
    	height: 35px !important;
    	padding-top: 4px !important;
    	text-align: center !important;
    	width: 127px !important;
}
.page-template-page_front_new-php .content,
.page-template-page_front-php .content{
	padding-left:0px important;
}

hr{
	color:#ccc !important; 
}

.img_of_arro{
	margin-left: 14px;
	margin-top: 0;
    	position: absolute;
}

.testimonial {
	width:100%;
	clear:both;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display: inline-block;
	margin-bottom: 15px !important;
}

.testimonial p {
	/*  font-family: BoosterNextFY-Regular, Helvetica ; - shouldn't need to declare the font again*/
	font-style: italic;
	font-size: 19px;
	padding-top: 15px;
	margin-bottom: 6px;
	padding-bottom: 8px;
	/* text-align: right;  commented out because it looks bad when text is longer than photo */
}
.testimonial img {
	margin-bottom: 0px;
	/* margin-top: -15px; */
}

div.wpb_text_column.wpb_content_element {
margin-bottom: 8px;
}

.banner_left h1, 
.banner_left h2, 
.banner_left h3 {
	font-weight: normal;
	line-height: 1;
}

.page-template-page_front_new-php .banner_left h1,
.page-template-page_front-php .banner_left h1 {
	color: #001e62;
	font-size: 50px;
	letter-spacing: -2px;
	max-width: 450px;
	margin-bottom: 15px;
}

.page-template-page_front_new-php .banner_left h2,
.page-template-page_front-php .banner_left h2 {
	color: #FFFFFF;
	font-size: 39px;
	letter-spacing: -1px;
	margin-bottom:4px;
}
.page-template-page_front-php .banner_left p {
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 17px;
}
.page-template-page_blue_with_image-php .site_but {
    	background-position: right 18px top 8px;
    	height: 34px;
    	padding-right: 15px;
    	padding-top: 2px;

}
.page-template-page_blue_with_image-php #site_but{
	width:55%;
}
.left_para{
    float: left;
    font-size: 19px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 0 !important;
    text-align: right;

}
#zero{
	margin-bottom:0px;
}
.page-template-page_blue_with_image-php .left_para,
.page-template page-template-page .left_para{
	width:73%;
}
.header-widget-area p{
    margin:0px;
}
.phonenumber, .phonenumber a{
	color:#001e62;
}

#butts{
	float:left;	
}
.quote{  
	color: #FFFFFF;
    	display: block;
    	float: left;
    	margin-left: 36px;
    	margin-top: 20px;
}
.quote:hover{
	color:#fff;
} 
#im{
    margin-left: 3px;
    margin-top: 5px;
    position: absolute;
}

.entry-content .front_questions ul li {
	list-style-type: none;
	font-size: 25px;
	padding-bottom: 10px;
	line-height: 30px;
}

.entry-content .front_questions ul  {
	margin-left: 0px;
}
.front_questions a{
	color: #7F7F7F;
    	Padding-right: 25px;
	background-image: url(/wp-content/uploads/2014/05/right_arrow.png);
	background-repeat:no-repeat;
    	background-position: right top 2px;
}
.front_questions a:hover{
   	color: #009CDE;
}

img.nomargin {
	margin:0px !important;
}


.jackbox-hover-white {
   background-color: rgba(14, 191, 233, 0.4) !important;
}

.header-widget-area .widget_text {
  color: #009CDE;
}

/* makes it obvious when a page is a draft  */
article.status-draft.entry:before {
  content: "DRAFT PAGE - not visible to the public";
  font-size: 3em;
  COLOR: WHITE;
  BACKGROUND-COLOR: PINK;
  WIDTH: 100%;
  line-height: 1em;
  padding: 20px;
}

.hide {
  display: none !important;
}

/* hiding annoying icons on buttons that keep appearing */
.vc_btn3.vc_btn3-icon-left .vc_btn3-icon {
    display: none !important;
}
/* ---- adding "highlight" class to menu items ---- */
#menu-primary-sidebar .menu-item.highlight {
    background: #009cde;
    padding: 0px;
}
  /* this stops the highlight on the cellsense competition page */
.page-id-1613 #menu-primary-sidebar .menu-item.highlight {
    background: initial;
}

/* 
Country redirect 
---------------------------------------------------------------------------------------------------- */
.bis_select2-container {
max-width:280px;
}

.bis_select2-container--default .bis_select2-selection--single {
border: 0px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 950px;
	}

	/* .site-header .widget-area {
		width: 620px;
	}  */

	.content {
		max-width: 670px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 990px) {

	.wrap {
		max-width: 950px;
	}
	.banner .banner_right {
    		padding-top: 239px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-tagline-left,
	.site-tagline-right
	{
		width: 100%;
	}
	 .site-header .widget-area {
    		margin-right: 40px;
	}  
	.title-area {
		width: 270px;
	}
	.genesis-nav-menu a{
		padding:0px 6px;
	}
	.page-template-default .content,
        .page-template-page_skinny-php .content, 
	.page-template-page_no_blue_header-php .content{
		border-left:none;
		padding-left:0px;
	}
	.sidebar{
		/* float:none; 
		clear:both;
		margin:0 auto;  */

	}
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.sidebar {
    		width: 30%;
	}

	.content {
		max-width: 70%;
	}

	.cont_info .wrap {
    		padding: 20px;
	}
	.site-footer{
		padding:0px 0px !important;
	}
	.banner{
		padding:0px 20px;
	}

	.site-header {
		position: relative;
	}

	/* .site-inner {
		padding: 40px 5%;
		padding: 4rem 5%;
	}    */
	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
		margin: 0 auto 1rem;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		/* width: 50%; */
	}

	.site-description {
		font-size: 30px;
		font-size: 3rem;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
		padding: 2rem 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
		margin-top: 40rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline, 
	.skinny_blue_featured  {
		padding-left: 3%;
		padding-right: 3%;
	}

	.site-inner  {
		padding-left: 1%;
		padding-right: 2%;
	}

	.site-footer {
		padding: 40px 0;
		padding: 4rem 0;
	}
	body .su-column{
    		float: left !important;
    		margin: 0 0 1.5em !important;
    		width: 50% !important;
	}
	body .responsive_width .su-column{
		width:100% !important;
	}
	.left_para{
		width:72%;
	}

	.top_text_wrap .right_text_top {
	float:none;
	}
}

@media only screen and (max-width: 768px) {
	.page-id-10 .wpb_wrapper {
	    text-align: center; /* this centers the texts for the products page earlier than other pages */
	}
	.vc_col-sm-3 .wpb_single_image.wpb_content_element.vc_align_right,
	.vc_col-sm-4 .wpb_single_image.vc_align_right {
	    text-align: center;
	}
	.page-id-10 .vc_col-sm-3 .wpb_single_image.wpb_content_element.vc_align_right,
	.page-id-10 .vc_col-sm-4 .wpb_single_image.vc_align_right {
	    margin-bottom: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.front_top_area .right_text_top {
		  max-width: 70%;
	}
}

@media only screen and (max-width: 668px) {

	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
	}

	.minimum .site-tagline {
		margin-top: 200px;
		margin-top: 20rem;
	}

	/* .genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}  */ 

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		font-size: 3.6rem !important;
		padding: 20px !important;
		padding: 2rem !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.page-template-page_blue_with_image-php .content{
		border-left:none;
	}
	/* Added in */
	.front_top_area .right_text_top, .top_text_wrap .right_text_top{
		clear: both;
		float: none;
		margin-top: 0;	
		height: auto;
		margin: auto;
	}
	.sidebar {
	clear: both;
	width: 50%;
	margin: 0 auto;
	float: none;
	text-align: center;
	min-width: 280px;
	}
	.content {
	max-width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.page-template-page_front_new-php .right_text_top img,
	.page-template-page_front-php .right_text_top img {
		margin-bottom: -9px;
	}
}
@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	.title-area {
    		float: none;
    		margin: 0 auto;
    		width: 270px;
	}
	.site-header .widget-area {
    		float: none;
    		margin: 0 auto;
    		width: 304px;
	}
	.site-header .search-form {
    		float: none;
    		margin: 0 auto;
    		width: 100%;
	}
	.genesis-nav-menu .menu-item{
		width:100%;
		padding-bottom:0px;
		padding-top:0px;
	}
	.genesis-nav-menu a {
    		border-right: medium none;
    		padding: 4px;
		background-color:#58595B;
		color:#fff;
		
	}
	.nav-primary .genesis-nav-menu .sub-menu a{
		background:none;
		background-color:#58595B;
		color:#fff;

	}
	.content{
		width:100%;
	}
	.footer-widgets-3{
		float:none;
	}
	.banner .banner_left, .banner .banner_right{
		width:100%;
	}
	.left_text_top{  /* , .right_text_top */
		width:100%;
	}
	.page-template-page_blue_with_image-php .content{
		border-left:none;
	}
		#menu-icon {
    		background: url("images/menu-icon.png") no-repeat scroll 10px center grey;
    		border-bottom: 1px solid #FFFFFF;
    		border-top: 1px solid #FFFFFF;
    		color: #000;
    		cursor: pointer;
    		display: block;
    		font-size: 17px;
    		font-weight: 700;
    		height: 35px;
    		line-height: 35px;
    		margin: 2px 0 0;
    		padding: 0;
    		text-align: center;
    		text-transform: uppercase;
    		width: 100%;
	}
	.menu-primary{
		display:none;
	}

	.banner .banner_right{
		padding-top:208px;
	}
	.genesis-nav-menu .sub-menu {
		visibility:visible !important;
		position:relative;
		display:block !important;
		left:0;
		opacity:1;
	}
	.genesis-nav-menu .sub-menu{
		background: none;
		/*background-color: #040404; */
		/* width: 100%; */
		margin-left: 30px;
	}
	.genesis-nav-menu .sub-menu a{
		width: 100%;
		padding-left: 10px;
	}
	.genesis-nav-menu .sub-menu a, .nav-primary .genesis-nav-menu .sub-menu a {		
		border: none;
	}

	.nav-primary .genesis-nav-menu .sub-menu a{
		padding: 5px 3px 5px 9px;
	}

	.banner .banner_right {
	    	padding-top: 10px;
	}
	body .su-column{
    		float: none !important;
    		margin: 0 0 1.5em !important;
    		width: 100% !important;
	}
	.left_para{
		width: 100%;
		text-align: center;	
	}
	
	#zero {
    		margin: 0 auto;
    		width: 100%;
	}

	.front_with_image, .blue_with_image{
		width: 100%;
	}

	.front_with_image .heading_area, .skinny_blue_featured .heading_area, .blue_with_image .heading_area{
		font-size: 35px;
		line-height: 35px;
		text-align: center;
	}

	.front_with_image .button{
		float: none;
	}
	.front_with_image {
		text-align: center;
	}
	.front_with_image .sub_heading{
		text-align: center;
	}

	.skinny_blue_featured .content_area, .blue_with_image .content_area{
		text-align: center;
		line-height: 34px;
		margin-top: 20px;
	}

	.front_top_area .right_text_top, .top_text_wrap .right_text_top{
		clear: both;
		float: none;
		margin-top: 0;	
		height: auto;
		Position: relative;	
	}
	
	.front_top_area .right_text_top{
		max-width: 590px;
	}

	.page-template-page_front_new-php .right_text_top img, .page-template-page_front-php .right_text_top img{
	margin-bottom:-50px;
	}

	.front_with_image .request_btn{
		clear: both;
		float: none;
		margin: 10px auto 0;
	}

	.wpb_wrapper{
		text-align: center;
	}
	.wpb_single_image.wpb_content_element.vc_align_right {
    		text-align: center;
	}
}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
}