/* CSS Imports
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(//cdn2.hubspot.net/hubfs/364614/Proforma_Durkee_2016/css/font-awesome.css);

/* Hubspot Default Includes
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/* 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;}




/* Macros
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/




/* Border Radius  */


/* Box Shadow  */


/* Transition  */


/* Transform  */



/* Global Style Declaration
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  font-weight: 400;
}

h1 {
  margin: 0 0 15px;
  padding: 0;
  text-transform: normal;
  font-size: 40px;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.section-title h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 85px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 0 20px;
}
.page-center .section-title h2 {
    padding: 0 !important;
}
.section-title h2:after {
    content: " ";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    bottom: -20px;
    background: #ab0054;
}
@media (max-width: 600px) {
  .section-title br {
    content: ""; 
  }
  .section-title br:after {
    content: " "; 
  }
}
h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 30px;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

h4 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

h5 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

h6 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
  color: #ab0054;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

a:hover {
  color: #ab0054;
}

a.btn-style-1 {
  display: inline-block;
  text-shadow: none !important;
  text-decoration: none;
  color: #fff;
  background: #ab0054;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 1.19;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  min-width: 175px;
  border-radius: 0;
  padding: 22px 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
a.btn-style-1:hover, a.btn-style-1:focus, a.btn-style-1:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

p {
  margin: 0 0 15px;
}

input[type=submit] {
  cursor: pointer;
  background-image: url(Images/blank.png) !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-center {
  max-width: 1200px !important;
  padding: 0 30px;
  float: none !important;
  margin: 0 auto !important;
}
.section-wrapper {
  padding: 60px 0 50px; 
  position: relative;
}
@media (max-width: 767px) {
  .section-wrapper {
    padding: 40px 0 30px;
  }
}
.hs_cos_wrapper_type_rich_text ul {
  list-style-type: disc!important;
  padding-left: 40px!important;
  margin: 18px 0!important;
}

.hs_cos_wrapper_type_rich_text ol {
  list-style-type: decimal!important;
  padding-left: 40px!important;
  margin: 18px 0!important;
}

.wrapper {
  box-sizing: border-box;
  width: 100%;
  float: none !important;
  display: block;
  margin: 0 auto !important;
  max-width: 1500px;
}

.section.wrapper {
  max-width: 1300px;
}

.inner-padding {
  padding-left: 15px;
  padding-right: 15px;
}
body .row-fluid [class*="span"] {
  min-height: 0px;
}

body .row-fluid [class*="span"].widget-type-space {
  min-height: 1px;
}

.set-bg {
  background-size: cover;
  background-position: center;
  position: relative;
}

.bgOverlay {
  position: relative;
}

.bgOverlay>* {
  position: relative;
  z-index: 2;
}

.bgOverlay:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.bgOverlay.pattern:before {
  background: url(//cdn2.hubspot.net/hubfs/364614/Proforma_Durkee_2016/Images/overlay-pattern.png) repeat left top rgba(0, 0, 0, 0.2);
}

.get-bg {
  display: none !important;
}

.font_white,
.font_white h1,
.font_white h2,
.font_white h3,
.font_white h4,
.font_white h5,
.font_white h6,
.font_white a {
  color: #fff;
}

.font_white a:hover {
  color: #ab0054;
}

.button a,
a.button {
  background: #ab0054;
  color: #fff;
  border: 0 solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  padding: 6px 12px;
  text-align: center;
  transition: all 0.2s ease 0s;
}

.button.large a {
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
}

.button a:hover,
a.button:hover {
  background: #222;
  color: #fff;
}

.darkPink {
  color: #A64D79;
}

.darkPinkBg {
  background-color: #A64D79;
}

.blackText {
  color: #000;
}

strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.p0-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p10-0 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p20-0 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p30-0 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p40-0 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p50-0 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p60-0 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p70-0 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select {
  width: 100% !important;
  font-size: 16px;
  line-height: 23px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  padding-left: 10px;
  min-height: 35px;
  color: #292929;
}

input[type="submit"] {
  outline: none;
  min-width: 200px;
  width: auto;
  border: 1px solid #fff;
  font-family: "Raleway", sans-serif;
  color: #fff;
  background: #ab0054;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 13px;
  text-align: center;
  transition: all 0.2s ease;
}

input[type="submit"]:hover {
  color: #fff;
  background: #222;
}

textarea {
  height: 106px;
  resize: none;
}
/*
.hs-form-required {
  display: none;
}
*/
.hs-error-msgs {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
}

.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100% !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* Dots */

#carousel .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

#carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
  font-size: 0;
}

#carousel .slick-dots li button {
  border: 0;
  background: none;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

#carousel .slick-dots li button:focus {
  outline: none;
}

#carousel .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
}

#carousel .slick-initialized .slick-slide {
  outline: none;
}


/*Responsive Youttube Video*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Header and Footer Style
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.header-container-wrapper {
  position: fixed;
  z-index: 123;
  width: 100% !important;
  top: 0;
  left: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

.body-container-wrapper {
  margin-top: 106px;
}

.headerSection {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.siteLogo {
  position: relative;
}

.siteNavigation {
  margin-left: 0 !important;
}
.secondaryNav .navContact,
.secondaryNav .navButton {
  float: right; 
}
.secondaryNav .navContact * {
  vertical-align: middle; 
}
.secondaryNav .navContact {
  display: inline;
  font-size: 14px;
}
.secondaryNav .navContact a:first-of-type {
  margin-right: 5px;
}
.secondaryNav .navContact a:last-of-type {
  margin-left: 5px;
}
.secondaryNav .navButton a {
  display: inline-block;
  text-shadow: none !important;
  text-decoration: none;
  color: #fff;
  background: #ab0054;
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  min-width: 175px;
  border-radius: 0;
  padding: 12px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;;
}
.secondaryNav .navButton a:hover, .secondaryNav .navButton a:focus, .secondaryNav .navButton a:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@media (min-width: 1025px) {
  .headerSection .headerInner {
    max-width: 1440px !important;
    padding: 0 30px;
    float: none !important;
    margin: 0 auto !important;
  }
  .headerSection .headerInner > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .siteNavigation {
    width: 60% !important;
    margin: 0 !important;
    display: block !important;
    overflow: visible !important
  }
  .siteLogo {
    width: 20% !important; 
    margin: 0 !important
  }
  .siteLogo img {
    max-width: 120px; 
  }
  .secondaryNav {
    width: 20% !important;
    margin: 0 !important;
  }
  .menuExpand,
  .submenuExpand,
  li .back {
    display: none !important;
  }
  .headerSection {
    padding: 10px 15px;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    display: block;
    margin: 0 12px;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    width: auto !important;
    white-space: normal !important;
    max-width: 100% !important;
    text-overflow: initial !important;
    overflow: visible !important;
    word-break: normal;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    display: block;
    color: #444;
    padding: 24px 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul {
    position: absolute;
    line-height: normal;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 15px;
    z-index: 9999;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 540px;
    border-top: 2px solid #a90056;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li {
    display: inline-block;
    line-height: normal;
    width: 100%;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:nth-child(3) ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:nth-child(3) ul li {
    width: 33.33%;
    display: block;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul a {
    padding: 4px 15px;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover>a {
    color: #ab0054;
  }
}
@media (min-width: 1350px) {
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul {
    width: 619px;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul a {
    font-size: 14px;
    padding: 4px 15px 4px 0;
  }  
}
@media (max-width: 1350px) {
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 28px 8px;
    font-size: 14px;
  }
  .socialIcons ul li {
    padding: 8px;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-top: 8px;
  }  
}
@media (max-width: 1024px) {
  .siteLogo {
    padding: 10px 20px;
  }
  .siteLogo img {
    max-width: 105px; 
  }
  .secondaryNav {
    display: none !important;
  }
  .menuExpand {
    position: absolute;
    display: block;
    vertical-align: middle;
    padding: 15px 12px;
    border-radius: 50%;
    line-height: 1.125em;
    cursor: pointer;
    color: #fff;
    right: 20px;
    top: 25px;
    background-color: #a50158;
  }
  .menuExpand:hover {
    color: #fff;
    background: #222;
  }
  .menuExpand .text {
    display: block;
    line-height: 1.188em;
    float: left;
    font-size: 14px;
  }
  .menuExpand label {
    float: right;
  }
  .menuExpand label i {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
  }
  .menuExpand label i+i {
    margin-top: 5px;
  }
  .submenuExpand {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    float: right !important;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    z-index: 0 !important;
  }
  body .row-fluid .siteNavigation {
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-top: 0;
  }
  .siteNavigation,
  .siteNavigation .hs-menu-wrapper>ul,
  .siteNavigation .hs-menu-wrapper>ul li,
  .siteNavigation .hs-menu-wrapper>ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 10px 20px;
    margin: 2px 0px;
    float: left;
    width: 100%;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li a {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow: inherit !important;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    color: #43474d;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    cursor: pointer;
    transition: all ease .3s;
    position: relative;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    z-index: 1;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:hover {
    background: #ab0054;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:hover>a {
    color: #fff;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    float: left;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li ul {
    border-top: 1px solid #cdcdcd;
    background: #f6f6f6;
    display: none;
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li ul a {
    display: block;
    width: 100%;
    line-height: 1.8;
    padding: 4px 15px;
    font-size: 14px;
    color: #43474d;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
  }
  .siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li ul a:hover {
    color: #ab0054;
  }
}

.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:nth-of-type(3) ul, 
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:last-of-type ul {
  width: 200px;
}
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:nth-of-type(3) ul > li, 
.siteNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:last-of-type ul > li {
  min-width: 150px; 
}

.socialIcons {
  text-align: right;
  font-size: 27px;
  padding-top: 15px;
  padding-right: 15px;
}

.socialIcons ul {
  padding-left: 0;
}

.socialIcons ul li {
  display: inline-block;
  list-style: outside none none;
  padding: 11px;
}

.socialIcons ul li a {
  color: #969799;
}

.socialIcons ul li a:hover {
  color: #ab0054;
  text-decoration: underline;
}

.footerSection {
  background: #000;
  border-top: 5px solid rgba(171, 0, 84, 1);
  padding-top: 50px;
}

.footerSection .wrapper {
  padding: 0 15px;
}

.footerSection .footerLeft,
.footerSection .footerRight {
  font-size: 16px;
}

.footerSection .hs_cos_wrapper_type_rich_text ul {
  list-style-type: none!important;
  padding: 0!important;
  margin: 0!important;
}

.footerSection .footerBottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 25px;
  text-align: center;
}

.footerSection .footerAddress {
  font-size: 15px;
  line-height: 27px;
}

.row-fluid .footerSection .footerLeft {
  width: 35%;
}

.row-fluid .footerSection .footerRight {
  width: 62%;
  float: right;
}

.footerSection .footerRight li {
  padding-bottom: 5px;
}

/* =====================================
   4a. Footer Structure                                         
   ===================================== */

.footer-container-wrapper {
  background: #000;
  border-top: 5px solid rgba(171, 0, 84, 1);
}
.footer-container {
    max-width: 1200px;
    padding: 70px 40px 50px;
    color: #8d8d8f;
    margin: 0 auto;
}
.footer-container ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}
.footer-container .flex-footer > .row-fluid-wraper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-contact {
    width: 30% !important;
    margin: 0 !important;
}
.footer-links {
    width: 23.3% !important;
    margin: 0 !important;
}
.footer-contact img.footer-logo {
    /*width: 118px;*/
    /*height: 21px;*/
    height: 70px;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 20px
}
.footer-contact p {
    color: #ddd;
    margin: 0;
    font-size: 14px;
}
.footer-contact ul.social-links {
  margin-top: 5px; 
}
.footer-contact ul.social-links li {
    float: left;
    font-size: 30px;
    margin-right: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-contact ul.social-links li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);;
}
.footer-contact ul.social-links li:last-of-type {
    margin-right: 0;
}
.footer-contact ul.social-links li img {
    width: 100%;
    height: auto;
}
.footer-links p, .footer-contact p.title {
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    line-height: 30px;
}
.footer-links ul li {
    margin-bottom: 1px;
}
.footer-links ul li a {
  font-size: 14px; 
}
.footer-links ul li a, .footer-contact p a {
    color: #ddd;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-links ul li a:hover, .footer-contact p a:hover {
    color: #fff;
}
.footer-links img {
  max-width: 100px;
  vertical-align: top;
  padding: 2px;
}
.footer-copyright {
    margin-top: 25px;
    text-align: center;
}
.footer-copyright ul.policies {
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
}
.footer-copyright ul.policies li {
    float: left;
    line-height: normal;
    margin-right: 30px;
    margin-bottom: 5px;
}
.footer-copyright ul.policies li:last-of-type {
    margin-right: 0;
}
.footer-copyright ul.policies li a {
    text-decoration: none;
    color: #ddd;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.footer-copyright ul.policies li a:hover {
    color: #fff;
}
.footer-copyright p {
    line-height: normal;
    color: #ddd;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 1120px) and (min-width: 768px) {
    .footer-contact {
        width: 25% !important;
        padding-right: 10px;
    }
    .footer-links {
        width: 25% !important;
        padding: 0 10px;
    }
    .footer-contact ul.social-links li {
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .footer-container .flex-footer > .row-fluid-wraper > .row-fluid {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .footer-contact {
        width: 100% !important;
        float: left !important;
        margin-bottom: 30px !important;
    }
    .footer-links {
        width: 33.3% !important;
        float: left !important;
        padding-right: 10px;
    }
    .footer-links:last-of-type {
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .footer-links {
        width: 50% !important;
    }
    .footer-links:nth-of-type(odd) {
        padding: 0 0 0 10px !important;
    }
    .footer-links:nth-of-type(even) {
        padding: 0 10px 0 0 !important;
    }
    .footer-links:last-of-type {
        width: 100% !important;
    }
}



/* Home Page Style body Class "homePage"
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.homePage p:last-of-type {
  margin: 0;
}

.homePage .section.wrapper {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.homeSlide {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 33px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.homeSlide .bannerContent {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 3;
  width: 100%;
}

.homeSlide h2 {
  font-size: 60px;
  margin-bottom: 50px;
}

.home-banner-wrapper {
  min-height: 500px;
  position: relative;
}
.home-banner-wrapper .durkee-cares {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  z-index: 5;
  background-color: #fff;
  /*background-image: url('https://cdn2.hubspot.net/hubfs/364614/durkee-cares-logo.png');*/
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 50% 50%;
}
.home-banner {
    max-width: 1200px !important;
    padding: 10% 20px 10%;
    float: none !important;
    margin: 0 auto !important;
  font-size: 22px;
  line-height: 33px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.home-banner * {
  color: #fff; 
}
.home-banner h1 {
  font-size: 60px;
  margin-bottom: 40px;
  line-height: normal !important;
}
.home-banner .subheadline {
  display: block;
  max-width: 850px;
  margin-bottom: 10px;
}
.home-banner a.btn-style-1 {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.29);
}

@media(max-width: 600px) {
   .home-banner-wrapper .durkee-cares {
    top: initial;
    bottom: 10px;
    width: 65px;
    height: 65px;
  } 
}


.box-cta-wrapper > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.box-cta-wrapper .box-cta {
    width: 25% !important;
    margin: 0 !important;
    -webkit-flex: 1 1 24%;
    border: 1px solid #ab0054;
}
.box-cta a p.information-for {
    color: #c1c1c1;
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.box-cta a h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 22px;
    color: #a90056;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.box-cta a p.subheader {
    font-size: 24px;
    display: block;
    margin: 0;
    line-height: normal;
    max-width: 270px;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.box-cta-wrapper .box-cta a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 362px;
    padding: 40px 23px 10px;
    /*border: 1px solid #ab0054;*/
    overflow: hidden;
    border-top: none;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.box-cta-wrapper .box-cta a:before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box-cta-wrapper .box-cta a:after {
    content: "";
    left: 23px;
    margin: 0;
    bottom: 17px;
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}

 
.box-cta-wrapper .box-cta:nth-of-type(1) a {
    border-bottom: 7px solid #ab0054;
    border-left: none;
    background-image: url('https://cdn2.hubspot.net/hubfs/364614/online-corporate-store-box-bg.jpg');
    background-size: cover;
}

.box-cta-wrapper .box-cta:nth-of-type(1) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/364614/online-corporate-store-box-bg-hover.jpg');
}
.box-cta-wrapper .box-cta:nth-of-type(1) a:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow.svg");
}
.box-cta-wrapper .box-cta:nth-of-type(1) a:hover:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow-hover.svg");
}

 
.box-cta-wrapper .box-cta:nth-of-type(2) a {
    border-bottom: 7px solid #ab0054;
    border-left: none;
    background-image: url('https://cdn2.hubspot.net/hubfs/364614/apparel-uniforms-box-bg.jpg');
  background-size: cover;
}
.box-cta-wrapper .box-cta:nth-of-type(2) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/364614/apparel-uniforms-box-bg-hover.jpg');
}
.box-cta-wrapper .box-cta:nth-of-type(2) a:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow.svg");
}
.box-cta-wrapper .box-cta:nth-of-type(2) a:hover:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow-hover.svg");
}


.box-cta-wrapper .box-cta:nth-of-type(3) a {
    border-bottom: 7px solid #ab0054;
    border-left: none;
    background-image: url('https://cdn2.hubspot.net/hubfs/364614/gettyimages-173597880-170667a5.png');
  background-size: cover;
}
.box-cta-wrapper .box-cta:nth-of-type(3) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/364614/gettyimages-173597880-170667a5-after.png');
}
.box-cta-wrapper .box-cta:nth-of-type(3) a:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow.svg");
}
.box-cta-wrapper .box-cta:nth-of-type(3) a:hover:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow-hover.svg");
}

.box-cta-wrapper .box-cta:nth-of-type(4) a {
    border-bottom: 7px solid #ab0054;
    border-left: none;
    border-right: none;
    background-image: url('https://cdn2.hubspot.net/hubfs/364614/printing-services-box-bg.jpg');
    background-size: cover;
}
.box-cta-wrapper .box-cta:nth-of-type(4) a:before{
    background: url('https://cdn2.hubspot.net/hubfs/364614/printing-services-box-bg-hover.jpg');
}
.box-cta-wrapper .box-cta:nth-of-type(4) a:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow.svg");
}
.box-cta-wrapper .box-cta:nth-of-type(4) a:hover:after {
    background-image: url("https://cdn2.hubspot.net/hubfs/364614/box-cta-arrow-hover.svg");
}

.box-cta-wrapper .box-cta a:hover h3, .box-cta-wrapper .box-cta a:hover p.subheader, 
.box-cta-wrapper .box-cta a:focus h3, .box-cta-wrapper .box-cta a:focus p.subheader, 
.box-cta-wrapper .box-cta a:active h3, .box-cta-wrapper .box-cta a:active p.subheader {
    color: #fff;    
}
.box-cta-wrapper .box-cta a:hover:before,
.box-cta-wrapper .box-cta a:focus:before,
.box-cta-wrapper .box-cta a:active:before {
  opacity: 1;
}

@media (max-width: 1366px) {
 .box-cta-wrapper .box-cta a {
    height: 345px;
  }
}

@media (max-width: 1200px) {
    .box-cta a h3 {
        font-size: 22px;
    }
    .box-cta a p.subheader {
        font-size: 22px;
    }
}
@media (max-width: 980px) {
    .box-cta-wrapper .box-cta {
        width: 50% !important;
        -webkit-flex: 1 1 49%;
    }
    .box-cta-wrapper .box-cta a {
        height: 300px;
    }
}
@media (max-width: 600px) {
    .box-cta a h3 {
        font-size: 20px;
    }
    .box-cta a p.subheader {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .box-cta-wrapper .box-cta a {
        height: 350px;
    }
}
@media (max-width: 400px) {
    .box-cta-wrapper .box-cta {
        width: 100% !important;
        -webkit-flex: 1 1 100%;
    }
    .box-cta-wrapper .box-cta a {
        height: 100%;
    }
    .box-cta a p.subheader {
        max-width: initial;
    }
}

.statement-section.section-wrapper {
  position: relative;
  z-index: 3;
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .statement-section.section-wrapper {
    padding-bottom: 115px;
  }
}
@media (max-width: 767px) {
  .statement-section.section-wrapper {
    padding-bottom: 80px;
  }
}

.sloped-wrapper {
    padding: 10px 0;
    background: #ebebeb;
    position: relative;
}
.sloped-wrapper:before {
    content: " ";
    position: absolute;
    top: -100px;
    z-index: 2;
    width: 0;
    left: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: transparent #ebebeb transparent transparent;
}
@media (max-width: 1200px) and (min-width: 601px) {
	.sloped-wrapper:before {
    top: -60px;
  	border-width: 60px 100vw 0 0;
  }
}
@media (max-width: 980px) {
    .sloped-wrapper {
      padding: 40px 0;
  }
}
@media (max-width: 600px) {
	.sloped-wrapper:before {
    top: -40px;
  	border-width: 40px 100vw 0 0;
  }
}
.sloped-wrapper.benefits-section {
 	background: #ebebeb;
  z-index: 2;
}
.sloped-wrapper.benefits-section:before {
    border-color: transparent #ebebeb transparent transparent;
}

.carousel-wrapper {
  padding: 80px 0 120px; 
}

.bottom-offer-section {
  background: url('https://www.proformadurkee.com/hs-fs/hubfs/Proforma_Durkee_2016/Images/parallax_img_1.jpg?width=3000&name=parallax_img_1.jpg'); 
  background-size: cover;
  background-position: 50% 50%;
}
.bottom-offer-section * {
  color: #fff; 
}
.bottom-offer-section .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}
.bottom-offer-section .bottom-offer {
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 20px;
}
.bottom-offer-section .bottom-offer:nth-of-type(1) {
  border-right: 1px solid #888;
}
.bottom-offer-section .bottom-offer:nth-of-type(2) {
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
.bottom-offer-section .bottom-offer:nth-of-type(3) {
  border-left: 1px solid #888;
}
@media (max-width: 480px) {
  .bottom-offer-section .bottom-offer:nth-of-type(1) {
    display: none !important 
  }
  .bottom-offer-section .bottom-offer:nth-of-type(2) {
    border: none !important;
  }
  .bottom-offer-section .bottom-offer:nth-of-type(3) {
    display: none !important
  }
}
.icon-text-link {
  text-align: center;
  position: relative;
  display: block;
  padding: 5px;
}
.icon-text-link img {
  display: block;
  margin: 0 auto 5px;
  position: relative;
  z-index: 4;
  height: 50px !important;
  width: auto !important;
}
.icon-text-link span {
  display: block;
  position: relative;
  z-index: 4;
  width: 100%;
}
.icon-text-link:hover {
  color: #fff;
}
.icon-text-link:after {
    content: "";
    background: rgba(171,0,84,1);
    z-index: 2;
    display: block;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: 0.4s;
    transform: scale(0);
}
.icon-text-link:hover:after {
   transform: scale(1);
}
.serviceBoxes>span>div {
  width: 25%;
  float: left;
  padding: 5px;
}

.serviceBoxes .serviceImage {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.serviceBoxes .serviceImage img {
  display: none;
}

.serviceBoxes .serviceImage .serviceContent {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  padding: 18px;
  min-height: 15.5vw;
  background: rgba(171, 0, 84, 0.95);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
}

.serviceBoxes .serviceBox:hover .serviceImage .serviceContent {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.serviceBoxes .serviceBox .serviceTitle {
  padding: 10px 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-bottom: 4px solid #eeeeee;
}

.serviceBoxes .serviceBox:hover .serviceTitle {
  color: #A64D79;
}

.homeIndustries {
  padding: 150px 0 25px;
}

.homeIndustries p {
  padding-bottom: 15px;
}

.industryBoxes>span>div {
  display: inline-block;
  padding-bottom: 35px;
  vertical-align: top;
  text-align: center;
  width: 25%;
  margin-right: -4px;
  text-align: center;
}

.industryBoxes a {
  color: #ab0054;
}

.industryBoxes a:hover {
  color: #fff;
}

.historyBlock {
  padding-left: 25px;
  padding-right: 25px;
}

.historyBlock .year {
  background: rgba(171, 0, 84, 1);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  z-index: 9;
  transition: 0.4s;
  margin-bottom: 10px;
}

.historyBlock:hover .year {
  background: #444;
}

.responsiveSlider {
  padding-bottom: 140px;
}

.historyCycle .responsiveSlider:before {
  content: '';
  border-bottom: 1px dashed #ccc;
  display: block;
  position: relative;
  top: 37px;
  z-index: 1;
  width: 98%;
  left: 2%;
}

.responsiveSlider .slick-dots {
  bottom: 0;
}

.responsiveSlider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.responsiveSlider .slick-dots li button {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
  padding: 0;
}

.responsiveSlider .slick-dots li.slick-active button {
  background: #869791;
}

.responsiveSlider .slick-arrow {
  display: block !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 40%;
  width: 40px;
  z-index: 10;
  height: 40px;
  cursor: pointer;
  font-size: 0px;
  line-height: 0px;
  background-size: 200%;
  border: 1px solid #ddd;
  background: url(//cdn2.hubspot.net/hubfs/364614/Proforma_Durkee_2016/Images/left-right-ar.jpg) center left no-repeat;
}

.responsiveSlider .slick-arrow.slick-prev {
  margin-left: 0;
  z-index: 40;
}
.responsiveSlider .slick-arrow.slick-next {
  /*margin-left: 2px;*/
  z-index: 40;
  right: 0px;
  left: initial;
  background-position: center right;
}
@media (min-width: 1210px) {
  .responsiveSlider .slick-arrow.slick-prev {
    margin-left: -40px;
  }
  .responsiveSlider .slick-arrow.slick-next {
    margin-right: -40px;
  }  
}

.responsiveSlider .slick-list {
  z-index: 12;
}

.homeBlog {
  background: #f6f6f6;
}

.homeClients {
  padding: 50px 0 40px;
  background: #fff;
  /*background: url(//cdn2.hubspot.net/hubfs/364614/Proforma_Durkee_2016/Images/pattern2.png) top left repeat;*/
}

.homeClients .slick-slide {
}
.homeClients .slick-slide img {
  padding: 25px;
}

.homeClients .responsiveSlider {
  padding-bottom: 0;
}

.homeVideo.section-wrapper {
  background: #ebebeb; 
  padding-bottom: 70px;
}

.homeVideo h2:first-of-type {
  margin-top: 0;
}
.homeVideo h2 {
  color: #a90056;
}
@media (max-width: 1024px) {
  .homeVideo-text {
    margin: 0 0 30px !important;
    width: 100% !important;
  }
  .homeVideo-embed {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 767px !important;
    float: none !important;
  }
}
@media (max-width: 767px) {
  .homeVideo.section-wrapper {
    padding-top: 10px !important;
  } 
}

.homeForm {
  background: #292929;
  color: #fff;
  text-align: center;
}

.homeForm form {
  background: rgba(171, 0, 84, 0.3) none repeat scroll 0 0;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 20px;
  width: 100%;
}

.homeForm .hs-form fieldset {
  max-width: 100%;
}

.homeForm .hs-form .hs-form-field {
  padding: 0 15px 15px;
  text-align: left;
}

.homeForm .hs-form .input {
  margin: 0 !important;
}

.homeForm .actions {
  width: 50%;
  padding: 0 15px;
  text-align: left;
}
.homeForm.prettier {
  background: #ab0054;
  padding: 30px 0;
}
.homeForm.prettier form {
  background: #ab0054;
}
.homeForm.prettier h3 {
  margin-bottom: 0;
  padding: 0 20px;
}
@media (min-width: 400px) {
  .homeForm.prettier ul.inputs-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homeForm.prettier ul.inputs-list li.hs-form-checkbox {
    width: 49%
  }
}

/* Landing Pages */

.landingPage .homeForm {
  background: #ab0054;
  padding: 0 15px;
}

.landingPage .homeForm form {
  background: #ab0054;
  padding: 10px 0px 30px;
}

.landingPage .homeForm h3 {
  padding: 20px 0 0;
  margin: 0;
}


/* About Page */

.innerHero {
  padding: 140px 0;
}

.innerHero h1,
.innerHero h2,
.innerHero h3,
.innerHero h4 {
  margin-bottom: 0;
}

.ctaStrip h4 {
  margin-bottom: 0;
  line-height: 1.4;
}

.ctaStrip .button a {
  background: #fff;
  color: #000;
  border-radius: 5px;
}

.ctaStrip .button a:hover {
  color: #fff;
  background: #ab0054;
}


/*Blog Page*/

.hs-blog-listing .row-fluid .blogLeft {
  width: 100%;
  margin-left: 0;
}

.hs-blog-listing .row-fluid .sidebarRight {
  display: none;
}

.hs-blog-listing .row-fluid .widget-type-blog_comments {
  display: none;
}

.listingPosts .listingPost {
  width: 33.33%;
  float: left;
  padding: 15px;
}

.listingPosts .listingPost .listingImage {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 270px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdcdc;
}

.listingPosts .listingPost .listingImage a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.listingPosts .listingPost .listingImage a img {
  opacity: 0;
}

.listingPosts .listingPost .listingImage:hover a {
  background: rgba(0, 0, 0, 0.6);
}

.listingPosts .listingHeader {
  padding: 15px;
}

.listingPosts .listingHeader h4 {
  line-height: 1.5;
  margin: 0;
  font-size: 20px;
  color: #000;
}

.listingPosts .listingHeader a {
  color: #000;
}

.listingPosts .listingHeader a:hover {
  color: #ab0054;
}

.listingPosts #hubspot-author_data {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}

.listingPosts .listingBottom {
  padding: 0 15px 20px;
  font-size: 15px;
  line-height: 1.5;
}

.listingPosts .listingBody {
  border: 1px solid #dcdcdc;
  border-top: none;
}

.blog-pagination {
  width: 100%;
  float: left;
  padding-top: 20px;
  text-align: center;
}

.blog-pagination a {
  margin: 5px;
}

.blog-post-wrapper .post-header h1 {
  margin: 0;
  line-height: 1.4;
}

.blog-post-wrapper .post-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.blog-post-wrapper .post-header a {
  color: #000;
}

.blog-post-wrapper .post-header #hubspot-author_data {
  color: #000;
  opacity: 0.5;
}

.blog-post-wrapper .post-header a:hover {
  color: #ab0054;
}

.widget-type-blog_comments {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #dcdcdc;
}

.widget-type-blog_comments .hs-form-required {
  display: initial;
}

.widget-type-blog_comments .hs-form-field label {
  display: block;
  margin-top: 15px;
}

.widget-type-blog_comments input[type="submit"] {
  margin-top: 20px;
  width: 180px;
}

.blogSection .sidebarBox {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
  border-top: 3px solid #ab0054;
}

.blogSection .sidebarBox .hs-form-required {
  display: inherit;
}

.blogSection .sidebarBox h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
}

.blogSection .sidebarBox input[type="submit"] {
  width: 160px;
  margin-top: 15px;
}

.blogSection .sidebarBox .widget-module li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.4;
  margin: 7px 0;
}

.blogSection .sidebarBox .widget-module li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 10px;
  color: #ab0054;
}

.blogSection .sidebarBox .widget-module a {
  color: #333;
}

.blogSection .sidebarBox .widget-module a:hover {
  color: #ab0054;
}

.listingPostsSimple h4 {
  line-height: 1.5;
}

.listingPostsSimple h4 a:hover {
  text-decoration: underline;
}


/* Updates 05-10-2016 */

.homeSlide .linkOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

/***** Company Store Page *****/

.internal-banner-wrapper {
  min-height: 150px;
  position: relative;
}
.internal-banner {
    max-width: 1200px !important;
    padding: 3% 20px 3%;
    float: none !important;
    margin: 0 auto !important;
  font-size: 22px;
  line-height: 33px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.internal-banner * {
  color: #fff; 
}
.internal-banner h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: normal !important;
}
.internal-banner .subheadline {
  display: block;
  max-width: 850px;
  margin-bottom: 10px;
}

.statement-demo-section .homeForm {
  margin-top: -135px;
  position: relative;
  z-index: 3;
}
.statement-demo-section.section-wrapper {
  padding: 60px 0 60px; 
}
.statement-demo-section h2 {
  margin-bottom: 30px; 
}
@media (min-width: 768px) {
  .statement-demo-section p:last-of-type {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;  
  }
}
@media (max-width: 768px) {
  .statement-demo-section .homeForm {
    max-width: 500px;
    margin: 30px auto 0;
  } 
}

.pcs-features-wrapper {
  margin-top: 70px; 
}
.pcs-features-wrapper .section-title h2 {
  margin-top: 30px;
}
.pcs-features-wrapper.alt.sloped-wrapper {
  background: #fff;
  margin-top: 0;
  padding-top: 40px;
}
.pcs-features-wrapper.alt.sloped-wrapper:before {
  border-color: transparent #fff transparent transparent;
}
.pcs-features-wrapper.alt-form {
  color: #fff;
}
.pcs-features-wrapper.alt-form.sloped-wrapper {
  background: #ab0054;
  margin-top: 0;
  padding-top: 40px;
}
.pcs-features-wrapper.alt-form.sloped-wrapper:before {
  border-color: transparent #ab0054 transparent transparent;
}
.page-center.testimonial-slider {
   margin-bottom: 125px !important;
}
.page-center.testimonial-slider .section-title h2 {
  margin-bottom: 40px; 
}
@media (max-width: 600px) {
  .page-center.testimonial-slider {
     margin-bottom: 60px !important;
  }
}
.pcs-features-section .flex-features {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pcs-features-section .flex-features > div {
  width: 50%;
}
.pcs-features-section .flex-features > .ft-img {
  width: 45%; 
}
.pcs-features-section .flex-features > .ft-img img {
  box-shadow: 0 15px 46px 0 rgba(3,6,25,0.10);
}
.pcs-features-section .flex-features > .ft-content.ft-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pcs-features-section .flex-features > .ft-content.ft-flex > div {
  flex: 1 1 49%;
}
.pcs-features-section .flex-features > .ft-content.ft-flex > div:nth-of-type(odd) .desc {
  padding-right: 30px
}
.pcs-features-section .flex-features > .ft-content > div {
  margin-bottom: 30px;
}
.pcs-features-section .flex-features > .ft-content > div:last-of-type {
  margin-bottom: 0;
}
.pcs-features-section.section-wrapper {
  padding: 0 0 20px; 
}
.pcs-features-section h3 {
  text-align: center;
  margin-bottom: 45px;
  color: #a90056; 
}
.pcs-features-section h3 .icon-wrapper {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background: #a50158;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.pcs-features-section h3 .icon-wrapper img {
  width: 100%;
  max-height: 55px;
  margin: 0 auto;
  padding: 10px;
}
.pcs-features-section .flex-features h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: normal;
}
.pcs-features-section .flex-features:nth-of-type(even) > .ft-img {
   order: 1;
}
.pcs-features-section .flex-features:nth-of-type(even) > .ft-content {
   order: 2;
}
/*
.pcs-features-section .page-center {
  max-width: none !important;
  padding: 0 !important;
}
.flex-feature .fts-content {
  padding: 30px;
  padding-left: 5%;
}
.pcs-features-wrapper > .row-fluid-wrapper.row-depth-1:nth-of-type(odd) .flex-feature .fts-img {
  order: 1; 
}
.pcs-features-wrapper > .row-fluid-wrapper.row-depth-1:nth-of-type(odd) .flex-feature .fts-content {
  order: 2;
  padding-left: 30px;
  padding-right: 5%;
}
*/
@media(max-width: 768px) {
  .pcs-features-wrapper {
    margin-top: 40px; 
  }
  .pcs-features-section .flex-features:last-of-type {
    margin-bottom: 0; 
  }
  .pcs-features-section .flex-features > div {
    width: 100% !important; 
  }
  .pcs-features-section .flex-features > .ft-img {
    text-align: center;
    margin-top: 20px;
  }
  .pcs-features-section .flex-features > .ft-img img {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
  .pcs-features-section .flex-features:nth-of-type(even) > .ft-content {
    order: 1;
  }
  .pcs-features-section .flex-features:nth-of-type(even) > .ft-img {
    order: 2; 
  }
}

.internal-video-section.section-wrapper {
  background: #ebebeb;
  padding-top: 0;
  padding-bottom: 70px;
}
.internal-video-section .page-center > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.internal-video-section .video-text a.btn-style-1 {
  margin-top: 10px; 
}
.internal-video-section .video-embed h3 {
  color: #a90056;
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .internal-video-section .video-text {
    margin: 0 auto 30px !important;
    width: 100% !important;
    max-width: 767px !important;
    float: none !important;
    text-align: center;
  }
  .internal-video-section .video-embed {
    margin: 0 auto 40px !important;
    width: 100% !important;
    max-width: 767px !important;
    float: none !important;
    text-align: center;
  }
  .internal-video-section .video-text p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .internal-video-section.section-wrapper {
    padding-top: 10px !important;
  }
  .internal-video-section.section-wrapper {
    padding-bottom: 40px;
  }
}

.flex-resources > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly;
}
.flex-resources > .row-fluid-wrapper > .row-fluid > div {
  border: 1px solid #ccc;
  padding: 20px;
  width: 48% !important;
  margin: 1.5% 1% !important;
}

@media (max-width: 768px) {
  .flex-resources > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    margin: 1.5% auto !important;
    max-width: 500px !important;
  }
}

.program-overview ul li {
   margin-top: 15px;
}

.program-details-wrapper {
  /*
    max-width: 950px !important;
    width: 80% !important;
    margin: 0 auto !important;
    float: none !important;
  */
    position: relative;
}
.program-details {
    margin-top: 50px;
    padding: 50px 50px 40px;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
.program-details h3 {
    margin: 0 0 25px;
    text-align: center;
}
.program-details ul {
    list-style-type: none !important;
    padding-left: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.program-details ul li {
    width: 49%;
    margin-bottom: 20px;
    line-height: 1.88;
    letter-spacing: -.2px;
    padding-left: 30px;
    position: relative;
}
.program-details ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-image: url('https://cdn2.hubspot.net/hubfs/364614/drawn-check-mark.svg');
    background-repeat: no-repeat;
}
.program-details p.offer-disclaimer {
    text-align: center;
}

.program-details ul.dont-do li {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.88;
    letter-spacing: -.2px;
    padding-left: 30px;
    position: relative;
}
.program-details ul.dont-do li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-image: url('https://cdn2.hubspot.net/hubfs/364614/drawn-ex-mark.svg');
    background-repeat: no-repeat;
}

@media (max-width: 980px) {
    .program-details {
        padding: 40px 40px 30px;
    }
}
@media (max-width: 768px) {
    .program-details ul li {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .program-details-wrapper {
        width: 100% !important;
    }
    .program-details {
        padding: 40px 20px 30px;
        margin-top: 40px;
        box-shadow: none;
    }
}

/* Responsive Media Queries 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (min-width:1350px) {
  .wrapIt {
    max-width: 1300px;
    float: none !important;
    margin: 0 auto !important;
  }
  .ctaStrip h4 {
    font-size: 28px;
  }
  .homeSection2 .sec2Video {
    padding-left: 8.6%;
  }
  .homeSection2 .section2Inner {
    padding=left: 3%;
    padding=right: 3%;
  }
  .homeServices .wrapIt {
    max-width: 1025px;
  }
  .homeServices .serviceBoxes {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homeLogos {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footerSection {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footerSection .wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 85%;
  }
}

@media ( max-width:1350px) {
  .homeSlide br {
    display: none;
  }
  .section.wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .serviceBoxes>span>div {
    width: 33.33%;
  }
  .serviceBoxes .serviceImage .serviceContent {
    height: 20vw;
  }
}

@media ( max-width:1024px) {
  body {
    font-size: 17px;
    line-height: 1.75;
    overflow-x: hidden;
  }
  .wrapper {
    max-width: 100% padding-left:15px;
    padding-right: 15px;
  }
  .p40-0 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p50-0 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .p60-0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p70-0 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pb40 {
    padding-bottom: 30px;
  }
  .pb50 {
    padding-bottom: 35px;
  }
  .pb60 {
    padding-bottom: 40px;
  }
  .pb70 {
    padding-bottom: 45px;
  }
  .pt40 {
    padding-top: 30px;
  }
  .pt50 {
    padding-top: 35px;
  }
  .pt60 {
    padding-top: 40px;
  }
  .pt70 {
    padding-top: 45px;
  }
  .headerSection {
    padding: 0;
  }
  .body-container-wrapper {
    margin-top: 95px;
  }
  .landingPage .body-container-wrapper {
    margin-top: 95px;
  }
  .homeSlide h2 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .homeSlide {
    font-size: 18px;
    line-height: 30px;
  }
  .serviceBoxes>span>div {
    width: 50%;
  }
  .serviceBoxes .serviceImage .serviceContent {
    height: 28vw;
  }
  .homeIndustries {
    padding: 70px 0 30px;
  }
  .industryBoxes>span>div {
    width: 150px;
  }
  .row-fluid .footerSection .footerLeft {
    width: 100%;
    margin-left: 0;
  }
  .row-fluid .footerSection .footerRight {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
  }
  .row-fluid .footerSection .footerLeft br {
    display: none;
  }
  .row-fluid .footerSection .footerLeft .span6 {
    width: auto;
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
  }
  .innerHero {
    padding: 90px 0;
  }
  .listingPosts .listingPost {
    width: 50%;
  }
  .listingPosts .listingPost .listingImage {
    height: 240px;
  }
}

@media ( max-width:767px) {
  .wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mtop10 {
    margin-top: 10px;
  }
  /* >>>>>>> Mmargin top 10px in mobile <<<<<<<< */
  .mtop20 {
    margin-top: 20px;
  }
  /* >>>>>>> Mmargin top 20px in mobile <<<<<<<< */
  .mtop30 {
    margin-top: 30px;
  }
  /* >>>>>>> Mmargin top 30px in mobile <<<<<<<< */
  .mpt0 {
    padding-top: 0 !important;
  }
  .mpb0 {
    padding-bottom: 0 !important;
  }
  .mp0 {
    padding: 0 !important;
  }
  .mobile-center {
    text-align: center;
  }
  /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .inner-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .equal_height {
    min-height: 0px !important;
  }
  /* >>>>>> Overcome min height given by JS to sections <<<<<<< */
  .text-right {
    text-align: center;
  }
  h1 {
    font-size: 30px;
    line-height: 1.45;
  }
  .bannerImage {
    display: none;
  }
  .homeSlide .bannerContent {
    position: relative;
    padding: 50px 0 80px;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 3;
    width: 100%;
  }
  .footerSection {
    padding-top: 15px;
  }
  .row-fluid .footerSection .footerRight {
    padding-top: 0;
    margin-top: 30px;
  }
  .row-fluid .footerSection .footerLeft .span6 {
    display: block;
    padding: 15px 0;
  }
  .footerRight ul {
    margin-top: 30px;
  }
  .footerSection .footerBottom {
    margin-top: 30px;
  }
  .homeIndustries,
  .homeClients {
    padding: 40px 0;
  }
  .listingPosts .listingPost {
    width: 100%;
    padding: 15px 0;
  }
  .listingPosts .listingPost .listingImage {
    height: 48vw;
    max-height: 270px;
  }
  .blogSection .sidebarBox {
    margin: 30px 0 0;
  }
}

@media ( max-width:650px) {
  h1 {
    font-size: 40px;
    line-height: 1.5;
  }
  h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .section-title h2 {
    margin-bottom: 60px; 
  }
  h3 {
    font-size: 26px;
    line-height: 1.5;
  }
  h4 {
    font-size: 22px;
    line-height: 1.5;
  }
  h5 {
    font-size: 20px;
    line-height: 1.5;
  }
  h6 {
    font-size: 18px;
    line-height: 1.5;
  }
  .serviceBoxes>span>div {
    width: 100%;
  }
  .serviceBoxes .serviceImage .serviceContent {
    height: auto;
    min-height: 48vw;
  }
  .homeForm form {
    padding: 40px 0;
  }
  .hs_recaptcha>div {
    overflow: hidden;
  }
  .industryBoxes>span>div {
    width: 130px;
    text-align: left;
  }
  .socialIcons ul li {
    font-size: 17px;
    padding: 28px 2px;
  }
  .hs-featured-image {
    margin-bottom: 20px;
  }
}