@charset "UTF-8";
/**
Main SCSS file to be compiled into main.css
*/
/*
Site Variables
*/
@font-face {
  font-family: "ar-iconfont";
  src: url("fonts/ar-iconfont.eot?l0kh1s");
  src: url("fonts/ar-iconfont.eot?l0kh1s#iefix") format("embedded-opentype"), url("fonts/ar-iconfont.ttf?l0kh1s") format("truetype"), url("fonts/ar-iconfont.woff?l0kh1s") format("woff"), url("fonts/ar-iconfont.svg?l0kh1s#ar-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
Main SCSS file to be compiled into main.css
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #28384a;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

.brick {
  background-color: #e01b22;
  color: #fff;
  display: inline-block;
  font-size: 2.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 460px) {
  .brick {
    font-size: 1.75rem;
  }
}

a {
  color: #2d6b9e;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e01b22;
  text-decoration: underline;
}

.read-more {
  font-size: 1rem;
  line-height: 3rem;
  font-weight: 400;
  text-transform: uppercase;
}
.read-more:after {
  color: #e01b22;
  content: "\e900";
  display: inline-block;
  font-family: "ar-iconfont";
  font-size: 1.125rem;
  padding-left: 0.25rem;
  text-decoration: none;
  vertical-align: -2px;
}

.go-to-link {
  display: inline-block;
  font-weight: 800;
  margin-top: 1.5rem;
}
.go-to-link:after {
  color: #e01b22;
  content: "\e900";
  display: inline-block;
  font-family: "ar-iconfont";
  font-size: 1.125rem;
  padding-left: 0.25rem;
  text-decoration: none;
  vertical-align: -2px;
}

.external-link:after {
  color: #e01b22;
  content: "\e903";
  display: inline-block;
  font-family: "ar-iconfont";
  font-size: 0.8rem;
  padding-left: 0.5rem;
  text-decoration: none;
}

.btn {
  background-color: #2d6b9e;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  padding: 0.5rem 1.5rem;
  transition: 0.05s all ease-in-out;
}
.btn.white {
  background-color: #fff;
  color: #2d6b9e;
  text-transform: uppercase;
}
.btn.white:hover, .btn.white:focus {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #2d6b9e;
}
.btn:hover, .btn:focus {
  background-color: rgb(39.3472906404, 93.5591133005, 138.1527093596);
  color: #fff;
  text-decoration: none;
  transform: translateY(2px);
}

p {
  line-height: 1.625rem;
  max-width: 36rem;
}
p.has-large-font-size {
  line-height: 1.15;
}
.wp-block-media-text p {
  margin: 0;
}

img {
  height: auto;
}

.wp-block-list li {
  line-height: 1.625rem;
  padding-bottom: 0.5rem;
}

.wp-block-table.is-style-stripes {
  border-bottom: 0;
}

table {
  border-top: 4px solid #e01b22;
  border-bottom: 2px solid #999fa3;
  margin: 2rem 0;
}

thead {
  border-bottom: 1px solid #e01b22;
}
thead th {
  padding: 1rem 0.25rem;
}

td {
  line-height: 1.425;
  padding: 0.5rem 0.25rem;
}

.patent-table {
  max-width: 100%;
}
.patent-table td:last-child {
  min-width: 175px;
  text-align: center;
}

figure {
  max-width: 36em;
}

figcaption {
  background-color: rgb(222.0731707317, 247.9268292683, 244.756097561);
  font-size: 14px;
  color: #525252;
  font-weight: 300;
  line-height: 1.5;
  margin: -2px 0 1em;
  padding: 0.5rem;
}

.notice {
  background-color: rgb(255, 255, 229.5);
  border: 1px solid yellow;
  font-size: 0.75rem;
  margin: 1rem 0;
  padding: 1rem;
}

.inner {
  max-width: 954px;
  margin: 0 auto;
  position: relative;
}
.inner:focus {
  outline: none;
}
@media only screen and (max-width: 1000px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 780px) {
  .inner.flex {
    flex-flow: column nowrap;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

#to-top {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9999;
}
#to-top .top-link {
  background-color: rgba(120, 120, 120, 0.5098039216);
  border-radius: 15px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
#to-top .top-link:hover {
  background-color: #787878;
  text-decoration: none;
}
#to-top.show {
  display: block;
}

.green-waves {
  position: relative;
  overflow: hidden;
}
.green-waves:before {
  background-image: url("../images/jpg/green-waves.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  height: 400px;
  position: absolute;
  top: -56px;
  left: 0;
  opacity: 0.75;
  width: 100%;
}

.blue-waves {
  position: relative;
  overflow: hidden;
}
.page-template-template-benefits .blue-waves {
  padding-top: 100px;
}
.blue-waves:before {
  background-image: url("../images/jpg/blue-waves.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
  height: 400px;
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 1;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .blue-waves:before {
    background-size: auto;
  }
}

.orange-waves {
  position: relative;
  overflow: hidden;
}
.orange-waves:before {
  background-image: url("../images/jpg/orange-waves.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  height: 400px;
  position: absolute;
  top: -56px;
  left: 0;
  opacity: 0.75;
  width: 100%;
}

.products-bknd {
  position: relative;
  overflow: hidden;
}
.page-template-template-products-single .products-bknd {
  padding-top: 50px;
}
.products-bknd:before {
  background-image: url("../images/jpg/products-bknd.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
  height: 1440px;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.5;
  width: 100%;
}

.applications-bknd {
  position: relative;
  overflow: hidden;
}
.applications-bknd:before {
  background-image: url("../images/jpg/applications-bknd.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
  height: 911px;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.5;
  width: 100%;
}

.sales-rep {
  border: 1px solid #1d877a;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin: 2rem 0;
  max-width: 300px;
  padding: 0.5rem;
}
.sales-rep:hover .rep-image,
.sales-rep:hover .rep-text, .sales-rep:focus .rep-image,
.sales-rep:focus .rep-text {
  transform: translateY(2px);
}
.sales-rep .rep-image {
  border: 5px solid #e01b22;
  border-radius: 50%;
  height: 75px;
  margin-right: 1rem;
  overflow: hidden;
  width: 75px;
  overflow: hidden;
  transition: 0.05s all ease-in-out;
}
.sales-rep .rep-image img {
  border: 2px solid #fff;
  border-radius: 50%;
  height: auto;
  width: 100%;
}
.sales-rep .rep-text {
  font-size: 2rem;
  font-weight: 300;
  transition: 0.05s all ease-in-out;
}

/**
Main SCSS file to be compiled into main.css
*/
header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.875rem;
}
@media only screen and (max-width: 780px) {
  header {
    padding: 0.8rem 1.5rem;
  }
}

#logo {
  min-width: 150px;
  max-width: 224px;
  order: 1;
  width: 18%;
}
#logo a img {
  width: 100%;
}

#main-menu {
  align-self: center;
  order: 2;
}
@media only screen and (max-width: 780px) {
  #main-menu {
    display: none;
  }
  .menu-open #main-menu {
    display: block;
    order: 3;
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
#main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0 2rem 0 0;
}
#main-menu ul li:last-child {
  padding: 0;
}
@media only screen and (max-width: 1140px) {
  #main-menu ul li {
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  #main-menu ul li {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 890px) {
  #main-menu ul li {
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 780px) {
  #main-menu ul li {
    border-bottom: 1px solid rgba(153, 159, 163, 0.35);
    display: block;
    margin: 0 0 0.75rem auto;
    padding: 0 0 0.75rem 0;
    text-align: right;
  }
  #main-menu ul li:last-child {
    border-bottom: 0;
    padding: 0 0 0.5rem 0;
  }
}
#main-menu ul li a {
  color: #28384a;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
}
#main-menu ul li a:hover {
  color: #e01b22;
}
@media only screen and (max-width: 1140px) {
  #main-menu ul li a {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1000px) {
  #main-menu ul li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 890px) {
  #main-menu ul li a {
    font-size: 1.25rem;
  }
}
#main-menu ul li.current_page_item a, #main-menu ul li.current-page-ancestor a {
  color: #e01b22;
}

.menu-bars {
  display: none;
}
@media only screen and (max-width: 780px) {
  .menu-bars {
    align-self: center;
    color: #e01b22;
    display: block;
    height: 24px;
    order: 2;
    width: 24px;
  }
}

.header-right {
  align-self: center;
  display: flex;
  order: 3;
}
@media only screen and (max-width: 1000px) {
  .header-right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 780px) {
  .header-right {
    display: none;
    order: 4;
  }
  .menu-open .header-right {
    display: block;
    margin: 1rem 0 1rem auto;
  }
}

#head-sub-menu {
  display: block;
}
#head-sub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#head-sub-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#head-sub-menu ul li:after {
  color: gray;
  content: "|";
  padding: 0 0.5rem;
}
#head-sub-menu ul li:last-child {
  padding: 0;
}
#head-sub-menu ul li:last-child:after {
  content: none;
  padding: 0;
}
#head-sub-menu ul li a {
  color: #2d6b9e;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
}
#head-sub-menu ul li a:hover {
  color: #e01b22;
  text-decoration: underline;
}
@media only screen and (max-width: 780px) {
  #head-sub-menu ul li a {
    font-size: 1rem;
  }
}

.search-icon {
  cursor: pointer;
  height: 16px;
  margin: 1px 0 0 1.5rem;
  width: 16px;
}
.search-icon .fa-search {
  color: #000;
  fill: #000;
}
.search-icon:hover .fa-search {
  color: #e01b22;
  fill: #e01b22;
}
@media only screen and (max-width: 780px) {
  .search-icon {
    display: none;
  }
}

#search {
  display: none;
  text-align: right;
  order: 5;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #search {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .menu-open #search {
    display: block;
  }
}

.search-field {
  border: 1px solid #999fa3;
  border-radius: 5px;
  font-size: 1rem;
  padding: 8px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 780px) {
  .search-field {
    display: inline;
    width: 60%;
  }
}

/**
Main SCSS file to be compiled into main.css
*/
.ar-footer:before {
  background-image: url("../images/jpg/waves2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100px;
}

#footer1 {
  padding: 1rem 0 3rem 0;
}
#footer1 .footer1-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #footer1 .footer1-content {
    flex-flow: column nowrap;
  }
}
#footer1 .footer-logo {
  margin: 3rem 0;
}
@media only screen and (max-width: 1000px) {
  #footer1 .footer-logo {
    margin: 3rem auto 3rem;
    max-width: 450px;
    width: 100%;
  }
}
#footer1 .footer-logo .logo-container {
  width: 280px;
}
#footer1 .footer-logo .logo-container img {
  height: auto;
  width: 100%;
}
#footer1 .footer-logo .sub-title {
  font-size: 0.8rem;
  font-weight: 300;
}
#footer1 h2 {
  font-size: 1.5rem;
  font-weight: 800;
}
@media only screen and (max-width: 1000px) {
  #footer1 .right,
  #footer1 .left {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }
}
#footer1 .footer-boilerplate {
  font-size: 1rem;
  line-height: 1.625rem;
  max-width: 450px;
  width: 100%;
}
#footer1 .locations {
  display: flex;
}
@media only screen and (max-width: 460px) {
  #footer1 .locations {
    justify-content: flex-start;
    flex-flow: row wrap;
  }
}
#footer1 .locations .location {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-right: 3rem;
}
#footer1 .locations .location:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 460px) {
  #footer1 .locations .location {
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
  #footer1 .locations .location:last-child {
    margin-bottom: 0;
  }
}
#footer1 .locations .location .location-title {
  font-weight: 800;
}
#footer1 .locations .location .icon {
  display: flex;
  margin: 0.5rem 0 0.25rem;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 460px) {
  #footer1 .locations .location .icon {
    padding-left: 0;
  }
}
#footer1 .locations .location .icon:before {
  color: #e01b22;
  display: inline-block;
  font-family: "ar-iconfont";
  margin-right: 0.5rem;
  text-indent: -1rem;
}
@media only screen and (max-width: 460px) {
  #footer1 .locations .location .icon:before {
    display: none;
  }
}
#footer1 .locations .location .location-address:before {
  content: "\e910";
}
#footer1 .locations .location .location-phone:before {
  content: "\e913";
}
#footer1 .locations .location .location-fax:before {
  content: "\e905";
}
#footer1 .locations .location .location-email:before {
  content: "\e902";
}
#footer1 .locations .location .location-website:before {
  content: "\e90a";
}

#footer2 {
  background-color: #28384a;
  color: #fff;
  padding: 3rem 0;
}
@media only screen and (max-width: 780px) {
  #footer2 {
    padding-bottom: 1rem;
  }
}
#footer2 .footer-menu-columns {
  display: flex;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 460px) {
  #footer2 .footer-menu-columns {
    flex-flow: column nowrap;
    text-align: center;
  }
}
#footer2 .footer-menu-columns .footer-menu {
  font-size: 0.875rem;
  margin-right: 2rem;
  width: 15%;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns .footer-menu {
    font-size: 0.8rem;
    justify-content: space-evenly;
    width: 25%;
  }
}
@media only screen and (max-width: 460px) {
  #footer2 .footer-menu-columns .footer-menu {
    margin: 0 0 2rem;
    width: 100%;
  }
}
#footer2 .footer-menu-columns .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer2 .footer-menu-columns .footer-menu ul li {
  padding: 0 0 1rem 0;
}
#footer2 .footer-menu-columns .footer-menu ul li.portal {
  padding-top: 2rem;
}
#footer2 .footer-menu-columns .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}
#footer2 .footer-menu-columns .footer-menu ul li a:hover, #footer2 .footer-menu-columns .footer-menu ul li a:focus {
  text-decoration: underline;
}
#footer2 .footer-menu-columns .footer-menu#footer-menu-benefits ul li:first-child a, #footer2 .footer-menu-columns .footer-menu#footer-menu-products ul li:first-child a {
  font-weight: 800;
}
#footer2 .footer-menu-columns .footer-right-col {
  margin-left: auto;
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns .footer-right-col {
    margin-top: 4rem;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  #footer2 .footer-menu-columns .footer-right-col {
    margin-top: 3rem;
  }
}
#footer2 .footer-menu-columns .footer-newsletter-cta {
  margin-bottom: 3rem;
}
#footer2 .footer-menu-columns .footer-newsletter-cta .cta-headline {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}
@media only screen and (max-width: 460px) {
  #footer2 .footer-menu-columns .footer-newsletter-cta .cta-headline {
    font-size: 1.5rem;
  }
}
#footer2 .footer-menu-columns .footer-newsletter-cta p {
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns .footer-newsletter-cta p {
    margin: 0.5rem auto;
  }
}
#footer2 .footer-menu-columns .footer-newsletter-cta .sign-up-btn {
  background-color: rgb(4.3719211823, 173.1280788177, 80.4433497537);
  cursor: pointer;
}
#footer2 .footer-menu-columns .footer-newsletter-cta .sign-up-btn:hover, #footer2 .footer-menu-columns .footer-newsletter-cta .sign-up-btn:focus {
  background-color: rgb(3.7438423645, 148.2561576355, 68.8866995074);
}
#footer2 .footer-menu-columns .social-media {
  margin-top: auto;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns .social-media {
    flex-basis: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  #footer2 .footer-menu-columns .social-media {
    margin: 0;
  }
}
#footer2 .footer-menu-columns .social-media ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns .social-media ul {
    margin-top: 2rem;
  }
}
#footer2 .footer-menu-columns .social-media ul li {
  display: inline-block;
  padding: 0 0.25rem;
}
@media only screen and (max-width: 780px) {
  #footer2 .footer-menu-columns .social-media ul li {
    padding: 0 1rem;
  }
}
#footer2 .footer-menu-columns .social-media a {
  color: #fff;
  transition: 0.05s all ease-in-out;
}
#footer2 .footer-menu-columns .social-media a:before {
  color: #fff;
  display: inline-block;
  font-family: "ar-iconfont";
  font-size: 1.5rem;
}
#footer2 .footer-menu-columns .social-media a:hover:before {
  color: rgb(222.0731707317, 247.9268292683, 244.756097561);
  transform: translateY(1px);
}
#footer2 .footer-menu-columns .social-media .facebook a:before {
  content: "\e904";
}
#footer2 .footer-menu-columns .social-media .instagram a:before {
  content: "\e90d";
}
#footer2 .footer-menu-columns .social-media .linkedin a:before {
  content: "\e90f";
}
#footer2 .footer-menu-columns .social-media .twitter a:before {
  content: "\e916";
}

.text-disclaimers {
  font-size: 0.8rem;
  margin-top: 6rem;
}
.text-disclaimers .notice-box {
  border: 1px solid #fff;
  display: block;
  font-weight: 800;
  padding: 0 2rem;
  width: 55%;
}
@media only screen and (max-width: 780px) {
  .text-disclaimers .notice-box {
    width: 100%;
  }
}
.text-disclaimers .notice-box .disc-notice {
  position: relative;
}
.text-disclaimers .notice-box .disc-notice:before {
  content: "*";
  position: absolute;
  left: -0.75rem;
}

.copyright {
  background-color: #04182e;
  color: #fff;
  font-size: 0.8rem;
  padding: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 460px) {
  .copyright .flex {
    flex-flow: column nowrap;
  }
}
.copyright .footer-bottom-menu {
  color: #fff;
}
.copyright .f2-link {
  color: #fff;
  margin-left: auto;
}
@media only screen and (max-width: 460px) {
  .copyright .f2-link {
    margin: 1rem auto 0;
  }
}

/**
Main SCSS file to be compiled into main.css
*/
#hero {
  position: relative;
}

#hero-background {
  height: 684px;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #hero-background {
    height: 535px;
  }
}
#hero-background .inner {
  height: 100%;
}
#hero-background:before {
  background-size: cover;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.75s all ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  #hero-background:before {
    background-position: center;
  }
}
#hero-background.source:before {
  background-image: url("../images/jpg/source.jpg");
  opacity: 1;
}
#hero-background.production:before {
  background-image: url("../images/jpg/production.jpg");
  opacity: 1;
}
#hero-background.patents:before {
  background-image: url("../images/jpg/patents.jpg");
  opacity: 1;
}
#hero-background.studies:before {
  background-image: url("../images/jpg/studies.jpg");
  opacity: 1;
}
#hero-background.knowledge-base:before {
  background-image: url("../images/jpg/studies.jpg");
  opacity: 1;
}

.headline {
  position: absolute;
  top: 4.875rem;
}
@media only screen and (max-width: 780px) {
  .headline {
    top: 2rem;
  }
}

.main-headline {
  background-color: #e01b22;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 3rem;
  padding: 1.5rem 2rem;
  width: 70%;
}
@media only screen and (max-width: 780px) {
  .main-headline {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 460px) {
  .main-headline {
    font-size: 1rem;
    line-height: 1.75rem;
    padding: 1rem;
  }
}

.usa-tag {
  padding-top: 0.5rem;
}

.menu-container {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .menu-container {
    top: 228px;
    transform: initial;
  }
}
@media only screen and (max-width: 460px) {
  .menu-container {
    top: 270px;
    transform: initial;
  }
}

.sh-text {
  font-size: 1.125rem;
  padding: 1rem;
  transition: 0.75s all ease-in-out;
}
.sh-text:before {
  transition: 0.75s all ease-in-out;
}

.source .menu-container {
  background-color: #1d877a;
}
.source .sh-text:before {
  content: "Inspired by Nature";
  color: #fff;
}

.production .menu-container {
  background-color: rgb(19.9817073171, 93.0182926829, 84.0609756098);
}
.production .sh-text:before {
  content: "The Original Astaxanthin.";
  color: #fff;
}

.patents .menu-container {
  background-color: rgb(15.4725609756, 72.0274390244, 65.0914634146);
}
.patents .sh-text:before {
  content: "Delivering Innovations for both Humans and Animals.";
  color: #fff;
}

.knowledge-base .menu-container {
  background-color: rgb(10.9634146341, 51.0365853659, 46.1219512195);
}
.knowledge-base .sh-text:before {
  content: "Founded on Science. Trusted Worldwide.";
  color: #fff;
}

#hero-menu {
  border-bottom: 4px solid #1d877a;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  #hero-menu {
    flex-flow: row wrap;
  }
}
#hero-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  #hero-menu li {
    width: 50%;
    padding-bottom: 1rem;
  }
}
#hero-menu li a:before {
  color: #e01b22;
  display: inline-block;
  font-family: "ar-iconfont";
  padding-right: 0.5rem;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  #hero-menu li a:before {
    display: block;
  }
}
#hero-menu li#source a:before {
  content: "\e90e";
}
#hero-menu li#production a:before {
  content: "\e90c";
}
#hero-menu li#patents a:before {
  content: "\e912";
}
#hero-menu li#knowledge-base a:before {
  content: "\e918";
}
#hero-menu li a {
  color: #2d6b9e;
  display: block;
  font-size: 1.75rem;
  padding: 1rem 0.5rem;
  text-decoration: none;
  transition: 0.05s all ease-in-out;
}
#hero-menu li a.is-selected {
  color: #e01b22;
  transform: translateY(4px);
}
@media only screen and (max-width: 460px) {
  #hero-menu li a {
    font-size: 1rem;
  }
}

.home-posts {
  justify-content: space-around;
}
@media only screen and (max-width: 780px) {
  .home-posts {
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.home-posts .home-publications,
.home-posts .home-events {
  margin-bottom: 3rem;
  width: 45%;
}
@media only screen and (max-width: 780px) {
  .home-posts .home-publications,
  .home-posts .home-events {
    width: 100%;
  }
}

.home-pub-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-pub-list li {
  border-bottom: 1px solid rgba(153, 159, 163, 0.35);
  display: flex;
  padding: 0.75rem 0;
}
.home-pub-list li:last-child {
  border-bottom: 0;
}
.home-pub-list li:before {
  color: #e01b22;
  content: "\e906";
  font-family: "ar-iconfont";
  padding-right: 0.5rem;
}
.home-pub-list li.post:before {
  content: "\e906";
}
.home-pub-list li.newsletters:before {
  content: "\e911";
}
.home-pub-list li.news:before {
  content: "\e912";
}
.home-pub-list li.press-release:before {
  content: "\e907";
}

.awards {
  border-top: 1px solid rgba(153, 159, 163, 0.35);
}
.awards .h2-awards {
  color: #1d877a;
  font-size: 0.8rem;
  letter-spacing: 0.03rem;
  text-align: center;
  text-transform: uppercase;
}
.awards .award-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.awards .award-logos div {
  flex: 1 1 calc(33.333% - 1rem);
  margin: 0 1rem 2rem;
  max-width: 200px;
  width: 30%;
}
.awards .award-logos div img {
  height: auto;
  width: 100%;
}
.awards .award-logos div p {
  line-height: 1.25rem;
  margin-top: 0;
  text-align: center;
}
.awards .award-logos div p .sub-head {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

/**
Main SCSS file to be compiled into main.css
*/
.page-location {
  background-color: #e01b22;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  margin: 3.75rem 0 1.25rem 0;
  padding: 0.25rem 1rem;
}

.sub-headline {
  background-color: #e01b22;
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 460px) {
  .sub-headline {
    font-size: 2rem;
  }
}

.intro-text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.875rem;
  margin: 0 auto 2rem;
  max-width: 770px;
}
@media only screen and (max-width: 460px) {
  .intro-text p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.intro-text-alt {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.content {
  max-width: 700px;
  width: 70%;
}
.page .content, .archive .content {
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .content {
    width: 100%;
  }
}

.description-sections {
  border-top: 1px dashed #999fa3;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  padding: 1rem 0;
  width: 94%;
}
@media only screen and (max-width: 780px) {
  .description-sections {
    flex-flow: column nowrap;
  }
}
.description-sections .section-title {
  color: #e01b22;
  direction: rtl;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0 0;
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .description-sections .section-title {
    direction: ltr;
    width: 100%;
  }
}
.description-sections .section-content {
  font-size: 1.125rem;
  width: 70%;
}
@media only screen and (max-width: 780px) {
  .description-sections .section-content {
    width: 100%;
  }
}
.description-sections .section-content li {
  padding-bottom: 0.5rem;
}

.product {
  background-color: #fff;
}
.product .product-title {
  background-color: #e01b22;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 400;
  margin: 0;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 780px) {
  .product .product-title {
    font-size: 2rem;
  }
}
.product .product-content {
  display: flex;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 460px) {
  .product .product-content {
    flex-flow: column nowrap;
  }
}
.product .product-content .product-image {
  max-width: 25%;
}
@media only screen and (max-width: 460px) {
  .product .product-content .product-image {
    align-self: center;
    max-width: 45%;
  }
}
.product .product-content .product-image img {
  height: auto;
  width: 100%;
}
.product .product-content .product-text .btn {
  display: inline-block;
  margin-top: 2rem;
}
.product .product-content p {
  font-size: 2rem;
  line-height: 2.875rem;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .product .product-content p {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 2rem 0 0;
  }
}

.benefit-content {
  margin: 0 auto;
  max-width: 650px;
}
.benefit-content .h1 {
  margin: 0;
}

.print-link {
  margin: 0 auto 1rem;
  text-align: right;
  width: 94%;
}
.print-link:before {
  color: #e01b22;
  content: "\e915";
  display: inline-block;
  font-family: "ar-iconfont";
  padding-right: 0.25rem;
  text-decoration: none;
}
@media only screen and (max-width: 460px) {
  .print-link {
    display: none;
  }
}

.callout-section {
  margin-bottom: 3rem;
}
.callout-section .intro-text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.875rem;
  margin: 0 auto;
  max-width: 770px;
}
@media only screen and (max-width: 460px) {
  .callout-section .intro-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.callout-section .articles-container {
  margin: 0 auto;
  max-width: 770px;
}
.callout-section .article {
  border-bottom: 1px solid rgba(153, 159, 163, 0.35);
  margin: 1.25rem 0;
  padding: 1.25rem 0;
}
.callout-section .article .article-image {
  margin-right: 2rem;
  max-width: 150px;
}
.callout-section .article .article-image img {
  height: auto;
  width: 100%;
}
.callout-section .article .article-title {
  margin-bottom: 1rem;
}
.callout-section .article .article-title a {
  font-size: 1.5rem;
  font-weight: 800;
}
.callout-section .article .article-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.contact .content {
  padding-right: 2rem;
}

.search-results .search-form {
  margin: 2rem 0;
}
.search-results .results-message {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.methods .method {
  display: flex;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 460px) {
  .methods .method {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.methods .method .method-image {
  margin-right: 1rem;
  max-width: 100px;
  width: 100%;
}
.methods .method .method-image img {
  height: auto;
  width: 100%;
}
.methods .method .method-title {
  font-weight: 800;
  margin-top: 0.5rem;
}
.methods .method .method-text p {
  margin-top: 0;
}

.studies .h3 {
  font-size: 1.25rem;
}
.studies ul {
  border-bottom: 1px solid rgba(153, 159, 163, 0.35);
  list-style-type: none;
}
.studies ul li {
  padding: 0 0 1rem 0;
}

/**
Main SCSS file to be compiled into main.css
*/
.about-fact {
  margin: 2rem auto;
  max-width: 36rem;
  padding-left: 73px;
  position: relative;
}
.about-fact .h2 {
  color: #28384a;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0;
}
.about-fact p {
  margin-top: 0;
}
.about-fact:before {
  color: #e01b22;
  display: inline-block;
  font-size: 48px;
  font-family: "ar-iconfont";
  position: absolute;
  top: 0;
  left: 0;
}
.about-fact.globe:before {
  content: "\e91b";
}
.about-fact.people:before {
  content: "\e91a";
}
.about-fact.studies:before {
  content: "\e920";
}
.about-fact.quality:before {
  content: "\e91f";
}
.about-fact.international:before {
  content: "\e91d";
}
.about-fact.heart:before {
  content: "\e91c";
}
.about-fact.liberty:before {
  content: "\e91e";
}

.locations {
  margin: 0 auto;
  max-width: 36rem;
}
.locations .location-image {
  height: auto;
  max-width: 550px;
  width: 100%;
}
.locations .location-image img {
  height: auto;
  width: 100%;
}

/**
Main SCSS file to be compiled into main.css
*/
.products-bknd .intro-text p {
  font-weight: 400;
}

.product-request {
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 2rem 0 0;
  padding: 0.5rem 1.5rem;
}
.product-request:before {
  color: #e01b22;
  content: "\e909";
  font-family: "ar-iconfont";
  padding-right: 0.5rem;
  text-decoration: none;
}

#product-request-form {
  display: none;
  margin: 2rem 0;
  width: 100%;
}

.callout-section.products {
  margin: 7rem 0 3rem;
}
.callout-section.products .flex {
  flex-flow: row wrap;
}
.callout-section.products .article {
  border-bottom: 0;
  width: 45%;
}
@media only screen and (max-width: 460px) {
  .callout-section.products .article {
    width: 100%;
  }
}
.callout-section.products .article .article-image {
  max-width: initial;
  width: 100%;
}

/**
Main SCSS file to be compiled into main.css
*/
.applications .content {
  background-color: rgba(5, 198, 92, 0.2);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 2rem auto;
  padding: 1rem 1rem 1rem 5rem;
  position: relative;
  width: 80%;
}
.applications .content:before {
  color: #e01b22;
  content: "\e924";
  font-family: "ar-iconfont";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 560px) {
  .applications .content {
    font-size: 1rem;
    width: 100%;
  }
}
.applications .content p {
  margin: 0;
}

.applicaitons-nav {
  background-color: #fff;
  padding: 1rem;
}
.applicaitons-nav ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.applicaitons-nav ul li {
  padding: 1rem;
  text-align: center;
  width: 25%;
}
@media only screen and (max-width: 560px) {
  .applicaitons-nav ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 460px) {
  .applicaitons-nav ul li {
    width: 50%;
  }
}
.applicaitons-nav ul li .app-img {
  height: 72px;
  margin: 0 auto 1rem;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  width: 115px;
}
.applicaitons-nav ul li .app-img img {
  width: 100%;
}
.applicaitons-nav ul li:hover .app-img {
  transform: scale(1.1);
}
.applicaitons-nav ul li:hover a {
  text-decoration: none;
}

.application-section {
  background-image: url("../images/jpg/application-single-bknd.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  border-top: 1px dashed #999fa3;
  padding: 2rem 0;
}
@media only screen and (max-width: 460px) {
  .application-section {
    flex-flow: column nowrap;
  }
}
.application-section .application-section-part {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 1rem 0;
}
@media only screen and (max-width: 560px) {
  .application-section .application-section-part {
    flex-direction: column;
  }
  .application-section .application-section-part:first-child .part-left {
    padding-top: 2rem;
    text-align: center;
    order: 2;
  }
  .application-section .application-section-part:first-child .part-right {
    order: 1;
  }
}
.application-section .application-section-part .part-left {
  padding: 0 2rem 0 0;
  text-align: right;
  width: 30%;
}
@media only screen and (max-width: 560px) {
  .application-section .application-section-part .part-left {
    text-align: left;
    width: 100%;
  }
}
.application-section .application-section-part .part-right {
  max-width: 35em;
  width: 70%;
}
@media only screen and (max-width: 560px) {
  .application-section .application-section-part .part-right {
    width: 100%;
  }
}
.application-section .section-title {
  color: #e01b22;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
}
.application-section .section-description {
  font-size: 1.125rem;
  line-height: 1.725rem;
}
.application-section .section-h3 {
  color: #e01b22;
  font-size: 0.875rem;
  font-weight: 800;
  margin: 0.2rem 0 0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
  .application-section .section-h3 {
    margin-bottom: 0.5rem;
  }
}
.application-section .line-break:after {
  content: "\a";
  white-space: pre;
}
@media only screen and (max-width: 560px) {
  .application-section .line-break:after {
    white-space: normal;
  }
}
.application-section .section-testimonial {
  font-size: 1rem;
  line-height: 1.35rem;
  margin-bottom: 0.75rem;
  text-indent: -0.35em;
  quotes: "“" "”";
}
@supports (hanging-punctuation: first) {
  .application-section .section-testimonial {
    text-indent: 0;
    hanging-punctuation: first;
  }
}
.application-section .section-credit {
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.application-section .section-credit:before {
  color: #e01b22;
  content: "\e919";
  font-family: "ar-iconfont";
  position: absolute;
  left: 0;
}
.application-section .section-related {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.application-section .section-related li {
  display: inline-block;
  margin-right: 2rem;
}
@media only screen and (max-width: 560px) {
  .application-section .section-related li {
    display: block;
    margin-bottom: 0.75rem;
  }
}
.application-section .section-disclaimer {
  color: #999fa3;
  font-size: 0.875rem;
}

/**
Main SCSS file to be compiled into main.css
*/
.kb-bknd {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 55%;
}
@media only screen and (max-width: 890px) {
  .kb-bknd {
    background-position-x: 200px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .kb-bknd {
    background-position: 100px 0;
    background-size: 100%;
  }
}

.kb-description {
  background: #fff;
  line-height: 1.5;
  margin: 3rem 0 9rem 3rem;
  padding: 1rem;
  width: 40%;
}
@media only screen and (max-width: 890px) {
  .kb-description {
    margin: 7rem 0 2rem;
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  .kb-description {
    margin: 7rem 0 2rem;
    width: 80%;
  }
}

.section-links {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .section-links {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 560px) {
  .section-links {
    justify-content: space-between;
  }
}
.section-links li {
  background-color: #fff;
  border: 1px solid rgba(153, 159, 163, 0.5);
  border-radius: 5px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.75);
  margin: 0 0 1.5rem 0;
  width: 18%;
}
@media only screen and (max-width: 780px) {
  .section-links li {
    margin-right: 1.5rem;
    width: 28%;
  }
}
@media only screen and (max-width: 560px) {
  .section-links li {
    margin: 0 0 1.5rem;
    width: 48%;
  }
}
.section-links li a {
  box-sizing: border-box;
  display: block;
  padding: 1rem;
  text-align: center;
}
.section-links li a::before {
  color: #e01b22;
  display: block;
  font-family: "ar-iconfont";
  font-size: 3.75rem;
  margin: 1rem 0;
}
.section-links li a:hover {
  text-decoration: none;
}
.section-links li.patents a::before {
  content: "\e912";
}
.section-links li.publications a::before {
  content: "\e911";
}
.section-links li.open-source-studies a::before {
  content: "\e906";
}
.section-links li.calculator a::before {
  content: "\e925";
}
.section-links li.astaxanthin-calculator a::before {
  content: "\e925";
}
.section-links li.glossary a::before {
  content: "\e926";
}

/**
Main SCSS file to be compiled into main.css
*/
.has-sidebar {
  margin-top: 3.75rem;
}
.has-sidebar.publications {
  margin-top: 0;
}
.has-sidebar .inner-menu {
  order: 1;
  width: 25%;
}
@media only screen and (max-width: 780px) {
  .has-sidebar .inner-menu {
    margin: 3rem 0;
    order: 2;
    width: 75%;
  }
}
.has-sidebar .posts,
.has-sidebar .content {
  order: 2;
  width: 80%;
}
@media only screen and (max-width: 780px) {
  .has-sidebar .posts,
  .has-sidebar .content {
    margin: 0 auto;
    order: 1;
    width: 100%;
  }
}
.has-sidebar .posts .page-location,
.has-sidebar .content .page-location {
  margin-top: 0;
}

.cpt-menu,
.menu-knowledge-base-container .menu,
.menu-story-page-container .menu {
  list-style-type: none;
  margin: 0;
  padding: 0 2rem 0 0;
}
.cpt-menu li,
.menu-knowledge-base-container .menu li,
.menu-story-page-container .menu li {
  border-bottom: 1px solid rgba(153, 159, 163, 0.35);
  font-size: 1rem;
  padding: 1rem 0;
}
.cpt-menu li.current_page_item a,
.menu-knowledge-base-container .menu li.current_page_item a,
.menu-story-page-container .menu li.current_page_item a {
  color: #e01b22;
}
.cpt-menu li:before,
.menu-knowledge-base-container .menu li:before,
.menu-story-page-container .menu li:before {
  color: #e01b22;
  display: inline-block;
  font-family: "ar-iconfont";
  padding-right: 0.25rem;
}
.cpt-menu li.articles::before,
.menu-knowledge-base-container .menu li.articles::before,
.menu-story-page-container .menu li.articles::before {
  content: "\e906";
}
.cpt-menu li.events::before,
.menu-knowledge-base-container .menu li.events::before,
.menu-story-page-container .menu li.events::before {
  content: "\e901";
}
.cpt-menu li.newsletters::before,
.menu-knowledge-base-container .menu li.newsletters::before,
.menu-story-page-container .menu li.newsletters::before {
  content: "\e911";
}
.cpt-menu li.in-the-news::before,
.menu-knowledge-base-container .menu li.in-the-news::before,
.menu-story-page-container .menu li.in-the-news::before {
  content: "\e912";
}
.cpt-menu li.press-release::before,
.menu-knowledge-base-container .menu li.press-release::before,
.menu-story-page-container .menu li.press-release::before {
  content: "\e907";
}
.cpt-menu li.patents::before,
.menu-knowledge-base-container .menu li.patents::before,
.menu-story-page-container .menu li.patents::before {
  content: "\e912";
}
.cpt-menu li.open-source-studies::before,
.menu-knowledge-base-container .menu li.open-source-studies::before,
.menu-story-page-container .menu li.open-source-studies::before {
  content: "\e906";
}
.cpt-menu li.publications::before,
.menu-knowledge-base-container .menu li.publications::before,
.menu-story-page-container .menu li.publications::before {
  content: "\e911";
}
.cpt-menu li.calculator::before,
.menu-knowledge-base-container .menu li.calculator::before,
.menu-story-page-container .menu li.calculator::before {
  content: "\e925";
}
.cpt-menu li.glossary::before,
.menu-knowledge-base-container .menu li.glossary::before,
.menu-story-page-container .menu li.glossary::before {
  content: "\e926";
}
.cpt-menu li.source::before,
.menu-knowledge-base-container .menu li.source::before,
.menu-story-page-container .menu li.source::before {
  content: "\e90e";
}
.cpt-menu li.production::before,
.menu-knowledge-base-container .menu li.production::before,
.menu-story-page-container .menu li.production::before {
  content: "\e90c";
}
.cpt-menu li.about-us::before,
.menu-knowledge-base-container .menu li.about-us::before,
.menu-story-page-container .menu li.about-us::before {
  content: "\e90a";
}
.cpt-menu li.customer-support::before,
.menu-knowledge-base-container .menu li.customer-support::before,
.menu-story-page-container .menu li.customer-support::before {
  content: "\e91a";
}
.cpt-menu li.careers::before,
.menu-knowledge-base-container .menu li.careers::before,
.menu-story-page-container .menu li.careers::before {
  content: "\e937";
}
.cpt-menu li:last-child,
.menu-knowledge-base-container .menu li:last-child,
.menu-story-page-container .menu li:last-child {
  border-bottom: 0;
}
.cpt-menu li a:hover,
.menu-knowledge-base-container .menu li a:hover,
.menu-story-page-container .menu li a:hover {
  text-decoration: none;
}

.post-article {
  border-bottom: 1px solid rgba(153, 159, 163, 0.35);
  display: flex;
  padding: 1rem 0;
}
.single .post-article {
  border-bottom: 0;
}
.post-article .article-image {
  margin-right: 1.5rem;
  width: 120px;
}
@media only screen and (max-width: 780px) {
  .post-article .article-image {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 460px) {
  .post-article .article-image {
    height: 40px;
    width: 40px;
  }
}
.post-article .article-image img {
  height: auto;
  width: 100%;
}
.post-article .article-text {
  width: 80%;
}
.post-article .article-type {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.post-article .article-type:before {
  color: #e01b22;
  display: inline-block;
  font-family: "ar-iconfont";
  padding-right: 0.25rem;
}
.post-article .article-type.article:before {
  content: "\e906";
}
.post-article .article-type.event:before {
  content: "\e901";
}
.post-article .article-type.newsletter:before {
  content: "\e911";
}
.post-article .article-type.in-the-news:before {
  content: "\e912";
}
.post-article .article-type.press-release:before {
  content: "\e907";
}
.post-article .article-type.page:before {
  content: "\e921";
}
.post-article .article-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  padding-left: 1rem;
  margin: 0;
}
@media only screen and (max-width: 460px) {
  .post-article .article-title {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.featured-events {
  display: flex;
  margin: 0 0 2rem 0;
}
.home-events .featured-events {
  flex-flow: column nowrap;
}
@media only screen and (max-width: 780px) {
  .home-events .featured-events {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 460px) {
  .home-events .featured-events {
    flex-flow: column wrap;
  }
}
.home-events .featured-events .event {
  margin: 0 0 2rem;
  width: auto;
}
.home-events .featured-events .event:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .home-events .featured-events .event {
    width: 45%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 460px) {
  .home-events .featured-events .event {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.events-archive .featured-events {
  flex-flow: row wrap;
}
.events-archive .featured-events .event {
  margin-right: 2rem;
}
@media only screen and (max-width: 460px) {
  .events-archive .featured-events .event {
    margin-right: 0;
  }
}
.events-archive .featured-events .event:nth-child(even) {
  margin-right: 0;
}
.featured-events .event {
  border: 1px solid #999fa3;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 2rem 2rem 0;
  min-height: 182px;
  overflow: hidden;
  padding: 0.5rem;
  width: 40%;
}
@media only screen and (max-width: 780px) {
  .featured-events .event {
    width: 45%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 460px) {
  .featured-events .event {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.featured-events .event:nth-child(even) {
  margin-right: 0;
}
.featured-events .event .event-image {
  width: 100%;
}
.featured-events .event .event-image img {
  height: auto;
  width: 100%;
}
.featured-events .event .event-info {
  margin-top: auto;
}
.featured-events .event .event-title {
  color: #2d6b9e;
  font-weight: 800;
}
.featured-events .event .event-date {
  color: #333;
  font-weight: 800;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.featured-events .event:hover {
  text-decoration: none;
}
.featured-events .event:hover .event-title {
  color: #e01b22;
}

.events-query {
  margin-bottom: 6rem;
}

.pagination {
  margin: 2rem 0;
}
.pagination .page-numbers {
  padding-right: 1rem;
}

.bp780 {
  display: none;
}
@media only screen and (max-width: 780px) {
  .bp780 {
    display: block;
  }
}

/**
Main SCSS file to be compiled into main.css
*/
.benefits {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 0 7rem;
}
.benefits.human .benefit {
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .benefits.human .benefit {
    width: 44%;
  }
}
@media only screen and (max-width: 460px) {
  .benefits.human .benefit {
    width: 100%;
  }
}
.benefits.animal .benefit {
  width: 42%;
}
@media only screen and (max-width: 780px) {
  .benefits.animal .benefit {
    width: 44%;
  }
}
@media only screen and (max-width: 460px) {
  .benefits.animal .benefit {
    width: 100%;
  }
}
.benefits .benefit {
  margin-top: 3rem;
}
.benefits .benefit .benefit-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.benefits .benefit .benefit-image {
  width: 100%;
}
.benefits .benefit .benefit-image img {
  height: auto;
  width: 100%;
}

/**
Main SCSS file to be compiled into main.css
*/
.post-meta .post-author {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.125rem;
}
@media only screen and (max-width: 460px) {
  .post-meta .post-author {
    font-size: 0.8rem;
    line-height: 1.125rem;
  }
}
.post-meta .post-author .author-image {
  border-radius: 50%;
  height: 48px;
  margin-right: 1rem;
  overflow: hidden;
  width: 48px;
}
@media only screen and (max-width: 460px) {
  .post-meta .post-author .author-image {
    height: 40px;
    width: 40px;
  }
}
.post-meta .post-author .author-image img {
  height: auto;
  width: 100%;
}
.post-meta .post-author .author-sep {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 460px) {
  .post-meta .post-author .author-sep {
    display: none;
  }
}
.post-meta .post-author .bp460 {
  display: none;
}
@media only screen and (max-width: 460px) {
  .post-meta .post-author .bp460 {
    display: inline;
  }
}
.post-meta .post-author .social-share {
  list-style-type: none;
  margin-left: auto;
}
@media only screen and (max-width: 460px) {
  .post-meta .post-author .social-share {
    font-size: 1.125rem;
  }
}
.post-meta .post-author .social-share li {
  display: inline-block;
  margin-left: 0.5rem;
}
.post-meta .post-author .social-share a {
  display: block;
  transition: 0.05s all ease-in-out;
}
.post-meta .post-author .social-share a:before {
  font-family: "ar-iconfont";
}
.post-meta .post-author .social-share a:hover {
  text-decoration: none;
  transform: translateY(1px);
}
.post-meta .post-author .social-share .twitter:before {
  color: #1da1f2;
  content: "\e916";
}
.post-meta .post-author .social-share .facebook:before {
  color: #1877f2;
  content: "\e904";
}
.post-meta .post-author .social-share .linkedin:before {
  color: #0a66c2;
  content: "\e90f";
}
.post-meta .post-date {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.post-meta .post-taxes {
  background-color: rgb(222.0731707317, 247.9268292683, 244.756097561);
  margin-top: 1rem;
  padding: 1rem;
}
.post-meta .post-tags {
  margin-bottom: 1rem;
}
.post-meta .post-tags.tags {
  margin-bottom: 0;
}

.event-meta {
  background-color: rgb(180.0914634146, 238.9085365854, 231.6951219512);
  padding: 1rem;
  width: 100%;
}
.event-meta .meta-item {
  margin-bottom: 0.5rem;
}
.event-meta .meta-item strong {
  color: rgb(19.9817073171, 93.0182926829, 84.0609756098);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.event-feature-image {
  margin: 2rem auto;
  width: 200px;
}
.event-feature-image img {
  height: auto;
  width: 100%;
}

.pdf-download {
  background-color: rgb(180.0914634146, 238.9085365854, 231.6951219512);
  padding: 1rem;
  width: 100%;
}
.pdf-download:before {
  color: #e01b22;
  content: "\e908";
  font-family: "ar-iconfont";
  padding-right: 0.5rem;
}

.post-title {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 3rem;
}
@media only screen and (max-width: 460px) {
  .post-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.post-footer-h2 {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 3rem 0 0.5rem;
}

.references {
  margin: 3rem 0;
}
.references ol {
  padding: 0 1.25rem;
  margin: 0;
}
.references ol li {
  font-size: 1.125rem;
  margin: 0.5rem 0;
}

.author-bio {
  display: flex;
  margin: 3rem 0;
}
.author-bio .author-image {
  border-radius: 50%;
  height: 132px;
  margin-right: 2rem;
  overflow: hidden;
  width: 132px;
}
@media only screen and (max-width: 780px) {
  .author-bio .author-image {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 460px) {
  .author-bio .author-image {
    display: none;
  }
}
.author-bio .author-image img {
  height: auto;
  width: 100%;
}
.author-bio .author-sub-head {
  background-color: #e01b22;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  padding: 0.25rem 1rem;
}
.author-bio .author-name {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 1rem 0;
}

.newsletter-more-cta {
  margin: 2rem auto;
  max-width: 75%;
}

/**
Main SCSS file to be compiled into main.css
*/
.sidebar {
  width: 28%;
}
.single .sidebar {
  border-left: 1px solid rgba(153, 159, 163, 0.35);
  margin-left: 1rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 780px) {
  .sidebar {
    margin: 3rem auto 0;
    width: 50%;
  }
  .single .sidebar {
    border-left: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 460px) {
  .sidebar {
    width: 100%;
  }
}

.sb-top-image {
  margin-bottom: 2rem;
}
.sb-top-image img {
  height: auto;
  width: 100%;
}

.country-group {
  border-bottom: 1px solid rgba(153, 159, 163, 0.35);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.country-group .country-headline {
  color: #999fa3;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.country-group .location {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-type: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.country-group .location:last-child {
  margin-bottom: 0;
}
.country-group .location li {
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  position: relative;
}
.country-group .location li:before {
  color: #e01b22;
  display: inline-block;
  font-family: "ar-iconfont";
  position: absolute;
  left: 0;
}
.country-group .location .location-name {
  font-weight: 800;
}
.country-group .location .location-address:before {
  content: "\e910";
}
.country-group .location .location-phone:before {
  content: "\e913";
}
.country-group .location .location-fax:before {
  content: "\e905";
}
.country-group .location .location-email:before {
  content: "\e902";
}
.country-group .location .location-website:before {
  content: "\e90a";
}

.sb-h2 {
  color: #28384a;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.sb-h2:before {
  color: #e01b22;
  display: inline-block;
  font-family: "ar-iconfont";
  padding-right: 0.5rem;
  vertical-align: -2px;
}
.sb-h2.newsletters:before {
  content: "\e911";
}
.sb-h2.articles:before {
  content: "\e906";
}
.sb-h2.events:before {
  content: "\e901";
}
.sb-h2.related-products:before {
  content: "\e909";
}
.sb-h2.related-benefits:before {
  content: "\e90b";
}

.sb-articles-list {
  list-style-type: none;
  margin: 0 0 3rem 2rem;
  padding: 0;
}
.sb-articles-list li {
  margin-bottom: 0.5rem;
}

/**
Main SCSS file to be compiled into main.css
*/
input[type=submit] {
  background-color: #1d877a;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 800;
  padding: 0.65rem 1.5rem;
  transition: 0.05s all ease-in-out;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: rgb(15.4725609756, 72.0274390244, 65.0914634146);
  color: #fff;
  text-decoration: none;
  transform: translateY(2px);
}

.gform_confirmation_message_2 {
  color: #1d877a;
}
.gform_confirmation_message_2:before {
  color: #28384a;
  content: "✓";
  padding-right: 0.5rem;
}

/**
Main SCSS file to be compiled into main.css
*/
.portal-flex {
  display: flex;
}
.portal-flex .inner-menu {
  width: 30%;
}
.portal-flex .content {
  order: 2;
}
.portal-flex .description-sections {
  flex-flow: column nowrap;
  margin: 0;
}
.portal-flex .description-sections .section-title {
  direction: ltr;
  width: 100%;
}
.portal-flex .description-sections .section-content {
  width: 100%;
}

.portal-h1 {
  font-size: 1.5rem;
  font-weight: 300;
}

.portal-image-group {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portal-image-group li {
  font-size: 0.8rem;
  text-align: center;
  width: 25%;
}
.portal-image-group li .portal-image {
  border: 1px solid #999fa3;
  border-radius: 10px;
  margin: 0 auto 0.5rem;
  padding: 5px;
  width: 80%;
}
.portal-image-group li .portal-image img {
  height: auto;
  width: 100%;
}
.portal-image-group li .portal-image.ice img {
  width: 75%;
}

.portal-list {
  list-style-type: none;
  padding: 0;
}
.portal-list li {
  border-top: 1px dashed #999fa3;
  font-size: 1.25rem;
  padding: 1rem 0;
}
.portal-list li:first-child {
  border-top: 1px dashed #999fa3;
}
.portal-list li a:before {
  color: #e01b22;
  content: "\e922";
  font-family: "ar-iconfont";
  font-size: 1rem;
  padding: 0 0.5rem;
  text-decoration: none;
}

.portal-newsletter-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portal-newsletter-list li {
  margin-bottom: 0.5rem;
}
.portal-newsletter-list li:before {
  color: #e01b22;
  content: "\e908";
  font-family: "ar-iconfont";
  font-size: 0.8rem;
  padding-right: 0.5rem;
}

.video-download:before {
  color: #e01b22;
  content: "\e923";
  font-family: "ar-iconfont";
  font-size: 0.8rem;
  padding-right: 0.5rem;
}

.publish-date {
  color: #999fa3;
  font-size: 0.8rem;
  font-weight: 800;
}

.portal-logout {
  font-size: 0.8rem;
  margin-top: 1rem;
  padding: 1rem 0;
}

/**
Main SCSS file to be compiled into main.css
*/
.hide {
  display: none;
}

.calculator-inputs {
  border: 1px solid rgba(153, 159, 163, 0.35);
  display: flex;
  margin: 2rem 0;
  padding: 1rem;
  position: relative;
  width: 75%;
}
@media only screen and (max-width: 780px) {
  .calculator-inputs {
    display: block;
    width: 100%;
  }
}
.calculator-inputs form {
  padding-right: 2rem;
  width: 50%;
}
@media only screen and (max-width: 780px) {
  .calculator-inputs form {
    padding: 0;
    width: 100%;
  }
}
.calculator-inputs .calc-input {
  margin: 0 0 1.5rem;
}
.calculator-inputs label,
.calculator-inputs input {
  display: block;
}
.calculator-inputs label b {
  color: #e01b22;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.calculator-inputs input[type=number] {
  font-size: 2rem;
  margin: 0.5rem 0;
  padding: 0.25rem;
  width: 150px;
}
.calculator-inputs select {
  margin: 0.5rem 0;
  padding: 0.25rem;
}
.calculator-inputs .sub-label {
  font-size: 0.8rem;
  color: #666;
}
.calculator-inputs .required {
  display: none;
}
.calculator-inputs .warning .required {
  color: red;
  display: inline;
  font-size: 0.8rem;
}
.calculator-inputs .needed {
  border-color: #e01b22;
}
.calculator-inputs .calculate-btn {
  background-color: rgb(24.4908536585, 114.0091463415, 103.0304878049);
  border: 0;
  cursor: pointer;
}
.calculator-inputs .results {
  border-left: 1px solid rgba(153, 159, 163, 0.35);
  padding: 1rem;
}
.calculator-inputs .results .result {
  font-size: 1.5rem;
}
.calculator-inputs .results #calculated-result {
  font-size: 2rem;
}

/**
Main SCSS file to be compiled into main.css
*/
/* _home-feature-product.scss */
.page-template-template-products .feature-product {
  border-bottom: 0;
  padding: 2rem 2rem 4rem 2rem;
  margin-bottom: 0;
}

.feature-product {
  background-color: #fff;
  border-bottom: 1px solid #999fa3;
  margin-bottom: 4rem;
  padding: 4rem 0;
}
@media only screen and (max-width: 780px) {
  .feature-product .flex {
    flex-direction: column;
    align-items: center;
  }
}
.feature-product .h2 {
  margin-top: 0;
}
.feature-product .feature-image {
  width: 35%;
}
@media only screen and (max-width: 780px) {
  .feature-product .feature-image {
    max-width: 400px;
    width: 100%;
  }
}
.feature-product .feature-image img {
  height: auto;
  width: 100%;
}
.feature-product .feature-content {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media only screen and (max-width: 780px) {
  .feature-product .feature-content {
    max-width: 400px;
    width: 100%;
  }
}
.feature-product .feature-content .feature-text {
  margin-bottom: 2rem;
}
.feature-product .feature-content .feature-link {
  margin-top: auto;
}
.feature-product .feature-content .feature-link a {
  background-color: #1d877a;
  border: 1px solid #1d877a;
  border-radius: 25px;
  color: #fff;
  font-weight: 800;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
}
.feature-product .feature-content .feature-link a:hover {
  background-color: rgb(19.9817073171, 93.0182926829, 84.0609756098);
}

/**
Main SCSS file to be compiled into main.css
*/
.login-content {
  margin: 0 auto;
  max-width: 400px;
  padding-right: 1rem;
}
.login-content .h2 {
  color: #e01b22;
}
.login-content .login-intro {
  font-size: 1.25rem;
  font-weight: 300;
}
.login-content .login-p {
  font-style: italic;
}
.login-content .form-container {
  border-top: 1px dashed #999fa3;
}
.login-content .form-container .login-username,
.login-content .form-container .login-password {
  display: flex;
  flex-flow: column nowrap;
}
.login-content .form-container .login-username input,
.login-content .form-container .login-password input {
  outline: none;
  border: 1px solid #999fa3;
}

.search-box {
  background-color: rgb(180.0914634146, 238.9085365854, 231.6951219512);
  padding: 2rem;
  max-width: 500px;
}

/**
Main SCSS file to be compiled into main.css
*/
.newsletter-cta {
  background-image: url("../images/jpg/waves1.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  width: 100%;
}
.newsletter-cta .white-box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  width: 62.5%;
}
@media only screen and (max-width: 780px) {
  .newsletter-cta .white-box {
    width: 80%;
  }
}
@media only screen and (max-width: 460px) {
  .newsletter-cta .white-box {
    width: 90%;
  }
}
.newsletter-cta .cta-headline {
  color: #e01b22;
  font-size: 2rem;
  margin: 0;
}
@media only screen and (max-width: 460px) {
  .newsletter-cta .cta-headline {
    font-size: 1.5rem;
  }
}
.newsletter-cta p {
  font-size: 1.125rem;
  margin: 0.5rem 0;
}
.newsletter-cta .sign-up-btn {
  background-color: #1d877a;
  cursor: pointer;
}
.newsletter-cta .sign-up-btn:hover, .newsletter-cta .sign-up-btn:focus {
  background-color: rgb(24.4908536585, 114.0091463415, 103.0304878049);
}

.newsletter-form-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
}
.newsletter-form-overlay.visible {
  display: block;
}
.newsletter-form-overlay .form-container {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  max-height: 80vh;
  max-width: 700px;
  overflow-y: scroll;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 460px) {
  .newsletter-form-overlay .form-container {
    width: 90%;
  }
}
.newsletter-form-overlay .close {
  color: #2d6b9e;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 0 0 0 auto;
  text-transform: uppercase;
  width: 32px;
}
.newsletter-form-overlay .close:hover, .newsletter-form-overlay .close:focus {
  color: #e01b22;
}
.newsletter-form-overlay .form-content {
  position: static;
  height: 100%;
}

body.no-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

/**
Main SCSS file to be compiled into main.css
*/
.products-grid {
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  margin: 2rem 0;
  overflow: hidden;
}
.products-grid .product-item {
  min-height: 280px;
  padding: 1rem;
  width: 33.33%;
  position: relative;
  text-align: right;
  text-decoration: none;
  transition: 0.05s all ease-in-out;
}
@media only screen and (max-width: 780px) {
  .products-grid .product-item {
    margin-bottom: 2rem;
    min-height: 200px;
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  .products-grid .product-item {
    border-bottom: 1px solid rgba(153, 159, 163, 0.35);
    min-height: initial;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .products-grid .product-item .product-text {
    width: 70%;
  }
}
.products-grid .product-item .h2 {
  color: #2d6b9e;
  margin: 0;
  position: relative;
  text-align: left;
  z-index: 500;
  transition: 0.05s all ease-in-out;
}
.products-grid .product-item .description {
  color: #999fa3;
  position: relative;
  text-align: left;
  z-index: 500;
}
.products-grid .product-item .product-image {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.25s all ease-in-out;
  width: 70%;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .products-grid .product-item .product-image {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  .products-grid .product-item .product-image {
    position: relative;
    width: 25%;
  }
}
.products-grid .product-item .product-image img {
  height: auto;
  width: 100%;
}
.products-grid .product-item .product-variations {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  opacity: 0;
  padding: 1.5rem 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.5s opacity ease-in-out;
  z-index: 500;
}
.products-grid .product-item .product-variations::before {
  border-bottom: 1px dotted #999fa3;
  color: #e01b22;
  content: "Options";
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.products-grid .product-item .product-variations a {
  color: #2d6b9e;
  cursor: pointer;
  padding: 0.25rem 0;
  margin: 0.25rem 0 0 0;
}
.products-grid .product-item .product-variations a:hover {
  color: #e01b22;
  text-decoration: none;
}
.products-grid .product-item:hover .h2:after {
  color: #e01b22;
  display: inline-block;
  content: "\e900";
  font-family: "ar-iconfont";
  font-size: 1.25rem;
  padding: 0 0 0 0.5rem;
}
.products-grid .product-item:hover .product-image {
  transform: scale(110%);
}
.products-grid .product-item:hover .product-variations {
  opacity: 1;
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
/**
Main SCSS file to be compiled into main.css
*/
.request-info-box {
  background-color: #28384a;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 2rem auto 0;
  padding: 2rem;
  width: 80%;
}
.request-info-box .request-text {
  max-width: 50%;
}
@media only screen and (max-width: 890px) {
  .request-info-box {
    flex-flow: column nowrap;
    width: 100%;
  }
  .request-info-box .request-text {
    margin-top: 1rem;
    max-width: 90%;
    order: 0;
    text-align: center;
  }
}

/**
Main SCSS file to be compiled into main.css
*/
.h1-ip {
  color: #038390;
  font-size: 3rem;
  text-align: center;
}

.h2-ip {
  background-color: #038390;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.h4-ip {
  font-weight: 800;
}

.terms-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.green-button {
  background-color: #8dcc32;
  border-radius: 25px;
  color: #000;
  display: inline-block;
  padding: 0.5rem;
  font-weight: 600;
  text-align: center;
  width: 300px;
}
.green-button a {
  color: #000;
  font-weight: 600;
}

.meta {
  padding-left: 2rem;
  width: 75%;
}
.meta .h3 {
  margin: 0 0 1rem;
}
.meta .meta-part {
  margin: 0 0 1rem;
}

.masthead-right {
  order: 2;
}

@media only screen and (max-width: 780px) {
  .portal-flex {
    flex-direction: column;
  }
}
.portal-flex .portal-sidebar {
  border-right: 1px solid #000;
  padding-right: 0.5rem;
  width: 15%;
}
@media only screen and (max-width: 1000px) {
  .portal-flex .portal-sidebar {
    width: 25%;
  }
}
@media only screen and (max-width: 780px) {
  .portal-flex .portal-sidebar {
    border-right: 0;
    border-top: 1px solid #000;
    order: 2;
    padding-top: 2rem;
    width: 100%;
  }
}
.portal-flex .content {
  margin: 0 0 0 2rem;
  width: 85%;
}
@media only screen and (max-width: 1000px) {
  .portal-flex .content {
    width: 75%;
  }
}
@media only screen and (max-width: 780px) {
  .portal-flex .content {
    margin: 0 0 2rem 0;
    order: 1;
    width: 100%;
  }
}

.ip-sb-list {
  list-style-type: none;
  padding-left: 1rem;
  text-align: left;
}
.ip-sb-list li {
  padding-bottom: 0.5rem;
}

.portal-hero {
  background-color: #038390;
  background-image: url("../images/png/hero-bknd2x.png");
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 1rem;
  position: relative;
  padding: 2rem;
  text-align: center;
  min-height: 250px;
}
.portal-hero .h1 {
  color: #fff;
  font-size: 3rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  width: 90%;
}

.portal-intro {
  margin: 0 0 3rem;
  text-align: center;
}
.portal-intro p {
  margin-left: auto;
  margin-right: auto;
}

.featured-content {
  margin: 3rem 0;
}

.ip-tax-top {
  display: flex;
}
.ip-tax-top .image {
  width: 45%;
}
.ip-tax-top .image img {
  height: auto;
  width: 100%;
}
.ip-tax-top .intro {
  padding: 0 0 0 1rem;
  width: 55%;
}
.ip-tax-top .intro p:first-child {
  margin-top: 0;
}

.ip-loop-post {
  display: flex;
  margin-bottom: 3rem;
}
.ip-loop-post .thumbnail {
  width: 25%;
}
.ip-loop-post .thumbnail img {
  height: auto;
  width: 100%;
}

.dc-top .thumbnail {
  width: 45%;
}
.dc-top .thumbnail img {
  height: auto;
  width: 100%;
}
.dc-top .meta {
  width: 50%;
}

.ip-fc {
  border-top: 1px solid #999fa3;
  margin-top: 3rem;
  padding-top: 1rem;
}

.download-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.download-list li {
  width: 33%;
}
@media only screen and (max-width: 780px) {
  .download-list li {
    width: 48%;
  }
}
.download-list li .preview {
  width: 100%;
}
.download-list li .preview img {
  height: auto;
  width: 100%;
}
.download-list li .preview.icon {
  text-align: center;
}
.download-list li .preview.icon img {
  height: auto;
  width: 25%;
}
.download-list.video {
  flex-wrap: wrap;
}
.download-list.video li {
  width: 100%;
}
.download-list.video li .title {
  margin-bottom: 1rem;
}
.download-list .title {
  margin-top: 1rem;
}
.download-list .green-button {
  margin-top: 1rem;
  max-width: 100%;
}

.portal-footer {
  background-color: #038390;
  color: #fff;
  margin-top: 3rem;
  padding: 3rem 2rem;
}
.portal-footer .logo-box {
  background-color: #fff;
  border: 5px solid #e01b22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  width: 190px;
}
.portal-footer .logo-box .logo-stacked {
  height: auto;
  margin-top: -15px;
  width: 75%;
}

/**
Main SCSS file to be compiled into main.css
*/
/* _header-ansn.scss */
.ansn-header {
  border-top: 15px solid #038390;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  .ansn-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.ansn-header .inner {
  width: 100%;
}
.ansn-header .ansn-logo {
  width: 300px;
}
@media only screen and (max-width: 780px) {
  .ansn-header .ansn-logo {
    margin: 2rem auto;
  }
}
.ansn-header .primary-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  .ansn-header .primary-menu {
    justify-content: center;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.ansn-header .primary-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ansn-header .primary-menu ul li {
  display: inline-block;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .ansn-header .primary-menu ul li {
    padding: 0 0.5rem;
  }
}
.ansn-header .primary-menu ul li a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
}
.ansn-header .primary-menu ul li a:hover {
  color: #e01b22;
  text-decoration: none;
}
.ansn-header .primary-menu ul li.ansn-btn a {
  color: #e01b22;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}

.date-bar {
  background-color: #e3e3e3;
  letter-spacing: 0.2rem;
  padding: 0.5rem 0;
  text-align: center;
}
.date-bar .date-time {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  .date-bar .date-time {
    flex-direction: column;
  }
}
.date-bar .date-time .event-date,
.date-bar .date-time .event-time {
  display: inline;
}
@media only screen and (max-width: 780px) {
  .date-bar .date-time .event-date,
  .date-bar .date-time .event-time {
    margin: 0.5rem 0;
  }
}
.date-bar .date-time .event-date::after {
  content: "-";
  display: inline;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 780px) {
  .date-bar .date-time .event-date::after {
    content: "";
    padding: 0;
  }
}

/**
Main SCSS file to be compiled into main.css
*/
/* _main-ansn.scss */
.ansn-btn a {
  background-color: #fff;
  border: 1px solid #038390;
  color: #e01b22;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}
.ansn-btn a:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}

.ansn-carousel {
  margin-bottom: 5rem;
}

.ansn-slide {
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  padding: 4.5rem 0 3rem 0;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .ansn-slide {
    background-position: center;
  }
}
.ansn-slide .top-header {
  font-size: 2.5rem;
  font-weight: 100;
  letter-spacing: 0.7rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  .ansn-slide .top-header {
    font-size: 2rem;
    margin: 0 auto 4rem;
    max-width: 80%;
    text-align: center;
  }
}
.ansn-slide .bold-header {
  font-size: 4.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.95);
  text-transform: uppercase;
}
.ansn-slide .description {
  font-weight: 300;
  margin-bottom: 3rem;
  max-width: 60%;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}
@media only screen and (max-width: 780px) {
  .ansn-slide .description {
    font-weight: 400;
    text-align: center;
  }
}
.ansn-slide .buttons {
  display: flex;
  justify-content: space-evenly;
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .ansn-slide .buttons {
    flex-direction: column;
    width: initial;
  }
}
.ansn-slide .ansn-btn {
  background-color: #fff;
}
@media only screen and (max-width: 780px) {
  .ansn-slide .ansn-btn {
    margin-bottom: 3rem;
  }
}

.ansn-footer {
  margin-top: 5rem;
  padding-top: 5rem;
}
.ansn-footer .ansn-logo {
  margin: 5rem auto;
  max-width: 400px;
}
.ansn-footer .footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ansn-footer .footer-menu ul li {
  padding: 0 1rem;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  opacity: 0;
  transition: opacity 0.5s linear;
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  opacity: 1;
  transition: opacity 0.5s linear;
  pointer-events: auto;
  z-index: 1;
}

/**
Main SCSS file to be compiled into main.css
*/
@media print {
  .print-link,
  #main-menu,
  .header-right,
  .request-info-box,
  .newsletter-cta,
  #footer2 {
    display: none;
  }
  .page-location {
    margin-top: 0rem;
  }
  .green-waves::before {
    background-image: initial;
  }
  .blue-waves::before {
    background-image: initial;
  }
  .products-bknd::before {
    background-image: initial;
  }
  .page-template-template-products-single .product-title {
    background-color: transparent;
    border-bottom: 2px solid #e01b22;
    color: #28384a;
  }
  .page-template-template-products-single .product-request {
    display: none;
  }
  .copyright {
    background: transparent;
    color: #000;
  }
  .copyright .f2-link {
    display: none;
  }
}
/**
Main SCSS file to be compiled into main.css
*/
header.ad-layout {
  display: block;
  padding: 0;
}
header.ad-layout:before {
  background-image: url("../images/jpg/fruits.jpg");
  height: 75px;
  display: block;
  content: "";
  margin-bottom: 1rem;
  width: 100%;
}

.ad-logo {
  margin: 2rem auto 0;
  width: 200px;
}
.ad-logo img {
  width: 100%;
}

.ad-layout {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

main {
  min-height: 50vh;
}

.ad-h1 {
  color: #28384a;
  font-size: 1.75rem;
  font-weight: 900;
  margin: 2.5rem 0;
  text-align: center;
}

.ad-form {
  margin: 0 auto;
  width: 80%;
}
.ad-form #input_7_3 .gchoice label::before {
  font-family: "ar-iconfont";
  font-size: 1.9rem;
  padding-right: 0.75rem;
}
.ad-form #label_7_3_0:before {
  content: "\e92b";
}
.ad-form #label_7_3_0:checked {
  color: aqua;
}
.ad-form #label_7_3_1:before {
  content: "\e92a";
}
.ad-form #label_7_3_2:before {
  content: "\e928";
}
.ad-form #label_7_3_3:before {
  content: "\e929";
}
.ad-form #label_7_3_4:before {
  content: "\e927";
}
.ad-form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0.001;
}
.ad-form input[type=radio] + label {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.ad-form input[type=radio] + label::before {
  color: #e01b22;
}
.ad-form input[type=radio]:checked + label {
  background-color: #ebebeb;
  border-color: #e01b22;
  color: #28384a;
}
.ad-form input[type=radio]:checked + label::before {
  color: #28384a;
}

.gform_wrapper.gravity-theme .gfield_radio label {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #2d6b9e;
  font-size: 2rem;
  font-weight: 300;
  padding: 0.5rem;
  width: 100%;
}

.ad-results {
  display: flex;
  margin: 0 auto 4rem;
  max-width: 80%;
}

.ad-results-img {
  margin-right: 1rem;
  width: 20%;
}

.ad-h2 {
  font-size: 1.5rem;
  margin: 0;
}

.ad-h3 {
  color: #e01b22;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.ad-list {
  font-size: 1.125rem;
  list-style-type: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
.ad-list li {
  padding: 0.25rem 0;
}

.ad-dose {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0.25rem 0 1rem;
}
.ad-dose .number {
  font-size: 2rem;
}

.ad-btn {
  background-color: #05c65c;
}

.ad-footer {
  border-top: 1px solid #979797;
  font-size: 0.875rem;
  text-align: center;
}
.ad-footer:before {
  background-image: none;
  height: initial;
}
.ad-footer .ad-footer-top {
  margin: 0 auto;
  padding: 1rem 0;
  width: 80%;
}
.ad-footer .ad-footer-bottom {
  background-color: #04182e;
  color: #fff;
  padding: 0.75rem 0;
}

/*# sourceMappingURL=main.css.map */