@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@600&display=swap');
/* ==========================================================================
   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 =============== */


@font-face {
  font-family: "minerva-modern";
  src: url("https://use.typekit.net/af/2d15e1/00000000000000003b9afd25/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2d15e1/00000000000000003b9afd25/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2d15e1/00000000000000003b9afd25/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}




/* EX: @import url('http://example.com/example_style.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;
}

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

body {
  background: #fff;
  font-size: 1rem;
  line-height: 27px;
  color: #000;
  font-family:'Noto Sans JP' Meiryo,"メイリオ",'Noto Sans Japanese','游ゴシック体',Yu Gothic,YuGothic,Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",sans-serif;
}
/* 元のフォントファミリー font-family: 'Noto Sans Japanese','游ゴシック体',Yu Gothic,YuGothic,Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;*/
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width:1400px;
  margin: 0 auto;
}

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

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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: 'Noto Sans JP',Meiryo,"メイリオ",'游ゴシック体',Yu Gothic,YuGothic,Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {
/*   position: relative;
  margin-bottom: 55px!important;
  margin-top: 0;
  display: block;
  color: #004a50;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 33px; */
}

h2:after {
/*   position: absolute;
  left: 0;
  content: '';
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/zigzag-small.svg);
  bottom: -35px;
  background-repeat: repeat-x;
  background-size: 12px 8px;
  width: 100%;
  height: 19px; */
}
h3 {
/*   border-bottom: 1px solid #e9eeef;
  padding-bottom: 18px;
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.125rem;
  color: #004a50;
  margin-bottom: 0; */
}
h4 {
  font-size: 1.625rem;
  color: #0086CD;
}
h5 {}
h6 {}

/* Anchor Links */
a { 
  color: #004050;
  text-decoration: none;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover, a:focus { 
  color: #62B5E5;
}

/* Lists */
ul, ol {
  margin: 0 0 1.5em 0;
}
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 {}

.custom-header-main {
  min-height: 109px !important;
}

.link-light-green {
  display: block;
  height: 50px;
  color: #fff;
  background-color: #16762E;
  text-align: left;
  padding-top: 11px;
  padding-left: 25px;
  position: relative;
  font-size: 15px;
  font-size: .9375rem;
}

.link-light-green:after {
  content: '';
  position: absolute;
  background-size: 50%;
  right: 60px;
  opacity: 0;
  height: 30px;
  width: 30px;
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/arrow-right-medium-white.svg) no-repeat;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-light-green:hover:after {
  opacity: 1;
  right: 30px;
}

.main-banner {
  width: 100%;
  height: 300px;
  background-color: #0086CD;
  padding-top: 138px;
  margin-bottom: 150px;
}

.header-content h1 {
  margin-top: 0;
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-family: "minerva-modern"
  font-weight: 400;
  line-height: 27px;
}


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

.header-container-wrapper {}
.header-container {}

.custom-ma-header {
  width: 100%;
  position: fixed;
  z-index: 100;
  width:100% !important;
  background-color: white;
  padding-top: 36px;
  top: 0;
  min-height:109px !important;
}

.widget-span.custom-ma-header .page-center {
  padding: 0 20px;
}

.custom-logo img {
  width: 215px;
  height: auto;
}

.widget-span.custom-logo {
  width: auto;
}





/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


span.big-title {
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
  color: #000;
}

.custom-ma-about-section p {
  margin-bottom: 5px;
  margin-top: 0;
}

.custom-ma-about-section {
  margin-bottom: 35px;
}

.custom-course-section-1 p {
  margin-bottom: 5px;
  margin-top: 0;
}

.custom-course-section-1 ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 35px;
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
}

.custom-course-section-1 ul li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  color: black;
  margin: 0;
}

.custom-course-section-1 ul li:last-child {
  width: calc(80% - 30px);
  margin-left: 30px !important;
  border-top: 1px solid black;
  margin: 0 !important;
  float: right;
}

.custom-course-section-1 ul li:first-child {
  width: 20%;
  border-top: 1px #0086CD solid;
}

.custom-course-section-2 {
  margin-top: 100px;
}

.custom-course-section-2 p {
  margin-bottom: 5px;
  margin-top: 0;
}

.custom-e-learning-wrapper h4 {
  color: #0086CD;
  font-size: .875rem;
  font-weight: 700;
  margin: 15px 0;
  display: block;
}

.custom-e-learning-wrapper ul {
  padding-left: 0;
  font-size: 0;
  margin-top: 36px;
  overflow: hidden;
  margin-bottom: 0;
  list-style: none;
}

.custom-e-learning-wrapper ul li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  color: black;
}

.custom-e-learning-wrapper ul li:first-child {
  width: calc(50% - 15px);
  margin-right: 15px;
  border-top: 1px #0086CD solid;
}

.custom-e-learning-wrapper ul li:last-child {
  width: calc(50% - 15px);
  margin-left: 15px;
  border-top: 1px #0086CD solid;
}

.custom-e-learning-wrapper ul li span.turquoise {
  color: #0086CD;
  display: block;
}

.custom-e-learning-wrapper ul li span.turquoise:nth-child(n+2) {
  margin-top: 30px;
}

.custom-custom-e-content {
  margin-bottom: 34px;
}

.custom-ma-team-wrapper {
  padding-top: 1px;
  margin-top: -3px;
}

.custom-ma-team-heading span.small-title {
  color: #0086CD;
  font-weight: 700;
  margin: 15px 0;
  display: block;
  font-size: 18px;
  padding-top: 3px;
   
}

.custom-ma-team-heading p {
  margin: 0;
}

.custom-ma-team-col-left {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.custom-ma-team-col-right {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
  float: left;
  margin: 0;
}

.custom-ma-item {
  overflow: hidden;
  margin-bottom: 10px;
}

.custom-ma-item .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.custom-ma-team-content p {
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.custom-ma-team-heading {
  margin-bottom: 35px;
}



span.turquoise {
  color: #0086CD;
}


.custom-course-section-2 span.small-title {
  color: #0086CD;
  font-weight: 700;
  margin: 15px 0;
  display: block;

}

.custom-course-section-2 table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  height: 423px;
  margin-bottom: 0;
  display: table;
  color: #000;
  font-size: 1rem;
}

.custom-course-section-2 .table-wrapper{
  padding-left:15px;
  padding-right:15px;
  padding-bottom: 35px;
}


.custom-course-section-2 table tr, .custom-course-section-2 table td, .custom-course-section-2 table th {
  border: 1px #0086CD solid;
  padding: 10px;
}


.custom-course-section-2 table th {
  background-color: #0086CD;
  color: white;
  text-align: center;
}

.custom-course-section-2 table {
  margin-top: 23px;
}

.custom-three-equal-wrapper {
  margin-top: 35px;
}

.custom-course-section-3 {
  margin-top: 100px;
}

.custom-course-section-2 {
  margin-bottom: 121px;
}

.custom-environment-inner ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-environment-inner ul li ul li {
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
  border-top: 1px #9FDEFF solid;
  padding: 10px 0 20px;
  font-size: 16px;
  margin: 0;
  float:left;
}

.env-table .title {
  font-weight: 700;
  color: turquoise;
  font-size: 18px;
}

.custom-environment-inner .env-table p {
  font-size: 1rem;
  margin: 0;
}

.environment-top-content p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 1.5em;
  margin-top: 0;
  padding-top: 2px;
}

.env-table>li:first-child>ul>li {
  border-top-color: #0086CD;
  margin-right: 15px;
}

.env-table>li>ul>li:last-child {
  margin-left: 15px;
  border-top-color: #0086CD;
  margin-right: 0;
}

.custom-environment-wrapper {
  margin-bottom: 35px;
}

.body-container-wrapper .button-blue-border {
  width: 220px !important;
}

.custom-program-about-section-1 p {
  margin-top: 0;
  margin-bottom: 5px;
}

.custom-program-about-section-1 span.big-title {
  margin-bottom: -2px;
}

.custom-program-about-section-1 span.small-title {
  color: #0086CD;
  font-size: .875rem;
  font-weight: 700;
  margin: 15px 0;
  display: block;
  padding-top: 2px;
}


/* =============== Start of ma About =============== */


.custom-msl-inner{
  margin-left: -15px;
  margin-right: -15px;
}

.custom-msl-left {
  width: 40%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-msl-right {
  width: 60%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-msl-wrapper {
  margin-top: 35px;
}

.custom-msl-image img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.custom-msl-image {
  text-align: center;

}

.custom-msl-inner .vc_column-inner {
  margin-bottom: 35px;
}
.widget-span.custom-program-about-left-section {
  width: 40%;

}

.custom-program-about-left-content {
  background-color: #E0E0E0;
  margin-bottom: 35px;
  transform: translateY(-60px);
  padding: 20px 10px;
}

.custom-program-about-left-content p{
  margin-bottom: 5px;
  margin-top:0;
}

.custom-program-about-section-2 p {
  margin-bottom: 5px;
  margin-top: 0;
}

.custom-program-about-section-2 .custom-environment-inner ul li ul {
  margin-top: 30px;
  overflow: hidden;
}

.custom-program-about-section-2 .custom-environment-inner ul li ul li {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  color: black;
  float: left;
  padding-bottom: 5px;
}

.custom-program-about-section-2 .custom-environment-inner ul li ul li:first-child {
  width: 20%;
  border-top: 1px #0086CD solid;
  margin-right: 0;
}

.custom-program-about-section-2 .custom-environment-inner ul li ul li:last-child {
  width: calc(80% - 30px);
  margin-left: 30px;
  border-top: 1px black solid;
  padding-left: 0;
}

.custom-program-about-section-3 {
  margin-top: 87px;
}

.custom-program-about-section-3 img {
  margin-bottom: 99px;
}

.custom-program-about-section-2 .span4.hs_col_2 {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.custom-program-about-section-2 .span8.hs_col_1 {
  width: 66.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-program-about-section-2 .hs_2col_right_cont_grp_inner.clearfix {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-program-about-section-2 .hs_inner_wrap img {
  margin-bottom: 35px;
}

.custom-program-about-section-2 .hs_inner_wrap {
  margin-bottom: 33px;
}

/* =============== End of ma About =============== */

/* =============== Start of ma Home Page =============== */

.ma-banner-wrapper {
  padding: 128px 0 107px 0;
  background: #9FDEFF;
  padding-top: 108px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

div#ma-top-steps {
  background: #0086CD;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
  padding-left: calc((100% - 950px) / 2);
  position: relative;
  min-height: 270px;
}



.custom-home-banner-left .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;

}

.wpb_text_column.wpb_content_element {
  margin-bottom: 20px;
}

.custom-home-banner-left h1 {
  text-align: left;
  color: white;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0;
  margin-bottom: 40px;
}

.custom-home-banner-left p {
  margin: 0;
}

.ma-slide-button {
  display: block;
  height: 44px;
  width: 300px;
  background: #dcaa2d;
  border: 1px #043e66 solid;
  position: relative;
  border-radius: 12px;
  margin: 0 0;
}

.ma-slide-button:before {
  content: attr(data-link);
  position: absolute;
  width: calc(100% - 2px);
  height: 42px;
  background-color: #fed154;
  color: #043e66;
  font-weight: 700;
  font-size: 16px;
  
  
  
  
  
  
  
  
  
  font-size: 1rem;
  border-radius: 12px;
  padding: 8px 25px;
  top: -9px;
  left: 1px;
  z-index: 1;
  transition: all .1s ease-out;
}

.ma-slide-button:after {
  position: absolute;
  content: '';
  top: 9px;
  right: 25px;
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/dark-Play@2x.png) no-repeat;
  background-size: 5px 5px;
  width: 5px;
  height: 5px;
  z-index: 2;
  transition: all .1s ease;
}

.ma-slide-button:hover:before {
  top: 0;
}

.ma-slide-button:hover:after{
  top: 19px;
}

#ma-top-steps:after {
  position: absolute;
  right: 0;
  top: -77px;
  content: '';
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/Group-763-2-cut.png) no-repeat right center;
  background-size: contain;
  width: 332px;
  height: 282px;
  display: block;
}

.custom-ma-banner-row {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-home-banner-left {
  float: left;
}

.custom-home-banner-right {
  float: left;
}

.custom-home-about-heading h2 {
  color: #000;
  margin: 50px 0;
  font-size: 2.875rem;
  font-family: "minerva-modern",sans-serif;
  margin-bottom: 55px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
}

.custom-home-about-heading {
  padding-top: 0px;
  margin-bottom: 37px;
}

.custom-home-about-heading h4 {
  text-align: center;
  margin-bottom: 0;
  margin-top: -2px;
}


.custom-home-about-column-left p {
  margin: 0;
}

.body-container-wrapper .custom-home-wrapper .page-center {
  max-width: 1020px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
}

.widget-span.custom-home-about-column-left {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.widget-span.custom-home-about-column-Right {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  margin-left: 0;
}

.custom-home-about-column-wrapper > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.body-container-wrapper .custom-home-wrapper .page-center > div > div {
  padding-left: 15px;
  padding-right: 15px;
}

.span12.widget-span.widget-type-cell.custom-home-about-column-wrapper {
  margin-bottom: 35px;
}

.custom-home-about-button-wrapper p {
  margin: 0;
}

.body-container-wrapper .button-blue-border.long {
  width: 270px !important;
}

.custom-home-about-button-wrapper {
  margin-bottom: 35px;
}

.custom-home-qualifications-heading h2 {
  color: #000;
  margin: 50px 0;
  font-size: 2.875rem;
  font-family: "minerva-modern",sans-serif;
  text-align: center;
  margin-bottom: 55px;
  line-height: 33px;
  font-weight: 400;
}

.custom-home-qualifications-heading h4 {
  text-align: center;
  margin-top: -2px;
}
.custom-home-qualifications-wrapper {
  background: #0086CD;
  padding: 30px 80px 70px;
  margin-top: 32px;
  color: white;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 40px 5px rgba(0,134,205,.2);
}

.custom-home-qualifications-inner-heading h3 {
  font-family: "minerva-modern",sans-serif;
  padding-bottom: 25px;
  font-size: 2.625rem;
  color: white;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.custom-home-qualifications-inner-heading h4 {
  font-size: 1.625rem;
  margin-top: -2px;
  color: #9fdeff;
  font-weight: 700;
  text-align: center;
  padding-bottom: 3px;
}

ul.ck-list {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: 15px;
}

ul.ck-list li {
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/ck-list.png) left top no-repeat;
  padding-left: 40px;
  list-style: none;
  margin-bottom: 9px;
}

ul.ck-list.ck-right {
  padding-left: 25px;
}


.widget-span.custom-home-qualifications-right-column {
  margin-left: 0;
  width: 50%;
}

.widget-span.custom-home-qualifications-left-column {
  width: 50%;
}

.custom-home-qualifications-content {
  padding: 25px 0;
  border-top: 1px white solid;
  border-bottom: none;
  text-align: left;
  padding-top: 33px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.custom-home-qualifications-content h4 {
  font-size: 1.625rem;
  margin-top: 0;
  color: #9FDEFF;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1px;
}
.custom-home-qualifications-content p {
  margin-bottom: 1.5em;
}

.custom-home-qualifications-wrapper.two{
  margin-top: 65px;
} 

.custom-home-qualifications-wrapper.two .custom-home-qualifications-content {
  padding: 25px 0;
}
.custom-home-qualifications-wrapper.two .custom-home-qualifications-content.inner {
  padding-top: 38px;
  padding-bottom: 0;
}

.custom-home-qualifications-content.inner p {
  margin: 0;
}


.ma-white-button {
  display: block;
  height: 42px;
  width: 220px;
  background: white;
  color: #0086CD;
  font-weight: 700;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 12px;
  padding: 8px 25px;
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
}

.ma-white-button:after {
  position: absolute;
  content: '';
  top: 19px;
  right: 25px;
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/Play@2x.png) no-repeat;
  background-size: 5px 5px;
  width: 5px;
  height: 5px;
  transition: all .4s ease;
}

.ma-white-button:hover:after {
  right: 20px;
}

.ma-white-button:hover {
  color: #0086CD;
}

.custom-home-top-contact-button {
  margin-bottom: 35px;
}

.custom-home-about-button-wrapper.two {
  padding-top: 30px;
}

.custom-home-top-contact-button P {
  margin: 0;
}

.body-container-wrapper .custom-ma-recent-post .page-center {
  padding-top: 22px !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  max-width: 920px !important;
}

.custom-ma-recent-wrapper {
  position: relative;
  padding: 15px 25px;
  background: #d6f1fe;
  text-align: left;
}

.custom-ma-recent-wrapper h4 {
  font-weight: 700;
  font-family: "minerva-modern",sans-serif;
  margin: 0;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 47px;
  transform: translateY(-50%);
  color: #0086CD;
}

.custom-ma-recent-wrapper ul {
  position: relative;
  padding-left: 20px;
  max-height: 110px;
  overflow: auto;
  margin-left: 125px;
  list-style: disc;
  margin-bottom: 0;
}

.custom-ma-recent-wrapper ul li {
  position: relative;
  vertical-align: top;
  list-style: disc;
  color: #0086CD;
  text-align: left;
  padding: 0;
}

.custom-ma-recent-wrapper ul li a {
  display: block;
  color: #004050;
}

.custom-ma-recent-wrapper ul li h3 {
  white-space: normal;
  font-size: 16px;
  color: #043e66;
  font-weight: 400;
  margin: 0;
}

.custom-ma-recent-wrapper ul li time {
  display: inline-block;
  margin-right: 30px;
  white-space: normal;
  font-size: 16px;
  color: #000;
}

.custom-ma-recent-wrapper ul::-webkit-scrollbar-button {
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/arrow-up.png) no-repeat center center;
  background-size: 14px 12px;
  width: 14px;
  height: 12px;
}

.custom-ma-recent-wrapper ul::-webkit-scrollbar-thumb {
  background: #007fb3;
}

.custom-ma-recent-wrapper ul::-webkit-scrollbar {
  background: transparent;
  width: 14px;
}

.custom-home-contact-wrapper {
  padding: 128px 0 107px 0;
  background: #9FDEFF;
  padding-top: 20px;
}


.body-container-wrapper .custom-home-contact-wrapper .page-center {
  max-width: 930px !important;
  margin: 0 auto;
  position: relative;
}

.custom-home-contact-heading h2 {
  color: #000;
  margin: 50px 0;
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "minerva-modern",sans-serif;
  text-align: center;
  margin-bottom: 55px;
  line-height: 33px;
  font-weight: 400;
}

.custom-home-contact-heading h4 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.625rem;
}

.custom-home-contact-form .widget-type-form {
  background: white;
  padding: 40px 40px 1px;
  margin: 25px auto;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 40px 5px rgba(0,134,205,.2);
}

.custom-home-contact-form .widget-type-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-home-contact-form .hs-input {
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #0086CD;
  min-height: 50px;
  color: #606060;
  padding-left: 25px;
  font-family: "Hiragino Kaku Gothic ProN",游ゴシック,YuGothic,Meiryo,Arial,sans-serif;
  width: 100%;
  line-height: 1.5;
  font-size: 1rem;
  outline:none;
}

.hs-form-field {
  margin-bottom: 1.5em;
}

.hs-form-field label {
  font-family: "Hiragino Kaku Gothic ProN",游ゴシック,YuGothic,Meiryo,Arial,sans-serif;
}

.custom-home-contact-form .hs-form-field {
  width: 100%;
}

.custom-home-contact-form .hs-lastname,
.custom-home-contact-form .hs-firstname,
.custom-home-contact-form .hs-say,
.custom-home-contact-form .hs-may {
  width: 48%;
}

.span12.widget-span.widget-type-custom_widget.custom-home-contact-heading {
  margin-bottom: 35px;
}

label {
  font-family: 'Noto Sans JP',Meiryo,"メイリオ",'游ゴシック体',Yu Gothic,YuGothic,Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;
  color: grey;
  width: 100%;
  display: block;
  overflow: hidden;
}

.custom-home-contact-form .hs-form-booleancheckbox-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-home-contact-form .hs-fieldtype-select {
  position: relative;
}
.custom-home-contact-form .hs-fieldtype-select::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-home-contact-form select.hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
  appearance: none;
  height: 50px;
  padding-right: 40px;
  background: #fff;
}
.custom-home-contact-form select.hs-input::-ms-expand {
  display: none;
}

.custom-home-contact-form .hs-form-booleancheckbox-display input {
  width: 25px !important;
}

.custom-home-contact-form textarea {
  min-height: 259px !important;
  padding-top: 15px;
  padding-right: 20px;
}

.custom-home-contact-form .hs-submit {
  width: 100%;
}

.custom-home-contact-form .hs-button.primary {
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #0086CD;
  min-height: 50px;
  color: #606060;
  padding-left: 25px;
  width: 100%;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic ProN",游ゴシック,YuGothic,Meiryo,Arial,sans-serif;
  line-height: 1.5;
  width: 100%;
  padding-left: 0;
  background-color: #0086CD;
  color: white;
  transition: all .3s ease;
  outline: none;
}

.custom-home-contact-form .hs-button.primary:hover {
  background-color: #00659a;
}

.custom-home-section-2 {
  margin-top: 110px;
}

.custom-home-contact-form .actions {
  min-height: 77px;
  margin-bottom: 24px;
}

.custom-steps-wrapper {
  padding: 128px 0 107px 0;
  background: #9FDEFF;
}

.custom-steps-inner-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.body-container-wrapper .custom-steps-wrapper .page-center {
  max-width: 885px !important;
}

.custom-steps-top-heading h2 {
  color: #000;
  margin: 50px 0;
  font-size: 2.875rem;
  font-family: "minerva-modern",sans-serif;
  text-align: center;
  position: relative;
  font-weight: 400;
  margin-bottom: 53px;
  line-height: 33px;
}

.custom-steps-top-heading h4 {
  text-align: center;
  padding-bottom: 3px;
}

.custom-steps-item .ma-figures {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}

.custom-steps-item .ma-figures li {
  width: 17%;
  text-align: center;
  position: relative;
}

.custom-steps-item .ma-figures li .ma-fig-img {
  width: 80%;
  padding-bottom: 80%;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.custom-steps-item .ma-figures li .ma-fig-img img {
  width: 33px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  vertical-align: middle;
}

.custom-steps-item .ma-figures li .ma-fig-img:after {
  content: '●●';
  position: absolute;
  color: #51A8D6;
  top: 50%;
  right: -62px;
  font-size: 15px;
  transform: translateY(-50%);
  letter-spacing: 11px;
}

.custom-steps-item .ma-figures li:last-child .ma-fig-img:after{
 display:none;
}


.custom-steps-item {
  margin-bottom: 35px;
}

.custom-steps-item .ma-figures li:nth-child(3) img {
  width: 29px;
}

.custom-steps-item .ma-figures li:last-child img {
  width: 26px;
}

.custom-steps-item h5 {
  font-size: .875rem;
  font-weight: 700;
  color: #043e66;
  margin-top: 5px;
  font-family: 'Noto Sans JP',Meiryo,"メイリオ",'游ゴシック体',Yu Gothic,YuGothic,Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;
  margin-bottom: 0;
}

.custom-steps-item p {
  font-size: .875rem;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.custom-steps-content p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

.custom-steps-inner-wrapper {
  margin-bottom: 78px;
}

.custom-acco-wrapper {
  padding: 140px 0;
  overflow: hidden;
  margin-bottom: 13px;
}

.body-container-wrapper .custom-acco-wrapper .page-center {
  max-width: 1020px !important;
}

.custom-acc-left-wrapper {
  width: 20%;
  float: left;
}

.custom-acc-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-acc-left-heading h2 {
  color: #000;
  margin: 50px 0;
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "minerva-modern",sans-serif;
  position: relative;
  margin-bottom: 55px;
  line-height: 33px;
  font-weight: 400;
  margin-top: 0;
}

.custom-acc-right-wrapper {
  width: 80%;
  float: left;
  position: relative;
}

.custom_vc_toggle {
  display: block;
  margin: 0 0 21.73913043px 0;
  padding: 0;
  font-size: 1em;
  margin-left: 38px;
  border-bottom: 1px solid #9fdeff;
  padding-bottom: 25px;
}

.vc_toggle_title h4 {
  font-size: 1rem;
  font-weight: 400;color: #000;
  position: relative;
  padding-left: 50px;margin: 0;
  display: inline;
  font-family: 'Noto Sans JP',Meiryo,"メイリオ",'游ゴシック体',Yu Gothic,YuGothic,Helvetica,Arial,Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",sans-serif;
}

.vc_toggle_title {
  padding-left: 24.2px;
  position: relative;
  cursor: pointer;
}

.custom_vc_toggle .vc_toggle_icon {
  position: absolute;
  left: 0;
  background: #bababa;
  border: 1px solid #acacac;
  margin-left: 5px;
  display: inline-block;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background-color: black;
  border-color: black;
  height: 1px;
  width: 16px;
  cursor: pointer;
}

.custom_vc_toggle .vc_toggle_icon::after, .custom_vc_toggle .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #bababa;
}

.custom_vc_toggle .vc_toggle_icon::before {
  border: 1px solid #acacac;
  width: 1px;
  height: 16px;
  background: black;
  border-color: black;
}

.vc_toggle_title h4:after {
  position: absolute;
  left: 9px;
  top: -6px;
  font-size: 1.5rem;
  content: "Q.";
}

.vc_toggle_content {
  padding-left: 24.2px;
  margin-top: 1em;
  margin-bottom: 0;
}

.vc_toggle_content p {
  color: #0086CD;
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.vc_toggle_content p:first-child:after {
  position: absolute;
  left: 9px;
  top: -1px;
  font-size: 1.5rem;
  content: "A.";
}

.vc_toggle_content table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.vc_toggle_content table tr, .vc_toggle_content table td, .vc_toggle_content table th{
  border: 1px #0086CD solid;
  padding: 10px;
}

.vc_toggle_content table tr td span{
  color: #008cd8;
}

.custom-ma-recent-wrapper ul li:last-child {
  border: none;
  list-style: none;
  text-align: center;
  margin-top: 15px;
}

.custom-ma-recent-wrapper ul li a.ma-blue-button {
  display: inline-block;
  min-width: 160px;
  color: #fff;
  padding: 10px;
  line-height: 1.4;
  background: #38a8fa;
  border-radius: 5px;
  font-size: 12px;
  transform: translateX(-65px);
}

.custom_vc_toggle.vc_toggle_active .vc_toggle_icon:before {
  visibility: hidden;
}

.fixed-info {
  position: fixed;
  right: 0;
  z-index: 5;
  top: 40%;
  width: 240px;
  min-height: 60px;
  display: block;
  padding: 5px 10px 10px 70px;
  background-color: #66A236;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -o-transform: translateX(180px);
  -ms-transform: translateX(180px);
  -moz-transform: translateX(180px);
  -webkit-transform: translateX(180px);
  transform: translateX(180px);
}


.fixed-info:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  background-color: #fff;
  left: 60px;
  top: 10px;
}

.fixed-info i {
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  top: 0;
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/phone.svg) no-repeat 50% 50%;
  background-size: 22px;
}

.fixed-info#fixed-form i {
  background-image: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/edit.svg);
}

.fixed-info#fixed-form a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  display: block;
  padding-top: 10px;
  height: 100%;
}

.fixed-info#fixed-form a:hover, .fixed-info#fixed-form a:visited {
  color: #fff;
}

.fixed-info.active {
  transform: translateX(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fixed-info#fixed-form:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/arrow-right-small-white.svg) no-repeat;
}

/* =============== End of ma Home Page =============== */


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

br.mb {
  display: none;
}
.custom-ma-footer {
  background: white;
  width: 100%;
  padding: 20px 0 30px 0;
  border-top: 1px #9fdeff solid;
  padding-top: 47px;
  font-size: 13px;
  padding-bottom: 0;
}

.custom-ma-footer .page-center {
  padding: 0 20px;
}

.custom-footer-ma-copyright ul {
  padding-top: 0;
  float: left;
  list-style: none;
  padding: 0;
}

.custom-footer-ma-copyright ul li {
  display: inline-block;
  margin-right: 20px;
  float: left;
}


.custom-footer-ma-copyright ul li a {
  color: #000;
}

.custom-footer-ma-copyright ul li:last-child {
  color: #0086CD;
  width: 100%;
}
.yellow-button {
  display: block;
  height: 70px;
  width: 400px;
  font-weight: 700;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.6rem;
  border-radius: 12px;
  padding: 20px 25px;
  text-transform: uppercase;
  position: relative;
  background: #FFBF00;
  color: #48729b;
  border: 1px #FFBF00 solid;
  margin: 0;
}
.button-blue-border {
  display: block;
  height: 42px;
  width: 220px;
  font-weight: 700;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1rem;
  border-radius: 12px;
  padding: 8px 25px;
  text-transform: uppercase;
  position: relative;
  background: none;
  color: #0086CD;
  border: 1px #0086CD solid;
  margin: 0;
}

.button-blue-border:after {
  position: absolute;
  content: '';
  top: 19px;
  right: 25px;
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/Play@2x.png) no-repeat;
  background-size: 5px 5px;
  width: 5px;
  height: 5px;
  transition: all .4s ease;
}

.button-blue-border:hover {
  background-color: #0086CD;
  color: #fff;
}

.button-blue-border:hover:after {
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/Play@2x-white.png);
  background-size: 5px 5px;
  right: 20px;
}

.widget-span.custom-footer-button {
  float: right !important;
  display: block;
  width: auto;
}

.body-container-wrapper .page-center {
  padding: 0;
  max-width: 960px !important;
  padding-left: 15px !important;  
  padding-right: 15px !important;
  padding-top: 0 !important;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

.widget-span.custom-menu-primary.js-enabled {
  width: auto !important;
  float: right;
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  float:right;
  margin-bottom: 0;
  margin-top: 6px;
  padding-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-right: 25px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: .9375rem;
  color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  color: #0086CD;
  font-weight: bold
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 1024px){

  /* 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: absolute;
    top: 0px;
    right: 0;
    width: auto;
    height: auto;
  }

  .artclose {
    height: 30px;
    width: 20px;
    margin-top: 1px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
  }


  .burgx , .burgx2 ,.burgx3 {
    margin-top: 3px;
    background: #0086CD;
    border-radius: 5px;
    width: 26px;
    height: 4px;
    position: absolute;
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .burgx2 {
    margin-top: 11px;
  }

  .burgx3 {
    margin-top: 19px;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-open .burgx {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 13px;
  }

  .mobile-open .burgx2 {
    opacity: 0;
  }

  .mobile-open .burgx3 {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 13px;
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 30px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
  }
  .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: #000; /* 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;

  }

  /* Hide menu on mobile */
  .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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    list-style: none;
    display: block;
    margin-bottom: 54px;
    text-align: center;
    margin-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li> a {
    font-size: 28px;
    color: #000;
    text-align: center;
    display: inline-block;
    line-height: 27px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow: hidden;
    overflow-y: auto;
    max-height: 90vh;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    display: block;
    margin-bottom: 54px;
    text-align: center;
    margin-right: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    margin: 0;
    margin-top: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    margin: 0;
  }


}


/* ==========================================================================
   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 */
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 {}

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 {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
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;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {}

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


/* =============== 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 {}


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

.image-hover:hover img {
  opacity: .8;
}

.custom-home-contact-form ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  color: red;
  font-size: 1em;
  font-weight: 400;
}

.custom-home-contact-form .hs-error-msgs label {
  color: red;
  font-size: 1em;
  font-weight: 400;
}


.custom-logo a:hover img {
  opacity: .8;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  padding: 0 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-size: .9375rem;
  color: #000;
}

.custom-ma-recent-wrapper ul::-webkit-scrollbar-button:end {
  background: url(//4463364.fs1.hubspotusercontent-na1.net/hubfs/4463364/CMICAshfield-March2019/image/arrow-down.png) no-repeat center center
}


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media only screen and (max-width: 1025px) and (min-width: 1060px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: .800rem;
    color: #000;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 768PX){
  .custom-ma-footer .page-center {
    width: calc(100% - 40px);
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1599px) {
  .container-fluid .row-fluid .page-center{
    max-width:1120px;
  }
}

@media (max-width: 1024px) {
  .custom-ma-header {
    min-height: 70px !important;
    padding-top: 20px;
  }

  .widget-span.custom-logo {
    text-align: center;
    width: 100%;
    display: block;
  }

  .widget-span.custom-menu-primary.js-enabled {
    width: auto !important;
    float: none;
  }

  .custom-header-main {
    min-height: 70px !important;
  }

  .widget-span.custom-menu-primary.js-enabled {
    width: 100vw !important;
    height: 100vh;
    background: white;
    position: fixed;
    top: 70px;
    padding-top: 50px;
    padding-left: 0;
    left: 0;
    margin-top: 0;
    transition: all .4s ease;
    transform: translateX(100%);
    margin: 0 !important;
  }

  .mobile-open .widget-span.custom-menu-primary.js-enabled {
    transform: translateX(0);
  }
  
  .custom-footer-ma-copyright {
    width: 100% !important;
    max-width: 100%;
    padding-top: 0;
}

  .custom-footer-ma-copyright ul {
    float: none;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .custom-footer-ma-copyright ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .button-blue-border {
    margin: 0 0 70px;
    width: 100% !important;
    text-align: center;
    float: none !important;
  }

  .widget-span.custom-footer-button {
    width: 100% !important;
    margin-left: 0;
  }

  .hs-ma-home-layout .body-container-wrapper .button-blue-border {
    text-align: left;
  }
  

}


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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center{
    max-width:88.54166666666666%
  }

  .custom-footer{
    padding-bottom:0;
  }

  h4 {
    font-size: 1.125rem;
  }
  .custom-footer-ma-copyright ul li:last-child {
    margin-bottom: 19px;
  }

  .custom-three-equal-right {
    width: 100%;
  }

  .custom-three-equal-image {
    padding: 0;
  }

  .custom-three-equal-middle {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .custom-three-equal-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-ma-team-col-left {
    width: 100%;
  }

  .custom-ma-item .vc_single_image-wrappe {
    margin-bottom: 35px;
  }

  .custom-msl-left {
    width: 100%;
  }

  .custom-msl-right {
    width: 100%;
  }

  .widget-span.custom-program-about-left-section {
    width: 100%;
  }

  .custom-program-about-left-content {
    transform: none;
  }

  .custom-program-about-section-2 .span8.hs_col_1 {
    width: 100%;
  }

  .custom-program-about-section-2 .span4.hs_col_2 {
    width: 100%;
  }

  .ma-banner-wrapper {
    padding-top: 127px;
    padding-bottom: 0;
    overflow: hidden;
  }

  div#ma-top-steps {
    height: 212px;
    padding-top: 20px;
  }

  .custom-home-banner-left {
    float: none;
    width: 100%;
  }

  .custom-home-banner-left h1 {
    line-height: 1.8;
    margin: 0 auto 50px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }

  .custom-home-banner-left p {
  }

  .ma-slide-button {
    margin: 50px auto;
    margin-bottom:0;
  }


  .wpb_text_column.wpb_content_element {
    margin-bottom: 19px;
  }

  .custom-ma-recent-wrapper h4 {
    position: relative;
    left: 0;
    transform: translateY(-4px);
  }

  .custom-ma-recent-wrapper ul {
    margin-left: 0;
  }
  
  .custom-ma-recent-wrapper h4 {
    position: relative;
    left: 0;
    transform: translateY(-4px);
}

.custom-ma-recent-wrapper ul {
    margin-left: 0;
}

.custom-home-about-heading h2 {
    font-size: 2rem;
    margin: 20px 0;
    margin-top: 35px;
}

.widget-span.custom-home-about-column-left {
    width: 100%;
    padding: 0;
    margin-bottom: 34px;
}

  .hs-ma-home-layout .body-container-wrapper .custom-home-wrapper .page-center {
    /* padding-left: 15px !important; */
    /* padding-right: 15px !important; */
  }

  .widget-span.custom-home-about-column-Right {
    width: 100%;
    padding: 0;
  }



.custom-home-qualifications-heading h2 {
    font-size: 2rem;
    margin: 20px 0!important;
}

.custom-home-qualifications-inner-heading h4 {
    font-size: 1.125rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.widget-span.custom-home-qualifications-left-column {
    width: 100%;
}

.widget-span.custom-home-qualifications-right-column {
    width: 100%;
}

.custom-home-qualifications-wrapper {
    padding: 30px 30px;
}

ul.ck-list.ck-right {
    padding-left: 0;
}

.custom-home-qualifications-content h4 {
    font-size: 1.125rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.custom-steps-wrapper {
    padding: 50px 0;
}

.custom-steps-top-heading h2 {
    font-size: 2rem;
    margin: 20px 0!important;
}

.custom-steps-item .ma-figures li {
    width: 100%;
    clear: both;
    margin-bottom: 50px;
    overflow: visible;
    height: 100px;
}

.custom-steps-item .ma-figures {
    display: block;
    padding-left: 0;
}


  .custom-steps-item .ma-figures li .ma-fig-img {
    width: 100px;
    max-width: 100px;
    padding-bottom: 100px;
    float: left;
  }

  .custom-steps-item .ma-figures li .ma-fig-img img {
    width: 33px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .custom-steps-item .ma-figures li .ma-fig-img:after {
    content: '●';
    top: calc(100% + 13px);
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0;
  }

  .custom-steps-item h5 , .custom-steps-item p {
    position: absolute;
    left: calc(25% + 30px);
    top: 0;
  }

  .custom-steps-item p {
    top: 30px;
    font-size: .75rem;
  }

  .custom-steps-item h5 {
    font-size: 1rem;
  }

  .custom-acc-left-wrapper {
    width: 100%;
    float: none;
  }

  .custom-acc-left-heading h2 {
    text-align: center;
    font-size: 2rem;
    margin: 20px 0;
  }

  .custom_vc_toggle {
    margin-left: 0;
  }

  .custom-acc-right-wrapper {
    width: 100%;
  }

  .custom-home-contact-heading h2 {
    font-size: 2rem;
    margin: 20px 0!important;
  }

  .custom-home-contact-heading h4 {
    font-size: 1.125rem;
  }

  .custom-home-contact-form .widget-type-form {
    display: block;
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .custom-home-contact-wrapper{
    padding: 50px 0;
  }
  
  .custom-home-contact-form .hs-lastname,
  .custom-home-contact-form .hs-firstname,
  .custom-home-contact-form .hs-say,
  .custom-home-contact-form .hs-may {
    width: 100%;
  }

  .custom-home-banner-left {
    z-index: 1;
    position: relative;
  }

}  


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

@media (max-width: 414px) {
  .custom-logo img {
    width: 187px;
  }

  .header-content h1 {
    line-height: 44px;
  }

  .main-banner {
    padding-top: 108px;
    margin-bottom: 100px;
  }

  span.big-title {
    font-size: 1.375rem;
  }
  .custom-ma-about-section p {
    font-size: .875rem;
  }

  .custom-footer-ma-copyright ul {
    font-size: .625rem;
    line-height: 14px;
  }

  .custom-course-section-1 ul li:first-child {
    width: 100%;
    color: #0086CD;
  }

  .custom-course-section-1 ul li:last-child {
    width: 100%;
    margin-left: 0;
    border-top: none;
  }

  .custom-e-learning-wrapper ul li:first-child {
    width: 100%;
    color: black;
    margin-left: 0;
  }

  .custom-e-learning-wrapper ul li:first-child br {
    display: none;
  }

  .custom-e-learning-wrapper ul li:last-child {
    width: 100%;
    color: black;
    margin-left: 0;
    border-top: none;
  }

  .environment-top-content p {
    font-size: .875rem;
  }

  .env-table>li>ul>li:first-child {
    margin-right: 0;
    border-top: none;
    padding-bottom: 0;
    color: #0086CD;
  }

  .custom-environment-inner ul li ul li {
    width: 100%;
  }

  .env-table .title {
    display: none;
  }

  .custom-environment-inner .env-table p {
    font-size: .875rem;
  }

  .env-table>li>ul>li:first-child p {
    color: #0086CD;
  }

  .env-table>li>ul>li:last-child {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
    border-top: none;
  }

  .env-table {
    border-top: 1px #0086CD solid;
  }

  .custom-program-about-section-2 .custom-environment-inner ul li ul li:first-child {
    width: 100%;
    color: #0086CD;
  }

  .custom-program-about-section-2 .custom-environment-inner ul li ul li:last-child {
    width: 100%;
    margin-left: 0;
    border-top: none;
  }

  .custom-program-about-section-2 .env-table {
    border-top: none;
  }

  .custom-steps-content p {
    font-size: .875rem;
  }

  .custom-home-about-column-left p {
    font-size: .875rem;
  }

  .custom-home-banner-left h1 {
    font-size: 20px;
    margin-bottom: 23px;
  }

  a.ma-slide-button {
    margin-top: 0;
  }

  .custom-ma-recent-wrapper {
    padding: 30px 20px;
  }

  .custom-ma-recent-wrapper ul {
    white-space: normal;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
    max-height: 50vh;
  }

  .custom-ma-recent-wrapper ul li {
    display: block;
    width: auto;
    white-space: normal;
    padding: 0 0 10px;
    margin-top: 10px;
  }

  .custom-ma-recent-wrapper h4 {
    Position: static;
    transform: translateY(0);
    width: auto;
    margin-bottom: 20px;
  }

  .custom-ma-recent-wrapper ul li a.ma-blue-button {
    transform: translateX(0);
  }

  .ma-slide-button {
    width: auto;
  }


  .body-container-wrapper .button-blue-border.long {
    width: auto !important;
  }

  .ma-white-button {
    width: auto;
  }

  .custom-steps-item h5, .custom-steps-item p {
    left: calc(25% + 50px);
    position: static;
  }

}