/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
    background: #ffffff;
    color: #404144;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

a {
    color: #062f6e;
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
    body .section-container:not(#billboard-container):not(#footer-container) {
        max-width: 90%;
    }

    #primary-nav-container {
        max-width: 820px !important;
        margin: 0 0 0 auto;
    }

    #billboard .billboard-content {
        max-width: 90% !important;
    }

    #home-section-1-cell-1 {
        width: 44% !important;
    }

    #home-section-1-cell-2 {
        width: 56% !important;
    }
}


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #062f6e;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #062f6e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #062f6e;
}


/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #062f6e;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
    color: #062f6e;
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #404144;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
    color: #404144;
    text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover {
    text-decoration: underline;
}


/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {}

.single-attorney #header-wrapper {
    border-bottom: 3px solid #e9ecf2;
}

#header-container {
    max-width: 1250px;
}

#header {
    padding: 25px 0;
}

#header .logo {
    max-width: 209px;
    width: 100%;
}

#header-cell-1,
#header-cell-2{
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    #header {
        padding: 25px 0 0;
    }

    #header-cell-1{
        text-align: center;
    }

    #header-cell-2 .inner{
        padding: 0;
    }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    font-family: 'Lato', sans-serif;
}

#primary-nav-container {
    max-width: 850px;
    margin: 0 0 0 auto;
}

#primary-nav {}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}

#primary-nav .menu > .menu-item > a {
    color: #0c2440;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 10px;
    text-decoration: none;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {}

#primary-nav .menu > .menu-item > a:after {
    background-color: transparent;
    bottom: 0px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    margin: 0 auto;
}

#primary-nav .menu > .menu-item:hover > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:hover:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:focus:after {
    background-color: #ca9700;
    width: 100%;
    height: 3px;
}

#primary-nav .menu > .menu-item > a:hover, 
#primary-nav .menu > .menu-item.current-menu-item > a{
    color: #0c2440;
}

#primary-nav .menu:hover > .menu-item.current-menu-item > a {}

#primary-nav .menu .sub-menu {
    min-width: 230px;
}

#primary-nav .menu > li.left-edge > div > ul {
    left: inherit;
    right: 0;
}

#primary-nav .menu .sub-menu .menu-item{
    background: #ca9700;
}

#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #a67c00;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #primary-nav-container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #a67c00;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #a67c00;
}

#mobile-nav .mobile-menu .current-menu-item {
    background: transparent;
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
    overflow: hidden;
}

#billboard-container{
    max-width: 100%;
}

#billboard img {
    display: block;
    width: 100%;
    height: auto;
}

#billboard .billboard-content {
    box-sizing: border-box;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 9;
}

#billboard .tmf-module {
    border-top: 3px solid #d1d7e1;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

#billboard .editor-content h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 10px;
}

#billboard .editor-content h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

#billboard .editor-content h5:before, 
#billboard .editor-content h5:after {
    content: '';
    border-top: 3px solid #d1d7e1;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

#billboard .editor-content h5:after {
    margin: 0 0 0 20px;
}

@media screen and (max-width: 850px) {
    #billboard .billboard-content {
        background: #0c2440;
        position: inherit;
        bottom: inherit;
        padding: 25px 25px;
    }
}

@media screen and (max-width: 450px) {
    #billboard .tmf-module {
        max-width: 350px;
    }

    #billboard .editor-content h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 350px) {
    #billboard .editor-content h1 {
        font-size: 25px;
    }
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {}

#int-billboard-container{
    max-width: 100%;
}

#int-billboard img {
    display: block;
    width: 100%;
    height: auto;
}

#int-billboard .int-billboard-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1250px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

#int-billboard .int-billboard-title {
    background: rgba(12,36,64,0.95);
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    padding: 25px 25px;
    position: relative;
}

#int-billboard .int-billboard-title:before {
    background: rgba(12,36,64,0.95);
    display: block;
    content: "";
    height: 100%;
    width: 1000%;
    position: absolute;
    top: 0;
    left: -1000%;
}

#int-billboard .int-billboard-title:after {
    border-top: 94px solid transparent;
    border-left: 30px solid rgba(12,36,64,0.95);
    content: "";
    display: block;
    height: 0;
    right: -30px;
    position: absolute;
    top: 0;
    width: 0;
}

#int-billboard h1#page-title{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 850px) {
    #int-billboard .int-billboard-content {
        position: inherit;
        top: inherit;
        transform: inherit;
    }

    #int-billboard .int-billboard-title {
        background: rgba(12,36,64,1);
        display: block;
        text-align: center;
        padding: 15px 25px;
    }

    #int-billboard .int-billboard-title:before,
    #int-billboard .int-billboard-title:after {
        display: none;
    }

    #int-billboard h1#page-title{
        padding-right: 0px;
    }
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
    background: rgba(12,36,64,1);
}

#int-title-container{
    max-width: 1250px;
}

#int-title{
    padding: 15px 25px;
}

#int-title h1#page-title{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper{}

#home-body-container {
    max-width: 1050px;
}

#home-body {
    padding: 45px 0;
    text-align: center;
}

#home-body .editor-content p {
    color: #1d1d1d;
    line-height: 28px;
}

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

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {}

#body-container {
    max-width: 1250px;
}

#body {
    padding: 45px 0;
}

#body .custom-inner{
    padding: 0 25px;
}

@media screen and (max-width: 850px) {}

/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#home-practice-areas-wrapper{}

#home-practice-areas-container {
    max-width: 1120px !important;
}

#home-practice-areas {
    text-align: center;
    padding: 0 0 90px;
}

#home-practice-areas .inner{
    padding: 0 10px;
}

#home-practice-areas h3.tmf-module-title {
    color: #0c2440;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

#home-practice-areas h3.tmf-module-title:before, 
#home-practice-areas h3.tmf-module-title:after {
    content: '';
    border-top: 3px solid #d1d7e1;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

#home-practice-areas h3.tmf-module-title:after {
    margin: 0 0 0 20px;
}

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

/* ======================================== *
        Home Testimonial Section
 * ======================================== */
#int-testimonials-wrapper{
    background: #ffffff;
}

#int-testimonials-container{
    max-width: 1250px;
}

#int-testimonials {
    padding: 70px 0;
}

#int-testimonials .inner{
    padding: 0 25px;
}

#int-testimonials .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    max-width: 200px;
    width: 100%;
    margin-top: 25px;
    padding: 10px 10px;
}

/*Slider CSS*/
#int-testimonials .bx-wrapper {
    margin: 0;
    padding: 0px;
}

#int-testimonials .bx-viewport {
    max-width: 100% !important;
    left: 0 !important;
}

#int-testimonials .bx-wrapper .bx-controls-direction a {
    color: #c5c5c5;
    font-size: 0;
    height: 21px;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 12px;
    z-index: 9999;
    transform: translateY(-50%);
}

#int-testimonials .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -80px 0;
    background-size: 111px;
    left: -12px;
}

#int-testimonials .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -100px 0;
    background-size: 111px;
    right: -12px;
}

/*@media screen and (max-width: 1250px) {
    #int-testimonials .bx-wrapper .bx-prev {
        left: 15px;
    }

    #int-testimonials .bx-wrapper .bx-next {
        right: 15px;
    }
}*/

@media screen and (max-width: 1200px) {
    #int-testimonials {
        padding: 50px 0;
    }
}

@media screen and (max-width: 950px) {
    #int-testimonials {
        text-align: center;
    }
}



/* ======================================== *
        Interior Contact Section
 * ======================================== */
#int-contact-wrapper {}

#int-contact-container {
    max-width: 1000px;
    border-bottom: 3px solid #d1d7e1;
}

#int-contact {
    padding: 40px 0px;
}

#int-contact .inner{
    padding: 0 10px;
}

#int-contact .tmf-module-area-int-contact .tmf-module-content{
    max-width: 850px;
    margin: 0 auto;
}

#int-contact h3.tmf-module-title {
    color: #0c2440;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

#int-contact h3.tmf-module-title:before, 
#int-contact h3.tmf-module-title:after {
    content: '';
    border-top: 3px solid #d1d7e1;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

#int-contact h3.tmf-module-title:after {
    margin: 0 0 0 20px;
}

#int-contact .gform_wrapper.tmf-form_wrapper {}
#int-contact .left_half,
#int-contact .right_half {
    display: block;
    float: left;
    vertical-align: top;
    width: 50%;
}

#int-contact .editor-content ul {
    padding-left: 0;
}

#int-contact .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#int-contact .gform_wrapper.tmf-form_wrapper input[type=text],
#int-contact .gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

#int-contact .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}

#int-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields {
    padding: 0 15px;
    margin: 0;
}

#int-contact .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin: 0;
    padding-right: 0 !important;
}

#int-contact .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #45484d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

#int-contact .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
#int-contact .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, 
#int-contact .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}

#int-contact input[type="text"]::-webkit-input-placeholder,
#int-contact input[type="tel"]::-webkit-input-placeholder,
#int-contact input[type="email"]::-webkit-input-placeholder,
#int-contact textarea::-webkit-input-placeholder,
#int-contact select::-webkit-input-placeholder {
  color: #0c1f3d;
}

#int-contact input[type="text"]:-ms-input-placeholder,
#int-contact input[type="tel"]:-ms-input-placeholder,
#int-contact input[type="email"]:-ms-input-placeholder,
#int-contact textarea:-ms-input-placeholder,
#int-contact select:-ms-input-placeholder {
  color: #0c1f3d;
}

#int-contact input[type="text"]::placeholder,
#int-contact input[type="tel"]::placeholder,
#int-contact input[type="email"]::placeholder,
#int-contact textarea::placeholder,
#int-contact select::placeholder {
  color: #0c1f3d;
}

#int-contact input[type="text"], 
#int-contact input[type="tel"], 
#int-contact input[type="email"], 
#int-contact textarea,
#int-contact select {
    background: #dee5ef;
    border: 1px solid #dee5ef;
    color: #0c1f3d;
    font-size: 18px !important;
}

#int-contact input[type=text]:focus,
#int-contact textarea:focus {
    border: 1px solid #dee5ef;
}

#int-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
    height: 175px !important;
}

#int-contact .gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    #int-contact {
        margin-top: 0px;
    }

    #int-contact {
        max-width: 100%;
        border: none;
    }
}

@media screen and (max-width: 850px) {
    #int-contact .inner{
        padding: 0 25px;
    }

    #int-contact .left_half,
    #int-contact .right_half {
        display: block;
        float: none;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    #int-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields {
        padding: 0;
    }
}


/* ======================================== *
        Attorney Single Accordion
 * ======================================== */
.attorney-accordion .editor-content ul {
    padding-left: 25px;
    line-height: 1.9em;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #0c2440;
}

#footer-container {
    max-width: 1150px;
}

#footer{
    padding: 65px 0;
    text-align: center;
}

#footer-cell-1,
#footer-cell-2{
    vertical-align: middle;
}

#footer-cell-2 .inner{
    padding: 0;
}

#footer-cell-2 .tmf-post-list.small {
    display: table;
    width: 100%;
}

@media screen and (max-width: 850px) {
    #footer-cell-2 {
        padding-top: 50px;
    }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{}
#copyright-container{}

#copyright {
    color: #404144;
    font-size: 20px;
    padding: 35px 0 60px;
}

#copyright a{
    color: #404144;
}

#copyright .tmf-shortcode.copyright {
    display: inline-block;
    padding-top: 45px;
}

#copyright .tmf-button {
    background: #ca9700;
    box-sizing: border-box;
    display: inline-block;
    max-width: 210px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
    margin: 25px 25px 0;
}

#copyright .tmf-button:hover {
    background: #e0a803;
}

@media screen and (max-width: 880px) {
    .social-wrap {
        line-height: normal;
        display: block;
        padding-top: 25px;
    }
}

@media screen and (max-width: 350px) {
    #copyright .tmf-button {
        margin: 25px 0 0;
    }
}

/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
    margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
    text-align: center;
    color: #ffffff;
}

.tmf-multi-module-area .tmf-module-22 {
    background: url('../images/int_form_bg_3x.jpg') no-repeat center center / cover;
    padding: 35px 35px;
}

@media screen and (max-width: 1200px) {
    .tmf-multi-module-area .tmf-module-22 {
        padding: 35px 25px;
    }
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #000000;
    font-family: 'Lat0', sans-serif !important;
    font-size: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

select {
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #aaaaaa;
}

select.gfield_select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.6em;
  background-repeat: no-repeat;
}

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 20px;
    padding: 15px 15px;
    background: #0c2440;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: normal;
}

.tmf-button:hover,
.page-numbers:hover,
input[type=submit]:hover{
    background: #ca9700;
    text-decoration: none;
    color: #ffffff;
}

.tmf-button:active,
.page-numbers:active,
input[type=submit]:active {
    background: #0c2440;
    text-decoration: none;
    color: #ffffff;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-numbers.current {
    background: none;
    border: 1px solid #ddd;
    color: #666666;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -40px 0px;
    background-size: 111px;
    height: 15px;
    width: 23px;
    vertical-align: middle;
    margin-right: 2px;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
/*    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }*/
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.social-icons .icon {
    width: auto;
    height: auto;
    background: transparent;
    background-size: inherit;
    margin: 0 0 0 5px;
}

.social-icons .facebook::before {
    content: "\f082";
    color: #062f6e;
    font-size: 40px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.social-icons .linked-in::before {
    content: "\f08c";
    color: #062f6e;
    font-size: 40px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.social-icons .instagram::before {
    content: "\e055";
    color: #062f6e;
    font-size: 40px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -675px 0;
    background-size: 663px;
}

/* Payment Icons CSS */
.payment-icons span {
    width: 50px;
    height: 31px;
}

.payment-icons .visa {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -640px 0;
    background-size: 862px;
}

.payment-icons .mastercard {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -700px 0;
    background-size: 862px;
}

.payment-icons .discover {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -700px 0;
    background-size: 862px;
}

.payment-icons .american-express {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -700px 0;
    background-size: 862px;
}

aside {
    color: #062f6e;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; 
}

aside.left {
    border-top: 6px solid #ca9700; 
    border-bottom: 6px solid #ca9700; 
}

aside.right {
    border-top: 6px solid #ca9700; 
    border-bottom: 6px solid #ca9700; 
}

blockquote {
    color: #062f6e;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    z-index: 9;
}

blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #f2f2f2;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

.editor-content img { 
    max-width: 100% !important; 
    height: auto !important;
}

#breadcrumbs {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0 0 25px;
    color: #404144;
    line-height: normal;
}

#breadcrumbs a {
    color: #404144;
    text-decoration: none;
}

#breadcrumbs .current {
    font-weight: 700;
}

.mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    width: 100%;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    border: none;
    padding: 10px 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    max-width: 170px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}