/* @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: 'steelFish';
  src: url('https://www.daymarksi.com/hubfs/Fonts/steelfish_rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'castlePress';
  src: url('https://www.daymarksi.com/hubfs/Fonts/CastlePressNo2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* 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;}
/*#981e32 - maroon, fecb01 - yellow*/
body {
     /*width: 100%!important;*/
     font-size: 16px;
     line-height: 26px;
     color: #58595b;
     margin: 0px;
     font-family: 'Open Sans', sans-serif;
     background-color: #fbfbfb;
     /*max-width: 1400px;*/
     margin: 0 auto;
}
.body-container-wrapper {background-color: #fff;}

div.site-width {
     max-width: 1360px;
     margin: 0 auto!important;
     float: none!important;
     overflow: hidden;
     padding: 0 12px;
}

div.header-width {
     max-width: 1360px;
     margin: 0 auto!important;
     float: none!important;
     padding: 0 12px;
}

div.site-width .layout-widget-wrapper {
    margin-bottom: 0;
}


div.wide-maroon {
     width: 100%!important;
     background-color: #981e32;
}

div.wide-light-grey {
    width: 100%!important;
    background-color: #f2f2f2;
}

div.wide-medium-grey {
    width: 100%!important;
    background-color: #e1e1e1;
}

div.wide-dark-grey {
    width: 100%!important;
    background-color: #808285;
}

.home-page .body-container-wrapper {padding: 107px 0 0;}
.body-container-wrapper {/*background-color: #ccc;*/ padding: 137px 0 30px;}

iframe {max-width: 100%;}

.inner-page h1 {font-size: 30px; margin-bottom: 10px;}
.inner-page h2 {font-size: 22px; margin-bottom: 12px;}
.inner-page h4 {font-size: 15px; margin-top: 30px; margin-bottom: 5px;}

/**************** Typography *************/

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
    font-weight: normal;
}

h1 {font-size: 36px; font-weight: bold;}
h2 {font-size: 22px; margin-bottom: 12px;}
h3 {font-size: 24px; font-weight: bold;}
h4 {font-size: 20px; margin-bottom: 0px;}
 
 
a {text-decoration:none; color: #2A5DB0;}
a:hover {text-decoration: none; color: #981e32;}
sup {font-size: 10px;}

/****************** Header ******************/
.header-container {
    height: 107px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    top:0 !important;
    /*max-width: 1400px;*/
}

.back-down-arrow {
    background: rgba(0, 0, 0, 0) url("//www.daymarksi.com/hubfs/arrow-bottom.png") no-repeat scroll 0 0 / cover ;
    display: inline-block;
    height: 33px;
    cursor:pointer;
    width: 53px;
}

.header-container.drop {
    -webkit-box-shadow: 0 2px 5px 0 rgba(88,89,91,.20);
    -moz-box-shadow: 0 2px 5px 0 rgba(88,89,91,.20);
    box-shadow: 0 2px 5px 0 rgba(88,89,91,.20);
}

.logo {padding: 17px 0;}

.courtesy-links {padding: 15px 0;}
.courtesy-links ul {padding-left: 0px; margin: 0px; list-style: none; float: right;}
.courtesy-links ul li {float: left; margin-left: 20px;}
.courtesy-links ul li a {font-size: 18px; color: #58595b;}

.row-fluid .span10.nav {text-align: center; width: 73%; padding-top: 0px;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    border-bottom: 4px solid #981e32;
    margin-bottom: 1px;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {padding: 0px 6px!important;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    font-size: 17px;
    color: #981e32;
    padding: 7px 8px 16px 0px!important;
    position: relative;
}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child {padding-left: 0px!important;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child {padding-right: 0px!important;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a:hover,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.dd-active>a{color: #58595b; font-weight: bold;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:hover>a:after,
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.dd-active>a:after{
    content: '';
    width: 10px;
    height: 12px;
    background: url(//cdn2.hubspot.net/hub/30865/file-2515359806-png/2015_Images/active.png) no-repeat;
    position: absolute;
    bottom: 0px;
    left: 1px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    overflow: visible!important;
    text-overflow: inherit!important;
    width: auto!important;
    max-width: 160px;
}


.row-fluid .span2.custom-google-search {width: 20%; margin-left: 4%;}
.custom-google-search form {position: relative;}

.custom-google-search input#q {
    background-color: #f2f2f2;
    color: #a1a19f;
    border: 0px;
    padding: 0 20px 0 15px;
    height: 45px;
    line-height: 45px;
}

.custom-google-search input.aligned {
    top: 14px;
    position: absolute;
    right: 15px;
}

.gsc-selected-option-container.gsc-inline-block {
  width: auto!important;
  max-width: 100%!important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b{
  color: #981e32!important;
  text-decoration: none!important;
}

.gs-bidi-start-align.gs-snippet {
  color: #58595b!important;
}

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  display: none;
}

.gsc-cursor-page {
  color: #981e32!important;
}

.audio-banner-copy{ max-width: 100% !important; text-align:center !important;}


.innerpage-main .header-container { height:auto; position:relative; }
.innerpage-main .body-container-wrapper { padding:0; }
.innerpage-main ul.hs-menu-children-wrapper { display:block; }
.innerpage-main .blogHero_copy { padding-top:110px; }
.innerpage-main .bg-img { display:none; }


.row-fluid  .body-container-wrapper a {color:#2a5db0 !important;  }
.row-fluid  .body-container-wrapper a:hover  {color:#981e32 !important;  }

.row-fluid .site-width a {color:#2a5db0 !important;  }
.row-fluid .site-width a:hover  {color:#981e32 !important;  }



/***** Custom Dropdown Styles *******/
.full-header .header-right {position: relative;}
.sub-container {
    position: absolute;
    width: auto!important;
    z-index: 100;
    top: 98px;
    left: 140px;
    border-top: 10px solid transparent;
}

.sub-container .sub-left {background-color: #f2f2f2; min-width: 200px; padding: 15px 12px;}
.sub-container .sub-right {background-color: #fff;}

.sub-container .widget-type-menu,
.header-container .span6 {
    width: auto!important;
    margin-left: 0!important;
}

.sub-container .widget-type-menu:first-child {}

.sub-container_hide {display: none!important;}

.nav .child-container {border-top: 10px solid transparent;}
.nav .child-container .child-inner {background-color: #f2f2f2; height: 100%;}
.nav .hs-menu-children-wrapper{margin: 0px 0px 10px!important; padding: 10px 10px 5px 15px!important;}

.nav .hs-menu-children-wrapper li {display: block; width: 100%;}


.nav .hs-menu-children-wrapper li a {
    color: #707070;
    font-size: 15px;
    text-transform: none;
    padding: 0 10px 5px 0!important;
    text-align: left!important;
    line-height: 18px;
    margin-bottom: 8px;
    width: auto!important;
}

.nav .hs-menu-children-wrapper li {padding: 0;}
.nav .hs-menu-children-wrapper li a:hover {color: #981e32;}

ul.hs-menu-children-wrapper .industries-cta {
    position: absolute;
    top: 0px;
}
ul.hs-menu-children-wrapper {
  width: 300px; /* changed by HS support 6/9/2016 */
  /*border-top: 10px solid transparent;*/
  background-color: #f2f2f2;
 }

ul.hs-menu-children-wrapper a.cta_button {padding: 0px;}

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .4s;
  position: relative;
  z-index: 10;
  left: auto;
}



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

.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover .child-container {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {overflow: hidden;}
.nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover {overflow: visible;}

.child-container .widget-type-cta {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #f1f1f1;
    margin: 0!important;
    padding: 5px 0;
    z-index: 1;
}

.hs-menu-wrapper .child-container .widget-type-cta a {
    padding: 0px!important; 
    float: right;
    width: 100%!important;
    max-width: 1000px!important;
    background-color: #f1f1f1;
    position: relative;
    left: -1px;
}

.child-container .widget-type-cta a img {float: right;}

.dd-cta-group .sub-cta {display: none!important;}
ul.hs-menu-children-wrapper {display: none;}


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

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

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


.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.menu-icon {
    height: 25px;
    width: 32px;
}
.menu-icon > span {
    background: #981e32 none repeat scroll 0 0;
    display: block;
    height: 5px;
    margin-bottom: 5px;
    width: 100%;
    transition:all ease 1s;
}
.menu-icon:hover span
{
    background:#58595b;
}

/* flexslide end*/
/**** Home Page *****/
.home-video {position: relative;}
.home-video-copy {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 10%;
    left: 0;
    right: 0;
}
/*30 aug*/
.home-video .home-video-copy
{
    position:static;
    padding-top:30px;
}
.new-home-banner-cta {
    text-align: center;
}

.right-img-audia a {
    display: block;
    margin: -40px 0 0;
    max-width: 220px;
}
.home-video .scrollDown {
  bottom: 0;
}

.video-module {
    position: relative;
    top: 0;
    min-height: 0px!important;
}

video.video-bg {
  background: url(//www.daymarksi.com/hubfs/2015_Images/Banner_Images/DaymarksStill.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}

.video-load {
  background: url(//www.daymarksi.com/hubfs/2015_Images/Banner_Images/DaymarksStill.jpg) no-repeat;
  min-height: 722px;
  background-size: cover!important;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

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



.home-banner {
    background-size: cover!important;
    min-height: 721px!important;
    text-align: center;
    background-position: 50% 100%!important;
}

.home-banner.inner-banner {min-height: 225px!important; padding-top: 0px!important;}

.home-banner.inner-banner-tall {min-height: 350px!important; padding-top: 0px!important;}

.home-banner-copy {
    /*background-color: rgba(0,0,0,.39);*/ 
    color: #fff;
    max-width: 718px;
    padding: 0 30px;
    margin: 0 auto 40px auto!important;
    float: none!important;
    overflow: hidden;
}

.home-banner-copy h1 {margin-bottom: 5px; font-size: 52px; font-weight: normal; margin-top: 0px;}
.home-banner-copy h3 {margin-top: 0px; line-height: 40px;}

.home-banner-cta {}

.yellow-outer a.cta_button.yellow-cta {
    border: 0px!important;
}

.yellow-outer a.cta_button.yellow-cta span {
    margin-right: 8px;
    font-weight: bold!important;
}

.scrollDown .fa {
    color: #fecb01;
    font-size: 125px;
    cursor: pointer;
}

.scrollDown .fa:hover {color: #FFDF01;}

.icon-outer .widget-type-custom_widget {
    margin: 0;
    width: 20%;
}

.icon-outer .site-width {padding: 0px; /*max-width: 1400px;*/ border-left: 1px solid #9a9b93; border-right: 1px solid #9a9b93;}

.icon-outer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border-top: 1px solid #9a9b9e;
}
.icon-container {
    position: relative;
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    background-color: #fff;
    border-right: 1px solid #9a9b9e;
    padding: 15px 5px 0px;
    height: 151px;
}

.icon-outer .widget-type-custom_widget:last-child .icon-container {
  border-right: 0px;
}

.icon-container a {text-decoration: none!important;}

.icon-rel {
    position: relative;
    height: 100px;
}

.icon-abs {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
}

.icon-desc {
    color: #981e32;
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    /*position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;*/
}

.icon-additional p {
  font-size: 11px;
  margin: 2px 0 0;
  text-decoration: none!important;
}

.icon-container:hover {background-color: #981e32;}
.icon-container:hover .icon-abs {opacity: 1; visibility: visible;}
.icon-container:hover .icon-rel {opacity: 0;}
.icon-container img {
  max-height: 90px;
  width: auto;
}
.icon-container:hover .icon-desc {color: #fff;}

.counter-area .widget-type-custom_widget {width: 20%; margin: 15px 0 0;}

.counter-outer {
    border: 1px solid #58595B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 185px;
    height: 155px;
    margin: 0 auto;
    padding-top: 30px;
}

.counter-area {
    padding: 20px 0 50px;
    text-align: center;
    overflow: hidden;
    background-color: #f2f2f2;
}

.counter-area h2 span {color: #981e32;}

.counter-number,
.counter-add {font-size: 40px; font-weight: bold; color: #981e32;}
.counter-desc {font-size: 23px;}


.flexslider ul li ul li {float: left!important; list-style: none!important;}
.flexslider {
    border-radius: 0px!important;
    margin: 0px!important;
    box-shadow: none!important;
    text-align: center;
    padding-bottom: 30px!important;
}

.flexslider ul li ul {padding-left: 0px!important;}

.flex-control-nav,
.flex-direction-nav {display: none!important;}

.flexslider h4 {color: #981e32;}

.flexslider ul li ul li:last-child {margin-right: 0px!important;}
.flexslider .slides img {height: auto!important; width: auto!important; margin: 0 auto;}

.daymark-tv {text-align: center; padding: 25px 0 35px;}

.daymark-tv h2,
.daymark-tv h4,
.daymark-tv p {color: #fff;}

.daymark-tv iframe {
    border: 3px solid #fff!important;
}

.daymark-intro h2 {margin: 0 0 5px;}
.daymark-intro h4 {margin: 0;}

.daymark-video {margin-top: 25px;}

.daymark-text {padding: 0 7%;}
.daymark-text h4 {font-size: 15px; font-weight: bold; margin: 5px 0;}
.daymark-text p {font-size: 15px; margin: 0;}

.center-header {text-align: center;}

.daymark-infographic {padding: 50px 0;}
.daymark-infographic h2 {margin-top: 0px;}

.methodology-image {text-align: center;}
.methodology-text {padding-top: 80px;}
.methodology-text p,
.methodology-text li {font-size: 25px; line-height: 35px;}

.gradient-text p,
.gradient-text li {font-size: 20px; line-height: 29px;}
.gradient-image {text-align: right;}
.gradient-image .widget-type-linked_image {margin-bottom: 25px;}

.awards {padding-bottom: 70px; overflow: hidden;}
.awards .widget-type-linked_image {text-align: center; margin: 30px 0 0!important; padding: 0 10px;}

.qdm-top-bar {height: 50px; width: 100%; background-color: #981e32;}
.qdm-container {text-align: center;}
.qdm-container .wide-light-grey,
.qdm-container .site-width {overflow: visible!important;}

.qdm-container .bottom-link-outer {position: relative; top: -25px;}

.qdm-container .bl-image {
    width: 110px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #981e32;
    border: 4px solid #fff;
    padding: 30px 5px;
}

.blGlobal .row-fluid .qdm-container .bl-image {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin: 0 auto!important;
    float: none;
}

.qdm-container .bl-text {padding: 0 15%;}

.qdm-container a {text-decoration: none!important;}
.qdm-container h4 {font-weight: bold; font-size: 17px; text-decoration: none!important; color: #58595b; margin: 20px 0 5px;}
.qdm-container p {font-size: 17px; text-decoration: none!important; color: #58595b; margin: 0;}

/****** Landing Page/Form Styles ******/
.lp-template .header-container {
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(88,89,91,.20);
    -moz-box-shadow: 0 2px 5px 0 rgba(88,89,91,.20);
    box-shadow: 0 2px 5px 0 rgba(88,89,91,.20);
}

.lp-template .body-container-wrapper {padding: 30px 0;}
.lp-template.launch-lp-1 .body-container-wrapper {padding: 0;}


.hs-button.primary {
    background-color: #fecb01;/* maroon -- background-color: #981e32*/
    background-image: none!important;
    border: 0px!important;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    margin-top: 8px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none!important;
}

.hs-button.primary:hover {
background-color: #FFDF01;/* maroon -- background-color: #6b0a1a; */
}

.inputs-list.multi-container {padding-left: 0px; list-style: none; margin-top: 5px;}
.inputs-list.multi-container li {margin-bottom: 8px;}
.inputs-list.multi-container li label {font-weight: normal;}

.hs-form-field {margin-bottom: 8px;}
.hs-form-field label  {font-weight: bold; font-size: 14px;}

.input > input.hs-input {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #981e32;
}

.input > textarea.hs-input{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e1e1e1;
    background-color: #e1e1e1;
    color: #981e32;
}

.input ::-webkit-input-placeholder {color: #981e32!important;}
.input :-moz-placeholder {color: #981e32!important;}
.input ::-moz-placeholder {color: #981e32!important;}
.input :-ms-input-placeholder {color: #981e32!important;}

.error-template .body-container-wrapper,
.password-template .body-container-wrapper,
.subscription-template .body-container-wrapper {padding: 30px 0;}

ul.inputs-list {
  list-style: none;
  padding-left: 0px;
}

label input {
  margin-right: 8px;
}

select.hs-input {font-size: 16px;}

/**** Blog Styles *****/
div.hs-blog-header h1 {
    color: #000000!important;
    font-size: 34px!important;
}
div.post-header h2,
div.post-header h2 a {
    margin: 0 0 15px 0!important;
 }
div.post-header p {
    font-size: 13px;
 }
div.post-listing div.post-body {
    margin-bottom: 15px;
}
div.post-item a.more-link {
    font-size: 14px!important;
    color: #ffffff!important;
    padding: 8px 20px;
    background: #fecb01;
    position: relative;
    text-decoration: none;
    margin-bottom: 15px;
    display:inline-block!important;
 }
 p#hubspot-topic_data {
    font-size: 11px;
    margin: 0!important;
 }
 div.blog-section p#hubspot-topic_data a {
    color: #999999;
 }
 div.post-item img {
    max-width: 30%;
    max-height: 30%;
    padding: 0 0 10px 10px;
    float: right;
 }
 div.blog-post-wrapper div.post-body {
    margin-top: 30px;
 }
 div.blog-listing-wrapper div.post-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #959595;
 }
 div.blog-right-col {
    padding-left: 40px;
 }
 div.blog-right-col .row-fluid-wrapper{
     margin-bottom: 20px;
 }
div.blog-pagination a.all-posts-link,
div.blog-pagination a.next-posts-link,
div.blog-pagination a.previous-posts-link{
    font-size: 12px!important;
    color: #ffffff!important;
    padding: 4px 15px!important;
    background-color: #fecb01;
    position: relative;
    text-decoration: none;
    line-height: 22px!important;
}
div.blog-pagination a.previous-posts-link,
div.blog-pagination a.all-posts-link {
    margin-right: 15px!important;
    margin-top: -3px!important;
}

/**** New Blog Styles ****/
.newBlog .blogHero {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dadee1;
}


.newBlog div.blog-listing-wrapper div.post-item {
  border: 0px;
  padding-bottom: 0;
  margin-bottom: 50px;
}

.newBlog .post-header h1, .newBlog .post-header h1 a, .newBlog .post-header .post-main-title a {
  color: #981e32 !important;
  font-size: 30px;
  text-decoration: none!important;
}


.newBlog h2.hs-author-name {
  font-size: 36px;
  margin-top: 0;
}

.author-flex {
  margin-bottom: 40px;
}

.author-left .hs-author-avatar {
  border-radius: 50%;
  overflow: hidden;
}

.author-left .hs-author-avatar img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    overflow: visible;

}

.author-right {
  padding-top: 30px;
}

.author-right .hs-author-social-section {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .author-flex {
    display: flex;
  }
  .author-left {
    width: 100%;
    max-width: 200px;
  }
  .author-right {
    width: 100%;
    max-width: calc(100% - 200px);
    padding-left: 30px;
    padding-top: 58px;
  }

}

.newBlog span.hs-author-label,
.newBlog a.author-link {font-size: 15px; font-weight: 600; text-decoration: none!important;}


.newBlog .hs-featured-image-wrapper {
  max-width: 800px;
  overflow: hidden;
  margin-top: 25px;
}

.newBlog div.post-item img.hs-featured-image {
  width: auto;
  float: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}



.newBlog div.post-item a.more-link {
  background-color: transparent;
  color: #981e32!important;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
}
.newBlog div.post-item a.more-link:hover {color: #58595b;}
.newBlog .rmTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #981e32;
  display: inline-block;
  margin-left: 3px;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
}
.newBlog div.post-item a.more-link:hover .rmTriangle {color: border-color: transparent transparent transparent #58595b;}

.newBlog .blog-listing-below {
  border-top: 1px solid #dadee1;
  border-bottom: 1px solid #dadee1;
  overflow: auto;
  font-size: 16px;
  color: #959b9e;
  padding: 10px 0;
  margin-top: 20px;
}

.newBlog .blog-listing-below div.date-share {
  float: left;
  padding-left: 5px;  
  line-height: 34px;
}

.newBlog .blog-share {
  padding-left: 20px!important;
  margin-left: 20px;
  border-left: 1px solid #dadee1;
  font-size: 16px;
  color: #959b9e;
}

.blog-share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.newBlog .row-fluid .widget-type-blog_comments {margin-bottom: 30px;}
.newBlog.hs-blog-listing .row-fluid .widget-type-blog_comments {display: none;}

.newBlog div.blog-pagination a.all-posts-link,
.newBlog div.blog-pagination a.next-posts-link,
.newBlog div.blog-pagination a.previous-posts-link{background-color: #808285; margin-top: 0px;}
.newBlog div.blog-pagination {margin-bottom: 30px;}

/*** Begin Sidebar (new blog) ***/
.newBlog div.blog-right-col {
  padding-left: 40px;
  border-left: 1px solid #dadee1;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.newBlog .blog-right-col .widget-type-blog_subscribe h3 {
  margin-top: 0;
}

.newBlog .blog-right-col .widget-type-post_filter ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 10px;
}

.newBlog .blog-right-col .widget-type-post_filter h3 {margin-bottom: 5px;}
.newBlog .blog-right-col .widget-type-post_filter .filter-expand-link {font-size: 14px;}

.newBlog .row-fluid .blogHero {
  min-height: 225px;
  padding: 30px 0;
  color: #fff;
  position: relative;
  background-size: cover!important;
}

.newBlog .row-fluid .blogHero .blackMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.blogHero_copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (min-width: 30px) and (max-width: 767px) {
  .hs-blog-listing div.site-width,
  .hs-blog-post div.site-width {
    padding: 0 30px!important;
  }
  
  .blog-left-col .widget-type-blog_content {
    padding-right: 0!important;
  }
}

/************** Footer ****************/
.footer-upper {padding: 10px 0 100px;}
.footer-upper h2 {
    margin-bottom: 10px;
    color: #981e32;
}

.footer-about {padding-right: 3%;}

.footer-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    color: #58595b;
    padding: 0 0 5px 0!important;
}

.footer-upper a {color: #58595b;}
.footer-upper a:hover {color: #981e32;}

.footer-navigation .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {color: #981e32;}
.footer-connect {text-align: center; padding-right: 5%;}
.footer-connect div a {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
}

.footer-lower {padding: 5px 0 15px;}
.footer-courtesy ul {overflow: hidden; margin-top: 36px; padding-left: 0;}
.footer-courtesy ul li {
    float: left;
    list-style: none;
    color: #fff;
    margin-right: 20px;
    font-size: 14px;
}

.footer-courtesy ul li a {color: #fff; font-size: 14px;}
.footer-courtesy ul li a:hover {text-decoration: none; color: #981e32;}

.mobile-cse {display: none!important;}
.mobile-menu-icon {display: none}

.audio-banner-copy h1 {
  font-size: 57px;
    font-weight: 700;
    line-height: 72px;
     margin-top:30px;
}
.audio-banner-copy h3 {
  font-size: 44px;
  font-weight: 300;
    line-height: 58px;
    margin-top:20px;
     margin-bottom:20px;
}
.scrollDown {
  bottom: -70px;
  line-height: normal;
  position: absolute;
  text-align: center;
  width: 100%;
  left:0;
}
.new-home-banner-cta span {
  letter-spacing: 2px; font-family:"Open Sans",sans-serif; font-size:33px;
}
.new-home-banner-cta span img {
  width: 7% !important;
}
.back-image img {
  height: auto; width:100% !important
}
.new-home-banner-cta a {
  border: 0 none !important; font-size:18px !important; 
}
/* ------ Mobile ------ */
/* Large desktop */
@media  (max-width: 1410px) {
    div.site-width,
    div.header-width {padding-left: 12px; padding-right: 12px;}  
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {padding: 0 10px!important;}
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {font-size: 16px;}
    /*.icon-outer .site-width {border: 0px;}*/
}








@media (max-width: 1375px) {
    .icon-outer .site-width {border-left: 0px; border-right: 0px;}
}

@media (max-width: 1250px) {
    .icon-desc {font-size: 14px;}
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {font-size: 14px;}
    .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {padding: 0 5px!important;}
}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
}

/* Landscape phone to portrait tablet */
@media (max-width: 1024px) {

        .mobile-menu-icon {
        display: block!important; 
        font-family: arial;
        position: absolute; 
        top: 15px; 
        right: 12px; 
        font-size: 35px; 
        line-height: 35px; 
        cursor: pointer; 
        text-decoration: none; 
        color: #981e32;
        padding: 0 10px;
    }
    .mobile-menu-icon:hover { color: #58595b;}
    .header-container-wrapper .widget-type-menu,
    .sub-container {display: none;}
    
    .courtesy-links {text-align: center; padding-bottom: 10px;}
    .courtesy-links ul {display: inline-block; float: none;}
    .courtesy-links ul li:first-child {margin-left: 0px!important;}
    
    .logo {position: absolute; width: 20%!important;}
    .lp-template .logo {position: relative; width: 100%!important;}
    .header-right {
        width: 60%!important; 
        margin: 0px auto!important;
        float: none!important;
    }
    
    .row-fluid .span2.custom-google-search {float: none; margin: 0 auto!important; width: 50%;}
    
    .footer-connect,
    .footer-about {padding-right: 0px;}
    
    .footer-lower {text-align: center;}
    .footer-logo {width: 100%!important;}
    .footer-courtesy {
        width: 99%!important;
        margin-left: 0px!important;
        text-align: center;
    }
    
    .footer-courtesy ul {display: inline-block; padding-left: 0px; margin-top: 15px;}
    
    .icon-outer .widget-type-custom_widget {/*width: 33.33%; border-bottom: 1px solid #9a9b9e;*/}
    
    .counter-desc {font-size: 14px;}
    .counter-number, .counter-add {font-size: 28px;}
    .counter-outer {width: 105px; height: 100px; padding: 15px 5px 0;}
    
    .flexslider .slides img {max-width: 90%!important; padding: 0 5%!important; height: auto!important;}
    .video-load,
    video.video-bg {display: none!important;}
    .home-video {
        background: url(//www.daymarksi.com/hs-fs/hub/30865/file-2676009310-jpg/2015_Images/welcome-to-daymark.jpg);
        min-height: 720px!important;
        background-position: 40% 50%;
        background-size: cover;
    }
    /*.black-mask {display: none!important;}*/
    .black-mask {background-color: rgba(0,0,0,.6)!important;}
}
/**11aug,2016***/

.home-video.home-audio {
    background-position: 0 bottom !important;
    background-size:cover !important;
    height: 600px;
    background-repeat:no-repeat !important;
}
.safari .new-home-banner-cta span, .Chrome .new-home-banner-cta span {
font-size: 20px;
}
.safari .home-banner-copy.audio-banner-copy h1, .Chrome .home-banner-copy.audio-banner-copy h1 {
font-size: 35px;
   
line-height: 40px;
}
   

@media (min-width:1367px) 
{
.home-banner-copy.audio-banner-copy h1
{
    font-size: 40px;
    line-height: 46px;    
    margin-top:0;
    margin:0 auto;
      max-width: 620px;
}
.home-banner-copy.audio-banner-copy h3
{
        font-size: 28px;
    line-height: 34px;
}
.new-home-banner-cta span
{
     font-size: 30px;
}  
}
@media (min-width:1600px) 
{
 .home-banner-copy.audio-banner-copy h1
{
    font-size: 54px;
    line-height: 60px;
     max-width: 680px;
     {
         margin:0 auto;
     }
    margin-top:0;
    
}
.home-banner-copy.audio-banner-copy h3
{
        font-size: 32px;
    line-height: 38px;
}
.new-home-banner-cta span
{
     font-size: 32px;
}  
.new-home-down-arrow .scrollDown {
    bottom:65px !important;
}
}
@media (min-width:2000px)
{
.home-video.home-audio {
    height: 740px;
}
}
@media (min-width:1920px)
{
    .new-home-down-arrow .scrollDown
    {
        bottom: 0;
}
      .home-video.home-audio
    {
         height: 780px;
}
.home-banner-copy.audio-banner-copy h1
{
 font-size: 50px;
    line-height: 60px;  
    margin-top:0;
}
.home-banner-copy.audio-banner-copy h3
{ font-size: 42px;
    line-height: 50px;
    margin-top: 30px;
}
.new-home-banner-cta span {
    font-size: 40px;
    line-height: 46px;
}
}
@media (min-width:1920px)
{
   
      .home-video.home-audio
    {
         height: 710px;
}


}
@media (min-width:992px) and (max-width:1366px)
{
    .home-video.home-audio {
   
    height: 420px;
}
.scrollDown .fa {
    color: rgb(254, 203, 1);
    cursor: pointer;
    font-size: 95px;
}
.home-banner-copy.audio-banner-copy h1
{
       font-size: 32px;
    line-height: 36px;
    margin: 0 auto 25px;
    max-width: 620px;
}
.home-banner-copy.audio-banner-copy h3
{
        font-size: 28px;
    line-height: 34px;
}
.new-home-banner-cta span
{
     font-size: 30px;
}  
}
@media (min-width:1231px) and (max-width:1366px)
{
    .audio-banner-copy.home-banner-copy  
    {
        margin: 0 auto !important;
}
 .new-home-down-arrow .scrollDown
    {
        position:static;
}
}
@media (min-width:992px) and (max-width:1230px)
{
      .home-video.home-audio {
    height: 415px;
     min-height: inherit !important;
}
 .new-home-down-arrow .scrollDown
    {
        position:static;
}
.home-banner-copy.audio-banner-copy h3 {
    font-size: 24px;
    line-height: 28px;
}
.new-home-banner-cta span {
    font-size: 20px;
}
.home-banner-copy.audio-banner-copy h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.right-img-audia a {
    display: block;
    margin: -20px 0 0;
    max-width: 180px;
}
.hs-content-id-4516080738 .home-banner-copy.audio-banner-copy h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto;
    max-width: 620px;
}
.hs-content-id-4516080738 .home-banner-copy.audio-banner-copy p
{
    display:none;
}
}

@media (min-width:768px) and (max-width:991px)
{
     .new-home-down-arrow .scrollDown
    {
        position:static;
}
    .home-video.home-audio {
    height: 415px;
    min-height: inherit !important;
}
.home-banner-copy.audio-banner-copy h1 {
    font-size: 32px;
     line-height: 40px;
     max-width: 620px;
   margin:0 auto 25px;
     margin-top: 0;
    }
.home-banner-copy.audio-banner-copy h3
{
    margin-bottom: 0;
    font-size: 25px;
    line-height: 26px;
}
.new-home-banner-cta span
{
    font-size: 20px;
}

.home-banner-copy.audio-banner-copy h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 30px;
}
.home-banner-copy
{
    margin:0 !important;
}
}
/**11aug,2016***/
@media (max-width: 767px) {
     .new-home-down-arrow .scrollDown
    {
        position:static;
}
    .header-container {height: auto;}
    .logo {width: auto!important;}
    .lp-template .logo {text-align: center;}
    .header-right {margin-top: 90px!important; margin-bottom: 15px!important; width: 100%!important;}   
    .row-fluid .span2.custom-google-search {width: 90%; max-width: 300px;}
    
    
    .footer-upper {text-align: center; padding: 10px 0 30px;}
    .footer-courtesy ul li,
    .footer-courtesy ul li a {font-size: 12px;}
    .header-container {position: relative;}
    .body-container-wrapper {padding-top: 0px;}
    .header-container.drop {box-shadow: none!important;}
    .home-page .body-container-wrapper {padding-top: 0px!important;}
    
    .home-banner {padding-top: 100px!important;}
    .icon-outer .widget-type-custom_widget {float: left!important; width: 33.33%; border-bottom: 1px solid #9a9b9e;}
    .icon-outer .widget-type-custom_widget:nth-child(4),
    .icon-outer .widget-type-custom_widget:nth-child(5) {width: 50%;}
    
    .counter-area .widget-type-custom_widget {float: left!important; width: 33.33%;}
    .counter-area .widget-type-custom_widget:nth-child(4),
    .counter-area .widget-type-custom_widget:nth-child(5) {width: 50%;}
    .counter-desc {font-size: 16px;}
    .counter-number, .counter-add {font-size: 28px;}
    .counter-outer {width: 135px; height: 135px; padding: 20px 10px 0;}
    
    .methodology-text {padding-top: 20px;}
    .gradient-text {margin-bottom: 15px;}
    .gradient-image {text-align: center;}
    
    .methodology-text p,
    .methodology-text li,
    .gradient-text p,
    .gradient-text li {font-size: 16px; line-height: 22px;}    
    
    .awards .widget-type-linked_image {
        width: 33.33%!important;
        margin-left: 0px;
        padding: 0 10px;
        float: left;
    }

    .qdm-container {padding: 30px 0 0;}
    .qdm-container .bl-text {padding: 0; margin-bottom: 30px;}
    .qdm-container .bl-image {}
    .qdm-container .bottom-link-outer {top: auto;}
    
    .home-video-copy {
        max-width: 90%;
        margin: 0 auto!important;
        top: 10%;
    }
    .home-banner-copy h3 {font-size: 22px; line-height: 28px;}
    .home-video {min-height: 590px!important;}
    
    .icon-outer {position: relative; width: auto; left: auto;}
    
    .desktop-cse {display: none!important;}
    .mobile-cse {display: block!important;}
    
    .newBlog div.blog-right-col {padding: 0px; border-left: 0; margin-bottom: 0;}

.home-video.home-audio
{
     height: 500px;
     background-position:center bottom !important;
      min-height: inherit !important;
}

.home-banner-copy.audio-banner-copy h1 {
    font-size: 32px;
    line-height: 36px;
    max-width: 620px;
   margin:0 auto;
    margin-bottom: 0;
    margin-top: 0;
}
.home-banner-copy.audio-banner-copy h1
{
     font-size: 29px;
    line-height: 34px;
    margin: 0 auto 25px !important;
    max-width: 620px;
}
.home-banner-copy h3 {
    font-size: 19px;
    line-height: 24px;
}
.audio-section .widget-type-space {
    display: none;
}
.new-home-banner-cta span
{
    font-size:24px;
}
.right-img-audia
{
    text-align:center;
}
.right-img-audia a {
    display: block;
    margin: 10px 0 0;
    max-width: 150px;
    text-align: center;
}

.right-img-audia span, .right-img-audia a {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.scrollDown .fa
{
     font-size: 100px;
    line-height: 100px;
}
.home-banner-copy
{
    margin:0 !important;
}
}

@media (max-width: 585px) {
    .footer-courtesy ul li {width: 100%; font-size: 14px; margin-bottom: 8px;} 
    .icon-outer .widget-type-custom_widget {/*width: 50%!important;*/}
    .icon-container img {max-width: 50%; height: auto!important;}
    
    .counter-area .widget-type-custom_widget {width: 100%!important;}
    /*.awards .widget-type-linked_image {width: 50%!important;}*/
    
    .flexslider ul li ul li {width: 33.33%!important; margin-top: 10px;}
}
 @media (max-width:639px) {
    
.home-banner-copy.audio-banner-copy h1 {
    max-width: 620px;
   margin:0 auto;
      font-size: 20px !important;
    line-height: 26px !important;
}

.home-banner-copy.audio-banner-copy h3 {
    font-size: 14px !important;
    line-height: 18px !important;
}
.new-home-banner-cta span {
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 16px !important;
}
.right-img-audia a
{
    margin-top: 10px;
    max-width: 100px !important;
}
.new-home-banner-cta a {
    display: block;
    line-height: 20px !important;
}
.new-home-down-arrow .scrollDown .fa {
    font-size: 70px;
    line-height: 70px;
}
}    
/* Landscape phones and down */
@media (max-width: 480px) {
    .courtesy-links ul li a {font-size: 14px;}
    .home-banner-copy h1 {font-size: 42px; line-height: 46px;}
    
    .newBlog .blog-listing-below div.date-share {float: none; padding-left: 0;}
    .newBlog .blog-share {padding-left: 0px!important; margin-left: 0px!important; border-left: 0!important;}

}

.span12.widget-span.widget-type-cell.audio-section {
    padding: 0 10px;
}
}

@media (max-height: 665px) {
    .home-video-copy {top: 30px;}
    .home-banner-copy {margin-bottom: 0px!important;}
    
    
}
@media (max-width: 479px) {
    .home-banner-copy.audio-banner-copy h1 {
        max-width: 620px;
   margin:0 auto 16px !important;
    font-size: 16px !important;
    line-height: 18px !important;
}
.home-banner-copy.audio-banner-copy h3 {
    font-size: 13px !important;
    line-height: 16px !important;
}
.new-home-banner-cta a {
    line-height: 18px !important;
}
.new-home-down-arrow .scrollDown .fa {
    font-size: 50px !important;
    line-height: 50px;
}
.home-banner-copy
{
    padding:0;
    margin:0 !important;
}
}


/****** HOUSE OF BLUES TEMPLATE ********/

.hobTemplate .header-container {height: 0px!important;}
.hobTemplate .body-container-wrapper {padding-top: 0px!important; font-size: 16px;}
.hobTemplate .container {padding-left: 12px; padding-right: 12px;}
.hobContainer {
    background: url(//www.daymarksi.com/hubfs/Play_it_Forward/pif-background.jpg);
    background-size: cover!important;
    overflow: hidden;
    padding-bottom: 150px;
}

.dmLogo {padding-top: 35px;}

.hobHeader {
    border-bottom: 6px solid #414042;
    overflow: hidden;
    padding: 10px 0 20px;
}

.hobHeader h1 {
    font-family: steelFish, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 3.0em;
    font-weight: normal;
    margin: 45px 0 15px;
}

.hobHeader h4 {
    font-family: steelFish, sans-serif;
    color: #fff;
    text-align: center;
  font-size: 2.25em;
  letter-spacing: 2.5px;
  margin: 0;
}

.pifHead {
  max-width: 820px;
  margin: 40px auto;
}

.pifUpper {
    position: relative; 
    padding-left: 175px; 
    padding-right: 175px;
    overflow: hidden;
}

.pifThumb {
    position: absolute;
    top: 0;
}
.pifThumb.leftThumb {left: 0;}
.pifThumb.rightThumb {right: 0;}

.pifText h3 {
  float: left;
  color: #fff;
  width: 160px;
  font-weight: normal;
  font-size: 3.0em;
  font-family: steelFish, sans-serif;
  letter-spacing: 2px;
  text-align: right;
  margin: 0;
  padding-top: 10px;
}

.pifText h2 {
  font-family: castlePress,sans-serif;
  float: left;
  width: 200px;
  color: #000;
  /*font-size: 10.94em;*/
  font-size: 8.0em;
  line-height: 1.35em;
  margin: 0;
  padding-left: 10px;
  letter-spacing: 5px;
}

.pifLower h4 {
  font-size: 8.5em;
  margin: 0;
  font-family: castlePress,sans-serif;
  letter-spacing: 11px;
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 10px;
  color: #58595b;
}

.row-fluid .hobLower {max-width: 1210px; margin: 0 auto!important; float: none!important;}

.hobLower .formLeft h2 {
  font-family: steelFish,sans-serif;
  font-weight: normal;
  color: #414042;
  font-size: 3.0em;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.1em;
}

.hobLower .formLeft h3 {
  font-family: steelFish,sans-serif;
  font-weight: normal;
  color: #414042;
  font-size: 3.0em;
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.1em;
}

.flImage {padding-top: 50px;}

.hobForm {
    background-color: rgba(255,255,255,.6);
    border-top: 7px solid #d03364;
    padding: 0 40px 40px;
}

@media (min-width: 768px) {
    .row-fluid .hobForm {max-width: 400px; float: right;}
    .pifText {padding-left: 5%;}
}

.hobForm>div>span>h3 {
  font-family: steelFish,sans-serif;
  text-align: center;
  color: #000;
  font-size: 3.75em;
  max-width: 90%;
  margin: 20px auto!important;
}

.hobForm .hs-form-field label {color: #000; font-weight: normal; padding-bottom: 5px;}

.hobForm .input>input.hs-input {background-color: #fff; border: 1px solid #fff;}
.hobForm .actions {
  text-align: center;
}
.hobForm input.hs-button.primary.large {
  max-width: 225px;
  white-space: normal;
  margin-top: 30px;
}

@media (max-width: 1024px) {
    .hobTemplate .body-container-wrapper {font-size: 14px;}
}

@media (max-width: 890px) {
    .hobTemplate .body-container-wrapper {font-size: 12px;}
    .pifText h2 {font-size: 8em; padding-top: 10px; line-height: 1.1em;}
}

@media (max-width: 767px) {
    .hobHeader {position: relative;}
    .hobHeader .row-fluid .dmLogo {max-width: 60%;}
    .hobHeader .row-fluid .hobLogo {
        position: absolute;
        max-width: 35%;
        right: 12px;
        top: 20px;
    }
    .hobHeader h1 {margin-top: 60px;}
    .pifThumb {
        position: relative!important;
        top: auto!important;
        right: auto!important;
        left: auto!important;
        width: 40%;
        margin: 0 5%!important;
        text-align: center;
        Float: left;
    }
    .pifText h3 {width: 100%!important; text-align: center;}
    .pifText h2 {width: 100%!important; padding-left: 0; text-align: center;}
    .flImage {padding-top: 30px; padding-bottom: 30px;}
    .hobContainer {padding-bottom: 40px;}
    .pifUpper {padding: 0;}
    
.audio-banner-copy > div > #hs_cos_wrapper_module_14247111673071160 {
    margin: 0 !important;
}

.audio-section #hs_cos_wrapper_module_14247120625972954 {
    margin: 0 auto !important;
    text-align: center;
}
}

@media (max-width: 480px) {
    .hobTemplate .body-container-wrapper {font-size: 10px;}
}



@media (max-width: 639px) {
    .back-down-arrow {
    background-size: 100% auto;
    margin-top: 10px;
    width: 25px;
}
    .new-home-banner-cta span
    {
        font-size: 20px;
    }
    .home-banner-copy.audio-banner-copy h1 {
        max-width: 620px;
   margin:0 auto;
    font-size: 29px;
    line-height: 36px;
    margin-top: 0;
    
}
.audio-section .span6 img {
    max-width: 300px !important;
}
.home-video.home-audio
{
    height: 400px;
}
.new-home-down-arrow .scrollDown .fa
{
    font-size: 90px;
}
.home-banner-copy.audio-banner-copy h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
}
@media (max-width: 479px) {
    .home-banner-copy.audio-banner-copy
    {
        padding: 0;
    }
    .home-banner-copy.audio-banner-copy h1 {
        max-width: 620px;
   margin:0 auto;
    font-size: 22px;
    line-height: 28px;
     margin-bottom: 0;
    }
    .home-banner-copy.audio-banner-copy h3 {
    font-size: 16px;
    }
    .new-home-banner-cta span {
    font-size: 14px;
}
.home-video.home-audio {
    height: 350px;
}
}

.form-text a.cta_button {
    background: rgb(152, 30, 50) none repeat scroll 0 0;
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: block;
    margin-top: 10px;
    max-width: 150px;
    padding: 15px 30px;
    text-align: center;
    vertical-align: middle;
}
.form-text a.cta_button:hover
{
    color:rgb(254, 203, 1)
}

/*----------- 5-may-22 -------------*/

.left-section-here .row-fluid-wrapper .span6 p {margin: 0;}
.left-section-here .row-fluid-wrapper.row-depth-2:nth-child(2n) {margin-bottom: 30px;}
.left-section-here .row-fluid-wrapper.row-depth-2:nth-child(2n+1) p {color: #000;/* font-weight: bold; */margin: 0;}
.left-section-here .row-fluid-wrapper.row-depth-2:nth-child(2n) .span6:nth-child(2) p strong {color: #000;}
.left-section-here .row-fluid-wrapper.row-depth-2:nth-child(2n) .span6:nth-child(2) p a {color: #000 !important;}
.left-section-here .row-fluid-wrapper.row-depth-2:nth-child(2n) .span6 p {color: #000;}
.left-section-here h1 {color: #000;}

@media screen and (max-width: 767px){
  .right-section-here {
    padding: 0 15px;
  }
}

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