/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800');

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

.hidden {
  display: none!important; 
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #1e2028;
}

img {
  width: 100%; 
}

.container {
  max-width: 1112px!important;
  float: none!important;
  margin: 0 auto!important;
}

a.primary-cta {
  color: #FFF!important;
  background: #003c74!important;
  font-weight: bold!important;
  text-transform: uppercase!important; 
  font-size: 12px;
  padding: 10px 20px!important;
  border-radius: 3px;
  text-decoration: none!important
}

a {
  color: #003c74;
  transition: all, .5s;
}

::-moz-selection { 
  background: #f3f3f3; 
  color: #003c74;
}

::selection { 
  background: #f3f3f3; 
  color: #003c74;
}

/* Global Group */

/* Header */

nav.desktop {
  display: block;
}

nav.mobile {
  display: none;
}

.header .container div {
  display: flex; 
  width: 100%;
}

.logo-header {
  width: 40%!important;
  display: flex;
}

.logo-header a {
  max-width: 270px; 
  margin: auto;
}

/*.logo-header h1 {
  font-size: 12px;
  max-width: 170px;
  margin: auto;
  margin-left: 25px;
  font-weight: 500;
}*/

.logo-header p {
  font-size: 12px;
  max-width: 170px;
  margin: auto;
  margin-left: 25px;
  font-weight: 500;
}

.header .menu-header {
  width: 60%!important; 
}

.menu-header span {
  width: 100%;
}

.logo-header,
.menu-header {
  margin: auto;
}

.header ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
}

.header ul li:last-child {
  margin-right: 0px;
}

.header ul li a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  color: #1e2028;
  font-weight: 700;
  opacity: 1;
  transition: all, .5s;
  font-size: 12px;
}

.header ul li.tags {
  max-width: 90px; 
}

.header ul li a:hover {
  opacity: .5; 
  transition: all, .5s;
}

.header .menu-header{
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}

.menu-header li.active a{
  font-weight: 600;
}

ul.active-branch {
  float: right; 
}

/* Newsletter */


.newsletter {
  background: #FFF;
  text-align: right;
  padding: 60px 60px;
  border-top: 1px solid #f3f3f3;
}

.newsletter h2 {
  max-width: 420px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #003c74;
  margin: 0;
}

.newsletter .container {
  max-width: 830px!important;
}

.newsletter .container .row-fluid {
  display: flex;
}

.newsletter .widget-span.widget-type-custom_widget {
  margin: auto;
}

.newsletter form span {
  display: none;
}

.newsletter form {
  display: flex;
}

.newsletter .hs-form-field {
  flex: 70%;
  position: relative;
}

.newsletter .hs_submit.hs-submit {
  flex: 30%;
}

.newsletter .actions,
.newsletter .input{
  height: 50px;
}

.newsletter .input {
  width: 310px;
}

.newsletter input.hs-button {
  background: #003c74;
  border: 1px solid #003c74;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 20px;
  height: inherit;
  transition: all, .5s;
  position: relative;
}

.newsletter .actions {
  position: relative; 
  width: fit-content;
}

.newsletter .input input {
  height: inherit;
  background: #f3f3f3;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  color: #033b6e!important;
}

.newsletter .input input::placeholder {
  color: #033b6e!important;
}

.input input {
  height: inherit;
}

.newsletter ul.hs-error-msgs.inputs-list {
  position: absolute;
  font-size: .75em;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
}
.newsletter ul li {
  list-style-type: none; 
}

.newsletter ul.hs-error-msgs.inputs-list {
  text-align: left; 
}

/* Footer */

.footer {
  background: #f3f3f3;
  color: #003c74;
  text-align: center;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer ul li a {
  text-decoration: none;
}

.footer .container {
  padding: 40px 0px; 
}

.footer .logo {
  max-width: 185px;
  float: none!important;
  margin: 0 auto!important;
}

.footer .navigation ul li a {
  color: #0a2f55;
  font-weight: 500;
}

.footer .navigation  ul {
  margin-top: 40px;
}

.footer .navigation  ul li {
  margin-left: 35px!important;
}

.footer .bottom-footer {
  text-align: center;
  background: #003c74;
  font-size: 14px;
  padding: 60px 0 190px 0;
  color: #FFF;
}

.footer .bottom-footer ul {
  margin: 0;
  padding: 0;
}

.footer .bottom-footer ul li a {
  color: #FFF;
}
/* Listing Page */

/* Post Header */

.post-main .container {
  padding: 0 45px;
}

.post-main {
  background: #f3f3f3;
  padding: 40px 0 60px 0; 
}

.post-main .main .over {
  height: 410px;
  width: 35%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}

.post-main .main {
  height: 410px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  border-radius: 10px;
}

.post-main .invisible-cta {
  width: 66%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.post-main .text {
  padding: 0 45px;
}

.post-main h1.title {
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 30px;
}

.post-main .text p {
  margin: 0;
  margin-bottom: 40px;
}

.post-main .title a {
  font-size: 24px;
  text-decoration: none;
  color: #1e2028!important;
}

/* List Page */ 

.last-articles h2 {
  text-align: center;
  color: #003c74;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}	

.all-tag {
  margin-bottom: 50px;
}

.all-tag h2 {
  text-align: center;
  color: #003c74;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 40px;
}	

.all-tag ul {
  text-align: center;
}	

.all-tag ul li a {
   text-decoration: none;
}

.all-tag ul li {
  display: inline-block;
  padding: 20px 30px;
}	


a.post-link {
  display: block;
  height: 200px;
  background-size: cover!important;
  background-position: 50% 50%!important;
}

.content-article {
  /*margin-bottom: 2.564102564%;*/
  margin-bottom: 4rem;
  background: #FFF;
}

.span4.content-article:nth-child(3n+4) {
  margin-left: 0px;
} 

.article-img {
  max-height: 170px;
  overflow: hidden;
}


.content-article h2 {
  margin-top: 0;
  font-size: 18px; 
  line-height: 1.500em;
}

.content-article p {
  line-height: 1.750em;
  font-size: 16px;
}

a.content-info {
  min-height: 240px;
  padding: 30px 18px;
  display: block;
  color: #1e2028;
  text-decoration: none;
  transition: all, .5s;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}

.content-article p:last-child {
  padding: 5px 25px;
  border: 2px solid #003c74;
  color: #003c74;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: #FFF;
  width: fit-content;
}

a.content-info date {
  font-size: .75em;
}

.listingby {
  margin: 50px 0px 0 0;
}

.blog-section .last-articles {
  padding: 65px 0 45px 0;
}

.blog-post-wrapper.cell-wrapper .blog-section {
  align-items: flex-start;
}

div#sidebar {
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px; 
}

/* Pagination */

.pagination {
  width: fit-content;
  margin: 0 auto;
  clear: both;
  padding: 30px 0px 100px 0;
}

.pagination a {
  color: #003c74;
  border: 1px solid #003c74;
  font-size: 0.875em;
  padding: 10px 10px;
  text-underline: none;
  text-decoration: none;
  min-width: 130px;
  font-weight: 600;
  transition: all, .5s;
}

.pagination a:hover {
  color: #FFF;
  border: 1px solid #003c74;
  background: #003c74;
  transition: all, .5s;
}


/* Single Post */

.blog-post.post-header a.topic-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
}

.blog-post.post-header H1 {
  color: #FFF;
}

.blog-post.post-header .overlay {
  background: rgba(0, 60, 116, .8);
  padding: 50px 0;
}

.blog-post.section.post-header {
  text-align: center;
  background: #003c74;
}

.blog-section .span8 {
  margin-left: 190px!important;
}

@media (max-width: 640px) {
  .blog-section .span8 {
    margin-left: 0!important;
  }
}

.blog-section .blog-post-wrapper {
  padding-top: 45px;
}

/* Sticky Div */

.sidebar{
  will-change: min-height;
}

.sidebar__inner{
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.sticky-sidebar {
  max-width: 140px;
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  float: right;
}

.sticky-sidebar .img-author img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.sticky-sidebar .text-author h3 {
  font-size: 14px;
  font-weight: 500;
}

.sticky-sidebar .text-author a {
  color: #888888;
  text-decoration: none;
}

.sticky-sidebar date {
  display: block;
}

.social-media h4 {
  font-weight: 500;
  color: #003c74;
  text-transform: uppercase;
}

.social-media a {
  color: #888888;
  text-decoration: none;
  transition: all, .5s;
}

.social-media a:hover {
  color: #003c74;
  transition: all, .5s;
}

.social-media {
  padding-top: 5px;
  border-top: 1px solid #003c74;
}


/* Related blog post */

.related-article {
  margin-top: 60px;
}

.hs-blog-post .related-article .span4.content-article {
  margin-left: 2.127659574%;!important;
}


.hs-blog-post .related-article .span4.content-article:nth-child(2n+2):not(:last-child) {
  margin-left: 0!important; 
}

.related-article h3 {
  text-align: center;
  text-transform: uppercase;
}


/* CALL TO ACTION ARTICLE BLOG */

.blog-article-cta {
  background-size: cover!important;
  background-position: 50% 50%!important;
  margin: 20px 0 0 0;
}



.cta_button {
  display: block;
  padding: 30px 95px;
}

.cta-text {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 34px;
}

.cta-text h2 {
  font-size: 1.500em;
  color: #FFF;
  text-transform: initial;
  margin: 0!important;
  margin-bottom: 20px!important;
}

.cta-text p {
  line-height: 1.875em;
  margin: 0!important;
  margin-bottom: 40px!important;
}

.cta-button {
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.cta-button button {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 40px;
  color: #FFF;
  background: #e66450;
  border-radius: 3px;
  border: none;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}

.cta-button button:hover {
  color: #e66450;
  background: #FFF;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}

/* Landing Page */

.header-container-wrapper {
  padding: 10px 0px;
}

.lp .body-container {
  background: #003c74;
  padding: 50px 0 170px 0;
  color: #FFF;
}

.lp .content.container {
  max-width: 920px!important;
  line-height: 1.875em;
}

.lp .content.container .title-lp h1 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 100px 0;
  max-width: 555px;
}

.lp .content.container p {
  margin: 0; 
}

/*.hs_submit.hs-submit {
  margin-top: 20px;
}*/

.lp .content form {
  background: #fff;
  color: #333333;
  padding: 70px 40px;
}

.lp .content form .legal-consent-container{
  font-size: 10px!important;
  line-height: 1.5em;
}

.lp .content form li {
  list-style-type: none; 
}

.lp .content form ul.inputs-list {
  margin: 0!important;
  padding: 0;
}


.lp .content form input[type="radio"] {
  float: left;
  height: auto!important;
  vertical-align: middle;
  margin-top: 9px;
  margin-right: 10px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

.lp .content form .field.hs-form-field {
  margin-bottom: 30px;
}

.lp .content  form input {
  border: none;
  background: #f8f8f8;
  height: 40px!important;
  padding-left: 20px;
  color: #033b6e!important;
  border: 1px solid #dddddd;
}

.lp .content form .actions input {
  background: #e66450;
  color: #FFF!important;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  font-size: 14px;
}

.lp .content  form input::placeholder {
  color: #033b6e!important;
}

.lp .footer .container {
  padding: 30px 0px;
  background: #f3f3f3;
}

.lp .footer.bottom-footer p {
  font-size: 14px;
  text-align: center;
  color: #0a2f55;
}

.lp .footer.bottom-footer p:first-child {
  margin-bottom: 40px;  
}

/* Thank You Page */

.typ .contenu {
  margin-top: 60px;
}

.typ .header-container-wrapper {
  border-bottom: 1px solid #eeeeee;
}

.typ .second-container {
  margin-left: 100px!important;
}

.typ .footer .container {
  padding: 30px 0px;
  background: #f3f3f3;
}

.typ p {
  max-width: 700px;
  margin-bottom: 40px;
}

.typ .contenu a {
  width: fit-content;
  padding: 10px 25px!important;
  font-size: 14px!important;
  text-decoration: none!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  color: #FFF!important;
  background: #003c74!important;
  border: 1px solid #003c74!important;
  border-radius: 3px!important;
  transition: all, .5s!important;
}

.typ .contenu a:hover {
  background: #FFF!important;
  color: #003c74!important;
  border: 1px solid #003c74!important;
  transition: all, .5s!important;
}

.typ .content.container.underline:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #f3f3f3;
  margin: 30px 0 60px 0;
  margin-left: 100px;
}

.typ .social-media ul,
.typ .social-media ul li {
  padding: 0;
  margin: 0;
}

.typ .social-media ul li {
  list-style-type: none;
  display: inline-block;
}

.typ .social-media ul li:first-child {
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.typ .social-media ul li:not(:first-child) {
  margin-right: 30px; 
  max-width: 40px;
}

.typ .social-share {
  margin-bottom: 65px; 
}

.typ .retour-accueil a {
  text-decoration: none;
  padding: 10px 25px;
  border: 2px solid #003c74;
  color: #003c74;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: #FFF;
  width: fit-content;
}

.typ .footer.bottom-footer {
  margin-top: 95px; 
}

.typ .footer.bottom-footer p {
  font-size: 14px;
  text-align: center;
  color: #0a2f55;
}

.typ .footer.bottom-footer p:first-child {
  margin-bottom: 40px;  
}

/* Error 404 / 500  / Password */

.error-template .header-container-wrapper {
  border-bottom: 1px solid #eeeeee;
}

.error-template .widget-type-custom_widget.container,
.error-template .password-widget{
  padding: 20px 0px 80px 0;
}

.error-template .cta-retour {
  display: block;
  width: fit-content;
  background: #FFF;
  border: 1px solid #003c74;
  text-transform: uppercase;
  color: #003c74;
  height: inherit;
  font-size: 0.875em!important;
  padding: 15px 30px;
  margin-top: 40px;
  transition: all, .5s;
  text-decoration: none;
}

.error-template .cta-retour:hover {
  background: #003c74;
  border: 1px solid #003c74;
  color: #FFF;
  transition: all, .5s; 
}

.error-template .hero .container {
  padding: 50px 0px;
}

.error-template input#hs-pwd-widget-password {
  width: 20%;
  padding: 12px;
}

.subscription-template.error-template input.hs-button.primary.large {
  width: fit-content;
  background: #FFF;
  border: 1px solid #003c74;
  text-transform: uppercase;
  color: #003c74;
  height: inherit;
  font-size: 0.875em!important;
  padding: 10px 25px;
  margin-top: 40px;
  margin-left: 15px;
  transition: all, .5s;
  text-decoration: none;
}

.error-template input.hs-button.primary.large:hover {
  background: #003c74;
  border: 1px solid #003c74;
  color: #FFF;
  transition: all, .5s;

}

/* Backup Pages */

.subscription-template .hero {
  background: url(https://4666111.fs1.hubspotusercontent-na1.net/hubfs/4666111/Header/simon-rae-221560-unsplash.jpg);
  background-size: cover;
  background-position: 50% 56%;
}

.subscription-template .hero .overlay {
  background: linear-gradient(-180deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.60) 100%);
  color: #FFF;
  padding: 20px 0px;
}

.subscription-template  .body-container-wrapper .container {
  padding: 50px 0px;
}

.subscription-template #submitbutton{
  background: #FFF;
  border: 1px solid #003c74;
  text-transform: uppercase;
  color: #003c74;
  height: inherit;
  font-size: 0.875em!important;
  padding: 15px 30px;
  margin-top: 20px;
  transition: all, .5s;
  text-decoration: none;
  display: block;
  width: fit-content;
}

.subscription-template #submitbutton:hover {
  background: #003c74;
  border: 1px solid #003c74;
  color: #FFF;
  transition: all, .5s; 
}

/* Responsive */

@media (min-width: 1280px) {
  .hs-blog-post .related-article .span4.content-article {
    margin-left: 10px !important;
  }

}

@media (max-width: 1279px) {

  .logo-header a {
    max-width: 200px;
    margin: auto;
    margin-left: 20px;
  }

  .logo-header {
    width: 30%!important;
  }

  .logo-header h1 {
    display: none;
  }


  .header .menu-header {
    width: 60%!important;
  }

}


@media (max-width: 1024px) {
  .post-main .invisible-cta {
    width: 60%;
  }
  .post-main .main .over {
    width: 40%;
  }
}


@media (max-width: 980px) {

  .header ul li a {
    font-size: 10px;
  }

  .container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  a.content-info {
    min-height: 320px;
  }

  .header .menu-header {
    width: 65%!important;
  }

  .logo-header {
    width: 25%!important;
  }

  .logo-header a {
    max-width: 180px;
  }

  .lp .header-container-wrapper .container {
    margin-left: 10px!important;
  }

}

@media (max-width: 800px) {

  .mobile-menu .lines {
    border-bottom: 15px double #f8f8f8; 
    border-top: 5px solid #f8f8f8; 
    content:"";
    height: 5px; 
    width:20px;
    padding-right:15px;
    float: right;
  }
  /*Make dropdown links appear inline*/
  .mobile-menu ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  .mobile-menu li {
    margin-bottom: 1px;
  }
  /*Make all menu links full width*/
  .mobile-menu ul li, .mobile-menu li a {
    width: 100%;
  }
  /*Display 'show menu' link*/
  .mobile-menu .show-menu {
    display:block;
  }

  .post-main .title a {
    font-size: 22px;
  }

  .post-main .main {
    border-radius: 0!important; 
  }

  .post-main .main .over {
    width: 100%;
    border-radius: 0!important;
    background: rgba(255,255,255, 0.8);
  }

  /* Listing */

  .listngby .content-article {
    width: 48%!important;
    margin: 20px 0!important;
    float: left;
    margin-right: 0!important;
  }

  .span4.content-article:nth-child(2n+2) {
    margin-right: 0!important;
  }

  a.content-info {
    min-height: 280px;
  }

  @media (min-width: 1280px) {
    .row-fluid [class*="span"] {
      margin-left: 10px!important;
    }
  }




  /* Related post */

  .hs-blog-post .related-article .span4.content-article:nth-child(2n+3) {
    margin: 0!important;
    margin-top: 20px!important;
    margin-left: 4%!important;
  }

  .hs-blog-post .related-article .span4.content-article:nth-child(2n+2) {
    margin-right: 0!important;
    clear: both;
  }

  /* Menu */

  .logo-header a {
    width: 50%;
  }

  nav.desktop {
    display: none!important;
  }

  nav.mobile {
    display: block!important;
    width: 100%;
    position: relative;
  }

  .menu-header span {
    width: 100%;
  }

  .header ul li a {
    color: #FFF; 
  }

  #menuToggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: fit-content;
  }

  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #82888c;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }

  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #menu
  {
    position: absolute;
    width: 280px;
    margin: -100px 0 0 -300px;
    padding: 50px;
    padding-top: 125px;


    background: #82888c;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

    opacity: 0;
    transition: all, .6s;

    display: none;

  }

  #menu li
  {
    font-size: 22px;
    display: block;
    text-align: right;
    margin: 0!important;
  }

  #menu li:after 
  {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    margin: 30px 0px;
  }


  #menu li:last-child:after {
    display: none;
  }


  #menuToggle input:checked ~ ul
  {
    transform: none;
    opacity: 1;
    transition: all, .6s;
    display: block;
  }

  /* Related blog post */

  .span4.content-article:nth-child(2n+3) {
    margin: 0!important;
    margin-top: 20px!important;
  }

  /* Newsletter */

  .newsletter .container .row-fluid {
    display: block;
    text-align: left;
  }

  .newsletter form {
    display: block;
    margin: 40px 0 20px 0;
  }

  .newsletter .input {
    width: 100%;
  }

  .newsletter {
    padding: 20px 20px;
  }


  .newsletter .widget-span.widget-type-custom_widget {
    width: 100%!important;
  }

  .newsletter h2 {
    max-width: none!important;
    margin-top: 20px;
  }


  .newsletter .hs_submit.hs-submit {
    flex: 30%;
    margin-top: 30px;
  }


  /* Sticky */

  div#sidebar {
    position: initial!important;
    margin: 50px 20px 20px 20px;
    text-align: center;
  }

  .sticky-sidebar {
    max-width: none!important;
    float: none!important;
  }

  .img-author {
    width: 50%;
    margin: 0 auto!important;
  }

  .cta_button {
    display: block;
    padding: 50px 55px;
  }


}

@media (max-width: 770px) { 

  .post-main .invisible-cta {
    width: 0;
  }

  .footer {
    text-align: center; 
  }

  .lp .logo {
    width: 30%;
    margin: 0 auto;
  }

  .description p {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
  }

  .footer .bottom-footer {
    display: flex;
  }

  .footer .bottom-footer div {
    margin: 0 auto;
  }

  .lp .content.container .title-lp h1 {
    margin: 0 0 50px 0;
  }

  .typ .second-container {
    margin-left: initial!important;
  }

}

@media (max-width: 600px) {
  /* Listing */

  .span4.content-article {
    width: 100%;
    margin: 20px auto!important;
    float: none;
  }

  a.content-info {
    min-height: 210px;
  }

  .cta-text h2 {
    font-size: 1.25em;   
  }

  .hs-blog-post .related-article .span4.content-article:nth-child(2n+3){
    margin-left: 0!important;
    margin-top: 0!important;
  }

  .post-header .overlay {
    padding: 75px 20px;
  }

  .logo-header h1 {
    display: none;
  }

}


/* Menu Responsive */

.mobile-menu {
  display:block;
  width:100%;
  background: #8aa8bd/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
  line-height: 1.6em;
  font-weight: 400;
  width:100%;
  text-align:center;
  position: relative;
  margin:0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
  list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
  background: #8aa8bd;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
  display:inline-block;
  /*float: left;
  margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
  display:block;
  min-width:140px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform:uppercase;
  background: #8aa8bd;
  text-decoration: none;
  margin-left:-5px;
  padding: 10px 0;  
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
  color: #4db3ff;
  background-color:#ccddee;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
  color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
  display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
  display: block;
  float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
  text-decoration: none;
  color: #fff;
  background: #8aa8bd;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .show-menu span{
  padding-left: 35px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
  display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
  display: block;
}

/* Pagination */

ul.pagination li {
    list-style:none;
}

ul.pagination li a{
    color:#484848;
    font-weight:700;
    padding:.5rem 1rem;
    background:#fff;
    border:1px solid #003c74;
}

ul.pagination li a:hover{
    color:#fff;
    background:#003c74;
    border:2px solid #003c74;
}

.pagination {
    text-align: center;
    display: flex;
    clear: both;
    padding: 0 15px;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.pagination a {}
.pagination a.previous-posts-link {}
.pagination a.all-posts-link {}
.pagination a.next-posts-link {}




/* Numbered Pagination */
.blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    padding: 5px 10px;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: #c8ecff;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    background-color: #f5f5f5;
    color: #666;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
    background-color: #666;
    color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    background-color: #008cd4;
    color: #fff;
}