/* @import url('http://example.com/example_style.css'); */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300|Raleway:400,300,600,500,700,800,900|Lato:400,300,700,700italic);
 
 

/***********************************************/
/* 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    */
/*****************************************/

@font-face {
    font-family: 'nevisbold';
    src: url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/fonts/nevisbold.eot');
    src: url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/fonts/nevisbold.eot') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/fonts/nevisbold.woff2') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/fonts/nevisbold.woff') format('woff'),
         url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/fonts/nevisbold.ttf') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/fonts/nevisbold.svg#nevisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-size:20px; line-height:28px; color:#717073; background:#fff; }
 
img { border:0; }

hr { border-color:#cccccc; clear:both; margin-top:30px; }

.img-responsive2 { max-width:100%; height:auto; }
.clear { clear:both; }
 
h1 { color:#333c4e; font-family: 'Raleway', Arial, Helvetica, sans-serif; font-size:30px; margin:0 ; padding:15px 0 25px; line-height:40px; font-weight:normal;  clear:both;  }
h2 { font-weight:normal; color:#333333; font-family:'Raleway', Arial, Helvetica, sans-serif; font-size:34px; line-height:40px; margin:0; padding:10px 0 10px; clear:both; }
h3 { font-weight:500; color:#333333; font-family:'Raleway' , Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px;  clear:both; }
h4 { font-weight:normal; color:#333333; font-family:'Raleway' , Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both; }
h5 { font-weight:normal; color:#333333; font-family:'Raleway' , Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; font-weight:600; }
h6 { font-weight:400; color:#333333; font-family:'Raleway' , Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both; }

a { text-decoration:none; outline:none; color:#ea3d00; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
a:hover { text-decoration:none; outline:none; color:#333; }

.bgimg-main { background:no-repeat center; background-size:cover; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; float:none; }
.row-fluid .wrapper-lp { margin:0 auto !important; width:1170px; float:none; padding:50px 0; overflow:hidden;}
.home-header .row-fluid .wrapper {  width:1430px; float:none; }


.row-fluid .home-header { float:left; width:100%; position:relative;  }
.row-fluid .bg-img { display:none; }


.row-fluid .homeheader-content { float:left; width:100%; text-align:center; padding:0; color:#fff; position:absolute; left:0; top:50%; }

.row-fluid .home-social { position:absolute; left:0; background:rgba(26,30,31,0.36); width:100px; padding:0 10px; height:100%; top:0; font-size:24px; text-align:center; z-index:8; }
.row-fluid .home-social a { color:#fff; display:block; vertical-align:middle; margin:18px 0; }
.row-fluid .home-social a:hover { color:#ea3d00; }
.row-fluid .home-social .layout-widget-wrapper { top:50%; position:absolute; margin:-80px 0 0; left:0; width:100%; }
.home-social .fa { margin:0 0 0 -10px; }


.row-fluid .home-menu  { position:absolute; right:0; padding:0 10px; width:auto; height:100%; top:0; font-size:22px; text-align:center; z-index:5; }
.row-fluid .home-menu.homemenu-open { width:100%; background:rgba(34,42,44,0.93); }

a.homemenu-trigger { display: inline-block !important; cursor: pointer; position: absolute; width:44px; height:44px; top:50%; left:50%; margin:-22px 0 0 -22px; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;  -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in;  transition:color .2s ease-in; }
a.homemenu-trigger:hover { text-decoration: none; color: #fff; }
.homemenu-open.homemenu-trigger { -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }
.homemenu-open.homemenu-trigger span:after { opacity: 1; }
a.homemenu-trigger i { display: inline; position: relative; top: -5px; margin-left: 5px; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; }
a.homemenu-trigger i:before, a.homemenu-trigger i:after { position: absolute; content: ''; }
a.homemenu-trigger i, a.homemenu-trigger i:before, a.homemenu-trigger i:after { width: 44px; height:5px; background-color: #fff; display: inline-block; }
a.homemenu-trigger i:before { margin-top: -10px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s;  -webkit-transition-delay: .2s, 0; }
a.homemenu-trigger i:after { margin-top: 10px; -webkit-transition-property: margin, -webkit-transform;  -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
.homemenu-open.homemenu-trigger i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
.homemenu-open.homemenu-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
.homemenu-open.homemenu-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
.homemenu-triggermain  { position:absolute; right:0; background:rgba(26,30,31,0.36); width:100px; padding:0 10px; height:100%; top:0; font-size:24px; text-align:center; } 
.span12.widget-span.widget-type-rich_text.header-text {margin:0;}
.row-fluid .home-menu .hs-menu-flow-horizontal { position:absolute; left:0; width:100%; text-align:center; top:50%; margin:-12px 0 0; display:none; }
.row-fluid .home-menu .hs-menu-flow-horizontal ul { margin:0; padding:0; list-style:none; }
.row-fluid .home-menu .hs-menu-flow-horizontal li { padding:0 10px; }
.row-fluid .home-menu .hs-menu-flow-horizontal li a:link , .row-fluid .home-menu .hs-menu-flow-horizontal li a:visited { padding:0 10px; line-height:24px; color:#fff; font-size:21px; font-family: 'nevisbold', Arial, Helvetica, sans-serif; max-width:none; }
.row-fluid .home-menu .hs-menu-flow-horizontal li a:hover { color:#ea3d00; }

.row-fluid .homeheader-content h3 { font-size:48px; color:#fff; line-height:52px; font-family:'Raleway', Arial, Helvetica, sans-serif; font-weight:700; }
.row-fluid .home-logo { margin:0 0 25px; }
.row-fluid .reachhorse-text { display:inline-block; border:8px solid #fff; padding:20px; margin:10px 0 20px 0; font-size:188px; line-height:170px; text-transform:uppercase; color:#fff; font-weight:800; }

.row-fluid .askushow-link a { padding:46px 30px; background:#ea3d00; max-width:360px; width:100%;  font-weight:600; font-size:34px; line-height:30px; color:#fff; display:inline-block; margin:40px 0 0; }
.row-fluid .askushow-link a:hover { background:#222a2c; }

.row-fluid .home-downarrow { width:100%; font-size:26px; padding:0; font-size:90px; position:absolute; bottom:40px; left:0; text-transform:uppercase; text-align:center; color:#fff; }


/*homeabout-content*/
.row-fluid .homeabout-content { float:left; width:100%; padding:78px 0 120px; background:#fff; text-align:center; color:#444444; font-size:30px; line-height:32px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; }
.row-fluid .homeabout-img span { display:inline-block; width:180px; padding:0 0 25px; }
.row-fluid .homeabout-content h1 { font-size:48px; color:#444; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; margin:0 0 25px; }
.row-fluid .homeabout-content h1:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }
.row-fluid .homeabout-content h2 { font-size:56px; color:#ea3d00; line-height:60px; font-weight:600; padding:0 0 10px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300;  }


/*homebenifit-content*/
.row-fluid .homebenifit-content  { background-color:#384448; background-blend-mode: multiply;  position:relative; color:#fff; padding:160px 0; text-align:center; font-size:24px; font-weight:600; }
/*.row-fluid .homebenifit-content:before { content:''; background-color:rgba(38,46,45,0.9); width:100%; height:100%; position:absolute; left:0; top:0; }
.row-fluid .homebenifit-content .row-fluid-wrapper { position:relative; }*/

.row-fluid .homebenifit-content:after  { content:''; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/arrow-img.png) no-repeat; position:absolute; left:50%; top:0; margin:0 0 0 -18px; width:37px; height:31px; }
.row-fluid .homebenifit-content h1 { font-size:48px; color:#fff; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; }
.row-fluid .homebenifit-content h1:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }
.row-fluid .homebenifit-ctoptext {  font-size:30px; line-height:32px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; }
.row-fluid .homebenifit-ctoptext p { padding:10px 0 5px; margin:0; }
.row-fluid .beneifits-boxes { float:left; width:100%; padding:70px 0 100px; text-transform:uppercase; }
.row-fluid .beneifits-bimg span { display:inline-block; background:#fff; width:180px; height:180px; margin:0 0 32px; border-radius:100%; padding:35px 0 0;  }
.row-fluid .learnmore-link a { display:inline-block; font-size:18px; color:#fff; width:100%; max-width:200px; padding:0 15px;background:#ea3d00; line-height:20px; padding:20px 0;  text-transform:uppercase;  }
.row-fluid .learnmore-link a:hover { background:#fff; color:#ea3d00; }

/*ebookdownload-content */
.row-fluid .ebookdownload-content { float:left; width:100%; padding:50px 0; background:#fff;  font-size:24px; line-height:28px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; color:#484747; }
.row-fluid .ebookdownload-content h3 { font-size:30px; color:#ea3d00; padding:55px 0 0; line-height:36px; font-weight:600; }
.row-fluid .ebookdownload-content2 h3 { font-size:30px; color:#ea3d00; padding: 0; line-height:36px; font-weight:600; }
.row-fluid .ebookdownload-content p { margin:0; padding:10px 0 0; }
.row-fluid .ebook-text { padding:0 25px 0 0; }

.row-fluid .downloadnow-link { text-align:right; }
.row-fluid .downloadnow-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:80px 0 0;  }
.row-fluid .downloadnow-link a:hover { background:#333; }

/*meettheteam-content */
.row-fluid .meettheteam-content { float:left; width:100%; padding:130px 0 100px; text-align:center; color:#fff;  background-color:rgba(56,68,72,0.90);  background-blend-mode: multiply;  font-size:24px; line-height:32px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; }
.row-fluid .meettheteam-content h2 { font-size:48px; color:#fff; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; }
.row-fluid .meettheteam-content h2:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }
.row-fluid .meettheteam-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .meettheteam-link a:hover { background:#fff; color:#ea3d00; }
.row-fluid .meettheteam-ctext { padding:0 80px 40px; }

/*blogcontent-main*/
.row-fluid .blogcontent-main { float:left; width:100%; padding:125px 0 160px; }
.row-fluid .blog-boxes { float:left; width:100%; padding:0 0 80px; }
.row-fluid .blog-boxes h3 { font-size:48px; color:#444444; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; margin:0 0 56px; text-align:center; text-transform:uppercase; }
.row-fluid .blog-boxes h3:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }

.row-fluid .gotoblog-link { text-align:center; }
.row-fluid .gotoblog-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .gotoblog-link a:hover { background:#333; }

.row-fluid .blog-boxes .hs-rss-item { float:left; margin:0 1%; border:1px solid #cdcdcd; background:#fff; width:30%; color:#444444; font-weight:300; font-family: 'Ubuntu', Arial, Helvetica, sans-serif;  font-size:16px;  }
.row-fluid .blog-boxes .hs-rss-item-image-wrapper { float:left; width:100%; height:240px; overflow:hidden; }
.row-fluid .blog-boxes .hs-rss-item-text { float:left; width:100%; padding:35px 20px; }
.row-fluid .blog-boxes .hs-rss-title { font-size:24px; font-weight:300; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; min-height: 100px; float: left;  width: 100%; }

/*emailsubscribe-main*/
.row-fluid .emailsubscribe-main { float:left; width:100%; padding:52px 0; background:#ea3d00; color:#fff; }
.row-fluid .emailsubscribe-main h3 { display:inline-block; width:400px; padding:0 45px 0 0; color:#fff; font-size:24px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:400; vertical-align:top;  line-height: 26px; }
.row-fluid .emailsubscribe-main h3 + div { display:inline-block; width:760px; vertical-align:top; }
.row-fluid .emailsubscribe-main input[type=text] , .row-fluid .emailsubscribe-main h3 + div input[type=email] { font-weight:300; font-family: 'Ubuntu', Arial, Helvetica, sans-serif;  font-size:18px; color:#333; border:1px solid #dddcdc; outline:none; width:100%; padding:0 25px; height:60px; line-height:100%;  }
.row-fluid .emailsubscribe-main label { display:none; }
.row-fluid .emailsubscribe-main input[type=submit] {   padding:10px 0; cursor:pointer; border:2px solid #fff; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/blank.png) repeat #ea3d00; outline:none; width:200px; height:60px; line-height:39px; font-size:18px; color:#fff; font-weight:500; text-transform:uppercase; }
.row-fluid .emailsubscribe-main input[type=submit]:hover { background:#fff; color:#ea3d00;  }

.row-fluid .emailsubscribe-main .input { float:left; width:560px; padding:0 30px 0 0; margin:0; }

.row-fluid .emailsubscribe-main ::-webkit-input-placeholder { color: #666; }
.row-fluid .emailsubscribe-main :-moz-placeholder { color: #666; }
.row-fluid .emailsubscribe-main ::-moz-placeholder { color: #666; }
.row-fluid .emailsubscribe-main :-ms-input-placeholder { color: #666; }

.row-fluid .testimonial-main { padding:0 0 90px; float:left; width:100%; text-align:center }

.row-fluid .testimonialslider-box { float:left; width:100%; padding:100px 0 0; }
.row-fluid .testimonial-title { float:left; width:100%; padding:95px 0;; background:#f9f9f9; }
.row-fluid .testimonial-title h2 { font-size:48px; color:#444444; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; margin:0; text-align:center; text-transform:uppercase; }
.row-fluid .testimonial-title h2:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }
.row-fluid .testimonialslider-box ul { margin:0; padding:0; list-style:none; float:left; width:100%; }

.row-fluid .testimonailsl-content  { float:left; width:100%; padding:25px 0 55px; font-size:36px; color:#444; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; line-height:44px; }
.row-fluid .testimonailsl-img  { float:left; width:100%; padding:0 0 25px; }
.row-fluid .testimonailsl-img img { border-radius:100%;   }
.row-fluid .testimonailsl-img span { border:10px solid #ddd; border-radius:50%; overflow:hidden; display:inline-block; }
.row-fluid .testimonailsl-clientname { float:left; width:100%; font-size:30px; color:#444; line-height:38px; font-weight:500; }
.row-fluid .testimonailsl-position { float:left; width:100%; color:#ea3d00; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:400; font-size:20px; padding:10px 0 0; }

.testimonailsl-content { float:left; width:100%; padding:0 90px; }
.testimonailsl-content:before { content:''; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/quote-img.png) no-repeat; width:21px; height:17px; display:inline-block; margin:-12px 0 0; vertical-align:top; }
.testimonailsl-content:after { content:''; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/quote-img2.png) no-repeat; width:21px; height:17px; display:inline-block; margin:0 0 -12px;  }

.flex-control-nav , .flex-direction-nav { list-style:none; padding:0; margin:0;  }
.row-fluid .testimonial-main .flex-control-nav { float:left; width:100%; text-align:center; }
.row-fluid .testimonial-main .flex-control-nav li { display:inline-block; padding:0 6px; }
.row-fluid .testimonial-main .flex-control-nav li a  { display:inline-block; border:1px solid #ccc; background:#fff; width:18px; height:18px; font-size:0px; border-radius:100%; cursor:pointer; }
.row-fluid .testimonial-main .flex-control-nav li a.flex-active , .row-fluid .testimonial-main .flex-control-nav li a:hover { background:#ccc; }

.row-fluid .testimonial-main .flex-direction-nav a { position:absolute; top:85px; color:#808080; font-size:64px; z-index:99999999999; }
.row-fluid .testimonial-main .flex-prev {  left:35%; }
.row-fluid .testimonial-main .flex-next {  right:35%; }
.row-fluid .testimonial-main .testimonail-slider { position:relative; float:left; width:100%; }


/*homelrfstable-main*/
.row-fluid .homelrfstable-main { float:left; width:100%; position:relative; }

.row-fluid .homelrfstable-content { float:left; width:100%; background:#eeeeee; padding:95px 85px 95px 0; font-size:18px; color:#444444; font-weight:300; }

.row-fluid .homelrfstable-content h2 { font-size:48px; color:#444444; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; margin:0 0 15px; text-transform:uppercase; }
.row-fluid .homelrfstable-content h2:before { width:80px; content:''; position:absolute; bottom:5px; left:0; margin:0 0 0; height:1px; background:#cccccc; }

.row-fluid .homelrfstable-content h4 { font-size:32px; color:#444444; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300;  }



.row-fluid .viewhores-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .viewhores-link a:hover { background:#333; }

.row-fluid .homelrfstable-right { position:absolute; width:50%; height:100%; right:0 }
.row-fluid .homelrfstable-left { margin:0; width:50%; }
.row-fluid .homelrfstable-left img { width:100% !important; height:auto; }


/*statastics-main*/
.statastics-main { float:left; width:100%; background:#2e383b; padding:136px 0; color:#fff; }



/*upcomingraces-main*/
.row-fluid .upcomingraces-main { float:left; width:100%; padding:150px 0 160px; }
.row-fluid .title-style1 h2 { font-size:48px; color:#444444; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; margin:0 0 15px; text-align:center; text-transform:uppercase; }
.row-fluid .title-style1 h2:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }

.row-fluid .allraces-link {  text-align:center; }
.row-fluid .allraces-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:235px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .allraces-link a:hover { background:#333; }

.row-fluid .upcomingrace-boxes { float:left; width:100%; padding:50px 0 90px; }
.row-fluid .upcomingrace-box { float:left; width:33.33%; padding:0 10px; font-size:18px; color:#444; font-weight:600; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
.row-fluid .upcomingrace-bimg { float:left; width:100%; position:relative; height:230px; overflow:hidden; } 
.row-fluid .upcomingrace-bimg img { vertical-align:top; }
.row-fluid .upcomingrace-bdate { position:absolute; background:#ea3d00; padding:12px 10px; color:#fff; text-transform:uppercase; font-size:24px; font-weight:500; left:0; top:0; }
.row-fluid .upcomingrace-btext { float:left; width:100%; padding:40px 0 0; }
.row-fluid .upcomingrace-btext span { display:block; color:#ff4c4c; font-size:17px; font-weight:700; font-style:italic; font-family: 'Lato', Arial, Helvetica, sans-serif; }
.row-fluid .upcomingrace-box h3 { font-weight:500; font-size:30px; line-height:34px; padding:0 0 6px; font-family: 'Raleway', Arial, Helvetica, sans-serif; }
.row-fluid .upcomingrace-box p { padding:0 0 5px; margin:0; }

/*homeopportunites-main*/
.row-fluid .homeopportunites-main { float:left; width:100%; padding:100px 0 90px; min-height:1400px; }
.homeopprtunites-content { float:left; width:100%; text-align:right; }
.homeopprtunites-content h3 { font-size:30px; color:#ea3d00; line-height:34px; font-weight:500; padding:0 0 30px; font-style:italic; }
.homeopprtunites-content h2 { font-size:50px; line-height:54px; font-weight:700; padding:0 0 20px; color:#fff; }
.row-fluid .opportunites-learnmore a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .opportunites-learnmore a:hover { background:#333; }


/*twittercontent-main*/
.row-fluid  .twittercontent-main { float:left; width:100%; padding:260px 0 70px; background:#ea3d00; position:relative; font-size:30px; color:#fff; font-weight:500; line-height:36px; text-align:center; }
.row-fluid .twittercontent-main:before { position:absolute; content: "\f099"; font-family: 'FontAwesome', Arial, Helvetica, sans-serif; left:50%; width:68px; height:68px; border:2px solid #fff; margin:0 0 0 -34px; line-height:68px; border-radius:100%; color:#fff; text-align:center; font-size:40px; top:150px;  }
.row-fluid .twittercontent-main ul { margin:0; padding:0; list-style:none; }
.row-fluid .twitter-img { float:left; width:100%; padding:0 0 50px; }
.row-fluid .twitter-img img { border:7px solid #f15200; max-width:100%; height:auto; }
.row-fluid .twitter-text { float:left; width:100%; }
.row-fluid .twitter_text span { float:left; width:100%; padding:44px 0 0; }
.row-fluid .twittercontent-main a { color:#222a2c; }
.row-fluid .twittercontent-main a:hover { color:#fff; }

.row-fluid .twittercontent-main .flex-direction-nav { padding:35px 0 0; }
.row-fluid .twittercontent-main .flex-direction-nav li { display:inline-block; padding:0 8px;  }
.row-fluid .twittercontent-main .flex-direction-nav a { display:inline-block; color:#808080; font-size:24px; width:48px; height:48px; text-align:center; border:2px solid #fff; border-radius:5px; line-height:43px; color:#fff;  }
.row-fluid .twittercontent-main .flex-direction-nav a:hover { background:#fff; color:#ea3d00; } 

/*statistics-slider*/
.statastics-main {  position:relative; float:left; width:100%; }
.row-fluid .statistics-slider { float:none; width:100%; max-width:840px; margin:0 auto;  font-size:18px; color:#4b575a; text-transform:uppercase; font-weight:700; }
.row-fluid .statistics-slider ul { margin:0; padding:0; list-style:none; }
.row-fluid .statistics-slider h2 { font-size:48px; color:#fff; line-height:54px; font-weight:600; padding:0 0 30px; position:relative; margin:0 0 15px; text-align:center; text-transform:uppercase; }
.row-fluid .statistics-slider h2:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }
.row-fluid .statstics-numbersboxes  { float:left; width:100%; padding:35px 0 45px 0; text-align:center; }
.row-fluid .statstics-numbersbox { display:inline-block; width:134px; border-bottom:2px solid #cccccc; padding:0 0 5px; margin:0 35px; }
.row-fluid .statstics-numbersbox span { display:block; color:#ea3d00; font-size:56px; font-weight:400; line-height:45px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; padding:0 0 5px; }

.row-fluid .statstics-expancesleft { float:left; width:560px; padding:0 0 0 35px; } 
.row-fluid .statstics-expancesleft .linestatisticsmain { float:none; width:100%; padding:0 0 25px; position:relative  }
.row-fluid .statstics-expancesleft .linestatistics { position:relative; overflow:hidden; height:22px; border-radius:10px; background:#fff; }
.row-fluid .statstics-expancesleft .linestatistics span { position:absolute; width:100%; background:#ea3d00; border-radius:0 10px 10px 0; height:100%; }
.row-fluid .statstics-expancesleft .linestatistics-text { float:none; width:100%; padding:0 0 8px; }
.row-fluid .statstics-expancesleft .linestatistics-percantage { position:absolute; width:100%; text-align:right; line-height:25px; top:0; left:0; color: #ea3d00; }
.row-fluid .statstics-expancetotal { float:left; width:100%; }
.row-fluid .statstics-expancetotal span { display:block; font-size:44px; line-height:50px;  font-weight:600; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; color:#ea3d00; }

.row-fluid .statstics-expancesright { float:right; width:270px; padding:0 0 0 35px; text-align:center; } 

.row-fluid .staticsticviewmore-link { text-align:center; padding:70px 0 0; }
.row-fluid .staticsticviewmore-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; font-weight:600; width:100%; max-width:235px; background none; border:2px solid #fff; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .staticsticviewmore-link a:hover { background:#fff; color:#ea3d00; }

.row-fluid .statastics-main .flex-direction-nav a { position:absolute; top:150px; color:#808080; font-size:34px; z-index:99999999999; }
.row-fluid .statastics-main .flex-prev {  left:26%; }
.row-fluid .statastics-main .flex-next {  right:26%; }
.row-fluid .statastics-main .flex-direction-nav a:hover { color:#fff; }


/*inner*/

/*top*/
.row-fluid .top { float:left; width:100%; background:#222a2c; color:#fff; font-size:14px; color:#dddddd; line-height:52px; position:relative; }
.row-fluid .top a { color:#dddddd; }
.row-fluid .top a:hover { color:#ea4124; }

.row-fluid .top * { vertical-align:top; }
.row-fluid .top em { line-height:52px; } 
.row-fluid .top-right em { margin:0 0 0 5px; } 


.row-fluid .top-left .hs_cos_wrapper { border-left:1px solid #444444; float:left; }
.row-fluid .top-left .hs_cos_wrapper span { float:left;   border-right:1px solid #444444; padding:0 20px; }

.row-fluid .top-right span { float:right; }
.row-fluid .top-right a.avilabelopportunites-link { color:#fff; float:left; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/icon-4.png) no-repeat 25px; border-right:1px solid #444444; border-left:1px solid #444444; padding:0 28px 0 65px; font-size:11px; font-weight:600; }

.row-fluid .top-right .top-social { float:left;  text-align:center; }
.row-fluid .top-right .top-social a { float:left; color:#fff; font-size:24px; border-right:1px solid #444444; padding:0; width:55px; }
.row-fluid .top-right a.avilabelopportunites-link:hover , .row-fluid .top-right .top-social a:hover { background-color:#ea3d00; color:#fff; }
.row-fluid .top-right .top-social a:hover { background-color:#ea3d00; color:#fff; border-right:1px solid #ea3d00; }


.row-fluid .top-logomenu { float:left; width:100%; padding:26px 0; background:#fff; box-shadow:0 0 3px 3px rgba(000,000,000,0.1);  position:relative;  }
.row-fluid .mainmenu { padding:29px 0 0; }
.row-fluid .mainmenu ul { float:right; }
.row-fluid .mainmenu ul li a:link , .row-fluid .mainmenu ul li a:visited { overflow: visible;  max-width:none; text-overflow:inherit; font-size:16px; font-weight:600; color:#444444; padding:0 15px; text-transform:uppercase; position:relative;  }
.row-fluid .mainmenu ul li a:before { height:5px; background:#ea3d00; width:100%; content:''; top:-57px; position:absolute; left:0; display:none; }
.row-fluid .mainmenu ul li a:hover:before { display:block; }
.row-fluid .mainmenu ul li a:hover { color:#ea3d00;  }

/*header*/
.row-fluid .header { float:left; width:100%; height:500px; text-align:center; font-size:80px; font-weight:800; font-family: 'Raleway', Arial, Helvetica, sans-serif; position:relative; line-height:80px; text-transform:uppercase; }
.row-fluid .header-text { display:inline-block; border:2px solid #fff; background:rgba(000,000,000,0.8); padding:26px 20px; color:#fff; float:none; width:auto;  }


/*view avilabele opportunites*/
.row-fluid .viewopportunites-main { float:left; width:100%; background:#ea3d00; color:#fff; font-size:48px; font-weight:600; line-height:52px; padding:40px 0; }
.row-fluid .viewresources-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; font-weight:600; width:100%; max-width:200px; background none; border:2px solid #fff; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .viewresources-link a:hover { background:#fff; color:#ea3d00; }
.row-fluid .viewopportunites-text { padding:15px 0; }

/*about name*/
.row-fluid .aboutname-main { float:left; width:100%; padding:135px 0 105px; margin:0 0 15px; background-color: rgba (56,68,72,0.90);  background-blend-mode: multiply; color:#fff; font-size:32px; line-height:44px; font-weight:300; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; text-align:center;  }
.row-fluid .aboutname-main h2 { font-size:48px; font-weight:600; color:#fff; line-height:54px;  adding:0 0 30px; position:relative; margin:0 0 15px; text-align:center; text-transform:uppercase;   }
.row-fluid .aboutname-main h2:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }
.row-fluid .aboutname-main h4 { font-size:30px; color:#ea3d00; line-height:34px; padding:0 0 20px;  }

.page-title h1 { background:url(//cdn2.hubspot.net/hub/467749/file-2449651581-png/2015_COS-Images/LRF-Logo.png) no-repeat left top; padding:35px  0 55px 150px; font-weight:600; position:relative; margin:0 0 35px; font-family: 'Raleway', Arial, Helvetica, sans-serif; }
.page-title h1:before { width:80px; content:''; position:absolute; bottom:5px; left:0; margin:0x; height:1px; background:#cccccc; }

.row-fluid .mid { float:left; width:100%; padding:54px 0; }
.row-fluid .ourmission-text { float:left; width:100%; padding:0 30px 54px 0; font-size:32px; color:#ea3d00; font-weight:300; line-height:38px; }
.row-fluid .ourmission-text h4 { font-size:34px; font-weight:600; line-height:36px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; color:#ea3d00; }

.row-fluid .company-facts h4  { font-size:30px; font-weight:600; line-height:36px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; color:#444444; padding:0 0 25px; }
.row-fluid .company-facts ul { margin:0; padding:0 30px 0 0; list-style:none; float:left; width:50%;  font-size:24px; font-weight:300; line-height:30px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; color:#444444; }
.row-fluid .company-facts ul li { float:left; width:100%; padding:0 0 15px 20px; position:relative; }
.row-fluid .company-facts ul li:before { content:''; width:8px; height:8px; position:absolute; left:0; top:10px; background:#444; }

/*buyashare-main*/
.row-fluid .buyashare-main { float:left; width:100%; padding:100px 0; }
.row-fluid .buyashare-title { float:left; width:100%; text-align:center; padding:0 0 40px; }
.row-fluid .buyashare-title h3 { color:#444; font-size:48px; line-height:54px; padding:0 0 30px; position:relative;  text-transform:uppercase; }
.row-fluid .buyashare-title h3:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }

.row-fluid .buyashare-img { text-align:center; } 
.row-fluid .buyashare-text h4 { font-size:48px; font-weight:300; line-height:54px;  font-family: 'Ubuntu', Arial, Helvetica, sans-serif; padding:25px 0 25px;  }
.row-fluid .buyashare-text h3 { font-size:48px; color:#ea3d00; font-weight:500; line-height:50px;  line-height:54px; padding:0;  }


/*benefitabout-content*/
.row-fluid .benefitabout-content { float:left; width:100%; padding:100px 0 120px;  background-color:rgba(56,68,72,0.90);  background-blend-mode: multiply; color:#fff; font-size:24px; font-weight:300; line-height:30px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
.row-fluid .benefitabout-content h2  { font-size:48px; font-weight:600; color:#fff; line-height:54px;  padding:0 0 30px; position:relative; margin:0 0 25px; text-transform:uppercase;   }
.row-fluid .benefitabout-content h2:before { width:80px; content:''; position:absolute; bottom:5px; left:0; margin:0; height:1px; background:#cccccc; }

.row-fluid .benefitabout-box { float:left; width:100%; padding:20px 0; }
.row-fluid .benefitabout-box h5 { font-size:30px; font-weight:500; padding:0 0 15px; color:#fff; line-height:36px; }

.row-fluid .row-fluid .benefitabout-img span { display:inline-block; background:#fff; width:96px; height:96px; border-radius:100%; padding:22px 15px; text-align:center; }
.row-fluid .row-fluid .row-fluid .benefitabout-img span img { width:auto !important; height:50px; }
.row-fluid .benefitabout-text { padding:0 0 0 25px;  }

.row-fluid .benefitabout-content ul { margin:0; padding:0 30px 40px 0; list-style:none; width:42%; float:left; }
.row-fluid .benefitabout-content ul li { padding:0 0 15px 20px; position:relative; }
.row-fluid .benefitabout-content ul li:before { position:absolute; width:5px; height:5px; background:#fff; content:''; top:10px ; left:0; }
.row-fluid .benefitabout-content .benefitabout-text ul:nth-child(3) { width:58%; padding-right:0; }

.row-fluid .testimonial-2title { background:#f9f9f9; float:left; width:100%; padding:45px 0; text-align:center; } 
.row-fluid .testimonial-2title h3 { display:inline-block; position:relative;  font-size:48px; font-weight:600; color:#444444; line-height:54px;  padding:10px 0 20px 80px;  text-transform:uppercase; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/icon-5.png) no-repeat;   }
.row-fluid .testimonial-2title h3:before  { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -40px; height:1px; background:#cccccc; }

/*testimonial-main2*/

.row-fluid .testimonialslider-container { float:left; width:100%; padding:72px 0 62px; text-align:center;  }

.row-fluid .testimonial-main2 ul { margin:0; padding:0; list-style:none; float:left; width:100%; }

.row-fluid .testimonailsl-content2  { float:left; width:100%; padding:25px 0 55px; font-size:32px; color:#444; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; line-height:40px; }
.row-fluid .testimonailsl-clientname2 { float:left; width:100%; font-size:30px; color:#ea3d00; line-height:38px; font-weight:500; }
.row-fluid .testimonailsl-position2 { float:left; width:100%; color:#ea3d00; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:400; font-size:20px; padding:10px 0 0; }

.testimonailsl-content2 { float:left; width:100%; padding:0 90px; }
.testimonailsl-content2:before { content:''; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/quote-img.png) no-repeat; width:21px; height:17px; display:inline-block; margin:-8px 0 0; vertical-align:top; }
.testimonailsl-content2:after { content:''; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/quote-img2.png) no-repeat; width:21px; height:17px; display:inline-block; margin:0 0 -12px;  }

.flex-control-nav , .flex-direction-nav { list-style:none; padding:0; margin:0;  }
.row-fluid .testimonial-main2 .flex-control-nav { float:left; width:100%; text-align:center; }
.row-fluid .testimonial-main2 .flex-control-nav li { display:inline-block; padding:0 6px; }
.row-fluid .testimonial-main2 .flex-control-nav li a  { display:inline-block; border:1px solid #ccc; background:#fff; width:16px; height:16px; font-size:0px; border-radius:100%; cursor:pointer; }
.row-fluid .testimonial-main2 .flex-control-nav li a.flex-active , .row-fluid .testimonial-main .flex-control-nav li a:hover { background:#ccc; }

.row-fluid .testimonial-main2 .flex-direction-nav a { position:absolute; top:2px; color:#808080; font-size:64px; z-index:99999999999; }
.row-fluid .testimonial-main2 .flex-prev {  left:35%; }
.row-fluid .testimonial-main2 .flex-next {  right:35%; }
.row-fluid .testimonial-main2 .testimonail-slider2 { position:relative; float:left; width:100%; }


/*ebookcontent-main*/
.row-fluid .ebookcontent-main { float:left; width:100%;  background:#f9f9f9; padding:180px 0 166px;  }

.ebookc-left { border-right:1px solid #a8acad; padding:0 0 40px; }
.eboolc-lrighttext { padding:60px 40px 0 20px; }
.eboolc-lrighttext h4 { color:#202020; font-size:36px; line-height:45px; padding:0 0 20px; font-weight:500; }
.row-fluid .ebookdownload-link a { display:inline-block; font-size:18px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .ebookdownload-link a:hover { background:#333; }
.lrf-cares {margin:50px 0;}
.lrf-cares h3 {margin: 0 0 40px 0;}
.resource-rightlist { padding:60px 0 0 30px; } 
.resource-rightlist h4 { color:#202020; font-size:36px; line-height:45px; padding:0 0 20px; font-weight:500; }
.resource-rightlist ul { margin:0; padding:0; list-style:none; }
.resource-rightlist ul li { display:block; padding:0 0 15px 25px; position:relative; }
.resource-rightlist ul li:before { position:absolute; left:0; top:0; content: "\f101"; font-family:'FontAwesome'; font-size:26px; color:#ea3d00; }


/* Team LRF Page*/
.capital-text { font-size:12px; text-transform:uppercase; }

/* About us Section */
.team-section { width:100%; float:left; padding:70px 0; }
.team-section .team-title { padding:10px 0 10px 120px; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/about-whistle.png)no-repeat left center; position:relative; }
.team-section .team-title:before { position:absolute; left:0; bottom:0; width:70px; height:1px; background:#cccccc; content:''; }
.team-section .team-title h3 { color:#444; font-size:48px; line-height:54px; padding:30px 0; text-transform:uppercase; font-weight:600; }
 
.team-section .management-title h4 { font-family: 'Ubuntu', sans-serif; color:#444444; font-weight:700; }

.team-section .team-partner { padding:70px 0; }
.team-section .team-partner .partner-name { padding-left:20px; }
.team-section .team-partner .partner-name h1 { font-size:24px; color:#202020; line-height:29px; font-weight:600; padding:0; text-transform:uppercase; }
.team-section .team-partner .partner-name .secondary-header { font-size:24px; color:#202020; line-height:29px; font-weight:400; color:#ea3d00; padding:15px 0; margin:0; }
.team-section .team-partner .partner-bio { font-family: 'Ubuntu', sans-serif; font-size:16px; color:#444444; font-weight:300; padding:20px 0; line-height:27px; }
.team-section .team-partner .partner-bio ul { list-style:none; padding:0; margin:0; width:80%; }
.team-section .team-partner .partner-bio ul li { line-height:36px; }


/* Contact CTA */
.row-fluid .viewresources-link.contact-cta a { float:right; }

/* Horse Man Section */
.horseman-section { width:100%; float:left; padding:50px 0; background:#edeef0; }
.horseman-section .horseman-title h2 { font-family: 'Ubuntu', sans-serif; font-size:30px; color:#444444; line-height:30px; font-weight:600; }
.horseman-section .horseman-box { font-family: 'Ubuntu', sans-serif; border:#cdcdcd solid 1px; background:#FFF; margin-top:70px; font-size:16px; line-height:27px; font-weight:300; }
.horseman-section .horseman-box { margin-left:0 !important; margin-right:2.564102564%; }
.horseman-section .horseman-box:nth-child(3n) {margin-right:0;}
.horseman-section .horseman-box h3 { font-size:24px; line-height:28px; color:#444; font-weight:600; }
.horseman-section .horseman-box h4 { font-family: 'Ubuntu', sans-serif; font-size:24px; line-height:27px; color:#ea3d00; font-weight:400; padding-top:0; }
.horseman-section .horseman-box ul { list-style:none; padding:0; margin:0; }
.horseman-section .horseman-box ul li { line-height:36px; }
.horseman-short-detail { padding:30px 20px 0; min-height:265px !important; }
.horseman-section .horseman-detail { display:none; padding:0 20px 30px; }
.horseman-section .detail-arrow { padding:10px 20px; text-align:center; }
.horseman-section .detail-arrow { display:block; cursor:pointer; }
.horseman-section .detail-arrow .fa { font-size:40px; font-weight:bold; }

/*stable-page*/

.row-fluid .stable-pagetitle { padding:0 0 25px; text-align:center; }
.row-fluid .stable-pagetitle h1 { display:inline-block; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/icon-6.png) no-repeat left; font-size:48px; font-weight:600; color:#444444; line-height:54px;  padding:30px 0 30px 140px; position:relative; margin:0 0 25px; text-transform:uppercase; }/*Last Padding parameter is 140px*/
.row-fluid .stable-pagetitle h1:before { width:80px; content:''; position:absolute; bottom:5px; left:50%; margin:0 0 0 -14px; height:1px; background:#cccccc; }

.row-fluid .stable-tabtitle { text-align:center; position:relative; padding:50px 0 40px; margin:0 0 15px; }
.row-fluid .stable-tabtitle:before { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.4); content:''; }
.row-fluid .stable-tabtitle h3 { font-size:24px; font-weight:600; text-transform:uppercase; padding:0 0 40px; position:relative; color:#fff; }  
.row-fluid .stable-tabtitle h3:before { position:absolute; left:0; width:100%; bottom:0; color:#ea3d00;  content: "\f107"; font-family:'FontAwesome'; font-size:38px; }

.row-fluid .stable-tabcontent { float:left; width:100%; padding:0 0 85px; font-size:16px; font-weight:300; line-height:22px; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0; }
.row-fluid .stable-tabcontent h3 { font-size:24px; font-weight:600; text-transform:uppercase; padding:15px 0 0; }
.row-fluid .stable-tabcontent h6 { font-size:16px; color:#ea3d00; font-weight:600; padding:15px 0 0; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; }
.row-fluid .tab-content ul { margin:0; padding:15px 0; list-style:none; float:left; width:100%; }
.row-fluid .tab-content ul li { padding:0 15px 10px 20px; position:relative; float:left; width:50%; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; font-weight:300; font-size:16px; color:#444444; line-height:20px; }
.row-fluid .tab-content ul li:before { content:''; width:6px; height:6px; background:#656565; position:absolute; left:0; top:6px; }
.row-fluid .tab-content ul li a:link , .row-fluid .tab-content ul li a:visited { color:#444444; }
.row-fluid .tab-content ul li a:hover { color:#ea3d00; text-decoration:underline;  }

.row-fluid .stable-textlink { text-align:center; }
.row-fluid .stable-textlink a { display:inline-block; font-size:16px; text-align:center; color:#fff; width:100%; max-width:200px; background:#ea3d00; line-height:20px; padding:20px 15px;  text-transform:uppercase; margin:8px 0 0;  }
.row-fluid .stable-textlink a:hover { background:#333; }

ul.slides { margin:0; padding:0; list-style:none; }

.row-fluid  .tabslidercarouselcom  { padding:10px 0 0; }
.row-fluid  .tabslidercarouselcom .flex-active-slide { display:none !important; }
.row-fluid  .tabslidercarouselcom ul  { width:100% !important; transform:translate3d(0px, 0px, 0px) !important;  }
.row-fluid .tabslidercarouselcom li { width:33.33% !important; padding:0 1px 0 0; opacity:0.8; }

.tab-slidermain .flex-control-nav { margin:10px 0 0; }
.tab-slidermain .flex-control-nav li { float:left; width:33.33%; padding:0 2px 0 0; overflow:hidden; }
/*.tab-slidermain .flex-control-nav li img { opacity:0.8; }*/
.tab-slidermain .flex-control-nav li .flex-active { display:none; }

.row-fluid  .tab-sliderimg { padding:0 0 10px; }
.row-fluid  .tab-sliderimg2 { padding:0 1px; width:33.33%; margin:0; float:left; }

.row-fluid  .stable-tabcontent { display:none; }
.row-fluid  .tab-contentwrap.active .stable-tabcontent { display:block; } 
.row-fluid  .tab-contentwrap.active .stable-tabtitle h3:before { content: "\f106";  }
.row-fluid  .tab-contentwrap { margin:0; float: left;  width: 100%; }

.row-fluid .horsesteam-main { float:left; width:100%; padding:50px 0 150px; background:#edeef0; }
.row-fluid ul.option-set { margin:0; padding:0 0 90px; list-style:none; float:left; width:100%; text-align:center; }
.row-fluid ul.option-set li { display:inline-block; vertical-align:top; font-size:20px; font-weight:600; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; border-left:1px solid #000; line-height:18px; padding:0 15px; letter-spacing:1px; }
.row-fluid ul.option-set li:first-child { border:none; }
.row-fluid ul.option-set li a:link , .row-fluid ul.option-set li a:visited { color:#222a2c; }
.row-fluid ul.option-set li a:hover , .row-fluid ul.option-set li a.active:link , .row-fluid ul.option-set li a.active:visited { color:#ea3d00; }

.row-fluid .horsesteam-bdetail { display:none; text-align:left; line-height:21px; }
.row-fluid .horsesteam-bdetail span { color:#ea3d00;  }
.row-fluid .horsesteam-box { width:366px; margin:0 10px 20px; float:left; border:1px solid #cdcdcd; }
.row-fluid .horsesteam-bimg { float:left; width:100%; }
.row-fluid .horsesteam-btext { float:left; width:100%; background:#fff; padding:20px;  text-align:center;  display: inline-block; font-size:16px; line-height:18px; }
.row-fluid .horsesteam-btext h4 { color:#202020; font-size:24px; font-weight:600; }
.row-fluid .horsesteam-barrow { color:#ea3d00; font-size:54px; display:inline-block;  }
.row-fluid .isotope, .row-fluid .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.row-fluid .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.row-fluid .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property:-ms-transform, opacity; -o-transition-property:      -o-transform, opacity; transition-property:transform, opacity; }


.row-fluid .poup-main { display:none; }
.popupwrap { width:980px; float:left;  }
.popup-title { width:100%; float:left; padding:35px; background:#edeef0; margin:15px 0; text-align:center;  }
.popup-title h4 { color:#444; font-size:24px; line-height:28px; padding:0; font-weight:500; }
.popup-title h5 { color:#ea3d00; font-size:24px; line-height:28px; padding:0; font-weight:500; }
.popup-content { width:100%; float:left; padding:0 0 25px; background:#edeef0; font-family:arial; }
.table-style1  { width:100%; float:left; border:1px solid #fff; border-bottom:0; }
.table-style1  th { background:#222a2c; color:#fff; padding:10px 0; }
.table-style1  td { padding:10px 0; background:#edeef0; }
.table-style1 tr:nth-child(2n+1) td { background:#cfd1d3; }
.table-style1 tr.total-content { padding:25px 0; }
.table-style1 sup { font-size:14px; }

.fancybox-outer ::-webkit-scrollbar { width: 0.5em; }
 
.fancybox-outer ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
 
.fancybox-outer ::-webkit-scrollbar-thumb { background-color: #ea4124;  outline: 1px solid #ea4124; }

.row-fluid .video-main { width:100%; float:left; padding:144px 0; position:relative; text-align:center; }
.row-fluid .video-main:before { position:absolute; left:0; top:0; width:100%; height:100%; content:''; background:url(//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/bg-pattern.png) repeat; }
.row-fluid .video-main h3 { padding:0 0 25px; text-transform:uppercase; font-size:50px; line-height:55px; color:#fff; font-weight:500; }
.row-fluid a.video-link { display:inline-block; color:#fff; font-size:60px; width:150px; height:150px; border:2px solid #fff; border-radius:100%; text-align:center; line-height:150px; margin:25px 0 0; }

.row-fluid .video-link em { margin-left:25px; }

.row-fluid a.video-link:hover { color:#ea3d00; border-color:#ea3d00; } 
.row-fluid .video-content { position:relative; }
 
/*.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.loader
{
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    text-align:center;
    z-index:2000;
    opacity: 0.7;
    background: #ccc;
}*/
.loader
{
    background: url('//cdn2.hubspot.net/hubfs/467749/LRF-Site/images/loading1.gif') no-repeat center center #F5F4F4;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    opacity: 0.7;
    display: none;
    top:0;
    left:0;
}

.emailsubscribe-main .hs_blog_default_hubspot_blog_subscription { display:none; }

/*footer*/
.row-fluid  .footer .wrapper { position:relative; }
.row-fluid  .backtotop-main { position:absolute; left:0; top:-150px; display:none; }
.row-fluid  .backtotop { float:right; background:#222a2c; width:54px; line-height:54px; height:54px; text-align:center; }
.home .row-fluid  .backtotop-main { display:block; }

.footer  { float:left; width:100%; padding:120px 0 70px; background:#222a2c; padding:100px 0 0; color:#fff; font-size:18px;  font-family: 'Lato', Arial, Helvetica, sans-serif;  }
.footer-top { float:left; width:100%; padding:0 0 90px; }
.footer-address { line-height:34px; padding:25px 0 0; }
.footer-address p { padding:5px 0; margin:0; }
.footer-logo { float:left; width:100%;  position:relative; padding:0 0 25px;  }
.footer-logo:before { width:80px; content:''; position:absolute; bottom:0; left:0; margin:0; height:1px; background:#cccccc; }
.footer a:hover { color:#fff; }

.footer-bottom  { float:left; width:100%; padding:38px 0; border-top:1px solid #2e383b; font-size:14px; line-height:28px;  }
.footer-bottom a { color:#fff; }
.footer-bottom a:hover { color:#ea3d00; }
.footer-copyrights { float:left; }
.footer-copyrights a { margin:0 5px; display:inline-block; vertical-align:top; }
.footer-social { text-align:right; text-transform:uppercase; padding:14px 0 0; }
.footer-social span { display:inline-block; vertical-align:top; }
.footer-social a { display:inline-block; margin:0 0 0 20px; font-size:26px; vertical-align:top; line-height:26px;  }

.row-fluid a.footer-logoicon { display:inline-block; vertical-align:middle; }
.row-fluid .footer-lefttext { display:inline-block; vertical-align:middle; padding:0 0 0 15px; }


.footercontact-form h3 { font-size:22px; font-weight:500; padding:0 0 20px; margin:0 0 30px; position:relative; color:#fff; }
.footercontact-form h3:before { width:80px; content:''; position:absolute; bottom:0; left:0; margin:0; height:1px; background:#cccccc; }
.row-fluid .footercontact-form input[type=text] , .row-fluid .footercontact-form input[type=email] { font-size:18px; font-weight:300; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 20px; width:100% !important; padding:0 20px; background:#2e383b; color:#fff; height:60px; line-height:100%; outline:none; border:none; }
.row-fluid .footercontact-form textarea { font-size:18px; font-weight:300; font-family: 'Ubuntu', Arial, Helvetica, sans-serif; margin:0 0 30px; width:100% !important; padding:20px; background:#2e383b; color:#fff; height:270px; line-height:25px; outline:none; border:none; }

.row-fluid .footercontact-form label { display:none; }
.row-fluid .footercontact-form fieldset  { float:left; width:100%; max-width:none;  }

.row-fluid .footercontact-form input[type=submit]  { border:2px solid #fff; background:#222a2c; color:#fff; float:right; boreder:1px solid #fff; width:200px; height:60px; font-family: 'Raleway', Arial, Helvetica, sans-serif; outline:none; cursor:pointer; font-size:18px; font-weight:500; text-transform:uppercase; }
.row-fluid .footercontact-form input[type=submit]:hover { background:#fff; color:#222a2c; }
.row-fluid .footercontact-form .hs-form fieldset.form-columns-2 .hs_email .input { margin:0 0 0 8px; }
.row-fluid .footercontact-form  .hs-form fieldset.form-columns-1 .input { margin:0; }

/* Landing page */
.landing-page .mobile-menu-icon { display:none; }
.landing-page .logo { width:100%; padding:10px 0; }
.landing-page .mainlanding-content { width:100%; float:left; }
.landing-page .landing-form { padding:30px; }
.landing-page .landing-form form input[type=submit] { font-family:'Ubuntu',Arial,Helvetica,sans-serif; font-weight:300; border:none; outline:none; display: inline-block; font-size: 18px; color: #fff; padding:15px; background: #ea3d00; line-height: 20px; text-transform: uppercase; margin-top:15px; cursor:pointer;  -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } 
.landing-page .landing-form form input[type=submit]:hover { background:#e1e1e1; color:#ea3d00; }



@media (min-width:1200px) and (max-width: 1880px){
    
    .row-fluid .home-downarrow { font-size:50px; bottom:20px;  }
    .row-fluid .askushow-link a { padding:20px 0; margin:14px 0 0; max-width: 300px; font-size: 26px;  line-height: 30px; }   
    .row-fluid .home-logo span { max-width:170px; display:inline-block; }
    .row-fluid .home-logo { margin:0 0 10px; }
    
}


@media (min-width:1550px) and (max-width: 1880px){
    
    .row-fluid .reachhorse-text { font-size:108px; line-height:100px; margin: 5px 0 15px 0; }  
    .row-fluid .homeheader-content h3 { font-size: 38px; }
    
    
}



@media (min-width:992px) and (max-width: 1550px){
    
    .row-fluid .reachhorse-text { font-size:90px; line-height:90px; margin: 5px 0 15px 0; }     
    .row-fluid .homeheader-content h3 { font-size: 32px; line-height:36px; }
    .row-fluid .home-downarrow { bottom:15px;  }
    
    .row-fluid .askushow-link a { padding:20px 0; margin:14px 0 0; max-width: 300px; font-size: 26px;  line-height: 30px; } 
    .row-fluid .home-logo span { max-width:190px; display:inline-block; }
    
}


@media (min-width:1200px) and (max-width: 1580px){
 
    .home-header .row-fluid .wrapper {  width:1170px; }
    .row-fluid .home-logo span { max-width:170px; display:inline-block; }
    
    
    
}



@media (min-width:992px) and (max-width: 1200px){
 
    .home-header .row-fluid .wrapper , .row-fluid .wrapper {  width:940px; }
    
    .row-fluid .askushow-link a { padding:20px 0; margin:14px 0 0; max-width: 300px; font-size: 26px;  line-height: 30px; }     
    .row-fluid .home-downarrow { font-size:50px; bottom:20px;  }
    
    
    .row-fluid .emailsubscribe-main h3+div { width:610px }
    .row-fluid .emailsubscribe-main h3 { width:324px }
    .row-fluid .emailsubscribe-main .input { width:410px }
    
    .row-fluid .home-menu .hs-menu-flow-horizontal ul { padding:0 100px; text-align:center; margin:-10px 0 0; }
    .row-fluid .home-menu .hs-menu-flow-horizontal ul li { float:none; display:inline-block; padding:0 0 10px;  width: auto; }
    
    .row-fluid .mainmenu ul li a:link, .row-fluid .mainmenu ul li a:visited { padding:0 10px; }
    
	.row-fluid .header { height:700px; font-size: 60px; line-height: 80px; }
    
    .popupwrap { width:900px; }
    
    .row-fluid .reachhorse-text { font-size:80px; line-height:90px; }
    
    .row-fluid .viewresources-link a {   max-width: 180px; }
    .row-fluid .viewopportunites-main { font-size:39px; }
    
    .row-fluid .blog-boxes .hs-rss-item-image-wrapper { height:180px; }
    
    .row-fluid .upcomingrace-bimg { height:180px; }
    .row-fluid .blog-boxes .hs-rss-item-text { min-height: 400px; }
    
    .row-fluid .homeabout-content h2 { font-size:44px; }
    
    
}


@media (min-width:30px) and (max-width: 992px){
    
    .row-fluid .home-downarrow { font-size:30px;  bottom:15px;  } 
    .row-fluid .home-logo { margin:0 0 10px; } 
    .row-fluid .reachhorse-text { border-width:3px; }
    .row-fluid .home-social a { margin:6px 0; }
    .row-fluid .home-social .layout-widget-wrapper { marin-top:-40px; }
    a.homemenu-trigger { margin-right:-19px; }
    
    .row-fluid .emailsubscribe-main h3+div { width:100% }
    .row-fluid .emailsubscribe-main h3 { width:100% ; padding:0 0 25px; }
    
    .row-fluid .homeabout-img span { max-width:140px; }
    
    .row-fluid .beneifits-boxes { padding-bottom:60px; }
    .row-fluid .ebookdownload-content h3 { padding-top:5px; }
    .row-fluid .downloadnow-link a { max-width:170px; padding:15px 10px; }
    .row-fluid .ebook-text { padding:0; }
    
    .row-fluid .footer-top { padding:0 0 40px; }
    .row-fluid .footer { padding:40px 0 0; }
    .row-fluid .footer.footer-bottom { padding:40px 0; }
    
    .row-fluid .testimonial-title { padding:25px 0; }
    .row-fluid .testimonial-title h2 { font-size: 40px; line-height: 40px; }
    
    .row-fluid .blog-boxes h3 { font-size:38px; line-height: 44px; }
    .row-fluid .blog-boxes .hs-rss-title { font-size:20px; min-height: 10px;  }
    .row-fluid .blog-boxes { padding:0 0 40px; }

    
    .row-fluid .statastics-main .flex-prev { left:15%; }
    .row-fluid .statastics-main .flex-next { right:15%; }
    
    .row-fluid .twittercontent-main:before { top:50px; }
    .row-fluid .twittercontent-main { padding-top:160px; }
    

   .row-fluid .upcomingrace-bdate { font-size: 16px; padding: 4px 10px; }
   .row-fluid .upcomingrace-btext { padding:20px 0 0; }
   .row-fluid .statastics-main .flex-direction-nav a { top:86px; }
   
   .row-fluid .top-left , .row-fluid .top-right { float:left; width:100%; text-align:center; }
   .row-fluid .top-left .hs_cos_wrapper span , .row-fluid .top-right a.avilabelopportunites-link ,  .row-fluid .top-left .hs_cos_wrapper , .row-fluid .top-right span , .row-fluid .top-right .top-social  { float:none; display:inline-block; }
   .row-fluid .top-left { border-bottom:1px solid #444; }
   .row-fluid .top-right { margin:0; }
   
   .row-fluid .mainmenu { padding:9px 0 0; }
   .row-fluid .mainmenu ul li a:hover:before { display:none; }
   .row-fluid .mainmenu ul li a:link, .row-fluid .mainmenu ul li a:visited { color:#fff; float:left; width:100%;  }
   .row-fluid .mainmenu ul li a:hover , .row-fluid .mainmenu ul li.active a:link, .row-fluid .mainmenu ul li.active a:visited  { background:#000; }
   .row-fluid .mainmenu ul li  { float:left; width:100%; }     
   
   .row-fluid .horsesteam-box { width:294px; }
   .row-fluid .tab-content ul li { width:100%; } 
   .table-style1 sup { font-size:7px; }
   
   .row-fluid a.video-link { font-size:30px; width:80px; height:80px; line-height:80px; }
   .row-fluid .video-link em { margin-left:15px; }
   .row-fluid .video-main { padding:40px 0; }
   
   .row-fluid .footer-copyrights , .row-fluid .footer-social  { float:left; width:100%; }
   .row-fluid .footer-bottom , .footer-social { text-align:center; }
   .row-fluid .footer-social { padding:20px 0 0; }
   .row-fluid .footer.footer-bottom { padding:20px 0; }
   
   .row-fluid .backtotop-main { top:-90px; width:100%; }
    
}

@media (min-width:768px) and (max-width: 992px){
    
    .row-fluid .wrapper {  width:700px !important; }
    .row-fluid .askushow-link a { padding:20px 0; margin:14px 0 0; max-width: 300px; font-size: 26px;  line-height: 30px; } 
    
    .row-fluid .reachhorse-text { font-size:60px; line-height:40px; margin: 5px 0 15px 0; }     
    .row-fluid .homeheader-content h3 { font-size: 28px; line-height:34px; }
    
    .home-header { height:600px !important; }
    .row-fluid .home-logo span { max-width:170px; display:inline-block; }
    
    .row-fluid .homemenu-triggermain , .row-fluid .home-social { width:50px; }
    a.homemenu-trigger i, a.homemenu-trigger i:before, a.homemenu-trigger i:after { width:30px; height:3px; }
    a.homemenu-trigger i:before { margin-top:-7px; }
    a.homemenu-trigger i:after { margin-top:7px; }
    .row-fluid .home-social { font-size:18px; }    
    
    .row-fluid .home-menu .hs-menu-flow-horizontal ul { padding: 0 60px;  text-align: center; }
    .row-fluid .home-menu .hs-menu-flow-horizontal ul li { float:none; display:inline-block; padding:0 0 10px;  width: auto; }
    

    .row-fluid .emailsubscribe-main .input { width:500px }
    
    .row-fluid .homeabout-content h1 { font-size: 36px; line-height: 44px; }
    .row-fluid .homeabout-content h2 { font-size: 30px; line-height: 32px; } 
    .row-fluid .homeabout-content { font-size:23px; }
    .row-fluid .homebenifit-content { padding:80px 0; }
    .row-fluid .downloadnow-link a { margin-top:50px; }
    .row-fluid .ebookdownload-content { font-size:19px; }
    
    .row-fluid .meettheteam-content h2 { font-size: 40px; line-height: 34px; }
    .row-fluid .blog-boxes .hs-rss-item-image-wrapper { height:140px; }
    .row-fluid .feedreader_box {  text-align:center; }
    .row-fluid .blog-boxes .hs-rss-item { width:47%; margin-bottom:25px; display: inline-block; text-align:left; float: none; vertical-align:top; }
 
    
    .row-fluid .twittercontent-main { font-size:24px; line-height:32px; }
    .row-fluid .twitter_text span { padding-top:20px; }
    
    
    .row-fluid .testimonailsl-content  { font-size:24px; line-height: 34px; }
    .row-fluid .homelrfstable-content h2 { font-size:34px; line-height: 44px; }
    .row-fluid .homelrfstable-content h4 { font-size:25px; }
    .row-fluid .testimonialslider-box { padding:80px 0 0; }
    .row-fluid .testimonial-main .flex-prev { left:20%; }
    .row-fluid .testimonial-main .flex-next { right:20%; }
    
    .row-fluid .upcomingraces-main { padding:50px 0; }
    .row-fluid .title-style1 h2 { font-size: 34px; line-height: 44px; }
    
    .row-fluid .upcomingrace-boxes { padding-bottom:30px; }
    
    .row-fluid .homeopportunites-main { min-height:700px; }
    
    .homeopprtunites-content h2 { font-size: 40px; line-height: 50px; }
    
    .row-fluid .statstics-expancesleft { float: left;  padding: 0;  width: 420px; }
    .statastics-main { padding:80px 0; }
    .row-fluid .statistics-slider h2  { font-size: 40px; line-height: 50px; }
    .row-fluid .statstics-numbersbox { margin: 0 24px;  width: 114px; }
    
    .row-fluid .header { height:500px; font-size: 50px; line-height: 60px;  }
    .row-fluid .logo { width:250px; }
    .row-fluid .mainmenu { width:auto; float:right; }

    .row-fluid .ourmission-text { font-size:24px; line-height:30px; padding:0 0 20px; }
    .row-fluid .company-facts ul { font-size:18px; line-height:28px; }
    
    .row-fluid .aboutname-main { font-size:22px; line-height:28px; }
    .row-fluid .aboutname-main h4 { font-size: 27px; }
    .row-fluid .aboutname-main h2 { font-size: 40px; line-height: 50px;  }
    
    .row-fluid .viewopportunites-main { font-size:28px; }
    .row-fluid .viewresources-link a { font-size:16px; }
    
    .row-fluid .buyashare-title h3 { font-size: 36px;  line-height: 40px;  }
    .row-fluid .buyashare-text h4 { font-size: 34px;  line-height: 38px; }
    .row-fluid .buyashare-text h3 { font-size: 32px;  line-height: 36px; }  
    .row-fluid .benefitabout-content h2 { font-size: 32px; line-height: 44px;  }
    
    .row-fluid .row-fluid .benefitabout-img span { height: 70px; padding: 12px 5px;  text-align: center; width: 70px; }
    .row-fluid .row-fluid .row-fluid .benefitabout-img span img { height:40px; }
    .row-fluid .benefitabout-content { font-size:19px; }
    
    .row-fluid .benefitabout-content { padding:80px 0; }
    
    .row-fluid .testimonial-main2 .flex-prev { left:5%; }
    .row-fluid .testimonial-main2 .flex-next { right:5%; }
    
    .row-fluid .testimonailsl-content2 { font-size: 22px;  line-height: 36px; }
    .row-fluid .testimonailsl-clientname2 { font-size: 26px; line-height: 34px; }
    
    .row-fluid .ebookdownload-link a { padding:15px; max-weight:150px; }    
    .eboolc-lrighttext h4 { font-size: 24px; line-height: 28px; }
    .eboolc-lrighttext { padding-top:40px; }
    .resource-rightlist { padding-top:30px; }
    .resource-rightlist h4 { font-size: 27px; }
    .resource-rightlist ul li { font-size:18px; }
    .row-fluid .ebookcontent-main { padding:80px 0; }
   
    .team-section .team-title h3 { font-size: 35px; line-height: 44px; }
    
    .horseman-section .horseman-box h3 { font-size:19px; }    
    .horseman-section .horseman-box { float:left; width:48%; }
    .horseman-section .horseman-box:nth-child(3n) {  margin-right: 2.5641%; }
    .horseman-section .horseman-box:nth-child(2n) {  margin-right:0; }
    .team-section .team-partner .partner-name { padding-left:0; }
    .team-section .team-partner .partner-name .secondary-header { font-size:21px; line-height:21px; }
    
    
    .row-fluid .stable-tabtitle { padding:25px 0; }
    .row-fluid ul.option-set li { font-size:15px; }
    .row-fluid .horsesteam-box { width:330px; }
    
    .row-fluid .stable-pagetitle h1 { font-size:39px; padding-left:120px; }
   .popupwrap { width:900px; font-size:17px; }
   .popup-title { padding:20px; }
   
   .row-fluid .video-main h3 { font-size:30px; line-height:35px; }
   
   .row-fluid .blog-boxes .hs-rss-item-image-wrapper { height:190px; }
   .horseman-section .horseman-box h4 { font-size:21px; }
   
   .row-fluid .ebookdownload-link a { max-width:120px; }
   .row-fluid .viewresources-link a {   max-width: 180px; margin-left:-35px; }
   
   .row-fluid .blog-boxes .hs-rss-item-text { min-height: 340px; }
   .row-fluid .upcomingrace-bimg  { height: 130px; }
 
    
}


@media (min-width:30px) and (max-width: 767px){
    
    .row-fluid .wrapper {  width:100% !important; float:left; padding:0 20px; } 
    .home-header .row-fluid .wrapper { padding:0 50px; }
    
    .row-fluid .askushow-link a { padding:15px 0; margin:10px 0 0; max-width: 220px; font-size: 18px;  line-height: 20px; } 
    
    .row-fluid .reachhorse-text { font-size:40px; line-height:30px; margin: 5px 0 15px 0; }     
    .row-fluid .homeheader-content h3 { font-size: 24px; line-height:30px; }
    
    .row-fluid .homemenu-triggermain , .row-fluid .home-social { width:40px; padding:0 5px; }
    a.homemenu-trigger i, a.homemenu-trigger i:before, a.homemenu-trigger i:after { width:20px; height:3px; }
    a.homemenu-trigger i:before { margin-top:-7px; }
    a.homemenu-trigger i:after { margin-top:7px; }
    a.homemenu-trigger { width:auto; margin-left:-15px; }
    
    .home-header { height:500px !important; }
    
    .row-fluid .home-social { font-size:16px; }
    
    .row-fluid .home-menu .hs-menu-flow-horizontal { margin-top:-30px; }
    .row-fluid .home-menu .hs-menu-flow-horizontal ul { padding:0 60px; text-align:center; }
    .row-fluid .home-menu .hs-menu-flow-horizontal ul li { float:none; display:inline-block; padding:0 0 10px;  width: auto; }
    .row-fluid .home-menu .hs-menu-flow-horizontal li a:link, .row-fluid .home-menu .hs-menu-flow-horizontal li a:visited { font-size:16px; }
    
    .row-fluid .home-logo span { max-width:140px; display:inline-block; }
    
    .row-fluid .homeabout-content h1 { font-size: 32px; line-height: 40px; }
    .row-fluid .homeabout-content h2 { font-size: 24px; line-height: 32px; } 
    .row-fluid .homeabout-content { font-size:18px; }
    .row-fluid .homeabout-content { padding:40px 0 60px; }
    .row-fluid .homebenifit-content { padding:60px 0 60px; }
    
    .row-fluid .homebenifit-content h1 { font-size:34px;   line-height:44px; }
    .row-fluid .beneifits-box { padding:25px 0; }
    .row-fluid .ebookdownload-content , .row-fluid .downloadnow-link { text-align:center; }
    .row-fluid .downloadnow-link a  { margin:20px 0 0; }
    
    .row-fluid .ebookdownload-content h3 { font-size:26px; }
    .row-fluid .ebookdownload-content { font-size:20px; line-height:24px; }
    
    .row-fluid .meettheteam-content h2 { font-size:32px; line-height:44px; }
    .row-fluid .meettheteam-ctext { padding:0 0 20px; font-size: 20px; line-height: 28px; }
    
    .row-fluid .meettheteam-content , .row-fluid .blogcontent-main { padding:60px 0; }
    
    .row-fluid .blog-boxes h3 { font-size: 32px; line-height: 44px; margin:0 0 36px; }
    
    .row-fluid .blog-boxes .hs-rss-item { width:100%; padding:0; margin:0 0 25px; }
    .row-fluid .blog-boxes .hs-rss-item-image-wrapper { max-height:400px; height:auto; }
    
    
    .emailsubscribe-main { text-align:center; }
    .row-fluid .emailsubscribe-main .input { width:100%; padding:0 0 25px; }
    
    
    
    .row-fluid .testimonial-main .flex-prev { left:15px; }
    .row-fluid .testimonial-main .flex-next { right:15px; }
    .row-fluid .testimonailsl-content { padding: 20px 0 45px;  font-size: 20px; line-height:30px; }
    .row-fluid .testimonialslider-box { padding:60px 0 0;  }
    .row-fluid .testimonial-main { padding:0 0 40px;  }
    
    .row-fluid .homelrfstable-left { width:100%; }
    .row-fluid .homelrfstable-content { padding:30px !important; }
    
    .row-fluid .homelrfstable-content h2 { font-size: 33px; line-height: 31px; }
    .row-fluid .homelrfstable-content h4 { font-size:25px; }
    
    .row-fluid .homelrfstable-right { position:relative; float:left; width:100%; }
    .row-fluid .homelrfstable-right .row-fluid .bg-img { display:block; }
    

    .row-fluid .statistics-slider h2 { font-size:28px; line-height:34px; }
    
    .row-fluid .statstics-numbersbox { width:69px; margin:0 10px 20px; font-size:15px; }
    .row-fluid .statstics-numbersbox span { font-size:30px;  line-height: 40px; }
    .row-fluid .statstics-expancesleft { width:100%; padding:0; }
    .row-fluid .statstics-expancesright { width:100%; padding:0 0 35px; }
    .row-fluid .staticsticviewmore-link { padding:15px 0 0; }
    
    .row-fluid .statstics-expancetotal span { font-size:30px; }
    .row-fluid .title-style1 h2 { font-size: 28px;  line-height: 32px; }
    
    .row-fluid .upcomingraces-main { padding:50px 0 60px; }
    
    
    .row-fluid .twittercontent-main {  font-size: 19px; line-height: 26px; }
    
    .row-fluid .upcomingrace-boxes { padding:25px 0; }
    .row-fluid .upcomingrace-box { width:100%; padding:15px 0 }
    .row-fluid .upcomingrace-bimg img { width:100%; }
    
    .row-fluid .homeopportunites-main { min-height:600px; }
    
    .row-fluid .homeopprtunites-content { text-align:center; }
    .row-fluid .homeopprtunites-content h2 {  font-size: 33px; line-height: 42px; }
    .row-fluid .homeopprtunites-content h3 { font-size: 24px; line-height: 27px; }
    

    
    .row-fluid .footercontact-form .hs-form fieldset.form-columns-2  .input , .row-fluid .footercontact-form .hs-form fieldset.form-columns-2 .hs-form-field { margin-left:0 !important; margin-right:0 !important; width:100%; }
		
    .row-fluid .header { height:400px; font-size: 30px; line-height: 40px;  }
    .row-fluid .logo { float:left; }
    .row-fluid .mainmenu { float:right; }    
    .mainmenu .hs-menu-flow-horizontal ul li { float:left !important; width:100%; }
    .row-fluid .header-text { padding:11px 15px }
    
    .page-title h1 { background-size:60px auto; padding:10px 0 35px 80px; }
    
    .row-fluid .company-facts ul { width:100%; }
    .row-fluid .ourmission-text { font-size:20px; line-height:26px;  padding:0 0 20px; }
    .row-fluid .company-facts ul { font-size:16px; line-height:24px; }
    .row-fluid .company-facts ul li:before { top:8px; }
    
    .row-fluid .ourmission-text h4 , .row-fluid .company-facts h4 , .row-fluid .viewopportunites-main { font-size:26px; line-height:30px; }
    
    .row-fluid .viewopportunites-main { text-align:center; }
    .row-fluid .viewresources-link a { padding:15px 10px; }
    
    .row-fluid .aboutname-main { padding:50px 0;  font-size:18px; line-height:25px; }
    .row-fluid .aboutname-main h4 { font-size: 25px; }
    .row-fluid .aboutname-main h2 { font-size: 30px; line-height: 40px;  }
    
    .row-fluid .buyashare-title h3 { font-size: 30px;  line-height: 34px;  }
    .row-fluid .buyashare-text h4 { font-size: 30px;  line-height: 38px; }
    .row-fluid .buyashare-text h3 { font-size: 26px;  line-height: 30px; }  
    .row-fluid .benefitabout-content h2 { font-size: 30px; line-height: 40px;  }
    
    .row-fluid .row-fluid .benefitabout-img span { height: 60px; padding: 12px 5px;  text-align: center; width: 60px; }
    .row-fluid .row-fluid .row-fluid .benefitabout-img span img { height:30px; }
    .row-fluid .benefitabout-content { font-size:16px; line-height:20px; }
    
    .row-fluid .benefitabout-content { padding:50px 0; }
    
    .row-fluid .testimonial-main2 .flex-prev { left:2%; }
    .row-fluid .testimonial-main2 .flex-next { right:2%; }
    
    .row-fluid .testimonailsl-content2 { font-size: 18px;  line-height: 34px; }
    .row-fluid .testimonailsl-clientname2 { font-size: 22px; line-height: 30px; }
    
    .row-fluid .ebookdownload-link a { padding:15px; max-weight:150px; }    
    .eboolc-lrighttext h4 { font-size: 20px; line-height: 24px; }
    .eboolc-lrighttext { padding:20px 0 0; }
    .resource-rightlist { padding:20px 0 0 ; }
    .resource-rightlist h4 { font-size: 24px; }
    .resource-rightlist ul li { font-size:16px; padding-left:18px; }
    .row-fluid .ebookcontent-main { padding:50px 0; }
    
    .buyashare-img img { max-width:150px; }
    .buyashare-text { text-align:center; }
    .row-fluid .buyashare-main { padding:40px 0; }
    .row-fluid .benefitabout-text { margin: -46px 0 0;  padding: 0 0 0 85px; }
    .row-fluid .benefitabout-box h5 { font-size:26px; }
    .row-fluid .benefitabout-content ul { width:100% !important; padding:15px 0 !important; }
    .row-fluid .benefitabout-content ul li:before { top:8px; }
    
    .row-fluid .testimonial-2title h3  { font-size: 25px;  line-height: 27px; background-size:40px auto; padding-left:50px; }
    .row-fluid .ebookc-left { border:none; text-align:center; padding:0; }
    
    .row-fluid .ebookl-img img { max-width:98px; }
    .resource-rightlist ul li:before { font-size:20px; } 
    
    .row-fluid .viewresources-link.contact-cta a { float:none; display:inline-block; }
    .row-fluid .team-section .team-partner .partner-name { padding:15px 0 0; }
    .row-fluid .team-section .team-partner { padding:30px 0; }
    .row-fluid .team-section { padding:40px 0; }
    .row-fluid .horseman-section .horseman-box { margin:20px 0 15px !imporatant; }
    
    .team-section .team-title h3 { font-size:24px; line-height: 30px; padding:25px 0; }   
    .team-section .team-title { background-size:46px auto; padding-left:60px; }
    .team-section .team-title:before { left:0; }
    
    .horseman-box img { width:100% !important; }
    .horseman-section .horseman-box h3 { font-size: 20px; }
    .horseman-section .horseman-box h4 { font-size: 18px; }
    .horseman-section .horseman-box { margin:15px 0; width:100%; float:left; }
    
    .row-fluid .stable-tabtitle { padding:15px 0; }
    
    .row-fluid .horsesteam-box { width:46%; margin-right:1%; margin-right:1%; }
    .row-fluid .horsesteam-btext h4 { font-size:18px; }
    .row-fluid .horsesteam-barrow { font-size:34px; } 
    .row-fluid .horsesteam-bimg img { width:100%;  }
    
    
    .row-fluid .stable-pagetitle h1 { background-size:40px auto; font-size: 18px; line-height: 20px;  padding:15px 0 15px 50px; text-align:left; }
    .row-fluid .stable-pagetitle h1:before { margin-left:-23px; }
    
    .row-fluid .mid {  padding: 34px 0;}
    .popupwrap { width:500px;  font-size:14px; }
    .popup-title { padding:15px; }
    .table-style1  th { padding:5px 0; }
    .table-style1  td { padding:5px 0;  } 
    .table-style1 tr.total-content { padding:10px 0; }
    
    .row-fluid .video-main h3 { font-size:22px; line-height:25px; }
    
    .statastics-main { padding:50px 0; }
    
    .row-fluid .statastics-main .flex-prev { left:5%; top:54px !important; }
    .row-fluid .statastics-main .flex-next { right:5%; top:54px !important; }
    
    
    /* Landing Page */ 
     .landing-page .mainlanding-content, .landing-page .logo { text-align:center; }
 
}



@media (min-width:30px) and (max-width: 500px){
    
    .row-fluid .top-left .hs_cos_wrapper span, .row-fluid .top-right a.avilabelopportunites-link, .row-fluid .top-left .hs_cos_wrapper, .row-fluid .top-right span, .row-fluid .top-right .top-social { float:left; width:100%; }
    .row-fluid .top-right .top-social { text-align:center; }
    .row-fluid .top-right .top-social a { float:none; display:inline-block; }
    .row-fluid .top-right { border-right: 1px solid #444; border-left: 1px solid #444; }
    .row-fluid .top-right a.avilabelopportunites-link { border:none; border-bottom: 1px solid #444; }
    .row-fluid .top-left .hs_cos_wrapper span:first-child { border-bottom: 1px solid #444; }
    
    .row-fluid .logo { width:220px; }
    
    .row-fluid .benefitabout-text { margin:0;  padding:0; }
    .row-fluid .benefitabout-box h5 { padding:10px 0; }
    
     .row-fluid .horsesteam-box { width:100%; margin-right:0; margin-right:0; }
   
    
    
}

@media (min-width:30px) and (max-width: 390px){
    
    .row-fluid .reachhorse-text { font-size:20px; line-height:20px; padding:10px; }    
    .row-fluid .homeheader-content h3 { font-size: 20px; line-height: 25px; }
    .row-fluid .home-menu .hs-menu-flow-horizontal { margin:-200px 0 0; }
	
    .row-fluid .logo { width:180px; }
    .row-fluid a.mobile-trigger { margin:0px 0 0 !important; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 35px !important; }
    
   
    
}






@media (min-width: 992px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }

}

@media (max-width: 992px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #ffffff;
    float:right;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */ 
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding:  18px 12px;
      background: #ea3d00; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
	  position:relative;
	  margin:12px 0 0;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ffffff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #ea3d00;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #ffffff; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 46px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #ea3d00; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}

.watch-video .fa {
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  top: -4px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    text-align:left;
}
}