/* Website Header Files */
/* Font Families */
/* Base Measurements */
/* Other Variables */
/* Colors */
/* Shades */
/* Social Media Colors */
/* MIXIN CLASSES -------------------------------------------------------------*/
/* Appearance */
/* Adapt Pixel Font Sizes To ems */
/* Basic Document Setup Styles */
/* Document Setup */
html {
  height: 100%;
  /* Required to facilitate full height sections */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-size: 0.9846153846rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
}

article, aside, blockquote, details, figcaption, figure, footer, header, main,
nav, section {
  display: block;
}

/* Images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin-left: 30px;
}

img.alignleft {
  margin-right: 30px;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  padding: 0;
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

textarea {
  resize: vertical;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

button {
  cursor: pointer;
  text-shadow: none;
  background-color: transparent;
  border: none;
}

b, strong {
  font-weight: 600;
}

/* Headings */
h1 {
  margin-bottom: 30px;
  font-size: 74px;
  font-size: 4.5538461538rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.125;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.125;
  letter-spacing: 0.15em;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

h2 {
  font-size: 34px;
  font-size: 2.0923076923rem;
  letter-spacing: 0.15em;
}

h3 {
  font-size: 28px;
  font-size: 1.7230769231rem;
  letter-spacing: 0.125em;
}

h4 {
  font-size: 24px;
  font-size: 1.4769230769rem;
  letter-spacing: 0.1em;
}

h5 {
  font-size: 22px;
  font-size: 1.3538461538rem;
  letter-spacing: 0.075em;
}

h6 {
  font-size: 20px;
  font-size: 1.2307692308rem;
  letter-spacing: 0.05em;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
    font-size: 3.6923076923rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.8461538462rem;
    letter-spacing: 0.15em;
  }

  h3 {
    font-size: 26px;
    font-size: 1.6rem;
    letter-spacing: 0.125em;
  }

  h4 {
    font-size: 22px;
    font-size: 1.3538461538rem;
    letter-spacing: 0.1em;
  }

  h5 {
    font-size: 20px;
    font-size: 1.2307692308rem;
    letter-spacing: 0.075em;
  }

  h6 {
    font-size: 18px;
    font-size: 1.1076923077rem;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 52px;
    font-size: 3.2rem;
  }

  h2 {
    font-size: 28px;
    font-size: 1.7230769231rem;
    letter-spacing: 0.125em;
  }

  h3 {
    font-size: 24px;
    font-size: 1.4769230769rem;
    letter-spacing: 0.1em;
  }

  h4 {
    font-size: 20px;
    font-size: 1.2307692308rem;
    letter-spacing: 0.075em;
  }

  h5 {
    font-size: 18px;
    font-size: 1.1076923077rem;
    letter-spacing: 0.05em;
  }

  h6 {
    font-size: 16px;
    font-size: 0.9846153846rem;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    font-size: 2.5846153846rem;
  }

  h2 {
    font-size: 26px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  h3 {
    font-size: 22px;
    font-size: 1.3538461538rem;
    letter-spacing: 0.075em;
  }

  h4 {
    font-size: 18px;
    font-size: 1.1076923077rem;
    letter-spacing: 0.05em;
  }

  h5 {
    font-size: 17px;
    font-size: 1.0461538462rem;
    letter-spacing: 0.025em;
  }

  h6 {
    font-size: 15px;
    font-size: 0.9230769231rem;
    letter-spacing: 0;
  }
}
/* Paragraphs and Text Effects */
small {
  font-size: 75%;
}

sup, sub {
  line-height: 0;
}

/* Links */
a, a:visited {
  outline: none;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  color: #1b1b1b;
}

/* Lines & Boxes */
hr {
  height: 0px;
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}

/* Address */
address {
  font-weight: 300;
}

figcaption,
cite,
label {
  font-size: 14px;
  font-size: 0.8615384615rem;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1.5;
}
figcaption span,
cite span,
label span {
  display: none;
}

/* Default Blockquote Styles */
blockquote {
  width: 100%;
  max-width: 100%;
  font-style: italic;
  font-size: 15px;
  font-size: 0.9230769231rem;
  padding-left: 15px;
  border-left: 2px solid #dcdcdc;
}
blockquote cite {
  margin-top: 30px;
}
blockquote p {
  color: #808080;
  text-align: left;
}
@media (max-width: 1023px) {
  blockquote {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

/* Tables */
table {
  display: table;
  width: 100%;
  margin: 0 0 30px;
  font-size: 15px;
  font-size: 0.9230769231rem;
}
table .highlight {
  color: #0c93bc !important;
}
table .highlight td {
  font-weight: 400 !important;
}

tr {
  display: table-row;
}
tr:last-child th, tr:last-child td {
  border-bottom: none;
}

th, td {
  display: table-cell;
  padding: 2px 5px;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
th:first-child, td:first-child {
  text-align: right;
}

td {
  font-weight: 300;
}

th {
  font-weight: 400;
}

/* Miscellaneous */
.jetpack-video-wrapper {
  margin-bottom: 30px;
}

main a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main img {
  margin-bottom: 30px;
}
main ol {
  margin: 0 0 30px 30px;
  font-weight: 400;
  list-style-position: outside;
  list-style-type: decimal;
}
main ul {
  list-style-type: disc;
  font-weight: 400;
  line-height: 2;
}
main dt {
  font-size: 18px;
  font-size: 1.1076923077rem;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #dcdcdc;
}
main dd {
  font-weight: 400;
  margin-bottom: 30px;
}

/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
  unicode-range: 'U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF';
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
  unicode-range: 'U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000';
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: 'U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF';
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: 'U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000';
}
/* HEADER LAYOUT -------------------------------------------------------------*/
#head-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#head-wrap.w #header #logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#head-wrap.b #header #main-menu li a {
  color: #000000;
}

#header {
  background-color: transparent;
  padding: 15px 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#site-branding #logo {
  max-height: 90px;
  margin: 5px 0;
}
@media (max-width: 991px) {
  #site-branding #logo {
    max-height: 70px;
  }
}

#masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topbar {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  width: 100%;
  display: block;
  height: 36px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 0.9846153846rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  #topbar {
    font-size: 14px;
    font-size: 0.8615384615rem;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #topbar {
    font-size: 11px;
    font-size: 0.6769230769rem;
  }
}

#site-menu {
  color: #000000;
}
#site-menu > ul {
  margin: 0px;
  padding: 10px 0;
}
#site-menu > ul > li {
  display: inline-block;
  margin-right: 30px;
  font-size: 17px;
  font-size: 1.0461538462rem;
}
#site-menu > ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#site-menu > ul > li:last-of-type {
  margin-right: 0px;
}
#site-menu > ul > li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #ffffff;
}
#site-menu > ul > li .hide-desktop {
  display: none;
}
#site-menu > ul .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  list-style-type: none;
  min-width: 250px;
  margin: 0px;
  padding: 10px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 2;
  font-size: 15px;
  font-size: 0.9230769231rem;
}
#site-menu > ul .sub-menu:hover {
  visibility: visible;
  opacity: 1;
}
#site-menu > ul .sub-menu a {
  display: inline-block;
  color: #333;
}

@media (min-width: 992px) {
  #pull-menu {
    display: none;
  }
}
#pull-menu {
  position: absolute;
  z-index: 999;
  top: 55px;
  right: 15px;
}
#pull-menu.w .hamburger-inner, #pull-menu.w .hamburger-inner:before, #pull-menu.w .hamburger-inner:after, #pull-menu.is-active .hamburger-inner, #pull-menu.is-active .hamburger-inner:before, #pull-menu.is-active .hamburger-inner:after {
  background-color: #ffffff !important;
}
#pull-menu.b .hamburger-inner, #pull-menu.b .hamburger-inner:before, #pull-menu.b .hamburger-inner:after {
  background-color: #000000;
}

.admin-bar #pull-menu {
  top: 101px;
}

@media screen and (min-width: 783px) {
  .admin-bar #pull-menu {
    top: 87px;
  }
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 36px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}