@charset "UTF-8";
/*

Includes the following custom build from Zurb Foundation 6.1.2:

- 24 columns
- 75 rem max-width
- 1.875 rem gutter
- grid
- typography
- forms
- float classes
- visibility classes
- buttons

*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,400italic,700italic,300italic|Open+Sans:400,800,300,600,700,700italic|Oswald:400,700,300|Roboto:400,400italic,700,700italic,300,300italic);

html * {
    font-family: "Roboto", sans-serif;
    letter-spacing: normal;
    font-weight: 300;
}

h1 {
    font-size: 2.0rem;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

h2, h2 a {
    font-size: 1.6rem;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: #0099DC;
}

h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}

h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
}

p {
    margin-bottom: 1.4rem;
    line-height: 1.6rem;
}

i, em {
    font-size: inherit;
    font-weight: inherit;
}

.text-white {
    color: white !important;
}

.text-primary {
    color: #00529C !important;
}

.text-black {
    color: #000000;
}

.bold {
    font-weight: 800;
}

/*

   @include grid-md {
    min-height: 40vh;    
  }  

*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
  -   css3-prefix       - arguments: Property, Value
  -   background-gradient   - arguments: Start Color: #3C3C3C, End Color: #999999
  -   background-radial     - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
  -   background-size     - arguments: Width: 100%, Height: 100%
  -   background-opacity    - arguments: Color: #000, Opacity: .85
  -   border-radius       - arguments: Radius: 5px
  -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
  -   box           - arguments: Orientation: horizontal, Pack: center, Align: center
  -   box-rgba        - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
  -   box-shadow        - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
  -   box-sizing        - arguments: Type: border-box
  -   columns         - arguments: Count: 3, Gap: 10
  -   double-borders      - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
  -   flex          - arguments: Value: 1
  -   flip          - arguments: ScaleX: -1
  -   font-face         - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
  -   opacity         - arguments: Opacity: 0.5
  -   outline radius      - arguments: Radius: 5px
  -   resize          - arguments: Direction: both
  -   rotate          - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
  CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
  -   text-shadow       - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
  -   transform         - arguments: Parameters: null
  -   transform-style     - arguments: Style: preserve-3d
  -   transition        - Default arguments: What: all, Length: 1s, Easing: ease-in-out
  -              - Examples: @include transition (all 2s ease-in-out);
  -                    @include transition (opacity 1s ease-in 2s, width 2s ease-out);
  -   triple-borders      - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
  -   keyframes         - arguments: Animation name
                - content:   Animation css
  -   animation         - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                       (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BACKGROUND COLOR OPACITY */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSFORM STYLE */
/* TRANSITION */
/* TRIPLE BORDERS */
/* KEYFRAMES */
/* ANIMATION */
/* Parallax Magic - FIXED BG*/
/* html,
body {
  height: 100%;
} */
/*--------------------------------------
Body
--------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

.noscroll {
    overflow: hidden;
    height: auto;
    min-height: 100%;
    width: 100%;
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

a {
    color: #0099DC;
    outline: 0;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

p a {
    text-decoration: underline;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    height: auto;
}

ul.inline li {
    display: inline-block;
    list-style: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

b,
strong {
    font-weight: bold;
}

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}

nav ul, nav ol {
    list-style: none;
}

/*--------------------------------------
Global Styles
--------------------------------------*/
/*--------------------------------------
Header
--------------------------------------*/
header {
    background-size: cover;
    position: relative;
    background-position: 50%;
    background-color: #bababa;
}

header .hero {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 80px;
}

.index header {
    background-image: url("../img/bg-hero-home.png");
    height: auto;
    text-align: center;
}
.index header .header-container {
    min-height: 75vh;
    position: relative;
    overflow: hidden;

}

.why-calchoice header {
    background-image: url("../img/refreshed/MCC.Image.3864x2576.Why.CalChoice.jpg") !important;
    min-height: 75vh;
    background-position: bottom !important;
}
.knx header {
    background-image: url("../img/refreshed/knx.hero.image.png") !important;
    min-height: 75vh;
    background-position-y: 42%;
    background-position-x: 63%;
    background-size: cover;
    background-repeat: no-repeat;
}
.all-blogs header {
    background-image: url("../img/refreshed/MCC.Image.3864x2576.Blog.jpg");
    min-height: 75vh;
    background-position: bottom;
}

.videos header {
    background-image: url("../img/refreshed/PV.jpg");
    min-height: 80vh;
    background-position-y: 95%;
}

.category header {
    background-image: url("../img/bg-hero-blogs.png");
}

.who-we-are header {
    background-image: url("../img/refreshed/bikes.jpg") !important;
    min-height: 75vh;
    background-position-y: 70%;
}

.find-a-broker header {
    background-image: url("../img/bg-find-a-broker.png");
    height: auto;
}

@media only screen and (min-width: 64em) {
    .find-a-broker header {
        height: 110vh;
        position: initial;
    }
}

.search-result header {
    background: #0099DC;
    height: 35vh;
}

.contact-broker header {
    background: #0099DC;
    height: 35vh;
}

.error-404 header {
    background: #0099DC;
    height: 60vh;
}
@media only screen and (max-width:75em) {
    /* CSS rules here */
    .index header .header-container {
        min-height: 85vh;
        position: relative;
        overflow: hidden;
    }

    .why-calchoice header {
        background-image: url("../img/refreshed/iStock-481914813.jpg") !important;
        min-height: 80vh;
        background-position-y: 42%;
        background-position-x: 63%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .all-blogs header {
        background-image: url("../img/refreshed/hero-cobrand.jpg");
        min-height: 80vh;
    }

    .videos header {
        background-image: url("../img/refreshed/PV.jpg");
        min-height: 80vh;
        background-position-y: 95%;
    }

    .category header {
        background-image: url("../img/bg-hero-blogs.png");
    }

    .who-we-are header {
        background-image: url("../img/refreshed/bikes.jpg") !important;
        min-height: 80vh;
        background-position-y: 70%;

    }
}
/*--------------------------------------
Footer
--------------------------------------*/
footer {
    background: #00529C;
    color: white;
    padding: 2em 0;
}

footer .row {
    margin-bottom: 0;
}

footer a {
    color: white;
}

footer a:hover {
    color: #d6d847;
}

footer .footer-form {
    padding-top: 20px;
}

footer .footer-form h3 {
    font-weight: 800;
}

footer .footer-form .columns {
    padding: 10px;
}

footer .footer-form .button.submit {
    background: #f47320;
    width: 100%;
    font-weight: 600;
}

footer .bottom .social-media {
    margin: 1em 0;
}

@media only screen and (min-width: 40em) {
    footer .bottom .social-media {
        margin: 0;
    }
}

footer .bottom .social-media a {
    padding: 3px;
}

footer ul {
    margin: 8px 0px;
}

@media only screen and (min-width: 40em) {
    footer ul {
        margin: 0;
    }
}

footer ul li {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

footer ul li.bold {
    font-weight: 600;
}

footer #js-txtSubmit, footer #js-confirmation {
    display: none;
}

footer #confirmation {
    padding: 18px;
    background-color: rgba(255, 255, 255, 0.1);
}

.pre-loading-icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/load.jpg) center no-repeat #fff;
    opacity: 0.9;
    display: none;
}

label.error {
    margin-top: 0px;
    color: #ff4b2d;
}

.noimage {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background: #eee;
}

.pagination-wrap .pagination span, .pagination-wrap .pagination a {
    display: inline-block;
}

.home .video-post-right {
    /*display: none;*/
}

.video-post-right {
    padding-right: 1rem;
}

.hero.centered {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 1rem;
    display: flex;

    padding: 1em;
}

.hero {
    color: white;
    padding: 30px;
}

.hero h1 {
    color: #d6d847;
}

.hero h2 {
    color: white;
    font-size: 2em;
    font-weight: 600;
}

@media only screen and (min-width: 62.5em) {
    .hero h2 {
        font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1600 - 300)));
        text-align: center;
    }
}

@media only screen and (min-width: 64em) {
    .hero h2 {
        font-size: 1.75em;
        text-align: left;
    }
}

.hero h3 {
    color: white;
}

.hero .get-a-quote {
    background: #f47320;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 19%;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
}

.home .hero h1 {
    font-size: 3em;
}

.main-copy {
    padding: 1em 0 3em;

}
.main-copy.reduced-pad{
    padding: 0 0 3em;
}

.main-copy h2 {
    color: #00529C;
    font-size: 1.75em;
    margin-bottom: .9em;
}

.main-copy p {
    font-size: 1.5em;
    line-height: 1.7;
    padding: 1em 0;
}

@media only screen and (min-width: 40em) {
    .main-copy p {
        padding: 1em 2em;
    }
}

.home-features {
    background-image: url("../img/bg-features-home.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5em 0;
}

.home-features .row {
    margin-bottom: 0;
}

.home-features h2 {
    font-size: 2.5em;
    font-weight: 600;
}

.home-features .vertical-feature-block {
    text-align: center;
}

.home-features .column:last-child:not(:first-child), .home-features .columns:last-child:not(:first-child) {
    float: left;
}

.home-features .container-hover a .icon-box {
    background: white;
    border-radius: 100%;
    padding: 20px;
    width: 100px;
    height: 100px;
    margin: 3em auto;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.home-features .container-hover a h5 {
    color: white;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    -webkit-transition: all 500ms;
    -khtml-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.home-features .container-hover a:hover .icon-box {
    background: #d6d847;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3em 0 3em 0;
    transform: translateY(-5px);
}

.home-features .container-hover a:hover h5 {
    color: #d6d847;
    -webkit-transition: all 500ms;
    -khtml-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.carrier-logos-wrap {
    padding: 0;
}

.carrier-logos-wrap .carrier-logos-box {
    white-space: initial;
    padding: 0;
    padding-bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.carrier-logos-wrap .carrier-logos-box span {
    padding: .5rem 1rem;
    display: inline-block;
}

.carrier-logos-wrap .carrier-logos-box a {
    margin: 0 12px;
}

h2.text-orange {
    color: #f47320;
}

.cta.get-a-quote a, .blog .get-a-quote.blog-nav-buttons a {
    background: #f47320;
    border-color: #f47320;
    color: white;
    margin-top: 20px;
    display: inline-flex;
}

.cta.get-a-quote:hover a, .blog .get-a-quote.blog-nav-buttons:hover a {
    background: #ca4f08;
    border-color: #ca4f08;
    color: white;
}

.video-box {
    padding: 1rem;
    margin: 0;
}

.video-box .videos-all-button {
    background: #f47320;
}

.video-box .videos-all-button:hover {
    background: #a64608;
}

.video-box .videos-all-button a {
    display: block;
    font-size: 1.6rem;
    color: white;
    padding: .8rem 1.6rem;
}

.blog-box {
    padding: 1rem;
    margin: 0;
    position: relative;
}

.blog-box .blog-box-content {
    position: relative;
    overflow: hidden;
}

.blog-box .blog-box-content .post-title {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 5rem;
}

.blog-box .blog-box-content .post-title a {
    display: block;
    width: 100%;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .8rem 1.6rem;
}

@media only screen and (min-width: 35.5em) {
    .blog-box .blog-box-content .post-title {
        position: absolute;
        padding-bottom: 0;
    }

    .blog-box .blog-box-content .post-title a {
        font-size: 2rem;
    }
}

.blog-box .blog-box-content img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.blog-box .blog-box-content .read-blog {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border: 2px solid white;
    padding: .4rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: white;
    z-index: 10;
    -webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
}

.blog-box .blog-box-content .read-blog:hover {
    background: white;
    color: #00529c;
}

.custom-read-blog {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    border: 2px solid #fff;
    padding: .4rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: white;
    color: #00529c;
    z-index: 10;
    border-radius: 0;
    /*trasnform: translate(-50%, -50%);*/
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(.59, -0.26, .33, 1.42);
}

.custom-read-blog:hover {
    background: white;
    border-color: #f47320;
    color: #f47320;
    -webkit-border-radius: 1.5rem;
    -khtml-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
}

.underliner {
    text-decoration: underline;
}

.blog-box .blog-all-button {
    background: #c8ce3e;
}

.blog-box .blog-all-button a {
    display: block;
    font-size: 1.6rem;
    color: white;
    padding: .8rem 1.6rem;
}

.blog-box .blog-all-button a:hover {
    background: #808422;
}

/* Who We Are
-----------------------------*/
.who-we-are .hero {
    top: 70%;
}

.mid-banner {
    background: #f47320;
    color: white;
    padding: 2em;
}

.mid-banner p {
    font-family: "Roboto Slab", serif;
    margin-bottom: 0;
}

.testimonials p {
    padding: 0;
}

.testimonials .testimonials-name {
    margin-bottom: 0px;
    font-weight: 600;
}

.testimonials .testimonials-name {
    margin-bottom: 10px;
}

.testimonials-card-info {

}

.card-image-container {
    padding: 3em;
}

.info-padding {
    padding: 2em;
}

.milestone {
    margin: 5em 0;
    /** timeline content **/
}

.milestone p {
    padding: 0;
}

.milestone .tldate {
    display: block;
    width: 80px;
    margin-left: 50px;
    background: #00529C;
    color: #FFFFFF;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

@media only screen and (min-width: 40em) {
    .milestone .tldate {
        width: 100px;
        margin-left: 20px;
    }
}

.milestone .timeline {
    list-style: none;
    padding: 0;
    position: relative;
    /** timeline circle icons **/
}

.milestone .timeline:before {
    top: 30px;
    bottom: 80px;
    left: 100px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
}

@media screen and (min-width: 648px) {
    .milestone .timeline:before {
        left: calc((30% - 14px));
    }
}

@media screen and (max-width: 1200px) {
    .milestone .timeline:before {
        bottom: 110px;
    }
}

@media screen and (max-width: 780px) {
    .milestone .timeline:before {
        bottom: 190px;
    }
}

@media screen and (max-width: 624px) {
    .milestone .timeline:before {
        bottom: 145px;
    }
}

@media screen and (max-width: 481px) {
    .milestone .timeline:before {
        bottom: 170px;
    }
}

@media screen and (max-width: 415px) {
    .milestone .timeline:before {
        bottom: 200px;
    }
}

.milestone .timeline .tl-circ {
    position: absolute;
    top: 30px;
    left: -30px;
    text-align: center;
    background: #00529C;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

@media only screen and (min-width: 40em) {
    .milestone .timeline .tl-circ {
        left: -25px;
        margin-left: 0;
    }
}

.milestone .timeline li {
    margin-bottom: 25px;
    position: relative;
    /** timeline panel **/
}

.milestone .timeline li:before, .milestone .timeline li:after {
    content: " ";
    display: table;
}

.milestone .timeline li:after {
    clear: both;
}

.milestone .timeline li .timeline-panel {
    padding: 20px;
    margin-left: 120px;
    position: relative;
}

@media only screen and (min-width: 40em) {
    .milestone .timeline li .timeline-panel {
        margin-left: 30%;
        width: calc(100% - 40%);
        width: -moz-calc(100% - 40%);
        width: -webkit-calc(100% - 40%);
    }
}

.milestone .tl-heading h4 {
    margin: 0;
    color: black;
    font-weight: 600;
    position: absolute;
    font-family: "Roboto Slab", serif;
    left: -100px;
    top: 25px;
}

@media only screen and (min-width: 40em) {
    .milestone .tl-heading h4 {
        left: -100px;
    }
}

.milestone .tl-body h4 {
    margin-top: 5px;
}

.milestone .tl-body p {
    margin-bottom: 0;
}

.milestone .tl-body ul {
    margin-bottom: 0;
}

.milestone .btn-back-to-top {
    margin-left: 120px;
}

@media only screen and (min-width: 40em) {
    .milestone .btn-back-to-top {
        text-align: left;
        margin-left: 95px;
    }
}

.milestone .btn-back-to-top a {
    text-decoration: none;
    padding-bottom: 5px;
    font-size: 14px;
    color: #00529C;
}

.milestone .btn-back-to-top a:before {
    content: "▴";
    font-size: 18px;
    margin-right: 5px;
}

.milestone .btn-back-to-top a:hover {
    color: #00529C;
    border-bottom: 1px solid #00529C;
}

/* Find A Broker
-----------------------------*/
.find-a-broker .hero {
    position: relative;
    top: 0%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 100px 0;
}

.find-a-broker .hero p {
    font-size: 1.4em;
}

@media only screen and (min-width: 64em) {
    .find-a-broker .hero {
        position: absolute;
        padding: 0;
        -webkit-transform: translate(0, 30%);
        -ms-transform: translate(0, 30%);
        transform: translate(0, 30%);
    }
}

.find-a-broker .form .column:last-child:not(:first-child), .find-a-broker .form .columns:last-child:not(:first-child) {
    float: left;
}

.find-a-broker .form input#input_zip {
    width: 200px;
    display: inline;
}

.find-a-broker .form input[type=submit] {
    color: white;
    border: 4px solid;
    background: none;
    border-radius: 10px;
    padding: 0.5em 2.5em;
    font-size: 1em;
    font-weight: 900;
    cursor: pointer;
}

/* Search Result
-----------------------------*/
#data-container {
    min-height: 800px;
}

#data-container .mix {
    display: none;
}

.search-result .hero {
    top: 70%;
}

.search-result .broker-box {
    position: relative;
    margin: 20px 0;
}

.search-result .broker-box img {
    width: 100%;
}

.search-result .broker-box .broker-description {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px 10px;
}

.search-result .broker-box .broker-description h5 {
    color: #444;
    font-size: 1.0em;
    font-weight: 600;
}

.search-result .broker-box .broker-description p {
    margin-bottom: 0;
}

.search-result .broker-box .broker-cta-link {
    margin-top: 5px;
}

.search-result .broker-box .broker-cta-link a {
    font-size: 11px;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    background: #f47320;
    font-weight: 600;
}

ul.sort-list {
    margin: 0 0 20px 0;
    padding: 0;
    width: 400px;
}

ul.sort-list li {
    list-style: none;
    display: inline-block;
}

ul.sort-list li.option {
    border: 1px solid #ccc;
    padding: 2px 12px;
}

ul.sort-list li .active {
    font-weight: 600;
}

/* Contact-Broker
-----------------------------*/
.contact-broker .hero {
    top: 70%;
}

.contact-broker .broker-box {
    margin: 20px 0;
}

.contact-broker .broker-box img {
    width: 100%;
}

.contact-broker .broker-box .broker-description h5 {
    color: #00529C;
    margin: 1em 0;
}

.contact-broker .broker-box .broker-description p {
    margin-bottom: 0;
}

.contact-broker .broker-box .broker-description .contact-request {
    background: url(../img/phone-icon.png) left no-repeat;
    color: #f47320;
    padding: 20px 50px;
}

.contact-broker .broker-box .broker-description .contact-request p {
    font-size: 18px;
    margin-top: -5px;
}

.contact-broker .contact-broker-form {
    margin: 2em 0;
}

/* Category Template
-----------------------------*/
.blog.category ul.post-list-style {
    margin-left: 0;
}

.blog.category ul.post-list-style li {
    list-style-type: none;
}

/* Blog Template
-----------------------------*/
.blog .hero {
    top: 65%;
}

.blog .hero .title-text {
    color: #00529C;
}

.blog .blog-nav-buttons {
    margin: 10px 0;
    padding: 5px 8px;
    color: white;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
}

.blog .blog-nav-buttons.green {
    border: 4px solid #d6d847;
    border-radius: 10px;
    color: #d6d847;
}

.blog .blog-nav-buttons.green:hover {
    background: #d6d847;
    color: white;
}

.blog .blog-nav-buttons.green.active {
    background: #d6d847;
    color: white;
}

.blog .blog-nav-buttons.orange {
    border: 4px solid #f47320;
    border-radius: 10px;
    color: #f47320;
}

.blog .blog-nav-buttons.orange:hover {
    background: #f47320;
    color: white;
}

.blog .blog-nav-buttons.orange.active {
    background: #f47320;
    color: white;
}

.blog .blog-nav-buttons.primary {
    border: 4px solid #00529C;
    border-radius: 10px;
    color: #00529C;
}

.blog .blog-nav-buttons.primary:hover {
    background: #00529C;
    color: white;
}

.blog .blog-nav-buttons.primary.active {
    background: #00529C;
    color: white;
}

.blog .blog-nav-buttons.secondary {
    border: 4px solid #0099DC;
    border-radius: 10px;
    color: #0099DC;
}

.blog .blog-nav-buttons.secondary:hover {
    background: #0099DC;
    color: white;
}

.blog .blog-nav-buttons.secondary.active {
    background: #0099DC;
    color: white;
}

.blog .blog-left-column {
    padding-top: 2rem;
}

.blog .blog-right-column {
    background: #eee;
    padding: 2rem 0 4rem 0;
    height: 100%;
    min-height: 100%;
}

.blog .blog-right-column div.wrap {
    padding: 0 2rem 0 2rem;
}

.blog .blog-right-column ul.blog-navigation {
    margin: 0;
    padding: 0;
}

.blog .blog-right-column ul.blog-navigation li {
    list-style: none;
}

.blog .blog-right-column ul.blog-navigation li.active-category {
    background: #f47320;
}

.blog .blog-right-column ul.blog-navigation li.active-category a {
    color: white;
}

.blog .blog-right-column ul.blog-navigation li a {
    color: #f47320;
    display: block;
    padding: .5rem 2rem;
    font-weight: 400;
}

.blog .blog-right-column .formdivRight {
    padding: 1rem;
    margin: 0;
    margin-top: 2rem;
}

.blog-right {
    padding: 2rem;
}

.blog-right ul {
    margin-left: 0;
}

.blog-right ul li {
    list-style-type: none;
    border-bottom: 1px solid #00529C;
    padding: 0.5em 0;
}

.blog-right ul li a {
    color: #00529C;
}

/* Why CalChoice
-----------------------------*/
.why-calchoice .hero {
    top: 70%;
}

.why-calchoice .hero h1 {
    font-size: 2em;
}

@media only screen and (min-width: 35.5em) {
    .why-calchoice .hero h1 {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 40em) {
    .why-calchoice .hero h1 {
        font-size: 3em;
    }
}

.why-calchoice .pad {
    padding: 3em 1em;
}

.why-calchoice .main-copy h2 {
    color: #00529C;
    font-size: 2.3em;

}

.why-calchoice .main-copy p {
    font-size: 1.05em;
    line-height: 1.7;
    padding: 0;
}

.why-calchoice .vid {
    margin: 1em 0;
}

@media only screen and (min-width: 64em) {
    .why-calchoice .vid {
        margin: 0;
    }
}

.why-calchoice .features {
    padding: 0;
    background: none;
}

.why-calchoice .features .icon-box {
    background: white;
    border-radius: 100%;
    padding: 20px;
    width: 100px;
    height: 100px;
    margin: 3em auto;
}

.why-calchoice .features h5 {
    color: white;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    -webkit-transition: all 500ms;
    -khtml-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.why-calchoice .features .vertical-feature-block {
    padding-top: 2em;
}

@media only screen and (min-width: 64em) {
    .why-calchoice .features .vertical-feature-block {
        padding-top: 0;
    }
}

.why-calchoice .features .icon-box {
    margin: 1em auto;
}

.why-calchoice .features.bg-primary .icon-box {
    margin: 1em auto;
    background: #00529C;
}

.why-calchoice .features.bg-primary h5 {
    color: #00529C;
}

.error-404 .cta a, .error-404 .blog .blog-nav-buttons a, .blog .error-404 .blog-nav-buttons a {
    font-size: 1em;
}

.blog-details {
    padding-right: 1rem;
    padding-top: .67rem;
}

.blog-details .author-avatar {
    float: left;
}

.blog-details .author-text {
    padding-left: 1rem;
    padding-bottom: 1rem;
    float: left;
}

.blog-details .author-text p {
    color: black;
    font-style: italic;
    margin-bottom: 0;
    margin-top: .2rem;
}

.blog-details .author-text a {
    color: black;
    font-weight: bold;
}

#blog_arrow {
    color: #00529C;
}

#carrier_arrow {
    color: #00529C;
    font-size: 25px;
}

.bounce {
    -moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 2.5s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.readmore {
    margin: 20px;
}

.current-article article .content h2 {
    display: none;
}

.image-placeholder {
    position: relative;
    padding-bottom: .5rem;
}

.image-placeholder .share-post {
    position: absolute;
    bottom: 0;
    left: .5rem;
    margin: .5rem 0;
}

.image-placeholder .share-post ul {
    margin: 0;
}

.image-placeholder .share-post ul li {
    margin: .1rem;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.image-placeholder .share-post ul li a {
    height: 2.4rem;
    width: 2.4rem;
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.image-placeholder .share-post ul li a:hover {
    background: white;
}

.image-placeholder .share-post ul li a:hover i {
    color: black;
}

.image-placeholder .share-post ul li a i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    height: 1.2rem;
    color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------
Foundation Extension
--------------------------------------*/
.row {
    margin-bottom: 1em;
}

.row.no-margin {
    margin-bottom: 0;
}

.fullRow {
    padding: 20px;
    background-color: yellow;
}

.pad {
    padding: 1em;
}

ul.edgeless {
    padding-left: 0 !important;
}

.cf {
    zoom: 1;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cross {
    text-decoration: line-through;
}

.divider-20 {
    width: 100%;
    min-height: 20px;
}

.divider-30 {
    width: 100%;
    min-height: 30px;
}

.divider-40 {
    width: 100%;
    min-height: 40px;
}

.divider-50 {
    width: 100%;
    min-height: 50px;
}

/*--------------------------------------
Helpers
--------------------------------------*/
.aCenter {
    text-align: center !important;
}

.alignright {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.alignleft {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

ul.subNav {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.subNav li {
    display: inline-block;
    border-right: 1px #39393a solid;
    padding-right: 8px;
    padding-left: 4px;
}

ul.subNav li:last-child {
    border-right: none;
    padding-right: 0;
}

ul.subNav li:first-child {
    padding-left: 0;
}

/*--------------------------------------
Form
--------------------------------------*/
form label {
    font-weight: 700;
    margin-top: 2em;
}

form button {
    color: white;
}

form button:hover {
    color: #FFFFFF;
}

form .requiredFld {
    display: none !important;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.form-card{
    width: 75%;
    background-color: turquoise;
    height: auto;
    position: relative;
    left: 35%;
    top: 100px;
}
.holdDisplay{
    display: none; 
}
#multistepform fieldset{
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: absolute;

}
#multistepform fieldset:not(:first-of-type) {
    display: none;
}
.hideD{
    display:none;
    transition: 800ms linear;
}
.showD{
    display:block !important;
    /*test*/
}
.closing-button{
    width:60px;
    height: 30px;
    border-radius: 2em;
    color:white;
    background-color:redorange;
}

/*--------------------------------------
Colored Bg
--------------------------------------*/
.bg-orange {
    background-color: #f47320;
}

.bg-grey {
    background-color: #EEEEEE;
}

.bg-primary {
    background-color: #00529C;
}

.bg-secondary {
    background-color: #0099DC;
}

.bg-white {
    background-color: #FFFFFF !important;
}

/*--------------------------------------
Inline List
--------------------------------------*/
ul.inline-list {
    margin: 0;
    padding: 0;
}

ul.inline-list li {
    list-style: none;
    display: inline-block;
}

ul.inline-list li .active {
    font-weight: 600;
}

/*--------------------------------------
Buttons
--------------------------------------*/
.cta a, .blog .blog-nav-buttons a {
    color: white;
    border: 4px solid;
    border-radius: 10px;
    padding: 0.5em 1.3em;
    font-size: 1.3em;
    font-weight: 900;
}

.cta a:hover, .blog .blog-nav-buttons a:hover {
    background: white;
    color: #f47320;
    border-color: white;
}

.button-full-width {
    width: 100%;
}

.clip-circle {
    border-radius: 50%;
    position: relative;
    bottom: 7%;
}

.search-input {
    margin: 1em 0 2em;
    width: 100%;
    height: 35px;
}

.search-box {
    position: relative;
}

#searchsubmit {
    background-image: url("../img/icons/icon-search.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    max-height: 27px;
    vertical-align: super;
    position: absolute;
    top: 27px;
    right: 10px;
}

/*--------------------------------------
BLOCKQUOTE
--------------------------------------*/
.cite {
    border-left: 5px solid #d6d847;
    padding: 10px 0 10px 30px;
    margin: 1rem 0;
}

.cite p {
    font-family: "Roboto Slab", serif;
    color: black;
    font-size: 1.2em;
}

.carrier-logos-box {
    white-space: nowrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.carrier-logos-box img {
    max-width: initial;
}

.border-right {
    border-right: 2px solid #EEEEEE;
}

.landingpage {
    margin-bottom: -65px;
}

.landingpage header {
    background-image: url(../img/refreshed/MCC.Image.3864x2576.Get.A.Quote.jpg);
    text-align: center;
    background-attachment: initial;
    background-position: bottom;
    min-height:75vh;
}

.landingpage .text-white {
    font-size: 1.2em;
    font-weight: 400;
}
.landingpage .text-white.hero-t  {
    font-size: 1.35em;
    font-weight: 400;
    line-height: 125%;
}
@media only screen and (max-width:81.25em) {
    .landingpage .text-white.hero-t  {
        font-size: 1em !important;
    }
    .text-white.hero-t  {
        font-size: 1em !important;
    }
    .cta a, .blog .blog-nav-buttons a {
        font-size: 1em !important;
    }
    nav#primary ul li a {
        font-size: 1em !important;
    }
    h1 {
        font-size: 1.5em !important;
        margin: 0.67em 0;
    }
    .main-copy p {
        font-size: 1em !important;
    }
    .main-copy h1 {
        font-size: 1.25em !important;
    }
    .main-copy .badge-location h1 {
        font-size: 1.2em !important;
    }
    .main-copy h2 {
        font-size: 1.25em !important;
    }
}
.text-white.hero-t  {
    font-size: 1.35em;
    font-weight: 400;
    line-height: 125%;
}
.aCenter .text-white {
    font-weight: 400;
}

.landingpage .hero p {
    width: 80%;
    float: none;
    margin: auto;
}

.landingpagecontacttext {
    float: right;
    color: #ED7122;
    margin-top: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}

@media only screen and (min-width: 64em) {
    .landingpage .hero {
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
    }

    .landingpage .hero h2 {
        font-size: 3.6em;
    }
}

.kfi {
    margin-bottom: -65px;
}

.kfi header {
    background-image: url(../img/bg-hero-kfi.png);
    height: 75vh;
    /*text-align: center;*/
    background-attachment: initial;
}

.kfi .text-white {
    font-size: 1.2em;
    font-weight: 400;
}

.kfi .hero p {
    width: 80%;
    float: none;
    margin: auto;
}

.kficontacttext {
    float: right;
    color: #FFFFFF;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (min-width: 64em) {
    .kfi .hero {
        -webkit-transform: translate(0px, -28%);
        -ms-transform: translate(0px, -28%);
        transform: translate(0px, -28%);
    }

    .kfi .hero h2 {
        font-size: 3.6em;
    }
}

.middlepara {
    width: 80%;
    float: none;
    margin: auto;
}

.roundimages {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
}

.roundimages div {
    width: 180px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.roundimages div p {
    line-height: 1.0em;
}

.roundimages .text-white {
    font-size: 1.0em;
}

.formdiv {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
    margin-bottom: 80px;
}

.formdiv .vid h2 {
    color: #00529C;
    font-size: 2em;
    font-weight: 400px;
    margin-bottom: 40px;
}

.form-div {
    width: 100%;
    height: auto;
    float: left;
    background: #00529C;
    border-radius: 12px;
    padding: 20px;
    color: #FFFFFF;
}

.form-div .toptext {
    width: 100%;
    height: auto;
    text-align: center;
}

.form-div .toptext p {
    padding: 0;
    line-height: 1.5em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.form-div .medium-2 {
    width: 100%;
    float: none;
}

.formsubmitbutton {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 20px;
}
#catPrivateExchange{
    display: none;
}

.formsubmitbutton .button {
    color: #fff;
    background: none;
    border: 2px solid  #f47320;
    padding: 10px 40px;
    font-size: 1.5em;
    border-radius: 12px;
    font-weight: bold;
    background: #f47320;
}

.round {
    width: 100px;
    height: 100px;
    float: left;
    background: #00529C;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    margin-right: 35px;
}

@media only screen and (min-width: 800px) {
    .firstchild {
        padding-top: 30px !important;
        font-weight: lighter;
        font-size: 1.2em !important;
        margin-bottom: 2em;
    }

    .secondchild {
        padding-top: 16px !important;
        font-weight: lighter;
        font-size: 1.2em !important;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 65em) {
    .round {
        margin-left: 40%;
        width: 75px;
        height: 75px;
        float: left;
        background: #00529C;
        border-radius: 50px;
        color: #FFFFFF;
        font-size: 2em;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        padding-top: 12px;
        margin-right: 35px;
    }


    .firstchild {
        padding-top: 100px !important;
        text-align: center;
    }

    .secondchild {
        padding-top: 110px !important;
        text-align: center;
    }

    .formdiv .vid h2 {
        text-align: center;
    }
}

#js-leadstxtSubmit {
    display: none;
}

#js-leadsconfirmation {
    display: none;
}

/*--------------------------------------
Header
--------------------------------------*/
section.header {
    position: relative;
    background-color: #0099DC;
    background-size: cover;
    background-position: center;
}

section.header.find-a-broker {
    padding-top: 80px;
    background-image: url("../img/bg-find-a-broker.png");
}

section.header.find-a-broker .header-container {
    padding: 2rem 1rem;
}

.mobile section.header.find-a-broker .header-container {
    padding: .5rem 1rem;
}

.mobile section.header.find-a-broker .header-container h1 {
    font-size: 1.6rem;
}

.mobile section.header.find-a-broker .header-container p {
    display: none;
}

.mobile section.header.find-a-broker .header-container .carrier-logos-wrap {
    display: none;
}

section.header.find-a-broker .header-container h1 {
    font-size: 2rem;
    color: white;
}

section.header.find-a-broker .header-container p {
    font-size: 1.2rem;
    color: white;
}

body.mobile section.zip-submit {
    display: none;
}

body.mobile section.filter {
    padding: 1rem;
}

body.mobile section.filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

body.mobile section.filter ul li {
    display: inline-block;
    padding: .1rem;
}

body.mobile section.filter ul li a {
    display: block;
    padding: .2rem .5rem;
    color: black;
    -webkit-border-radius: 0.5rem;
    -khtml-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

body.mobile section.filter ul li a.active {
    background: black;
    color: white;
}

body.mobile section.brokers {
    text-align: left;
    position: relative;
    margin: 0;
    margin-bottom: 12rem;
}

body.mobile section.brokers .row {
    position: relative;
    text-align: center;
}

body.mobile section.brokers .broker {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 1rem;
    position: relative;
    background: #eee;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.mobile section.brokers .broker .image {
    width: 100px;
    height: 100px;
    margin-top: 1rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

body.mobile section.brokers .broker .image .image-wrap {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.mobile section.brokers .broker .image .image-wrap img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.mobile section.brokers .broker .title {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem .5rem;
}

body.mobile section.brokers .broker .title h3 {
    color: black;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0;
}

body.mobile section.brokers .broker .title p {
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: black;
    text-align: center;
}

body.mobile section.brokers .broker .title .broker-cta-link {
    padding: .5rem 0;
    text-align: center;
}

body.mobile section.brokers .broker .title .broker-cta-link a {
    background: #f47320;
    padding: .3rem 1rem;
    border-radius: .5rem;
    color: white;
}

body.mobile section.brokers .broker .background {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    position: absolute;
    top: -0px;
    left: -0px;
    background: white;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.mobile .popup-overlay {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    background: rgba(244, 115, 32, 0.8);
    background: rgba(0, 153, 220, 0.8);
    z-index: 1999;
    display: none;
}

body.mobile .broker-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2001;
    text-align: center;
    padding: 1rem;
    display: none;
}

body.mobile .broker-popup .content {
    width: 100%;
    height: 100%;
    background: white;
    -webkit-border-radius: 1.6rem;
    -khtml-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    border-radius: 1.6rem;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
}

body.mobile .broker-popup .content .image-wrap {
    width: 100px;
    height: 100px;
    margin-top: 1rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

body.mobile .broker-popup .content .image-wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

body.mobile .broker-popup .content .close-button {
    color: white;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: .5rem;
    right: .5rem;
}

body.mobile .broker-popup .content .close-button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 2px;
    background: black;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.mobile .broker-popup .content .close-button span:last-child {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.mobile .broker-popup .content .left-pane {
    display: none;
}

body.mobile .broker-popup .content .right-pane {
    width: 100%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem .5rem;
}

body.mobile .broker-popup .content .right-pane .pane-content {
    background: none;
    padding: .67rem;
}

body.mobile .broker-popup .content .right-pane label {
    margin-top: .5rem;
    text-align: left;
}

body.mobile .broker-popup .content .right-pane label.error {
    margin-top: 0;
    line-height: 1em;
    margin-bottom: .2rem;
}

body.mobile .broker-popup .content .right-pane input, body.mobile .broker-popup .content .right-pane select {
    margin-bottom: .2rem;
    padding: .1rem .5rem;
    height: 2rem;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 0 0;
    -khtml-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -ms-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

body.mobile .broker-popup .content .right-pane p {
    margin: 0;
}

body.mobile .broker-popup .content .right-pane input[type="submit"] {
    padding: 1rem 2rem;
    height: 3.2rem;
    line-height: 1em;
    font-size: 1.2rem;
    margin-top: 1rem;
    -webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
}

body.mobile .broker-popup .content .right-pane .contact-name {
    font-size: 1.4rem;
    color: #0099DC;
    font-family: 'Roboto';
}

body.desktop .jumpto ul {
    text-align: center;
}

body.desktop .jumpto ul li {
    list-style: none;
    display: inline-block;
}

body.desktop .jumpto ul li a {
    border-radius: .5rem;
    font-size: 1rem;
    display: inline-block;
    margin: .5rem;
    padding: .2rem .5rem;
    color: #00529C;
    font-weight: bold;
}

body.desktop .jumpto ul li a.active {
    background: #f47320;
    color: white;
}

body.desktop .jumpto ul li span {
    color: #f47320;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

body.desktop .county {
    padding: 2rem 0 3rem 0;
    float: left;
    width: 100%;
}
body.desktop .countyCentered{
    display: flex;
    justify-content: center;
}
@media only screen and (min-width: 240px) and (max-width: 450px){
    body.desktop .countyCentered{

        display: inline-block;
        justify-content: center;
    }
}

body.desktop .county h3 {
    margin-bottom: 2rem;
    padding: 0 .5rem;
    font-weight: 400;
    color: #0099DC;
}

body.desktop .zip-submit {
    background: #eee;
    padding: 1.5rem;
}

body.desktop .zip-submit p {
    font-size: 1.6rem;
    line-height: 1.4em;
    margin-bottom: 0;
    font-weight: 400;
}

body.desktop .zip-submit form.submit-zip .form-container {
    text-align: center;
}

body.desktop .zip-submit form.submit-zip .form-container input {
    border: 2px solid #ddd;
    display: inline-block;
    width: auto;
    padding: .7rem .5rem;
    margin: .5rem;
    color: #00529C;
    background: white;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

body.desktop .zip-submit form.submit-zip .form-container input:focus {
    border-color: #fff;
    background: white;
}

body.desktop .zip-submit form.submit-zip .form-container .button {
    border: 3px solid #00529C;
    display: inline-block;
    width: auto;
    padding: .67rem 2rem;
    margin: .5rem;
    color: #00529C;
    background: none;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

body.desktop .zip-submit form.submit-zip .form-container .button:hover {
    background: #00529C;
    color: white;
}

body.desktop section.brokers {
    text-align: left;
    position: relative;
    margin: 2rem 0;
    margin-bottom: 12rem;
}

body.desktop section.brokers .row {
    position: relative;
    padding: 0 1rem;
}

body.desktop section.brokers .broker {
    display: block;
    float: left;
    width: 98%;
    height: auto;
    margin: 1%;
    position: relative;
    background: #eee;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 25em) {
    body.desktop section.brokers .broker {
        width: 48%;
    }
}

@media only screen and (min-width: 25em) and (min-width: 35.5em) {
    body.desktop section.brokers .broker {
        width: 48%;
    }
}

@media only screen and (min-width: 25em) and (min-width: 35.5em) and (min-width: 40em) {
    body.desktop section.brokers .broker {
        width: 31%;
    }
}

@media only screen and (min-width: 25em) and (min-width: 35.5em) and (min-width: 40em) and (min-width: 64em) {
    body.desktop section.brokers .broker {
        width: 23%;
    }
}

body.desktop section.brokers .broker:hover {
    z-index: 100;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.desktop section.brokers .broker:hover .background {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.desktop section.brokers .broker .image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body.desktop section.brokers .broker .image .image-wrap {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.desktop section.brokers .broker .image .image-wrap img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;

}

body.desktop section.brokers .broker .title {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem .5rem;
}

body.desktop section.brokers .broker .title h3 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

body.desktop section.brokers .broker .title p {
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: black;
    text-align: left;
}

body.desktop section.brokers .broker .title .broker-cta-link {
    padding: .5rem 0;
    text-align: center;
}

body.desktop section.brokers .broker .title .broker-cta-link a {
    background: #f47320;
    padding: .3rem 1rem;
    border-radius: .5rem;
    color: white;
}

body.desktop section.brokers .broker .background {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    position: absolute;
    top: -0px;
    left: -0px;
    background: white;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup-overlay {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    background: rgba(244, 115, 32, 0.8);
    background: rgba(0, 153, 220, 0.8);
    z-index: 1999;
    display: none;
}

.broker-popup {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: 2000;
    display: none;
}

.broker-popup .content {
    width: 700px;
    height: 700px;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.broker-popup .content .close-button {
    color: white;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0rem;
    right: -4rem;
}

.broker-popup .content .close-button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 2px;
    background: white;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.broker-popup .content .close-button span:last-child {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.broker-popup .content .left-pane {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 1rem .5rem;
}

.broker-popup .content .left-pane .pane-content {
    background: white;
    padding: 1.6rem;
    min-height: 100%;
    -webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.broker-popup .content .left-pane .image-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.broker-popup .content .left-pane .image-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.broker-popup .content .left-pane h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-family: 'Roboto';
    color: #0099DC;
}

.broker-popup .content .left-pane p {
    font-weight: 400;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

.broker-popup .content .left-pane p strong {
    font-weight: bold;
}

.broker-popup .content .left-pane p.address {
    text-transform: uppercase;
}

.broker-popup .content .right-pane {
    float: left;
    width: 50%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem .5rem;
}

.broker-popup .content .right-pane .pane-content {
    background: white;
    padding: 1.6rem;
    min-height: 100%;
    -webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.broker-popup .content .right-pane label {
    margin-top: .5rem;
    text-align: left;
}

.broker-popup .content .right-pane label.error {
    margin-top: 0;
    line-height: 1em;
    margin-bottom: .2rem;
}

.broker-popup .content .right-pane input, .broker-popup .content .right-pane select {
    margin-bottom: .2rem;
    padding: .1rem .5rem;
    height: 2rem;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 0 0;
    -khtml-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -ms-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.broker-popup .content .right-pane p {
    margin: 0;
}

.broker-popup .content .right-pane input[type="submit"] {
    padding: 1rem 2rem;
    height: 3.2rem;
    line-height: 1em;
    font-size: 1.2rem;
    margin-top: 1rem;
    -webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
}

.broker-popup .content .right-pane .contact-name {
    font-size: 1.4rem;
    color: #0099DC;
    font-family: 'Roboto';
}

.mobile section.jumpto {
    display: none;
}

.desktop section.filter {
    display: none;
}

.mobile .brokers.desktop {
    display: none;
}

.desktop .brokers.mobile {
    display: none;
}

#ad-module-cta {
    width: 100%;
    margin: 2rem 0;
    height: auto;
    border: 10px dashed #f47320;
    background: #f47320;
    cursor: pointer;
}

#ad-module-cta .content {
    padding: 3rem;
    color: white;
}

#ad-module-cta .content h1 {
    font-size: 3rem;
    font-weight: 300;
    font-family: 'Roboto';
}

.module-overlay {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    background: rgba(244, 115, 32, 0.8);
    display: none;
}

.module-popup {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: 2000;
    padding: 1rem;
    display: none;
}

.module-popup .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
    max-height: 100%;
    margin: auto;
    background: white;
}

.module-popup .content .close-button {
    color: white;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.module-popup .content .close-button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 2px;
    background: black;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.module-popup .content .close-button span:last-child {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.module-popup .content .pane {
    padding: 1.6rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------*  WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*  PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*------------------------------------*  MISC
\*------------------------------------*/
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/

    float: left;
    min-width: 200px;
    margin: 50px 33%;
}

.selectdiv:after {
    content: '>';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

/*--------------------------------------
Global Styles for Primary Menu
--------------------------------------*/
#wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

nav, #overlay, #toggleMenuContainer, nav#primary {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#overlay {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background-color: white;
    width: 100vw;
    height: 100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 0;
}

/*--------------------------------------
Primary Nav
--------------------------------------*/
nav#primary {
    display: none;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-width: 991px) {
    nav#primary {
        display: block;
        height: 80px;
        opacity: 1;
        text-align: center;
        visibility: visible;
        z-index: 1000;
        position: fixed;
        top: 0;
        width: 100%;
    }

    nav#primary.sticky {
        height: 80px;
        position: fixed;
        top: 0;
        -webkit-overflow-scrolling: touch;
    }

    nav#primary.sticky li a {
        color: #00529C;
    }

    nav#primary.sticky .nav-cta {
        color: white;
    }

    nav#primary ul li {
        display: inline-block;
    }
}

@media only screen and (min-width: 64em) {
    nav#primary {
        width: 100%;
    }
}

@media screen and (min-width: 75em) {
    nav#primary {
        width: 75em;
    }
}

nav#primary ul {
    margin: 0;
    padding: 0;
}

nav#primary ul li {
    margin-top: 20px;
    position: relative;
}

nav#primary ul li a {
    font-size: 1.1em;
}

nav#primary ul li ul {
    background: white;
    padding: 0;
    margin: 0;
    width: auto;
}

nav#primary ul li ul li {
    display: block;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 0rem 1.6rem;
}

@media only screen and (min-width: 991px) {
    nav#primary ul {
        float: right;
        height: auto;
    }

    nav#primary ul li {
        display: inline-block;
        position: relative;
    }

    nav#primary ul li:last-of-type {
        margin-right: 1rem;
    }

    nav#primary ul li ul {
        /*position: absolute;*/
        /*background: white;*/
        /*padding: 0rem 0;*/
        /*margin: 0;*/
        /*width: auto;*/
        /*display: none;*/
        position: absolute;
        background: rgba(255, 255, 255, .9);
        margin: 0;
        width: auto;
        display: none;
        /*border: 3px #00529C solid;*/
        color: black;
        border-radius: 1em 0 1em 0;
        padding-bottom: 20px;
        transition: all 500ms linear;
    }

    nav#primary ul li ul li {
        display: block;
        margin: 0;
        text-transform: capitalize;
        text-align: left;
        padding: .2rem 1.6rem;
    }

    nav#primary ul li ul li a {
        white-space: nowrap;
    }

    nav#primary ul li ul li:hover {
        background: #00529c;
    }

    nav#primary ul li ul li:hover a {
        color: white;
    }

    nav#primary ul li ul li:hover:last-of-type {
        margin-right: 0;
    }

    nav#primary ul li:hover ul {
        display: block;
    }
}

nav#primary .menu > li > a {
    color: #00529C;
    padding: 0.7rem 0.5rem;
}

@media screen and (min-width: 75em) {
    nav#primary .menu > li > a {
        margin-right: 0.5rem;
        padding: 0.7rem 1rem;
    }

    /*.hero{*/
    /*padding: 10px;*/
    /*}*/
    /*.hero h2 {*/
    /*font-size: 1.3em;*/
    /*}*/
}

nav#primary .menu > li > a i {
    vertical-align: baseline;
}

nav#primary .dropdown.menu ul {
    border: 0;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    right: auto;
    top: 80px;
    text-align: left;
}

nav#primary .dropdown.menu ul li {
    border-top: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px;
}

nav#primary .dropdown.menu ul li:hover {
    background: #0099DC;
}

nav#primary .dropdown.menu ul li:hover a {
    color: white;
}

nav.sticky .menu > li > a {
    color: #00529C !important;
}

nav .menu > li > a.nav-cta {
    color: white !important;
}

nav.sticky .menu > li > a.nav-cta {
    color: white !important;
}

#abox {
    padding: 0 9em;
    margin-bottom: 30px;
    color: #00529C;
}

/*--------------------------------------
Mobile Menu Toggle
--------------------------------------*/
#toggleMenuContainer {
    z-index: 100;
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: white;
}

@media only screen and (min-width: 991px) {
    #toggleMenuContainer {
        display: none;
    }
}

@media screen and (min-width: 501px) and (max-width: 900px) {
    .main-copy p {
        font-size: 1.3em;
    }

    .info-padding {
        padding: 2em 1em 2em 6em;
    }
}

/*Media 100 - 500*/
@media screen and (min-width: 100px) and (max-width: 500px) {
    .hero {
        padding: 10px;
    }

    .hero h2 {
        font-size: 1.2em;
    }

    .hero.centered {
        margin-top: 3rem;
    }

    #map-svg-container .badge-container > .badge-location > h1 {
        font-size: 18px;
    }

    #map-svg-container .badge-container > .badge-location::after {
        left: 105px !important;
    }

    #map-svg-container .badge-container > .badge-location {
        left: -100px;
    }

    .index header .header-container {
        min-height: 77vh;
    }

    .row {
        margin-bottom: 2em;
    }

    .custom-read-blog {
        bottom: 3rem;
    }

    .landingpagecontacttext {
        display: none;
    }

    .local-coverage .local-coverage-form .formsubmitbutton .button {
        padding: 2rem 1rem !important;
        width: 60% !important;
    }

    #plus_18 {
        right: 88px !important;
    }

    #plus_30 {
        right: 77px !important;
    }

    .testimonials p {
        padding: 0;
        text-align: center;
    }

    .main-copy p {
        font-size: 1.1em;
        line-height: 1.7;
        padding: 1em 0;
        margin-bottom: 0;
    }

    .main-copy h2 {
        font-size: 2.2em;
        margin-bottom: 0;
    }

    .custom-post {
        font-size: 1.8em;
    }

    .why-calchoice .main-copy h2 {
        font-size: 1.8em;
    }

    .milestone .timeline li .timeline-panel {
        margin-left: 85px;
    }

    .milestone .tl-body p {
        font-size: 1.2em;
        line-height: 1.4;
    }

    .video-box-content iframe {
        width: 100%;
        margin-top: 0;
    }

    #abox {
        padding: 0 !important;
    }
    .tool::after {
        width: 15.5em;
    }
}

.toggle-nav {
    width: 55px;
    height: 55px;
    display: block;
}

@media only screen and (min-width: 35.5em) {
    .toggle-nav {
        top: 6px;
    }

    /*.hero{*/
    /*padding: 10px;*/
    /*}*/
    /*.hero h2 {*/
    /*font-size: 1.3em;*/
    /*}*/
}

.toggle-nav:after, .toggle-nav:before {
    content: "";
}

.toggle-nav span, .toggle-nav::after, .toggle-nav::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 13px;
    right: 13px;
    border-top: 4px solid #00529C;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 6px;
}

.toggle-nav::before {
    top: 18px;
}

.toggle-nav span {
    top: 26px;
}

.toggle-nav::after {
    top: 34px;
}

.toggle-nav.active::before, .toggle-nav.active::after {
    top: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top-color: #00529C;
}

.toggle-nav.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-nav.active span {
    opacity: 0;
}

.toggle-nav.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-bar {
    background: white;
    position: fixed;
    height: 80px;
    top: 0;
    z-index: 100000;
}

.top-bar .logo {
    display: block;
    position: fixed;
    padding: 20px;
    z-index: 1001;
    background-image: url("../img/logos/CalChoiceLogo.png");
    width: 240px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 5px;
}

.top-bar .logo.logo-color {
    background-image: url("../img/logos/CalChoiceLogo.png");
    /*top: 16px;*/
}

@media only screen and (min-width: 991px) {
    .top-bar {
        width: 0px;
        background: transparent;
    }
}

.top-nav-container {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1500;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    z-index: 99999999999999;
}

.top-nav-container.bg-white {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
}

/*--------------------------------------
Active Menu Wrapper
--------------------------------------*/
body.menu-active #overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

body.menu-active #toggleMenuContainer {
    background-color: transparent;
}

body.menu-active .top-bar .logo {
    background-image: url("../img/logos/CalChoice.png");
    /*top: 16px;*/
}

body.menu-active nav#primary {
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    margin: 30px 0 0 0;
    padding: 20px 0 0;
    background-color: white;
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 90vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

body.menu-active nav#primary ul li {
    display: block;
}

body.menu-active nav#primary .menu > li > a {
    color: #00529C;
}

body.menu-active .top-nav-container {
    background: white;
}

.nav-cta {
    background: white;
    padding: 10px;
}

.nav-cta a {
    color: white;
}

@media only screen and (min-width: 991px) {
    .nav-cta {
        background: #f47320;
    }

    .nav-cta:hover {
        background: #a64608;
    }
}
.carrier-logos-wrap .carrier-logos-box {
    white-space: initial;
    padding: 0;
    padding-bottom: 2.5rem;
    width: 100%;
    display: block;
    align-items: flex-end;
    justify-content: center;
}
.grid-banner{
    display: grid;
    grid-template-columns: 1fr 1fr;
}