/*
Theme Name: Summit Ascend
Theme URI: http://websolutions.hosting.com/
Description: Responsive, clean financial institution theme.
Author: HOSTING
Author URI: http://www.hosting.com/
Version: 5.1.9
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes, responsive
Text Domain: it-l10n-Builder-Summit
Domain Path: /lang/
Template: Builder-Summit
*/


/*********************************************
	Default font settings, typography, and layout.
*********************************************/

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	color: #444;
	font-family: 'Source Sans Pro','Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}
input, select, textarea {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
}

input, textarea {
	border-radius: 3px;
}
pre, code, tt, kbd {
	font-family: 'Courier', 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
	color: #EBEBEB;
	font-weight: bold;
	background: #353F49;
	display: block;
	padding: 1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, samp, ul, ol, dl {
	margin-bottom: 1em;
}
a img {
	margin: 0;
	vertical-align: top;
}

/* horizontal rule style */

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


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

body {
	background: #767676;
}


/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #800838;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #777777 !important;
	text-decoration: underline !important;
}
a:focus {
	color: #777777 !important;
	outline: 2px dotted #440013 !important;
}
/*
.entry-content a {
	color: #800838 !important;
}
*/



/*********************************************
	Button Link Styles
*********************************************/

.btn,
.btn-alt,
.more-link,
.loop-utility a,
input[type="submit"],
input[type="button"] {
	font-weight: bold !important;
	font-size: 1em !important;
	cursor: pointer !important;
	display: inline-block !important;
	background: #800838 !important;
	color: #fafafa !important;
	padding: .5em 1em !important;
/*	border: 2px solid #800838 !important;*/
	border-radius: 10px !important;*/
	/*border-top: 2px solid #1b1b19;
	border-bottom: 2px solid #1b1b19;*/
	-webkit-appearance: none !important;
	margin-bottom: 1.5em !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	-webkit-transition: all .2s ease-in !important;
	-moz-transition: all .2s ease-in !important;
	-o-transition: all .2s ease-in !important;
	-ms-transition: all .2s ease-in !important;
	transition: all .2s ease-in !important;
}

.btn-alt {
	color: #fff !important;
	border: 2px solid #440013 !important;
}

.btn:hover,
.btn:focus,
.btn-alt:hover,
.btn-alt:focus,
.more-link:hover,
.more-link:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	background: #800838 !important;
	color: #99a5b5 !important;
	text-decoration: underline !important;
}

.entry-content .btn a {
	color: #fafafa !important;
	text-decoration: none;
	display: block !important;
}

.entry-content .btn a:hover {
	background: #4A5B7D;
}

.wp-block-column {
/*	min-height: 280px;*/
	position: relative;
}

/*** Correct Disclosures Page column heights ***/
.page-id-505 .wp-block-column {
	min-height: inherit;
}

.wp-block-column a.btn {
	text-align: center;
	min-width: 85%;
	/*position: absolute;
	bottom: 0;*/
}

.loop-utility a {
	margin: 3em 0 0 0;
	background: transparent;
	border: 2px solid #A9ADB1;
	color: #A9ADB1;
}

.loop-utility a:hover,
.loop-utility a:focus {
	background: #A9ADB1;
	color: #FFF;
}

.more-link {
	display: inline-block;
	float: none;
	margin: 0;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}

.menu-quick-links {
	border-bottom: 2px solid #1b1b19;
}

.menu-quick-links-container a,
.menu-quick-links-personal-container a,
.menu-quick-links-business-container a,
.menu-quick-links-services-container a,
.menu-quick-links-resources-container a,
.menu-quick-links-about-container a {
	display: block;
    padding: 1em .5em;
    background: #800838;
    color: #fff;
    text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.menu-quick-links-container a:hover,
.menu-quick-links-personal-container a:hover,
.menu-quick-links-business-container a:hover,
.menu-quick-links-services-container a:hover,
.menu-quick-links-resources-container a:hover,
.menu-quick-links-about-container a:hover {
	background: #3A6AC9;
	padding: 1em .5em 1em 1.5em;
	color: #FFF !important;
	text-decoration: none !important;
}

/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif !important;
	color: #800838;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
	word-wrap: break-word;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.75em;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	font-weight: normal;
}
h4 {
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

.builder-module-5-background-wrapper h2,
.builder-module-5-background-wrapper h3,
.builder-module-5-background-wrapper h4,
.builder-module-5-background-wrapper h5,
.builder-module-5-background-wrapper h6,
.builder-module-6-background-wrapper h3,
.builder-module-6-background-wrapper h4,
.builder-module-6-background-wrapper h5,
.builder-module-6-background-wrapper h6 {
	color: #800838;
}

/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*********************************************
	Default Module Styling
*********************************************/

.builder-module-background-wrapper {
	background: #fff;
}
.builder-module-last-background-wrapper {

}
.builder-module-background-wrapper .builder-module-outer-wrapper {
	overflow: visible;
}
.builder-module {

}
.builder-module-top {

}
.builder-module-last {

}
.builder-module-element {

}
.left .builder-module-element {
	margin-right: 1.5em;
}
.middle .builder-module-element {
	margin-left: 5em;
	margin-right: 5em;
}
.right .builder-module-element {
	margin-left: 5em;
}



.home .builder-module-6-background-wrapper {
	background: #fff;
}

.home .builder-module-8-background-wrapper {
	background: #99a5b5;
	color: #fafafa;
}

.single .builder-module-7-background-wrapper,
.archive .builder-module-7-background-wrapper,
.page .builder-module-7-background-wrapper,
.search .builder-module-7-background-wrapper,
.home .builder-module-9-background-wrapper {
	background: #800838;
}

.home .builder-module-7-background-wrapper {
	background: #ececec;
}

.builder-module-8-background-wrapper .builder-module-8-outer-wrapper {
	padding: 40px 0 0 0;
}

.home .builder-module-8-background-wrapper h2 {
	color: #fff;
	/*text-transform: uppercase;*/
	margin: 0 0 20px 0;
}

.wp-video {
	margin: 80px 0 0 0 !important;
}

/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	padding: 0 .5em;
	background: transparent;
	margin-bottom: .5em;
/*	border: 1px solid #EBEBEB;*/
}
.builder-module-sidebar .widget-section-wrapper .left .widget-background-wrapper {
	margin-right: 1.5em;
}
.builder-module-sidebar .widget-section-wrapper .right .widget-background-wrapper {
	margin-left: 1.5em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
/*
.builder-module-widget-bar .builder-module-sidebar .widget {
	padding: .5em;
}
*/
.builder-module-sidebar .widget a {

}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}

.builder-module-sidebar h2.widget-title,
.menu-quick-links {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 1em 0;
	padding: 0;
}

.home .builder-module-3 .builder-module-sidebar .widget-background-wrapper,
.home .builder-module-3 .builder-module-sidebar .widget {
	padding: 0;
	margin: 0;
}

.home .builder-module-4-background-wrapper {
	/*background: transparent url(/wp-content/uploads/2020/10/forest-moose-background-v8-opt.png) no-repeat center bottom;
	position: relative;
	margin: -255px 0 0;
	height:1px;
	background: transparent;*/
	display:none;
}

.builder-module-2-background-wrapper .builder-module-2-outer-wrapper,
.builder-module-4-background-wrapper .builder-module-4-outer-wrapper,
.builder-module-6-background-wrapper .builder-module-6-outer-wrapper,
.builder-module-7-background-wrapper .builder-module-7-outer-wrapper,
.builder-module-8-background-wrapper .builder-module-8-outer-wrapper,
.builder-module-9-background-wrapper .builder-module-9-outer-wrapper {
	max-width: 1500px !important;
}
/*
.home .builder-module-4-background-wrapper .builder-module-4-outer-wrapper {
	max-width: 1400px !important;
}
*/
.home .builder-module-5-background-wrapper .builder-module-5-outer-wrapper {
	max-width: 1400px !important;
}

.builder-module-5-background-wrapper .builder-module-6-outer-wrapper {
	/*padding: 20px 0;*/
}

.home .builder-module-6 .builder-module-sidebar .widget,
.home .builder-module-7 .builder-module-sidebar .widget {
	padding: 1.5em 0;
}

.page-template-default .builder-module-4 .builder-module-column-2-outer-wrapper .right {
	margin: 0 0 30px 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,.15);
}

.home .builder-module-4 .builder-module-column-2-outer-wrapper .right {
	margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.menu-quick-links {
	color: #6D7985;
	padding: 25px 0 0 0;
}

.builder-module-5-background-wrapper {
	background: #fff;
}

.builder-module-sidebar h2.widget-title a {

}
.builder-module-sidebar h2.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
	/*border-bottom: 1px solid #EBEBEB; */
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.builder-module-sidebar .widget li li {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar .widget ul ul {
	margin-left: 1.5em;
}

/* Builder Content Module - Sidebars */
.builder-module-content .builder-module-sidebar .widget-background-wrapper {
	background: none;
	border: none;
}

.builder-module-content .builder-module-sidebar h4.widget-title {
	color: #676767;
}

/*********************************************
	Header Module
*********************************************/

.builder-module-header-background-wrapper {
	background: #F5F5F5;
}
.builder-module-header .builder-module-element {
	text-align: left;
}
.builder-module-header .left .builder-module-element,
.builder-module-header .right .builder-module-element {
	text-align: left;
}
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: inherit;
	height: auto;
	margin-bottom: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {

}
.site-title {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.site-title a {
	color: #1d63b3;
}
.site-title a:hover {

}
.site-tagline {
	font-weight: bold;
	font-size: 1em;
	margin-top: .25em;
	letter-spacing: 1px;
}
.site-tagline a {

}

.builder-module-1-outer-wrapper {
	padding: 0;
}

#custom_html-8,
#custom_html-9 {
	padding: 0;
}
	
#nav-access {
	width: 85%;
	top: -7.5em;
	z-index: 15001;
}

#nav-access, #nav-access a {
	position: absolute;
}

#nav-access a {
	background: rgba(255,255,255,.9);
	color: #1C4C84;
	padding: 12px 10px;
	left: 0;
	right: 0;
	font-weight: 700;
	text-align: center;
}

#nav-access a:focus,
#nav-access a:hover {
	box-shadow:3px 3px 5px #aaa !important;
	top: 7em !important;
	text-decoration:none !important;
}

.logo {
	padding: 1px;
}

.builder-module-2-background-wrapper {
	position: sticky;
    /*box-shadow: 0px 3px 3px #e0e0e0;*/
    border-top: 1px solid;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.online-banking {
	background: #dedede;
	width: 30%;
    float: right;
}

.online-banking h2 {
	font-size: 1.3em !important;
	text-align: center;
	margin: 2px 0 !important;
}

.btn-olb {
	text-align: center;
}
.olb-buttons {
	display: flex;
	flex-direction: row;
}
#olb-showOrHideDiv,
#bb-showOrHideDiv {
	background:#fff;
	/*height:169px;
	width:288px;*/
	max-width:100%;
	padding:15px;
	position:absolute;
	margin-top:28px;
	border: 2px solid #6A292C;
	right: 20px;
}
.btn-olb .btn {
	/*width: 40%;*/
	margin: 0 0 .5em 0 !important;
	padding: .2em .5em !important;
}

.olb-iframe {
	width: 250px;
    height: 290px;
	background: #800838;
    position: absolute;
    top: 200px;
    right: 137px;
	z-index: 99;
	display: none;
}

.olb-iframe h2 {
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	padding: .5em 0 0 0;
	margin-bottom: 0;
}

.olb-iframe iframe {
	width: 250px;
    height: 240px;
	padding: 20px;
}
	
.tert-nav,
.tert-nav-right,
.tert-nav-right-mobile {
	color: #800838;
	font-size: 1em;
	position: relative;
	float: right;
	display: inline-block;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:0px;
	width:650px;
	text-align:center;
}

.tert-nav i,
.tert-nav-right i,
.tert-nav-right-mobile i {
    margin: 0 5px 0 0;
}

.tert-nav a,
.tert-nav-right a,
.tert-nav-right-mobile a {
	color: #800838;
	text-decoration: none;
}
.tert-nav a:hover,
.tert-nav a:focus,
.tert-nav-right a:hover,
.tert-nav-right a:focus,
.tert-nav-right-mobile a:hover,
.tert-nav-right-mobile a:focus {
	color: #440013 !important;
	text-decoration: underline !important;
}

.tert-item,
.tert-nav-right .tert-item,
.tert-nav-right-mobile .tert-item {
	padding: 6px 5px;
	display: inline-block;
}

.tert-nav-right-mobile {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation-background-wrapper {
	background: #F5F5F5;
}

.builder-module-navigation-background-wrapper.default-module-style-background-wrapper {
	background: #353F49;
	display: none;
}

.builder-module-navigation-background-wrapper .builder-module-outer-wrapper {
	padding: 1em 0;
}
.builder-module-outer-wrapper .builder-module-navigation {
	padding: 0;
}
.builder-module-navigation {
	display: block;
	line-height: 1;
	width: 100%;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}

.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin: .75em;
}

.builder-module-navigation .current_page_item > a,
.builder-module-navigation .current-cat > a,
.builder-module-navigation .current-menu-item > a,
.builder-module-navigation.nav-with-logo .current_page_item > a,
.builder-module-navigation.nav-with-logo .current-cat > a,
.builder-module-navigation.nav-with-logo .current-menu-item > a {
	color: #1d63b3;
}

.builder-module-navigation li a:hover,
.builder-module-navigation li a:focus {
	color: #1d63b3 !important;
}

/* Second Level */

.builder-module-navigation li ul {
	background: #F5F5F5;
	width: 14em;
	margin-left: 1px;
}

.builder-module-navigation li li {
	position: relative !important;
	width: 100%;
}

.builder-module-navigation li li:last-child {
	border-bottom: 0;
}
.builder-module-navigation li li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a,
.builder-module-navigation .current-menu-item li a {
	float: none;
	font-size: 1em;
	padding: .75em;
	line-height: 1.25;
	margin: 0;
	border: 2px solid #EBEBEB;
	color: inherit;
}

.builder-module-navigation .sub-menu .current_page_item > a,
.builder-module-navigation .sub-menu .current-cat > a,
.builder-module-navigation .sub-menu .current-menu-item > a,
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a:focus,
.builder-module-navigation li li a.sfhover {
	color: #1d63b3 !important;
	border: 2px solid #1d63b3 !important;
}

.builder-module-navigation li ul ul {
	top: 0;
	right: -14em;
}

/*** Alternate Navigation Module Styles ***/

.builder-module-navigation.nav-with-logo li a,
.builder-module-navigation.secondary-navigation .current_page_item > a,
.builder-module-navigation.secondary-navigation .current-cat > a,
.builder-module-navigation.secondary-navigation .current-menu-item > a,
.builder-module-navigation.secondary-navigation li a:hover,
.builder-module-navigation.secondary-navigation li a:focus {
	color: #303B49;
}

.builder-module-navigation.nav-with-logo li a:hover, .builder-module-navigation.nav-with-logo li a:focus {
	color: #1d63b3;
}

.builder-module-navigation.nav-with-logo li li a:hover,
.builder-module-navigation.nav-with-logo li li a:focus,
.builder-module-navigation.nav-with-logo li li a.sfhover,
.builder-module-navigation.secondary-navigation li li a:hover,
.builder-module-navigation.secondary-navigation li li a:focus,
.builder-module-navigation.secondary-navigation li li a.sfhover {
	color: #1d63b3;
	border: 2px solid #1d63b3;
}

.secondary-navigation-background-wrapper {
	background: #1d63b3;
}

.builder-module-navigation.secondary-navigation .sub-menu .current_page_item > a,
.builder-module-navigation.secondary-navigation .sub-menu .current-cat > a,
.builder-module-navigation.secondary-navigation .sub-menu .current-menu-item > a {
	color: #ececec;
}

.nav-with-logo-background-wrapper {
background: transparent;
}

.nav-with-logo .builder-module-element {
	display: table;
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding: 2em 0;
}
.nav-with-logo .builder-module-element .site-logo {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	max-width: 100px;
	text-align: left;
	padding: 0;
}
.nav-with-logo .builder-module-element .site-logo img {
	display: block;
}
.nav-with-logo .builder-module-element .site-text .site-title {
	font-size: 3em;
}
.nav-with-logo .builder-module-element .site-text .site-tagline {
	font-size: 1em;
	margin-top: 0;
}
.nav-with-logo .builder-module-element .builder-module-navigation-menu-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 55%;
}
.nav-with-logo .builder-module-element ul.menu {
	float: right;
}

/*********************************************
	Widget Bar Module
*********************************************/
/*
.builder-module-widget-bar-background-wrapper {
	background: #F5F5F5;
}
*/

.builder-module-outer-wrapper .builder-module-widget-bar {
	padding-bottom: 0;
}
.builder-module-widget-bar .builder-module-sidebar {

}
.builder-module-widget-bar .widget-background-wrapper {
/*	margin: 2em 1em;*/
}
/*
.builder-module-widget-bar.dark-widgets .widget-background-wrapper {
	margin: 1em;
}
*/
.builder-module-widget-bar .widget * {

}
.builder-module-widget-bar .widget {

}

.widget .post-date {
	font-size: .9em;
}

.mod-4-tagline h2 {
	margin: 10px 0 !important;
	font-size: 24px;
	text-align: center;
}

.mod-4-icon {
	width: 25%;
    padding: 0 0 2em 0;
	float: left;
}

.mod-4-icon a {
	display: block;
}

.mod-4-icon a:focus {
	outline: 1px dotted;
}

.mod-4-icon p {
	margin: 0 !important;
	font-size: 18px;
	text-align: center;
	font-weight: 400 !important;
}

.mod-4-icon img {
	margin: 0 auto;
	display: block;
}
/*
.widgets-icon-container {
	width: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.widgets-icon-container a {
	/*color: #f081a3;
	color: #bfbfbf;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.widgets-icon i {
	/*color: #f081a3; 
	font-size: 3.5em;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/


.widgets-custom,
.join-content {
	min-height: 140px !important;
	position: relative;
	text-align: center;
}

.widgets-custom {
	background: #ececec;
}

.widgets-custom-text {
	padding: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home .widgets-custom-text {
	padding: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.widgets-custom p {
	font-size: 1.5em !important;
	/*position: absolute;*/
	bottom: 0;
}


/*** Home widgets animation ***/
.builder-module-5 .builder-module-block-outer-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.builder-module-5 .builder-module-block-outer-wrapper:hover {
	transform:translateY(-0.5em);
}

.join-content {
	color: #0e0e0e;
	font-size: 1.2em;
	padding: 3em;
	text-align: center;
}

.join-content p {
	font-size: 1.3em;
	font-weight: 700;
}

.widgets-custom i {
	font-size: 3em;
	padding: 10px 0 0 0;
}

.widgets-custom h2,
.widgets-custom h3,
.join-content h2,
.join-content h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 .5em 0;
    margin-top: 0px;
	padding: 0;
/*	min-height: 65px;*/
}

	
.btn-container {
	width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.btn-container .btn {
	width: 90%;
	border: none !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0 !important;
	margin-bottom: 0 !important
}

.btn-container .btn:hover {
	background: #687796 !important;
}


.join-content .btn-container {
	position: unset !important;
}

/*** Alternate Widget Bar Module Styles ***/

.remove-titles {
	text-align: center;
}

.remove-titles .widget .widget-title:first-child {
	display: none;
}

.remove-titles .widget h2.widget-title {
	font-size: 1.5em;
}

.remove-titles .widget-content {
	font-size: .8em;
}

.remove-titles .widget-content .it-summit-cta-link {
	font-size: 1.2em;
}

.dark-widgets .builder-module-sidebar .widget {
	padding: 20px 0;
	/*background: #dedede;*/
}

.home .dark-widgets .builder-module-sidebar .widget {
	padding: 3px 0;
	background: #dedede;
}

.dark-widgets .builder-module-sidebar .widget .widget-content {
	/*border-top: 2px solid #1b1b19;
	border-bottom: 2px solid #1b1b19;*/
}

.dark-widgets a {
/*	color: #d2e4fa; */
	text-decoration: none;
}

.dark-widgets a:hover, .dark-widgets a:focus {
	color: #99a5b5 !important;
}
/*
.dark-widgets-background-wrapper {
	background: #fafafa;
}
*/
.dark-widgets .widget-background-wrapper {
	background: none;
	border: none;
	color: #adb2b9;
}

.dark-widgets h2, .dark-widgets h3, .dark-widgets h4, .dark-widgets h5, .dark-widgets h6, .dark-widgets label, .dark-widgets p {
	color: #4A4A4A;
}

.dark-widgets h2 {
	min-height: 72px;
	display: block;
}

.dark-widgets .widget li {
	border-bottom: 1px solid #979797;
}

.social-icons-wrapper .dashicons {
	width: 40px;
	height: 40px;
	font-size: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #FFF;
}

.email-subscription-sidebar-wrapper {
	background: #353F49;
	border: 10px solid #6d7985;
	padding: 50px 25px;
}
.email-subscription-sidebar-wrapper p {
	color: #FFFFFF;
	margin-top: 0;
}
.email-subscription-sidebar-wrapper input[type="text"] {
	text-align: center;
}
.email-subscription-sidebar-wrapper input[type="submit"] {
	width: 100%;
	margin-top: .5em;
}

.mobile-app-banner {
	color: #4A4A4A;
}
.mobile-app-banner ul li {
	list-style: disc !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
	list-style-position: inside !important;
}

.mobile-app-banner-links a {
	margin: 0 15px 0 0;
}

.mobile-app-banner-phone {
	text-align: center;
}

/*** Widgets Above Footer - make anchor cover entire widget area ***/

.widget-container {
	position: relative;
	display: flex;
    flex-direction: column;
	align-items: center;
    min-height: 85px;
}

.widget-container a {
	font-size: 1.6em;
}

.widget-container h2 {
	font-size: 0.8em;
	text-align: center;
}

.widget-container p {
	margin: auto;
}

a.anchorcover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
	text-decoration: none;
}

/*** News & Events Widgets ***/

.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a,
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn {
	color: #fff !important;
	background: #800838 !important;
}

.wppsac-post-carousel h2.wppsac-post-title a,
.wppsac-post-carousel.design-1 .wppsac-post-title a,
.wppsac-post-date,
.wppsac-sub-content {
	color: #fff !important;
}

/*** Contact & Locations Page ***/

#post-350 h3 {
	border-bottom: 2px solid;
}

.gmap {
	width: 100%;
	height: 440px;
}

/*** Accordions ***/

/* Style the element that is used to open and close the accordion class */
h2.accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    font-size: 1.1em;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
}
.panel p {
    font-size: 1em;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
h2.accordion.active, 
h2.accordion:hover,
h2.accordion:focus {
    background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */
h2.accordion:after {
	font-family: "Helvetica";
    content: "\002B"; 
    font-size: 1.3em;
    color: #777;
    float: right;
    margin: -3px 0 0 5px;
}
h2.accordion.disclosure:after {
	margin: -2px 0 0 5px;
}


/* Unicode character for "minus" sign (-) */
h2.accordion.active:after {
    content: "\002D";
	font-size: 1.8em;
	margin: -12px 0 0 0;
}

/* Style the element that is used for the panel class */

div.panel {
    padding: 0 18px;
    background-color: white;
    /*max-height: 0;*/
    overflow: hidden;
    transition: 0.4s ease-in-out;
    /*opacity: 0;*/
    margin-bottom:10px;
}

div.panel.show {
    opacity: 1;
    max-height: 1500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

h2.accordion.disclosure {
	font-size: 1em;
	padding: 8px;
}

/*** End Accordions ***/

.wp-block-image figcaption {
	font-size: .9em;
	line-height: 1.3;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/*********************************************
	Footer Module
*********************************************/

footer.footer-container {
	padding: 40px 0;
	margin: 0 auto;
}

.footer-panel,
.footer-info {
	font-size: 1em;
	padding: 0 0 0 5px;
}
.footer-panel,
.footer-panel h2,
.footer-info h2,
.footer-panel h3,
.footer-panel li {
	color: #fafafa !important;
}

.footer-panel h2,
.footer-info h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

.footer-panel h3 {
	font-size: 1.3em;
	margin: 10px 0 0 0;
}

.footer-links-container {
	width: 70%;
	border-right: 2px solid #1b1b19;
	margin: 0 0 40px 0;
	float: left;
}
.footer-links {
    width: 33%;
    text-align: left;
    float: left;
}

.footer-info-container {
	width: 30%;
	height: 100%;
	float: left;
}

.footer-info {
	margin: 0 0 0 40px;
}

.footer-panel ul {
	margin: 0 !important;
}
.footer-panel li {
	background: none !important;
	padding: 2px 0 !important;
	border-bottom: none !important;
}
.footer-panel li a,
.footer-info li a {
	color: #fafafa;
	background: none !important;
	padding: 0 !important;
	text-decoration: none;
}

.footer-panel li a:hover,
.footer-panel li a:focus {
	color: #c8d1e4 !important;
	text-decoration: underline;
}
.footer-panel li a:focus,
.footer-info li a:focus,
.footer-icons li a:focus,
.footer-icons li a:focus {
	outline: 2px dotted #fafafa !important;	
}	
.footer-panel i {
	font-size: 2.5em;
}
.footer-icons img {
	padding: 0 0 15px;
}

.socials li {
	width: 100%;
	color: #fafafa;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	display: inline-block;
	border-bottom: none !important;
}
.socials li a {
	color: #fafafa;
	display: inline-block;
}

.comp-links {
	color: #fafafa;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}

.comp-links li {
	width: 50%;
	padding-bottom: 0 !important;
	margin: 0 !important;
	float: left;
	display: inline-block;
	border-bottom: none !important;
}

.comp-links a {
	padding: 0 15px 0 0;
	display: block;
}
.comp-links img {
	transition: transform .3s ease;
}

.comp-links .ehl,
.comp-links .co-op-shared,
.comp-links .co-op-atm,
.comp-links .ehl {
	height: 40px !important;
}

.comp-links img:hover {
	background: #151f4c;
	border: 1px solid #fafafa;
	transform: scale(4);
}

.rt-num {
	color: #fafafa;
	font-size: 1.1em;
    margin: 10px 0;
}

.copyright {
	width: 100%;
	color: #fafafa;
	border-top: 2px solid #1b1b19;
	padding: 0 0 20px;
	float: right;
}
.copyright p {
	padding: 20px 0;
}

#btn-top {
	display: none; /* Hidden by default */
	position: fixed;
	bottom: 32px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #c9202e;
	color: #fff;
	cursor: pointer;
	padding: 12px;
	border-radius: 3px;
	font-size: 1.2em;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.grecaptcha-badge {
	visibility: hidden;
}

.page-id-350 .grecaptcha-badge {
	visibility: initial;
}
/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	Image Module (Alternate - No Spacing)
*********************************************/

.image-no-spacing {
	margin: 0;
	padding: 0 !important;
}
.image-no-spacing .single .builder-module-element {
	margin: 0 !important;
	padding: 0;
}

/*********************************************
	Image Module (Alternate - Full Window)
*********************************************/

.image-full-window-outer-wrapper {
	max-width: none !important;
	padding: 0 !important;
}
.image-full-window {
	padding: 0 !important;
}
.image-full-window .single .builder-module-element {
	margin: 0 !important;
}
.image-full-window .builder-module-element {
	margin: 3em 0 0 0 !important;
}
.image-full-window .builder-module-sidebar-with-element {
	padding-top: 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-background-wrapper {
	padding-left: 3em;
	padding-right: 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-wrapper-left .widget-background-wrapper {
	padding: 0 0 0 3em;
}
.image-full-window .builder-module-sidebar-with-element .widget-wrapper-right .widget-background-wrapper {
	padding: 0 3em 0 0;
}
.image-full-window-outer-wrapper img {
	width: 100%;
	height: auto;
}

/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}

/*** Alternate HTML Module Styles ***/

.background-image-html-background-wrapper {
	background: url('/summit/wp-content/uploads/2017/08/2017-07-hundred-bill-abstract-2000x970.jpg') no-repeat center top fixed;
	background-color: rgba(24, 48, 76, 0.65);
	position: relative;
	color: #FFF;
	border-top: 3px solid #797979;
}

.background-image-html-background-wrapper .builder-module-block {
	max-width: 1400px;
	margin: 0 auto 20px;
	padding: 40px 0;
}

.background-image-html-background-wrapper h2 {
	color: #A9C3EE;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.background-image-html-background-wrapper .btn {
	margin: 20px 0 0 0;
}

.large-text-blue-background-html-background-wrapper {
	background: #728ba9;
/*	background: url('/summit/wp-content/uploads/2017/07/invest-dollar-stacks.jpg') no-repeat center top fixed;*/
	color: #FFF;
	font-size: 1.75em;
}

/* Hack to bring elements inside div above overlay being added in next style */
.background-image-html-background-wrapper * {
	position: relative;
}

.background-image-html-background-wrapper::before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
	background-color: rgba(24, 48, 76, 0.8);
}

/*********************************************
	Content Module
*********************************************/

.builder-module-content-background-wrapper {
	/*background: #F5F5F5;*/
}

.builder-module-content .builder-module-element {

}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .hentry {
	padding: 2em;
	background: #FFFFFF;
	margin-bottom: 5em;
	/*border: 1px solid #EBEBEB;*/
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 0.25em;
	text-transform: uppercase;
	border-bottom: 2px solid #1b1b19;
	/*display: none;*/
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: none;
}

.hentry .entry-meta-wrapper {
	color: #999999;
	font-size: .8em;

}
.hentry .entry-meta-wrapper a:hover {

}
.hentry .entry-meta {
	display: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}

.hentry .entry-meta .categories a {
	display: none;
	margin: 0 10px 10px 0;
	background: #ECECEC;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: .8em;
	color: #800838;
}

.hentry .entry-meta .categories a:hover, .hentry .entry-meta .categories a:focus {
	background: #800838 !important;
	color: #FFF !important;
}


.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding-top: 1.5em;
}
.hentry .entry-footer .entry-pages,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
}
.post-edit-link {
	display: inline-block;
	background: #EBEBEB;
	padding: .25em 1em;
	border-radius: 3px;
	color: #585858;
	font-size: .9em;
	letter-spacing: 1px;
	margin-top: 1em;
}
.entry-content {
	clear: both;
	font-size: 1.1em;
}
.loop-header {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding: 2.5em;
	margin-bottom: 3em;
}

.tax-it_exchange_category .loop-header {
	border: 1px solid #EBEBEB;
}

.loop-title {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}

.tax-it_exchange_category .loop-title {
	text-transform: none;
}

.category-description, .tag-description {
	font-weight: normal;
	font-size: 1em;
	margin: .5em 0 0 0;
}

.category-description p, .tag-description p {
	margin: 0;
}

.hentry blockquote {
  background: #F5F5F5;
  border-left: 10px solid #A9ADB1;
  margin: 1.5em 10px;
  padding: 0.5em 1em;
  quotes: "\201C""\201D""\2018""\2019";
}
.hentry blockquote:before {
  color: #A9ADB1;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.hentry blockquote:after {
	content: "\201D";
}
.hentry blockquote p {
  display: inline;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: .35em 1.5em .35em 0;
}
.hentry .aligncenter {
	margin: 1em auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.wp-caption-text {
	font-size: .9em;
	margin: 0;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 1.5em;
}

.entry-footer {
	margin-top: 2.75em;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}

/*** Custom Post Carousel Styles ***/
.wppsac-post-carousel.design-1 .wppsac-post-image-bg {
	height: 236px;
}

.wppsac-post-carousel.design-1 .wppsac-post-image-bg img {
	max-height: 236px;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}

/*********************************************
	Page Specific Styling
*********************************************/

.page .builder-module-content .hentry {
	margin-bottom: 0;
}

/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 3em;
}

#comments h3, #respond h3 {
	font-size: 1.75em;
}

.commentlist, .comment-form {
	margin-top: 1.5em;
	background: #FFF;
	border: 1px solid #EBEBEB;
	padding: 1.5em;
}

.commentlist {
	margin-left: 0;
}

.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	padding: 0 0 0 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}

.commentlist li.comment.depth-1,
.commentlist li.trackback.depth-1,
.commentlist li.pingback.depth-1 {
	border-bottom: 1px solid #EBEBEB;
	padding: 0;
}

.commentlist li.comment.depth-1:last-child,
.commentlist li.trackback.depth-1:last-child,
.commentlist li.pingback.depth-1:last-child {
	border-bottom: none;
}

.commentlist .comment-body {
	border-bottom: 5px solid #6d7985;
	padding-bottom: 3em;
}

.commentlist .comment-meta {
	margin-bottom: 2em;
	overflow: hidden;
}

.commentlist .comment-meta .comment-metadata {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

.commentlist .comment-meta a {
	text-decoration: none;
	color: #999;
}

.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: .25em;
}
.commentlist .fn a {
	text-decoration: none;
}
.comment-edit-link {
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1em;
	text-decoration: none;
	padding: 0 .5em;
}
.comment-edit-link:hover {

}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.comment-form-comment {
	margin-top: 1em;
}

.comment-form label {
	display: block;
	margin-bottom: 10px;
}

/* Response Form */
#respond {
	margin-top: 3em;
	padding: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}

.comment-body .reply {
	margin-top: 1.5em;
}
.comment-reply-link {
	font-weight: bold;
}
.comment-reply-title small {
	display: block;
}
#cancel-comment-reply-link {
	display: inline-block;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
}
#cancel-comment-reply-link:hover {
	background: #3B3F42;
}
.logged-in-as {
	margin: 0.25em 0;
}
.form-allowed-tags {
	display: none;
	margin-top: 0;
	margin-bottom: 2.5em;
}
.form-allowed-tags code {
	display: block;
	margin-top: .5em;
	font-size: .85em;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	padding: 0 2em;
	font-size: 1.5em;
	line-height: 1.4;
}

/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
blockquote cite {
	display: inline-block;
	margin-top: 1em;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {

}
pre {
	margin-bottom: 1.5em;
	color: #EBEBEB;
	font-weight: bold;
	white-space: pre;
	overflow: auto;
	background: #353F49;
	padding: 1em;
	display: block;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	color: #222222;
	background: #FFF198;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}

/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	color: #333333;
	background: #EBEBEB;
	font-weight: bold;
}
th, td, caption {
	padding: .25em !important;
	text-align: left;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}

/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}

/*********************************************
	Form Styling
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	padding: .75em;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-color: #AAAAAA;
	-webkit-appearance: none;
	width: 100%;
	max-width: 100%;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	border-color: #888888;
}
input[type="submit"] {
	max-width: 400px;
}
select {
	font-size: 1em;
	max-width: 99%;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
input[type="submit"] {
	font-size: 1em;
	cursor: pointer;
}

/*********************************************
	Search Form Styling
*********************************************/

#searchform {
	position: relative;
	width: 100%;
	float: right;
}
#searchform input[type="text"] {
	font-size: 1em;
	width: 80%;
	height: 45px;
	max-width: 100%;
	padding: .5em 10px;
	border-radius: 3px 0 0 3px;
}
#searchform input[type="submit"] {
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 45px;
	max-width: 100%;
	margin: 0;
	border: 2px solid #1d63b3;
	padding: .7em 10px;
	border-radius: 0 3px 3px 0;
}

.offscreen {
	clip: rect(1px 1px 1px 1px); /* IE 6/7 */
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap; /* added line */
	width: 1px;
}

.offscreen:focus {
    position:relative;
    clip:auto;
    width:auto;
    height:auto;
    overflow:auto;
}
/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: .5em;
}
.post-password-form input {
	max-width: 350px;
	display: block;
}

/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

.extension-error-message {
	text-align: center;
	color: #FFF;
	background: red;
	padding: 4em 2em;
}

.extension-error-message h2 {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	background: #FFF;
	color: red;
	text-transform: uppercase;
}

.extension-error-message p {
	font-size: 1.25em;
}

/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.builder-module-sidebar .widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-sidebar .widget_rss li 	a.rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.builder-module-sidebar .widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.builder-module-sidebar .widget_rss .rssSummary {
	margin: 1.5em 0 .5em 0;
}
.builder-module-sidebar .widget_rss li cite {
	font-style: italic;
}

/* Tag Cloud Widget */
.builder-module-sidebar .widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	background: #F5F5F5;
	border-radius: 3px;
	margin: .1em;
	padding: .1em .5em;
	text-decoration: none;
}
.builder-module-sidebar .widget_tag_cloud a:hover {

}
/* Calendar Widget */
.builder-module-sidebar #wp-calendar {

}
.builder-module-sidebar #wp-calendar th,
.builder-module-sidebar #wp-calendar td,
.builder-module-sidebar #wp-calendar caption {
	text-align: center;
}

/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}

/*********************************************
	Mobile Navigation Menu
*********************************************/

.it-mobile-menu {
	display: none;
}

.sub-menu-expand {
	display: none;
}

/*********************************************
	Featured Image
*********************************************/

/*** Featured image is set to load below the hidden navigation -  see functions.php (add_action( 'builder_module_render_navigation')) ***/

.it-featured-image {
	line-height: 0;
	display: none;
}

.page .it-featured-image, .blog .it-featured-image, .single-post .it-featured-image {
	border-bottom: 5px solid #1d63b3;
	text-align: center;
}

.it-featured-image a {
	margin-top: 1em;
	display: block;
}
.it-featured-image img {
	margin: 0;
}

/*********************************************
	Misc.
*********************************************/

::selection {
	color: #FFFFFF;
	background: #575757; /* Safari */
	}
::-moz-selection {
	color: #FFFFFF;
	background: #575757 /* Firefox */
}

/* Input Placeholder Text Color */
::-webkit-input-placeholder {
   color: #4A545A;
}
:-moz-placeholder { /* Firefox 18- */
   color: #4A545A;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #4A545A;
}
:-ms-input-placeholder {
   color: #4A545A;
}
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
}
input:focus:-ms-input-placeholder {
   color: transparent;
}

/*********************************************
	Start Become A Member Styles
*********************************************/
.testimonial-container {
	max-width: 80%;
	margin: 0 auto;
}
.testimonial-block {
	background: #eee;
	padding: 15px;
}

/*********************************************
	End Become A Member Styles
*********************************************/

/***** Animations ****/

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
/*.animated {
  visibility: visible;*/
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations */

/*@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}*/

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/*@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}*/



.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}

.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

/*.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}*/

/*********************************************
	Post Format Styling
*********************************************/

/* Image Post Format */
.format-image {
	box-shadow: 1px 1px 2px 2px #EBEBEB;
}
.format-image .entry-title {
	margin-bottom: .5em;
	text-align: center;
}
.format-image .it-featured-image img {
	margin: 0;
}
.format-image .entry-meta.date {
	float: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 1em;
}
.format-image .entry-content {
	text-align: center;
}
.format-image .entry-footer {
	border: 0;
}
.format-image .post-edit-link {
	margin-left: 1em;
	margin-bottom: 1em;
	display: inline-block;
}

.format-image .wp-caption-text {
	text-align: center;
	margin: 1em 0 0 0;
}

/* Status Format */
.builder-module-content .format-status {
	padding: 3em;
	border: 5px solid #1d63b3;

}
.format-status a {
	color: #9AA1A6;
}
.format-status .entry-content {
	font-size: 1.25em;
}
.format-status .entry-footer {
	border: 0;
}
.format-status .entry-meta {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	color: #999;
	font-weight: bold;
}
.format-status .entry-meta a {
	color: #1d63b3;
	font-weight: bold;
}

/* Quote Format */
.format-quote {
	padding: 3em;
	border: 5px solid #87b94b;
}
.format-quote a {
}
.format-quote .entry-content {
	font-size: 1.35em;
	position: relative;
}
.hentry.format-quote .post-infin-link {
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-decoration: none;
	color: #A9ADB1;
	font-size: 1.5em;
}

.hentry.format-quote .post-infin-link:hover, .hentry.format-quote .post-infin-link:focus {
	color: #1d63b3;
}
.format-quote .entry-footer {
	border: 0;
	padding: 0;
	margin: 0;
}
.format-quote .post-edit-link {
	margin-top: 1em;
	display: inline-block;
}

.wppsac-post-categories,
.wppsac-post-categories-list,
.wppsac-post-date{
	display: none;
}


@media ( min-width:800px ) and ( max-width:1366px ) {
	.home .builder-module-4-background-wrapper {
		margin: inherit !important;
	}
	.home .builder-module-5-background-wrapper {
		min-height: 412px !important;
	}
	.online-banking {
		width: 100% !important;
	}
}

#showOrHideDiv {
	background: #fff;
    height: 50px;
    max-width: 100%;
    padding: 5px;
/*	box-shadow: 0px 0px 3px 3px #ADDAD4;*/
    border: 1px solid transparent;
	-webkit-animation: open_height_toggle .2s ease;
	animation: open_height_toggle .2s ease;
	border-top: 1px solid #07164b;
	font-size: 1.5em;
}

#showHideBtn {
	width: 100%;
	font-family: "Lato", Helvetica, Arial, sans-serif;
    background: #0e5534;
	color: #fff !important;
	font-size: 1em;
    font-weight: 700;
    /*text-transform: uppercase;*/
	text-decoration: none !important;
	/*margin: 15px 0 0 0;*/
    padding: 10px 39px;
/*    box-shadow: 0px 0px 3px 3px #ADDAD4;*/
    border: 1px solid transparent;
}
#showHideBtn:hover,
#showHideBtn:focus {
	cursor: pointer;
	text-decoration: underline !important;
}
.mega-sub-menu {
	background:#ececec !important;
}
