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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
    font-family:"DidotLTStd-Bold";
    src:url("https://341660344.fs1.hubspotusercontent-na3.net/hubfs/341660344/didot-font/DidotLTStd-Bold.woff2") format("woff2"),url("https://341660344.fs1.hubspotusercontent-na3.net/hubfs/341660344/didot-font/DidotLTStd-Bold.woff") format("woff"),url("https://341660344.fs1.hubspotusercontent-na3.net/hubfs/341660344/didot-font/DidotLTStd-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
  
html {
    font-size: 18px;
    line-height: 1.5rem;
}
body {
    background-color: #fff;
    line-height: 1.5rem;
}
h1, h2{
    font-family:"DidotLTStd-Bold";
    font-weight:700;
    color:#282829;
  }
  h3{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    text-transform:uppercase;
    color:#282829;
  }
  h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    color:#282829;
  }
  p, ol, ul, legend, label{
    font-family: "Open Sans", sans-serif;
    color:#282829;
  }
  p img{
    border-radius:9px;
  }

p {
    margin-bottom: 1.25em;
    margin-top: 0;
}
.atmc-h1, .atmc-h2, .atmc-h3, .atmc-h4, .atmc-h5, .atmc-h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 1.25rem;
    margin-top: 0;
    word-break: break-word;
    /*font-family: Salmond;
    font-weight: 600;*/
    padding-top: 0.2rem;
}
.atmc-h1, h1 {
    /*color: #040707;*/
    font-size: clamp(38px, 4vw + 0.8rem, 60px);
    line-height: 1.2;
}
.atmc-h2, h2, h1.small {
   /* color: #040707;*/
    font-size: clamp(36px, 4vw + 0.8rem, 48px);
}
.atmc-h2.medium, h2.medium {
    /*color: #040707;*/
    font-size: clamp(32px, 4vw + 0.8rem, 40px);
}
.atmc-h3, h3, .atmc-h2.small, h2.small {
   /* color: #040707;*/
    font-size: clamp(22px, 4vw + 0.8rem, 32px);
}
.atmc-h3.medium, h3.medium {
    font-size: clamp(22px, 4vw + 0.8rem, 28px);
}
.atmc-h3.small, h3.small, .atmc-h4, h4 {
    font-size: clamp(20px, 4vw + 0.8rem, 24px);
}
.atmc-h2.xsmall, h2.xsmall {
    font-size: clamp(22px, 4vw + 0.8rem, 28px);
}
.atmc-hero-01_heading {
    line-height: 1;
}
.atmc-hero-01_heading + p {
    font-size: clamp(20px, 4vw + 0.8rem, 24px);
}
.widget-type-rich_text *+h1, .widget-type-rich_text *+h2, .widget-type-rich_text *+h3, .widget-type-rich_text *+h4, .widget-type-rich_text *+h5, .widget-type-rich_text *+h6 {
    margin-top: 1.5rem;
}
header.atmc-header {
    width: 100%;
    padding-left: calc(20px + 2%);
    padding-right: calc(20px + 2%);
}
.atmc-header_container {
    width: 100%;
    max-width: 1335px;
    padding: 0;
}
.atmc-header {
    border-bottom: none !important;
}
.atmc-hero-01 .atmc-container>.row-fluid>.span12:after,
.atmc-hero-01 .atmc-container>.row-fluid>.span12:before {
    display: none !important;
}
.atmc-header_logo {
    margin-left: 0;
}
li.hs-menu-item {
    margin-bottom: 0;
}
hr {
    background-color: #040707;
    border: none;
    color: #040707;
    height: 1px;
    margin-top: 2rem;
}
img {
    display: block;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col2 > * {
    width: 47%;
    margin-top: calc(20px + 1%);
}
@media only screen and (max-width: 700px) {
  .col2>* {
      margin-top: calc(20px + 1%);
      width: 100%;
  }
}
@media only screen and (min-width: 1021px) {
  .row-fluid .span4 {
      width: 29.3% !important;
  }
}

.button-row {
    margin-top: 3vh;
}
.button-row > * {
    margin: 12px;
}
.atmc-btn-primary, .hs-button {
    color: #fff !important;
}
.atmc-btn-m {
    font-size: 1rem;
    padding: .75rem 1rem;
}
.atmc-btn,
.hs-button,
.atmc-btn-primary,
.hs-button,
input[type="submit"],
.atmc-form-white .hs-form input[type=submit]{
    border: 1.5px solid;
    border-radius: 7px;
    font-size: 0.8rem;
    font-family: Salmond;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    padding: 1rem 1.2rem 0.85rem 1.2rem;
    text-align: center;
    background: #28779D !important;
    border-color: #28779D;
    color: #FFFFFF;
}
.atmc-btn:hover,
.hs-button:hover,
.atmc-btn-primary:hover,
.hs-button:hover,
input[type="submit"]:hover,
.atmc-form-white .hs-form input[type=submit]:hover {
    background: #13648B !important;
    border-color: #13648B;
    color: #FFFFFF;
}
.atmc-btn:hover, .hs-button:hover {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.atmc-btn.secondary,
.secondary .atmc-btn,
.hs-button.secondary {
    background: #AFD139 !important;
    border-color: #AFD139;
    color: #040707 !important;
}
.atmc-btn.secondary:hover,
.secondary .atmc-btn:hover,
.hs-button.secondary:hover {
    background: #90B50F !important;
    border-color: #90B50F;
    color: #040707 !important;
}
.atmc-btn.outline-dark {
    background: transparent !important;
    border-color: #040707;
    color: #040707;
    padding: 1rem 1.1rem .85rem;
}
.atmc-btn.outline-dark:hover {
    background: #040707 !important;
    border-color: #040707;
    color: #FFFFFF;
}
.atmc-form-white, .atmc-form-white h3 {
    text-align: center;
}
.hs-form label {
    font-size: 1rem;
}
.atmc-form-white h3 {
    margin-bottom: 2rem;
}
.hs-submit {
    margin-top: 2rem;
}
.atmc-form-white .hs-input, .atmc-form-white .hs-search-field__input {
    background-color: #FFFFFF !important;
    border: 0 !important;
    border: 1px solid #040707 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    color: #040707 !important;
}
.dnd-section .dnd-row+.dnd-row {
    margin-top: 3vh;
}
.dnd-section .dnd-row+.dnd-row.less-margin-top {
    margin-top: 2vh;
}
.dnd-section {
    padding: 8vh 6vw;
}
.row-fluid .span4 {
    width: 30%;
}
@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid .span6 {
        width: 47%;
    }
    .row-fluid [class*=span] {
        margin-left: 6%;
    }
}
@media (min-width: 1280px) {
    .row-fluid .span6 {
        width: 47%;
    }
    .row-fluid [class*=span] {
        margin-left: 6%;
    }
}
.atmc-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1335px;
    padding-left: 6vw;
    padding-right: 6vw;
    width: 100%;
}
ul li, ol li {
    margin-bottom: 1rem;
}
.panel-reverse {
    flex-direction: row-reverse;
}
.atmc-feature > .p-12 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #FAEDC6;
    border-radius: 24px;
    overflow: hidden;
}
.atmc-feature > .p-12 .feature-img {
    width: 50%;
}
.atmc-feature > .p-12 .feature-img img {
    display: block;
    margin: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.atmc-feature > .p-12 .feature-text {
    width: 50%;
    padding: 7vh 5vh;
}

.widget-type-rich_text ul li:before {
    background: #6bbff7;
    border-radius: 50%;
    content: "";
    height: .75rem;
    left: 0;
    position: absolute;
    top: .45rem;
    width: .75rem;
}
.hs_cos_wrapper_type_header h2 {
    margin-bottom: 0;
}
ul.checklist {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
}
.centered ul.checklist {
	  margin-left: auto;
}
ul.checklist li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
ul.checklist li:before,
.widget-type-rich_text ul li:before{
    content: '';
    background-color: transparent;
    background-image: url('https://341660344.fs1.hubspotusercontent-na3.net/hubfs/341660344/checkmark.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    margin: auto 0;
}
.features-icon-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
    min-height: 80px;
}
.dnd_area-row-2-background-color > div,
.dnd_area-row-3-background-color > div {
    align-items: stretch;
}
.cell_17466278764916-vertical-alignment,
.cell_17466278764917-vertical-alignment,
.cell_17466323644152-vertical-alignment,
.cell_17466323644153-vertical-alignment{
    border-radius: 16px;
    align-self: stretch;
    flex: 1;
}
.cell_17465569408995-background-color {
    border-radius: 16px;
}
.dnd-section .widget-type-cell {
    padding-left: 0;
    padding-right: 0;
    border-radius: 24px;
}
.dnd-section .widget-type-cell .hs-image-widget {
    border-radius: 9px;
}
.hs_cos_wrapper {
    overflow: hidden;
    display: block;
    margin: 0;
}
.footer.text-white .atmc-footer {
    border-top: none;
}
.atmc-sitefooter_social .social-links, .atmc-sitefooter_social a {
    justify-content: center;
}
.atmc-site-footer {
    padding-bottom: 0;
}
.atmc-site-footer_logo img {
    height: 70px;
    max-height: 70px;
    margin-bottom: 0;
}
.atmc-footer {
    padding-bottom: 6rem;
}
.atmc-sitefooter_about p {
    font-size: 1rem;
}
.footer__copyright {
    font-size: 1rem;
}
.icon-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.widget-type-form form {
    border: none;
    padding: 2rem;
    border-radius: 24px;
}
.hs-image__grid__list__item {
     border-radius: 16px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 0.75rem center/20px 20px;
    padding-right: 2rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem;
    cursor: pointer;
}
select::-ms-expand {
   display: none; /* Hide default arrow */
}

.circle-num {
    display: inline-block;
    background-color: #040707;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
    position: absolute;
}
h4 {
    position: relative;
}
.circle-num + span {
    margin-left: 52px;
    display: block;
    padding-top: 8px;
}

@media only screen and (max-width: 1020px) {
    .row-fluid-wrapper > .row-fluid {
        flex-wrap: wrap;
    }
    .row-fluid .span4 {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 34px;
    }
    .row-fluid .span4:last-child {
        margin-bottom: 0;
    }
    .features-icon-heading {
        flex-wrap: wrap;
        height: auto;
    }
    .features-icon-heading img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .features-icon-heading h3 {
        width: 100%;
        margin-top: 16px !important;
        text-align: center;
    }
    .features-icon-heading + p {
        width: 100%;
        text-align: center;
        margin-bottom: 16px !important;
    }
    .icon-wrapper {
        align-items: center;
    }
}
@media only screen and (min-width: 992px)  {
    .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li.active-branch>a,
    .atmc-header .atmc-header_menu>.hs-menu-wrapper>ul>li.active>a {
        color: #324800;
        position: relative;
    }
    .atmc-header_menu .hs-menu-wrapper li a {
        padding: 2rem 1.2vw;
        font-size: .7rem;
    }
}
@media only screen and (min-width: 1090px)  {
    .atmc-header_menu .hs-menu-wrapper li a {
        padding: 2rem 1.5vw;
        font-size: .8rem;
    }
}
@media (max-width: 991px) {
    .atmc-header_menu.js-enabled .hs-menu-wrapper, .atmc-header_menu.js-enabled .hs-menu-children-wrapper {
        display: none;
    }
    .atmc-header_menu .hs-menu-wrapper li.active > a {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 860px) {
    .atmc-feature > .p-12 {
        flex-wrap: wrap;
    }
    .atmc-feature>.p-12 .feature-text {
        width: 100%;
    }
    .atmc-feature > .p-12 .feature-img {
        width: 100%;
        height: 90vw;
        overflow: hidden;
    }
}
@media only screen and (max-width: 500px) {
    header.atmc-header {
        padding-left: 24px;
        padding-right: 24px;
    }
    header .atmc-btn.outline-dark {
        font-size: .65rem;
        padding: 0.9rem 1rem 0.8rem 1rem;
        margin: 0 1rem;
    }
    .atmc-header_logo {
        min-width: 100px;
    }
    .hamburger {
        padding: 1rem !important;
    }
    .hamburger-box {
        margin: 0;
        width: 36px !important;
    }
  
  .widget-type-rich_text ol, ol{
    counter-reset: num;
  }
  .widget-type-rich_text ol li, ol li{
    counter-increment: num;
    padding-left: 1.75rem;
  }
  .widget-type-rich_text ol li:before, ol li:before{
    font-family:'Didot', sans-serif;
    font-size:30px;
    color:#A97142;
    content: counter(num) ". ";
  }
  .widget-type-rich_text ul li:before, ul.checklist li:before, ul li:before{
    background-image:url('https://341660344.fs1.hubspotusercontent-na3.net/hubfs/341660344/check-mark@2x.png');
    width:30px;
    height:30px;
    background-size:contain;
    top: -3px;
  }
  .widget-type-rich_text ul li, .widget-type-rich_text ol li{
    padding-left: 1.75rem;
  }
  blockquote{
    border-left:5px solid #A97142;
  }
  blockquote cite{
    float:right;
    font-weight:700;
  }
  blockquote cite:before{
    content:"~ ";
  }
  input:not([type=checkbox]):not([type=radio]):not([type=submit]), .hs-input, .hs-search-field__input{
    background-color:#fff;
  }
  legend, label, .hs-form label{
    font-weight:700;
  }
  .atmc-btn.atmc-btn-primary, .atmc-btn.atmc-btn-primary.atmc-form-white .hs-form input[type=submit], .hs-button, input[type=submit]{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    font-size:.9rem;
      letter-spacing: .05rem;
    text-transform:uppercase;
    background-image: linear-gradient(to right, #E4A876, #A97142) !important;
    background-color:#A97142 !important;
    border-color:#A97142 !important;
    padding: 1rem 1.8rem .85rem;
    border:none !important;
  }
  .atmc-btn.atmc-btn-primary:hover, .atmc-btn.atmc-btn-primary.atmc-form-white .hs-form input[type=submit]:hover, .hs-button:hover, input[type=submit]:hover{
    background-image: linear-gradient(to left, #E4A876, #A97142) !important;
  }
  .atmc-btn.atmc-btn-secondary{
    background-image:none !imortant;
    background-color:#0B424C !important;
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    font-size:.9rem;
      letter-spacing: .05rem;
    text-transform:uppercase;
    padding: 1rem 1.8rem .85rem;
    border:none !important;
  }
  .atmc-btn.atmc-btn-secondary:hover{
    background-color:#7FB4B6 !important;
  }
.atmc-header-default{
  background-color:#0B424C !important;
  }
  .atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > a{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    letter-spacing: .05rem;
    text-transform:uppercase;
    color:#fff;
  }