/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */















































.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #484848;
}

img {
  border: 0;
  max-width:100%;
}





@font-face{
  font-family:Fjalla One;
  font-style:normal;
  font-weight:400;
  src:url(//14510520.fs1.hubspotusercontent-na1.net/hubfs/14510520/raw_assets/public/Array_Technologies_June2021/fonts/FjallaOne.woff2) format("woff2")}

html {
  font-size: 16;
}

body {
  color: #484848;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 400
}

body,
html {
  height:100%;
}

a {
  color: rgba(0, 73, 144, 1.0);
  background: transparent;
}

.hs-search-field__suggestions #results-for {
  color: #484848;
}

.hs-search-field__suggestions li {
  color: #484848;
}

.hs-search-field__suggestions li a,
.hs-search-field__suggestions a{
  color: rgba(0, 73, 144, 1.0);
}

.post__meta a {
  color: #484848;
  text-decoration:none;
}

.post__meta a:hover {
  color: #484848;
}

a:hover {
  color: #005ab7;
}

a:active {
  color: #005ab7;
}


.h1,h1 {
  color: #484848;
  font-family: Fjalla One,sans-serif;
  font-size: 65px;
  font-weight: 400;
}


.h2,h2 {
  color: #243746;
  font-family: Fjalla One,sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.h3,h3 {
  color: #243746;
  font-family: Fjalla One,sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h4,h4 {
  color: #fcb614;
  font-family: Montserrat,sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.h5,h5 {
  color: #243746;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h6,h6 {
  color: #404040;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: 600;
}







.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.body-container-wrapper .form-container-wrapper{
  border-width: 0px;
  border-style:solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  font-family: Montserrat,sans-serif;
  padding:0px 0px;
  background-color:rgba(255, 255, 255, 0.0 );
  margin:0 0 10px;
}





h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.body-container-wrapper .custom_error_message h3,
.body-container-wrapper .widget-type-form h3,
.body-container-wrapper .widget-type-blog_subscribe h3,
.body-container-wrapper .widget-type-google_search h3 ,
.body-container-wrapper .widget-type-password_prompt.custom_error_message h3 ,
.body-container-wrapper .widget-type-email_simple_subscription h3,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments h3,
.body-container-wrapper .hs-search-field__bar h3 ,
.body-container-wrapper .form-container-wrapper h3{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.body-container-wrapper .form-container-wrapper h4,
.body-container-wrapper .form-container-wrapper p,
.body-container-wrapper .form-container-wrapper a,
.body-container-wrapper.backup_unsubscribe .page-header h1,
.body-container-wrapper.backup_unsubscribe .page-header p,
.body-container-wrapper .widget-type-email_simple_subscription h1{
  color: rgba(51, 51, 51, 1.0);
}

.hs-button {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 73, 144, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width:2px;
  border-radius:0px;
  border-style:solid;
  border-color: rgba(0, 73, 144, 1.0);
  font-size: 20px;
  line-height: 1.25em!important;
  text-transform: uppercase;
  padding: 14px 20px;
  font-family: Fjalla One;
}

.hs-button:hover,
.hs-button:focus,
.hs-button:active{
  background-color: rgba(2, 49, 84, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 73, 144, 1.0);
  text-decoration:none;
}

.hs-form-field label {
  color: rgba(153, 153, 153, 1.0);
}

.hs-error-msgs label,
.form-input-validation-message-error label{
  color:#790000;
}

.hs-form legend {
  color: rgba(153, 153, 153, 1.0);
}


.hs-search-field__input,
#hs-pwd-widget-password{
  background-color: rgba(253, 253, 253, 1.0);
  border-color: rgba(227, 227, 227, 1.0);
  color: rgba(118, 118, 118, 1.0);
  border-radius:0px;
  border-width:1px;
  border-style:solid;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  background-color: rgba(253, 253, 253, 1.0);
  border-color: rgba(227, 227, 227, 1.0);
  color: rgba(118, 118, 118, 1.0);
  border-width:1px;
}

input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder,
textarea.hs-input::placeholder {
  color: rgba(153, 153, 153, 1.0);
}


form#email-prefs-form input[type="email"] {
  width:100% !important;
}


.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{
  border-color: rgba(227, 227, 227, 1.0);
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  border-color: rgba(220, 220, 220, 1.0);
}

input[type=email]:hover, 
input[type=password]:hover, 
input[type=search]:hover, 
input[type=tel]:hover, 
input[type=text]:hover, 
input[type=url]:hover,
textarea:hover {
  border-color: rgba(227, 227, 227, 1.0);
}

input[type=email]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
input[type=url]:focus,
textarea:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(220, 220, 220, 1.0);
}


form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-password.error{
  border-color: ;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-password.error:focus {
  border-color: ;
}


.fn-date-picker .pika-table thead th {
  color: rgba(24, 43, 82, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #484848 ;
}

.hs-richtext {
  font-size: 16px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Montserrat,sans-serif;
}

.fn-date-picker td.is-today .pika-button {
  color: #484848;
}

.fn-date-picker td.is-selected .pika-button {
  background: #484848;
}

.fn-date-picker td .pika-button:hover {
  background-color: #484848 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(24, 43, 82, 1.0);
  color: rgba(24, 43, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(24, 43, 82, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(24, 43, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(24, 43, 82, 1.0);
}





.custom-header {
  background-color: rgba(3, 30, 50, 1.0);
}

.body-wrapper {
  max-width:px;
  margin:0 auto;
  position: relative;
  width:100%;
}

.header_container {
  max-width:0px;
}

@media (min-width:1141px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(252, 182, 20, 1.0);
  }

  .mk-search-trigger {
    color: rgba(252, 182, 20, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .mk-search-trigger:hover {
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(252, 182, 20, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active>a,
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a{
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul{
    background: rgba(3, 30, 50, 1.0);
  }

}

.footer__container,
.content-wrapper,
.header__container,
.page-center,
.dnd-section > .row-fluid{
  max-width: 1140px;
}






.custom-footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer .custom-footer-address a{
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer a {
  color: rgba(252, 182, 20, 1.0);
}

.custom-footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer-bottom {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(252, 182, 20, 1.0);
}

.custom-footer-bottom h1,
.custom-footer-bottom h2,
.custom-footer-bottom h3,
.custom-footer-bottom h4,
.custom-footer-bottom h5,
.custom-footer-bottom h6,
.custom-footer-bottom p{
  color: rgba(252, 182, 20, 1.0);
}

.custom-footer-bottom a {
  color: rgba(252, 182, 20, 1.0);
}

.custom-footer-bottom a:hover {
  color: rgba(252, 182, 20, 1.0);
}

/* ========================== Footer Social Icons =================================== */

.custom-footer-social a {
  color: rgba(252, 182, 20,1.0);
}

.custom-footer-social a:hover {
  color: rgba(252, 182, 20,1.0);
}








.blog-post__date {
  border-color: #484848;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #484848;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #202020;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #707070;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #484848;
}

.blog-post__author {
  background-color: #484848;
}






.hs-search-results__title {
  text-decoration:none;
  font-family: ;
  font-size: 45px;
  color: #243746 ;
  font-weight: 400;
}
.hs-search-results__title:hover {
  color: #243746 ;
}





body .icon svg {
  fill: #484848;
}

body .tns-nav button.tns-nav-active {
  background-color: #484848;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #484848;
}

body .social-links__icon {
  background-color: #484848;
}

body .team-member__description {
  background-color: #484848;
}






.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
.subscribe-options p.header {
    margin-bottom: 0;
}