.builder-module-element {
	margin-bottom: 0em;
}

/*********************************************
	Main Background
*********************************************/

/* #########################################
	Specific Module Settings 
############################################ */

.logo {
	display: none;
}

.logo-mobile {
	display: block;
}
/* hide the login area */
#loginForm {
	display:none;
}

.builder-module-sidebar .widget-wrapper-left .widget {
	margin: 0;
}

/* show the mobile login button and fix the logo */
.builder-module.builder-module-2 .left .widget {
	max-width:100% !important;
}
.builder-module.builder-module-2 .left .widget .widget-content {
	width:213px;
	max-width:100%;
	margin:.25em auto;
}
.builder-module.builder-module-2 .right .widget.widget-1 {
	display:none;
}
.builder-module.builder-module-2 .right .widget.widget-2 .textwidget {
	width:257px;
	margin:.25em auto;
}
#mobileLogin {
	display:block;
	border:none;
}
.builder-module-2 .widget .textwidget #mobileLogin .iconLeft {
	float:left;
	max-width:45%;
	margin:0 auto;
	padding:10px 2.5%;
	text-align:center
}
.builder-module-2 .widget .textwidget #mobileLogin .iconRight {
	float:right;
	max-width:45%;
	margin:0 auto;
	padding:10px 2.5%;
	text-align:center
}
#builder-module-53c83f8db2379 .builder-module-column-1-outer-wrapper,
#builder-module-53c83f8db2379 .builder-module-column-2-outer-wrapper,
#builder-module-53c841f1cf47d .builder-module-column-1-outer-wrapper,
#builder-module-53c841f1cf47d .builder-module-column-2-outer-wrapper,
#builder-module-5da4feebc901c .builder-module-column-1-outer-wrapper,
#builder-module-5da4feebc901c .builder-module-column-2-outer-wrapper,
#builder-module-5da4fefd60725 .builder-module-column-1-outer-wrapper,
#builder-module-5da4fefd60725 .builder-module-column-2-outer-wrapper {
	width: 100% !important;
	margin: 0 !important;
	float: none;
}

#custom_html-7,
#custom_html-14 {
	text-align: center;
}

#custom_html-18 {
	margin: 0;
}


.tert-nav,
.tert-nav-right,
.tert-nav-right-mobile {
	text-align: center;
	float: none;
	display: block;
}

.tert-item.date {
	display: none;
}

.btn-olb {
    width: 91%;
    float: none;
}
/* hide the navigation */
.builder-module-navigation-menu-wrapper {
	display:none;
}

.builder-module-4-background-wrapper {
	background: #0062bf;
}

/* hide the banner 
.home .builder-module-4-background-wrapper {
	background:none;
}

.home .builder-module-4 .widget-wrapper {
	display:none;
}
*/
/* hide the content 
.home .builder-module-5,
.home .builder-module-6 {
	display:none;
}
*/

#nav_menu-2-background-wrapper {
	display: none;
}

/* #########################################
	Content Area
############################################ */
.entry-content {
/*	padding:1em 1.8em;*/
	margin:0px;
	position:relative !important;  /*allows read more links to position to absolute bottom */
	clear: both;
}

/**** Tabby Tabs - style-mobile.css ****/
.responsive-tabs .responsive-tabs__panel {
	padding: 10px !important;
}

.responsive-tabs .responsive-tabs__heading {
	background: #001447 !important;
	color: #fafafa !important;
}
.responsive-tabs .responsive-tabs__heading::after {
	border-top: 6px solid #001447 !important;
}
.responsive-tabs .responsive-tabs__heading--active::after,
.responsive-tabs .responsive-tabs__heading--active:hover::after {
	border-top: none !important;
	border-bottom: 6px solid #001447 !important;
}

.responsive-tabs .responsive-tabs__heading--active,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	background: #001447 !important;
}

.btn-col {
	width: 92% !important;
}

.gmap {
	width: 100%;
}
/*********************************************
	Footer Module
*********************************************/
.home .builder-module.builder-module-7 .widget {
	display:none;
}
.builder-template-page .builder-module.builder-module-5 .widget  {
	display:none;
}

/*********************************************
	Navigation Module (Mobile)
*********************************************/
.builder-module-navigation.mobile {
	background:none;
	padding-top: 0em !important;
	margin:0 0 1em 0;
}
.builder-module-navigation.mobile ul {
	margin-top: .5em;
}
.builder-module-navigation.mobile li {
	/* Cody's Mods */
	width: 100%;
	position: relative;
}
/* second level stuff */
.builder-module-navigation.mobile li ul {
	/* Cody's Mods */	
	position: relative !important;
	left: 0 !important;
	border: 0;
	width: 100%;
	margin: 0;
}
.builder-module-navigation.mobile li a,
.builder-module-navigation.mobile .current_page_item li a,
.builder-module-navigation.mobile .current-cat li a,
.builder-module-navigation.mobile .current-menu-item li a {
	/* Cody's Mods */
	margin: 0;
	background: transparent;
	border-color: transparent;
	color: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.builder-module-navigation.mobile li a:hover,
.builder-module-navigation.mobile .current_page_item li a:hover,
.builder-module-navigation.mobile .current-cat li a li a:hover,
.builder-module-navigation.mobile .current-menu-item li a:hover {
	background: #3B3F42;
	color: #ffffff;
}
.builder-module-navigation.mobile li li {
	/* Cody's Mods */
	border: 0;
	width: 100%;
}
.builder-module-navigation.mobile li ul ul {
	/* Cody's Mods */	
	margin: 0;
}
/* Cody's Mods */
.builder-module-navigation.mobile li li a {
	padding: .25em 0 .25em 2em;
	line-height: inherit;
	border-radius: 2px;
}
.builder-module-navigation.mobile li li li a {
	padding-left: 4em;
}
.builder-module-navigation.mobile-nav .menu.it-mobile-menu-hidden {
	display: none;
}
.it-mobile-menu {
	background: #ECECEC;
	color: #3B3F42;
	font-size:1.5em;
	padding: .25em .75em;	
	display: block;
	cursor: pointer;
	border:1px solid #dadada;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;	
}
.builder-module-navigation.mobile.borderless {
	border: 0;
}

/*** Footer ***/

.footer-links {
	width: 100%;
}

.footer-panel h2 {
	padding: 30px 0 0 0;
}

/* Teasers Extension (Left and Right) */

.loop .entry-content.teasers .teasers-featured-image {
	width: 100%;
	max-width: 100%;
}
.loop .entry-content.teasers .entry-title {
	margin-right: 0;
	margin-left: 0;
}
.loop .teasers-left-content-wrapper {
	margin-left: 0;
}
.loop .teasers-right-content-wrapper {
	margin-right: 0;
}


/* Portfolio Layout */
.builder-module-content .loop .portfolio-post-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}


/* Magazine Layout */
.builder-module-content .loop .magazine-post-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 0 2em 0;
	padding: 0;
}



/* Image Grid Layout */
.loop .grid_wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}






/* Comments */

.commentlist li.comment,
.commentlist li.trackback, 
.commentlist li.pingback {
	padding-right: 0;
	padding-left: .75em;
}
.commentlist .comment-body {
	margin-right: .5em;
}

.commentlist .children li.comment,
.commentlist .children  li.trackback, 
.commentlist .children  li.pingback {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
	padding-right: 0;
}