/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700&display=swap');

/***********************************************/
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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

/****************************************/
/*                                      */
/*                                      */
/*      Table of contents:              */
/*          HubL variables              */
/*          Macros                      */
/*          Base sets                   */
/*          Bootstrap standards     */
/*          Globals                     */
/*          Typography                  */
/*          Structure                   */
/*          Responsive         	*/
/*                                      */
/****************************************/

/*************** HubL variables ***************/






/*************** Macros ***************/
/*  Example use of macro (exclude HubL comment tags)
a {
color: red;
font-size: 12px;
 
}
*/










/*************** Base sets ***************/
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
}

/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  display: table;
  float: none !important;
  width: 100% !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .page-center {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }    
}
@media (min-width: 750px) {
  .page-center {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1200px;
  }
}

/*************** Globals ***************/
a {
  color: #1c449c;;
  line-height:22px;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
a::visited{
  color:#5b7f95;
}
img {
  max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}
.row-fluid [class*="span"]{
  min-height:0 !important;
}

/*************** Typography ***************/
/* -------- Basic text -------- */
p,
q {
  text-rendering: optimizelegibility;
}
span {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
label {
  color: #fff;
  font-family: 'Lato', Sans-serif;;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
small {}
p.semi {
  font-weight: 400;
}
strong {
  font-weight: 400;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Sans-serif;;
  text-rendering: optimizelegibility;
}
h1 {
}
h1#dc-blog-title,
.dc-header h1 {
  color: #1c449c;
  text-transform: capitalize;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 1.25em 0;
}

@media (min-width: 960px){
  h1#dc-blog-title,
.dc-header h1{
      padding: 4.25em 0 40px !important;
  }
  .blog-section .right-sidebar{
    padding: 4.25em 0 40px;
  }
}
h1#dc-blog-title.blog-post-title {
  padding: 1.25em 0 0.25em;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

/* -------- Highlighted Text -------- */
::-moz-selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}
::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: rgba(0,0,0,0.75);
}

/* -------- Lists -------- */
ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  color: #333;
  font-family: 'Lato', Sans-serif;;
  font-weight: 400;
  text-rendering: optimizelegibility;
}

.widget-type-rich_text ul {
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 1rem 0;
  padding: 0;
}
.widget-type-rich_text ul li {
  padding-left: 0;
}
.widget-type-rich_text ul li:before {

}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -------- 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 {
  border-bottom: 1px solid #CDCDCD;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  line-height: 21px;
  color: #8B8B8B;
  font-weight: 400;
  border-radius:0;
}
.hs-input:focus{
  outline: 0;
  border-bottom: 2px solid #1c449c;
}
select {
  -webkit-appearance: none;
  background: transparent;
}
/*
.hs-form-field > label{
   
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
transition: all .2s ease;

  color: #8B8B8B;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  display: block;
}
.hs-form-field > label.red{
  color:#DA0000;
}
.hs-form-field > label.sel{
  color: #1c449c;
  font-size: 12px;
  line-height: 14px;
  top: -11px;
}
.hs-form-field > label.upM{
  color: #1c449c;
  font-size: 12px;
  line-height: 14px;
  top: -11px;
}

.hs-form-field {
  margin-top: 50px;
  position:relative;
}
*/
.form input[type="text"], .form input[type="password"], .form input[type="email"], textarea {
    margin-bottom: 20px;
    padding: 20px;
    border: unset;
    font-size: 16px;
    background: #fafafa;
    color: #333;
}

input[type="checkbox"]{
  margin-right:25px;
}
textarea{
  height:130px !important;
  resize: vertical;
}
input[type="submit"]{
  width: auto;
  margin-top: 100px;   
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}
input[type="submit"]:hover{

}

.hs-form-field .input{
  display:table;
  width:100%;
}
.invalid.error{
  border-bottom: 1px solid #DA0000;
}

.hs-error-msgs{
  position: relative;
  bottom:12px;
}
.hs-error-msgs li label{
  font-size: 12px;
  line-height: 14px;
  color: #DA0000;
}

.hs-error-msgs li{
  list-style-type:none;
}
.hs-form-checkbox, .hs-form-radio{
  width:50%;
  float:left;
  list-style-type:none;
  margin-top:30px;
}
.hs-form-checkbox input, .hs-form-radio input{
  margin-right: 27px;
}
form .hs-richtext{
  text-align:center;
}
form{
  max-width: 570px;
  margin: auto !important;
  float: none !important;
}
form legend{
  color:#8B8B8B;
  font-size:18px;
  margin-bottom: 0;
}
/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}
.body-container .hs_cos_wrapper_type_rich_text ul, .body-container .hs_cos_wrapper_type_rich_text ol{
  padding-left: 42px;
}
.body-container-wrapper {
    padding: 0 0 100px 0;
}

/*************** Structure ***************/
.btn{
/*  border: 2px solid #1B75BC;
  background-color:transparent;
  color:#1B75BC;
  padding: 9px 37px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0; */
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
       
}
.btn:hover{
  text-decoration: none;
}
.btn-solid{
  /*background-color: transparent ;  For browsers that do not support gradients 
  border: 2px solid #1B75BC;;
  background-color: transparent ;
  color: #1B75BC;;
  padding: 11px 37px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;   */
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}
.btn-solid:hover{
/*  background-color:#1B75BC;
  color:#fff;  
  text-decoration: none;*/
}
/* Landing Page */
.header-logo-section{
  padding: 13px 0 16px;
  text-align:left;
}
.header-logo-section img{
  width:163px !important;
  height:auto;
}
.hero-banner{
  position:relative;
  z-index:2;
}
.banner-header-section {
  height: 523px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: table;
  width: 100%;
  text-align:center;
  position:relative;
  background-attachment: fixed;
  border-bottom: 5px solid #1c449c !important;
}


.banner-header-section a:last-child{
  border: 2px solid #1B75BC !important;
  background-color: transparent !important;
  color: #1B75BC ;
  padding: 9px 37px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 ;   
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

  text-transform: uppercase !important;
}
.banner-header-section a:last-child:hover{
  color: white !important;
  background-color:#1B75BC !important;
  text-decoration: none;
}
.banner-header-section .page-center{
  display: table-cell;
  vertical-align: middle;
}
.banner-header-section p{
  font-size:26px;
  color:#fff;
  margin-bottom:40px;
}
.banner-header-section .fa{
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  font-size: 26px;
  color: #fff;
  z-index:2;
  width: 16px;
  margin: 0 auto;
}
.banner-header-section .fa:hover{
  cursor: pointer;
}
.white-background{
  background-color:#fff;
}
.offer-image{
  text-align:right;
}
.offer-content{
  padding-top:90px; 
  padding-bottom:100px;
}
.offer-content a:last-child{
  background-color: #21BBD2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1)); /*Standard*/
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 11px 37px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  margin-top:50px;
   
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
    
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}
.offer-content a:last-child:hover{
  background-color:#7E7EB9;
  background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1)); /*Standard*/
  color:#fff;  
  text-decoration: none;
}
.offer-content img, .left-box, .right-box{
  opacity:0;
}
.offer-content h2{
  margin-bottom:43px;
}
.offer-content .btn-solid{
  margin-top:38px;
}
.social-share-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top:1px solid #F1F1F1;
  padding-top: 14px;
  padding-bottom: 15px;
}
.social-share-icons img{
  max-width: 100% !important;
  width: auto;
  max-height: 100% !important;
  height: auto;
}
.social-share-icons p{
  font-weight: 700;
  color: #7E7EB9;
}
.social-share-icons .fa{
  color: #1B75BC;
   
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;

}
.social-share-icons .fa:hover{
  color: #1B75BC;
}
.social-share-icons a{
  margin: 0 20px;
  display:inline-block;
}
.social-share-icons a.fb-icon img:hover{
  content:url(https://info.dedicatedcomputing.com/hubfs/icon-fb-hover.svg);
}
.social-share-icons a.linked-icon img:hover {
  content:url('https://info.dedicatedcomputing.com/hubfs/icon-linkedin-hover.svg');
}
.social-share-icons a.twitter-icon img:hover{
  content:url('https://info.dedicatedcomputing.com/hubfs/icon-twitter-hover.svg');
}
.social-share-icons a.pinterest-icon img:hover{
  content:url('https://info.dedicatedcomputing.com/hubfs/icon-pinterest-hover.svg');
}
.social-share-icons a.mail-icon img:hover{
  content:url('https://info.dedicatedcomputing.com/hubfs/icon-mail-hover.svg');
}
.testimonial-box{
  background-color: #fff;
  position: relative;
  padding-top: 81px;
  padding-left: 75px;
  padding-right: 75px;
  text-align:center;
  margin-bottom: -300px;
  padding-bottom: 300px;
}
.testimonial-box img{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.testimonial-box p.client-name{
  font-size: 18px;
  color: #1c449c;
  font-weight: 700;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 6px;
}
.testimonial-box p.client-role{
  color: #7E7EB9;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
}
.testimonial-header{
  position:relative;
  z-index:2;
}
.testimonial-content{    
  padding-top: 57px;
}
.testimonial-content, .testimonial-content p{
  font-size: 14px;
  line-height: 24px;
  color: #8B8B8B;
  font-style: italic;
  font-family: "Times New Roman", Serif;
  position:relative;
  margin:0;
  text-align:initial;
}
.testimonialsmall-box{
  max-width: 970px;
  margin: auto !important;
  float: none !important;
  padding-top: 90px;
  padding-bottom: 80px;
  position:relative;
  z-index:2;
  height: auto;
  overflow: hidden;
}
.testimonial-section{
  padding-bottom: 125px;
  padding-top: 70px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.testimonial-section h3{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.testimonial-content:before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B75BC;
  font-size: 28px;
  position: absolute;
  left: -50px;
  margin-top: -8px;
}
.testimonial-content:after {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1B75BC;
  font-size: 28px;
  position: absolute;
  right: -45px;
  bottom: 10px;
}
.gradient-overlay{
  background-color: #21BBD2;
  background: -webkit-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
  background: -o-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
  background: -moz-linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
  background: linear-gradient(rgba(126,126,185,0.84),rgba(33,187,209,0.84));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
}
.form-section{
  padding-top:80px;
  padding-bottom:120px;
}
.section-form h3{
  color: #1c449c;
  text-transform: uppercase;
  text-align:center;
  margin-bottom:35px;
}
.footer-section {
  background-color: #1c1c1c;
}
.footer-section p{
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.footer-section p a{
  color: #fff;
  text-decoration:none;
}
.footer-section p a:hover{
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}

/* ==== THANK YOU ==== */
.header-section{
  padding:17px 0;
}
.header-section img{
  width: 163px !important;
  height: auto;
}
.header-menu{
  text-align:right;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  max-width: 100%;
  white-space: normal;
  font-size: 16px;
  line-height: 19px;
  color: #1c449c;;
  font-weight: 400;
  padding: 12px 0 20px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
  color: #7E7EB9;
  border-bottom: 4px solid #21BBD2;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  height:40px;
  padding: 0 10px;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
  background-color: #21BBD2;
  background: -webkit-linear-gradient(left,rgba(33,187,209,1),rgba(126,126,185,1));
  background: -o-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
  background: -moz-linear-gradient(right,rgba(33,187,209,1),rgba(126,126,185,1));
  background: linear-gradient(to right,rgba(33,187,209,1),rgba(126,126,185,1));
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
   
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;

   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child:hover a{
  background-color: #21BBD2;
  background: -webkit-linear-gradient(left,rgba(126,126,185,1),rgba(126,126,185,1));
  background: -o-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
  background: -moz-linear-gradient(right,rgba(126,126,185,1),rgba(126,126,185,1));
  background: linear-gradient(to right,rgba(126,126,185,1),rgba(126,126,185,1));
}
/*.blue-overlay{
  position: absolute;
  background-color: #21BBD2;
  background: -webkit-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
  background: -o-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
  background: -moz-linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
  background: linear-gradient(rgba(126,126,185,0.5),rgba(33,187,209,0.5));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.parallax-banner{
  height: 425px;
  display: table;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.dc-short-banner {
  height: 200px;
}
.display-middle{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  max-width: 500px;
}
.display-middle .banner-content{
  max-width: 900px;
  width: 100%;
  margin: auto !important;
  float: none;
  position:relative;
  z-index:2;
}
.parallax-banner .banner-content h1 {
  text-transform: capitalize;
  color: #1c449c;

}
.parallax-banner .row-fluid {
  display: flex;
}
.span12.widget-span.widget-type-blog_content.widget-type-rich_text.banner-content {
  display: flex;
  align-content: center;
  align-items: center;
  margin: auto !important;
  justify-content: space-around;
}
.parallax-banner .banner-content h1 {
  flex-flow: nowrap;
  margin:0;
}
.banner-content p{
  font-size: 24px;
  line-height: 29px;
}
.blogpost-section {
  padding-top: 80px;
  padding-bottom:160px;
}
.blogpost-header{
  text-align:center;
  /*border-bottom: 1px solid #F1F1F1;
  margin-bottom: 90px;*/
  padding-bottom: 35px;
}
.blogpost-header h2{
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 100px 0 15px 0;
}
.blogpost-box{
  background-color:#F1F1F1;
  /* margin-bottom: -300px; */
  padding-bottom: 300px;
}
.blogpost-box img{
  width:100%;
  object-fit:cover;
}
.blog-smallbox{
  padding:48px 40px 60px;
}
.blog-smallbox h5{
  margin-bottom:15px;
}
.blog-smallbox p{
  font-size: 14px;
  line-height: 16px;
  margin:0;
}
.blog-smallbox p > span{
  color: #1c449c;
  font-weight:700;
}
.blog-content{
  padding-top:35px;
}
.blog-content p{
  line-height:24px;
}
.blog-smallbox .btn-solid{}
.blog-container{
  overflow:hidden;
}
.bottom-margin {
  margin: 10px 0 100px;
}
/*** Landing Page ***/


/*** Blog List ***/

.blog-section-wrapper{
  padding-top: 15px;
  padding-bottom:0;
}
.span4 .post-item {
  padding-bottom: 30px;
  height: 420px;
}

@media (min-width: 768px) and (max-width: 1199px){
  .span4 .post-item{
    height: 500px !important;
  }
  .post-body h3{
    font-size:16px !important;
  }
  .blog-read-more.btn.sh-nav-ram{
    font-size:14px !important;
  }
}

@media (min-width: 1200px){
  .span4 .post-item{
    height:440px !important;
  }
}

.blog-listing-wrapper .span4 {
  max-width: 400px !important;
  margin-left: auto !important;
  margin-right: 1.7% !important;
}
.post-item .post-body{
  padding: 15px 15px 30px;
  line-height: initial;
}
article.blog-post-content .post-body {
  padding: 20px 0 30px;
}
.post-item .post-inner {
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05), 0 0 5px rgba(0,0,0,0.01);
  transition: transform 0.2s ease,box-shadow 0.2s;
  height: 100%;
  min-height: 265px;
  background-color: #fff;
}
.post-item .post-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 0px 23px rgba(34,118, 186,0.5), 0 0 15px rgba(34, 118, 186,0.5);
}
.blog-section .banner-content h1,
.blog-section .banner-content h2 {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 66px;
  color: #ffffff;
  font-weight: 500;
}
.post-body{
}
.author-date-published{
  padding: 5px 0;
  font-size: 15px;
}
.content-body{
    line-height: 15px;
    font-size: 15px;
    margin: 10px 0;
}
.post-body p{
  font-size: 16px;
  margin-top:0;
}
.post-body h4{
  font-weight: 700;
    font-size: 21px;
    margin-bottom: 12px;
    line-height: 19px;
    height: 70px;
}
.post-body h4 a{
  color: #1c449c;
  font-size: 18px;
}
.post-body a.author-link, .post-body p.author-date-published span{
  color: #1B75BC;
  font-weight: 700;
}
.post-body a.blog-read-more{
    margin-top: 5px;
    position: absolute;
    bottom: 20px;
}
}
.banner-section .banner-content p{
  width: 70%;
  margin: 0 auto;
}
.featured-image-wrapper .hs-featured-image{
  float: none;
  margin: 0;
  max-width: 100%;
  height: 178px;
  width: 100%;
  object-fit: cover;
}

.hs-featured-image-wrapper .hs-featured-image{
  float: none;
  margin: 0;
  max-width: 100%;
  height: 165px !important;
  width: 100%;
  object-fit: cover;
}
.hs-featured-image {
  float: none; 
  margin: 0;
  max-width: 100%;
}
.blog-email-subs-wrapper{
  border: 1px solid #e3e3e3;
  padding: 33px 30px 55px;
}
.blog-email-subs h3{
  display: none;
}
.blog-email-subs-wrapper h3{
  color: #1c449c;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 29px;
}
.blog-email-subs-wrapper p{
  line-height:21px;
}
.blog-email-subs .hs-form-field{
  margin-top: 0;
}
.blog-email-subs input[type="submit"]{
  margin-top: 10px;
}
.blog-email-subs{
  margin-top:10px;
}

.blog-cta{
  margin-top: 20px;
}
.custom-pagination{
  border: 1px solid #e8e8e8;
  padding: 20px;
  position: relative;
}
.custom-pagination .i-prev{
  position: absolute;
  left: 40px;
  margin-top: -13px;
  top: 50%;
}
.custom-pagination .i-next{
  position: absolute;
  right: 40px;
  margin-top: -13px;
  top: 50%;
}
.i-prev i, .i-next i{
  font-size: 23px;
}
.pagination-wrapper{
  margin: 0 auto;
  display: table;
}
.pagination-wrapper .prev{
  position: absolute;
  left: 55px;
  padding: 0 15px!important;
  margin-top: -16px;
  top: 50%;
}
.pagination-wrapper .next{
  position: absolute;
  right: 55px;
  padding: 0 15px!important;    
  margin-top: -16px;
  top: 50%;
}
.pagination-wrapper .pagination a {
  float: left;
  padding: 0 20px;
}
.pagination a{
  font-size: 18px;
}
.pagination a i{
  font-size: 30px;
}
.pagination-wrapper .selected{
  padding: 0 9px 0 9px;
}
.pagination-wrapper a.active{
  color: #1B75BC;
  border-bottom:  4px solid #1B75BC;
  padding: 0 20px 14px 20px;
}
.pageNo.pagination {
  display: table;
  position: relative;
}
.pageN {
  float: left;
  position: relative;
  top: 5px;
}
.thank-u-message{
  padding: 80px 10px 50px 10px;
  text-align: center;
}
.thank-u-message h2{
  font-size: 36px;
  line-height: 42px;
}
.blog-details-featured-image img{
  width: 63%;
  /*height: 335px; default height*/
  object-fit: cover;
  border-left: 6px solid #1B75BC;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 0 5px 0 rgba(0,0,0,0.2);
  
}
.blog-details .blog-section h2, .blog-details .blog-section h4, .blog-details .blog-section h3{
  font-size: 1.3em;
  padding: 0;
  font-weight: 700;
  color: #333;
}
.blog-details .blog-section .post-body ul{
  padding-left: 25px;
  margin-top: 25px;
}
.blog-details .blog-section .post-body ul li, .blog-details .blog-section ol li{
  font-size: 14px;
  list-style: none;
  position: relative;
  padding-bottom: 24px;
}
.blog-details .blog-section .post-body ul li:before, .blog-details .blog-section .post-body ol li:before{
  content: '\f111';
  font-family: FontAwesome;
  color: #1B75BC;
  font-size: 10px;
  position: absolute;
  left: -26px;
}
blockquote{
  font-size: 14px;
  font-family: "Times New Roman", Georgia, Serif;
  color: #8b8b8b;
  line-height: 24px;
}
.blog-details .testimonials{
  background: #f1f1f1;
  padding: 50px 180px;
  margin: 40px 0 45px 0;
}
.blog-details .testimonials blockquote{
  font-style: italic;
  line-height: 24px;
  padding-bottom: 20px;
  position: relative;
}
.blog-details .testimonials blockquote:before{
  content: '\f10d';
  font-family: FontAwesome;
  color: #1c449c;
  font-size: 27px;
  position: absolute;
  left: -48px;
  top: -18px;
  font-style: normal;
}
.blog-details .testimonials blockquote:after{
  content: '\f10e';
  font-family: FontAwesome;
  color: #1c449c;
  font-size: 27px;
  position: absolute;
  right: -22px;
  bottom: 12px;
  font-style: normal;
}
.testimonials .person{
  color: #1c449c;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  padding-bottom: 5px;
}
.testimonials .role{
  color: #7e7eb9;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.social-share-icons{
  border-top: 2px solid #f1f1f1;
  padding-top: 30px;
  padding-bottom: 35px;
}
#comment-form{
  border: 1px solid #e8e8e8;
  padding: 40px 30px;
  margin-top: 80px;
  margin-bottom: 50px;
}
#comment-form h5{
  text-transform: uppercase;
  font-weight: 500;
}
#comment-form form{
  max-width: 100%;
}
#comment-form form fieldset{
  max-width: 100%
}
#comment-form form fieldset .hs-form-field{
  padding-right: 30px;
}
#comment-form form fieldset .hs-form-field:nth-child(2){
  padding-right: 0;
}
#comment-form form fieldset textarea{
  width: 100%;
  height: auto!important;
  line-height: 10px;
}
#comment-form form fieldset .input{
  margin-right: 0;
}
#comment-form form fieldset.form-columns-1 .hs-form-field{
  padding-right: 0;
}
#comment-form form input[type="submit"]{
  margin-top: 60px;
  width: auto;
}
#comment-form form input[type="submit"]:hover{
  cursor: pointer;
}
#comment-form form fieldset .hs_comment{
  margin-top: 80px;
}
#comment-form form div.hs_comment label span{
  top: -32px;
}
#comments-listing .comment{
  background: #f1f1f1;
  margin-left: 100px;
  border-radius: 8px;
  position: relative;
  padding: 30px 40px;
  margin-bottom: 18px;
}
#comments-listing .comment:before{
  content: '';
  background: url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/user-pic.png') no-repeat;
  height: 66px;
  width: 66px;
  position: absolute;
  left: -100px;
  display: inline-block;
  top: 50px;
}
#comment-form form div label span{
  position: relative;
  top: -8px;
}
.comment .comment-from h4{
  padding: 0;
  margin-bottom: 0;
}
.comment .comment-from h4 a{
  color: #1c449c;
  font-size: 18px;
}
.comment .comment-date{
  position: absolute;
  top: 40px;
  right: 30px;
  color: #1B75BC;
}
.comment-body:before{
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: -22px;
  top: 69px;
  background: url('https://522195.fs1.hubspotusercontent-na1.net/hubfs/522195/SphereOne/caret-left.png') no-repeat;
  height: 26px;
  width: 26px;    
}
.comment-body p{
  font-size: 16px;
}
#comments-listing .depth-1{
  margin-left: 130px;
}
#comments-listing .depth-2{
  margin-left: 160px;
}
#comments-listing .depth-3{
  margin-left: 190px;
}
.blog-section form ul.hs-error-msgs li{
  list-style: none!important;
}
.blog-details .blog-section ul.hs-error-msgs li:before{
  display: none;
}
.blog-details .blog-section ul.hs-error-msgs{
  padding-left: 0;
}
.blog-section .comment-section{
  padding: 20px 0;
  border-bottom: 2px solid #f1f1f1;
  margin: 35px 0 50px 0;
}
.comment-section h5{
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  float: left;
  font-size:24px;
}
.comment-section .counter-wrapper{
  float: left;
  background: #1B75BC;
  padding: 10px 20px;
  color: #fff;
  margin-left: 25px;
  position: relative;
  border-radius: 50%;
  top: -12px;
  width: 44px;
  height: 44px;
}
.comment-section .counter-wrapper span{
  font-size: 24px;
  position: absolute;
  line-height: 24px;
  margin-left: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.comment-section .counter-wrapper:before{
  content: '';
  font-family: FontAwesome;
  position: absolute;
  left: -18px;
  top: 13px;
  color: #1B75BC;
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #1B75BC;
}
/*** Blog Listing - widget ***/
#hs_cos_wrapper_module_156995066770466 .widget-module ul  {
  margin: 20px 0 55px 12px;
}
#hs_cos_wrapper_module_156995066770466 h3 {
  color: #1c449c;
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 1.35em;
  margin-left: 12px;
  font-weight: 700;
}
div.right-sidebar {
  margin-top: 2.85em;
}
div.right-sidebar > div.row-fluid-wrapper {
  margin-bottom: 20px;
}
.right-sidebar h3 {
  color: #1c449c;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 1.125em;
  text-transform: capitalize;
  font-weight: 700;
}
.subscribe-form h3 {
  color: #fff;
  font-size: 23px;
}
.right-sidebar ul {
  padding-left: 0;
}
.right-sidebar ul li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 14px;
  padding-bottom: 9px;
  font-weight: 700;
}
.right-sidebar ul  li a {
  text-decoration: none;
}
.right-sidebar ul li a:hover {
  color: #1B75BC;
}


/* === BLOG DETAILS === */
.post-header img{
  margin-bottom:50px;
}
fieldset {
  max-width: 100% !important;
}
form fieldset.form-columns-2 > .hs-form-field:first-child .input {
  width: 90%;
}
form .input textarea {
  width: 100% !important;
}

/* end of other elements */

/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {

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

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

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

}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner-header-section {
    background-attachment: inherit;
  }
  /* end of tablet (portrait and landscape) */
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {   

}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  .offer-image{
    text-align:center;
  }
  .offer-content img{
    margin-bottom:50px;
  }
  .social-share-icons {
    display: table;
    margin: 0 auto;
  }
  .social-share-icons p{
    text-align: center;
  }
  .testimonial-box{
    margin-bottom:100px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom:50px;
  }
  .social-share-icons a {
    margin-left: 20px;
  }
  .social-share-icons a:first-child {
    margin-left: 0;
  }
  .testimonial-section{
    padding-bottom:0;
  }
  .hs-form-checkbox, .hs-form-radio {
    width: 100%;
  }
  h1 {
    line-height: 50px;
  }
  .testimonial-content:before {
    left: -35px;
  }
  .testimonial-content:after {
    right: -35px;
  }
  .offer-content img, .left-box, .right-box{
    opacity: 1;
  }

  /*** Blog ***/
  .display-middle{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .display-middle .banner-content{
    width: 100%;
  }
  .blog-section-wrapper .post-item{
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .custom-pagination{
    margin-right: 0;
    margin-bottom: 30px;
  }
  .thank-u-message h2{
    font-size: 24px;
    line-height: 34px;
  }
  .custom-pagination .i-prev{
    left: 10px;
  }
  .custom-pagination .i-next{
    right: 10px;
  }
  .pageN {
    display: none;
  }
  .pagination .prev-link,
  .pagination .next-link {
    padding: 0 !important;
  }
  .pagination-wrapper .prev{
    left: 16px;
  }
  .pagination-wrapper .next{
    right: 16px;
  }
  .thank-u-message{
    padding: 40px 10px 15px 10px;
  }
  .banner-content a:nth-last-child(2){
    width: 100%;
    margin-right: 0;
  }
  .banner-content a:last-child{
    width: 100%;   
    margin-top:20px;
  }
  .blog-smallbox {
    padding: 48px 15px 60px;
  }
  .blogpost-box{
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    text-align:center;
    padding: 15px 0px;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    padding:0 35px;
    height:auto;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
    width:100% !important;
  }
  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover a{
    border-bottom:0;
  }
  .banner-section .banner-content p {
    width: 100%;
  }
  .blog-section .parallax-banner {
    height: 100%;
  }
  #comment-form form input[type="submit"]{
    width:100% !important;
  }
  #comments-listing .comment:before{
    left: -87px !important;
  }
  #comments-listing .comment{
    margin-left: 80px !important;
    padding: 20px 10px !important;
  }
  #comments-listing .depth-1 {
    margin-left: 95px !important;
  }
  .comment .comment-date {
    position: initial !important;
  }
  .parallax-banner {
    background-attachment: inherit;
  }
  
  .offer-content{
    text-align: center;
  }
  .blog-section .banner-content h1,
  .blog-section .banner-content h2 {

  }
  .banner-header-section {
    background-attachment: inherit;
  }
  .blog-details .testimonials{
    padding: 25px;
  }
  .blog-details .testimonials blockquote:before{
    font-size: 15px;
    left: -20px;
    top: -9px;
  }
  .blog-details .testimonials blockquote:after{
    font-size: 15px;
    right: 10px;
  }
  .social-share-icons{
    margin: 0 auto;
  }
  #comment-form form fieldset .hs-form-field{
    padding-right: 0;
  }
  #comment-form form fieldset .input input{
    width: 100%;
  }
  form fieldset.form-columns-2 > .hs-form-field:first-child .input {
    width: 100%;
  }
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {

}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {

}

/**** Resources Page ****/

.resources.btn-solid{
  background-color: transparent ; /* For browsers that do not support gradients */
  border: 2px solid #ffffff;
  background-color: transparent ;
  color: #ffffff;
  padding: 11px 37px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;   
   
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;

}
.resources.btn-solid:hover{
  background-color:#1B75BC;
  color:#fff;  
  text-decoration: none;
  border: 2px solid #1B75BC;
}


.gdd-004-b .site-header .menu-wrap {
    margin: 0 auto !important;
    text-align: center !important;
    display:flex !important;
}

.gdd-004-b .site-header .menu-wrap .sh-ico-menu{
    padding: 0 0 0 1.5em !important;
    position: relative !important;
    width: auto !important;
    margin: 12px auto !important;
    text-transform: uppercase !important;
    color: #fff !important;
}


@media (min-width: 60em) {


  .hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
display:inline-block !important;
}

  .hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2:nth-of-type(3) a{
margin:0 auto !important;
}

.hs-menu-wrapper .hs-item-has-children:nth-child(6) .hs-menu-children-wrapper .hs-menu-depth-2 a{
              margin: 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        padding: 0 1.25em 0 !important;
  }

.hs-menu-wrapper .hs-item-has-children:nth-child(6) .hs-menu-children-wrapper .hs-menu-depth-2 a:hover{
        font-weight:bold !important;
  }

.hs-menu-wrapper .hs-item-has-children:nth-child(6) .hs-menu-children-wrapper .hs-menu-depth-2 a:hover span{
background-image: url(https://www.dedicatedcomputing.com/wp-content/themes/dedicatedcomputing-default/img/arrow-wht.svg) !important;
        background-position: right 7px !important;
        background-repeat: no-repeat !important;
        background-size: 1.1875em .5625em !important;
      padding-right: 1.3125em !important;
}

}

.hs-menu-depth-2 > a:hover {
   font-weight:bold !important;
    color:#fff !important;
}


@media (min-width: 60em) {
.hs-menu-depth-2 > a:hover {
   font-weight:normal !important;
}
}

.hs-menu-depth-3 > a:before {
    content: attr(title) !important;
    font-weight: 700 !important;
}



.hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(3) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(5) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(6) > .hs-menu-children-wrapper .hs-menu-depth-2 > a{
visibility:hidden !important;
display:none !important;
}

.hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2:nth-of-type(3) a{
    background-color: #1B75BC !important;
    padding: 0.375em 0.625em !important;
    max-width: 300px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border: 1px solid #ffffff00 !important;
    color: #fff !important;
  visibility: visible !important;
  }
   
  .hs-menu-depth-1:nth-of-type(2) > .hs-menu-children-wrapper .hs-menu-depth-2:nth-of-type(3) a:hover{
    background-color: #1c449c !important;
    color:#fff !important;
            border: 1px solid #ffffff00;
}


/* gdd 002 b  css end */