/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* HEADER IMAGE MARGIN LEFT */
.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	float: left;
	margin-left: 2%;
	max-width: 260px;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

.entry-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
    display: none;
}

.content {
    float: right;
    margin-left: 4%;
    padding: 0 60px 10px !important;
    width: 900px;
}

/* MENU BACKGROUND COLOR AND FONT COLOR */
.genesis-nav-menu {
	background-color: #2C5973;
	clear: both;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #000;
}

/* TURN BACKGROUND BODY COLOR FROM GRAY TO WHITE */
body {
	background-color: #fff;
	color: #222;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13.5px !important;
	line-height: 1.6;
	font-weight: 300;
}

/* ADJUSTED SITE CONTATINER TO FULL WIDTH */
.site-container {
	margin: 0 auto;
	max-width: none;
}

/* ADJUSTED LANDING PAGE CONTAINER */
.executive-pro-landing .site-container {
	max-width: 1100px;
}

/* ADJUSTED SIDEBAR */
.sidebar-primary {
	background-color: #fff;
	float: left;
	padding-top: 1%;
	width: 395px;
}

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.archive-title, .widget-title, .executive-pro-portfolio .entry-title {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* CONTENT WIDTH */
.content {
	float: right;
	margin-left: 4%;
	padding: 40px 60px 10px;
	width: 900px;
}

/* CONTENT HEADINGS STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #204b99;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 39px;
}

h2 {
	font-size: 33px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
}

/* HYPERLINK FONT COLOR AND HOVER COLOR */
a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #204b9a;
	text-decoration: underline;
}

/* ACCORDION GRAY HEADING FONT SIZE */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #20528f !important;
	font-size: 19px;
}

/* ACCORDION WINE HEADING FONT SIZE */
.vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
	color: #50485b;
	font-size: 14px;
}

/* ACCORDION CHINO HEADING FONT SIZE */
.vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
	color: #204b99 !important;
	font-size: 14px;
}

/* ACCORDION WHITE HEADING FONT SIZE */
.vc_tta-color-white.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
	color: #fff;
	font-size: 15px;
}

/* CUSTOM CONTENT BULLETS IN HOMEPAGE */
.bullet-body {
	float: left;
	width: 100%;
	text-align: center;
}

.bullet {
	float: left;
	width: 10%;
}

.bullet-text {
	float: left;
	width: 90%;
	color: #ffffff;
}

/* CUSTOM CONTENT CLASS BORDER */
.units {
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.15);
/* box-sizing: content-box; */
	padding: 20px;
}

/* CUSTOM CONTENT BLUE BACKGROUND */
.blue-background {
	background-color: #dbe5f1;
	padding: 2%;
}

/* CUSTOM CONTENT WHITE TEXT */
.white-text {
	color: #ffffff;
}

.cust-head {
font-size: 75px;
    color: #00468a;
    text-align: center;
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
}