/* ============================================================================ *
        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: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
}

a {
    color: #000000;
}

a:hover {
    color: #2960AD;
}

/* ======================================== *
        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: 900px !important;
        margin: 0 0 0 auto;
    }

    #home-faqs .tmf-module-area-home-faqs-1 {
        max-width: 100% !important;
        margin: 0;
    }

    #body-cell-2 .sidebar-image {
        max-width: 100% !important;
    }
}


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #2960ad;
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #2960ad;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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


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

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

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


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #01c3a8;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
    color: #01c3a8;
    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 Top Section
 * ======================================== */
#header-top-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
}

#header-top-container{
    max-width: 1350px;
}

#header-top {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

#header-top a{
    color: #ffffff;
    text-decoration: none;
}

#header-top a:hover{
    text-decoration: underline;
}

#header-top .tmf-module-area-header {
    background: #01c3a8;
    box-sizing: border-box;
    max-width: 350px;
    margin: 0 0 0 auto;
    padding: 6px 15px;
}

#header-top .consultation {
    margin-right: 10px;
}

#header-top .phone-1::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -20px 0px;
    background-size: 534px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    #header-top-wrapper {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #header-top .tmf-module-area-header {
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    #header-top .consultation {
        margin-right: 0;
        display: block;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: #01c3a8;
}

.home #header-wrapper {
    background: #ffffff;
}

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

#header {
    padding: 20px 0 25px;
}

#header .logo {
    max-width: 390px;
    width: 100%;
    position: relative;
    z-index: 9;
}

#header .int-logo {
    max-width: 360px;
    width: 100%;
    position: relative;
    z-index: 9;
}

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

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

#header .mobile-view{
    display: none;
}

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

    .header-top-row {
        display: table;
        width: 100%;
    }

    #header .main-logo,
    #header .mobile-view{
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

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

@media screen and (max-width: 950px) {
    #header .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
    }

    #header .mobile-view{
        padding-top: 15px;
    }
}


/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {}

#primary-nav-container {}

#primary-nav {
    font-family: 'Lato', sans-serif;
}

#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: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 6px;
}

.home #primary-nav .menu > .menu-item > a {
    color: #000000;
}

#primary-nav .menu > .menu-item.home-icon a {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -220px 0px;
    background-size: 534px;
    display: inline-block;
    font-size: 0;
    height: 17px;
    vertical-align: middle;
    width: 19px;
    padding: 0;
    margin: 0 5px;
}

.home #primary-nav .menu > .menu-item.home-icon a {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll 0px 0px;
    background-size: 534px;
}

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

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item > a:hover {
    color: #0151c2;
    text-decoration: none;
}

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

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

#primary-nav .menu .sub-menu li{
    background-color: #0151c2;
    top: 0px;
}

#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;
    padding: 10px 15px;
}

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

@media screen and (max-width: 1250px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 16px;
        padding: 15px 6px;
    }
}

@media screen and (max-width: 1200px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 18px;
        padding: 15px 15px;
    }
}

@media screen and (max-width: 1000px) {
    #primary-nav .menu > .menu-item > a {
        padding: 15px 10px;
    }
}


/* ======================================== *
    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: #068dbb;
}

#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: #068dbb;
}

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

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {}

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

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

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

#billboard .slogan-text {
    background: rgba(41,96,173, 0.70);
    border-bottom: 5px solid #3cbdaf;
    color: #fff;
    font-size: 55px;
    font-family: 'Raleway', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 15px;
}

#billboard .tmf-module-area-billboard {
    background: rgba(255,255,255, 0.8);
    padding: 20px 15px;
}

#billboard .tmf-module-area-billboard .editor-content p{
    color: #000;
    font-size: 24px;
    line-height: 36px;
}

#billboard .mobile-view{
    display: none;
}

@media screen and (max-width: 1150px) {
    #billboard .billboard-content {
        position: relative;
        bottom: inherit;
        padding: 25px 25px;
    }

    #billboard .slogan-text {
        background: rgba(41,96,173, 1);
    }

    #billboard .tmf-module-area-billboard {
        background: rgba(255,255,255, 1);
    }

    #billboard .desktop-view{
        display: none;
    }

    #billboard .mobile-view{
        display: block;
    }
}

@media screen and (max-width: 500px) {
    #billboard .slogan-text {
        font-size: 36px;
    }
}

@media screen and (max-width: 450px) {
    #billboard .billboard-content {
        padding: 25px 12px;
    }

    #billboard .tmf-module-area-billboard {
        padding: 20px 0 0;
    }
}

/* ======================================== *
    Slogan
 * ======================================== */
#slogan-wrapper {
    background: #2960ad;
}

#slogan {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    line-height: normal;
}

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

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

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

#home-body .editor-content h2 {
    color: #068dbb;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

#home-body .editor-content h3 {
    color: #2960ad;
    font-size: 46px;
    font-weight: 500;
    text-align: center;
}

#home-body .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 370px;
    width: 100%;
    margin-top: 25px;
}

@media screen and (max-width: 850px) {
    #home-body{
        padding: 25px 0;
    }
}

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

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

#body {
    padding: 45px 0;
}

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

/* ======================================== *
        Testimonial Section
 * ======================================== */
#testimonials-wrapper{
    background: #01c3a8;
}

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

.home #testimonials-container{
    max-width: 1350px;
}

#testimonials{
    padding: 65px 0;
}

#testimonials h3.tmf-module-title {
    color: #fff;
    font-size: 46px;
    text-align: center;
    margin-bottom: 40px;
}

#testimonials .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 370px;
    width: 100%;
    margin-top: 40px;
}

/*Home Page CSS*/
.home #testimonials-cell-1,
.home #testimonials-cell-2{
    vertical-align: middle;
}

.home #testimonials-cell-1 {
    width: 306px;
}

.home #testimonials-cell-1 .inner{
    padding-right: 0;
}

.home #testimonials-cell-2 {
    width: auto;
}

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

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

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

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

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

@media screen and (max-width: 950px) {
    /*Home Page CSS*/
    .home #testimonials-cell-1,
    .home #testimonials-cell-2{
        vertical-align: middle;
        width: 100%;
    }

    .home #testimonials-cell-1 .inner{
        padding-right: 25px;
    }
}

@media screen and (max-width: 450px) {
    #testimonials h3.tmf-module-title {
        margin-bottom: 25px;
    }

    #testimonials .tmf-button {
        margin-top: 25px;
    }

    .home #testimonials-cell-1 .inner{
        padding-right: 12px;
    }

    /*Slider CSS*/
    #testimonials .bx-wrapper .bx-controls-direction a {
        height: 30px;
        width: 20px;
    }

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

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

/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#home-practice-areas-wrapper{
    background: #068dbb;
}

#home-practice-areas-container {
    max-width: 100%;
}

#home-practice-areas{
    padding: 65px 0;
}

#home-practice-areas h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}

#home-practice-areas h3 span.all-caps {
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
}

#home-practice-areas h3 br {
    display: none;
}

@media screen and (max-width: 1000px) {
    #home-practice-areas h3 {
        line-height: normal;
    }

    #home-practice-areas h3 br {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #home-practice-areas h3 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 500px) {
    #home-practice-areas h3 {
        font-size: 24px;
    }

    #home-practice-areas h3 span.all-caps {
        font-size: 26px;
    }
}

/* ======================================== *
        Home Faqs Section
 * ======================================== */
#home-faqs-wrapper{}

#home-faqs-container {
    max-width: 100%;
}

#home-faqs{}

#home-faqs h3 {
    color: #068dbb;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}

#home-faqs h3 span.all-caps {
    color: #01c3a8;
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
}

#home-faqs h3 span.all-caps {
    color: #01c3a8;
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
}

#home-faqs-cell-1 {
    vertical-align: middle;
}

#home-faqs .tmf-module-area-home-faqs-1 {
    max-width: 625px;
    margin: 0 0 0 auto;
    padding: 25px 0;
}

#home-faqs-cell-2{
    background: #068dbb;
}

#home-faqs-cell-2 .inner{
    padding-right: 0;
}

#home-faqs-cell-2 img {
    display: block;
    width: 100%;
    padding-bottom: 25px;
    margin-top: -35px;
}

#home-faqs #home-bottom-buttons-row {
    margin-bottom: 40px;
    text-align: center;
}

#home-faqs .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 370px;
    width: 100%;
    margin: 40px 15px 0;
}

@media screen and (max-width: 1150px) {
    #home-faqs .tmf-module-area-home-faqs-1 {
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    #home-faqs-cell-2 img {
        margin-top: 0;
    }

    #home-faqs-cell-2 .inner{
        padding-right: 25px;
    }
}

@media screen and (max-width: 450px) {
    #home-faqs-cell-2 .inner{
        padding-right: 12px;
    }
}

/* ======================================== *
        Interior Results Section
 * ======================================== */
#int-results-wrapper{
    background: #068dbb;
}

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

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

#int-results h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

#int-results h2::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -392px 0px;
    background-size: 524px;
    content: "";
    display: block;
    width: 132px;
    height: 105px;
    position: relative;
    margin: 0 auto 40px;
}

#int-results .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 370px;
    width: 100%;
    margin: 25px 0 0;
}

@media screen and (max-width: 1150px) {
    #home-faqs .tmf-module-area-home-faqs-1 {
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

    #home-faqs-cell-2 img {
        margin-top: 0;
    }

    #home-faqs-cell-2 .inner{
        padding-right: 25px;
    }
}

@media screen and (max-width: 450px) {
    #home-faqs-cell-2 .inner{
        padding-right: 12px;
    }
}

/* ======================================== *
        Single Attorney Page
 * ======================================== */
.single-attorney{}

.single-attorney #breadcrumbs {
    padding: 0 25px;
}

.single-attorney #body-cell-1 {
    width: 361px;
}

.single-attorney #body-cell-2 {
    width: auto;
}

.single-attorney .mobile-view {
    display: none;
}

@media screen and (max-width: 850px) {
    .single-attorney #body-cell-1,
    .single-attorney #body-cell-2 {
        width: 100%;
        padding-top: 0;
    }

    .single-attorney .desktop-view {
        display: none;
    }

    .single-attorney .mobile-view {
        display: block;
    }
}

@media screen and (max-width: 450px) {
    .single-attorney #breadcrumbs {
        padding: 0 12px;
    }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: url('../images/footer_bg_1x.jpg') no-repeat center center / cover;
}

#footer-container {
    max-width: 1250px;
    padding: 65px 0;
}

#footer-cell-2{
    vertical-align: middle;
    border-left: 1px solid #ffffff;
}

#footer .tmf-single-module-area {
    max-width: 400px;
    margin: 0 auto;
}

#footer h3.tmf-module-title{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

#footer .tmf-button {
    background: #3cbdaf;
    display: inline-block;
    font-size: 20px;
    max-width: 180px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px;
    margin: 25px 10px 0;
}

#footer .tmf-button:hover {
    background: #40cbbc;
}

@media screen and (max-width: 850px) {
    #footer-cell-2{
        border-left: none;
    }

    #footer .tmf-single-module-area {
        max-width: 100%;
        margin: 0;
        text-align: center;
    }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-container{
    max-width: 1250px;
}

#copyright {
    color: #333333;
    font-size: 16px;
    padding: 25px 0 50px;
}

#copyright a{
    color: #333333;
}


/* ======================================== *
        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: #2960ad;
    font-size: 40px;
    margin-bottom: 15px;
}

#body-cell-2 .sidebar-image {
    margin-bottom: 40px;
    max-width: 390px;
    width: 100%;
    box-shadow: 10px 10px 0px #01c3a8;
}


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"], 
textarea {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #45484d;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
}

textarea {
    height: 120px !important;
}

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

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 24px;
    padding: 15px 15px;
    background-color: #ea7e2f;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

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

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

.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) repeat scroll -359px 0px;
    background-size: 534px;
    height: 26px;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}


/* ======================================== *
        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 {
    vertical-align: middle;
}

.social-icons .icon {
    width: 51px;
    height: 51px;
}

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

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

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

aside {
    color: #2960ad;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}

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

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

blockquote {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    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: #f5f5f5;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

#breadcrumbs {
    font-size: 15px;
    margin: 0 0 25px;
    color: #484848;
    line-height: normal;
}

#breadcrumbs a {
  color: #484848;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

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

.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;
}

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

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    background: #3cbdaf;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border: none;
    padding: 18px 15px;
    width: 100%;
    margin-right: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background: #40cbbc;
}