/** Base Styling **/
body {
  font: 1rem /1.5rem "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  -webkit-text-size-adjust: 100%;
}

#hodSearch {
  display: none;
}

img, picture {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/** Titles and Headings **/
.pagetitle {
  padding: 1.25rem;
  font-size: 3.125rem;
  line-height: normal;
  font-weight: bold;
  color: black;
  margin: auto;
  border-bottom: thick solid #33338a;
  text-transform: capitalize;
}

.subheading {
  background-color: ghostwhite;
  padding: .625rem;
  border-left: thick solid #00424f;
  margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  color: #004568;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.5;
}

h2 {
  font-size: 2rem;
  line-height: 2.25rem;
}

h3 {
  font-size: 1.625rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.25rem;
}


h5 {
  font-size: 1.063rem;
}

h5, h6 {
  font-weight: 700;
}


/** General Typography **/
p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;

}

p, ol, ul {
  orphans: 2;
  widows: 2;
}

ol, ul {
  margin: 10px;
  margin-left: 2em !important;
}

p:last-child,
ol:last-child, ul:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none !important;
  color: #004568;
  font-weight: 700;
}

.note {
  opacity: 0.8;
}

pre + .note, input + .note, textarea + .note {
  margin-top: -0.75rem;
}


.alternate-typeface, .note, .pull-quote__attribution, .item-list__date, .sfcommentDate {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.highlight {
  color: #00a69d;
}

.warn {
  color: #d43725;
}

/** Quotes **/
.pull-quote {
  padding: 1.5rem 0;
  margin: 1.5rem 0;
  border: solid #0b5f5b;
  border-width: .125rem 0;
  font-size: 1.063rem;
  line-height: 2.25rem;
  font-weight: 300;
}

blockquote, q {
  quotes: none;
}

.pull-quote__attribution {
  display: block;
  font-size: .906rem;
  line-height: 1.5rem;
  opacity: 0.8;
}

p + .pull-quote__attribution {
  margin-top: -1.125rem;
}

.pull-quote__attribution::before {
  content: "- ";
}

@media (min-width: 470px) {
  .pull-quote--left {
    float: left;
    margin-right: 1.5rem;
    padding: 0 1.5rem 0 0;
    border-width: 0 .125rem 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 1.5rem;
  }
  .pull-quote--left, .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
}

/** Figures and Images **/
figure {
  display: block;
  margin-bottom: 1.5rem;
  border: .063rem solid #f8f8f8;
  padding: .375rem;
}

.figcaption {
  display: block;
  padding: .375rem 0;
  font-size: .813rem;
  opacity: 0.8;
}

/** Content Boxes **/
.content-box:last-child {
  margin-bottom: 0;
}

.content-box {
  padding: 1.5rem;
  background: ghostwhite;
  margin-bottom: 1.5rem;
}

.content-box h1, .content-box h2, .content-box h3, .content-box h4 {
  font-weight: 300;
}

.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
  color: #004568;
}

.content-box--highlight {
  border: .125rem solid #30cf82;
  background: #fff;
}

.content-box--highlight h1, .content-box.highlight h1, .content-box--highlight h2, .content-box.highlight h2, .content-box--highlight h3, .content-box.highlight h3, .content-box--highlight h4, .content-box.highlight h4, .content-box--highlight h5, .content-box.highlight h5, .content-box--highlight h6, .content-box.highlight h6 {
  color: #00a69d;
}

.content-box--action, .content-box.action {
  border: .125rem solid #e54040;
  background: #fff;
}

.content-box--action h1, .content-box.action h1, .content-box--action h2, .content-box.action h2, .content-box--action h3, .content-box.action h3, .content-box--action h4, .content-box.action h4, .content-box--action h5, .content-box.action h5, .content-box--action h6, .content-box.action h6 {
  color: #e54040;
}

.content-box--inverse, .content-box.inverse, .content-box.inversehighlight, .content-box--inverse h1, .content-box.inverse h1, .content-box.inversehighlight h1, .content-box--inverse h2, .content-box.inverse h2, .content-box.inversehighlight h2, .content-box--inverse h3, .content-box.inverse h3, .content-box.inversehighlight h3, .content-box--inverse h4, .content-box.inverse h4, .content-box.inversehighlight h4, .content-box--inverse h5, .content-box.inverse h5, .content-box.inversehighlight h5, .content-box--inverse h6, .content-box.inverse h6, .content-box.inversehighlight h6, .content-box--inverse p, .content-box.inverse p, .content-box.inversehighlight p, .content-box--inverse li, .content-box.inverse li, .content-box.inversehighlight li, .content-box--inverse a, .content-box.inverse a, .content-box.inversehighlight a {
  color: white;
}

.content-box--inverse, .content-box.inverse {
  background: #004250;
}

.shadowbox {
  border: thin solid silver;
  background-color: whitesmoke;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  color: black;
  padding: 20px; margin: 10px;
}

/** Forms and Inputs **/
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
  display: block;
  width: 100%;
  padding: .563rem .75rem;
  margin-bottom: 1.5rem;
  border: .063rem solid #bbd0ca;
  color: rgba(101, 116, 124, 0.8);
  font: .906rem / 1.5rem "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}

label {
  display: block;
  margin-bottom: .375rem;
  font-size: .813rem;
  font-weight: 700;
  color: #004568;
  opacity: 0.9;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}

/** Grid and Layouts **/
.grid {
  display: grid;
  grid-row-gap: 1em;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.img-left {
  float: left;
  margin-right: .75rem;
}

.img-right {
  float: right;
  margin-left: .75rem;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 .75rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
  }
  
  .grid > div {
    overflow: hidden;
  }
}

.group:after, .item-list__item:after, .side-label:after, .page-header:after, .page-footer .page-bounds:after, .home-feature .page-bounds:after, .interior-layout:after {
  content: "";
  display: table;
  clear: both;
}

/** Buttons and Links **/
a, button {
  color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out,
opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
a:hover, a:focus {
  color: #00a69d;
}
a:active, a:hover {
  outline: 0;
}
.button:hover, .button:focus, .sfcommentsSubmitBtn:hover, .sfcommentsSubmitBtn:focus, .sfAddToCartBtn:hover, .sfAddToCartBtn:focus, .sfApplyCouponBtn:hover, .sfApplyCouponBtn:focus, .comments-form button:hover {
  color: #fff;
  background-color: #00424f;
}
.button, .sfcommentsSubmitBtn, .comments-form button, .sfAddToCartBtn, .sfApplyCouponBtn, .sfcheckoutContinueBtn, .login-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  padding: .75rem 2.25rem;
  border: .125rem solid #00424f;
  border-radius: 1.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #00424f;
  background: #fff;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out, border-color 0.15s
ease-out, -webkit-box-shadow 0.15s ease-out;
}

.button--highlight {
  color: #00424f;
  border-color: #00b5ba;
}

.button--highlight:hover, .button--highlight:focus {
  background: #00b5ba;
}

.button--action {
  color: #00424f;
  border-color: #e54040;
}

.button--action:hover, .button--action:focus {
  background: #e54040;
}

.button--cta, .sfAddToCartBtn, .sfcheckoutContinueBtn, .login-form input[type="submit"] {
  padding: 1.125rem 2.625rem;
  border-width: 0;
  font-weight: 400;
  color: #fff;
  background-color: #00424f;
  text-shadow: 0 0 .25rem rgba(0, 0, 0, 0.3);
}

.button--cta:hover, .button--cta:focus, .sfAddToCartBtn:hover, .sfAddToCartBtn:focus, .sfcheckoutContinueBtn:hover, .sfcheckoutContinueBtn:focus, .login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
  background-color: #004568;
  box-shadow: inset 0 0 0 .25rem rgba(255, 255, 255, 0.3);
}

.button--cta.button--highlight {
  background-color: #00b5ba;
}

.button--cta.button--highlight:hover, .button--cta.button--highlight:focus {
  background-color: #00c4ba;
}

.button--cta.button--action {
  background-color: #e54040;
}

.button--cta.button--action:hover, .button--cta.button--action:focus {
  background-color: #f95639;
}

.button--small, .sfApplyCouponBtn {
  padding: .375rem 1.5rem;
  font-size: .906rem;
}

.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}

.button--cancel {
  font-size: .906rem;
  font-weight: 400;
  color: #65747C;
  border: .063rem solid #e8efed;
}

.button--cancel:hover, .button--cancel:focus {
  color: #004568;
  border-color: #004568;
  background: #f8f8f8;
}

/** Tables **/
table.bandedtable {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

table.bandedtable th {
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-align: left;
  background-color: #00b5ba;
  color: white;
  font-weight: 1.125rem;
}

table.bandedtable td, table.bandedtable th {
  border: .063rem solid #ddd;
  padding: .625rem;
}

table.bandedtable tr:nth-child(even) {
  background-color: #dddddd;
}

/** Code Blocks **/
pre {
  display: block;
  padding: 1.5rem .75rem;
  border: .063rem solid #eeeeee;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 .125rem .188rem rgba(0,0,0, 0.1);
  position: relative;
  overflow: auto;
}

pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: .813rem;
  color: #a1b9c6;
  position: absolute;
  top: .125rem;
  right: .75rem;
}

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: .875rem;
}

pre[class*="language-"] {
  tab-size: 4;
  hyphens: none;
}

.token.property,
.token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
  color: #905;
}

/** Tabs **/
.tabs--standard {
  margin-bottom: 3rem;
}

.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #00a69d;
}

@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 1.125rem 1.5rem;
    font-weight: 600;
  }
}

.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: .75rem;
  margin-bottom: -.063rem;
  border: .063rem solid #f8f8f8;
  background: #f8f8f8;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.tabs--standard .tabs__pane.is-active {
  display: block;
}

.tabs--standard .tabs__pane {
  border: .063rem solid #f8f8f8;
  padding: 1.5rem;
  display: none;
}

/** New Tabs **/
.js-tabs__controls {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
}
.js-tabs__controls li {
  padding: .75rem;
  margin-bottom: -0.63rem;
  background: #f8f8f8;
  border: .063rem solid #f8f8f8;
  opacity: 0.9;
  position: relative;
  z-index:2;
  cursor: pointer;
}

.js-tabs__panel {
  display: block;
  border: 1px solid #f8f8f8;
  padding: 1.5rem;
}

.js-tabs__panel.hide {
  display: none;
}

/** Accordions **/
.accordion {
  margin-bottom: 3rem;
}

.accordion__label {
  display: block;
  padding: .75rem;
  background: #fff;
  border: .063rem solid #f8f8f8;
  color: #65747c;
  font-weight: 600;
  font-size: .906rem;
  cursor: pointer;
}

.accordion__label .arrow {
  font-size: 0.9em;
  border-left-color: #65747c;
  transition: all 0.15s ease-out;
}

.arrow {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.75em;
  margin-right: 0.5em;
  margin-top: -0.2em;
  line-height: 1em;
  border: 0.5em solid transparent;
  border-right-width: 0;
  transform: scaleX(1.5);
}

.js.accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 .063rem;
  visibility: hidden;
  opacity: 0;
}

.accordion__content {
  border: none !important;
  padding: 0px !important;
  transition: all 0.2s ease-out;
}

/** Toggles **/
.js.toggle-target:not(.is-active) {
  display: none !important;
}

/** Accordions **/
ul.accordionlist {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

.accordionlistItem {
  border-bottom: 1px solid #dee2e6;
}

.accordion h3.accordionlistTitle {
  text-decoration: none !important;
}

h3.accordionlistTitle {
  font-size: 1.125rem;
  margin-bottom: -.313rem;
}

.accordionlist .accordionlistItemTitle > .accordionlistItemToggleLnk {
  background-color: transparent !important;
  display: flex !important;
  text-decoration: non !important;
  background: none;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: .938rem;
  color: #004250 !important;
  width: 100%;
  align-items: center;
}

.accordionlist .accordionlistItemTitle > .accordionlistItemToggleLnk::after {
  content: '';
  font-family: 'FontAwesome';
  text-rendering: auto;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: auto;
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: transform;
  align-items: center;
}

.accordionlist .accordionlistItemContent {
  display: block;
  border: solid #f8f8ff;
  padding: .625rem .625rem .938rem .625rem;
}

.accordionlist > li > div {
  padding-top: 1.563rem;
}

.accordionlist .accordionlistItemTitle > .accordionlistItemToggleLnk.expand::after {
  content: "";
  font: 'FontAwesome';
  display: inline-block;
  text-rendering: auto;
  transform: rotate(-180deg) translateY(15%);
}

/* Expand/Collapse List */
.animated-list {
    margin: 0px !important;
    margin-top: 35px !important;
    list-style-type: none !important;
}

.animated-list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

.animated-list li > h3 {
  text-decoration: none !important;
  font-size: 18px;
  margin-bottom: -5px;
}

.animated-list li h3 > a {
  display: flex;
  flex-decoration: row;
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 15px !important;
  color: #004250 !important;
  width: 100%;
  align-items: center;
}

.animated-list li h3 span {
  width: 250px;
}

.animated-list h3 > a::after {
  content: "";
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: auto;
  background-repeat: no-repeat;
  text-decoration: none !important;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: transform;
  align-items: center;
}

.animated-list h3 > a.expanded::after {
  content: "";
  font: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: rotate(-180deg) translateY(15%);
}

.animated-list h3 > div {
  display: block;
  border: solid ghostwhite;
  padding: 10px 10px 15px 10px;
  padding-top: 25px;
}

.animated-list h3 > a > img {
  width: 250px;
}

/** Inputs **/
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin-bottom: 24px;
  border: 1px solid #bbd0ca;
  color: #65747c;
  font: 14.5px / 24px "Open Sans", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}