

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

*/*{
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform: scale(1); 
    transform-origin: 0 0;
}
*/

body{
  font-size:20px;
  color:#707379;
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  color:#2f3351;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25em;
    /*font-weight:400 !important;*/

}
h1{
    font-size:36px;
    font-weight: 600;
}
h2{
    font-size:30px;
    font-weight: 400;
}
h3{
    font-size:24px;
    font-weight: 400;
}

.headerLightBlue h1, .headerLightBlue h2, .headerLightBlue h3, .headerLightBlue h4, .headerLightBlue h5, .headerLightBlue h6 {
  color:#288eca !important;
}
.headerWhiteT h1, .headerWhiteT h2, .headerWhiteT h3, .headerWhiteT h4, .headerWhiteT h5, .headerWhiteT h6 {
  color:#FFFFFF !important;
}
.textLightBlue{
  color:#288eca !important;
}


.fortegraButtonV3 a{
  font-size:18px;
  padding:10px 30px;
  display:inline-block;
}
.fortegraButtonLightBlue a{
  color:#FFFFFF !important;
  Background:#288eca !important;
}
.fortegraButtonDarkBlue a{
  color:#FFFFFF !important;
  Background:#2F3351 !important;
}
.fortegraButtonWhite a{
  color:#2F3351;
  background:#FFFFFF;
}


.fortegraButtonV3 button{
  font-size:18px;
  padding:5px 30px;
  display:inline-block;
}
.fortegraButtonLightBlue button{
  color: #FFFFFF !important;
  background: #288eca !important;
  border: none;
  cursor: pointer;
  
}


.dark-section-container h2, .dark-section-container p{ 
    color:#ffffff;
}
.container-fluid .row-fluid .page-center {
    max-width: 1360px;
}
.text-right{
    text-align:right;
}
.clearAll{
    clear:both;
}
.products-container{
    padding:30px 0;
}
.product-list-box{
    background:#FFFFFF;
    padding:50px 20px;
    margin: 15px 0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.gree-check-list{
    padding-left:0px !important;
}
.gree-check-list li{
    padding:5px 5px 5px 0px;
}
.gree-check-list li:before{
    content:"\f00c" !important;
    color:#26c03b !important;
    margin-right:15px !important;
}
.why-fortegra-cta a{
    margin-top:30px;
}

.testimonial-container{
    background:#F1F1F1;
    padding:30px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

a{
  color:#0066CC;
}
.main-navigation-container {
    margin-top: 10px;
}
.header-container{
  background:#ffffff;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #288eca!important;
    border: 1px solid #288eca!important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border: 1px solid #288eca!important;
    color: #288eca;
}

/****************************************/
/* Headers            */
/****************************************/

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  text-transform: none;
}

#homeHeaderV3{
  background:url('https://454246.fs1.hubspotusercontent-na1.net/hubfs/454246/Fortegra/V3/home-header.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
.homeHeaderInner{
  position:relative;
  min-height:560px !important;
}
.homeHeadline{
  position:absolute;
  right:0px;
  bottom:200px;
}
#homeHeadline{
  position: absolute;
  right: 0;
  text-align: right;
  top: 40%;
  color: #ffffff;
}
#homeHeadline span{
  color: #F0B52B;
}

.fortegraHomeLocationBanner a {
  display: block;
  background: #F0B52B;
  color: #000000;
  font-weight: normal;
  padding: 5px 10px !important;
  text-align: center;
  margin: -2px 0 0 0;
  font-size: 18px;
}

/* Product Header */

.headerproductv3{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:330px;
  
}

#productHeaderV3{
  background:url('https://454246.fs1.hubspotusercontent-na1.net/hubfs/454246/abstract-background.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
.productHeaderInnerV3{
  min-height:355px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
#headerHeadlineV3{
  text-align: right;
  height:50%
}


.mapsImagesCotainerCL{
  padding:70px 0;
}

.corporateLocationsCities ul li {
  background: url(https://454246.fs1.hubspotusercontent-na1.net/hubfs/454246/Fortegra/V3/images/map-pointer.png) no-repeat left 22px;
  padding: 15px 0 15px 50px;
  color: #000000;
}
.corporateLocationsCities ul li:before {
  content: none;
}
.corporateLocationsCities ul li.HQFlagImage {
  background: url(https://454246.fs1.hubspotusercontent-na1.net/hubfs/454246/Fortegra/V3/map-pointer-blue.png) no-repeat left 22px;
}

/* Product Solutions Area *//////// 
.productSolutionsContainer{
  text-align:center;
}
.productSolutionsImage{
  text-align:center;
  margin-top:80px;
}
.productSolutionsHeader{
  margin:50px 0 0px 0
}
.productSolutionsButton{
  margin-top:20px;
}


.theTeamName{
  padding:40px 0 15px 0;
}
.theTeamJobTitle{
  min-height:100px !important;
  color: #2F3351;
}
.theTeamCol{
  margin-bottom:120px;
}


.corporate-responsibility{
  padding:50px 0;
}
.CRColRow img{
  margin-bottom:30px;
}



.businessConsumerHomeModule{
  text-align:center;
}
.businessSectionHome{
  border:1px solid #2f3351;
  padding:50px 30px;
}
.businessSectionHome h3{
  color:#2f3351 !important;
  font-size:36px;
}
.businessSectionHome a{
  background:#288eca!important;
  font-size:36px;
  display:inline-block;
  padding:10px 30px;
  font-size:20px;
  color:#ffffff;
  margin-top:15px;
}

.ConsumerSectionHome{
  border:1px solid #288eca;
  padding:50px 30px;
}
.ConsumerSectionHome h3{
  font-size:36px;
}
.ConsumerSectionHome a{
  background:#288eca !important;
  font-size:36px;
  display:inline-block;
  padding:10px 30px;
  font-size:20px;
  color:#ffffff;
  margin-top:15px;
}

 .newsHomeFooter{
  background:#F0B52B;
   color:#2F3351;
}
.newsHomeFooter{
  padding:15px 0;
  text-align: center;
}
.newsHomeMiddle{
  padding:50px 0;
}
.newsHomeMiddle a:not(.newsHomeMiddle a.hs-rss-title){
  background:#00325d;
  display:table;
  padding:10px 30px;
  color:#ffffff;
  margin:5px 0 40px 0;
}

@media(min-width: 768px){
    .hs-rss-module, .hs-rss-item {
    display: flex!important;
    padding: 0 2rem;
    width: 100%;
  }
  
  .hs-rss-title span{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  
  }
}

.newsHomeMiddle a.hs-rss-title{
  font-size: 28px;
  color: #2F3351!important;
  line-height: 1;
  display: inline-block!important;
}

.newsHomeHeader h2{
  /*color:#F0B52B !important;*/
  margin:30px 0 60px 0;
}
.homeIndividualNewsCont h3{
  text-transform:none !important;
}
.DBNewsBorderBottom{
  border-bottom:1px solid #2F3351;
  margin-bottom:40px;
}
/****************************************/
/* Strength and Stability Section            */
/****************************************/

.strength-stability-section{
  background:#DBDEE5;
}
.strength-stability-heading-description h2 span{
  color:#ffffff !important;
}
.strength-stability-heading-description p{
  color:#2F3351;
  font-size:24px;
  margin-bottom:50px;
  text-align:center;
}
.ss-white-numbers{
  color:#ffffff;
  font-size:70px; 
  font-weight:bold;
  text-align:center;
  margin-bottom: 20px;
}
.ss-number-description{
  text-transform:uppercase;
  text-align:center;
}

.StrengthStabilityHeadline{
  max-width:70%
}
.strengthStabilityImageDesktop{
  width:100%;
  display:none;
}
.strengthStabilityImageMobile{
  width:90%;
  display:inline-block;
}

/****************************************/
/*   Life at Fortegra           */
/****************************************/

.life-at-fortegra{
  text-align:center;
}
.life-of-fortegra-col-icon{
  margin-top:30px;
}
.life-of-fortegra-col-header h3{
  margin-top:20px 0 0;
}


/****************************************/
/*   Fortegra Difference           */
/****************************************/

.fortegraDifferenceContainer{
  text-align:center;
  background:#288ECA;
  color:#FFFFFF;
}
.fortegraDifferenceContainer h2, .fortegraDifferenceContainer h3{
  color:#FFFFFF;
}
.fortegraDifferenceContainer h2{
  margin-bottom:70px;
}
.fortegraDifferenceContainer h3{
  margin-top:70px;
}
.fortegraDiffCol{
  margin-bottom:70px;
}


/****************************************/
/*   fortitude-integrity           */
/****************************************/

.fortitude-integrity-section{
  background:#2F3351;
  color:#ffffff;
  text-align:center;
}
.fortitude-integrity-section h2, .fortitude-integrity-section p a {
  color:#ffffff !important;
}
.fortitude-integrity-section p a {
  display: inline-block;
    margin-top: 20px;
    background: transparent url(https://454246.fs1.hubspotusercontent-na1.net/hubfs/454246/Fortegra/V3/right-arrow-white.png) no-repeat center right;
    padding-right: 29px;
    font-size: 26px;
    font-weight: 300;
}


.fortegraEuropeV3{
  background: #f1f1f1;
}
.fortegraEuropeV3 p{
  margin:20px 0 30px 0;
}

/****************************************/
/* 5 Columns Styling            */
/****************************************/

.fivecolcontainer{
  display:block;
  overflow:hidden;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.colp20 {
    width: 20%;
    float: left;
}


/* header Image with H1 */

.header-image-headline-container{
    display: grid;
    align-items: center;
    justify-items: center;
}
.header-headline-h1 {
    border: 10px solid #FFFFFF;
    padding: 20px;
    color: #ffffff;
    width: 260px;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    min-height: 260px;
    justify-content: center;
    display: grid;
    align-items: center;
  }

/* header Image with H1 */

.body-container-wrapper {
    padding-top: 0px !important;
}

.fortegra-foundation-3-col{
  margin:50px 0;
}

.fortegra-foundation-container{
  background:#288eca;
  color:#FFFFFF;
  text-align:center;
}
.fortegra-foundation-container h2, .fortegra-foundation-container h3{
  color:#FFFFFF !important;
}

.donationModule {
  border:1px solid #FFFFFF; 
  padding:20px;
}
.donationModule h2{
  color: #ffffff;
  text-align: right;
  font-size: 48px;
  margin-top: 31px;
  line-height: 55px;
}
.donationModule{
  margin-top:50px;
}

ul.discBulletList li{
  list-style: disc;
  padding: 5px 0;
}
ul.discBulletList li:before{
  display: none;
}
.greyBorderBottom{
  border-bottom:1px solid #bebebe;
}
.career-life-at-fortegra img{
  margin-bottom:40px;
}
.recent-graduate-col {
  margin:60px 0 100px 0;
}
.recent-graduate-col img{
  margin-bottom:40px;
}

.hs_cos_wrapper_type_form .hs-form-field>label{
  display:block;
}
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
background: #2F3351;
color: #fff;
border: 0;
font-family: 'Lato',arial,sans-serif;
padding: 12px 30px;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
white-space: nowrap;
font-size: 18px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none color:#287ab4;
-webkit-appearance: none;
text-shadow: none !important;
}

.customerSupportBoxContact{
  border: 1px solid #2F3351;
  padding:40px;
  margin:40px 0 70px 0;
}
.contactHQContainer{
  margin-top:100px;
}
.contactHQContainer img{
  margin-bottom:30px;
}
.contactHQContainer a{
  margin-top:30px;
}


.product-Our-Partner-wrapper {
background: #288eca;
color: #FFFFFF !important;
}

.catSectionHeadline {
  background: #288eca !mportant;
}

@media (min-width: 768px) {
  .colp20 {
        width: 100%;
        float: left;
  }
  
  .strengthStabilityImageDesktop{
    width:100%;
    display:inline-block;    
  }
  .strengthStabilityImageMobile{
    width:90%;
    display:none;
  }
  
}  


@media (min-width: 992px) {
  .body-container-wrapper {
    /*padding-top: 120px !important;*/
  }
    .colcolp2020p {
        width: 50%;
        float: left;
    }
 .header-headline-h1 {
    border: 15px solid #FFFFFF;
    padding: 20px;
    color: #ffffff;
    width: 360px;
    font-size: 49px;
    font-weight: bold;
    line-height: 50px;
    min-height: 360px;
    justify-content: center;
    display: grid;
    align-items: center;
  }
  
}
@media (min-width: 1200px) {
    .colp20 {
        width: 20%;
        float: left;
    }
}



.testimonial-container p{
    margin-top:0px;
}
.testimonial-row{
    padding:15px 0;
}
.testimonial-image-name h3{
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 10px;
}
.testimonial-image img{
  width:80px;
  height:80px;
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}
.testimonial-rating-category{ 
    line-height: 14px;
    margin-top: 13px;
    margin-left: 10px;
}
.testimonial-rating-category span {
    color: #999;
    margin-left: 0 !important;
    line-height: 24px;
}
.maps-image-container{
    padding:50px 0;
}
.USAMap{
    margin-top:70px;
}e
.EuropeMap{
    text-align:right;
}
.maps-location-names{
    padding:40px 0;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    text-align:center;
}
.maps-location-names span{
    margin-right:30px;
}
.maps-location-names span a{
    color:#333333;
}
.maps-location-names span a:hover{
    color:#288ECA;
}
.maps-location-names span:before{
    content: "\f111" !important;
    color: #288ECA !important;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
    line-height: 18px;
}
.header-headline{
    border: 6px solid #FFFFFF;
    display: inline-block;
    padding: 134px 20px;
    color: #ffffff;
    width: 340px;
    font-size: 36px;
    min-height: 340px;
}


.consumer-product-chat-phone{
  margin:30px 0;
}
.individualProductContact{
  border-bottom: 1px solid #707379;
}



.experience-more-section-container{
    background:#ffffff;
    padding:40px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.experience-more-icon-container{
    background:#eaeaea;
    padding:30px;
    margin:30px 0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.we-are-fortegra-section-container{
    background:#ffffff;
    padding:60px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.we-are-fortegra-icon-container{
    padding-top:60px;
}
.we-are-fortegra-h3{
    color:#000000;
    text-transform: unset;
    font-size: 32px;
}
.we-are-fortegra-column h3{
    margin: 30px 0 10px 0;
    font-size: 32px;
}
.general-copy-rich-text-container-img-bg{
    padding:60px 40px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.fortegra-module-image-container img{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.locationContainer img{
    border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
}
.corporate-office-container{
    padding:30px; 
    background:#f7f7f7; 
    margin-bottom:50px;
}

.testimonial-rating-category span {
    color: #000000 !important;
 }
ul.motorClubAppIcons li span{
  display:block;
}

#disclaimer-furniture {
    padding-top: 30px;
    font-size: 12px;
}

.pagesIntroTextV3{
  color:#2F3351;
  font-size: 24px;
  font-weight:400;
}

.locationsHQ{
  border-top: 3px solid #288ECA !important; 
  border-bottom: 3px solid #288ECA !important; 
  padding: 130px 0 !important;
}

/*** SQUARE bullet list *******************/
.squareIconList{
  text-align:left;
  margin-top:30px;
  color:#2F3351;
  text-transform:uppercase;
}
.squareIconList ul { padding: 0 30px; }

.squareIconList li { list-style: none; }

.squareIconList ul li:before {
    content: '■';
color: #288ECA !important;
float: left;
width: 2em;
margin: .15em -1.5em;
font-size: 20px;
}

/**** FOOTER STYLING *********************************************************/
.footer-container-wrapper{
  background:#2F3351;
}
.footer-links a, .footer-bottom a {
    color: #ffffff !important;
    padding: 5px 0;
}
.footer-bottom  {
    font-size:14px;
}
.footer-intro-container{
  margin-bottom:70px;
}
.business-contact, .consumer-contact{
  padding: 40px;
  border: 1px solid #ffffff;
  text-align:center;
}
.footer-links {
    margin-top: 60px;
    padding: 60px 0;
    border-top: 1px solid #FFF;
}
.footer-links h3{
    color:#ffffff;
}
.footer-links a, .footer-bottom a{
    color:#ffffff;
    padding:5px 0;
}
.footer-links a:hover, .footer-bottom a:hover{
    color:#ffffff;
    text-decoration:uncerline;
}
.footer-links-container a{
    display:block;
}
.footer-bottom {
    border-top: 1px solid #FFF;
    padding: 30px 0;
}
.footer-message{
  color:#d1a2b0 !important;
  font-size:12px;
}

.fortegra-logo-footer{
    margin-bottom:20px;
    max-width:250px;
}
.foorter-social-icons{
    margin-top:30px;
}
.footer-contact-col p{
    padding:20px 0;
    color:#FFFFFF;
}
.we-are-fortegra-column img{
    margin:0 0 20px 0;
}
.we-are-fortegra-column a{
    margin-top:20px;
}
.footer-contact-col a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: #288ECA;
}
.footer-contact-col a:hover {
    color: #288ECA;
    background:#ffffff;
}

.individual-info-container{
    margin-bottom: 60px;
    margin-top: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
}
.other-corporate-offices {
    margin-bottom: 30px;
}

/*   Video Styling *////////

video {
    max-width: 100%;
    width: 100% !important;
    height: auto;
}

.video-bg {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Re-size video to cover full screen while maintaining aspect ratio */;''
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;

    /* Display video below overlay */
    z-index: -1;
}

.video-bg::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Center Content */
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;

    /* Semi-transparent background */
    background-color: rgba(0, 0, 0, 0.55);
}

.main-top-header-container{
    text-align:center !important;
  }
  .main-top-header-container img, .main-top-header-container span, .main-top-header-container video{
    width:100% !important;
    height:auto;
  }

/* Consumer Pages Styles*/

.consumer-intro-container{
    background:#f7f7f7;
  }
   .consumer-right-column{
     background: #eaeaea; 
     padding: 30px; 
     border-radius:5px;
  }
  .consumer-right-column ul li{
    line-height:35px;
  }
  .consumer-right-column ul li:before{
    content:"\f00c";
    margin-right:20px;
    color:#26c03b !important;
    line-height:20px;
  }
  .consumer-intro-container .cta_button{
    background: #288ECA;
    color: #ffffff;
    padding: 11px 30px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

ul.lowerLatinList{
  list-style:lower-latin;
  list-style-type:lower-latin;
  margin-left: 20px;
}
ul.lowerLatinList li{
  list-style:lower-latin;
  list-style-type:lower-latin;
  padding: 0 0 10px 20px;
}
ul.lowerLatinList li:before{
  content:none !important;
}
.twentyPXIndent{
}

.theTeamHeader{
  padding:100px 0 150px 0;
  border-top:1px solid #bebebe;
}


/*****************************************************/

.fortegraHidtoryParagraph{
  border-top: 4px solid #288ECA;
  border-bottom: 4px solid #288ECA;
  padding: 50px 0 30px 0;
  margin-top: 100px;
}

.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-movie{
  text-align: left !important;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #288ECA;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #288ECA, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: #ffffff;
}


/*================================================
    BLOG Stylings
    ==============================================*/
    
.sectionPaddingBlog{padding:150px 0;}    

.rightGrayBox{ background:#eee; padding:25px; margin-bottom:30px; border:none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}

.rightGrayBox h3{font-size:32px; color:#2F3351;}

.blogPostDate{ margin:0 0 0 20px; padding:3px 0 2px 30px; background:url(//cdn2.hubspot.net/hub/454246/file-2342523156-jpg/Fortegra/clock.jpg) no-repeat left center;}

.blogPostTitle{ padding:0 0 20px 0; border-bottom:1px solid #EEEEEE;}
#hubspot-author_data{ margin:20px 0; display:block;}

.emailSubscriptionForm form{ margin:0px;}
.emailSubscriptionForm .actions{ margin:0px !important; padding:0px !important;}

.emailSubscriptionForm label{ display:none !important;}
.hs_blog_subscription_categories label{ display:block !important;}
/*.hs_blog_subscription_categories label:first-child{ display:none !important;}*/

.emailSubscriptions input[type="email"]{ margin:0 0 10px 0; width:95%;}

.post-item {
border-bottom: 3px solid #2F3351;
}
a.more-link {
background: #288ECA;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Lato",arial,sans-serif;
font-size: 18px;
font-weight: 400;
margin: 10px 0 0 0;
padding: 11px 30px;
text-align: center;
transition: all 0.4s ease-in-out 0s;
vertical-align: middle;
white-space: nowrap;
}

span.blueSquareDot {
color: #288ECA !important;
font-size: 25px;
margin-left: 35px;
}


/*--  LDP Styling  -----------------------------------*/



.trainingList li:before {
    content: "\f111" !important;
    color: #287ab4 !important;
    font-size: 16px !important;
  }


/*-------------------------------------*/


.popupCloseBtn{
  background: #288eca !important;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #f1f1f1;
  border-radius: 2px;
  padding: 1em;
  .timeline-content-info {
    background: #2B343A;
    padding: 5px 10px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    box-shadow:  inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    i {
      margin-right: 5px;
    }
    .timeline-content-info-title, .timeline-content-info-date {  
      width: calc(50% - 2px);
      display: inline-block;
    }
    @media (max-width: 500px) {
      .timeline-content-info-title, .timeline-content-info-date {  
        display: block;
        width:100%;
      } 
    }
  }
  .content-skills {
    font-size: 12px;
    padding:0;
    margin-bottom: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
      background: #40484D;
      border-radius: 2px;
      display: inline-block;
      padding: 2px 10px;
      color: rgba(255,255,255,0.7);
      margin: 3px 2px;
      text-align: center;
      flex-grow: 1;
    }
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content p, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #f1f1f1;
}

@media only screen and (min-width: 768px) {

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f1f1f1;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f1f1f1;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}


.container-fluid .row-fluid .page-center {
float: none;
max-width: 1360px;
margin: 0 auto;
}

/* POPUP */
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

/* POPUP CSS */

.modal a.close-modal{
    display: none;
  }
  .modal {
	max-width: 730px;
    padding:50px;
  }
#regionPopup h4{
  font-family: 'Raleway',sans-serif;
}





/* BUTTONS 
============================================================================ */

.ftg-button{
  padding: 10px 30px!important;
  border-radius: 0px;
}

.ftg-primary-cta{
  background: #f0b52b!important;
  color: #fff!important;
}

.ftg-secondary-cta{
  background: #288eca!important;
  color: #fff!important;
}

.ftg-tertiary-cta{
  background: #00325d!important;
  color: #fff!important;
}


/* DESKTOP/MOBILE RESPONSIVE CLASSES
============================================================================ */

@media(max-width: 767px){
  .desktop{
    display: none!important;
  }
}

@media(min-width: 768px){
  .mobile{
    display: none!important;
  }
}


/* PAUL'S CUSTOM CSS
============================================================================ */

.body-container li:not(.body-container .splide__pagination li):not(.squareIconList li):not(.hs-blog-name-fortegra-blog li):not(.hs-blog-name-fortegra-news li){
  display: flex !important;
}

.header-container-wrapper {
    box-shadow: 0 1px 10px #ccc;
} 

@media(max-width: 767px){
  
  .header-container img{
      max-width: 250px!important;
      padding-left: 20px;
    }
  
  .footer-links .row-fluid > div:first-child{
    width: 100%!important;  
  }
  
  .footer-links .row-fluid > div span {
    display: flex;
    justify-content: space-between;
}

span#hs_cos_wrapper_module_1537471917805318 {
    display: flex;
    flex-direction: column;
}

.footer-links a:not(.footer-logo-container a) {
    width: 35vw;
}

.footer-logo-container h3, .footer-logo-container h3 + p {
    display: flex;
}
  
  .footer-logo-container h3{
    padding-right: 80px;    
}
  
  .footer-logo-container td{
    width: 40vw!important;    
}
  
  .footer-container div{
    margin: 0!important;    
}

.span6.widget-span.widget-type-rich_text.footer-logo-container{
    padding-right: 0!important;
}
  
  .footer-links{
    padding: 40px 0 0!important;
}
  
.footer-container-wrapper table{
    border: 0!important;
}
  
.footer-container-wrapper td{
    vertical-align: top;
}

.footer-links .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.footer-links .row-fluid > div{
    flex-grow: 2;
    padding-bottom: 30px;
}

.footer-container{
    font-size: 14px!important;
    padding: 0 30px 0!important;
}

.footer-container .sectionPadding, .footer-bottom{
    padding-bottom: 10px!important
}
  
.footer-container h3{
  font-size: 18px;
  text-align: left;
}

.fortegra-logo-footer{
    width: 200px!important;
}
  
.footer-bottom{
  padding: 0!important;
  
}
  
.footer-bottom p{
  text-align: center!important;
  font-size: 12px!important;
  
}
  
.foorter-social-icons{
  margin-right: 19%;
  min-width: 16vw;  
}
  
.footer-container .cta-scrolltop{
    padding: 10px 30px;
    background: #288eca;
    margin: 0 auto 20px;
    display: inline-block!important;
}
  
.business-contact, .consumer-contact, .footer-container .row-fluid-wrapper.row-depth-1.row-number-2, .newsHomeFooter{
      display: none!important;
    }
  
.footer-links{
      border-top: 0!important;
      margin-top: 0!important;
    }
  
.mainFooterContainer{
      padding-top: 0!important;
    }
  
  .fortegraHeaderV3:not(.hs-content-name-fortegra-home-v3 .fortegraHeaderV3):not(.hs-content-name-careers-v3 .fortegraHeaderV3){
      position: relative;
      height: 200px;
}
  
  .fortegraHeaderV3 img:not(.hs-content-name-fortegra-home-v3 .fortegraHeaderV3 img):not(.hs-content-name-careers-v3 .fortegraHeaderV3 img){
      height: 200px!important;
      object-fit: cover;
      width: 100%;
      /*object-position: 40% 0;*/
}
  
}