@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* blog comment addition - 08.23.2018 */
.comment {
	border-bottom: 1px solid #e4e4e4;
	padding: 10px;
}
.comment .comment-meta,
.comment .reply {
	display: none;
}

.comment p {
	padding-left: 46px;
	margin-top: 0;
	margin-bottom: 10px;
}

.comment.odd {
	background: #efefef;
}

.comment img {
	margin-right: 10px;
}

ul.commentlist {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

ul.commentlist li {

}

/* ADA compliance additions - 06.29.2018 */
#compliance {
	font-size: 14px;
}

.online-banking-table {
	border-width: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto;
}

.online-banking-table td {
	padding: 0;
}

.online-banking-table tr td {
	text-align: left;
}

.online-banking-table tr td:last-child {
	text-align: right;
	padding-left: 10px;
}

.online-banking-table tr td.align-center {
	text-align: center !important;
}

.online-banking-table tr td input {
	margin-right: 0 !important;
}

.online-banking-table-sidebar {
	margin: 0 !important;
}

/* style additions - 03.08.2017 */
.page-template-page-fs .footer-container .footer-right {
    margin-top: 45px;
}
.page-template-page-fs .footer-container .footer-right p.certified,
.page-template-page-fs .footer-container .footer-right #compliance {
    display: none !important;
}

/* centra pixel tracking addition - 12.16.2016 */
.centra-pixel-tracking,
.centra-pixel-tracking-entry {
    display: none;
}

/* style additions - 11.30.2016 */
.video-popup {
    margin: 0 auto;
}

.wpb_content_element {
    margin-bottom: 0;
}

#admin-page-edit-links {
    clear: both;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #d4d4d4;
}
#admin-page-edit-links a {
    background: #0085C8;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 12px 8px 12px;
    font-size: 13px;
    line-height: 1em;
}

/* temporary styles */

.page-id-2376 #post-2376 h2.entry-title {
    display: none;
}
#appointment {
    padding: 9px 0 0 5px;
    margin: 0 auto;
}

#appointment-wrapper {
    display: block;
    text-align: center;
}
#appointment {
    display: inline-block;
    float: none;
}

/* site styles */
html {
    box-sizing: border-box;
}

*,:before,:after {
    box-sizing: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

*,:before,:after {
    box-sizing: border-box;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img,iframe,video {
    max-width: 100%;
}

img {
    height: auto;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    border: 0;
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

textarea,input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,body {
    font-family: 'PT Sans', sans-serif;
}

body {
    -webkit-overflow-scrolling: touch;
    background: #d1d1d1;
}

.bg-container {
    background: #fff;
}

.no-scroll {
    overflow: hidden;
}

.meta {
    display: none;
}

h1,h2,h3 {
    text-transform: uppercase;
    color: #0083c8;
}

h4,h5,h6 {
    color: #8ac73c;
}

a {
    color: #0083c8;
}

a:hover {
    color: #8ac73c;
}

input[type=text] {
    border-radius: 3px;
    border: 2px solid #0083c8;
    padding: 5px;
    color: #0083c8;
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem;
}

input[type=password] {
    border-radius: 3px;
    border: 2px solid #0083c8;
    padding: 5px;
    color: #0083c8;
    text-transform: none;
    font-size: 13px;
    font-size: .8125rem;
}

input[type=submit] {
    background: #0083c8;
    color: #fff;
    text-transform: uppercase;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	
    padding: 5px 7px 4px 7px;
    font-size: 13px;
    font-size: .8125rem;
}

input[type=submit]:hover {
    background: #8ac73c;
}

::-webkit-input-placeholder {
    color: rgba(0,131,200,0.75);
}

:-moz-placeholder {
    color: rgba(0,131,200,0.75);
}

::-moz-placeholder {
    color: rgba(0,131,200,0.75);
}

:-ms-input-placeholder {
    color: rgba(0,131,200,0.75);
}

.btn,.page-template-page-business-php .btn {
    border-radius: 3px;
    display: inline-block;
}

.btn a,.page-template-page-business-php .btn a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: .8125rem;
}

.btn a:hover,.page-template-page-business-php .btn a:hover {
    color: #fff;
}

.btn.has-arrow,.page-template-page-business-php .btn.has-arrow {
    padding-right: 10px;
}

.btn.has-arrow a,.page-template-page-business-php .btn.has-arrow a {
    background: url(../img/arrow-white.png) no-repeat right 14px;
    padding-right: 20px;
}

.btn-personal {
    background: #0083c8;
}

.btn-personal:hover {
    background: #8ac73c;
}

.btn-business {
    background: #8ac73c;
}

.btn-business:hover {
    background: #0083c8;
}

.disclaimer {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    color: #999;
    font-size: 12px;
    font-size: .75rem;
}

.table-check {
    height: 40px;
    width: 40px;
    background: url(../img/check-personal.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
}

.tablepress tfoot th,.tablepress thead th {
    background-color: #1a83c6;
    text-transform: uppercase;
    border: none;
    color: #fff;
    text-align: center;
}

.tablepress tfoot th:first-child,.tablepress thead th:first-child {
    background: none;
}

.tablepress tbody td,.tablepress tfoot th {
    border: none;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.tablepress .odd td {
    background-color: #d0def2;
}

.tablepress td:first-child {
    background-color: #1a83c6;
    color: #fff;
    min-width: 120px;
}

.tablepress .row-hover tr:hover td {
    background-color: #fff;
}

.tablepress .row-hover tr:hover td:first-child {
    background-color: #1a83c6;
}

.tablepress .row-hover tr:hover.odd td {
    background-color: #d0def2;
}

.tablepress .row-hover tr:hover.odd td:first-child {
    background-color: #1a83c6;
}

.page-template-page-business-php h1,.page-template-page-business-php h2,.page-template-page-business-php h3,.page-template-page-home-business-php h1,.page-template-page-home-business-php h2,.page-template-page-home-business-php h3 {
    color: #8ac73c;
}

.page-template-page-business-php h4,.page-template-page-business-php h5,.page-template-page-business-php h6,.page-template-page-home-business-php h4,.page-template-page-home-business-php h5,.page-template-page-home-business-php h6 {
    color: #0083c8;
}

.page-template-page-business-php a,.page-template-page-home-business-php a {
    color: #8ac73c;
}

.page-template-page-business-php a:hover,.page-template-page-home-business-php a:hover {
    color: #0083c8;
}

.page-template-page-business-php ::-webkit-input-placeholder,.page-template-page-home-business-php ::-webkit-input-placeholder {
    color: rgba(138,199,60,0.75);
}

.page-template-page-business-php :-moz-placeholder,.page-template-page-home-business-php :-moz-placeholder {
    color: rgba(138,199,60,0.75);
}

.page-template-page-business-php ::-moz-placeholder,.page-template-page-home-business-php ::-moz-placeholder {
    color: rgba(138,199,60,0.75);
}

.page-template-page-business-php :-ms-input-placeholder,.page-template-page-home-business-php :-ms-input-placeholder {
    color: rgba(138,199,60,0.75);
}

.page-template-page-business-php input[type=submit]:hover,.page-template-page-home-business-php input[type=submit]:hover {
    background: #8ac73c;
}

h1 {
    font-size: 31px;
    font-size: 1.9375rem;
}

h2 {
    font-size: 23px;
    font-size: 1.4375rem;
}

h3 {
    font-size: 17px;
    font-size: 1.0625rem;
}

.header-container {
    background: #fff url(../img/top-bg.jpg) no-repeat center top;
}

.header-container .wrapper {
    position: relative;
    padding: 0;
}

.header-container .logo {
    margin-top: 10px;
    text-align: center;
}

.header-container .social-widgets {
    display: none;
}

.header-container .alert-bar {
    max-height: 0;
    overflow: hidden;
}

.header-container .alert-bar p {
    padding: 0;
    margin: 0;
}

.has-alert .header-container .alert-bar {
    max-height: 200px;
    margin-top: 10px;
    background: url(../img/alert-arrow.png) no-repeat 5px center;
    padding: 10px 30px 10px 10px;
    padding-left: 30px;
    border-top: 1px dashed #0083c8;
    border-bottom: 1px dashed #0083c8;
    overflow: visible;
}

.header-container .mobile-nav-content {
    position: fixed;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 302;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow: scroll;
}

.header-container .mobile-nav-content .mobile-nav {
    margin-top: 0;
}

.header-container .mobile-nav-content .social-widgets {
    display: block;
    background: #0083c8;
    border-bottom: 1px solid #8ac73c;
}

.header-container .mobile-nav-content .social-widgets ul {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-container .mobile-nav-content .social-widgets ul li {
    display: inline-block;
    text-align: center;
    width: 33%;
}

.header-container .mobile-nav-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-container .mobile-nav-content ul:after {
    content: "";
    display: table;
    clear: both;
}

.header-container .mobile-nav-content ul li {
    width: 100%;
}

.header-container .mobile-nav-content ul li:after {
    content: "";
    display: table;
    clear: both;
}

.header-container .mobile-nav-content ul a {
    width: 100%;
    color: #fff;
    padding: 10px;
    float: left;
    text-decoration: none;
}

.header-container .mobile-nav-content ul a:after {
    content: "";
    display: table;
    clear: both;
}

.header-container .mobile-nav-content ul .sub-menu {
    padding-left: 10px;
}

.header-container .mobile-nav-content ul .sub-menu .sub-menu {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.header-container .mobile-nav-content ul .sub-menu li.has-arrow {
    padding-right: 10px;
}

.header-container .mobile-nav-content ul .sub-menu li.has-arrow > a {
    padding-right: 20px;
}

.header-container .mobile-nav-content ul .sub-menu li.has-arrow > a:before {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    right: 10px;
    background: url(../img/arrow-white.png) no-repeat center;
}

.header-container .mobile-nav-content ul .sub-menu li.has-arrow.is-open > a:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-container .mobile-nav-content ul .sub-menu li.has-arrow.is-open .sub-menu {
    max-height: 400px;
}

.header-container .mobile-nav-content #menu-primary-nav > li:first-child {
    background: #0083c8;
}

.header-container .mobile-nav-content #menu-primary-nav > li:last-child {
    background: #8ac73c;
}

.header-container .mobile-nav-content #menu-financial-services a {
    color: #0083c8;
}

.header-container .mobile-nav-content > ul:last-child {
    background: #555;
}

.header-container .mobile-nav-content.display-nav {
    left: 0;
}

.header-container .mobile-nav-content.display-nav .mobile-nav {
    display: block;
    position: relative;
    background: #fff url(../img/mobile-nav-x.png) no-repeat 10px center;
}

.header-container .mobile-nav-content #menu-utility-nav a {
    color: #000;
}

.header-container .mobile-nav-content #menu-utility-nav .menu-header-search input {
    margin-right: 10px;
}

.header-container .mobile-nav-container {
    height: 50px;
}

.header-container .mobile-nav {
    z-index: 301;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff url(../img/mobile-nav.png) no-repeat right 10px center;
    background-size: auto 25px;
    border-top: 1px solid #8ac73c;
    border-bottom: 1px solid #8ac73c;
    padding: 15px 0;
    margin-top: 10px;
    text-align: center;
}

.header-container .mobile-nav a {
    text-decoration: none;
    text-transform: uppercase;
}

.header-container .mobile-nav.stick-top {
    position: fixed;
    top: 0;
    margin-top: 0;
}

.header-container.fs-page header .financial-services {
    position: absolute;
    z-index: 1000;
    margin-top: 47px;
}

.header-container.fs-page header .financial-services ul {
    padding: 0;
    margin: 0;
}

.header-container.fs-page header .financial-services ul li {
    display: inline-block;
}

.header-container.fs-page header .financial-services ul li .sub-menu {
    position: absolute;
    display: none;
    background: rgba(0,131,200,0.9);
}

.header-container.fs-page header .financial-services ul li .sub-menu li {
    display: block;
}

.header-container.fs-page header .financial-services ul li:hover {
    background: #0083c8;
}

.header-container.fs-page header .financial-services ul li:hover .sub-menu {
    display: block;
}

.header-container.fs-page header .financial-services ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 16px;
    line-height: 50px;
    height: 50px;
}

.header-container.fs-page:after {
    margin-top: -5px;
}

@media only screen and (max-width: 767px) {
    .header-container.fs-page .financial-services {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-container .primary > ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .header-container .primary > ul > li {
        list-style: none;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .header-container .primary > ul > li.current-menu-item {
        box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    }

    .header-container .primary > ul > li > a {
        padding: 15px 0;
        width: 100%;
        float: left;
        text-align: center;
    }

    .header-container .primary > ul > li > a:active {
        box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    .header-container .primary > ul > li:first-child {
        background: #0083c8;
    }

    .header-container .primary > ul > li:first-child .sub-menu {
        display: none;
    }

    .header-container .primary > ul > li:last-child {
        background: #8ac73c;
    }

    .header-container .primary > ul > li:last-child .sub-menu {
        display: none;
    }

    .header-container .primary > ul > li .sub-menu {
        padding: 0;
        position: absolute;
        display: block;
        z-index: 1000;
        margin-top: 35px;
    }

    .header-container .primary > ul > li .sub-menu .sub-menu {
        display: none;
    }
}

.header-container .primary li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.header-container .primary .current-menu-item > a,.header-container .primary .current-menu-ancestor > a {
    z-index: 12;
}

.header-container .utility {
    display: none;
}

@media only screen and (min-width: 768px) {
    #appointment-wrapper {
        display: inline-block;
        float: right;
        text-align: center;
    }
    #appointment {
        display: inline-block;
    }


    .header-container {
        margin-bottom: 45px;
    }

    .header-container:after {
        position: absolute;
        height: 50px;
        margin-top: -5px;
        background: #0083c8;
        background-color: #0083c8;
        background-image: -webkit-linear-gradient(-270deg,#0083c8 0%,#3fa5da 1%,#0083c8 70%,#0083c8 100%);
        background-image: -webkit-linear-gradient(90deg,#0083c8 0%,#3fa5da 1%,#0083c8 70%,#0083c8 100%);
        background-image: linear-gradient(0deg,#0083c8 0%,#3fa5da 1%,#0083c8 70%,#0083c8 100%);
        width: 100%;
        content: '';
    }

    .header-container .wrapper {
        padding: 0 10px;
    }

    .header-container .mobile-nav,.header-container .mobile-nav-content,.header-container .mobile-nav-container {
        display: none;
    }

    .header-container .logo {
        text-align: left;
        display: inline-block;
    }

    .header-container .social-widgets {
        display: block;
/*
            position: absolute;
        right: 0;
        top: 0;
*/
        float: right;
        font-size: 13px;
    }

    .header-container .social-widgets .widgettitle {
        display: none;
    }

    .header-container .social-widgets li {
        display: inline-block;
        padding: 10px 4px;
    }

    .header-container .primary {
        margin: 16px 0 0;
        display: inline-block;
        width: 100%;
    }

    .header-container .primary > ul {
        padding: 0;
        margin: 0;
        position: relative;
        text-align: left;
    }

    .header-container .primary > ul > li {
        height: 36px;
        display: inline-block;
        text-align: left;
    }

    .header-container .primary > ul > li > a {
        position: relative;
        float: left;
        padding: 10px;
        padding-left: 15px;
        padding-bottom: 6px;
        width: 145px;
    }

    .header-container .primary > ul > li:first-child > a {
        z-index: 11;
        background: url(../img/personal-main-tab.png) no-repeat left;
    }

    .header-container .primary > ul > li:last-child > a {
        margin-left: -5px;
        width: 160px;
        background: url(../img/business-main-tab-inactive.png) no-repeat left;
    }

    .header-container .primary > ul > li:last-child .sub-menu {
        display: none;
    }

    .header-container .primary > ul > li > .sub-menu {
        margin-top: 37px;
    }

    .header-container .primary > ul > li > .sub-menu > li > a {
        padding: 10px 17px;
        line-height: 49px;
    }

    .header-container .primary > ul > li > .sub-menu li:hover {
        background: #0083c8;
    }

    .header-container .primary > ul > li > .sub-menu li:hover .sub-menu {
        display: block;
    }

    .header-container .primary > ul > li > .sub-menu .sub-menu {
        display: none;
        position: absolute;
        background: rgba(0,131,200,0.9);
        margin-top: 0;
        padding-left: 0;
    }

    .header-container .primary > ul > li > .sub-menu .sub-menu.has-many {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-rule: 1px solid #8ac73c;
        -moz-column-rule: 1px solid #8ac73c;
        column-rule: 1px solid #8ac73c;
        min-width: 400px;
    }

    .header-container .primary > ul > li > .sub-menu .sub-menu.has-many li {
        min-width: 250px;
        display: block;
    }

    .header-container .primary > ul > li > .sub-menu .sub-menu li {
        display: block;
        margin: 0;
        min-width: 150px;
    }

    .header-container .primary > ul > li > .sub-menu .sub-menu li a {
        display: block;
        width: 100%;
        padding: 10px 20px;
    }

    .header-container .primary li {
        display: inline-block;
    }

    .header-container .primary li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header-container .primary li > .sub-menu {
        padding: 0;
        position: absolute;
        display: block;
        z-index: 1000;
    }

    .header-container .primary li > a {
        z-index: 12;
    }

    .header-container .primary .sub-menu li a {
        letter-spacing: 1px;
        padding: 0 20px;
    }

    .header-container .utility {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .header-container .utility .menu {
        margin: 0;
    }

    .header-container .utility .menu li {
        display: inline-block;
        border-right: 1px solid #0083c8;
        padding-right: 10px;
        padding-left: 5px;
        margin-top: 15px;
    }

    .header-container .utility .menu li:last-child {
        border: none;
        padding-right: 10px;
    }

    .header-container .utility .menu li a {
        font-size: 14px;
        font-size: .875rem;
        color: #000;
        text-decoration: none;
    }

    .header-container .utility .menu .menu-header-search {
        border-right: none;
        height: 30px;
        width: 245px;
        margin-top: 0;
        display: inline-block;
    }

    .header-container .utility .menu .menu-header-search input[type="text"] {
        margin-left: 10px;
        display: inline-block;
        width: 185px;
        padding: 2px;
        border-radius: 3px;
        padding-left: 15px;
        border: 2px solid #0083c8;
        color: #0083c8;
        text-transform: uppercase;
        font-size: 14px;
        font-size: .875rem;
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .header-container .menu .menu-header-search input[type="submit"] {
        font-size: 14px;
        font-size: .875rem;
        border: 2px solid #0083c8;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
        display: inline-block;
        text-indent: -50px;
        width: 25px;
        margin: 0;
        padding: 2px;
        background: #fff url(../img/search-glass-personal.png) no-repeat center;
    }

    .header-container.fs-page .utility {
        position: relative;
        text-align: right;
        margin-top: 10px;
    }

    .header-container.fs-page .primary {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header-container .primary {
        margin: 32px 0 0;
    }

    .header-container .primary > ul > li > .sub-menu > li > a {
        padding: 10px;
    }

    .header-container .utility .menu li {
        margin-top: 0;
    }

    .header-container .utility .menu .menu-header-search {
        display: block;
        margin-right: 0;
        padding-right: 10px;
        text-align: right;
        width: 100%;
        margin-bottom: 4px;
    }

    .header-container.fs-page header .financial-services ul li a {
        padding: 10px;
    }

    .header-container.fs-page .utility {
        margin-top: 22px;
    }

    .header-container.fs-page .utility .menu .menu-header-search {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
    }
}

.page-template-page-business-php .header-container:after,.page-template-page-home-business-php .header-container:after {
    background-color: #8ac73c;
    background-image: -webkit-linear-gradient(-270deg,#8ac73c 0%,#658f2f 1%,#8ac73c 70%,#8ac73c 100%);
    background-image: -webkit-linear-gradient(90deg,#8ac73c 0%,#658f2f 1%,#8ac73c 70%,#8ac73c 100%);
    background-image: linear-gradient(0deg,#8ac73c 0%,#658f2f 1%,#8ac73c 70%,#8ac73c 100%);
}

@media only screen and (min-width: 768px) {
    .page-template-page-business-php .header-container .primary > ul > li:first-child > a,.page-template-page-home-business-php .header-container .primary > ul > li:first-child > a {
        background: url(../img/personal-main-tab-inactive.png) no-repeat left;
    }
}

.page-template-page-business-php .header-container .primary > ul > li:first-child .sub-menu,.page-template-page-home-business-php .header-container .primary > ul > li:first-child .sub-menu {
    display: none;
}

@media only screen and (min-width: 768px) {
    .page-template-page-business-php .header-container .primary > ul > li:last-child > a,.page-template-page-home-business-php .header-container .primary > ul > li:last-child > a {
        background: url(../img/business-main-tab.png) no-repeat left;
    }
}

.page-template-page-business-php .header-container .primary > ul > li:last-child > .sub-menu,.page-template-page-home-business-php .header-container .primary > ul > li:last-child > .sub-menu {
    margin-left: -149px;
    position: absolute;
    z-index: 1000;
}

@media only screen and (min-width: 768px) {
    .page-template-page-business-php .header-container .primary > ul > li:last-child > .sub-menu,.page-template-page-home-business-php .header-container .primary > ul > li:last-child > .sub-menu {
        display: block;
    }
}

.page-template-page-business-php .header-container .primary > ul > li:last-child > .sub-menu li:hover,.page-template-page-home-business-php .header-container .primary > ul > li:last-child > .sub-menu li:hover {
    background: #8ac73c;
}

.page-template-page-business-php .header-container .primary > ul > li:last-child > .sub-menu li:hover .sub-menu,.page-template-page-home-business-php .header-container .primary > ul > li:last-child > .sub-menu li:hover .sub-menu {
    background: rgba(138,199,60,0.9);
}

.page-template-page-business-php .header-container .utility .menu li,.page-template-page-home-business-php .header-container .utility .menu li {
    border-right: 1px solid #8ac73c;
}

.page-template-page-business-php .header-container .utility .menu li:last-child,.page-template-page-home-business-php .header-container .utility .menu li:last-child {
    border: none;
    padding-right: 10px;
}

.page-template-page-business-php .header-container .utility .menu .menu-header-search,.page-template-page-home-business-php .header-container .utility .menu .menu-header-search {
    border: none;
}

.page-template-page-business-php .header-container .utility .menu .menu-header-search input[type="text"],.page-template-page-home-business-php .header-container .utility .menu .menu-header-search input[type="text"] {
    border-color: #8ac73c;
    color: #8ac73c;
}

.page-template-page-business-php .header-container .utility .menu .menu-header-search input[type="submit"],.page-template-page-home-business-php .header-container .utility .menu .menu-header-search input[type="submit"] {
    background: #fff url(../img/search-glass-business.png) no-repeat center;
    border-color: #8ac73c;
    
    background: #8ac73c;
}

.featured-image {
    text-align: center;
    min-height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .featured-image {
        min-height: 110px;
    }
}

@media only screen and (min-width: 1024px) {
    .featured-image {
        min-height: 135px;
    }
}

.content-container {
    background: #fff;
}

.content-container .content {
    margin: 30px 0;
}

.content-container .content h1:first-child,.content-container .content h2:first-child,.content-container .content h3:first-child,.content-container .content h4:first-child,.content-container .content h5:first-child,.content-container .content h6:first-child,.content-container .content p:first-child {
    margin-top: 0;
}

.content-container .content .hentry {
    padding-bottom: 10px;
}

.content-container .aside {
    margin: 30px 0;
}

.content-container .aside .widget-area > div {
    margin-bottom: 40px;
    overflow: auto;
}

.content-container .aside .widget-area > div:first-child h2 {
    margin-top: 0;
}

.content-container .aside .widget-area > div h2 {
    font-size: 17px;
    font-size: 1.0625rem;
}

.content-container .aside .widget-area > div p {
    margin: 0;
    margin-bottom: 10px;
}

.content-container .aside .widget-area > div .cta-inner a {
    text-decoration: none;
}

.content-container .aside .widget-area > div .cta-inner div {
    border-radius: 10px;
    min-height: 150px;
    width: 100%;
}

.content-container .aside .widget-area > div .cta-inner h2 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
    text-transform: uppercase;
    color: #0083c8;
}

.content-container .aside .widget-area > div .cta-inner p {
    margin: 0;
    float: right;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    color: #8ac73c;
    border-bottom: 1px solid #8ac73c;
}

.content-container .aside .widget-area > div .cta-inner p:hover {
    color: #0083c8;
    border-bottom: 1px solid #0083c8;
}

.content-container .aside .widget-area > div .btn {
    width: 100%;
}

.content-container .aside .widget-area > div .btn a {
    width: 100%;
    display: inline-block;
}

.content-container .aside input[type=text] {
    border-radius: 3px;
    border: 2px solid #0083c8;
    padding: 5px;
    color: #0083c8;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: .8125rem;
    width: 100%;
}

.content-container .aside input[type=password] {
    border-radius: 3px;
    border: 2px solid #0083c8;
    padding: 5px;
    color: #0083c8;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: .8125rem;
    width: 100%;
}

.content-container .aside input[type=submit] {
    background: #0083c8;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 7px 10px;
    float: right;
    font-size: 13px;
    font-size: .8125rem;
}

.content-container .aside input[type=submit]:hover {
    background: #8ac73c;
}

@media only screen and (min-width: 768px) {
    .content-container {
        display: block;
    }

    .content-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .content-container .content {
        float: right;
        display: block;
        margin-left: 2.35765%;
        width: 74.41059%;
    }

    .content-container .content:last-child {
        margin-left: 0;
    }

    .content-container .aside {
        float: right;
        display: block;
        margin-left: 2.35765%;
        width: 23.23176%;
    }

    .content-container .aside:last-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .content-container .content {
        overflow: scroll;
    }
}

.page-template-page-business-php .content-container .aside .widget-area > div .cta-inner h2,.page-template-page-home-business-php .content-container .aside .widget-area > div .cta-inner h2 {
    color: #8ac73c;
}

.page-template-page-business-php .content-container .aside .widget-area > div .cta-inner p,.page-template-page-home-business-php .content-container .aside .widget-area > div .cta-inner p {
    color: #0083c8;
    border-bottom: 1px solid #0083c8;
}

.page-template-page-business-php .content-container .aside .widget-area > div .cta-inner p:hover,.page-template-page-home-business-php .content-container .aside .widget-area > div .cta-inner p:hover {
    color: #8ac73c;
    border-bottom: 1px solid #8ac73c;
}

.page-template-page-business-php .content-container .aside .widget-area > div input[type=text],.page-template-page-home-business-php .content-container .aside .widget-area > div input[type=text] {
    border: 2px solid #8ac73c;
    color: #8ac73c;
}

.page-template-page-business-php .content-container .aside .widget-area > div input[type=submit],.page-template-page-home-business-php .content-container .aside .widget-area > div input[type=submit] {
    background: #8ac73c;
}

.footer-container {
    background: #d1d1d1;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-container ul {
    margin: 0;
    padding: 0;
}

.footer-container p {
    margin: 0;
    padding: 0;
}

.footer-container footer .footer-right,.footer-container footer .footer-left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
}

.footer-container footer .footer-right:last-child,.footer-container footer .footer-left:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .footer-container footer .footer-right,.footer-container footer .footer-left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        text-align: left;
        margin-top: 45px;
    }

    .footer-container footer .footer-right:last-child,.footer-container footer .footer-left:last-child {
        margin-right: 0;
    }

    .footer-container footer .footer-right {
        text-align: right;
        margin-top: 17px;
    }
}

.footer-container .social-widgets {
    font-size: 13px;
}

.footer-container .social-widgets .widgettitle {
    display: none;
}

.footer-container .social-widgets li {
    display: inline-block;
    padding: 10px;
}

.footer-container .social-widgets li:first-child {
    padding-left: 0;
}

.footer-container .footer-widgets {
    font-size: 13px;
}

.footer-container .footer-widgets .widgettitle {
    display: none;
}

.footer-container nav {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-container nav li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 10px;
}

.footer-container nav li:last-child {
    border: none;
}

.footer-container nav li:first-child {
    padding-left: 0;
    font-weight: 700;
}

.footer-container nav li:first-child a {
    color: #000;
}

.footer-container nav li:first-child a:hover {
    color: #000;
}

@media only screen and (max-width: 767px) {
    .footer-container nav li:first-child {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border: none;
    }

    .footer-container nav li:first-child:last-child {
        margin-right: 0;
    }
}

.footer-container .certified {
    background: url(../img/certified-logos-blue.png) no-repeat center;
    width: 170px;
    height: 50px;
    display: inline-block;
}

.page-template-page-business-php .footer-container .certified,.page-template-page-home-business-php .footer-container .certified {
    background: url(../img/certified-logos-green.png) no-repeat center;
}

.sweet-alert button.cancel {
    background: #8DC63F !important;
}

input[type="search"]::-ms-clear {
    display: none;
}

.home-container {
    background: #fff;
}

.wrapper {
    max-width: 61.25em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.hero-slider {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.hero-slider .hero-container {
    width: 1300px;
    height: 251px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
}

.hero-slider .hero-container:before {
    background: url(../img/hero-border-left.png) no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    content: '';
    height: 251px;
    width: 150px;
    z-index: 1000;
    right: 100%;
}

.hero-slider .hero-container:after {
    background: url(../img/hero-border-right.png) no-repeat left center;
    background-size: auto 100%;
    position: absolute;
    content: '';
    height: 251px;
    width: 150px;
    z-index: 1000;
    left: 100%;
    top: 0;
}

.hero-slider .owl-carousel {
    text-align: center;
}

.hero-slider .owl-carousel .owl-item .item {
    min-width: 100%;
    min-height: 251px;
}

.hero-slider .owl-carousel .owl-item .item a {
    font-size: 13px;
    font-size: .8125rem;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 8px;
    margin-top: 170px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    background: #0083c8;
    color: #fff;
}

.hero-slider .owl-carousel .owl-item .item a:hover {
    background: #8ac73c;
}

.hero-slider .owl-carousel .owl-item .item .hero-content {
    width: 700px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
}

.hero-slider .owl-carousel .owl-item img {
    width: 100%;
}

.hero-slider .owl-theme .owl-controls {
    margin: 0;
    text-align: left;
    position: absolute;
    width: 960px;
    margin-left: -480px;
    left: 50%;
}

.hero-slider .owl-theme .owl-controls .owl-buttons {
    display: none;
}

.hero-slider .owl-theme .owl-controls .owl-pagination {
    margin-top: 5px;
    padding: 0 10px;
}

.hero-slider .owl-theme .owl-controls .owl-pagination .owl-page span {
    background: transparent;
    border: 2px solid #fff;
    opacity: 1;
}

.hero-slider .owl-theme .owl-controls .owl-pagination .owl-page.active span {
    background: #fff;
    border: none;
}

.hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-prev,.hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-next {
    display: inline-block;
    background: #fff url(../img/arrow-blue.png) no-repeat 5px center;
    text-indent: -999999px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 4px;
}

.hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 5px;
}

.hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-next {
    margin-left: 5px;
}

.hero-slider .bottom-shadow {
    width: 100%;
    content: '';
    display: block;
    box-shadow: 0 7px 5px -2px rgba(0,0,0,0.5);
    background: #0083c8;
    height: 30px;
}


/* locator search */
.page-id-101 .content-container .content,
.page-id-3165 .content-container .content {
    float: none;
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .hero-slider .hero-container {
        display: none;
    }

    .hero-slider .owl-carousel .owl-wrapper-outer {
        overflow: inherit;
    }

    .hero-slider .owl-carousel .owl-item {
        min-height: 90px;
    }

    .hero-slider .owl-carousel .owl-item .item {
        min-height: 120px;
    }

    .hero-slider .owl-carousel .owl-item .item .hero-content {
        width: 100%;
        text-align: center;
    }

    .hero-slider .owl-carousel .owl-item .item .hero-content a {
        position: absolute;
        left: 0;
        margin-top: 37px;
        width: 100%;
        border-radius: 0;
        top: 75px;
        z-index: 21000;
    }

    .hero-slider .owl-carousel .owl-pagination {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-slider .owl-theme .owl-controls {
        margin: 0;
        text-align: left;
        float: left;
        position: relative;
        width: 300px;
        left: 0;
    }
}

.widgets-container {
    background: #fff;
	padding-bottom: 20px;

}

.home-widgets {
    text-align: center;
}

.home-widgets h2 {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 10px;
}

.home-widgets input[type=text] {
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: .8125rem;
    min-width: 250px;
    margin-right: 10px;
}

.home-widgets input[type=password] {
    padding: 10px;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: .8125rem;
    min-width: 250px;
    margin-right: 10px;
}

.home-widgets input[type=submit] {
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 13px;
    font-size: .8125rem;
}

@media only screen and (max-width: 767px) {
    .cta-container > div {
        height: 150px;
        position: relative;
        margin-bottom: 20px;
    }

    .cta-container > div a {
        text-decoration: none;
    }

    .cta-container > div h2 {
        background: #0083c8;
        text-transform: uppercase;
        border-radius: 10px;
        border: 3px solid #fff;
        box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.25);
        overflow: hidden;
        position: absolute;
        color: #fff;
        font-size: 15px;
        font-size: .9375rem;
        margin: 0;
        padding: 10px;
        z-index: 15;
        right: 0;
        left: 55%;
        top: 35%;
    }

    .cta-container > div .hover-text {
        border-radius: 10px;
        border: 3px solid #fff;
        box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.25);
        overflow: hidden;
        font-size: 13px;
        font-size: .8125rem;
        height: 150px;
        width: 50%;
    }

    .cta-container > div .hover-text p {
        display: none;
        margin: 0;
        background: rgba(0,131,200,0.75);
        left: 0;
        right: 0;
        padding: 10px;
        position: absolute;
        height: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .video-popup {
        float: right;
        margin: 0 0 20px 20px; 
    }
    
    .cta-container > div {
        border-radius: 10px;
        border: 3px solid #fff;
        box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.25);
        overflow: hidden;
        height: 150px;
        position: relative;
        margin-bottom: 20px;
    }

    .cta-container > div a {
        text-decoration: none;
    }

    .cta-container > div h2 {
        background: #0083c8;
        text-transform: uppercase;
        position: absolute;
        color: #fff;
        font-size: 13px;
        font-size: .8125rem;
        margin: 0;
        padding: 10px;
        box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.25);
        z-index: 15;
        left: 0;
        right: 0;
        height: 35px;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .cta-container > div .hover-text {
        z-index: 14;
        position: absolute;
        color: #fff;
        height: 115px;
        left: 0;
        right: 0;
        top: 35px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 13px;
        font-size: .8125rem;
    }

    .cta-container > div .hover-text p {
        display: none;
        margin: 0;
        background: rgba(0,131,200,0.75);
        left: 0;
        right: 0;
        padding: 10px;
        position: absolute;
        height: 100%;
    }

    .cta-container > div:hover .hover-text p {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cta-container {
        max-width: 500px;
        margin: 0 auto;
    }

    .cta-container > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }

    .cta-container > div:last-child {
        margin-right: 0;
    }

    .cta-container > div:nth-child(2n) {
        margin-right: 0;
    }

    .cta-container > div:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1024px) {
    .cta-container > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
    }

    .cta-container > div:last-child {
        margin-right: 0;
    }
}

.page-template-page-home-business-php .cta-container > div h2 {
    background: #8ac73c;
}

.page-template-page-home-business-php .cta-container > div .hover-text p {
    background: rgba(138,199,60,0.75);
}

.page-template-page-home-business-php .home-widgets input[type=text] {
    border: 2px solid #8ac73c;
    color: #0083c8;
}

.page-template-page-home-business-php .home-widgets input[type=password] {
    border: 2px solid #8ac73c;
    color: #0083c8;
}

.page-template-page-home-business-php .home-widgets input[type=submit] {
    background: #8ac73c;
}

.page-template-page-home-business-php .hero-slider .bottom-shadow {
    background: #8ac73c;
}

.page-template-page-home-business-php .hero-slider .owl-carousel .owl-item .item a {
    background: #8ac73c;
}

.page-template-page-home-business-php .hero-slider .owl-carousel .owl-item .item a:hover {
    background: #0083c8;
}

.page-template-page-home-business-php .hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-prev,.page-template-page-home-business-php .hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-next {
    background: #fff url(../img/arrow-green.png) no-repeat 5px center;
}

.page-template-page-fs-php .hero-slider .bottom-shadow {
    background: #8ac73c;
}

.page-template-page-fs-php .hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-prev,.page-template-page-fs-php .hero-slider .owl-theme .owl-controls .owl-pagination .myOwl-next {
    background: #fff url(../img/arrow-green.png) no-repeat 5px center;
}

@media only screen and (max-width: 767px) {
    .page-template-page-fs-php .hero-slider .owl-carousel .owl-item .item .hero-content a {
        background: #8ac73c;
    }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
    cursor: url(../img/grabbing.png) 8 8,move;
}

/* fix */
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
/*IE7 fix*/
    opacity: .5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
/*IE7 fix*/
    opacity: .5;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

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

@keyframes backSlideIn {
    0%,25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

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

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.ir {
    display: block;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -999em;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.group {
    *zoom: 1;
}

.group:before,.group:after {
    display: table;
    content: "";
}

.group:after {
    clear: both;
}

img[src*="googleadservices.com"] {
    position: absolute;
    top: 0;
    left: -9000em;
}

/* Blog Theming */
.page-id-1205 .blog-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-id-1205 .blog-post-inner {
    padding: 0 5px 15px;
}

.page-id-1205 .blog-post img {
    border: 1px solid #eee;
    height: auto;
    width: 100%;
}

.page-id-1205 .blog-post h2.post-heading {
    font-size: 18px;
    font-weight: 300;
    padding: 0 5px;
    text-transform: capitalize;
}

.page-id-1205 .blog-post h2.post-heading a {
    text-decoration: none;
}

.page-id-1205 .content-container .content {
    float: none;
    width: 100%;
}

.single-post .content-container .content {
    overflow: hidden;
}

.admin-links {
    padding: 0 5px;
    font-size: 12px;
}

.admin-links a {
    text-decoration: none;
}

.single .featured-image,.single .post-image {
    display: none !important;
}

.socialMediaOnEveryPost {
    border: 1px dotted #eee;
    border-width: 1px 0;
    margin: 30px 0;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.socialMediaOnEveryPost {
    color: #0083c8;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.socialMediaOnEveryPost a {
    font-weight: 400;
    font-size: inherit;
    text-transform: none;
}

.sgmbShare {
    padding-top: 12px;
}

.jssocials-share {
    margin: 0 .6em .6em 0 !important;
}

.comments {
    padding-top: 20px;
}

/* quick comment box formatting update */
.comment-form-comment label {
    display: block;
    padding-bottom: 6px;
}

.comment-form-comment textarea#comment {
    min-height: 5em;
    width: 100% !important;
}

/* Manual Related Posts */
.bawmrp {
    overflow: hidden;
    margin: 60px 0 50px;
}

.bawmrp ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.bawmrp ul li {
    margin: 0 0 30px;
    padding: 0 !important;
    float: none;
    width: 100% !important;
    border-width: 0 !important;
}

.bawmrp ul li:nth-child(3n+3) {
    margin-right: 0;
}

.bawmrp ul li a {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}

.bawmrp ul li a img {
    border: 1px solid #eee;
    height: auto;
    margin-bottom: 8px;
    width: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    
}

.page-id-1205 .blog-post {
    width: 50%;
    float: left;
}

.page-id-1205 .blog-post:nth-child(2n+1) {
    clear: left;
}    

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .page-id-1205 .blog-post {
        width: 50%;
        float: left;
    }

    .page-id-1205 .blog-post:nth-child(2n+1) {
        clear: none;
    }

    .bawmrp ul li {
        margin: 0 0 20px;
        float: none;
        width: 50% !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 768px) {
    /* Styles */
    .page-id-1205 .blog-post {
        width: 33%;
        float: left;
    }

    .page-id-1205 .blog-post:nth-child(2n+1) {
        clear: none;
    }

    .bawmrp ul li {
        margin-right: 2%;
        float: left;
        width: 32% !important;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 980px) {
    /* Styles */
    .page-id-1205 .blog-post {
        width: 25%;
        float: left;
    }
}

.page-id-2066 .post-2066 h2.entry-title {
    display: none;
}



/* Financial Calculators: Overrides */
#calculator-wrapper {
    margin-top: -20px;
    margin-bottom: 40px;
}

#calculator-wrapper table th {
    border-bottom: 1px solid #c9c9c9;
    padding: 30px 24px 10px 0 !important;
}

#calculator-wrapper table td {
    border-bottom: 1px solid #fcfcfc;
    padding: 12px 20px 12px 0;
    vertical-align: top;
}

#calculator-wrapper table tr td:first-child a {
    display: block;
    font-size: 14px;
}


#KJECommandButtons {
    top: -20px !important;
}
.KJECommandButton,
.KJEMenuButton {
    background: #7ab800 !important;
    border: 2px solid #fff !important;
    
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;	
}

.KJECalculatorTable {
    background-image: none !important;
    background-color: #DFE9F0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	
	border-color: #c9c9c9 !important;
}

.KJETitle {
    background-image: none !important;
}

.KJEInputContainer .KJEArrow {
    border-bottom-color: #007ac9 !important;
}

.KJEWrapper hr {
    color: #c9c9c9 !important;
    margin-bottom: 20px !important;
}

.KJEFooter {
    color: #666 !important;
    font-style: italic !important;
    padding: 10px 40px !important;
}

.financial-calculators-footer {
    padding-top: 20px;
}
.b-calculators-link {
    line-height: 1.4em;
}

#KJEReset {
    margin-bottom: 12px !important;
}

.KJEMenuNewRow {
    margin-top: -8px !important;
}

#KJEEmailInput {
    text-transform: none !important;
}