@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Comfortaa);

/* TABLE OF CONTENTS:
* 1. Containers/Grid/DnD Area
* 2. GENERAL FORMATTING
* 3. HEADER
* 4. FOOTER
*/







/* 1a. Containers */





/* 1b. Breakpoints */








.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

/* General Formatting */
.footer {
  margin-top: 80px;
}
body {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Comfortaa;
  font-weight: bold;
}
.heading1 {font-size: px;}
.heading2 {font-size: px;}
.heading3 {font-size: 26px;}
.heading4 {font-size: px;}
.heading5 {font-size: px;}
.heading6 {font-size: px;}
p, div, a, ul, li {
  font-family: Open sans, sans-serif;
  line-height: 1.5;
}
p {
  margin-bottom: 1.5em;
}
.body-container-wrapper p a {
  text-decoration: underline;
}
li {
  padding-bottom: 10px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h6 {
  text-transform: uppercase;
  color: #00b1ff;
  font-size: 24px;
  margin-bottom: 18px;
}

.topic-link {
  text-transform: uppercase;
  color: #00b1ff;
  font-weight: 700;
  text-decoration: none;
}

.blue-btn {
  background-color: #32b0d9;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  text-transform: capitalize;
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
}

.blue-btn:hover, .blue-btn:focus {
  font-weight: 600;
  text-decoration: underline;
  font-family: Comfortaa, sans-serif;
  font-style: normal;
  color: #32b0d9 !important;
  background: white;
  border: 2px solid #32b0d9;
}

.db-btn {
  background-color: #2165C1;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
  white-space: nowrap;
  border: none;
}

.db-btn:hover, .db-btn:focus {
  color: #2165C1;
  border: 2px solid #2165C1;
  background: white;
  text-decoration: none;
}

.lb-btn {
  background-color: #01B1FE;
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline;
  white-space: nowrap;
  border: none;
}


.lb-btn:hover, .lb-btn:focus {
  color: #01B1FE;
  border: 2px solid #01B1FE;
  background: white;
  text-decoration: none;
}

/*.span12.widget-span.widget-type-cell {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}*/

.page-center {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*** FRONTIER LP SPECIFIC CSS ***/

.frontier {
  position: relative;
}

.frontier h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 90%;
  font-size: 3.5vw;
}

.frontier h2 {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 90%;
    font-size: 2.5vw;
}

@media (min-width: 768px) {
  .frontier-img-desktop { display: block; }
  .frontier-img-mobile { display: none; }
}

@media (max-width: 767px) {
  .frontier-img-desktop { display: none; }
  .frontier-img-mobile { display: block; }
}
  

/* ===== header =====*/

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

.custom-logo img {
  max-width: 376px;
  padding-top: 15px;
}

.custom-header-inner {
  background-color: white;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-style: normal;
  letter-spacing: 0px;
  text-transform: Capitalize;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  height: 100%;
  background-color: transparent;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
  text-decoration: none;
  line-height: 119px;
  padding: 0 34px;
  position: relative;
  top: 1px;
  font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
}

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

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

@media screen and (min-width:1001px) {

  /* =============== Custom Menu Primary =============== */
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(8) {
    background: #03abee;
    color: #ffffff !important;
    margin-top: 31px;
    border-radius: 3px;
    transition:0.2s ease;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(8) a:before {
    content: '\f073';
    font-family: 'FontAwesome';
    padding-right: 8px;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(8) a {
    line-height: 0;
    color: #ffffff !important;
    padding: 26px 22px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-1:nth-child(8):hover {
    background-color: #36bef2!important;
  }
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
    padding-right: 8px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #495b63;
    position: relative;
    right: -6px;
    top: 1px;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20.5px;
    top: 0;
  }


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

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



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

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) > a {
    background-color: #2165C1;
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 100px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline;
    margin: 0 15px;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0 !important;
    margin: 0;
    top: 100%;
    z-index: 10;
    -webkit-transition: top .3s ease-in-out !important;
    -moz-transition: top .3s ease-in-out !important;
    -ms-transition: top .3s ease-in-out !important;
    -o-transition: top .3s ease-in-out !important;
    transition: top .3s ease-in-out !important;
    margin-top: -21px !important;
    overflow: visible;
    padding: 7px 0;
    background-color: rgba(255,255,255,1);
    width: 240px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #909090;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 16px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #00acee;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a:after {
    content: "\f105";
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    color: #888;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    left: 100% !important;
    top: 14px !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-header {
    background-color: #FFF;
    padding: 15px;
  }

  /* .scroll-body .custom-header-inner {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
  box-shadow: 0 1px 3px rgba(0,0,0,.11); */
}

@-moz-document url-prefix() {
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a::after {
    top: -13px;

  }
}
}



@media (max-width:1700px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-right: 14.5px;
    font-size: 14px;
    top: 0;
  }

}

@media (max-width: 1263px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 15px;'
  }
}

@media (max-width: 1093px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 5px;'
  }
}




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

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

@media (max-width: 1000px) {

  .custom-header-inner {
    max-height: 140px;
  }

  /* 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{
    cursor: pointer;
    height: 87px;
    margin: 10px 20px 0 0;
    display: table !important;
  }
  .mobile-trigger span {
    width: 19px;
    height: 17px;
    font-size: 26px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    color: #111;
  }

  .pillar-nav {
    display: none !important;
  }

  .icon_menu:before {
    content: "\61";
  }

  .icon_menu {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .mobile-trigger:hover span {
    opacity: .8;
  }

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 46px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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: 0; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    float: none !important;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .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 a{
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto;
    margin-bottom: -1px!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #565656;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 0;
    display: block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #00acee;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #565656;
    float: right;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 14px;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(1)>a {
    display: inline-block;
    margin: 15px 0px;
    max-width: 170px;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    right: 30px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:after, 
  .child-open .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children.child-open > a:after {
    content: "\f107";
  }

  .custom-logo {
    width: 100% !important;
    padding-top: 17px;
    padding-bottom: 25px;
  }

}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: break-spaces !important;
}



.icon-instagram {
    width: 22px;
    height: 22px;
    background-image: url(https://d3s6y4cg4a7hp7.cloudfront.net/assets/instagram-icon-f41a31295b8966161d2b3748114eb04286ce966d1a3a65d0f24fe843af86694e.png);
    background-size: 22px;
}

@media screen and (min-width:1501px) {
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0 !important;
    margin: 0;
    top: 100%;
    z-index: 10;
    -webkit-transition: top .3s ease-in-out !important;
    -moz-transition: top .3s ease-in-out !important;
    -ms-transition: top .3s ease-in-out !important;
    -o-transition: top .3s ease-in-out !important;
    transition: top .3s ease-in-out !important;
    margin-top: -21px !important;
    overflow: visible;
    padding: 7px 0;
    background-color: rgba(255,255,255,1);
    width: 250px !important;
  }
}



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

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

@media (max-width: 1000px){

  /* 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{
    cursor: pointer;
    height: 87px;
    margin: 10px 20px 0 0;
    display: table !important;
  }
  .mobile-trigger span {
    width: 19px;
    height: 17px;
    font-size: 26px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    color: #111;
  }

  .pillar-nav {
    display: none !important;
  }

  .icon_menu:before {
    content: "\61";
  }

  .icon_menu {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .mobile-trigger:hover span {
    opacity: .8;
  }

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 46px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .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: 0; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    float: none !important;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .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 a{
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto;
    margin-bottom: -1px!important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #565656;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 0;
    display: block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #00acee;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #565656;
    float: right;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 14px;
  }

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

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

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    right: 30px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:after, 
  .child-open .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children.child-open > a:after {
    content: "\f107";
  }

  .custom-logo {
    width: 100% !important;
    padding-top: 17px;
    padding-bottom: 25px;
  }


}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: break-spaces !important;
}

@media screen and (min-width:1501px) {
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 0 !important;
    margin: 0;
    top: 100%;
    z-index: 10;
    -webkit-transition: top .3s ease-in-out !important;
    -moz-transition: top .3s ease-in-out !important;
    -ms-transition: top .3s ease-in-out !important;
    -o-transition: top .3s ease-in-out !important;
    transition: top .3s ease-in-out !important;
    margin-top: -21px !important;
    overflow: visible;
    padding: 7px 0;
    background-color: rgba(255,255,255,1);
    width: 250px !important;
  }
}

/* ===== footer =====*/

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

.custom-footer-bottom {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  color: #676767;
  padding-bottom: 32px;
  padding-top: 32px;
}


.footer-logo {
  max-width: 400px;
  padding-top: 15px;
}
}

@media (max-width: 768px) {
  .signup-form .form-title {
    text-align: left;
  }

  .footer-logo {
    margin: 0 auto;
    text-align: center;
  }

  .footer-nav .hs-menu-wrapper ul li a {
    margin: 0 0;
    text-align: center;
  }
}

.socials i {
  color: #323286;
  padding-right: 30px;
  font-size: 18px;
}

.socials i:hover {
  color: #00b1ff;
}


.contacts a {
  color: black;
  text-decoration: none;
}

.contacts div {
  margin-left: 30px;
  font-size: 22px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
}
.address:before {
  content: '\f041';
  font-family: 'FontAwesome';
  margin-left: -28px;
  padding-right: 15px;
  color: #2165C1;
}

.phone:before {
  content: '\f095';
  font-family: 'FontAwesome';
  margin-left: -28px;
  padding-right: 15px;
  color: #2165C1;
}

.email:before {
  content: '\f003';
  font-family: 'FontAwesome';
  margin-left: -28px;
  padding-right: 15px;
  color: #2165C1;
}

.copyright p, .copyright a {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: black;
  text-decoration: none;
}

.footer .container {
  max-width: 1438px;
}