/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/**
 * Convert PX to REMs.
 */
/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 * @docs: https://gist.github.com/larrybotha/7881691
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%;
}

/* 2 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img[src*=".svg"] {
    width: 100%;
  }
}

html {
  font-size: 16px;
}

@font-face {
  font-family: 'helvetica_neue';
  src: url("../fonts/helveticaneue-condensed-webfont.eot");
  src: url("../fonts/helveticaneue-condensed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-condensed-webfont.woff2") format("woff2"), url("../fonts/helveticaneue-condensed-webfont.woff") format("woff"), url("../fonts/helveticaneue-condensed-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-condensed-webfont.svg#helvetica_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: black;
  letter-spacing: 0;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
}

h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

:focus {
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover, a:focus, a:link, a:active, a:visited {
  outline: none;
  text-decoration: none;
}

#wp-uspcontent-editor-container {
  border: 1px solid #eeeeee;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 24px;
  color: black;
}

.no-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body {
  background: #e4e4e4;
}

.main.container {
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  background: url("../images/bg.png");
}

.nav-col {
  padding: 10px;
}

.nav-col .nav-inner {
  background: white;
  border-radius: 15px;
  padding: 20px;
}

.nav-col.left {
  padding-right: 0;
}

.nav-col.right {
  padding-left: 0;
}

.container.header {
  background: transparent;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.container.header img {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .container.header {
    margin-top: 40px;
  }
  .container.header img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-color: transparent;
  }
}

.container.header * {
  padding: 0;
}

.container.bottom {
  background: transparent;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}

.container.bottom .copy {
  color: white;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.container.bottom img {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .container.bottom {
    margin-bottom: 40px;
  }
  .container.bottom img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: transparent;
  }
}

.container.bottom * {
  padding: 0;
}

.nav-menu {
  font-size: 1rem;
}

.nav-menu .menu-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.container.header .mobile-menu {
  position: relative;
}

.container.header .mobile-menu img {
  position: relative;
}

.container.header .mobile-menu img.menu {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border: 2px solid #a8c8c0;
}

.wp-caption-text {
  position: relative;
  top: -25px;
  left: 5px;
}

#usp-success-message {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
