@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('https://fonts.googleapis.com/css?family=Lusitana');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;500;600;700&display=swap');


@font-face {
    font-family: 'fonticon';
    src: url('/assets/fonts/fonticon/flaticon.eot');
    src: url('/assets/fonts/fonticon/flaticon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/fonticon/flaticon.svg#icomoon') format('svg'), url('/assets/fonts/fonticon/flaticon.woff') format('woff'), url('/assets/fonts/fonticon/flaticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'video';
    src: url('/assets/fonts/video-icon/icomoon.eot');
    src: url('/assets/fonts/video-icon/icomoon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/video-icon/icomoon.svg#icomoon') format('svg'), url('/assets/fonts/video-icon/icomoon.woff') format('woff'), url('/assets/fonts/video-icon/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'icomoon-social';
    src: url('/assets/fonts/icomoon-social/icomoon.eot');
    src: url('/assets/fonts/icomoon-social/icomoon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/icomoon-social/icomoon.svg#icomoon') format('svg'), url('/assets/fonts/icomoon-social/icomoon.woff') format('woff'), url('/assets/fonts/icomoon-social/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon-person';
    src: url('/assets/fonts/iconmoon-person/icomoon.eot');
    src: url('/assets/fonts/iconmoon-person/icomoon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/iconmoon-person/icomoon.svg#icomoon') format('svg'), url('/assets/fonts/iconmoon-person/icomoon.woff') format('woff'), url('/assets/fonts/iconmoon-person/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'foremost-logo-interlock';
    src: url('/assets/fonts/foremost-logo-interlock/icomoon.eot');
    src: url('/assets/fonts/foremost-logo-interlock/icomoon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/foremost-logo-interlock/icomoon.svg#icomoon') format('svg'), url('/assets/fonts/foremost-logo-interlock/icomoon.woff') format('woff'), url('/assets/fonts/foremost-logo-interlock/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'product';
    src: url('/assets/fonts/product-icons/icomoon.eot?wopw1z');
    src: url('/assets/fonts/product-icons/icomoon.svg?wopw1z#icomoon') format('svg'), url('/assets/fonts/product-icons/icomoon.eot?#iefixwopw1z') format('embedded-opentype'), url('/assets/fonts/product-icons/icomoon.ttf?wopw1z') format('truetype'), url('/assets/fonts/product-icons/icomoon.woff?wopw1z') format('woff');
    font-weight: normal;
    font-style: normal;
   
}

@font-face {
    font-family: 'signature-products';
    /*src: url('/assets/fonts/signature-products/icomoon.eot?wopw1z'); */
    src: url('/assets/fonts/signature-products/icomoon.eot?#iefixwopw1z') format('embedded-opentype'), url('/assets/fonts/signature-products/icomoon.ttf?wopw1z') format('truetype'), url('/assets/fonts/signature-products/icomoon.woff?wopw1z') format('woff'), url('/assets/fonts/signature-products/icomoon.svg?wopw1z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'commercial-auto';
    src: url('/assets/fonts/commercial-auto/icomoon.eot?wopw1z');
    src: url('/assets/fonts/commercial-auto/icomoon.eot?#iefixwopw1z') format('embedded-opentype'), url('/assets/fonts/commercial-auto/icomoon.ttf?wopw1z') format('truetype'), url('/assets/fonts/commercial-auto/icomoon.woff?wopw1z') format('woff'), url('/assets/fonts/commercial-auto/icomoon.svg?wopw1z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GENERAL STYLES */

body {
    font-family: arial,sans-serif;
    font-size: 15px;
    line-height: 115%;
    color: #474a4e;
    background-color: #fff;
}

.white-text a {
    color:#fff;
    text-decoration:underline;

}

.white-text a:hover, .white-text a:active, .white-text a:focus  {
    color:#fff;
    text-decoration:none !important;
    border:1px solid #fff !important; 
}

.agent360 sup {
    font-size: 7px !important;
    vertical-align: top !important;
    position: relative;
    top: 10px;
  
}

.ForemostSignature {
    font: bold 22px 'lato', arial, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    color: #fff;
}


.btn {
    display: inline-block;
    padding: 13px 50px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: .2s ease-out;
}

.btn-default {
    color: #474a4e;
    background-color: #fff;
    border-color: #ccc;
    margin-bottom: 20px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff;
    background-color: #003764;
    border-color: #fff;

}

.btn-blue, .btn-blue:hover, .btn-blue.active, .btn-blue.active:focus {
    color: #fff;
    background-color: #0070b9 !important;
    border-color: #0070b9 !important;
    font: bold 15px lato, arial, sans-serif;
}

    .btn-blue:hover {
        color: #fff !important;
        background-color: #03598c !important;
        border-color: #03598c !important;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 5 !important;
}

.btn-close, .btn-close:hover, .btn-close.active, .btn-close.active:focus {
    color: #0070b9;
    background-color: transparent !important;
    border: 2px solid #0070b9 !important;
    font: 18px lato, arial, sans-serif;
    text-transform: capitalize;
    padding: 10px 30px;
}

.background-banner p {
    font: 16px/24px lato, arial, sans-serif;
    padding: 5px 0;
}


.motorcycle-border {
    padding: 5px 50px 10px 30px !important;
    background-color: transparent;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* BUTTON ANIMATIONS */
    /* Rectangle Out */
    .hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #0070b9;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #005CB8;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
        color: white !important;
    }

        .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* END: BUTTON ANIMATIONS */

.form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #474a4e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a0a6a6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.alert-box {
    background: #474747;
    color: #fff;
    position: relative;
    top: 0px;
}


.FWS-background {
    background: url('../images/Foremost-Signature-Background.png');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    min-height:500px;
    padding-bottom:40px;

}

.FWS-background p {
    font: 16px/24px lato, arial, sans-serif;
    padding-top: 12px;
}


.background-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.background {
    padding: 35px 0;
}

.background-contactus {
    padding-bottom: 0px !important;
}

.background:nth-of-type(odd) {
    background: #edf1f5;
}

.background:nth-of-type(even) {
    background: #fff !important;
}

.card-body {
    background-color: transparent;
}

/* HEADER & NAVIGATION STYLES */

.logo {
 width:360px;
 margin-top: 13px;
}

.list-unstyled li {
    padding-left: 0;
    list-style: none;
    margin: 6px 12px;
}

.logo-mobile {
    width: 200px;
    margin-top: 13px;
    margin-bottom: 13px;
   }


@media (max-width: 1200px) {

    .logo {
        width:350px;
        margin-top: 10px;
       }

       .list-unstyled {
        padding-left: 0;
        list-style: none;
        margin-left: 8px !important;
       }
       
}
@media (max-width: 476px) {

    .logo-mobile {
        width:300px;
        margin-top: 13px;
       }

      
}

.quoting-btn  {
    color: #fff !important;
    background-color: #0070b9 !important;
    border-color: #0070b9 !important;
    font: 15px lato, arial, sans-serif;
    text-transform:none;
    padding: 10px 15px;
    margin-top: 14px;
}

.quoting-btn:hover, .quoting-btn.active, .quoting-btn.active:focus {
    color: #fff !important;
    background-color: #0178BA !important;
    border-color: #0178BA !important;
    font: 15px lato, arial, sans-serif;
    text-transform:none;
    padding: 10px 15px;
    margin-top: 14px;
}

.quoting-btn sup {
    position: relative;
    vertical-align: top !important;
    top: 6px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-left: 8px;
}

.nav-dropdown-icon-wrapper {
    display: table;
    width: 45px;
    height: 45px;
    min-width: 40px;
    min-height: 40px;
    /*margin-top: 7px;*/
    /*margin-right: 0px*/;
    align-items: center;
    /*background-color: #e8f3f9;*/
    /*padding: 8px;*/
    /*border-radius: 3px;*/
    position: relative;
    top: 5px;
    /*left: -3px;*/
    margin-left:10px;
}

.navbar-inverse {
    background: #fff;
    border-color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #474a4e;
    font: 600 15px lato, arial, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    top: 0;
     
    padding: 17px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #0070b9;
    background-color: transparent;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

/* NAVIGATION ACTIVE STATE STYLE */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #0070b9;
    background-color: transparent;
}
/* NAVIGATION ACTIVE STATE STYLE */

/* MOBILE MENU STYLE */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
    color: #0070b9;
    border-color: #676767;
    background: rgba(0, 0, 0, 0.90);
}
/* MOBILE MENU STYLE */

.navbar-appointed-btn span {
    font-family: 'icomoon-person',product;
    font-size: 17px;
    position: absolute;
    top: 12px;
    left: 17px;
}

.navbar-appointed-btn {
    font: bold 15px lato, arial, sans-serif,icomoon-person;
    border: 1px solid #0070b9;
    border-radius: 4px;
    background-color: #0070b9 !important;
    width: 120px;
    padding-left: 28px !important;
    color: #fff !important;
}

    .navbar-appointed-btn:focus, .navbar-appointed-btn:hover, .navbar-appointed-btn:active {
        color: #fff;
        background-color: #0070b9 !important;
    }

.navbar .navbar-nav {
    float: none;
    vertical-align: top;
}

.nav > li > a {
    position: relative;
    display: content;
    padding:18px 19px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #474a4e;
    font: bold 16px Hind, arial, sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.main-nav {
    border-bottom: 1px solid #dedede;
    box-shadow: 0 4px 5px -5px #dedede;
    margin-bottom: 0;
}

.navbar-nav {
    margin: 4px 0;
}

.find-agent-btn {
	border: 2px solid #0070b9;
	border-radius: 4px;
	background-color: #0070b9;
	color: #fff !important;
    margin: 9px 0px 13px 15px;
    padding: 7px 13px 7px 13px !important;
}

.find-agent-btn:hover,
.find-agent-btn:active,
.find-agent-btn:focus,
.find-agent-btn:active:focus {
	background-color: #013765 !important;
	border-color: #013765 !important;
}

.quote-agent-btn {
	border: 2px solid #0070b9;
	border-radius: 4px;
    width:245px;
	background-color: #0070b9;
	color: #fff !important;
    margin: 9px 0px 13px 0px;
    padding: 7px 13px 7px 13px !important;
}

.quote-agent-btn:hover,
.quote-agent-btn:active,
.quote-agent-btn:focus,
.quote-agent-btn:active:focus {
	background-color: #013765 !important;
	border-color: #013765 !important;
}

.login-btn {
    border: 2px solid #0070b9;
    border-radius: 4px;
    color: #0070b9 !important;
    margin: 2px 0px 13px 15px;
    padding: 6px 13px 3px 13px !important;
    text-decoration: none;
    display:block;
}
.login-btn:hover,
.login-btn:active,
.login-btn:focus,
.login-btn:active:focus {
	background-color: #0178BA !important;
    border-color: #0178BA !important;
    color:#fff !important;
    text-decoration:none;
}

.login-mobile {
    position: relative;
    float: right;
    border: 2px solid #0070b9;
    border-radius: 4px;
    color: #0070b9 !important;
        margin-top: 8px;
    margin-right: 9px;
    padding: 5px 15px !important;
    font: bold 15px 'Hind', sans-serif !important;
    text-transform: capitalize;
    text-decoration: none; 
    display:none;
    
 
}

.login-mobile:hover,
.login-mobile:active,
.login-mobile:focus,
.login-btn:active:focus {
	background-color: #0070b9 !important;
    border-color: #0070b9 !important;
    color:#fff !important;
    text-decoration:none;
}



.quote-btn {
	border: 2px solid #0070b9;
	border-radius: 4px;
	background-color:transparent;
	color: #0070b9 !important;
    padding-top: 12px !important;
    font-weight:bold;
    height:48px;
}
.quote-btn:hover,
.quote-btn:active,
.quote-btn:focus,
.quote-btn:active:focus {
	background-color: #013765 !important;
    border-color: #013765 !important;
    color:#fff !important;
}

#main-menu {
	border: none;
}
#main-menu .nav,
#main-menu .collapse,
#main-menu .dropup,
#main-menu .dropdown {
	position: static;
}
#main-menu .dropdown-menu {
	left: auto;
}
#main-menu .dropdown.full-width .dropdown-menu {
    background-color:#fff;
    border:1px solid rgba(0,0,0,-7.85);
	left: 0;
	right: 0;
    width: 100%;
    margin-bottom: 35px;
}
#main-menu .dropdown-small {
        position: relative;
    }
#main-menu .dropdown-small .dropdown-menu-small {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,-7.85);
    left: 0;
    right: 0;
    width: 250px;
    margin-bottom: 25px;
}

 /* .main-nav .nav.navbar-nav a:focus,
.main-nav .nav.navbar-nav a:hover {
	color: #0178BA;
}*/
.main-nav .navbar-nav>.open>a,
.main-nav .navbar-nav>.open>a:focus,
.main-nav .navbar-nav>.open>a:hover {
    background-color: #0178BA;
    color: #fff;
    /* height: 55px; */
    padding: 7px 17px 9px 17px;
    margin-top: 11px;
    border-radius: 5px;
}
.main-nav .dropdown-menu .dropdown-menu-small{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}


.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: grey; 
}


.product-menu {
	/*padding: 0px;*/
	border-bottom: 1px solid #e3e3e3;
}
.product-menu [class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}
.product-menu h3 {
	font-size: 16px;
    margin-top: 6px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #474a4e;
    font-weight: bold;
    text-align: center;
}
.product-menu li a {
	font: 15px 'lato', sans-serif !important;
    font-weight: normal !important;
    text-decoration: none;
    color: #0070b9;
    text-transform: capitalize;
    padding: 15px 0;
}

.product-menu li a:focus {
    text-decoration: none;
    color: #0070b9;
    outline:solid; 
    padding:5px;
}

a:focus {
    outline:solid; 
    padding:5px;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px)

{
    
    .dropdown-menu {
        position: static;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
}




/* NAV BAR COLLAPSE BREAKPOINT */
@media (max-width: 1200px) {

    .login-mobile {
        position: relative;
        float: right;
        border: 2px solid #0070b9;
        border-radius: 4px;
        color: #0070b9 !important;
            margin-top: 16px;
        margin-right: 9px;
        padding: 3px 8px 3px 8px !important;
        font: bold 15px 'Hind', sans-serif !important;
        text-transform: capitalize;
        text-decoration: none; 
        display:block;

    }

    .login-btn {
        border: 2px solid #0070b9;
        border-radius: 4px;
        color: #0070b9 !important;
        margin: 2px 0px 13px 15px;
        padding: 8px 13px 3px 13px !important;
        text-decoration: none;
        display:none !important;
    }



    .product-menu h3 {
        font-size: 16px;
        margin-top: 6px;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #474a4e;
        font-weight: bold;
        text-align: left;
    }

    .main-nav .navbar-nav>.open>a, .main-nav .navbar-nav>.open>a:focus, .main-nav .navbar-nav>.open>a:hover {
        background-color: #e8f3f9;
        color: #474747;
        height: 40px;
    }

    .navbar {
        position: relative;
        min-height: 72px;
        border: 1px solid transparent;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top:16px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #0070b9;
        border: 0px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #fff !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 450px;
    }
}




.nav-products {
    float: none !important;
}








.dropdown-divider {
    border-top: 1px solid #C0C0C0;
    margin-top: 25px;
}

.dropdown-icons span {
    font-family: product;
    font-size: 60px;
    color: #0070b9;
    position: absolute;
    top: 40px;
}


.dropdown-menu strong {
    font: bold 18px 'lato', arial, sans-serif;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-bottom: 0px;
    text-align: left;
}

.dropdown-menu p {
    font: 15px/24px arial, sans-serif;
    color: #474a4e;
    padding: 6px 0;
    padding-top: 0px;
    text-align: left;
}


/* SHARED TAB STYLES */

.tab .nav-tabs li.active:before {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    color: #007ac2;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
}

.tab {
    margin-top: 30px;
    margin-bottom: 5px;
}

    .tab .nav-tabs {
        position: relative;
        border-bottom: none;
    }

        .tab .nav-tabs li {
            background-color: #edf1f5;
            height: 140px;
            padding-top: 16px;
        }

            .tab .nav-tabs li a {
                padding: 0px 25px;
                text-align: center;
                z-index: 3;
            }

                .tab .nav-tabs li a:hover {
                    background: transparent;
                    border-color: transparent;
                }

            .tab .nav-tabs li.active:after {
                content: "";
                width: 110%;
                height: 120%;
                background: #007ac2;
                position: absolute;
                top: -10%;
                left: -2%;
                transition: all ease-out 0.2s 0.1s;
                z-index: 2;
            }

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border-color: transparent;
    background: #007ac2;
    color: #fff;
    z-index: 3;
}

.white-background {
    background: #fff !important;
}

.border-right {
    background-image: url('../images/tab-divider-img.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.tab .nav-tabs .glyphicon {
    font-size: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.tab .nav-tabs h3 {
    padding-top: 0px;
    margin-top: 2px;
    font: bold 16px 'lato', arial, sans-serif;
    text-align: center;
}


/* PRODUCT PAGE/CONTACT US TABS */
.tabProducts {
    margin-top: 30px;
    margin-bottom: 5px;
}

    .tabProducts .nav-product-tabs {
        position: relative;
        border-bottom: none;
    }

        .tabProducts .nav-product-tabs li {
            width: 350px;
            height: 185px;
            margin: 8px;
        }

        .tabProducts .nav-product-tabs .specialty {
            background: url('../images/product-page/specialty.jpg');
        }

            .tabProducts .nav-product-tabs .specialty.active:after {
                content: "\e252";
                font-family: 'Glyphicons Halflings';
                font-size: 40px;
                color: #35312b;
                position: absolute;
                bottom: -19px;
                left: 2%;
                width: 100%;
            }

        .tabProducts .nav-product-tabs .auto {
            background: url('../images/product-page/auto.jpg');
        }

            .tabProducts .nav-product-tabs .auto.active:after {
                content: "\e252";
                font-family: 'Glyphicons Halflings';
                font-size: 40px;
                color: #010102;
                position: absolute;
                bottom: -19px;
                left: 2%;
                width: 100%;
            }

        .tabProducts .nav-product-tabs .business {
            background: url('../images/product-page/business-insurance.jpg');
        }

            .tabProducts .nav-product-tabs .business.active:after {
                content: "\e252";
                font-family: 'Glyphicons Halflings';
                font-size: 40px;
                color: #3b2920;
                position: absolute;
                bottom: -19px;
                left: 2%;
                width: 100%;
            }


        .tabProducts .nav-product-tabs li a {
            padding: 42px 0 0 0;
            text-align: center;
            z-index: 3;
            color: #fff;
            height: 180px;
        }

            .tabProducts .nav-product-tabs li a:hover {
                background: transparent;
                border-color: transparent;
            }

        .tabProducts .nav-product-tabs li.active:after {
            background: transparent;
            position: absolute;
            transition: all 0.90s ease 0s;
            z-index: 2;
            text-align: center;
        }



.nav-product-tabs li.active a,
.nav-product-tabs li.active a:focus,
.nav-product-tabs li.active a:hover {
    content: "";
    top: 39px;
    left: 64px;
    width: 222px;
    height: 106px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    box-shadow: 0 0 0 14px rgba(0,0,0,0.4);
    position: absolute;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
    z-index: 3;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: lato, Arial, sans-serif;
    padding: 0px 0px;
}

.nav-product-tabs span {
    text-align: center;
    font-size: 15px;
    font-family: lato, Arial, sans-serif;
}

.nav-product-tabs h3 {
    text-align: center;
}

.nav-pills {
    background-color: #474747;
}


    .nav-pills > li, .nav-pills > li > a {
        color: #fff;
        font: bold 15px lato, arial, sans-serif;
        text-transform: capitalize;
    }

        .nav-pills > li + li {
            margin-left: 10px;
        }

        .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
            color: #474747;
            background-color: #fff;
            border-radius: 0px;
        }



.tab-background {
    background-color: #474747;
    padding: 15px 0px;
}

/* PRODUCT PAGE/CONTACT US TABS */



/* BANNER STYLES */

.pattern-overlay, .education-pattern-overlay {
    margin-top: -110px;
    min-height: 630px;
    height: auto;
    background: rgba(0, 0, 0, 0.62);
    /* Incase of overlay problems just increase the min-height*/
}

    .pattern-overlay h1, .education-pattern-overlay h1 {
        color: #fff;
        padding-top: 110px;
    }


.quoting {
    background: url('../images/quoting.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.background-homepage {
    background: url('../images/FA-black-icon-banner.png');
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    margin-top:0;
    min-height: 100px;
    height: auto;
    padding-top:70px;
    padding-bottom: 70px;
}

.background-navy {
    background-color: #003764;
    color:#fff;
    margin-top:0;
    min-height: 100px;
    height: auto;
    padding-top:70px;
    padding-bottom: 70px;
}

.background-contact {
background: url('../images/white-abstract-gray-texture-background.jpg');
 background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    margin-top: -90px;
    min-height: 100px;
    height: auto;
    padding-bottom: 30px;
    /* Incase of overlay problems just increase the min-height*/
}


    .background-contact h1 {
        font: bold 30px 'lato', arial, sans-serif;
        text-transform:uppercase;
        padding-top: 170px;
    }

    .background-homepage h1 {
        font: bold 30px 'lato', arial, sans-serif;
        text-transform:uppercase;
        padding-top:0px;
        color:#fff;
    }

    .background-contact p {
        font: 16px/24px lato, arial, sans-serif;
        margin-top: -5px;
        padding-bottom: 25px;
    }

    .background-homepage p, .background-homepage ul {
        font: 16px/24px lato, arial, sans-serif;
        margin-top: -5px;
        color:#fff;
    }

    .bullet-home li:before {
        position: relative;
        top: 2px;
        content: "\e089";
        font-family: 'Glyphicons Halflings';
        font-size: 15px;
        color: #fff;
        margin-top: 0px;
        margin-left: -25px;
        padding-right: 10px;
    }

    .background-homepage hr {
    margin-right: 120px;
    margin-bottom: 20px;
    border: 0;
    border-top: 6px solid #c3d600;
    }

.form-horizontal .form-control {
    display: inline-block;
    vertical-align: middle;
}

.FMMR-contact p {
    font: 15px/24px arial, sans-serif;
}

.FMMR-btn {
    margin-left: -15px;
}

.FMMR-Rep-center {
    position: relative;
    left: 70px;
}



.FMMR-contact h2 {
    font: bold 22px 'lato', arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color:#fff;
}

.FMMR-contact a {
    color:#fff;
    text-decoration: underline;
}

.FMMR-contact h3 {
    font: bold 19px 'lato', arial, sans-serif;
    /* text-transform: uppercase; */
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: left;
    color:#fff;
}

.mobile-icons span {
    font-family: 'fonticon',product;
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 44%;
}

.mobile-icons div {
    margin-top: 30px;
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    text-align: center;
}


.poster-image {
    z-index: -888;
}

.embed-responsive-4by3 {
    padding-bottom: 57%;
    z-index: -999;
}

.video-section .buttonBar {
    display: none;
}

.player {
    font-size: 1px;
}

video {
    width: 100%;
    height: auto;
}

.jumbotron {
    position: relative;
    z-index: -1;
}

    .jumbotron .pattern-overlay {
        margin-top: -90px;
        min-height: 630px;
        height: auto;
        /* Incase of overlay problems just increase the min-height*/
        background: rgba(0, 0, 0, 0.80);
    }



.mobileHomeBackground {
    background: url('../images/video-background-mobile.jpg') no-repeat;
    width: 100%;
    height: 430px;
    z-index: -999;
    margin-top: -40px;
}

    .mobileHomeBackground h1 {
        padding-top: 180px !important;
        color: #fff;
        padding: 2% 8%;
    }

    .mobileHomeBackground p {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        padding: 2% 8%;
    }

.homepage {
    background: url('../images/homepagebanner2.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 550px;
}

.why-foremost {
    background: url('../images/why-Foremost.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.get-appointed {
    background: url('../images/why-Foremost.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 450px;
}

.marketing-materials {
    background: url('../images/Marketing-Materials.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 530px;
}



.education {
    background: url('../images/Education.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.contact-us {
    background: url('../images/Contact-Us.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}



.social-media {
    background: url('../images/Social-Media.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.campaigns-background {
    background: url('../images/campaigns.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.forms-banner {
    background: url('../images/Forms.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 450px;
}

.boat-banner {
    background: url('../images/Boat.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 550px;
}

.orv-banner {
    background: url('../images/ORV-3.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.motorhome-banner {
    background: url('../images/Motorhome-2.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 450px;
}

.traveltrailer-banner {
    background: url('../images/Travel-Trailer-2.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 450px;
}


.golf-cart {
    background: url('../images/Golf-Cart-2.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 550px;
}


.auto-banner {
    background: url('../images/auto-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 550px;
}

.commercialauto-banner {
    background: url('../images/Comm-Auto.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 550px;
}

.collectibleauto-banner {
    background: url('../images/Collectible-Auto.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 550px;
}



.motorcycle-banner {
    background: url('../images/motorcycle3.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.tinyhomes-banner {
    background: url('../images/Tiny-House-3.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.seasonalhome-banner {
    background: url('../images/Vacation-Home-2.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.studenthousing-banner {
    background: url('../images/Student-Housing-2.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.mobilehome-banner {
    background: url('../images/Mobile-Home-2.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.home-banner {
    background: url('../images/Vacant-or-Home-2.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.vacanthome-banner {
    background: url('../images/Home-or-Vacant-3.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.renters-banner {
    background: url('../images/Renters.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}


.landlord-banner {
    background: url('../images/Rent-or-Landlord-3.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.vacationhome-banner {
    background: url('../images/Vacation-Home.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 550px;
}

.condo-banner {
    background: url('../images/Condo-2.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.vacantcondo-banner {
    background: url('../images/Rent-or-Landlord.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

.flood-banner {
    background: url('../images/flood.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 550px;
}

/* END: BANNERT STYLES */



/* CONTENT STYLES */



h1 {
    font: bold 35px 'lato', arial, sans-serif;
    text-transform: uppercase;
    padding-top: 100px;
}

h2 {
    font: bold 24px 'lato', arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3 {
    font: bold 18px 'lato', arial, sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
}


.products h2 {
    font: bold 18px 'lato', arial, sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
    text-transform:none;
}

h4 {
    font: 19px/15px arial, sans-serif;
    padding: 6px 0;
    color: #fff;
    text-transform: uppercase;
}

h5 {
    font: bold italic 18px 'lato', arial, sans-serif;
    text-transform: capitalize;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

h6 {
    font: bold 19px 'lato', arial, sans-serif;
    /* text-transform: uppercase; */
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.product-auto h2 {
    font: bold 18px 'lato', arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: left;
}

.product-auto h3 {
    font: bold italic 18px 'lato', arial, sans-serif;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: left;
}



.get-appointed h1 {
    font: bold 35px 'lato', arial, sans-serif;
    text-transform: uppercase;
    padding-top: 140px;
}

.get-appointedheader {
    text-transform: none;
    font: 20px/26px lato, arial, sans-serif;
}

.get-appointed .banner {
    font: 16px/20px lato, arial, sans-serif;
    padding: 5px 0;
}

.tab-secondary {
    font: italic 14px/24px arial, sans-serif !important;
    padding: 6px 0;
    text-transform: uppercase;
}

.callout {
    font: 20px/28px 'Lusitana', serif;
    color: #005CB8;
}

.small, small {
    font-size: 12px;
    line-height: 22px;
}

p {
    font: 15px/24px arial, sans-serif;
    padding: 6px 0;
    text-align: left;
}

a {
    color: #0070b9;
    text-decoration: none;
}

  
sup {
    font-size: xx-small !important;
    vertical-align: top !important;
    position: relative;
    top: 10px;
}

.bullet-content ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.bullet-content li {
    font: 15px/25px arial, sans-serif;
    text-align: left;
    margin-left: 28px;
}

    .bullet-content li:before {
        position: relative;
        top: 2px;
        content: "\e089";
        font-family: 'Glyphicons Halflings';
        font-size: 15px;
        color: #0277c0;
        margin-top: 0px;
        margin-left: -25px;
        padding-right: 10px;
    }


/* FONT ICONS */
.flaticon-search-1:before {
    content: "\f100";
}

.flaticon-tools:before {
    content: "\f101";
}

.flaticon-operator:before {
    content: "\f102";
}

.flaticon-mail:before {
    content: "\f103";
}

.flaticon-file-1:before {
    content: "\f104";
}

.flaticon-envelope:before {
    content: "\f105";
}

.flaticon-telephone-1:before {
    content: "\f106";
}

.flaticon-phone:before {
    content: "\f107";
}

.flaticon-telephone:before {
    content: "\f108";
}

.flaticon-interface:before {
    content: "\f109";
}

.flaticon-graphic:before {
    content: "\f10a";
}

.flaticon-money-1:before {
    content: "\f10b";
}

.flaticon-store:before {
    content: "\f10c";
}

.flaticon-sign:before {
    content: "\f10d";
}

.flaticon-money:before {
    content: "\f10e";
}

.flaticon-shopping:before {
    content: "\f10f";
}

.flaticon-suitcase:before {
    content: "\f110";
}

.flaticon-right-arrow:before {
    content: "\f111";
}

.flaticon-file:before {
    content: "\f112";
}

.flaticon-medal:before {
    content: "\f113";
}

.flaticon-multimedia:before {
    content: "\f114";
}

.flaticon-microphone:before {
    content: "\f115";
}

.flaticon-plant:before {
    content: "\f116";
}

.flaticon-clipboard:before {
    content: "\f117";
}

.flaticon-backpack:before {
    content: "\f118";
}

.flaticon-education:before {
    content: "\f119";
}

.flaticon-message:before {
    content: "\f11a";
}

.flaticon-technology:before {
    content: "\f11b";
}

.flaticon-search:before {
    content: "\f11c";
}

.flaticon-edit:before {
    content: "\f11d";
}

.flaticon-settings:before {
    content: "\f11e";
}

.flaticon-internet:before {
    content: "\f11f";
}

.flaticon-star:before {
    content: "\f120";
}

.flaticon-idea:before {
    content: "\f121";
}

.flaticon-megaphone:before {
    content: "\f122";
}

.flaticon-computer:before {
    content: "\f123";
}

.flaticon-left-arrow:before {
    content: "\f124";
}

.flaticon-padlock:before {
    content: "\f103";
}

.flaticon-coins:before {
    content: "\f104";
}

.flaticon-operator:before {
    content: "\f107";
}

.video-icon:before {
    content: "\e900";
}

.Foremost-Specialty-Umbrella:before {
    content: "\e800";
}

.Foremost-Specialty-Auto-Processing:before {
    content: "\e999";
}

/*.Signtaure-Home-Icon:before {
    content: "\e818";
}
.Signature-Home-Icon:before {
    content: "\e899";
}*/
.Signature-Home-Icon:before {
    content: "\e818";
}

.icon-auto:before {
    /*content: "\e900";*/
    content: "\e900"
}

.icon-auto-sig:before {
    content: "\e990";
}

.icon-commercial-auto:before {
    content: "\e900";
}

.icon-boat:before {
    content: "\e901";
}

.icon-condo-contents:before {
    content: "\e903";
}

.icon-condo-high-rise:before {
    content: "\e904";
}

.icon-condo:before {
    content: "\e905";
}

.icon-fifthwheel:before {
    content: "\e906";
}

.icon-collectible:before {
    content: "\e902";
}

.icon-flood:before {
    content: "\e907";
}

.icon-golf-cart:before {
    content: "\e908";
}

.icon-home:before {
    content: "\e910";
}

.icon-landlord:before {
    content: "\e909";
}

.icon-smallbusiness:before {
    content: "\e913";
}

.icon-mobile:before {
    content: "\e90a";
}

.icon-motorcycle:before {
    content: "\e90d";
}

.icon-motorhome-1:before {
    content: "\e90c";
}

.icon-motorhome-2:before {
    content: "\e90b";
}

.icon-orv:before {
    content: "\e90e";
}

.icon-pwc:before {
    content: "\e90f";
}

.icon-seasonal:before {
    content: "\e912";
}

.icon-snowmobile:before {
    content: "\e914";
}

.icon-trailer:before {
    content: "\e916";
}

.icon-vacant:before {
    content: "\e917";
}

.icon-tinyhome:before {
    content: "\e915";
}

.icon-vacation:before {
    content: "\e918";
}

.icon-scooter:before {
    content: "\e911";
}


.interlocking-foremost-logo:before {
    content: "\e91e";
}

.icon-person:before {
    content: "\e900";
}





.socialmedia-icons .facebook:before {
    content: "\e605";
}

.socialmedia-icons .twitter:before {
    content: "\e606";
}

.socialmedia-icons .instagram:before {
    content: "\e604";
}

.socialmedia-icons .youtube:before {
    content: "\e607";
}

.socialmedia-icons .linkedin:before {
    content: "\e608";
}

.socialmedia-icons .linkedin:before {
    content: "\e608";
}



/* FOOTER STYLES */

.footer {
    background-color: #424242;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
}

    .footer p, .footer a {
        color: #fff;
        font: 13px arial, helvetica, sans-serif;
        line-height: 150%;
    }

    .footer ol li {
        color: #696969;
        font: 13px arial, helvetica, sans-serif;
        line-height: 150%;
        text-align: left;
    }


    .footer h2 {
        color: #fff;
        font: bold 15px lato, helvetica, sans-serif;
        text-align: left;
        padding-left: 0px;
        margin-bottom: 5px;
    }

.footer-social ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 20px;
}

.footer-social li {
    float: left;
    margin: 0 2px 2px;
    padding: 6px 8px;
    font: 16px arial, sans-serif;
    list-style: none;
}

.footer-social .facebook:before {
    content: "\e605";
    color: #d7d7d7;
}

.footer-social .twitter:before {
    content: "\e606";
    color: #d7d7d7;
}

.footer-social .instagram:before {
    content: "\e604";
    color: #d7d7d7;
}

.footer-social .youtube:before {
    content: "\e607";
    color: #d7d7d7;
}

.footer-social .linkedin:before {
    content: "\e608";
    color: #d7d7d7;
}

.footer-navigation h3 {
    font: 17px Lato, arial, sans-serif;
    text-align: left;
    padding: 0px 0px;
    font-weight: bold;
}

.footer .footer-navigation ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}

.footer .footer-navigation li {
    margin: 0 5px 0;
    font: 14px arial, sans-serif;
    text-align: left;
}

    .footer .footer-navigation li:before {
        font: 18px 'icomoon-social';
        content: "\e610";
        color: #fff;
        position: relative;
        top: 2px;
        padding: 0 4px 0 0;
    }



.footer .phone {
    font: bold 19px Lato, arial, sans-serif;
}

.contact-map {
    padding-top: 20px;
    
}

.means-more {
    padding-top: 20px;
   
}

    .means-more img {
        padding-top: 0px;
        text-align: left;
    }


/* INDIVIDUAL STYLES */

/* HOME PAGE STYLES */

.banner-text {
    position: absolute;
    z-index: 777;
    text-align: center !important;
    width: 100%;
    margin: 0 auto;
}


.homepage-icons {
    text-decoration: none;
    color: inherit;
}

    .homepage-icons a {
        text-decoration: none;
        color: inherit;
    }

    .homepage-icons h3 {
        text-decoration: none;
        color: #0070b9;
    }


    .homepage-icons span {
        font-family: 'fonticon',product,foremost-logo-interlock;
        font-size: 60px;
        color: #fff;
        position: relative;
        top: 44%;
    }

    .homepage-icons h3:focus, .homepage-icons h3:hover {
        text-decoration:underline;
        color: #0070b9;
        
    }

    .homepage-icons a:hover, .homepage-icons a:focus, .homepage-icons a:active   {
        text-decoration: underline;
        color: inherit;
    }

    .homepage-icons div {
        margin-top: 30px;
        border: 2px solid #0070b9;
        background-color: #0070b9;
        border-radius: 50%;
        width: 180px;
        height: 180px;
        text-align: center;
    }

    .homepage-icons:hover span {
        font-family: 'fonticon',product,foremost-logo-interlock;
        font-size: 60px;
        color: #0070b9;
        position: relative;
        top: 42%;
    }

    .homepage-icons:hover div {
        margin-top: 30px;
        border: 3px dashed #0070b9;
        background: rgba(0,0,0,0);
        border-radius: 50%;
        width: 180px;
        height: 180px;
        text-align: center;
    }

    .homepage-icons h3 {
        font-size: 21px;
        margin-top: 0px;
        padding-top: 12px;
    }

    .homepage-icons p {
        padding: 5px 35px;
    }


/* END HOME PAGE STYLES */

/* WHY FOREMOST STYLES */

.small-logos-top {
    width:200px;
    padding-bottom: 0px;
}

.small-logos {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 0px;
}

.whyforemost-icons span {
    font-family: fonticon, foremost-logo-interlock,product;
    font-size: 40px;
    position: relative;
}

.whyforemost-icons2 span {
    font-family: video;
    font-size: 40px;
    position: relative;
}

.whyforemosttabs-icons span {
    font-family: 'fonticon';
    font-size: 55px;
    color: #fff;
    position: relative;
    top: 42%;
}

.whyforemosttabs-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    text-align: center;
    margin-top: 0px;
}

.whyforemostproducts-icons span {
    font-family: 'product';
    font-size: 43px;
    color: #fff;
    position: relative;
    top: 42%;
}

.whyforemostproducts-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    margin-top: 0px;
}

.producticons-space {
    margin-top: 15px;
}

.producticons-space2 {
    margin-top: 80px;
}

.growagency-icons span {
    font-family: 'fonticon',product;
    font-size: 80px;
    color: #fff;
    position: relative;
    top: 45%;
}

.growagency-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    text-align: center;
    margin-top: 45px;
}

.growagency-icons:hover span {
    color: #0070b9;
}

.growagency-icons:hover div {
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
}

.callout-block {
    background-color:#edf1f5;
    font: 20px/28px 'Lusitana', serif;
}


/* QUOTE PAGE STYLES */

label {
    padding-top: 6px;
    font: 16px/24px lato, arial, sans-serif;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
}

.field-validation-error {
    color: darkred;
    font: 14px lato, arial, sans-serif;
}

.quoteproduct-icons span {
    font-family: fonticon, product;
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 45%;
}

.quote-icons span {
    font-family: fonticon, product;
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 45%;
}

.quote-icons:hover span {
    font-family: fonticon, product;
    font-size: 60px;
    color: #0070b9;
    position: relative;
    top: 45%;
}

.quote-icons div, .quoteproduct-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    text-align: center;
    margin-top: 45px;
}

.quote-icons:hover div {
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    width: 190px;
    height: 190px;
    text-align: center;
    margin-top: 45px;
}

.quote-icons h3 {
    color: #0070b9;
    font-size: 21px;
    margin-top: 0px;
    padding-top: 12px;
}

.quote-icons p {
    color: #474a4e;
    padding: 5px 35px;
}


.quote-experience {
    padding: 10px 90px;
}


.claims-icons span {
    font-family: 'fonticon';
    font-size: 55px;
    color: #fff;
    position: relative;
    top: 42%;
}

.claims-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    margin-top: 0px;
}

/* END QUOTE PAGE STYLES */

/* PRODUCT PAGE STYLES */

.navbar {
    border-radius: 0px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 4px 5px -5px #dedede;
}

.navbar-default {
    background: #474747;
    border-color: #474747;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #474747;
        background: #fff;
        font: bold 15px lato, arial, sans-serif;
    }

.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.product-icons span {
    font-family: 'product';
    text-decoration: none;
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 46%;
}
.product-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin-top: 35px;
}

.commercial-product-icons:hover div, .product-icons:hover div, .signature-product-icons:hover div {
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    outline: none;
    outline: medium none;
}

.product-icons:hover span {
    font-family: 'product';
    /*font-size: 60px;*/
    color: #0070b9;
    position: relative;
    text-decoration: none;
    outline: none;
    outline: medium none;
}

.commercial-product-icons span {
    font-family: 'commercial-auto';
    text-decoration: none;
    font-size: 55px;
    color: #fff;
    position: relative;
    top: 46%;
}
.commercial-product-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin-top: 35px;
}
.commercial-product-icons:hover span {
    font-family: 'commercial-auto';
    color: #0070b9;
    position: relative;
    text-decoration: none;
    top: 46%;
    outline: none;
}

.signature-product-icons span {
    font-family: 'signature-products';
    text-decoration: none;
    font-size: 55px;
    color: #fff;
    position: relative;
    top: 46%;


}
.signature-product-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    margin-top: 35px;
}
.signature-product-icons:hover span {
    /*font-family: 'signature-products';*/
    color: #0070b9;
    position: relative;
    outline-color:#FFF;
    outline: medium none;
}

.product-spacer {
    padding: 10px;
}

.product-icons-small h3 {
    font-family: 'lato',Arial,sans-serif;
    font-size: 14px;
    margin-top: -10px;
    color: #fff;
}

.product-icons-small a {
    color: #fff;
    line-height: 24px;
    text-decoration: underline !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

    .product-icons-small a:hover, .product-icons-small a:active, .product-icons-small a:focus {
        color: yellow;
    }

.product-icons-small span {
    font-family: 'product';
    font-size: 45px;
    color: #fff;
    position: relative;
    top: 46%;
}

.product-icons-small div {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-list {
    margin-left: -18px;
}

.product-list2 {
    margin-left: 132px;
}

.btn-products, .btn-products:hover, .btn-products.active, .btn-products.active:focus {
    color: #474a4e;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #0085ca;
    padding: 15px 50px;
    width: 140px;
}

.btn-spacer {
    padding: 10px 4px 10px 4px;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}



/* MODALS PRODUCT PAGE STYLES */

.product-modal-spacer {
    padding: 0 50px;
}

.productmodal-icons span {
    font-family: 'product';
    font-size: 70px;
    color: #fff;
    position: relative;
    top: 45%;
}

.productmodal-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    text-align: center;
    margin-top: 5px;
}

.product-callout {
    font: bold 15px/23px 'Lato',sans-serif;
    text-align: center;
    padding: 14px 60px;
}




.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
}


.modal-lg {
    width: 980px;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    mar border: 0px solid #999;
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.carousel-control.left {
    right: auto;
    left: 27%;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 27%;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:focus, .carousel-control:hover {
    color: #707070 !important;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: unset !important;
}

.carousel-control {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    width: 15%;
    height: auto;
    font-size: 57px;
    color: #707070;
    text-align: center;
    text-shadow: none;
    /* background-color: rgba(0,0,0,0); */
    filter: alpha(opacity=50);
    opacity: unset;
}

.fonticon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'fonticon';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* END MODALS PRODUCT PAGE STYLES */

/* END PRODUCT PAGE STYLES */

/* FORMS PAGE STYLES */

.forms div {
    padding: 25px 20px;
}
/* END FORMS PAGE STYLES */


/* SOCIAL MEDIA PAGE STYLES */

.socialmedia-icons span {
    font: 114px 'icomoon-social';
    color: #0070b9;
}

.socialmedia-icons div {
    text-align: center;
    margin-top: 30px;
}



.socialmedia-space {
    margin-top: 23px;
}

/* END SOCIAL MEDIA PAGE STYLES */

/* CONTACT PAGE STYLES */

.getappointed {
    font: bold 30px 'lato', arial, sans-serif;
    text-transform: none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.getappointed-text-header {
    margin-top: -33px;
}

.agency-contact-info {
    padding: 5px 0 10px 0;
}

.agency-contact-side {
    padding-left: 0px;
    margin-left: 0px;
}

.contact h3 {
    padding: 15px 0 5px 0;
    margin: 2px 0 0px 0;
    text-align: left;
}

.contact p {
    padding: 0px 0 0 0;
    margin: 2px 0 0 0;
    text-align: left;
}


.contactHeader-icons span {
    font-family: fonticon;
    font-size: 75px;
    color: #fff;
    position: relative;
    top: 45%;
}

.contactHeader-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    margin-top: 45px;
}

.tabContact .nav-contact-tabs .specialty.active:after {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    color: #0070b9;
    position: absolute;
    bottom: -30px;
    left: 0%;
    width: 100%;
}

.tabContact .nav-contact-tabs .auto.active:after {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    color: #0070b9;
    position: absolute;
    bottom: -30px;
    left: 0%;
    width: 100%;
}

.tabContact .nav-contact-tabs .business.active:after {
    content: "\e252";
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    color: #0070b9;
    position: absolute;
    bottom: -30px;
    left: 0%;
    width: 100%;
}

.contactHeader-icons h3 {
    padding: 15px 0 5px 0;
    margin: 2px 0 0px 0;
}

.contactHeader-icons p {
    padding: 0px 0 0 0;
    margin: 0px 0 0 0;
}



.customer-contact p {
    padding: 0px 0 0 0;
    margin: 2px 0 0 0;
}


.tab-content > .tab-pane {
    padding: 10px 0 40px 0;
}

.marketing-rep .pattern-overlay {
    margin-top: -34px;
    padding: 110px 0 0px;
    min-height: 480px;
    height: auto;
    /* Incase of overlay problems just increase the min-height*/
}

.marketing-rep-background {
    background: url('../images/Contact-Marketing-Rep.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.companytab-icons span {
    font-family: fonticon, foremost-logo-interlock,product;
    font-size: 40px !important;
    color: #fff !important;
    position: relative;
    top: 42%;
}


.companytab-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-top: 20px;
}

.pdf-spacer {
    padding-top: 5px;
    padding-bottom: 5px;
}

.marketing-opacity {
    background: rgba(229, 241, 249, 0.86);
    padding: 30px 90px;
}

.background-marketing {
    padding-bottom: 0px;
}

.glyphicon-marketing {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-color: #deeff8;
    width: 70px;
    -moz-osx-font-smoothing: grayscale;
}

.contactagent-tabs span {
    font-family: foremost-logo-interlock;
    font-size: 70px;
    position: relative;
}



.contactagent-tabs-mobile span {
    font-family: foremost-logo-interlock;
    font-size: 100px;
    position: relative;
    top: 42%;
}

.contactagent-tabs h3 {
    margin-top: -15px !important;
    padding-top: 0px;
}


.contact-icons span:before {
    font-family: fonticon;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 32%;
}

.contact-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    margin-top: 20px;
    margin-right: -15px;
}

.contactBusiness-icons span:before {
    font-family: fonticon;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 32%;
}

.contactBusiness-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    margin-top: 20px;
    margin-right: -15px;
}


.tab-pane legend {
    margin-top: 0px;
    margin-bottom: 25px;
}

    .tab-pane legend span {
        background-color: #edf1f5;
        position: relative;
        top: 8px;
        left: 20px;
        padding: 20px;
    }

.tab-pane-contact-headers {
    font: bold 27px 'lato', arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: -5px;
}

.contact-subtitle {
    font-size: 21px;
    font-family: lato, arial, sans-serif;
    margin-top: -28px;
    position: relative;
    top: -10px;
}

.customer-contact a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.customer-contact img {
    width: 100%;
    backface-visibility: hidden;
    transition: transform .2s;
}


.customer-contact .caption {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .customer-contact .caption:hover {
        position: absolute;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.5);
    }


    .customer-contact .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .customer-contact .caption .btn {
        margin: 30% 0 0 0;
    }

.product-tabs span {
    font-family: foremost-logo-interlock;
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    top: 15px;
    margin-right: 8px;
}

.product-tabs p {
    padding: 0px;
}

.product-tabs h2 {
    color: #fff;
    font-size: 15px;
}


.product-tabs a {
    color: #fff;
    font: bold 17px 'lato', arial, sans-serif;
}


.btn-agentcontact, .btn-agentcontact:hover, .btn-agentcontact.active, .btn-agentcontact.active:focus {
    color: #fff;
    background-color: #0070b9 !important;
    border-color: #0070b9 !important;
    font: 18px lato, arial, sans-serif;
    text-transform: capitalize;
    padding: 25px;
}


.contactagent-tabs span {
    font-family: foremost-logo-interlock;
    font-size: 70px;
    position: relative;
}


/* END FORMS PAGE STYLES */

/* EDUCATION PAGE STYLES */

.education-section h1 {
}


.education-webinar {
    height: auto;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 0 0 40px 0;
    padding: 10px 20px;
    text-align: center;
}

    .education-webinar h4 {
        font: bold 18px 'lato', arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .education-webinar p {
        text-align: center !important;
    }





.education-webinar-btn, .education-webinar-btn:hover, .education-webinar-btn.active, .education-webinar-btn.active:focus {
    color: #fff;
    background-color: #0070b9 !important;
    border-color: #0070b9 !important;
    font: bold 15px lato, arial, sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
}





.education-webinar sup {
    font-size: x-small;
    vertical-align: text-top;
}

.education-icons span {
    font-family: 'fonticon','product','fonticonExtra';
    font-size: 80px;
    color: #fff;
    position: relative;
    top: 45%;
}

.education-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    text-align: center;
    margin-top: 45px;
}

.education-icons:hover span {
    color: #0070b9;
}

.education-icons:hover div {
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
}

.education-dropdown {
    color: #474a4e;
    background-color: #fff;
    border-color: #ccc;
    padding: 15px 50px;
    text-align: left;
}

.btn-go {
    color: #fff;
    background-color: #ed8b00;
    border-color: #ed8b00;
    font: 15px lato, arial, sans-serif;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 0px;
}

.image-spacer {
    padding-bottom: 18px;
}
.header-subtext {
    text-align:left;
}
.center-small {
    text-align: center;
}
/*@media (min-width:993px) {
    .center-small {
        text-align: left;
    }*/
}

/* END EDUCATION PAGE STYLES */

/* MARKETING PAGE STYLES */



.marketing-material-pdf h4, .marketing-material-pdf a {
    font: bold 16px/24px lato, arial, sans-serif;
    padding: 2px 0 0 0;
    margin: 2px 0 0 0;
    text-align: center;
}

    .marketing-material-pdf h4:hover {
        font: bold 15px/24px lato, arial, sans-serif;
        padding: 2px 0 0 0;
        margin: 2px 0 0 0;
        text-align: center;
        color: #474a4e;
        text-decoration: none;
    }

.marketing-material-pdf p {
    font: 15px/24px arial, sans-serif;
    padding: 0px 0 0px 0;
    margin: 2px 0 0 0;
    text-align: center;
    color: #474a4e;
}


.btn-marketing-material, .btn-marketing-material:hover, .btn-marketing-material.active, .btn-marketing-material.active:focus {
    font: normal 15px 'lato', arial, sans-serif;
    color: #474a4e;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #fff !important;
    padding: 10px 30px;
    text-align:left;
}

.btn-materials-mobile, .btn-materials-mobile:hover, .btn-materials-mobile.active, .btn-materials-mobile.active:focus {
    font: bold 15px 'lato', arial, sans-serif !important;
    color: #474a4e !important;
    text-transform: capitalize;
    text-align: center !important;
    background-color: transparent;
    border: 2px solid #0085ca;
    margin-top: 10px !important;
    padding: 12px 20px !important;
    width: 80% !important;
}

.tabicons span {
    font-family: 'fonticon',foremost-logo-interlock;
    font-size: 60px;
    color: #474a4e;
}

.tabicons div {
    text-align: center;
}

.companyIcons span {
    font-family: 'fonticon';
    font-size: 55px;
    color: #474a4e;
    font-weight: bold !important;
    position: relative;
    top: 38%;
    left: 5px;
}

.companyIcons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-top: 22px;
    margin-right: -12px;
}

.marketingmaterial span {
    font-family: 'fonticon', 'foremost-logo-interlock';
    font-size: 55px;
    color: #474a4e;
    font-weight: bold !important;
    position: relative;
    top: 38%;
    left: 5px;
}

.marketingmaterial div {
    text-align: center;
    border: 2px solid #edf1f5;
    background-color: #edf1f5;
    border-radius: 50%;
    width: 80px;
    height: 100px;
    margin-top: -45px
}

.marketingmaterial-logo span {
    font-family: foremost-logo-interlock,fonticon;
    font-size: 65px;
    color: #474a4e;
    font-weight: normal !important;
    position: relative;
    top: 38%;
    left: 5px;
}

.marketingmaterial-logo div {
    text-align: center;
    border: 2px solid #deeff8;
    background-color: #deeff8;
    border-radius: 50%;
    width: 80px;
    height: 100px;
    margin-top: -45px
}


.marketing-icons span {
    font-family: product;
    font-size: 80px;
    color: #fff;
    position: relative;
    top: 45%;
}

.marketing-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    text-align: center;
    margin-top: 45px;
}

.marketing-icons:hover span {
    color: #0070b9;
}

.marketing-icons:hover div {
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
}

.marketingCompany-icons span {
    font-family: fonticon, foremost-logo-interlock,product;
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 44%;
}

.marketingCompany-icons div {
    margin-top: 30px;
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
}

.marketingCompany-icons:hover span {
    font-family: fonticon, foremost-logo-interlock,product;
    font-size: 60px;
    color: #0070b9;
    position: relative;
    top: 42%;
}

.marketingCompany-icons:hover div {
    margin-top: 30px;
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
}

.btn-company, .btn-company:hover, .btn-company.active, .btn-company.active:focus {
    color: #474a4e;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #0085ca;
    padding: 8px;
    /* width: 140px; */
}

.company-copy {
    background-color: #fff;
    padding: 15px 15px 0px 15px;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
}


.logos div {
    border: 2px solid #0070b9;
    /* background-color: #0070b9; */
    border-radius: 7px;
    width: 250px;
    height: 120px;
    text-align: center;
    /* margin-top: 45px; */
    padding-top: 15px;
}

.marketingContact span {
    font-family: fonticon;
    font-size: 75px;
    color: #fff;
    position: relative;
    top: 45%;
}

.marketingContact div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    margin-top: 45px;
}



.marketing-agent2, .marketing-agent {
    height: auto;
    overflow-x: hidden;
    margin: 0 0 40px 0;
    padding: 10px 20px;
}

.shadow {
    border: 1px solid #adb6ba;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px 2px #adb6ba; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 4px 2px #adb6ba; /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 4px 2px #adb6ba; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.new {
    background: url(../marketing/img/new.png) no-repeat top left;
    position: absolute;
    z-index: 999;
    left: 22px
}

hr {
    /* margin-top: 20px; */
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.marketing-finder h4 {
    background: rgba(229, 241, 249, 0.86);
    font: bold 33px 'lato', arial, sans-serif;
    position: absolute;
    top: -30px;
    left: 46%;
    text-align: center !important;
}



.marketing-finder {
    margin-top: 50px;
    border-top: 1px solid #8c8b8b;
}

.form-control a {
    font: normal 15px 'lato', arial, sans-serif;
    color: #474a4e;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-marketing {
    color: #474a4e;
    background-color: #fff;
    border-color: #ccc;
    /* margin-bottom: 20px; */
    font-size: 15px;
    font-family: lato, arial, sans-serif;
    text-transform: uppercase;
    text-align:left;
}

.btn-marketingnav {
    width: 330px !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


.marketing-dropdown-menu > .active > a, .marketing-dropdown-menu > .active > a:focus, .marketing-dropdown-menu > .active > a:hover {
    color: #474a4e;
    text-decoration: none;
    background-color: #fff !important;
    outline: 0;
}

.marketing-dropdown-menu > li > a:focus, .marketing-dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ffff !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(255,255,255,.125);
    box-shadow: inset 0 3px 5px rgba(255,255,255,.125);
}



.marketing-icons span {
    font-family: product;
    font-size: 65px;
    color: #fff;
    position: relative;
    top: 45%;
}

.marketing-icons div {
    border: 2px solid #0070b9;
    background-color: #0070b9;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    text-align: center;
    margin-top: 45px;
}

.marketing-icons:hover span {
    color: #0070b9;
}

.marketing-icons:hover div {
    border: 3px dashed #0070b9;
    background: rgba(0,0,0,0);
    border-radius: 50%;
}



.form-group-sm input[type=checkbox] {
    margin-left: -20px;
    margin-top: 1px\9;
    line-height: normal;
    position: absolute;
    cursor: pointer;
}

/* FORM STYLES */

/* BOT CSS */

.bot-style, .UPN {
    display: none;
}



.phone {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.contactInfo-getappointed {
    background: rgba(0,122,195, 0.90);
    padding: 3px;
    color: #fff;
    margin-bottom: -120px;
    margin-top: 20px;
}

    .contactInfo-getappointed p {
        padding-bottom: 0px;
    }


legend span {
    background-color: #fff;
    position: relative;
    top: 8px;
    left: 20px;
    padding: 20px;
    text-transform: uppercase;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #abacae !important;
    font: bold 18px Lato, arial, sans-serif;
    text-transform: uppercase;
}

.form-group-sm .form-control {
    height: 48px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #474a4e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group-sm .form-control-education {
    height: 48px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    margin:5px 0;
}

.form-control-education {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #474a4e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group-sm ol, ul {
    list-style: none;
}

.form-group-sm select.form-control {
    height: 48px;
    line-height: 30px;
}

.form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font: 16px/24px lato, arial, sans-serif;
    font-weight: bold;
    text-align: left;
}


.checkbox-inline, .radio-inline {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.form-group-appointed {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.switch-field {
    font-family: "Lato", Tahoma, Verdana, sans-serif;
    margin-left: 0px !important;
    padding-left: 0px !important;
}


.switch-title {
    margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    padding-left: 0px;
}

.switch-field label {
    float: left;
    max-width: none;
}

.switch-field label {
    background-image: url(../images/radio-button-nocheck.png);
    display: inline-block;
    width: 700px;
    margin-top: 5px;
    max-width: none !important;
    background-color: #e9f4fa;
    color: #474a4e;
    font-size: 14px;
    font-weight: normal;
    /* text-align: center; */
    text-shadow: none;
    padding: 25px 50px;
    /* border: 2px solid #0078c0; */
    border-radius: 4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-position: 22px 25px;
    background-repeat: no-repeat;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: #e9f4fa;
    color: #474a4e;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url('../images/radio-button-check.png');
    background-position: 22px 25px;
    background-repeat: no-repeat;
}


.get-appointed-contact {
    margin-top: 12px;
    margin-left: 15px;
}


/* SUBMIT BUTTON STYLES */

.btn-getappointed {
    display: inline-block;
    padding: 15px 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: .2s ease-out;
    margin-bottom: 60px;
}

.btn-submit, .btn-submit:hover, .btn-submit.active, .btn-submit.active:focus {
    color: #fff;
    background-color: #ed8c01;
    border-color: #ed8c01;
    font: 16px lato, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-btn-off {
    font: bold 15px lato, arial, sans-serif,icomoon-person;
    border: 1px solid #0070b9;
    border-radius: 4px;
    background-color: #fff;
    color: #0070b9 !important;
}

    .blue-btn-off:hover, .blue-btn-off:active, .blue-btn-off:focus, .blue-btn-off:active:focus {
        background-color: #013765 !important;
        border-color: #013765 !important;
        color: #fff !important;
    }


.blue-btn {
    font: bold 15px lato, arial, sans-serif,icomoon-person;
    border: 1px solid #0070b9;
    border-radius: 4px;
    background-color: #0070b9;
    color: #fff !important;
}

    .blue-btn:hover, .blue-btn:active, .blue-btn:focus, .blue-btn:active:focus {
        background-color: #013765 !important;
        border-color: #013765 !important;
        color: #fff;
    }

      
    
  


/*CAMPAIGNS CSS*/

.campaigns a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.campaigns img {
    width: 100%;
    backface-visibility: hidden;
    transition: transform .2s;
}

.campaigns a:hover img {
    filter: blur(2px);
    transform: scale(1.2);
}

.campaigns .caption {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .campaigns .caption:hover {
        position: absolute;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.5);
    }

        .campaigns .caption:hover p {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .campaigns .caption h3 {
        font: bold 33px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        margin-top: 5%;
    }

    .campaigns .caption p {
        font: 15px/24px arial, sans-serif;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .campaigns .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .campaigns .caption .btn {
        margin: 0% 0 0 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-90%,0);
        transform: translate3d(0,-90%,0);
    }

    .campaigns .caption:hover .btn {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 0;
    }

    /* DIFFERENT STILES BETWEEN ARTICLE SECTIONS CSS AROUND H3, P & BUTTONS*/

    /* ARTICLE 1*/

    .campaigns .caption h3 {
        margin: 10% 0 0% 0;
        padding: 0 8% 0% 8%;
    }

    .campaigns .caption:hover h3 {
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
    }

    .campaigns .caption p {
        padding: 4% 15% 1% 15%;
    }

.campaigns2 a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.campaigns2 img {
    width: 100%;
    backface-visibility: hidden;
    transition: transform .2s;
}

.campaigns2 a:hover img {
    filter: blur(2px);
    transform: scale(1.2);
}

.campaigns2 .caption {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .campaigns2 .caption:hover {
        position: absolute;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.5);
    }

        .campaigns2 .caption:hover p {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


    .campaigns2 .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .campaigns2 .caption .btn {
        margin: 18% 0 0 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .campaigns2 .caption:hover .btn {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }


.campaigns3 a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.campaigns3 img {
    width: 100%;
    backface-visibility: hidden;
    transition: transform .2s;
}

.campaigns3 a:hover img {
    filter: blur(2px);
    transform: scale(1.2);
}

.campaigns3 .caption {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .campaigns3 .caption:hover {
        position: absolute;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.5);
    }

        .campaigns3 .caption:hover p {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .campaigns3 .caption h3 {
        font: bold 28px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        margin-top: 5%;
    }

    .campaigns3 .caption p {
        font: 15px/24px arial, sans-serif;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .campaigns3 .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .campaigns3 .caption .btn {
        margin: -39px 0 0 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-90%,0);
        transform: translate3d(0,-90%,0);
    }

    .campaigns3 .caption:hover .btn {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 0;
    }

    /* DIFFERENT STILES BETWEEN ARTICLE SECTIONS CSS AROUND H3, P & BUTTONS*/

    /* ARTICLE 1*/

    .campaigns3 .caption h3 {
        margin: 15% 0 0% 0;
        padding: 0 8% 0% 8%;
    }

    .campaigns3 .caption:hover h3 {
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
    }

    .campaigns3 .caption p {
        padding: 4% 15% 1% 15%;
    }



.campaigns4 a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.campaigns4 img {
    width: 100%;
    backface-visibility: hidden;
    transition: transform .2s;
}

.campaigns4 a:hover img {
    filter: blur(2px);
    transform: scale(1.2);
}

.campaigns4 .caption {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .campaigns4 .caption:hover {
        position: absolute;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.5);
    }

        .campaigns4 .caption:hover p {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .campaigns4 .caption h3 {
        font: bold 28px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        margin-top: 5%;
    }

    .campaigns4 .caption p {
        font: 15px/24px arial, sans-serif;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .campaigns4 .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .campaigns4 .caption .btn {
        margin: -10px 0 0 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-90%,0);
        transform: translate3d(0,-90%,0);
    }

    .campaigns4 .caption:hover .btn {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 0;
    }

    /* DIFFERENT STILES BETWEEN ARTICLE SECTIONS CSS AROUND H3, P & BUTTONS*/

    /* ARTICLE 1*/

    .campaigns4 .caption h3 {
        margin: 15% 0 0% 0;
        padding: 0 8% 0% 8%;
    }

    .campaigns4 .caption:hover h3 {
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
    }

    .campaigns4 .caption p {
        padding: 4% 15% 1% 15%;
    }




.campaign-spacer {
    padding: 5px;
}

    .campaign-spacer h3 {
        padding: 5px 0 0 0;
        margin: 5px 0 0 0;
        font-size: 16px;
    }

    .campaign-spacer p {
        padding: 0px 0 8px 0;
        margin: 0px 0 0 0;
    }

.campaign-descriptions p {
    padding: 0 12px 0 17px;
}

.campaign-descriptions a {
    color: #474a4e;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid #0085ca;
    padding: 10px;
    width: 160px;
    margin: 10px 0px 10px 0px;
}

.campaigns-link {
    color: #0070b9 !important;
    text-decoration: none !important;
    border: none !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 0 !important;
    width: unset !important;
    text-transform: none !important;
    display: inline !important;
}

/* END MARKETING PAGE STYLES */



.product-Hitch-icons div {
    border: 1px solid #D0D0D0;
    box-shadow:6px 6px 17px 10px rgb(208 208 208 / 22%);
    border-radius: 6px;
    /* width: 160px; */
    height: 160px;
    text-align: center;
    margin-top: 35px;
}

.product-Hitch-icons span {
    font-family: 'product';
    text-decoration: none;
    font-size: 83px;
    color: #005CB9;
    position: relative;
    top:38%;
}

.product-Hitch-icons span:hover {
    font-family: 'product';
    text-decoration: none;
    font-size: 83px;
    color: black;
    position: relative;
    top:38%;
}

.product-Hitch-icons h3 {
    top: 31%;
    position: relative;
    font-size: 16px;
}

.hitch h2 {
    font: bold 30px 'Hind', arial, sans-serif;
    text-transform:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.hitch h1 {
    font: 503 49px/49px 'hind', arial, sans-serif;
    color: #fff;
    text-transform:capitalize;
    padding-top: 15px;
}

.hitch-banner p {
    font: 385 17px/24px hind, arial, sans-serif;
    padding: 1px 0;
}

.hitch-padding {
    padding-top:36px;
}

.auto-policy-hitch {
    background:#fff;
    height:141px;
    padding-top:5px;
    text-align:center;
    border: 1px solid #D0D0D0;
    box-shadow:6px 6px 17px 10px rgb(208 208 208 / 22%);
    border-radius: 6px;
    margin-top:20px;
    margin-bottom:40px;
}

.product-Hitch-icons span:hover {
    text-decoration: none !important;
}


.product-Hitch-icons h3, .product-Hitch-icons a:focus, .product-Hitch-icons a:hover {
    top: 31%;
    position: relative;
    font-size: 16px;
    text-decoration: none !important;

}


.auto-policy-hitch p
{
    font: 400 17px/24px hind, arial, sans-serif;

}

.map-space {
    padding-bottom:28px;
}

@media(max-width:980px) {
    .hitch h1 {
        font: 503 34px/45px 'hind', arial, sans-serif;
        color: #fff;
        text-transform:capitalize;
        padding-top: 0px;
        margin-top:-20px;
        text-align:center;
    }

    .hitch h2 {
        font: bold 34px/36px 'Hind', arial, sans-serif;
        padding-bottom: 16px;
        margin-bottom: 0px;
        text-align:center;

    }
    

    .hitch-img {
        text-align:center !important;

    }
}





/* HOME PAGE, EDUCATION & MARKETING ARTICLE CSS*/


.articles-spacer div {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

/* CONSISTENT STILES BETWEEN ARTICLE SECTIONS CSS*/
.articles a, .articles2 a, .articles3 a, .articles4 a, .articles5 a, .articles-mobile a {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.articles img, .articles2 img, .articles3 img, .articles4 img, .articles5 img, .articles-mobile img {
    width: 100%;
    backface-visibility: hidden;
    transition: transform .2s;
}

.articles a:hover img, .articles2 a:hover img, .articles3 a:hover img, .articles4 a:hover img, .articles5 a:hover img, .articles-mobile a:hover img {
    filter: blur(2px);
    transform: scale(1.2);
}

.articles .caption, .articles2 .caption, .articles3 .caption, .articles4 .caption, .articles5 .caption, .articles-mobile .caption {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .articles .caption:hover, .articles2 .caption:hover, .articles3 .caption:hover, .articles4 .caption:hover, .articles5 .caption:hover, .articles-mobile .caption:hover {
        position: absolute;
        color: #fff;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.5);
    }

        .articles .caption:hover p, .articles2 .caption:hover p, .articles3 .caption:hover p, .articles4 .caption:hover p, .articles5 .caption:hover p, .articles-mobile .caption:hover p {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .articles .caption h3, .articles2 .caption h3, .articles3 .caption h3, .articles4 .caption h3, .articles5 .caption h3 {
        font: bold 22px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .articles .caption p, .articles2 .caption p, .articles3 .caption p, .articles4 .caption p, .articles5 .caption p {
        font: 15px/24px arial, sans-serif;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .articles .caption .btn, .articles2 .caption .btn, .articles3 .caption .btn, .articles4 .caption .btn, .articles5 .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .articles .caption .btn, .articles2 .caption .btn, .articles3 .caption .btn, .articles4 .caption .btn, .articles5 .caption .btn {
        margin: 0% 0 0 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }

    .articles .caption:hover .btn, .articles2 .caption:hover .btn, .articles3 .caption:hover .btn, .articles4 .caption:hover .btn, .articles5 .caption:hover .btn {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 0;
    }

    /* DIFFERENT STILES BETWEEN ARTICLE SECTIONS CSS AROUND H3, P & BUTTONS*/

    /* ARTICLE 1*/

    .articles .caption h3 {
        margin: 25% 0 0% 0;
        padding: 0 8% 0% 8%;
    }

    .articles .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles .caption p {
        padding: 15% 10% 1% 10%;
    }

    /* ARTICLE 2 */

    .articles2 .caption h3 {
        margin: 3% 0 0% 0;
        padding: 0 10% 0 10%;
    }

    .articles2 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles2 .caption p {
        padding: 10% 10% 0 10%;
    }

    /* ARTICLE 3 */

    .articles3 .caption h3 {
        padding: 3% 10% 0 10%;
    }

    .articles3 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles3 .caption p {
        padding: 20% 10% 2% 10%;
    }


    /* ARTICLE 4 */

    .articles4 .caption h3 {
        padding: 7% 18% 0 18%;
    }

    .articles4 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles4 .caption p {
        padding: 17% 10% 2% 10%;
    }


    /* ARTICLE 5 */

    .articles5 .caption h3 {
        margin: 10% 0 0% 0;
        padding: 0 18% 0 18%;
    }

    .articles5 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles5 .caption p {
        margin: 6% 0 2% 0;
        padding: 0 15% 0 15%;
    }




/* END: ANIMATIONS */


/* EXTRA RESPONSIVE STYLES */

@media (min-width:993px) {

    

    /* PRODUCT PAGE/CONTACT US TABS */


    .mobile-break {
        padding-top:20px;
    }

    .tabProducts {
        margin-top: 30px;
        margin-bottom: 5px;
    }

        .tabProducts .nav-product-tabs {
            position: relative;
            border-bottom: none;
        }

            .tabProducts .nav-product-tabs li {
                width: 350px;
                height: 185px;
                margin: 8px;
            }

            .tabProducts .nav-product-tabs .specialty {
                background: url('../images/product-page/specialty.jpg');
            }

                .tabProducts .nav-product-tabs .specialty.active:after {
                    content: "\e252";
                    font-family: 'Glyphicons Halflings';
                    font-size: 40px;
                    color: #35312b;
                    position: absolute;
                    bottom: -19px;
                    left: 2%;
                    width: 100%;
                }

            .tabProducts .nav-product-tabs .auto {
                background: url('../images/product-page/auto.jpg');
            }

                .tabProducts .nav-product-tabs .auto.active:after {
                    content: "\e252";
                    font-family: 'Glyphicons Halflings';
                    font-size: 40px;
                    color: #010102;
                    position: absolute;
                    bottom: -19px;
                    left: 2%;
                    width: 100%;
                }

            .tabProducts .nav-product-tabs .business {
                background: url('../images/product-page/business-insurance.jpg');
            }

                .tabProducts .nav-product-tabs .business.active:after {
                    content: "\e252";
                    font-family: 'Glyphicons Halflings';
                    font-size: 40px;
                    color: #3b2920;
                    position: absolute;
                    bottom: -19px;
                    left: 2%;
                    width: 100%;
                }


            .tabProducts .nav-product-tabs li a {
                padding: 42px 0 0 0;
                text-align: center;
                z-index: 3;
                color: #fff;
                height: 180px;
            }

                .tabProducts .nav-product-tabs li a:hover {
                    background: transparent;
                    border-color: transparent;
                }

            .tabProducts .nav-product-tabs li.active:after {
                background: transparent;
                position: absolute;
                transition: all 0.90s ease 0s;
                z-index: 2;
                text-align: center;
            }



    .nav-product-tabs li.active a,
    .nav-product-tabs li.active a:focus,
    .nav-product-tabs li.active a:hover {
        content: "";
        top: 39px;
        left: 64px;
        width: 222px;
        height: 106px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        box-shadow: 0 0 0 14px rgba(0,0,0,0.4);
        position: absolute;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.4,1.4,1);
        transform: scale3d(1.4,1.4,1);
        z-index: 3;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-family: lato, Arial, sans-serif;
        padding: 0px 0px;
    }

    .nav-product-tabs span {
        text-align: center;
        font-size: 15px;
        font-family: lato, Arial, sans-serif;
    }


    .background-homepage {
        background: url('../images/FA-black-icon-banner.png');
        background-size: cover;
        background-position: top center;
        background-attachment: scroll;
        margin-top:0;
        min-height: 100px;
        height: auto;
        padding-top:40px;
        padding-bottom: 50px;
    }




    /* PRODUCT PAGE/CONTACT US TABS */

}



/* INDIVIDUAL RESPONSIVE STYLES */


@media (min-width: 993px) and (max-width:1200px) {
   

    .tab .nav-tabs li {
        background-color: #edf1f5;
        height: 140px;
        padding-top: 16px;
        padding-left: 5px;
        /* padding-right: 15px; */
    }

    .border-right {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
    }


    .h1, h1 {
        font-size: 30px;
    }

    .education {
        height: 630px; /* fix for weird breakpoint */
    }

    .articles .caption h3, .articles2 .caption h3, .articles3 .caption h3, .articles4 .caption h3, .articles5 .caption h3 {
        font: bold 19px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        margin-top: -10px;
    }

    .btn-dropdown {
        width: 300px;
    }
}


/* MEDIUM - Large Devices */


@media (max-width:991px) {

    .dropdown-menu strong {
        font: bold 20px 'lato', arial, sans-serif;
        padding-bottom: 0px;
        padding-top: 15px;
        margin-bottom: 0px;
        text-align: center;
    }

    .menu-products li {
        margin: 12px 0px 0;
        font: 16px arial, sans-serif;
        text-align: center;
    }

.navbar-header {
    padding-left:15px;
}
    
.products h2 {
    font: bold 18px 'lato', arial, sans-serif;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    text-transform:none;
}

    .product-auto h2 {
        font: bold 18px 'lato', arial, sans-serif;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: center;
    }
    
    .product-auto h3 {
        font: bold italic 18px 'lato', arial, sans-serif;
        text-transform: capitalize;
        padding-bottom: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
   
   
    .background-homepage {
        background: url('../images/FA-black-icon-banner.png');
        background-size: cover;
        background-position: top center;
        background-attachment: scroll;
        margin-top:0;
        min-height: 100px;
        height: auto;
        padding-top:30px;
        padding-bottom: 50px;
    }

    .background-contact {
        background: none;
        background-size: cover;
        background-position: top center;
        background-attachment: scroll;
        margin-top: -90px;
        min-height: 500px;
        height: auto;
        padding-bottom: 30px;
        /* Incase of overlay problems just increase the min-height*/
    }

    .background-homepage h1 {
        font: bold 30px 'lato', arial, sans-serif;
        text-transform:uppercase;
        padding-top:0px;
        color:#fff;
        text-align: center;
    }

    .agent360 sup {
        font-size: 7px;
        vertical-align: top !important;
        position: relative;
        top: 10px;
      
    }

    .btn-homepage {
        margin-bottom: 35px;
        margin-top: 15px;
    }

    .background-homepage hr {
        /* margin-top: 20px; */
        margin-top: 0px;
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 20px;
        border: 0;
        border-top: 6px solid #c3d600;
    }


    .getappointed-text-header {
        margin-top: -9px;
        font-size: 14px;
    }

    .FMMR-form-mobile {
        position: relative;
        left: 18px;
    }

    .FMMR-contact h2 {
        font: bold 22px 'lato', arial, sans-serif;
        text-transform: uppercase;
        padding-bottom: 10px;
        margin-bottom: 0px;
        text-align: center;
        color:#fff;
    }

    .FMMR-Rep-center {
        position: center;
        left: unset;
    }

    .tab-pane-contact-headers {
        font: bold 20px 'lato', arial, sans-serif;
        text-transform: uppercase;
        padding-bottom: 0px;
        margin-bottom: -5px;
    }

    .contact-subtitle {
        font-size: 18px;
        font-family: lato, arial, sans-serif;
        margin-top: 3px;
        position: relative;
        top: 0px;
    }

    .getappointed {
        font: bold 22px 'lato', arial, sans-serif;
        text-transform: none !important;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .background-contact h1 {
        font: bold 22px 'lato', arial, sans-serif;
        text-transform: capitalize;
        padding-top: 170px;
    }

    .contact h6, .contact p {
        text-align: center;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-left: -10px;
    }

    .landlord-banner {
        background: url('../images/Rent-or-Landlord-3.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }



    .mobile-product-descriptions h2, h3, h5, p {
        text-align: center;
        padding: 10px 20px;
    }

    .get-appointed-mobile h2, h3, h5, p {
        text-align: center;
    }

    .switch-field label {
        background-image: url(../images/radio-button-nocheck.png);
        display: inline-block;
        width: 440px;
        margin-top: 5px;
        max-width: none !important;
        background-color: #e9f4fa;
        color: #474a4e;
        font-size: 14px;
        font-weight: normal;
        /* text-align: center; */
        text-shadow: none;
        padding: 25px 50px;
        /* border: 2px solid #0078c0; */
        border-radius: 4px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        background-position: 22px 25px;
        background-repeat: no-repeat;
    }

    .bg-primary {
        color: #474747;
        background: #e4f1f9;
        padding: 10px;
        margin-bottom: 10px;
    }

   

    .callout-block {
        background-color: #deeff8;
        padding: 15px;
        margin-top: 18px;
        padding: 10px 10px 3px 10px;
    }

    .product-callout {
        font: bold 15px/23px 'Lato',sans-serif;
        text-align: center;
        padding: 14px;
    }


    .product-download-btn {
        font: bold 15px lato, arial, sans-serif;
        border: 1px solid #0070b9;
        padding: 15px;
    }

    .bullet-content ul {
        list-style: none;
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .bullet-content li {
        font: 17px/25px arial, sans-serif;
        text-align: center !important;
        margin-left: 8px;
        padding-top: 10px;
    }

        .bullet-content li:before {
            position: relative;
            top: 2px;
            content: "\e089";
            font-family: 'Glyphicons Halflings';
            font-size: 15px;
            color: #0277c0;
            margin-top: 0px;
            margin-left: 0px;
            padding-right: 10px;
        }




    .articles .caption h3, .articles2 .caption h3, .articles3 .caption h3, .articles4 .caption h3, .articles5 .caption h3 {
        font: bold 19px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .articles .caption p, .articles2 .caption p, .articles3 .caption p, .articles4 .caption p, .articles5 .caption p {
        font: 14px/24px arial, sans-serif;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }


    /* DIFFERENT STILES BETWEEN ARTICLE SECTIONS CSS AROUND H3, P & BUTTONS*/

    /* ARTICLE 1*/

    .articles .caption h3 {
        margin: 25% 0 0% 0;
        padding: 0 6% 0% 6%;
    }

    .articles .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles .caption p {
        padding: 15% 6% 1% 6%;
    }

    /* ARTICLE 2 */

    .articles2 .caption h3 {
        margin: 3% 0 0% 0;
        padding: 0 10% 0 10%;
    }

    .articles2 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles2 .caption p {
        padding: 10% 6% 0 6%;
    }

    /* ARTICLE 3 */

    .articles3 .caption h3 {
        padding: 3% 10% 0 10%;
    }

    .articles3 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles3 .caption p {
        padding: 20% 2% 2% 2%;
    }


    /* ARTICLE 4 */

    .articles4 .caption h3 {
        padding: 7% 18% 0 18%;
    }

    .articles4 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles4 .caption p {
        padding: 17% 6% 2% 6%;
    }


    /* ARTICLE 5 */

    .articles5 .caption h3 {
        margin: 10% 0 0% 0;
        padding: 0 18% 0 18%;
    }

    .articles5 .caption:hover h3 {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles5 .caption p {
        margin: 6% 0 2% 0;
        padding: 0 6% 0 6%;
    }


    /* ARTICLE MOBILE VIEW */

    .articles-mobile .caption h3 {
        font: bold 23px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 0% 0;
        padding: 25% 5% 0% 5%;
    }

    .articles-mobile .caption p {
        font: 15px/24px arial, sans-serif;
        margin: 5% 0 0 0;
        padding: 0 15% 0 15%;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .articles-mobile .caption:hover p, .articles-mobile .caption:hover .btn {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .articles-mobile .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .contactspacing {
        padding-top: 20px;
    }

        .contactspacing h4 {
            font: bolder 17px 'lato', arial, sans-serif;
            padding: 15px 0 5px 0;
            margin: 2px 0 0px 0;
            color: black;
        }

    .contact h3 {
        font: bolder 17px 'lato', arial, sans-serif;
        padding: 15px 0 5px 0;
        margin: 2px 0 0px 0;
        text-align: center
    }

    .contact p {
        font: 15px/24px arial, sans-serif;
        padding: 0px 0 0 0;
        margin: 2px 0 0 0;
        text-align: center;
    }

    .contact-icons span {
        font-family: 'Glyphicons Halflings';
        font-size: 6px !important;
        color: #fff;
        position: relative;
        top: 5%;
    }


    .contact-icons div {
        border: 2px solid #0070b9;
        background-color: #0070b9;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        text-align: center;
        margin-top: 20px;
    }


    .agency-contact-info {
        padding: 3px;
    }

    .agency-contact-side {
        padding-left: 3px;
        margin-left: 3px;
    }

    /* PRODUCT PAGE/CONTACT US TABS */




    .tabProducts {
        margin-top: 30px;
        margin-bottom: 5px;
    }

        .tabProducts .nav-product-tabs {
            position: relative;
            border-bottom: none;
        }

            .tabProducts .nav-product-tabs li {
                width: 280px;
                height: 175px;
                margin: 8px;
            }

            .tabProducts .nav-product-tabs .specialty {
                background: url('../images/product-page/specialty.jpg');
            }

                .tabProducts .nav-product-tabs .specialty.active:after {
                    content: "\e252";
                    font-family: 'Glyphicons Halflings';
                    font-size: 40px;
                    color: #35312b;
                    position: absolute;
                    bottom: -19px;
                    left: 2%;
                    width: 100%;
                }

            .tabProducts .nav-product-tabs .auto {
                background: url('../images/product-page/auto.jpg');
            }

                .tabProducts .nav-product-tabs .auto.active:after {
                    content: "\e252";
                    font-family: 'Glyphicons Halflings';
                    font-size: 40px;
                    color: #010102;
                    position: absolute;
                    bottom: -19px;
                    left: 2%;
                    width: 100%;
                }

            .tabProducts .nav-product-tabs .business {
                background: url('../images/product-page/business-insurance.jpg');
            }

                .tabProducts .nav-product-tabs .business.active:after {
                    content: "\e252";
                    font-family: 'Glyphicons Halflings';
                    font-size: 40px;
                    color: #3b2920;
                    position: absolute;
                    bottom: -19px;
                    left: 2%;
                    width: 100%;
                }


            .tabProducts .nav-product-tabs li a {
                padding: 42px 0 0 0;
                text-align: center;
                z-index: 3;
                color: #fff;
                height: 180px;
            }

                .tabProducts .nav-product-tabs li a:hover {
                    background: transparent;
                    border-color: transparent;
                }

            .tabProducts .nav-product-tabs li.active:after {
                background: transparent;
                position: absolute;
                transition: all 0.90s ease 0s;
                z-index: 2;
                text-align: center;
            }



    .nav-product-tabs li.active a,
    .nav-product-tabs li.active a:focus,
    .nav-product-tabs li.active a:hover {
        content: "";
        top: 40px;
        left: 53px;
        width: 173px;
        height: 96px;
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        box-shadow: 0 0 0 14px rgba(0,0,0,0.4);
        position: absolute;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.4,1.4,1);
        transform: scale3d(1.4,1.4,1);
        z-index: 3;
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-family: lato, Arial, sans-serif;
        padding: 0px 0px;
    }

    .nav-product-tabs span {
        text-align: center;
        font-size: 15px;
        font-family: lato, Arial, sans-serif;
    }

    .pdf-spacer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .mobile-push {
        padding-top: 100px;
    }


    /* PRODUCT PAGE/CONTACT US TABS */

    .btn-getappointed {
        display: inline-block;
        padding: 15px 10px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: .2s ease-out;
        margin-bottom: 60px;
    }

    .education-pattern-overlay {
        margin-top: -90px;
        min-height: 700px;
        height: auto;
        /* Incase of overlay problems just increase the min-height*/
        background: rgba(0, 0, 0, 0.52);
    }



    .education {
        background: url('../images/Education.jpg');
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        height: 700px;
    }

    .homepage {
        background: url('../images/homepagebanner2.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 600px;
    }
}
/* END: MEDIUM - Large Devices */

/* END: MEDIUM Devices */

@media(max-width:772px) {

    h1 {
        font: bold 30px 'lato', arial, sans-serif;
        text-transform: uppercase;
        padding-top: 50px; 
        text-align: center;
    }

    .product-auto h2 {
        font: bold 18px 'lato', arial, sans-serif;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: center;
    }


  

  
    

    .background-banner p {
        font: 16px/24px lato, arial, sans-serif;
        padding: 5px 0;
    }

    .background-contact p {
        font: 16px/22px lato, arial, sans-serif;
        padding: 15px 30px;
        color:#333;
    }

    .tab-pane-contact-headers {
        font: bold 26px 'lato', arial, sans-serif;
        text-transform: none !important;
        padding-bottom: 0px;
    }

    .contact-subtitle {
        font-size: 19px;
        font-family: lato, arial, sans-serif;
        margin-top: 0px;
        position: unset;
        top: unset;
    }

    .blue-btn-off {
        font: bold 15px lato, arial, sans-serif,icomoon-person;
        border: 1px solid #0070b9 !important;
        border-radius: 4px;
        background-color: #fff;
        color: #0070b9 !important;
    }

        .blue-btn-off:hover, .blue-btn-off:active, .blue-btn-off:focus, .blue-btn-off:active:focus {
            background-color: #013765 !important;
            border-color: #013765 !important;
            color: #fff !important;
        }


    .blue-btn {
        font: bold 15px lato, arial, sans-serif,icomoon-person;
        border: 1px solid #0070b9;
        border-radius: 4px;
        background-color: #0070b9;
        color: #fff !important;
    }

        .blue-btn:hover, .blue-btn:active, .blue-btn:focus, .blue-btn:active:focus {
            background-color: #013765 !important;
            border-color: #013765 !important;
            color: #fff;
        }
}


@media (min-width: 641px) and (max-width:767px) {
    .pdf-spacer {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

 


    .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12 {
        float: left;
    }

    .col-smm-12 {
        width: 100%;
    }

    .col-smm-11 {
        width: 91.66666667%;
    }

    .col-smm-10 {
        width: 83.33333333%;
    }

    .col-smm-9 {
        width: 75%;
    }

    .col-smm-8 {
        width: 66.66666667%;
    }

    .col-smm-7 {
        width: 58.33333333%;
    }

    .col-smm-6 {
        width: 50%;
    }

    .col-smm-5 {
        width: 41.66666667%;
    }

    .col-smm-4 {
        width: 33.33333333%;
    }

    .col-smm-3 {
        width: 25%;
    }

    .col-smm-2 {
        width: 16.66666667%;
    }

    .col-smm-1 {
        width: 8.33333333%;
    }

    .col-smm-pull-12 {
        right: 100%;
    }

    .col-smm-pull-11 {
        right: 91.66666667%;
    }

    .col-smm-pull-10 {
        right: 83.33333333%;
    }

    .col-smm-pull-9 {
        right: 75%;
    }

    .col-smm-pull-8 {
        right: 66.66666667%;
    }

    .col-smm-pull-7 {
        right: 58.33333333%;
    }

    .col-smm-pull-6 {
        right: 50%;
    }

    .col-smm-pull-5 {
        right: 41.66666667%;
    }

    .col-smm-pull-4 {
        right: 33.33333333%;
    }

    .col-smm-pull-3 {
        right: 25%;
    }

    .col-smm-pull-2 {
        right: 16.66666667%;
    }

    .col-smm-pull-1 {
        right: 8.33333333%;
    }

    .col-smm-pull-0 {
        right: auto;
    }

    .col-smm-push-12 {
        left: 100%;
    }

    .col-smm-push-11 {
        left: 91.66666667%;
    }

    .col-smm-push-10 {
        left: 83.33333333%;
    }

    .col-smm-push-9 {
        left: 75%;
    }

    .col-smm-push-8 {
        left: 66.66666667%;
    }

    .col-smm-push-7 {
        left: 58.33333333%;
    }

    .col-smm-push-6 {
        left: 50%;
    }

    .col-smm-push-5 {
        left: 41.66666667%;
    }

    .col-smm-push-4 {
        left: 33.33333333%;
    }

    .col-smm-push-3 {
        left: 25%;
    }

    .col-smm-push-2 {
        left: 16.66666667%;
    }

    .col-smm-push-1 {
        left: 8.33333333%;
    }

    .col-smm-push-0 {
        left: auto;
    }

    .col-smm-offset-12 {
        margin-left: 100%;
    }

    .col-smm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-smm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-smm-offset-9 {
        margin-left: 75%;
    }

    .col-smm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-smm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-smm-offset-6 {
        margin-left: 50%;
    }

    .col-smm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-smm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-smm-offset-3 {
        margin-left: 25%;
    }

    .col-smm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-smm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-smm-offset-0 {
        margin-left: 0;
    }

    .homepage-content h2, p {
        text-align: center;
    }

    h2, p {
        text-align: center;
    }

    .footer-navigation h2 {
        color: #fff;
        font: bold 15px lato, helvetica, sans-serif;
        text-align: left;
        padding-left: 0px;
        margin-bottom: 5px;
    }


    .bullet-content ul {
        list-style: none;
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .bullet-content li {
        font: 15px/24px arial, sans-serif;
        text-align: center;
        margin-left: 8px;
        padding-top: 10px;
    }

        .bullet-content li:before {
            position: relative;
            top: 2px;
            content: "\e089";
            font-family: 'Glyphicons Halflings';
            font-size: 15px;
            color: #0277c0;
            margin-top: 0px;
            margin-left: 0px;
            padding-right: 10px;
        }

    /* ARTICLE MOBILE VIEW */

    .articles-mobile .caption h3 {
        font: bold 25px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 0% 0;
        padding: 30% 10% 0% 10%;
    }

    .articles-mobile .caption p {
        font: 15px/24px arial, sans-serif;
        margin: 5% 0 0 0;
        padding: 0 15% 0 15%;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .articles-mobile .caption:hover p, .articles-mobile .caption:hover .btn {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .articles-mobile .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }

    .whyforemosttabs-icons span {
        font-family: 'fonticon';
        font-size: 80px;
        color: #fff;
        position: relative;
        top: 45%;
    }

    .whyforemosttabs-icons div {
        border: 2px solid #0070b9;
        background-color: #0070b9;
        border-radius: 50%;
        width: 210px;
        height: 210px;
        text-align: center;
    }

    .whyforemosttabs-icons h3 {
        text-align: center;
        font: bolder 25px 'lato', arial, sans-serif;
    }
}
/* END: MEDIUM Devices */


/* SMALL Devices */
@media (max-width: 640px) {

    
.FWS-background {
    background: none;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;

}



    .pattern-overlay h1, .education-pattern-overlay h1 {
        color: #fff;
        padding-top: 160px;
    }

    .pdf-spacer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*  Banner STYLES */



    .studenthousing-banner {
        background: url('../images/Student-Housing-2.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .mobilehome-banner {
        background: url('../images/Mobile-Home-2.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .home-banner {
        background: url('../images/Vacant-or-Home-2.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }


    .renters-banner {
        background: url('../images/Renters.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .landlord-banner {
        background: url('../images/Rent-or-Landlord-3.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .vacationhome-banner {
        background: url('../images/Vacation-Home.jpg');
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        height: 600px;
    }

    .condo-banner {
        background: url('../images/Condo-2.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .vacantcondo-banner {
        background: url('../images/Rent-or-Landlord.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .flood-banner {
        background: url('../images/flood.jpg');
        background-size: cover;
        background-position: bottom center;
        background-attachment: fixed;
        height: 600px;
    }

    .commercialauto-banner {
        background: url('../images/Comm-Auto.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 650px;
    }

    .auto-banner {
        background: url('../images/auto-banner.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 700px;
    }





    /* CONTENT STYLES */

    .navbar-inverse .navbar-nav > li > a {
        color: #474a4e;
        /* border-bottom: 1px solid; */
        font: bold 15px lato, arial, sans-serif;
        text-transform: capitalize;
        position: relative;
        top: 0px;
    }

    .navbar-appointed-btn {
        font: bold 15px lato, arial, sans-serif,icomoon-person;
        border: 1px solid #0070b9;
        border-radius: 4px;
        width: 300px;
        background-color: #0070b9 !important;
        padding-left: 28px !important;
        color: #fff !important;
    }

        .navbar-appointed-btn span {
            font-family: 'icomoon-person',product;
            font-size: 17px;
            position: absolute;
            top: 0;
            left: 100px;
        }

        .navbar-appointed-btn:focus, .navbar-appointed-btn:hover, .navbar-appointed-btn:active {
            color: #fff;
            background-color: #0070b9 !important;
        }

    .mobile-push {
        padding-top: 100px;
    }

    .homepage-content h2, p {
        text-align: center;
    }

    .get-appointed-info h1 {
        font: bold 28px 'lato', arial, sans-serif;
        text-transform:capitalize;
        margin-bottom: 0px;
        text-align:center;
    }

    h1 {
        font: bold 30px 'lato', arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    h2 {
        font: bolder 25px 'lato', arial, sans-serif;
        text-transform: uppercase;
        padding: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .get-appointed-info p {
        font: 15px/27px arial, sans-serif;
        padding: 6px 0;
        text-align: center;
    }

    p {
        font: 15px/24px arial, sans-serif;
        padding: 6px 0;
        text-align: center;
    }

    .header-copy h2 {
        text-align: center;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .btn {
        display: inline-block;
        padding: 13px;
        text-align: center;
        white-space: normal;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        transition: .2s ease-out;
    }

    .btn-dropdown {
        display: inline-block;
        padding: 15px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-radius: 4px;
        transition: .2s ease-out;
    }



    .bullet-content ul {
        list-style: none;
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .bullet-content li {
        font: 15px/24px arial, sans-serif;
        text-align: center !important;
        margin-left: 8px;
        padding-top: 10px;
    }

        .bullet-content li:before {
            position: relative;
            top: 2px;
            content: "\e089";
            font-family: 'Glyphicons Halflings';
            font-size: 15px;
            color: #0277c0;
            margin-top: 0px;
            margin-left: 0px;
            padding-right: 10px;
        }


    .footer-social ul li a {
        display: block;
        outline: none;
        font: 50px 'icomoon-social';
        text-decoration: none;
    }

    .footer-social ul li a:hover {
        display: block;
        outline: none;
        font: 36px 'icomoon-social';
        text-decoration: none;
        border:1px dashed #fff;
    }

    .footer-social ul li a:focus img {
        border:1px dashed #fff;
    }

    .banner-space {
        padding-bottom:20px;
    }

    .banner-space img a:focus {
        outline: auto !important;
        padding: -23px;
    }

    .brand {
       
        padding: 0px 0px 0px 0px;
        margin-left: 20px;
       
    }

    .means-more {
        padding-top: 20px;
        text-align: left;
    }

        .means-more img {
            padding-top: 20px;
            text-align: left;
        }

    .education-section h1 {
        padding-top: 110px !important;
    }

  


    /* PRODUCT PAGE STYLES */

    .pull-right {
        float: none !important;
    }



    /* END: PRODUCT PAGE STYLES */

    /* CONTACT PAGE STYLES */
    .marketing-opacity {
        background: rgba(229, 241, 249, 0.86);
        padding: 30px 0;
        margin-top: 40px;
    }

    .marketing-rep .pattern-overlay {
        margin-top: -35px;
        padding: 50px 0 0px;
        min-height: 600px;
        height: auto;
        /* Incase of overlay problems just increase the min-height*/
    }

    .marketing-rep-background {
        background: url('../images/Contact-Marketing-Rep.jpg');
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        height: 600px;
    }

    .contact h3 {
        font: bolder 18px 'lato', arial, sans-serif;
        padding: 15px 0 5px 0;
        margin: 2px 0 0px 0;
        text-align: left;
    }

    .contact p {
        font: 15px/24px arial, sans-serif;
        padding: 0px 0 0 0;
        margin: 2px 0 0 0;
        text-align: center;
    }

    .contact-icons span {
        display: none;
        font-family: 'Glyphicons Halflings';
        font-size: 8px !important;
        color: #fff;
        position: relative;
        top: 5%;
    }


    .contact-icons div {
        display: block;
        border: 2px solid #0070b9;
        background-color: #0070b9;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        text-align: center;
        margin-top: 30px;
    }

    .agency-contact-info {
        padding: 5px;
    }

    .agency-contact-side {
        padding-left: 5px;
        margin-left: 5px;
    }

    /* END: CONTACT PAGE STYLES */

    /* END: WHY FOREMOST PAGE STYLES */

    .whyforemosttabs-icons span {
        font-family: 'fonticon';
        font-size: 80px;
        color: #fff;
        position: relative;
        top: 45%;
    }

    .whyforemosttabs-icons div {
        border: 2px solid #0070b9;
        background-color: #0070b9;
        border-radius: 50%;
        width: 210px;
        height: 210px;
        text-align: center;
    }


    /* END: WHY FOREMOST PAGE STYLES */

    /* SOCIAL MEDIA PAGE STYLES */

    .video-spacer {
        margin-top: 20px;
    }

    /* SOCIAL MEDIA PAGE STYLES */

    .socialmedia-icons span {
        font: 80px 'icomoon-social';
        color: #0070b9;
    }

    /* END: SOCIAL MEDIA PAGE STYLES */

    /* END: PRODUCT PAGE STYLES */
    .mobile-product-descriptions h2, h3, p {
        text-align: center;
        padding: 10px 20px;
    }
    /* END: PRODUCT PAGE STYLES */

    /* EDUCATION PAGE STYLES */
    .education {
        background: url('../images/Education.jpg');
        background-size: cover;
        background-position: top center;
        background-attachment: fixed;
        height: 700px;
    }

    .homepage {
        background: url('../images/homepagebanner2.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        height: 570px;
    }



    .education-section h1 {
        padding-top: 100px !important;
    }

    /* END: EDUCATION PAGE STYLES */

    /* MARKETING PAGE STYLES */
    .marketing-material-pdf h4 {
        font: bold 15px/24px arial, sans-serif;
        padding: 5px 0 0 0;
        margin: 5px 0 0 0;
    }

    .marketing-material-pdf p {
        font: 15px/24px arial, sans-serif;
        padding: 0px 0 0px 0;
        margin: 2px 0 0 0;
        text-align: left !important;
    }

    .pdf-spacer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .campaign-descriptions a {
        color: #474a4e;
        text-transform: uppercase;
        font-weight: bold;
        background-color: transparent;
        border: 2px solid #0085ca;
        padding: 10px;
        width: 160px;
        margin: 10px auto;
    }

    .marketing-agent2, .marketing-agent {
        height: auto;
        max-height: none;
        overflow: visible;
        overflow-x: visible;
        margin: 0 0 40px 0;
        padding: 10px 20px;
    }

    /* END: MARKETING PAGE STYLES */

    /* ARTICLE MOBILE VIEW */

    .articles-mobile .caption h3 {
        font: bold 25px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 0% 0;
        padding: 25% 10% 0% 10%;
    }

    .articles-mobile .caption p {
        font: 15px/24px arial, sans-serif;
        margin: 5% 0 0 0;
        padding: 0 15% 0 15%;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .articles-mobile .caption:hover p, .articles-mobile .caption:hover .btn {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .articles-mobile .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }
}
/* END: SMALL Devices */

/* EXTRA SMALL Devices */

@media (max-width:432px) {



    h1 {
        font: bold 23px 'lato', arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding: 2% 8%;
    }

    .mobileHomeBackground {
        background: url(../images/video-background-mobile.jpg) no-repeat;
        width: 100%;
        height: 600px;
        z-index: -999;
        margin-top: -55px;
    }

        .mobileHomeBackground p {
            font: bold 18px 'lato', arial, sans-serif;
            text-transform: uppercase;
            margin-bottom: 0px;
            padding: 2% 8%;
        }

    .switch-field label {
        background-image: url(../images/radio-button-nocheck.png);
        display: inline-block;
        width: 300px;
        margin-top: 5px;
        max-width: none !important;
        background-color: #e9f4fa;
        color: #474a4e;
        font-size: 14px;
        font-weight: normal;
        margin-left: 30px;
        /* text-align: center; */
        text-shadow: none;
        padding: 25px 50px;
        /* border: 2px solid #0078c0; */
        border-radius: 4px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        background-position: 22px 25px;
        background-repeat: no-repeat;
    }



    /* ARTICLE MOBILE VIEW */

    .articles-mobile .caption h3 {
        font: bold 18px 'lato', arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        margin: 0 0 0% 0;
        padding: 10% 5% 0% 5%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .articles-mobile .caption:hover h3 {
        -webkit-transform: translate3d(0, 70%, 0);
        transform: translate3d(0, 70%, 0);
    }

    .articles-mobile .caption p {
        font: 15px/24px arial, sans-serif;
        margin: 0 0 0 0;
        padding: 5% 15% 0 15%;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    .articles-mobile .caption:hover p, .articles-mobile .caption:hover .btn {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
    }

    .articles-mobile .caption .btn {
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #fff;
        border-radius: 0px;
        padding: 11px 42px;
        color: #fff;
    }



    .contact h3 {
        font: bolder 18px 'lato', arial, sans-serif;
        padding: 15px 0 5px 0;
        margin: 2px 0 0px 0;
        text-align: left;
    }

    .contact p {
        font: 15px/24px arial, sans-serif;
        padding: 0px 0 0 0;
        margin: 2px 0 0 0;
        text-align: left;
    }



    .agency-contact-info {
        padding: 5px;
    }

    .agency-contact-side {
        padding-left: 5px;
        margin-left: 5px;
    }
}

/* END: EXTRA SMALL Devices */

/*End of media queries */


/*Animations */

.flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .flex-center p {
        margin: 0;
    }

    .flex-center ul {
        text-align: center;
    }

        .flex-center ul li {
            margin-bottom: 1rem;
        }

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-fluid, .section img,
.section .view, .card img, .modal-dialog.cascading-modal.modal-avatar .modal-header {
    display: block;
    max-width: 100%;
    height: auto;
}




/* MDB HOVER EFFECTS */
.view {
    overflow: hidden;
    position: relative;
    cursor: default;
}

    .view .mask,
    .view .content {
        width: 85%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 7%;
    }

    .view img, .view video {
        display: block;
        position: relative;
    }

    .view .mask {
        background-attachment: fixed;
    }


.overlay:hover .mask {
    opacity: 1;
}

.overlay img, .overlay video {
    transition: all 0.2s linear;
}

.overlay .mask {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.hm-black-strong .mask,
.hm-black-strong .full-bg-img {
    background-color: rgba(0, 0, 0, 0.6);
}


.hm-zoom img {
    transition: all 0.2s linear;
}

.hm-zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hm-zoom:hover .mask {
    opacity: 1;
}

.img-overlay {
    position: relative;
}

    .img-overlay:after {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.17);
        transition: background 0.4s;
    }

.white-text {
    color: #FFFFFF !important;
}
