/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700,900,900italic,100,100italic,300,300italic,400italic,500italic,700italic');
@import url('//use.fontawesome.com/releases/v4.6.3/css/font-awesome-css.min.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
      list-style-type: none;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #f1f1f1;
  background-image: url(//4937360.fs1.hubspotusercontent-na1.net/hubfs/4937360/Universidad_Anhuac_Mxico_October2018%20Theme/Images/anahuac-fondo-footer-1.jpg);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/

/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 10px;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}


.rs-bloque .fa-linkedin {
    border-radius: 40px;
    background: #848484;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque .fa-facebook {
    border-radius: 40px;
    background: #848484;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque .fa-twitter {
    border-radius: 40px;
    background: #848484;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque .fa-youtube {
    border-radius: 40px;
    background: #848484;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque {
    padding-left: 15px !important;
    padding-top: 25px !important;
    
}

.rs-bloque .fa-linkedin:hover {
    border-radius: 40px;
    background: #f18903;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque .fa-facebook:hover {
    border-radius: 40px;
    background: #f18903;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque .fa-twitter:hover {
    border-radius: 40px;
    background: #f18903;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}

.rs-bloque .fa-youtube:hover {
    border-radius: 40px;
    background: #f18903;
    padding: 5px 5px;
    height: 22px;
    width: 22px;
    color: white;
}
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: 'Roboto', sans-serif;
  line-height: 1.1;
  color: inherit;
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size:36px
    text-transform: uppercase;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;

}
h3 {
  font-size:24px;
}
h4 {
  font-size:18px;
}
h5 {
  font-size:14px;
}
h6 {
  font-size:12px;
}

/* Anchor Links */
a { color: #ff8300;text-decoration: none; }
a:hover, a:focus { color: #763519;text-decoration: none; }
a:active, a:hover {
  outline: 0;
}
/* Lists */
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.custom-blog-top-header {
  background: white;
  background-image: url(//4937360.fs1.hubspotusercontent-na1.net/hubfs/4937360/Universidad_Anhuac_Mxico_October2018%20Theme/Images/anahuac-fondo-footer-1.jpg);
  padding: 14px 0 0;
}
.blog-header-top-menu {
  background-color: #FF5900;
}
.blog-header-bottom-menu {
  background-color: #15243C;
  color: #FFF;
  z-index: inherit !important;
  min-height: 50px !important;
}

.blog-logo-slogan h3 {
  font-size: 16.86pt;
  color: #7c4300;
  text-align: center;
  font-weight: 500;
}
.search-area {
  color: #535353;
  font-size: 10.7pt;
  margin-top: 20px;
}
.search-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-area ul li {
  display: inline-block;
}
.search-area ul li a {
  display: inline-block;
  padding: 0px 12px;
  color: #535353;
  font-weight: bold;
}
.search-area ul > li > a:hover {
  text-decoration: none;
  color: #7c4300;
}
.custom-blog-logo img {
  margin-bottom: 10px;
}

@media (min-width:768px){
  .custom-blog-logo {
    width: 25% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0 !important;
  }
  .blog-logo-slogan {
    width: 50% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
  }
  .blog-header-lang-group{
    width: 25% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 !important;
  }
}
/* =============== Content =============== */

.body-container-wrapper {
  /* background-color: white; */
}
.body-container {}

.vidyard-player-container {
  max-width: 100% !important;
  max-height: 100% !important;
}

#main-content.webinar-content {
    margin-top: 50px;
}

.hs-blog-post .webinar-content .blog-section {
  position: relative;
  border-top: 1px solid #F78303;
}

.webinar-content .blog-post-category {
  background-color: #F78303;
  padding: 10px 15px;
  color: #FFF;
  font-size: 15px;
  position: absolute;
  top: -42px;
  left: -1px;
  text-transform: uppercase;
}

.webinar-content .blog-post-category::after{
    content: '';
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #F78303;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 21px solid #F78303;
    clear: both;
}


.category-tag-text-container {
    text-align: left;
    margin-bottom: 2rem;
}

.category-tag-text-container .text-container {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
}

.category-tag-text-container .text-container img {
    height: 28px;
    margin-right: 5px;
}

.category-tag-text-container .select-container {
    display: inline-block;
}

.category-tag-text-container #tag-select-facultades {
    background-color: #f78402;
    height: 45px;
}

.tag-text-container {
    text-align: right;
    margin-bottom: 2rem;
}

.tag-text-container .text-container {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
}

.tag-text-container .text-container img {
    height: 28px;
    margin-right: 5px;
}

.tag-text-container .select-container {
    display: inline-block;
}

.tag-text-container #tag-select {
    background-color: #f78402;
    height: 45px;
}

@media screen and (max-width:768px) {
  .category-tag-text-container {
      text-align: center;
      margin-bottom: 2rem;
  }
  
  .tag-text-container {
      text-align: center;
      margin-bottom: 2rem;
  }
  
  .tag-text-container .text-container {
      margin-bottom: 11px;
  }
}

.hs-blog-post .webinar-content .blog-post-wrapper .post-body {
    padding: 0;
}

.hs-blog-post .webinar-content .top-bottom-boder {
    padding: 20px;
    text-align: center;
}

.hs-blog-post .webinar-content .section.post-header {
  margin: 0;
  padding: 20px 20px 0;
}

.webinars-listing .blog-listing-wrapper h1 {
  font-size: 2.2rem;
  color: #F78402;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.hs-blog-post .webinar-content .post-header h1 {
  font-size: 1.8rem;
}

.boton-suscribe {
  border-bottom: 1px solid #dddfe2;
}

.hs-blog-post .webinar-content .blog-post-wrapper .post-body {
    padding: 0 20px 20px;
    border: 0;
}

.hs-blog-post .webinar-content .blog-post-wrapper .post-body p {
    font-size: 15px;
    margin-bottom: 5px;
}

.hs-blog-post .webinar-content .blog-post-wrapper .post-body .divider {
    max-width: 500px;
    height: 1px;
    background-color: #bfbfbf;
    margin-bottom: 15px;
}

@media screen and (max-width:768px) {
  .hs-blog-post .webinar-content .post-header h1 {
    font-size: 1.4rem;
  }
}

.webinars-listing .post-header {
  height: 240px;
  background-size: cover;
  background-position: center;
}

.webinars-listing .post-description {
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.4s ease;
}

.webinars-listing .post-description .description-wrapper {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}


.webinars-listing .post-description .description-wrapper .description-contents {
  color: #FFF;
  text-transform: uppercase;
  align-self: center;
  text-align: center;
  font-size: 17px;
}

.webinars-listing .post-listing .post-item:hover .post-description {
  opacity: 1;
}

.webinars-listing .post-listing .post-item h2 {
  font-weight: 500;
  color: #f78402;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
  text-align: center;
  text-transform: none;
}

@media screen and (max-width:768px) {
  .webinars-listing .post-listing .post-item h2 {
    display: block;
  }
}

.content-wrapper {
  padding:70px 0;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.blog-banner-area {
  position: relative;
  min-height: 274px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center;
}
.blog-banner-area .content-header {
  width: 50%;
  color: #fff;
}
.blog-banner-area .content-header h1 {
  margin-top: 9%;
  color: #FFF;
  font-size: 30pt;
  text-transform: uppercase;
}
.blog-banner-area .description,.blog-banner-area .content-header h1{
  margin-left: 11%;
}
.blog-banner-area .description{
  color: #fff;
  padding: 10px;
  width: 70%;
}
/* =============== Footer =============== */

.footer-container-wrapper {
  background-image: url(//4937360.fs1.hubspotusercontent-na1.net/hubfs/4937360/Universidad_Anhuac_Mxico_October2018%20Theme/Images/anahuac-fondo-footer-1.jpg);
  background-size: cover;
  padding-top: 25px;
  border-top: 4px solid #ff8300;
}
.footer-container {}
.footer-row{
  margin-left:-15px;
  margin-right:-15px;
}
.footer-bottom-content {
  margin: 0 auto !important;
  float: none !important;
  max-width: 600px !important;
  text-align:center;
  color: #9d9d9d;
  text-align: center;
  font-size: 9pt;
}
.footer-bottom-content h3 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}
.footer-bottom-content img {
  display: inline-block;
  max-width: 70px;
  margin: 0 8px;
  vertical-align: middle;
}
.footer-top-group .col {
  width: 33.33333333% !important;
  margin: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-top-group .col{
  min-height: 160px !important;
  color: #9d9d9d;
  line-height: 20px;
}
.footer-top-group .col.col3{
  line-height: 1.42857143;
}
.footer-top-group .col:not(.col3){
  border-right: 1px solid #333;
}
.footer-top-group .col.col1 img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}
.footer-top-group .col h4 {
  color: #000;
  font-size: 15px;
}
.footer-top-group .col strong a,.footer-top-group .col strong a:hover {
  color: #6d6d6d;
}
.footer-top-group .col p {
  margin-bottom: 0;
  font-size: 12px;
}
.footer-social {
  margin: 0 -15px;
}
.footer-social-left {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-social-right {
  width: 66.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.social-icons {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 1px;
  position: relative;
  top: -10px;
}
.social-icons ul {
  padding: 0;
  margin: 0;
}
.social-icons ul li {
  float: left;
  text-decoration: none;
  list-style-type: none;
  padding-right: 5px;
}
.Bottom-footer-group {
  margin-top: 50px;
}
.footer-top-group .col.col1 {
  border: none !important;
}
.footer-top-group .col.col1 > .widget-type-rich_text {
  border-right: 1px solid #333;
  min-height:160px;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float:none !important;
  display:inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 15px 18px;
  color: #FFF;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 20px;
  position: relative;
  font-size: 13px;
}
.blog-header-bottom-menu .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 12px 20px;
}
.blog-header-bottom-menu .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
  background-color: #FF5900;
  color: #FFF;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #FFF;
  background-color: transparent;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-header-bottom-menu .custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(0, 0, 0, 0.9);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}

.blog-sidebar{
    border: 1px solid #dedede;
    background: #fff;
}

.hs-hash-631285830{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}



/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: fixed;
    top: 8px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    background: #ff8300;
    border: 2px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    z-index:1000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 30px !important;
    padding: 0 !important;
    opacity: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    min-height:0 !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block !important;
    padding: 5px 18px;
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.is-active > a,.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:hover
  .custom-menu-primary .hs-menu-wrapper > ul > li.open > a{
    color: #7b430c;
    background-color: transparent;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  .blog-header-bottom-menu {
    background-color: #15243C;
    color: #FFF;
    z-index: inherit !important;
    min-height: 0 !important;
  }
  .blog-header-top-menu {
    background-color: #ff8300;
    min-height: 0 !important;
  }
  .blog-header-top-menu {
    position: fixed;
    top: 53px;
    right: 15px;
    max-width: 310px;
    z-index: 1001 !important;
    width: 100% !important;
  }
  .blog-header-bottom-menu {
    position: fixed;
    top: 233px;
    right: 15px;
    max-width: 310px;
    z-index: 1000 !important;
    width: 100% !important;
    background-color: black;
  }
  .container-fluid .row-fluid .blog-header-bottom-menu .page-center,
  .container-fluid .row-fluid .blog-header-top-menu .page-center{
    padding-left:0;
    padding-right:0;
  }
  .header-container .row-fluid [class*="span"] {
    min-height: 0;
  }
  .mobile-trigger:focus, .mobile-trigger:hover,.mobile-open .mobile-trigger {
    background-color: #ddd;
  }
  .custom-blog-logo {
    width: 100% !important;
    max-width: 270px;
    margin: 0 auto !important;
    float: none !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-logo-slogan {
    padding: 0 15px;
  }
  .blog-logo-slogan h3 {
    margin-top: 10px;
  }
  .blog-header-lang-group {
    padding: 0 15px;
  }
  .left-header-menu-img {
    top: 93px;
  }
  .body-container.container-fluid .row-fluid .page-center {
    max-width: 420px;
  }
  .blog-banner-area .content-header {
    width: 100%;
  }
  .blog-header-bottom-menu .custom-menu-primary .hs-menu-wrapper > ul > li.is-active > a, 
  .blog-header-bottom-menu .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:hover 
  .blog-header-bottom-menu .custom-menu-primary .hs-menu-wrapper > ul > li.open > a {
    color: #dcdcdc;
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li:first-child{
    margin-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li:last-child{
    margin-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: 50vh;
    height: auto !important;
    overflow-y: auto !important;
  }
  .blog-header-top-menu .custom-menu-primary .hs-menu-wrapper > ul {
    max-height: 52vh;
  }
  .left-header-menu-img {
    top: 93px !important;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container-wrapper 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"],
input[type="file"],
textarea,
select {
  font-size: inherit;
  line-height: inherit;
  height: 50px;
  width: 100%;
  display: block;
  max-width: 767px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0 15px;
  font-family: "Poppins",sans-serif;
  -moz-appearance: none;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.body-container-wrapper input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	height: auto;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  letter-spacing: 1px;
  font-family: "Poppins",sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 12.5px 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  background: #fff;
  color: #000000;
  line-height: 25px;
  outline: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #793b00;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}



input[type="search"] {
  -webkit-appearance: none;
}
.hs-form-field > label, label.hs-form-booleancheckbox-display {
  display: block;
  margin-bottom: 5px;
}
.form-title {
  margin-top: 0;
  white-space: normal;
  font-weight: 600;
  margin: 0;
  position: relative;
  font-size: 25px;
  padding-bottom: 8px;
  font-family: "Poppins",sans-serif;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}
.subscribe-options label {
  display: block;
}
.hs-form-field, #hs-pwd-widget-password {
  margin-bottom: 15px;
}

ul.hs-error-msgs.inputs-list {
  color: #fff;
  padding: 0;
  list-style-type: none;
  margin: 0;
}


.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_form,.hs_cos_wrapper_type_password_prompt,
#email-prefs-form,#comment-form,
.hs-search-field,.section.post-footer form {
  background-color: #f08017;
  padding: 20px;
  display: block;
  max-width: 767px;
  color: #fff;
}

.subscription-template-form #email-prefs-form,
.left-nav-bar .hs-search-field {
  background: transparent;
  padding: 0 !important;
  display: block;
  max-width: 100%;
  color: inherit;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


@-moz-document url-prefix() {

  .blog-header-top-menu .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 0.85em !important;
  }
  .header-top-left-nav-sub form input[type="text"]::placeholder {
    opacity: 1;
  }

}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.hs-blog-listing .blog-content {
  width: 100% !important;
}
.left-nav-bar {
  z-index: 9999999999;
  position: fixed;
}
.left-header-menu-img {
  top: 258px;
  left: 0;
  position: fixed;
  margin-left: 0;
  transition: all .5s ease;
}
.fixed-sidebar-open .left-header-menu-img {
  margin-left: 300px;
}
.header-top-left-nav-sub {
  width: 300px;
  background-color: #FFF;
  padding: 20px;
  position: fixed;
  left: 0;
  margin-left: -300px;
  bottom: 0;
  top: 258px;
  height: auto;
  height: 340px;
  transition: all .5s ease;
}
.fixed-sidebar-open .header-top-left-nav-sub {
  margin-left: 0;
}
.row.margin20 {
  margin: 14px 0 0;
}
.header-top-left-nav-sub .col-md-6 {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.header-top-left-nav-sub .thumbnail {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.header-top-left-nav-sub .thumbnail-blue-bg {
  background-color: #00aeef;
  width: 56px;
  height: 56px;
  margin: auto;
  border: 0;
  border-radius: 0;
}
.header-top-left-nav-sub .thumbnail-green-bg {
  background-color: #39b54a;
  width: 56px;
  height: 56px;
  margin: auto;
  border: 0;
  border-radius: 0;
}
.header-top-left-nav-sub .thumbnail-violet-blue-bg {
  background-color: #a864a8;
  width: 56px;
  height: 56px;
  margin: auto;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
}
.header-top-left-nav-sub .thumbnail-red-bg {
  background-color: #ed1c24;
  width: 56px;
  height: 56px;
  margin: auto;
  border: 0;
  border-radius: 0;
}
.header-top-left-nav-sub .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-top-left-nav-sub .thumbnail>img {
  width: 70%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 8px;
}
.left-nav-bar .caption {
  display: block;
}
.left-nav-bar .caption-text h3 {
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: #000;
  margin: 10px;
  font-size: 9pt;
}
.blog-listing-wrapper .post-listing .post-item {
  width: 33.33333333%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
a.thumbnail.slider-thumbnail {
  margin-bottom: 5px;
  display: block;
}
.post-item h2 {
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 11pt;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}
.post-item h2:hover a {
  color: #ff8300;
}
.hs-blog-listing .post-header span {
  font-size: 9pt;
  color: #ff8300;
  padding: 8px 0;
  display: block;
}
.header-top-left-nav-sub form input[type="text"] {
  font-family: inherit;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  top: -10px;
}
.header-top-left-nav-sub form input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.row.margin20 {
  margin: 14px 0 0;
  float: left;
  width: 100%;
}
.left-nav-bar .caption-text h3 {
  font-size: 11pt !important;
}
.header-top-left-nav-sub form input[type="text"]::placeholder {
  color: #999;
}
.blog-pagination {
    margin: 20px 0;
    text-align: center;
}
.blog-pagination a{
  display: inline-block;
    padding: 5px 14px;
    background-color: #231f20;
    border: 1px solid #ddd;
    border-radius: 15px;
  color: #fff;
    text-decoration: none;
}
.blog-pagination a:hover {
  text-decoration: none;
    background-color: #eee;
  color:#231f20;
}
.hs-blog-post .content-wrapper {
  padding-top: 31px;
}

.blog-sidebar ul li {
    margin-bottom: 15px;
}

.hs-blog-post .blog-sidebar h3 {
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Roboto',sans-serif;
    background-color: #fff;
    text-align: left;
    color: #000;
    padding: 8px 0;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    padding-left: 30px;
    font-size: 12pt;
}
.hs-blog-post .related-post-item-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-bottom: 1px solid #cccccc;
  min-height: 418px;
  max-height: 800px;
}
.related-post-item {
  padding: 8px 0;
  margin: 0 auto;
  overflow: hidden;
}
.related-post-item .col-lg-8 {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.related-post-item .col-lg-4 {
  width: 33.33333333%;
  float: left;
  padding: 0 0 0 6px;
}
.event-name a {
  color: #ff8300;
  text-align: center;
  font-size: 9pt;
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.event-name h2 {
  color: #333;
  font-size: 11pt;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}
.event-name h2:hover {
  color: #ff8300;
}
.event-name span {
  font-size: 9pt;
  color: #ff8300;
  padding: 8px 0;
  display: block;
}
.hs-blog-post .blog-section {
  border: 1px solid #dedede;
  background: #fff;
}
.hs-blog-post .post-header h1 {
  font-size: 20pt;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.hs-blog-post .section.post-header {
  margin: 30px;
}
.hs-blog-post .blog-post-wrapper .post-body {
  padding: 30px;
  border-top: 1px solid #dedede;
}
.hs-blog-post .top-bottom-boder {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 20px 0;
  margin-top: 0;
}
.hs-blog-post .blog-post-wrapper .post-body hr {
  height: 0px;
}
.hs-blog-post .top-bottom-boder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-blog-post .top-bottom-boder ul li {
  display: inline-block;
  padding: 0 1% 0 0;
}
.top-bottom-boder .fa-facebook-icon {
  background-color: #055bdc;
  padding: 9px 13px !important;
  border-radius: 24px !important;
  color: #fff;
  margin: 0 0 0 8px;
  font-size: 14px !important;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.top-bottom-boder .fa-twitter-icon {
  background-color: #00c6ff;
  padding: 9px 10px;
  border-radius: 20px;
  color: #fff;
  margin: 0 0 0 8px;
  font-size: 14px !important;
}
.fa-twitter:before {
  content: "\f099";
}

.top-bottom-boder .fa-google-icon {
  background-color: #e00000;
  padding: 9px 7px;
  border-radius: 18px;
  color: #fff;
  margin: 0 0 0 8px;
  font-size: 14px !important;
}
.fa-google-plus:before {
  content: "\f0d5";
}
.top-bottom-boder .fa-envelope-o-icon {
  font-size: 20pt !important;
  margin-left: 5px;
  color: #535353;
}
.fa-envelope-o:before {
  content: "\f003";
}
.post-slider-wrapper {
  margin-top: 40px;
}
.post-slider-wrap {
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  background-color: #e1e1e1;
  position: relative;
  border-radius: 0;
  margin-top: 2px;
  min-height: 311px;
}
.post-slider-wrap > h3 {
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  font-size: 13pt;
  margin-bottom: 10px;
  color: #535353;
  margin-left: 36px;
  margin-top: 3px;
}
.related-post-slider-item {
  margin: 3px 15px;
  display: block;
  padding: 10px 0px;
}
.description-hadding h2 {
  margin-bottom: 10px;
  font-size: 10pt;
  color: #535353;
  margin-top: 3px;
  line-height: normal;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
.description-hadding h2 a {
  color: #ff7a00;
}
.description-hadding span {
  font-size: 8pt;
  color: #ff8300;
}
.slick-prev:before, .slick-next:before {
  content: none !important;
}

button.slick-arrow {
  color: #ffffff!important;
  background: #535252!important;
  padding: 10px 4px!important;
  font-size: 0;
  position: absolute;
  display: inline-block !important;
  zoom: 1;
  margin: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #f9f9f9;
  filter: Alpha(Opacity=50);
  opacity: 1;
  min-height: 40px;
}
button.slick-arrow i {
  font-size: 14px;
}
button.slick-prev {
  left: -18px;
  top: 37%;
}
button.slick-next {
  right: -18px;
  top: 37%;
}
button.slick-next:before, button.slick-next:after {
  content: "\f054";
  font-family: fontAwesome;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
button.slick-prev:before, button.slick-prev:after {
  content: "\f053";
  font-family: fontAwesome;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.blog-banner-area .description {
    color: #fff;
    padding: 10px;
    width: 160%;
    text-align: center;
    padding-left: 33%;
    font-size: 16pt;
}

.blog-banner-area .content-header h1 {
    padding-left: 35%;
    padding-top: 5%;
    margin-bottom: 0 !important;
    margin-top: 9%;
    width: 200% !important;
    color: #FF8300;
    font-size: 60pt;
    text-transform: uppercase;
}

.hs_cos_wrapper_type_blog_subscribe {
    background-color: #fff;
    padding: 30px !important;
    display: block;
    max-width: 767px;
    color: #ff8300;
}


 input[type="email"]{
    font-size: inherit;
    line-height: inherit;
    height: 50px;
    width: 100%;
    display: block;
    max-width: 767px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0 15px;
    font-family: "Poppins",sans-serif;
    -moz-appearance: none;
    border: 2px solid #dddfe2;
    color: #fff;
    background: transparent;
}

.hs-button.primary, input[type="submit"], input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    font-family: "Poppins",sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 12.5px 30px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    background: #ff8300;
    color: #fff;
    line-height: 25px;
    outline: 0;
}


.hs-button.primary:hover {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    font-family: "Poppins",sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 12.5px 30px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    background: #000;
    color: #fff;
    line-height: 25px;
    outline: 0;
}

.hs-main-font-element{
    color: 000;
}

input[type="email"] {
    font-size: inherit;
    line-height: inherit;
    height: 35px;
    width: 100%;
    display: block;
    max-width: 767px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0 15px;
    font-family: "Poppins",sans-serif;
    -moz-appearance: none;
    border: 2px solid #dddfe2;
    color: #000;
    background: transparent;
}

form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    color: #000;
}

.hs_cos_wrapper_type_blog_subscribe h3{
    padding-left: 0px !important;
}

a#cta_button_4937360_83480d99-11a5-40b7-abbf-15fd997dd26f{
    color: #ff8300 !important;
    background: #fff !important;
    line-height: 20px!important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #dddfe2;
  -webkit-box-shadow: 0px 0px 10px 3px #dadada !important;
}

span#hs_cos_wrapper_module_1555966352757671_blog_subscribe{
    border-bottom: 1px solid #dddfe2;
}
  
a#cta_button_4937360_5c2700fe-fa53-4e2f-bf92-c6b37a54436c{
    color: #ff8300 !important;
    background: #fff !important;
    line-height: 20px!important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #dddfe2;
  -webkit-box-shadow: 0px 0px 10px 3px #dadada !important;
}

.hs-postlisting-item a {
    color: #000;
}

.hs-postlisting-item a:hover {
    color: #ff8300;
}

.post-entradas{
    padding-bottom: 5px;
    padding-top: 30px;
}

.post-entradas a {
    color: #000;
}

.post-entradas a:hover {
    color: #ff8300;
}

.hs-button.primary, input[type="submit"]{
    padding: 3.5px 30px !important;
    height: 35px !important; 
}

.hs-button.primary, input[type="submit"]:hover {
    height: 35px !important; 
    padding: .5px 30px !important;
}

input#email-98738c54-4f47-4980-bab5-24af6488e83e_7013{
    width: 90% !important;
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 992px) and (max-width:1199px){
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width:991px){
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
}


@media (min-width:768px) and (max-width:999px){
  .custom-blog-logo,.blog-logo-slogan,.blog-header-lang-group {
    width: 33% !important;
    margin-left:0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 5px 18px;
  }
}


@Media (max-width: 1200px) {

  .post-slider-wrapper > .row-fluid-wrapper > .row-fluid > .widget-span {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  button.slick-next {
    right: 46.8%;
  }
  button.slick-prev {
  	left: 46.8%;
  }
  button.slick-arrow {
    top: auto !important;
    bottom: -52px;
  }

}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 999px) {
  .social-icons {
    display: block!important;
    padding-top: 5px;
    padding-bottom: 1px;
    position: relative;
    margin: 0 auto!important;
    top: 0!important;
    max-width: 140px!important;
  }
  .footer-top-group .col {
    width: 100% !important;
    text-align: center;
  }
  .footer-top-group .col {
    min-height: 0 !important;
  }
  .footer-top-group .col:not(.col3) {
    border-right: none;
  }
  .footer-top-group .col.col1 > .widget-type-rich_text {
    border-right: none;
    min-height: 0;
  }
  .footer-top-group .col.col1 img{
    max-width: 100%;
    width: 280px;
    margin: 0px auto 44px;
    padding: 0;
    text-align: center;
    display: block;
  }
  .footer-social-left,.footer-social-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .social-icons {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 1px;
    position: relative;
    top: 0;
  }
  .footer-top-group .col.col2 {
    margin-bottom: 0 !important;
  }
  .left-nav-bar .caption-text h3 {
    font-size: 9pt !important;
  }

}

@media (max-width: 991px) {

  .header-top-left-nav-sub form input[type="text"] {
    max-width: 150px;
  }
  button.slick-next {
    right: 45.8%;
  }
  button.slick-prev {
    left: 45.8%;
  }

}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .footer-top-group .col.col1 img{
    max-width: 100%;
    width: 480px;
    margin: 0px auto 30px;
    padding: 0 10%;
    text-align: center;
    display: block;
  }
  .social-icons {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 1px;
    position: relative;
    top: 0;
  }
  .footer-top-group .col.col2 {
    margin-bottom: 10px !important;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }
  .post-item h2 {
    text-align: center;
  }
  .hs-blog-post .blog-sidebar {
    margin-top: 40px;
  }
  .blog-pagination a.load-more { 
    width: 100%;
  }
  .header-top-left-nav-sub {
    top: 93px;
    background-color: #545454;
  }
  .left-nav-bar .caption-text h3 {
    font-size: 11pt !important;
    color: #fff;
  }
  .hs-blog-post .body-container.container-fluid .row-fluid .page-center {
    max-width: 100% !important;
  }
  .related-post-item .col-lg-4 {
    width: 100%;
  }
  .related-post-item img {
    padding: 0 10%;
    width: 100%;
  }
  .related-post-item .col-lg-8 {
    width: 100%;
    text-align: center;
  }
  .event-name h2 {
    text-align: center;
    margin-top: 5px;
  }
  button.slick-next {
    right: 44.5%;
  }
  button.slick-prev {
    left: 44.5%;
  }
  button.slick-arrow {
    bottom: -62px;
  }
  .post-slider-wrap {
    min-height: 331px;
  } 






}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 560px) {

  .left-nav-bar img {
    max-width: 20px;
  }
  .header-top-left-nav-sub .thumbnail>img {
    max-width: 20px;
  }
  button.slick-next {
    right: 43.5%;
  }
  button.slick-prev {
    left: 43.5%;
  }



}


@media (max-width: 496px) {

  button.slick-next {
    right: 42%;
  }
  button.slick-prev {
    left: 42%;
  }
  .post-slider-wrap {
    min-height: 361px;
  } 
  button.slick-arrow {
    bottom: -80px;
  }
  .custom-blog-logo {
    width: -webkit-calc(100% - 66px) !important;
    width: -ms-calc(100% - 66px) !important;
    width: -o-calc(100% - 66px) !important;
    width: calc(100% - 66px) !important;
  }



}

@media (max-width: 420px) {

  button.slick-next {
    right: 40%;
  }
  button.slick-prev {
    left: 40%;
  }


}


@media (max-width: 350px) {

  button.slick-next {
    right: 38%;
  }
  button.slick-prev {
    left: 38%;
  }

}