/*
	Theme Name: Executive Child Theme
	Theme URI: http://www.studiopress.com/themes/executve
	Description: Executive is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Genesis Responsive Slider
* Home Page
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Post Icons
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Executive Brown
* Executive Green
* Executive Orange
* Executive Purple
* Executive Red
* Executive Teal
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Open+Sans);

@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('LeagueGothic-Regular-webfont.eot');
    src: url('LeagueGothic-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('LeagueGothic-Regular-webfont.woff') format('woff'),
         url('LeagueGothic-Regular-webfont.ttf') format('truetype'),
         url('LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

body,
p,
select,
textarea {
	color: #231f20;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #00a0b0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #dedfde;
}

::-moz-selection {
	background-color: #231f20;
	color: #fff;
}

::selection {
	background-color: #231f20;
	color: #fff;
}

.container{
	box-sizing:content-box;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	/*margin: 0 auto;
	width: 1170px;*/
}

.executive-landing #wrap {
	width: 800px;
}

#content-sidebar-wrap{
	margin: 0 auto;
	/*width: 1170px;*/
}

.executive-home #content-sidebar-wrap, .executive-first-home #content-sidebar-wrap, .executive-existing-home #content-sidebar-wrap{
	width: 100%;
}

#slideshowwidget-2 .slideshow_container{
	margin-top: 30px;
}

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

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 225px;
	position: relative;
	top: 20px;
	z-index: 99;
	margin-bottom: -35px;
}

#title {
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 5px;
}

#title a,
#title a:hover {
	color: #231f20;
	display: block;
	padding: 27px 0 0;
	text-decoration: none;
	background: url(images/logo.jpg) no-repeat;
	width: 225px;
	height: 100px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}

#header .widget-area {
	float: left;
	width: 77%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 250px;
}


/* Image Header - Full Width
------------------------------------------------------------ */

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


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: #fff;
	clear: both;
	color: #231f20;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	margin: 0;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #231f20;
	display: block;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 30px;
	line-height: 1;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#header .menu a {
	padding: 35px 20px;
}

.menu-primary li a:active,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current-menu-item a {
	background-color: #00a0b0;
	color: #231f20;
}

.menu-primary li:hover a,
.menu-primary li a:hover,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
#header .menu li a:hover,
#header .menu li:hover a {
	background-color: #00a0b0;
	color: #231f20;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff !important;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666 !important;
	font-size: 18px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 143px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5 !important;
	color: #231f20 !important;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 165px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 155px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -40px 0 0 164px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #666;
	display: inline;
}

.menu li.right a:hover {
	color: #231f20;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.executive-home #inner {
	overflow: visible;
}


/* Genesis Responsive Slider
------------------------------------------------------------ */

.home-slider{
	background-color: #f2f2f2;
}

#content .flexslider {
	background: none;
	border: none;
	padding: 0;
}

#content .flexslider .slide-excerpt {
	-moz-box-sizing: border-box;
	background-color: transparent;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 34%;
}

#content .flexslider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}


#content .flexslider h2, .first-home-banner h2 {
	color: #ffffff;
	font-size: 48px;
/*	font-weight: normal;*/
	line-height: 54px;
	/*text-transform: uppercase;*/
	font-weight:400; font-style:Regular;
	margin: 0;
}

.first-home-banner .captionsmall{
	font-size: 25px;
	color: #fff;
}


.first-home-banner .heading-cal-wrapper p{
	font-size: 17px;
	color: #000!important;
	padding-right: 0!important;
}



.first-home-banner .heading-cal-heading{
	font-size: 35px;
	margin-top: 30px;
	font-family: 'ITCFranklinGothicW01-Dm 812668';
	color: #231f20;
}

.cal-cta{
	color: #fff!important;
    display: block!important;
    border: 1px solid #fff!important;
    border-radius: 5px!important;
    padding: 5px 8px!important;
    font-size: 20px!important;
    text-align: center!important;
    margin-top: 10px!important;
    font-weight: bold!important;
}

.cal-cta:hover{
	text-decoration: none;
}

#mega-menu-wrap-primary-2 a.cal-cta{
	margin: 15px 0!important;
}

#content .flexslider .big {
	display: block;
	clear: both;
	color: #fff;
	font-size: 80px;
	font-weight: 1;
	margin-top: 20px;
}

#content .flexslider p {
	color: #ddd;
	padding-right: 30px;
}

#content .flexslider .flex-direction-nav li a {
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -25px;
	width: 50px;
}

#content .flexslider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

#content .flexslider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

#content .flexslider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

#content .flexslider .flexslider .slides > li {
	overflow: hidden;
}

#content .flexslider .flex-control-nav {
	margin: -30px 0 0 0;
	padding-right: 25px;
}

#content .flexslider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

#content .flexslider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

#content .flexslider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}

#content .flex-control-nav{
	bottom: -10px;
}


/* Home Page
------------------------------------------------------------ */

.home-middle{
	clear: both;
	overflow: hidden;
}

.home-top,
.home-video{
	clear: both;
	overflow: hidden;
	padding: 35px 0 60px;
}

.home-top{
	background-color: #f2f2f2;
}

/*.home-video{
	padding: 30px 0 0;
}*/

.home-video .title{
	text-align: center;
}

.video_wrapper{
	cursor: pointer;
}

.home-video .video_img img{
	margin-bottom: 20px;
}

.home-video .video_img h4{
	font-size: 17px;
	text-align:center;
}

.video_block .close_btn{
	width: 100%;
	text-align:right;
}

.video_block .close_btn span{
	display: inline-block;
	color:#FFF;
	font-size: 16px;
	font-weight: bold;
	width:30px;
	height:30px;
	background-color:#00929a;
	cursor: pointer;
	text-align:center;
}

.video_block iframe{
	width: 100%;
	height:400px;
}


.home-middle .widget,
.home-top .widget {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-middle ul {
	margin: 0 0 0 20px;
}

.executive-home .hentry {
	margin: 0;
}

.featuredpage img,
.featuredpost img {
	margin: 0 0 30px;
}

/*.featuredpage .page,
.featuredpost .post {
	margin: 0 0 60px !important;
}*/

a.more-link {
	margin: 30px 0 0;
}


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

.executive-home .home-cta {
	-moz-box-sizing: border-box;
	background: #00a0b0 url(images/cta-bg.png) center right no-repeat;
	box-sizing: border-box;
	color: #ddd;
	float: left;
	padding: 60px 70px;
	width: 100%
}

.executive-home .home-cta a {
	text-decoration: none;
}

.executive-home .home-cta:hover {
	background-color: #0abed0;
}

.executive-home .home-cta p {
	color: #fff;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 82px;
	line-height: 1;
	text-transform: uppercase;
}


.home-middle-top{
	padding: 75px 0;
}

h3.media-heading a{
	font-size: 27px;
	color: #26a2ae;
}

.ebookwrapper{
	background-color: #f2f2f2;
	padding: 35px 45px;
}

h2.media-heading a{
	font-size: 33px;
	color: #26a2ae;
}

.home-middle, .inner-before-footer{
	background-color: #26a2ae;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.home-middle-content{
	padding: 50px 0;
	background: url(images/house.jpg) no-repeat right bottom;
    overflow: hidden;
    color: #fff;
}

.home-middle-content p{
	color: #fff;
}

.home-middle-text{
	width: 45%;
}

.author{
	font-weight: normal;
	margin-top: 30px;
}

.home-bottom{
	padding: 60px 0 30px;
}

.home-bottom h4{
	font-size: 33px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.home-bottom .widget{
	width: 50%;
	padding: 0 15px;
	float: left;
}

.home-bottom ul{
	list-style-image: url(images/arrow.png);
	padding-left: 16px;
}

.home-bottom ul li{
	margin-bottom: 25px;
}

.home-bottom ul li a{
	color: #000;
	font-size: 17px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: -30px 0 30px;
	padding: 20px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

/*#content-sidebar-wrap {
	float: left;
	width: 100%;
}*/


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

#content {
	float: left;
	padding: 30px 30px 10px;
	width: 770px;
}

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

.full-width-content #content {
	width: 100%;
	padding: 30px 0 10px;
}

.full-width-content.executive-home #content {
	padding: 0;
	width: 100%;
}

.full-width-content.executive-landing #content {
	padding: 30px 60px 0;
	width: 680px;
}

.executive-first-home #content, .executive-existing-home #content{
	width: 100%;
	padding: 60px 0 0;
}

.executive-first-home .hentry, .executive-existing-home .hentry{
	margin: 0;
}

.post-type-archive-portfolio.full-width-content #content {
	padding: 40px 30px 0;
	width: 1080px;
}

.hentry {
	margin: 0 0 40px;
}

.post-type-archive-portfolio .hentry,
.single-portfolio .hentry {
	margin: 0 0 20px;
}

.executive-landing .hentry {
	margin: 0;
}

/*.entry-content {
	overflow: hidden;
}*/

.entry-content p {
	margin: 0 0 15px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Portfolio
------------------------------------------------------------ */

.post-type-archive-portfolio .portfolio {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px 30px;
	width: 33%;
}

.single-portfolio #content {
	text-align: center;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h3,
h4,
h5,
h6 {
	color: #26a2ae;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 10px;
}


.flexslider h2 a, .flexslider h2 a:visited {
	clear: both;
	font-size: 42px;
	margin: 0 0 20px;
}

h1{
	font-size: 48px;
}

h1.entry-title{
	font-size: 30px;
}

h2.entry-title{
	font-size:20px;
}

h3 a, h3 a:visited{
	font-size: 22px;
	margin: 0 0 20px;
}

h2 a:hover {
	color: #00a0b0;
	text-decoration: none;
}

h2{
	font-size: 31px;
	color: #231f20;
}

.executive-home .home-middle h2 a,
.post-type-archive-portfolio h2 a,
.taxonomy-description h1{
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3 {
	font-size: 36px;
}

#comments h3,
#respond h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.executive-home .home-cta h4 {
	font-size: 54px;
	line-height: 1;
}

.widget-area h4 a {
	text-decoration: none;
}

#footer-widgets .widget-area h4{
	color: #000;
	font-size: 18px;
}

#sidebar .widget.enews-widget h4 {
	font-size: 38px;
    line-height: 1em;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #fff;
}

.executive-home .home-cta h4 {
	color: #231f20;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 17px;
}

h6,
.taxonomy-description h1{
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 20px; 
	text-transform: uppercase;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	/*padding: 0 0 25px;*/
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info .date-info {
	background-color: #f8f8f8;
	color: #777;
	font-size: 12px;
	float: left;
	margin: 0 0 25px -60px;
	padding: 20px 20px 20px 60px;
	text-transform: uppercase;
}

.post-info .comments {
	background-color: #00a0b0;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 20px;
	text-transform: uppercase;
}

.post-info .comments a {
	color: #fff;
}

.post-info .post-comments {
	background: url(images/bg-comments.png) no-repeat 0 2px;
	padding-left: 35px;
}

.post-info .author,
.post-info .date {
	font-weight: bold;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	font-size: 14px;
	padding: 10px 0 0;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


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

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

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

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


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

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

.avatar,
.post-image {
	border: 1px solid #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #00a0b0;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


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

.sidebar {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	font-size: 14px;
	padding: 0 0 30px;
	width: 400px;
}

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

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget {
	margin: 0;
	padding: 30px 40px;
}

#sidebar-alt.sidebar .widget {
	padding: 30px 15px;
}

.sidebar.widget-area ul {
	margin-left: 15px;
}

.sidebar.widget-area ul li,
.home-middle ul li {
	/*list-style-image: url(images/bg-li.png);*/
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.executive-first-home .sidebar, .executive-existing-home .sidebar{
	display: none;
}


/* Dropdowns
------------------------------------------------------------ */

select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	padding: 5px;
	width: 100%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
a.button,
a.more-link {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: #00a0b0 url(images/button-gradient.png) center center repeat-x;*/
	border-radius: 5px;
/*	border: 1px solid #4a9ba3;*/
	color: #fff;
	cursor: pointer;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 25px;
	line-height: 1;
	padding: 13px 25px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #221e1f;
	display: inline-block;
}

.home-cta a.button {
	margin: -30px 0 0;
}

input:hover[type="button"],
input:hover[type="submit"],
a:hover.button {
	background-color: #14daee;
	border: 1px solid #4a9ba3;
	text-decoration: none;
}

.button-a, .button-a:visited{
	color: #fff;
	background-color: #26a2ae;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 20px;
	padding: 13px 15px;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	line-height: 1em;
	display: inline-block;
	margin-top: 35px;
}

.button-a:hover{
	text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	margin: 30px 0 0;
}

.menu-primary .searchform {
	margin: 8px 0 0;
}

.s {
	-moz-box-sizing: border-box;
	background: #fff url(images/bg-search.png) no-repeat right;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

.menu-primary .s {
	width: 200px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .widget.enews-widget {
	background-color: #231f20;
	margin: 0 0 30px;
	padding: 40px;
}

.enews p {
	color: #ddd;
	margin: 0 0 25px;
}

.enews #subbox {
	-moz-box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

/*#footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 56px 60px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 0;
	padding: 0;
}

#footer-widgets p {
	color: #c8c8c8;
	font-size: inherit;
	margin: 0 0 20px;
}

.footer-widgets-1,
.footer-widgets-2 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.footer-widgets-1 {
	background-color: #00a0b0;
	margin: 0;
	padding: 20px 30px;
	position: relative;
}

.footer-widgets-2 {
	padding: 0 60px;
}

.footer-widgets-1:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 40px solid #00a0b0;
	border-right: 50px solid transparent;
	left: 0;
	bottom: -40px;
}

#footer-widgets .footer-widgets-1 p {
	color: #fff;
	margin: 0;
}*/

.copyright{
	font-size: 12px;
}

#footer .simple-social-icons ul li{
	margin-left: 0 !important;
}

.inner-before-footer2{
	padding-top: 35px;
}


/* Mega Menu
------------------------------------------------------------ */



#nav .mega-menu-wrap{
	background: none;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a{
	color: #000;
	font-family:'ITCFranklinGothicW01-Bk 812647';
	font-size: 16px;
	line-height: 1.2em;
	padding: 18px 18px 20px;
	height: auto;
}

#nav #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu div{
	color: #fff !important;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a span{
	font-size: 21px;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	text-transform: uppercase;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a{
	background-color: #231f20;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:after{
	color: #25a1ad;
}

#nav #mega-menu-wrap-primary ul#mega-menu-primary > li:first-child{
	margin-left: 22%;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	background-color: #231f20;
}

#nav #mega-menu-wrap-primary #mega-menu-primary a{
	color: #fff;
}

#nav #mega-menu-wrap-primary #mega-menu-primary h4{
	color: #26a2ae;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	text-transform: none;
	margin-bottom: 10px;
	font-weight: normal;
}

#nav #mega-menu-wrap-primary #mega-menu-primary .button-a{
	background-color: #26a2ae;
	display: block;
	border-radius: 5px;
	font-size: 25px;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	text-align: center;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
	padding: 0;
}

#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	padding: 40px;
}

#nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item h4 a{
	color: #26a2ae;
    font-family: "ITCFranklinGothicW01-Dm 812668";
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25em;
}

.menu-contact{
	max-width: 270px;
	float: right;
}

.menu-contact ul{
	margin-top: 10px !important;
}

.menu-contact li{
	padding-left: 35px !important;
}

.menu-contact li ~ li{
	border-top: 1px dotted #fff !important;
	margin-top: 5px !important;
	padding-top: 7px !important;
}

li.talk-to-us{
	background: url(images/phone-icon.png) no-repeat !important;
}

li.refer-to-a-friend{
	background: url(images/refer-a-friend.png) no-repeat 0 5px !important;
}

li.join-us{
	background: url(images/join-us.png) no-repeat !important;
}

li.download{
	background: url(images/download.png) no-repeat !important;
}

#nav #mega-menu-wrap-primary-2 #mega-menu-primary-2 .menu-contact li a{
	font-size: 18px;
	font-family:'ITCFranklinGothicW01-Md 812695';
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2{
	width: 31.3% !important;
	margin-right: 2%;
}

.bottomcontainerBox{
	background-color: #f2f2f2;
}

.page-template-page_app .bottomcontainerBox{
	display: none;
}

.page-template-page_app .mortgage-calculator-spotlight {
	height: auto;
	padding: 25px 0 50px;
}

/* Sticky footer styles
-------------------------------------------------- */

.page-template-page_app #footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
}

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

#footer {
	background-color: #f2f2f2;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 40px 0;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 0;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #231f20;
}

#footer h5 a, #footer h5 a:hover, #footer h5 a:visited{
	color: #26a2ae;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 25%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 75%;
}

.footer ul{
	list-style: none;
}

.footer .phone{
	font-weight: bold;
	font-size: 18px;
}

.footer-contact label{
	margin-top: 10px;
}

.footer-contact p span{
	font-weight: bold;
	color: #26a2ae;
}

.footer-contact{
	margin-bottom: 20px;
}

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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
	padding: 0;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 30px 30px 0;
} 

.comment-list li ul li {
	margin-right: -22px;
}

.comment-header {
	background-color: #231f20;
	float: left;
	padding: 30px;
	width: 100%;
}

.comment-author {
	float: left;
}

.comment-content {
	clear: both;
	padding: 30px;
}

.comment-content p {
	font-size: 14px;
	margin: 20px;
}

.comment-list cite,
.ping-list cite,
.says {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 8px 0 0 0;
}

.commentmetadata {
	clear: both;
	float: left;
	font-size: 12px;
	margin: -33px 0 5px 61px;
}

.commentmetadata a {
	color: #bbb;
}

.reply {
	font-size: 14px;
	margin: 0 50px 50px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Inner Pages & Landing Pages
------------------------------------------------------------ */

.white-background{
	background-color: #fff;
	padding-bottom: 20px;
}

.grey-background{
	background-color: #f2f2f2;	
}

.teal-background{
	background-color: #27a3af;	
}

.blue-background{
	background-color: #e9f6f7;	
}

.existing-home-owners .hero-banner{
	background: #2bb1bd url(/wp-content/uploads/2016/11/hero-existing-home-owners.jpg) no-repeat scroll right top;
	height: 400px;
	padding-top: 150px;
}

.first-home-buyers .hero-banner{
	background: #2bb1bd url(/wp-content/uploads/2016/11/hero-first-home-buyers.jpg) no-repeat scroll right top;
	height: 400px;
	padding-top: 150px;
}

.kids-first-home .hero-banner{
	background: #2bb1bd url(/wp-content/uploads/2016/11/hero-kids-first-home.jpg) no-repeat scroll right top;
	height: 400px;
	padding-top: 150px;
}

.grey-background .container,
.teal-background .container{
	position: relative;
}

.entry-content .grey-background{
	padding-top: 60px;
	padding-bottom: 20px;
}

.landing-page .heading-panel{
	max-width: 400px;
	padding: 0;
}

.landing-page .heading-panel h1{
	color: #fff;
}

.landing-page .panel{
    border: 0;
	margin: 0;
	padding: 40px 0 30px;
}

.landing-page .call{
	display: inline-block;
	margin-top: 30px;
}

.landing-page h3{
    font-size: 31px;
    margin-bottom: 1em;
}

.landing-page p strong{
	font-size: 18px;
}

.landing-page .button-a,
.landing-page .button-a:hover,
.landing-page .button-a:visited{
	padding: 16px 24px;
	text-transform: none;
}
.landing-page .enquiry-form_wrapper {
	background: transparent;
	margin: 0 !important;
	padding: 0;
}
.landing-page .enquiry-form_wrapper h3.gform_title,
.landing-page .enquiry-form_wrapper .top_label .gfield_label {
	display: none;
}
.landing-page .enquiry-form_wrapper span.gform_description {
	color: #231f20;
	font-weight: 700;
}
.landing-page .enquiry-form_wrapper .top_label input {
	background: transparent;
	border-radius: 5px;
}
.landing-page .enquiry-form_wrapper .top_label input.large {
	width: 100%;
}
.landing-page .enquiry-form_wrapper input[type=submit] {
	background: #26a2ae;
	border: transparent;
	font-size: 17px !important;
	padding: 12px 48px !important;
	text-transform: none;
	width: auto;
}

.ebookwrapper{
	height: 350px;
}

.ebookwrapper .media-body{
	margin-bottom: 0;
}

.ebookwrapper h2.media-heading a{
    font-size: 27px;
}

.ebookwrapper p{
	margin-bottom: 0;
	margin-right: 10px;
}

.mortgage-calculator-spotlight {
	background: #65adb4 url(/wp-content/uploads/2016/11/mortgage-calculator-background.png) no-repeat scroll right bottom;
	height: 350px;
	padding: 25px 45px 45px;
}

.mortgage-calculator-spotlight h3 {
	font-size: 42px;
    margin-bottom: 24px;
	text-indent: 24px;
}

.mortgage-calculator-spotlight p {
    font-size: 27px;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 50%;
}

.mortgage-calculator-spotlight * {
	color: #fff;
}

.mortgage-calculator-spotlight a,
.mortgage-calculator-spotlight a:active,
.mortgage-calculator-spotlight a:hover,
.mortgage-calculator-spotlight a:visited {
	text-decoration: none;
}

.mortgage-calculator-spotlight .button-a,
.mortgage-calculator-spotlight .button-a:hover,
.mortgage-calculator-spotlight .button-a:visited{
	background-color: transparent;
	border: 1px solid #fff;
}

.heading-panel{
	max-width: 400px;
	padding: 40px 50px;
	position: absolute;
	bottom: 0;
	height: 100%;
	position: absolute;

}

.heading-panel h1{
	color: #fff;
	font-size: 25px;
	font-family:'ITCFranklinGothicW01-Bk 812647';
}

.heading-panel h1 span{
	font-size: 48px;
	font-family:"ITCFranklinGothicW01-Dm 812668";
	text-transform: uppercase;
	display: block;
}

.small-heading, .accordion-heading a{
	color: #26a2ae;
	font-size: 20px;
	font-family:'ITCFranklinGothicW01-Dm 812668';	
	line-height: 1em;
}

.small-heading{
	margin-bottom: 20px;
}

.accordion-toggle {
    background: url("images/cross.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-top: 1px solid #e0e0e0;
    color: #26a2ae;
    display: block;
    font-size: 20px;
    padding: 15px 0;
}

.accordion-heading a:hover, .accordion-heading a:focus{
	text-decoration: none;
}

.entry-content ul.no-bullets li{
	list-style: none;
	padding-left: 35px;
	margin: 0;
	font-size: 19px;
	line-height: 1.5em;
}

.entry-content ul.no-bullets li span{
	font-weight: bold;
}

.subheading{
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.list li p{
	margin: 0;
}

.list-heading{
	font-family:'ITCFranklinGothicW01-Dm 812668';
}

.entry-content ul.list li{
	margin-bottom: 20px;
}

.entry-content ul.list li:last-child{
	margin-bottom: 0;
}

.advice{
	font-weight: bold;
}

.demi{
	font-family:'ITCFranklinGothicW01-Dm 812668';
}

.more {
    display:none;
}

.readmorebtn{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{
	font-size: 29px !important;
	font-weight: normal;
}

.innner-padding{
	margin: 30px 0;
}


/* Top Search
------------------------------------------------------------ */


.top-search {
    float: left;
    margin-right: 10px;
    margin-top: 22px;
    text-align: right;
    width: 200px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

#header .search-field {
    background-color: transparent;
    background-image: url("images/search.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: medium none;
    cursor: pointer;
    height: 27px;
    margin: 3px 0;
    padding: 2px 0 2px 34px;
    position: relative;
    transition: width 400ms ease 0s, background 400ms ease 0s;
    width: 0;
}

#header .search-field:focus {
    background-color: #fff;
    background-image: url("images/search.png");
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: text;
    outline: 0 none;
    width: 100%;
}

#header .top-contact{
	float: left;
	font-family:'ITCFranklinGothicW01-Dm 812668';
	font-size: 18px;
	border-left: 2px solid #93d1d7;
	margin-left: 12px;
	padding-left: 12px;
	margin-top: 25px;
}

#header .top-contact span{
	color: #25a1ad;
	text-transform: uppercase;
}

#header .widget_text, #header .widget_search{
	float: right;
}

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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 9px 20px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper form li.gfield_html{
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper{
	margin-bottom: 40px !important;
	padding: 10px 20px;
	background-color: #F5F5F5;
}

.banner{
	max-height: 270px;
	overflow: hidden;
}

.banner .heading-panel{
	background-color: #26a2ae;
	width: 400px;
}

.banner img{
	float: right;
}

.banner .heading-panel h1{
	font-size: 35px;
	font-family:'ITCFranklinGothicW01-Dm 812668';
}

/* Executive Brown
------------------------------------------------------------ */

.executive-brown a,
.executive-brown a:visited {
	color: #a68064;
}

.executive-brown .menu-primary a,
.executive-brown .menu-secondary a,
.executive-brown #header .menu a {
	color: #666;
}

.executive-brown a.button,
.executive-brown .menu-primary li a:active,
.executive-brown .menu-primary .current-menu-item a,
.executive-brown .menu-secondary li a:active,
.executive-brown .menu-secondary .current-menu-item a,
.executive-brown #header .menu li a:active,
.executive-brown #header .menu .current-menu-item a {
	color: #fff;
}

.executive-brown input[type="button"],
.executive-brown input[type="submit"],
.executive-brown a.button,
.executive-brown .menu-primary li a:active,
.executive-brown .menu-primary .current-menu-item a,
.executive-brown .menu-secondary li a:active,
.executive-brown .menu-secondary .current-menu-item a,
.executive-brown .navigation li a,
.executive-brown .navigation li.disabled,
.executive-brown .navigation li a:hover,
.executive-brown .navigation li.active a,
.executive-brown .post-info .comments,
.executive-brown #header .menu li a:active,
.executive-brown #header .menu .current-menu-item a {
	background-color: #a68064;
}

.executive-brown input:hover[type="button"],
.executive-brown input:hover[type="submit"],
.executive-brown a:hover.button,
.executive-brown .navigation li a:hover,
.executive-brown .navigation li.active a {
	background-color: #b2886b;
}

.executive-brown h2 a,
.executive-brown h2 a:visited {
	color: #231f20;
}

.executive-brown.executive-home .featuredpost h2 a {
	color: #444;
}

.executive-brown h2 a:hover,
.executive-brown.executive-home h2 a:hover,
.executive-brown.executive-home .executive-home .featuredpost h2 a:hover {
	color: #a68064;
}

.executive-brown .commentmetadata a {
	color: #bbb;
}


/* Executive Green
------------------------------------------------------------ */

.executive-green a,
.executive-green a:visited {
	color: #60cd69;
}

.executive-green .menu-primary a,
.executive-green .menu-secondary a,
.executive-green #header .menu a {
	color: #666;
}

.executive-green a.button,
.executive-green .menu-primary li a:active,
.executive-green .menu-primary .current-menu-item a,
.executive-green .menu-secondary li a:active,
.executive-green .menu-secondary .current-menu-item a,
.executive-green #header .menu li a:active,
.executive-green #header .menu .current-menu-item a {
	color: #fff;
}

.executive-green input[type="button"],
.executive-green input[type="submit"],
.executive-green a.button,
.executive-green .menu-primary li a:active,
.executive-green .menu-primary .current-menu-item a,
.executive-green .menu-secondary li a:active,
.executive-green .menu-secondary .current-menu-item a,
.executive-green .navigation li a,
.executive-green .navigation li.disabled,
.executive-green .navigation li a:hover,
.executive-green .navigation li.active a,
.executive-green .post-info .comments,
.executive-green #header .menu li a:active,
.executive-green #header .menu .current-menu-item a {
	background-color: #60cd69;
}

.executive-green input:hover[type="button"],
.executive-green input:hover[type="submit"],
.executive-green a:hover.button,
.executive-green .navigation li a:hover,
.executive-green .navigation li.active a  {
	background-color: #66d970;
}

.executive-green h2 a,
.executive-green h2 a:visited {
	color: #231f20;
}

.executive-green.executive-home .featuredpost h2 a {
	color: #444;
}

.executive-green h2 a:hover,
.executive-green.executive-home h2 a:hover,
.executive-green.executive-home .executive-home .featuredpost h2 a:hover {
	color: #60cd69;
}

.executive-green .commentmetadata a {
	color: #bbb;
}


/* Executive Orange
------------------------------------------------------------ */

.executive-orange a,
.executive-orange a:visited {
	color: #e0a24b;
}

.executive-orange .menu-primary a,
.executive-orange .menu-secondary a,
.executive-orange #header .menu a {
	color: #666;
}

.executive-orange a.button,
.executive-orange .menu-primary li a:active,
.executive-orange .menu-primary .current-menu-item a,
.executive-orange .menu-secondary li a:active,
.executive-orange .menu-secondary .current-menu-item a,
.executive-orange #header .menu li a:active,
.executive-orange #header .menu .current-menu-item a {
	color: #fff;
}

.executive-orange input[type="button"],
.executive-orange input[type="submit"],
.executive-orange a.button,
.executive-orange .menu-primary li a:active,
.executive-orange .menu-primary .current-menu-item a,
.executive-orange .menu-secondary li a:active,
.executive-orange .menu-secondary .current-menu-item a,
.executive-orange .navigation li a,
.executive-orange .navigation li.disabled,
.executive-orange .navigation li a:hover,
.executive-orange .navigation li.active a,
.executive-orange .post-info .comments,
.executive-orange #header .menu li a:active,
.executive-orange #header .menu .current-menu-item a {
	background-color: #e0a24b;
}

.executive-orange input:hover[type="button"],
.executive-orange input:hover[type="submit"],
.executive-orange a:hover.button,
.executive-orange .navigation li a:hover,
.executive-orange .navigation li.active a  {
	background-color: #e9ad50;
}

.executive-orange h2 a,
.executive-orange h2 a:visited {
	color: #231f20;
}

.executive-orange.executive-home .featuredpost h2 a {
	color: #444;
}

.executive-orange h2 a:hover,
.executive-orange.executive-home h2 a:hover,
.executive-orange.executive-home .executive-home .featuredpost h2 a:hover {
	color: #e0a24b;
}

.executive-orange .commentmetadata a {
	color: #bbb;
}


/* Executive Purple
------------------------------------------------------------ */

.executive-purple a,
.executive-purple a:visited {
	color: #9e63ec;
}

.executive-purple .menu-primary a,
.executive-purple .menu-secondary a,
.executive-purple #header .menu a {
	color: #666;
}

.executive-purple a.button,
.executive-purple .menu-primary li a:active,
.executive-purple .menu-primary .current-menu-item a,
.executive-purple .menu-secondary li a:active,
.executive-purple .menu-secondary .current-menu-item a,
.executive-purple #header .menu li a:active,
.executive-purple #header .menu .current-menu-item a {
	color: #fff;
}

.executive-purple input[type="button"],
.executive-purple input[type="submit"],
.executive-purple a.button,
.executive-purple .menu-primary li a:active,
.executive-purple .menu-primary .current-menu-item a,
.executive-purple .menu-secondary li a:active,
.executive-purple .menu-secondary .current-menu-item a,
.executive-purple .navigation li a,
.executive-purple .navigation li.disabled,
.executive-purple .navigation li a:hover,
.executive-purple .navigation li.active a,
.executive-purple .post-info .comments,
.executive-purple #header .menu li a:active,
.executive-purple #header .menu .current-menu-item a {
	background-color: #9e63ec;
}

.executive-purple input:hover[type="button"],
.executive-purple input:hover[type="submit"],
.executive-purple a:hover.button,
.executive-purple .navigation li a:hover,
.executive-purple .navigation li.active a  {
	background-color: #a969f3;
}

.executive-purple h2 a,
.executive-purple h2 a:visited {
	color: #231f20;
}

.executive-purple.executive-home .featuredpost h2 a {
	color: #444;
}

.executive-purple h2 a:hover,
.executive-purple.executive-home h2 a:hover,
.executive-purple.executive-home .executive-home .featuredpost h2 a:hover {
	color: #9e63ec;
}

.executive-purple .commentmetadata a {
	color: #bbb;
}


/* Executive Red
------------------------------------------------------------ */

.executive-red a,
.executive-red a:visited {
	color: #e04b4b;
}

.executive-red .menu-primary a,
.executive-red .menu-secondary a,
.executive-red #header .menu a {
	color: #666;
}

.executive-red a.button,
.executive-red .menu-primary li a:active,
.executive-red .menu-primary .current-menu-item a,
.executive-red .menu-secondary li a:active,
.executive-red .menu-secondary .current-menu-item a,
.executive-red #header .menu li a:active,
.executive-red #header .menu .current-menu-item a {
	color: #fff;
}

.executive-red input[type="button"],
.executive-red input[type="submit"],
.executive-red a.button,
.executive-red .menu-primary li a:active,
.executive-red .menu-primary .current-menu-item a,
.executive-red .menu-secondary li a:active,
.executive-red .menu-secondary .current-menu-item a,
.executive-red .navigation li a,
.executive-red .navigation li.disabled,
.executive-red .navigation li a:hover,
.executive-red .navigation li.active a,
.executive-red .post-info .comments,
.executive-red #header .menu li a:active,
.executive-red #header .menu .current-menu-item a {
	background-color: #e04b4b;
}

.executive-red input:hover[type="button"],
.executive-red input:hover[type="submit"],
.executive-red a:hover.button,
.executive-red .navigation li a:hover,
.executive-red .navigation li.active a  {
	background-color: #e95050;
}

.executive-red h2 a,
.executive-red h2 a:visited {
	color: #231f20;
}

.executive-red.executive-home .featuredpost h2 a {
	color: #444;
}

.executive-red h2 a:hover,
.executive-red.executive-home h2 a:hover,
.executive-red.executive-home .executive-home .featuredpost h2 a:hover {
	color: #e04b4b;
}

.executive-red .commentmetadata a {
	color: #bbb;
}


/* Executive Teal
------------------------------------------------------------ */

.executive-teal a,
.executive-teal a:visited {
	color: #4be0d4;
}

.executive-teal .menu-primary a,
.executive-teal .menu-secondary a,
.executive-teal #header .menu a {
	color: #666;
}

.executive-teal a.button,
.executive-teal .menu-primary li a:active,
.executive-teal .menu-primary .current-menu-item a,
.executive-teal .menu-secondary li a:active,
.executive-teal .menu-secondary .current-menu-item a,
.executive-teal #header .menu li a:active,
.executive-teal #header .menu .current-menu-item a {
	color: #fff;
}

.executive-teal input[type="button"],
.executive-teal input[type="submit"],
.executive-teal a.button,
.executive-teal .menu-primary li a:active,
.executive-teal .menu-primary .current-menu-item a,
.executive-teal .menu-secondary li a:active,
.executive-teal .menu-secondary .current-menu-item a,
.executive-teal .navigation li a,
.executive-teal .navigation li.disabled,
.executive-teal .navigation li a:hover,
.executive-teal .navigation li.active a,
.executive-teal .post-info .comments,
.executive-teal #header .menu li a:active,
.executive-teal #header .menu .current-menu-item a {
	background-color: #4be0d4;
}

.executive-teal input:hover[type="button"],
.executive-teal input:hover[type="submit"],
.executive-teal a:hover.button,
.executive-teal .navigation li a:hover,
.executive-teal .navigation li.active a  {
	background-color: #50e9df;
}

.executive-teal h2 a,
.executive-teal h2 a:visited {
	color: #231f20;
}

.executive-teal.executive-home .featuredpost h2 a {
	color: #444;
}

.executive-teal h2 a:hover,
.executive-teal.executive-home h2 a:hover,
.executive-teal.executive-home .executive-home .featuredpost h2 a:hover {
	color: #4be0d4;
}

.executive-teal .commentmetadata a {
	color: #bbb;
}

.left-border{
	border-left: 1px solid #e0e0e0;
}

.blue-font{
	color: #26a2ae;
	font-weight: bold;
}

.data-col-1{
	width: 75%;
}

.data-col-2{
	width: 20%;
	padding-left: 5% !important;
}

.accordion-inner h4{
	font-size: 20px;
}

h4.mega-block-title2{
	color: #26a2ae;
	font-family: 'ITCFranklinGothicW01-Dm 812668';
	margin-top: 20px;
	display: block;
	font-size: 16px;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 ul.mega-sub-menu li{
	color: #fff;
    display: list-item;
    list-style: disc inside !important;
}

#mega-menu-wrap-primary-2 #mega-menu-primary-2 ul.mega-sub-menu ul.last-subnav li{
	display: block;
}


.hamburger-nav{
	display: none;
	position:  fixed;
	top: 20px;
	right: 20px;
	font-size: 25px;
	color:#000;
	cursor: pointer;
	z-index: 100000;
	-webkit-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-moz-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-o-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	-ms-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
	transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
}

.media-body{
	margin-bottom: 20px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	width: 100% !important;
}


#enews-ext-3{
	display: none;
}

.footer-widgets-1, .footer-widgets-2{
	padding: 0 15px;
}

.archive a.more-link {
    margin: 0; 
    font-size: 15px;
    padding: 8px 16px;
}

/* Responsive Design
------------------------------------------------------------ */

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

	/*#wrap {
		width: 960px;
	}*/

	#header {
		background-position: center !important;
	}

	#header .menu a {
		padding: 38px 15px;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	.executive-home .home-cta {
		background: #00a0b0;
	}

	#content {
		float: left;
		padding: 30px 40px 10px;
		width: 520px;
	}

	.full-width-content #content {
		width: 840px;
	}

	.landing-page #content {
		width: 100%;
	}

	.post-type-archive-portfolio.full-width-content #content {
		width: 900px;
	}

	.post-info .date-info {
		margin: 0 0 25px -40px;
		padding: 20px 20px 20px 40px;
	}

	#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt,
	#content #genesis-responsive-slider .flex-direction-nav li a,
	#content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	#title-area{
		top: 0;
	}

	

	.hide-at-mobile, h4.mega-block-title{
		display: none !important;
	}
	
	h4.mega-block-title2{
		margin-top: 0;
	}


	#header .mega-menu > li ul{
		background-color: #eee;
	}

	#nav #mega-menu-wrap-primary-2 ul#mega-menu-primary-2 > li:first-child{
		margin-left: 0;
	}

	#mega-menu-wrap-primary-2 #mega-menu-primary-2 li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary-2 #mega-menu-primary-2 li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-item-has-children > a:after{
		content: "" !important;
	}

	#mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2{
		width: 100% !important;
		margin-right: 0;
	}

	#nav #mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 3%;
	}

	#nav #mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-item.mega-toggle-on > a, #nav #mega-menu-wrap-primary-2 #mega-menu-primary-2 > li.mega-menu-item:hover > a{
		background-color: transparent;
	}

	.home-top .widget{
		display: inline-block;
	    float: none;
	    padding: 0 15px;
	    vertical-align: top;
	    width: 32%;
	}

	.home-top .widget_text{
		width: 32%;
		padding: 0 0 10px;
	}

	.home-top .widget_text .col-sm-4{
		width: 100%;
	}

	#content .flexslider h2{
		font-size: 37px;
		line-height: 1em;
	}

	#mega-menu-wrap-primary-2 #mega-menu-primary-2 li#mega-menu-item-2427 > a, #mega-menu-wrap-primary-2 #mega-menu-primary-2 li#mega-menu-item-2479 > a{
		font-family: "ITCFranklinGothicW01-Dm 812668" !important;
	    font-size: 21px !important;
	    text-transform: uppercase;
	}

	#content-sidebar-wrap{
		width: 970px;
	}

	.page-template-page_app #content-sidebar-wrap,
	.page-template-page_app #content{
		width: 100%;
	}
	.page-template-page_app small{
		font-size: 65%;
	}
	.page-template-page_app .banner img {
		float: none;
	    margin: auto;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.ebookwrapper{
		height: 400px;
	}

	.mortgage-calculator-spotlight {
		height: 400px;
	}

	.mortgage-calculator-spotlight h3 {
		font-size: 36px;
	}

	.mortgage-calculator-spotlight p {
		max-width: 60%;
	}

}

@media only screen and (min-width: 600px) and (max-width: 1200px) {

	/*=== umcomment after menu is added ===*/
	/*=== responsive nav ===*/

	body.open{
		margin: 0 270px 0 -270px;
	}

	.hamburger-nav{
		display: none;
	}

	.open .hamburger-nav{
		right: 270px;
	}

	#mega-menu-wrap-primary-2.mega-menu-wrap{
		position: fixed;
		right: -250px;
		top: 0;
		margin: 0;
		width: 250px;
		height:  100%;
		-webkit-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
		-moz-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
		-o-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
		-ms-transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
		transition: all .6s cubic-bezier(0.7,0.01,0.3,1);
		z-index: 10000;
		background-color: #dedfde;
	}

	.open #mega-menu-wrap-primary-2.mega-menu-wrap{
		right: 0;
	}

	#header #mega-menu-wrap-primary-2 .mega-menu li{
		display: block;
		margin: 5px 0;
	}

	#header .navbar-nav{
		padding-top: 20px;
	}

	.mega-menu > li ul{
		position: relative;
		top: 0;
		display: block;
		padding: 5px 5px 5px 15px;

	}

	#header #mega-menu-wrap-primary-2 .mega-menu li{
		margin-top: 0;
		margin-bottom: 0;
	}

	/*=== end of responsive nav ===*/

	#title-area{
		margin-bottom: -65px;
	}
}


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

	body {
		margin: 0 auto;
		width: 100%;
	}

	.content-sidebar #content,
	.executive-landing #wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.full-width-content.executive-landing #content,
	.menu-primary,
	.menu-secondary,
	.post-type-archive-portfolio.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#sidebar-alt,
	#wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-cta a.button,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	/*.home-middle .widget, .home-top .widget {
		padding: 20px 15px;
	}*/

	.executive-home #inner,
	.full-width-content.executive-landing #content,
	.footer-widgets-2,
	.post-type-archive-portfolio.full-width-content #content,
	#content,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 20px;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.breadcrumb {
		margin: -30px -30px 30px;
		padding: 10px 15px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 5px 10px;
	}

	.menu li.right,
	#content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

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

	 #inner {
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 padding: 30px;
	 }

	.home-middle,
	.home-top {
		padding: 30px 20px 0;
	}

	.breadcrumb
	.executive-home .featuredpage .page,
	.executive-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.executive-home .home-cta {
		padding: 20px 30px;
		text-align: center;
	}

	.executive-home .home-cta .alignright {
		clear: both;
		display:	block;
		float: none;
		margin: 20px 25% 10px;
	}

	h2,
	h2 a,
	h2 a:visited {
		font-size: 36px;
	}

	.widget-area h4 {
		margin: 0 0 10px;
	}

	.sidebar .widget,
	#sidebar .widget.enews-widget {
		padding: 20px 30px;
	}

	#footer-widgets .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 30px;
	}

	.footer-widgets-1 {
		margin-bottom: 70px;
	}

	#footer {
		padding: 20px 0;
	}

	input[type="button"], input[type="submit"], a.button, a.more-link{
		font-size: 18px;
		padding: 8px 20px 7px;
	}

	.heading-panel{
		max-width: 257px;
		padding: 4% 2%;
	}

	.heading-panel h1 span{
		font-size: 38px;
		line-height: 1em;
	}
	
	.heading-panel a.more-link{
		margin-top: 0;
	}

	.home-middle-text{
		width: 100%;
	}


}

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

}

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

	.home-middle,
	.home-top {
		padding: 30px 0 0;
	}

	.post-type-archive-portfolio .portfolio,
	.home-middle .widget,
	.home-top .widget {
		text-align: center;
		width: 100%;
	}

	.executive-home .featuredpage .page,
	.executive-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.executive-home .featuredpage img,
	.executive-home .featuredpost img {
		margin: 0 0 20px;
	}

	.executive-home a.more-link {
		margin: 20px auto 0;
	}

	.post-type-archive-portfolio .portfolio {
		padding: 0 0 30px;
	}

	.post-info .date-info {
		margin: 0 0 25px;
		padding: 20px;
	}

	.post-info .comments {
		display: none;
	}


	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}


	#title-area{
		width: 100%;
	}

	#title a, #title a:hover{
		display: inline-block;
	}

	#header .top-contact{
		border: 0;
	}

	#search-4{
		display: none;
	}

	#content .flexslider h2{
		font-size: 30px;
		line-height: 1em;
	}

	#title-area{
		margin-bottom: -35px;
		width: 100%;
	}

	#header .widget_text, #header .widget_search{
		float: none;
	}

	.executive-first-home #content, .executive-existing-home #content{
		padding: 0;
	}

	#inner{
		padding: 0;
	}

	.home-top .widget_text, .inner-before-footer2 .widget_text{
		display: none;
	}

	.archive .hentry, .single .hentry{
		padding: 15px;
	}

	#sidebar{
		display: none;
	}

	#simple-social-icons-2, #text-5{
		float: left;
		width: 50%;
	}

	#enews-ext-3{
		width: 50%;
		float: right;
		display: block;
	}

	.grey-background{
		margin-bottom: 20px;
	}

	.footer-widgets-1, .footer-widgets-2{
		padding: 0;
	}
	
	.blockUI.blockMsg{
		height: 300px !important;
		width: 80% !important;
		left: 10% !important;
		
	}
	
	.video_block iframe{
		height: 300px;
	}

}

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

	.flexslider{
		display: none;
	}
	
	.landing-page #mega-menu-wrap-primary .mega-menu-toggle{
		margin: 0 -15px;
	}

	#mega-menu-wrap-primary-2, #mega-menu-wrap-primary-2 #mega-menu-primary-2{
		background-color: #DEDFDE !important;
	}

	.home-bottom .widget{
		width: 100%;
	}

	.widget_rss, .widget_tag_cloud{
		display: none;
	}

	h1{
		font-size: 30px;
	}

	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
		width: 100%;
	}

	#footer-widgets .wrap{
		padding: 15px;
	}

	.banner .heading-panel h1{
		font-size: 25px;
	}

	#sidebar .widget.enews-widget h4{
		font-size: 30px;
	}

	.banner .heading-panel{
		max-width: none;
		width: 100%;
		position: relative;
	}

	img.alignleft{
		float: none;
	}

	.landing-page .hero-banner {
		background-position: center center;
	}

	.ebookwrapper{
		height: auto;
	}

	.mortgage-calculator-spotlight {
		height: auto;
	}

	.mortgage-calculator-spotlight h3 {
		font-size: 36px;
	}

	.mortgage-calculator-spotlight p {
		max-width: 60%;
	}

	.heading-panel{
		position: relative;
		max-width: none;
	}

	.heading-panel h1{
		color: #000;
	}

	#header .widget-area{
		width: 100%;
	}
}

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

	.executive-home .home-cta h4 {
		font-size: 34px;
	}

	.executive-home .home-cta p {
		font-size: 52px;
	}

	.ebookwrapper{
		padding: 15px 15px 20px;
	}

	.media-body{
		width: 100%;
	}

	.ebookwrapper img{
		float: none;
		margin: 15px 25%; 
		width: 50%;
	}

	.mortgage-calculator-spotlight {
		padding: 0 15px 20px;
	}

	.mortgage-calculator-spotlight h3 {
		font-size: 24px;
		text-indent: 20px;
	}

	.mortgage-calculator-spotlight h3 img {
		width: 22px;
	}

	.mortgage-calculator-spotlight p {
		font-size: 22px;
		max-width: 75%;
	}

	.home-middle, .home-middle .widget{
		padding: 0;
	}
	.footer-widgets-1{
		margin-bottom: 0;
	}
	#header .top-contact{
		padding-left: 0;
	}
	h2, h2 a, h2 a:visited{
		font-size: 25px;
	}
	.small-heading, .accordion-heading a{
		font-size: 18px;
	}
	.entry-content img.alignleft, .entry-content .wp-caption.alignleft{
		margin-bottom: 0;
	}

	#nav #mega-menu-wrap-primary ul#mega-menu-primary > li:first-child{
		margin-left: 0;
	}

	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a, #nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a{
		border-radius: 0;
	}

	#nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
		padding: 20px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
		width: 100% !important;
	}

	.menu-contact{
		max-width: none;
		float: none;
	}

	#header .mega-menu > li .menu-contact ul{
		background-color: transparent;
	}

	.menu-contact li{
		list-style: none;
	}
}

#topsocial{
	background: none !important;
	border: none !important;
	float: right;
	list-style-type: none !important;
	margin: 0 6px 12px !important;
	padding: 10px !important;
}
#tophone{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	float:right;
	margin: 10px;
}
