/** 
 * Some common mixins
 * */
/**  
 * a wrapper for transitions
 * @param string $s a float point number in second(s) - default .6s
 * */
/** 
 * media query break wrapper
 * @param string $width - 768px
 * */
/** 
 * wrapper to export common browser prefix for backward compatability
 * @param array $declarations the list of styles
 * @param list $prefixes list of prefixes to use
 * */
/** 
 * wrapper for keyframe animations
 * @param string name of the animation
 * */
/** 
 * force not allow mouse selection of wrapped text
 * */
/* Aquamor Hacks */
/* These would normally be in the theme design custom CSS section but that is not cached and so I am going around it */
.et-search-form input {
  border: solid 1px #ccc;
  padding-left: 15px;
  border-radius: 5px;
}

.et-social-icons li img {
  position: relative;
  top: 2px;
}

.et_pb_text > :last-child {
  min-height: 100px;
}

@media screen and (max-width: 450px) {
  .et_pb_text_0 h1 {
    font-size: 40px !important;
    letter-spacing: normal;
  }
  .et_pb_text_0 h2,
  .et_pb_text_1 h2,
  .et_pb_text_2 h2,
  .et_pb_text_3 h2,
  .et_pb_text_4 h2,
  .et_pb_text_5 h2,
  .et_pb_text_6 h2,
  .et_pb_text_7 h2 {
    font-size: 35px !important;
    letter-spacing: normal;
  }
  body .et_pb_button {
    width: 100%;
  }
}
h3 {
  font-size: 20px !important;
}

/*Remove white right space*/
#et-main-area {
  overflow: hidden !important;
}

/*joesefin Blurb*/
.josefinBlurb {
  padding: 30px;
  min-height: 330px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.josefinBlurb:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  background-color: #fff;
}

@media screen and (max-width: 1245px) {
  .josefinBlurb {
    min-height: 360px;
  }
}
@media screen and (max-width: 1070px) {
  #et_mobile_nav_menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
  .josefinBlurb {
    min-height: 380px;
  }
}
@media screen and (max-width: 980px) {
  .et_pb_fullwidth_slider_0 .et_pb_slide > .et_pb_container {
    width: 100% !important;
  }
  .josefinBlurb {
    padding: 30px 0;
    border: none !important;
    min-height: 0;
  }
  .josefinBlurb:hover {
    box-shadow: none;
  }
  #features .et_pb_column {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 782px) {
  .et_pb_fullwidth_slider_0 .et_pb_slide > .et_pb_container {
    width: 100% !important;
  }
}
.josefinBlurb .blurb-copy {
  opacity: 0;
  transition-duration: 0.5s;
}

.josefinBlurb:hover .blurb-copy {
  opacity: 1;
  transition-duration: 0.5s;
}

.josefinBlurb:hover .et_pb_module_header, .josefinBlurb:hover .et_pb_main_blurb_image {
  opacity: 0;
  transition-duration: 0.5s;
}

.josefinBlurb .et_pb_module_header, .josefinBlurb .et_pb_main_blurb_image {
  transition-duration: 0.5s;
}

.page-id-166 .et_pb_blurb_0.et_pb_blurb {
  border-bottom: 1px solid #e2e2e2;
}

.page-id-166 .et_pb_blurb_1.et_pb_blurb {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.page-id-166 .et_pb_blurb_2.et_pb_blurb {
  border-left: 0px;
}

.page-id-166 .et_pb_blurb_3.et_pb_blurb {
  border-bottom: 1px solid #e2e2e2;
  border-top: 0px;
}

.page-id-166 .et_pb_blurb_4.et_pb_blurb {
  border-top: 0px;
}

.page-id-166 .et_pb_blurb_2.et_pb_blurb, .page-id-166 .et_pb_blurb_4.et_pb_blurb {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

/*Custom Tabs*/
.custom-tabs .et_pb_tab_active a {
  color: #fff !important;
  background: #144A8E;
}

.custom-tabs ul.et_pb_tabs_controls {
  float: left;
  width: 20%;
  display: block;
  background: transparent;
}

.custom-tabs .et_pb_all_tabs {
  display: flex;
  width: 80%;
}

.custom-tabs .et_pb_tabs_controls li {
  display: block;
  width: 100%;
  border: 0px solid #d9d9d9;
  margin-bottom: 5px;
}

.custom-tabs .et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
  border-right: 0px solid #d9d9d9;
}

.custom-tabs .et_pb_tabs_controls li a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 15px;
}

.custom-tabs ul.et_pb_tabs_controls:after {
  content: none;
}

.custom-tabs .et_pb_tab {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .custom-tabs ul.et_pb_tabs_controls.clearfix {
    float: left;
    width: 100%;
    display: inherit;
  }
  .custom-tabs .et_pb_all_tabs {
    display: flex;
    width: 100%;
  }
  .custom-tabs .et_pb_tab.et_pb_tab.clearfix.et-pb-active-slide {
    border-left: 0px solid #d9d9d9;
  }
}
/* All Tabs */
.et_pb_tabs, .et_pb_wc_tabs {
  border: 0px solid;
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
  border-top: 0px solid;
}

.entry-content table, body.et-pb-preview #main-content .container table {
  border: 0px solid;
}

.et_pb_slide_content h2 {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300;
  line-height: 1.1em;
  font-size: 53px;
}

@media all and (max-width: 1250px) {
  #top-menu a {
    font-size: 14px !important;
  }
  #top-menu li {
    padding-RIGHT: 6px !important;
  }
}
/* End Aquamor Hacks */
body, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
  font-size: 20px;
}

.et_pb_slide_content, .et_pb_best_value {
  font-size: 22px;
}

body {
  color: #444447;
}

h1, h2, h3, h4, h5, h6 {
  color: #004b87;
}

body, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
  font-weight: 400;
}

.et_pb_slide_content, .et_pb_best_value {
  font-weight: 400;
}

#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et_toggle_slide_menu:after, .et-social-icon a:hover, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .et_pb_member_social_links a:hover, .et_pb_widget li a:hover, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .wp-pagenavi span.current, .wp-pagenavi a:hover, .nav-single a, .tagged_as a, .posted_in a {
  color: #004b87;
}

.et_pb_contact_submit, .et_password_protected_form .et_submit_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .comment-reply-link, .form-submit .et_pb_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_contact p input[type=checkbox]:checked + label i:before, .et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #004b87;
}

.footer-widget h4 {
  color: #004b87;
}

.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {
  border-color: #004b87;
}

.et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content, .et_link_content, .et_audio_content, .et_pb_post_slider.et_pb_bg_layout_dark, .et_slide_in_menu_container, .et_pb_contact p input[type=radio]:checked + label i:before {
  background-color: #004b87;
}

a {
  color: #407ec9;
}

.nav li ul {
  border-color: #0c71c3;
}

.et_secondary_nav_enabled #page-container #top-header {
  background-color: #407ec9 !important;
}

#et-secondary-nav li ul {
  background-color: #407ec9;
}

#et-secondary-nav li ul {
  background-color: #ffffff;
}

#et-secondary-nav li ul a {
  color: #29aae2;
}

.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page, .et_nav_text_color_light #top-menu > li > a, .et_nav_text_color_dark #top-menu > li > a, #top-menu a, .et_mobile_menu li a, .et_nav_text_color_light .et_mobile_menu li a, .et_nav_text_color_dark .et_mobile_menu li a, #et_search_icon:before, .et_search_form_container input, span.et_close_search_field:after, #et-top-navigation .et-cart-info {
  color: #231f20;
}

.et_search_form_container input::-moz-placeholder {
  color: #231f20;
}

.et_search_form_container input::-webkit-input-placeholder {
  color: #231f20;
}

.et_search_form_container input:-ms-input-placeholder {
  color: #231f20;
}

#top-header, #top-header a, #et-secondary-nav li li a, #top-header .et-social-icon a:before {
  font-size: 14px;
}

#top-menu li a {
  font-size: 18px;
}

body.et_vertical_nav .container.et_search_form_container .et-search-form input {
  font-size: 18px !important;
}

#top-menu li a, .et_search_form_container input {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input::-moz-placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input::-webkit-input-placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et_search_form_container input:-ms-input-placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, #top-menu li.current_page_item > a {
  color: #2cace3;
}

#main-footer {
  background-color: #144a8e;
}

#main-footer .footer-widget h4, #main-footer .widget_block h1, #main-footer .widget_block h2, #main-footer .widget_block h3, #main-footer .widget_block h4, #main-footer .widget_block h5, #main-footer .widget_block h6 {
  color: #004b87;
}

.footer-widget li:before {
  border-color: #004b87;
}

.footer-widget .et_pb_widget div, .footer-widget .et_pb_widget ul, .footer-widget .et_pb_widget ol, .footer-widget .et_pb_widget label {
  line-height: 1.3em;
}

#footer-widgets .footer-widget li:before {
  top: 10px;
}

#et-footer-nav {
  background-color: #d8d8d8;
}

.bottom-nav, .bottom-nav a, .bottom-nav li.current-menu-item a {
  color: #ffffff;
}

#et-footer-nav .bottom-nav li.current-menu-item a {
  color: #ffffff;
}

#footer-bottom {
  background-color: #144a8e;
}

#footer-info, #footer-info a {
  color: #ffffff;
}

#footer-info, #footer-info a {
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

#footer-info {
  font-size: 12px;
}

#footer-bottom .et-social-icon a {
  font-size: 18px;
}

#footer-bottom .et-social-icon a {
  color: #ffffff;
}

body .et_pb_button {
  background-color: #004b87;
  border-radius: 6px;
}

body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button {
  color: #ffffff;
}

body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_button:hover {
  color: #ffffff !important;
  background-color: #29aae2;
  border-color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
  letter-spacing: -1px;
}

@media only screen and (min-width: 981px) {
  .et_pb_section {
    padding: 3% 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 35px 0 0 0;
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 35px;
  }
  .et_header_style_split .centered-inline-logo-wrap {
    width: 69px;
    margin: -69px 0;
  }
  .et_header_style_split .centered-inline-logo-wrap #logo {
    max-height: 69px;
  }
  .et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
    height: 69px;
  }
  .et_header_style_centered #top-menu > li > a {
    padding-bottom: 12px;
  }
  .et_header_style_slide #et-top-navigation, .et_header_style_fullscreen #et-top-navigation {
    padding: 26px 0 26px 0 !important;
  }
  .et_header_style_centered #main-header .logo_container {
    height: 69px;
  }
  #logo {
    max-height: 60%;
  }
  .et_pb_svg_logo #logo {
    height: 60%;
  }
  .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
    height: 12.42px;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 45px 0 0 0;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 45px;
  }
  .et_header_style_centered header#main-header.et-fixed-header .logo_container {
    height: 90px;
  }
  .et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap {
    width: 90px;
    margin: -90px 0;
  }
  .et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    max-height: 90px;
  }
  .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
    height: 90px;
  }
  .et_header_style_slide .et-fixed-header #et-top-navigation, .et_header_style_fullscreen .et-fixed-header #et-top-navigation {
    padding: 36px 0 36px 0 !important;
  }
  .et_fixed_nav #page-container .et-fixed-header#top-header {
    background-color: #0c71c3 !important;
  }
  .et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul {
    background-color: #0c71c3;
  }
  .et-fixed-header #top-menu li a {
    font-size: 15px;
  }
  .et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {
    color: #231f20 !important;
  }
  .et-fixed-header .et_search_form_container input::-moz-placeholder {
    color: #231f20 !important;
  }
  .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
    color: #231f20 !important;
  }
  .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
    color: #231f20 !important;
  }
  .et-fixed-header #top-menu li.current-menu-ancestor > a, .et-fixed-header #top-menu li.current-menu-item > a, .et-fixed-header #top-menu li.current_page_item > a {
    color: #0c71c3 !important;
  }
}
@media only screen and (min-width: 1350px) {
  .et_pb_row {
    padding: 27px 0;
  }
  .et_pb_section {
    padding: 40px 0;
  }
  .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding-top: 81px;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
}
h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
  font-size: 33px;
}

h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4, .et_pb_circle_counter h3, .et_pb_number_counter h3, .et_pb_column_1_3 .et_pb_post h2, .et_pb_column_1_4 .et_pb_post h2, .et_pb_blog_grid h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_3_8 .et_quote_content blockquote p, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_blog_grid .et_audio_content h2, .et_pb_column_3_8 .et_pb_audio_module_content h2, .et_pb_column_1_3 .et_pb_audio_module_content h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

.et_pb_slide_description .et_pb_slide_title {
  font-size: 50px;
}

.et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_1_4 .et_pb_audio_module_content h2 {
  font-size: 17px;
}

h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
  font-weight: 700;
}

h2, .product .related h2, .et_pb_column_1_2 .et_quote_content blockquote p {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4, .et_pb_circle_counter h3, .et_pb_number_counter h3, .et_pb_column_1_3 .et_pb_post h2, .et_pb_column_1_4 .et_pb_post h2, .et_pb_blog_grid h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_3_8 .et_quote_content blockquote p, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_blog_grid .et_audio_content h2, .et_pb_column_3_8 .et_pb_audio_module_content h2, .et_pb_column_1_3 .et_pb_audio_module_content h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
  font-weight: 700;
}

h5 {
  font-weight: 700;
}

h6 {
  font-weight: 700;
}

.et_pb_slide_description .et_pb_slide_title {
  font-weight: 700;
}

.et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_column_1_4 .et_pb_audio_module_content h2 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.2;
}

body, input, textarea, select {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_button {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

#main-header, #et-top-navigation {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_section_0 {
  filter: brightness(125%);
  backface-visibility: hidden;
  filter: brightness(125%);
  backface-visibility: hidden;
  z-index: 9999;
}

html:not(.et_fb_edit_enabled) #et-fb-app .et_pb_section_0:hover {
  filter: brightness(125%);
  filter: brightness(125%);
}

.et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container, .et_pb_slide_2.et_pb_slide .et_pb_slide_overlay_container, .et_pb_slide_3.et_pb_slide .et_pb_slide_overlay_container, .et_pb_slide_4.et_pb_slide .et_pb_slide_overlay_container {
  background-color: rgba(41, 170, 226, 0.25);
}

.et_pb_slide_0.et_pb_slide .et_pb_text_overlay_wrapper, .et_pb_slide_1.et_pb_slide .et_pb_text_overlay_wrapper, .et_pb_slide_2.et_pb_slide .et_pb_text_overlay_wrapper, .et_pb_slide_3.et_pb_slide .et_pb_text_overlay_wrapper, .et_pb_slide_4.et_pb_slide .et_pb_text_overlay_wrapper {
  background-color: rgba(35, 31, 32, 0.59);
}

.et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
  text-transform: uppercase;
  font-size: 29px !important;
  color: #FFFFFF !important;
  line-height: 1.1em;
}

.et_pb_fullwidth_slider_0.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
  font-size: 30px !important;
}

.et_pb_fullwidth_slider_0 {
  filter: saturate(53%);
  backface-visibility: hidden;
  margin-bottom: 1px !important;
}

html:not(.et_fb_edit_enabled) #et-fb-app .et_pb_fullwidth_slider_0:hover {
  filter: saturate(53%);
}

.et_pb_fullwidth_slider_0, .et_pb_fullwidth_slider_0 .et_pb_slide {
  height: 646px;
  max-height: 868px;
}

.et_pb_fullwidth_slider_0 .et_pb_slide > .et_pb_container {
  width: 75%;
}

.et_pb_section_1 {
  min-height: 889.5px;
}

.et_pb_section_1.et_pb_section {
  padding-bottom: 157px;
  margin-top: -19px;
}

.et_pb_row_0 {
  min-height: 188px;
}

.et_pb_row_0.et_pb_row {
  padding-top: 0px !important;
  padding-top: 0px;
}

.et_pb_row_0, body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
  max-width: 1260px;
}

.et_pb_text_0 h2, .et_pb_text_1 h2 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  color: #004b87 !important;
}

.et_pb_text_0 h3, .et_pb_text_1 h3 {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.4em;
}

.et_pb_text_0 {
  min-height: 170px;
  padding-top: 0px !important;
  width: 100%;
}

.et_pb_row_1.et_pb_row {
  padding-top: 0px !important;
  margin-right: auto !important;
  margin-bottom: -122px !important;
  margin-left: auto !important;
  padding-top: 0px;
}

.et_pb_row_1, body #page-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row {
  width: 86%;
  max-width: 1688px;
}

body #page-container .et_pb_section .et_pb_button_0 {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: RGBA(0, 0, 0, 0);
  border-radius: 6px;
  background-color: #144A8E;
}

.et_pb_button_0, .et_pb_button_0:after {
  transition: all 300ms ease 0ms;
}

.et_pb_image_0 {
  padding-left: 1px;
  margin-top: 59px !important;
  width: 100%;
  text-align: left;
  margin-left: 0;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 53px;
}

.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content, .et_pb_slider.et_pb_module .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_content, .et_pb_slider.et_pb_module .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_content, .et_pb_slider.et_pb_module .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_content, .et_pb_slider.et_pb_module .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 30px !important;
}

.et_pb_slider .et_pb_slide_0, .et_pb_slider .et_pb_slide_3 {
  background-blend-mode: soft-light;
  background-color: initial;
  background-image: linear-gradient(167deg, rgba(12, 2, 2, 0.36) 0%, rgba(12, 2, 2, 0.49) 100%), url(/wp-content/uploads/2021/08/118645674_3319319791445176_6316508170504705984_n-3.jpg);
}

.et_pb_slider .et_pb_slide_1 {
  background-position: center bottom 0px;
  background-image: linear-gradient(167deg, rgba(12, 2, 2, 0.36) 0%, rgba(12, 2, 2, 0.49) 100%), url(/wp-content/uploads/2021/08/lucas-sankey-gdQ_az6CSPo-unsplash-copy-1.jpg);
}

.et_pb_slider .et_pb_slide_2 {
  background-position: center bottom 0px;
  background-image: linear-gradient(167deg, rgba(12, 2, 2, 0.36) 0%, rgba(12, 2, 2, 0.49) 100%), url(/wp-content/uploads/2021/08/thisisengineering-raeng-omrpeqLz6Po-unsplash-copy-1.jpg);
}

.et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 53px;
  color: #FFFFFF;
}

.et_pb_slider .et_pb_slide_4 {
  background-image: linear-gradient(167deg, rgba(12, 2, 2, 0.36) 0%, rgba(35, 31, 32, 0.49) 100%), url(/wp-content/uploads/2021/08/bluewater-sweden-4Kd3svPFuEI-unsplashed-1.jpg);
}

.et_pb_column_0, .et_pb_column_1 {
  padding-right: 20px;
}

@media only screen and (max-width: 980px) {
  .et_pb_text_0 h3, .et_pb_text_1 h3 {
    font-size: 28px;
  }
  body #page-container .et_pb_section .et_pb_button_0:after {
    display: inline-block;
    opacity: 0;
  }
  body #page-container .et_pb_section .et_pb_button_0:hover:after {
    opacity: 1;
  }
  .et_pb_image_0 .et_pb_image_wrap img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .et_pb_text_0 h3, .et_pb_text_1 h3 {
    font-size: 20px;
  }
  body #page-container .et_pb_section .et_pb_button_0:after {
    display: inline-block;
    opacity: 0;
  }
  body #page-container .et_pb_section .et_pb_button_0:hover:after {
    opacity: 1;
  }
  .et_pb_image_0 .et_pb_image_wrap img {
    width: auto;
  }
}
.et_pb_slide_0 h1 {
  padding: 0 17%;
}

.et_pb_slide_0 h1 {
  padding: 0 17%;
}

#main-content {
  background-position-y: bottom;
  background-image: url(https://aquamor.com/wp-content/uploads/2026/04/splash-4-29-26.1.webp);
  background-position-x: right;
  background-size: auto;
  background-repeat: no-repeat;
}

#aq-header-title {
  font-weight: bold;
  padding: 50px 0 0 0;
}