/**
 * Theme Name: Your theme name
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for xxx
 * Template: oneltd-base
 */

/**
 * Theme Name: Your Theme Name
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Your Project
 * Template: oneltd-base
 */
/**
 * Theme Name: Your Theme Name
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Your Project
 * Template: oneltd-base
 */

/* Global styles */
/* line 25, ../../src/sass/globals.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: 'Calibri W01 Regular_904604';
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  /*  vertical-align: baseline; */
  color: #263F60;
  -webkit-font-smoothing: antialiased;
}

/* line 38, ../../src/sass/globals.scss */
strong {
  color: unset;
}

/* line 42, ../../src/sass/globals.scss */
html {
  overflow-y: scroll;
}

/* line 46, ../../src/sass/globals.scss */
#html5-watermark {
  display: none !important;
}

/* line 51, ../../src/sass/globals.scss */
.container {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
}
@media (max-width: 600px) {
  /* line 51, ../../src/sass/globals.scss */
  .container {
    width: 550px;
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  /* line 51, ../../src/sass/globals.scss */
  .container {
    width: 800px;
    max-width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }
}
/* line 72, ../../src/sass/globals.scss */
.container.padded {
  padding-bottom: 40px;
}
/* line 76, ../../src/sass/globals.scss */
.container.inside {
  padding: 40px 20px;
}
@media (max-width: 900px) {
  /* line 76, ../../src/sass/globals.scss */
  .container.inside {
    padding: 40px 20px;
  }
}

/* line 85, ../../src/sass/globals.scss */
body {
  background: white;
  -webkit-font-smoothing: antialiased;
}

/* line 90, ../../src/sass/globals.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 94, ../../src/sass/globals.scss */
.button {
  height: 30px;
  background-color: #A5874B;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  padding: 0 10px 0 17px;
}
/* line 103, ../../src/sass/globals.scss */
.button:hover {
  background-color: #263F60;
}
/* line 107, ../../src/sass/globals.scss */
.button a {
  color: white;
  line-height: 30px;
  margin-right: 10px;
}

/* line 116, ../../src/sass/globals.scss */
nav ol {
  list-style: none;
}
/* line 120, ../../src/sass/globals.scss */
nav ul {
  list-style-type: disc;
}

/* line 125, ../../src/sass/globals.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 131, ../../src/sass/globals.scss */
img {
  border: none;
}

/* line 135, ../../src/sass/globals.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 144, ../../src/sass/globals.scss */
blockquote:before, blockquote:after {
  content: "";
}

/* line 150, ../../src/sass/globals.scss */
q:before, q:after {
  content: "";
}

/* line 155, ../../src/sass/globals.scss */
blockquote, q {
  quotes: "" "";
}

/* line 159, ../../src/sass/globals.scss */
blockquote {
  font-weight: bold;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 20px;
  padding-left: 10px;
}

/* line 169, ../../src/sass/globals.scss */
aside {
  display: block;
}

/* line 172, ../../src/sass/globals.scss */
details {
  display: block;
}

/* line 175, ../../src/sass/globals.scss */
figcaption {
  display: block;
}

/* line 178, ../../src/sass/globals.scss */
figure {
  display: block;
}

/* line 181, ../../src/sass/globals.scss */
footer {
  display: block;
}

/* line 184, ../../src/sass/globals.scss */
header {
  display: block;
}

/* line 187, ../../src/sass/globals.scss */
hgroup {
  display: block;
}

/* line 190, ../../src/sass/globals.scss */
nav {
  display: block;
}
/* line 192, ../../src/sass/globals.scss */
nav ol {
  list-style: none;
}
/* line 195, ../../src/sass/globals.scss */
nav ul {
  list-style: none;
}

/* line 199, ../../src/sass/globals.scss */
section {
  display: block;
}

/* line 203, ../../src/sass/globals.scss */
h2 {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Calibri W01 Regular_904604';
  font-weight: 700;
}

/* line 210, ../../src/sass/globals.scss */
h3 {
  font-size: 21px;
  font-family: 'Calibri W01 Regular_904604';
  font-weight: 700;
}

/* line 216, ../../src/sass/globals.scss */
p {
  font-family: 'Calibri W01 Regular_904604';
  font-size: 17px;
  margin-bottom: 17px;
}

/* line 222, ../../src/sass/globals.scss */
a {
  font-family: 'Calibri W01 Regular_904604';
  font-size: 17px;
  text-decoration: none;
}

/* line 229, ../../src/sass/globals.scss */
strong {
  font-weight: bold;
}

/* line 233, ../../src/sass/globals.scss */
em {
  font-style: italic;
}

/* line 1, ../../src/sass/header.scss */
header {
  background-color: #263F60;
  border-bottom: 2px solid white;
  height: 120px;
  position: relative;
}
@media (max-width: 900px) {
  /* line 1, ../../src/sass/header.scss */
  header {
    height: auto;
  }
}
/* line 11, ../../src/sass/header.scss */
header input[type=text] {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  position: absolute;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 40px;
  display: none;
  border-bottom: 1px solid #263F60;
  z-index: 1000;
  font-size: 16px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  /* line 11, ../../src/sass/header.scss */
  header input[type=text] {
    position: relative;
    top: 0;
    background-color: white;
  }
}
/* line 34, ../../src/sass/header.scss */
header input[type=submit] {
  display: none;
}
/* line 38, ../../src/sass/header.scss */
header .container {
  height: 100px;
}
/* line 41, ../../src/sass/header.scss */
header .container a {
  display: inline-block;
  height: 100%;
  position: relative;
}
/* line 47, ../../src/sass/header.scss */
header .container a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
/* line 55, ../../src/sass/header.scss */
header .container h1 {
  display: inline-block;
  font-family: "trajan-pro-3";
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 30px 0px 0px 15px;
  vertical-align: top;
}
/* line 65, ../../src/sass/header.scss */
header .container h2 {
  display: block;
  font-family: "trajan-pro-3";
  font-size: 18px;
  color: #FFFFFF;
}
/* line 73, ../../src/sass/header.scss */
header .search-toggle {
  bottom: 10px;
  position: absolute;
  right: 30px;
}
@media (max-width: 900px) {
  /* line 73, ../../src/sass/header.scss */
  header .search-toggle {
    top: 115px;
  }
}

/* line 84, ../../src/sass/header.scss */
nav {
  width: 100%;
  background-color: #263F60;
}
/* line 88, ../../src/sass/header.scss */
nav .menu {
  bottom: 0px;
  font-size: 0px;
  height: 45px;
  right: 70px;
  position: absolute;
}
/* line 97, ../../src/sass/header.scss */
nav .menu li {
  height: 100%;
  display: inline-block;
  padding: 0px 20px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  position: relative;
}
/* line 110, ../../src/sass/header.scss */
nav .menu li a {
  color: white;
  font-size: 18px;
  transition: all 0.3s ease-out;
  padding: 10px 0;
  display: inline-block;
}
/* line 119, ../../src/sass/header.scss */
nav .menu li .sub-menu {
  display: none;
  position: absolute;
  background-color: #263F60;
  z-index: 10;
  left: 50%;
  top: 45px;
  border-top: 2px solid white;
  width: 200px;
  transform: translateX(-50%);
}
/* line 130, ../../src/sass/header.scss */
nav .menu li .sub-menu:after {
  background-image: url(images/icons/up-arrow.svg);
  position: absolute;
  top: -11px;
  left: 50%;
  right: 0px;
  height: 11px;
  width: 22px;
  content: '';
  transform: translateX(-50%);
}
/* line 142, ../../src/sass/header.scss */
nav .menu li .sub-menu li {
  display: block;
  width: 200px;
  box-sizing: border-box;
  padding: 0px 5px;
}
/* line 148, ../../src/sass/header.scss */
nav .menu li .sub-menu li:hover {
  background-color: #263F60;
}
/* line 151, ../../src/sass/header.scss */
nav .menu li .sub-menu li:hover a {
  color: #DBD3C6;
}
/* line 156, ../../src/sass/header.scss */
nav .menu li .sub-menu li a {
  color: white;
  display: block;
  border-bottom: 1px solid white;
}
/* line 162, ../../src/sass/header.scss */
nav .menu li .sub-menu li:last-of-type a {
  border-bottom: 0px;
}
/* line 166, ../../src/sass/header.scss */
nav .menu li .sub-menu li.title {
  pointer-events: none;
}
/* line 171, ../../src/sass/header.scss */
nav .menu li .sub-menu li.title a {
  color: #aaacbe;
  font-size: 20px;
}
@media (max-width: 900px) {
  /* line 166, ../../src/sass/header.scss */
  nav .menu li .sub-menu li.title {
    background-color: #DBD3C6;
  }
  /* line 179, ../../src/sass/header.scss */
  nav .menu li .sub-menu li.title a {
    color: #263F60;
    font-size: 18px;
  }
}
/* line 187, ../../src/sass/header.scss */
nav .menu li .sub-menu .sub-menu {
  display: none;
}
/* line 192, ../../src/sass/header.scss */
nav .menu li:hover {
  background-color: #DBD3C6;
}
/* line 197, ../../src/sass/header.scss */
nav .menu li:hover a {
  color: #263F60;
}
/* line 201, ../../src/sass/header.scss */
nav .menu li:hover .sub-menu {
  display: block;
}
/* line 204, ../../src/sass/header.scss */
nav .menu li:hover .sub-menu .sub-menu {
  display: none;
}
@media (max-width: 900px) {
  /* line 88, ../../src/sass/header.scss */
  nav .menu {
    display: none;
    position: relative;
    height: auto;
    right: 0;
    background-color: #e8e2d8;
  }
  /* line 218, ../../src/sass/header.scss */
  nav .menu li {
    display: block;
    height: auto;
    border-bottom: 1px solid #263F60;
    text-align: left;
    padding: 0;
    position: relative;
  }
  /* line 227, ../../src/sass/header.scss */
  nav .menu li.menu-item-has-children:after {
    content: url(images/icons/right-arrow.svg);
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(0deg);
    transition: all 0.4s ease;
  }
  /* line 236, ../../src/sass/header.scss */
  nav .menu li.menu-item-has-children .sub-menu-toggle {
    height: 48px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
  }
  /* line 246, ../../src/sass/header.scss */
  nav .menu li.menu-item-has-children.active:after {
    transform: rotate(90deg);
  }
  /* line 252, ../../src/sass/header.scss */
  nav .menu li:hover {
    background-color: none;
  }
  /* line 256, ../../src/sass/header.scss */
  nav .menu li a {
    color: #263F60;
    border-bottom: 0;
    padding: 10px 20px;
  }
  /* line 262, ../../src/sass/header.scss */
  nav .menu li:last-of-type {
    border-bottom: 0;
  }
  /* line 267, ../../src/sass/header.scss */
  nav .menu li:hover .sub-menu {
    display: none;
  }
  /* line 272, ../../src/sass/header.scss */
  nav .menu li .sub-menu {
    position: relative;
    display: none;
    left: 0;
    top: 0;
    transform: initial;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid #263F60;
    background-color: white;
  }
  /* line 283, ../../src/sass/header.scss */
  nav .menu li .sub-menu:after {
    display: none;
  }
  /* line 287, ../../src/sass/header.scss */
  nav .menu li .sub-menu li {
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
  }
  /* line 294, ../../src/sass/header.scss */
  nav .menu li .sub-menu li.menu-item-has-children:after {
    content: url(images/icons/right-arrow.svg);
    position: absolute;
    top: 24px;
    right: 10px;
  }
  /* line 302, ../../src/sass/header.scss */
  nav .menu li .sub-menu li a {
    color: #263F60;
    border-bottom: 0;
    padding: 10px 25px;
  }
  /* line 308, ../../src/sass/header.scss */
  nav .menu li .sub-menu li .sub-menu {
    display: none;
  }
  /* line 311, ../../src/sass/header.scss */
  nav .menu li .sub-menu li .sub-menu li {
    border: none;
    padding: 0px 30px;
  }
  /* line 317, ../../src/sass/header.scss */
  nav .menu li .sub-menu li:hover {
    background-color: white;
  }
  /* line 320, ../../src/sass/header.scss */
  nav .menu li .sub-menu li:hover a {
    color: #263F60;
  }
}

/* line 331, ../../src/sass/header.scss */
.menu-toggle {
  display: none;
}
@media (max-width: 900px) {
  /* line 331, ../../src/sass/header.scss */
  .menu-toggle {
    display: inline-block;
    background-color: #A5874B;
    padding: 10px 20px;
    transition: all 0.4s ease;
  }
  /* line 340, ../../src/sass/header.scss */
  .menu-toggle svg {
    display: inline-block;
  }
  /* line 344, ../../src/sass/header.scss */
  .menu-toggle p {
    color: white;
    display: inline-block;
  }
}
/* line 350, ../../src/sass/header.scss */
.menu-toggle.active {
  background-color: #263F60;
}

/* line 1, ../../src/sass/listing.scss */
section.listing {
  padding: 60px 0px;
}
/* line 4, ../../src/sass/listing.scss */
section.listing h2 {
  padding-bottom: 10px;
}
/* line 10, ../../src/sass/listing.scss */
section.listing .list-container .list-item {
  width: 100%;
  border-top: 1px solid #C9C8C8;
  padding: 20px 0px;
  min-height: 200px;
}
/* line 16, ../../src/sass/listing.scss */
section.listing .list-container .list-item .image {
  display: inline-block;
  width: 200px;
  height: 200px;
  position: absolute;
  background-size: cover;
}
@media (max-width: 600px) {
  /* line 16, ../../src/sass/listing.scss */
  section.listing .list-container .list-item .image {
    position: static;
    width: 100%;
  }
}
/* line 30, ../../src/sass/listing.scss */
section.listing .list-container .list-item .text {
  display: inline-block;
  padding-left: 220px;
}
@media (max-width: 600px) {
  /* line 30, ../../src/sass/listing.scss */
  section.listing .list-container .list-item .text {
    padding-left: 0;
  }
}
/* line 42, ../../src/sass/listing.scss */
section.listing .list-container .list-item .text p {
  padding: 10px 0px 15px;
  max-width: 440px;
}

/* line 1, ../../src/sass/resources.scss */
.resources {
  display: inline-block;
  max-width: 700px;
  padding-top: 20px;
  vertical-align: top;
}
@media (max-width: 900px) {
  /* line 1, ../../src/sass/resources.scss */
  .resources {
    max-width: 470px;
  }
}
/* line 11, ../../src/sass/resources.scss */
.resources .resource-list {
  font-size: 0px;
}
/* line 14, ../../src/sass/resources.scss */
.resources .resource-list .resource {
  border-right: 1px solid #C9C8C8;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 20px 0px 20px;
  position: relative;
  vertical-align: top;
  width: 233.33px;
}
/* line 23, ../../src/sass/resources.scss */
.resources .resource-list .resource:nth-of-type(3n+1) {
  padding: 20px 20px 0px 0px;
}
@media (max-width: 900px) {
  /* line 23, ../../src/sass/resources.scss */
  .resources .resource-list .resource:nth-of-type(3n+1) {
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width: 900px) {
  /* line 32, ../../src/sass/resources.scss */
  .resources .resource-list .resource:nth-of-type(odd) {
    padding: 20px 20px 0px 0px;
  }
}
@media screen and (max-width: 500px) {
  /* line 14, ../../src/sass/resources.scss */
  .resources .resource-list .resource {
    border-right: 0px;
    padding: 20px 0px 0px 0px !important;
    width: 100%;
  }
}
/* line 43, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  /* line 43, ../../src/sass/resources.scss */
  .resources .resource-list .resource .content-holder {
    height: auto !important;
  }
}
/* line 51, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder img {
  height: auto;
  max-width: 100%;
  max-height: 200px;
}
/* line 57, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder .date {
  font-size: 15px;
  margin: 10px 0px 5px;
}
/* line 62, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder h3 {
  color: #3D3D3B;
  font-size: 20px;
  margin-bottom: 5px;
}
/* line 68, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder .sub-text {
  color: #3D3D3B;
  font-size: 16px;
  margin: 5px 0px 10px;
}
/* line 74, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder .comma {
  display: inline-block;
}
/* line 78, ../../src/sass/resources.scss */
.resources .resource-list .resource .content-holder a {
  color: #A5874B;
  text-decoration: underline;
}
/* line 86, ../../src/sass/resources.scss */
.resources .resource-list .resource .sharing li {
  display: inline-block;
  margin-right: 5px;
}
/* line 92, ../../src/sass/resources.scss */
.resources .resource-list .resource .button {
  color: white;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0px 40px 0px 10px;
  position: relative;
}
/* line 101, ../../src/sass/resources.scss */
.resources .resource-list .resource .button.download:after {
  content: url(images/icons/download-icon.svg);
  height: 30px;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 22px;
}
/* line 113, ../../src/sass/resources.scss */
.resources .resource-list .resource .button.link:after {
  content: url(images/icons/link-icon.svg);
  height: 30px;
  position: absolute;
  right: 7px;
  top: 0px;
  width: 8px;
}
/* line 124, ../../src/sass/resources.scss */
.resources .resource-list .resource .horizontal-line {
  background-color: #C9C8C8;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}

/* line 134, ../../src/sass/resources.scss */
.category-sidebar {
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 0px 0px 20px;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 900px) {
  /* line 134, ../../src/sass/resources.scss */
  .category-sidebar {
    width: 185px;
  }
}
@media screen and (max-width: 700px) {
  /* line 134, ../../src/sass/resources.scss */
  .category-sidebar {
    padding: 20px 0px 0px 0px;
    width: 100%;
  }
}
/* line 150, ../../src/sass/resources.scss */
.category-sidebar .categories {
  list-style-type: none;
}
/* line 153, ../../src/sass/resources.scss */
.category-sidebar .categories li {
  margin: 5px 0px;
}
/* line 156, ../../src/sass/resources.scss */
.category-sidebar .categories li a {
  color: #A5874B;
  text-decoration: underline;
}

/* line 164, ../../src/sass/resources.scss */
.page-numbers {
  list-style-type: none;
  margin-top: 30px;
  max-width: 700px;
  text-align: center;
}
@media (max-width: 900px) {
  /* line 164, ../../src/sass/resources.scss */
  .page-numbers {
    max-width: 470px;
  }
}
/* line 174, ../../src/sass/resources.scss */
.page-numbers li {
  display: inline-block;
  margin: 0px 1px;
}
/* line 178, ../../src/sass/resources.scss */
.page-numbers li a {
  color: #A5874B;
  font-size: 16px;
  text-decoration: underline;
}
/* line 183, ../../src/sass/resources.scss */
.page-numbers li a.next {
  text-decoration: none;
}
/* line 187, ../../src/sass/resources.scss */
.page-numbers li a.prev {
  text-decoration: none;
}
/* line 192, ../../src/sass/resources.scss */
.page-numbers li span {
  font-size: 16px;
  text-decoration: underline;
}

/* line 200, ../../src/sass/resources.scss */
.img-container {
  height: 200px;
}

/* line 204, ../../src/sass/resources.scss */
.resource-content {
  margin-top: 20px;
  width: 75%;
}

/* line 1, ../../src/sass/banner.scss */
section.banner {
  background-color: #374257;
  text-align: center;
  overflow: hidden;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  /* line 1, ../../src/sass/banner.scss */
  section.banner {
    margin-top: 20px;
    padding: 20px;
  }
}
/* line 14, ../../src/sass/banner.scss */
section.banner .banner-text {
  margin-bottom: 24px;
}
/* line 15, ../../src/sass/banner.scss */
section.banner .banner-text a, section.banner .banner-text p, section.banner .banner-text h1, section.banner .banner-text h2, section.banner .banner-text h3, section.banner .banner-text h4, section.banner .banner-text h5, section.banner .banner-text h6, section.banner .banner-text u, section.banner .banner-text li {
  color: white;
  margin-bottom: 20px;
}
/* line 23, ../../src/sass/banner.scss */
section.banner h2 {
  margin-bottom: 24px;
}
/* line 27, ../../src/sass/banner.scss */
section.banner h2 p {
  color: white;
  font-size: 48px;
  line-height: 52px;
}
/* line 33, ../../src/sass/banner.scss */
section.banner h2 a {
  color: #A5874B;
  font-size: 48px;
}
/* line 39, ../../src/sass/banner.scss */
section.banner .crest {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
/* line 47, ../../src/sass/banner.scss */
section.banner .button {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 56, ../../src/sass/banner.scss */
section.banner .banner-link {
  background-color: #A5874B;
  padding: 10px 20px;
  color: white;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  display: inline-block;
}
/* line 64, ../../src/sass/banner.scss */
section.banner .banner-link polygon {
  transition: all 0.4s ease;
}
/* line 68, ../../src/sass/banner.scss */
section.banner .banner-link:hover {
  background-color: #DBD3C6;
  color: #263F60;
}
/* line 72, ../../src/sass/banner.scss */
section.banner .banner-link:hover polygon {
  fill: #263F60;
}

/* line 1, ../../src/sass/carousel.scss */
section.carousel {
  font-size: 0px;
  height: 560px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  /* line 1, ../../src/sass/carousel.scss */
  section.carousel {
    height: auto;
  }
}
/* line 11, ../../src/sass/carousel.scss */
section.carousel .info-column {
  background-color: #2d4563;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
}
@media (max-width: 900px) {
  /* line 11, ../../src/sass/carousel.scss */
  section.carousel .info-column {
    width: 100% !important;
    padding: 20px;
    position: relative;
    display: block !important;
  }
}
/* line 24, ../../src/sass/carousel.scss */
section.carousel .info-column li {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
}
@media (max-width: 900px) {
  /* line 24, ../../src/sass/carousel.scss */
  section.carousel .info-column li {
    width: auto;
    top: 0;
    transform: translateY(0%);
  }
}
/* line 36, ../../src/sass/carousel.scss */
section.carousel .info-column li h2 {
  color: white;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
/* line 43, ../../src/sass/carousel.scss */
section.carousel .info-column li p {
  color: white;
  padding: 15px 0px;
}
/* line 50, ../../src/sass/carousel.scss */
section.carousel .info-column li .button:hover {
  background-color: white;
}
/* line 53, ../../src/sass/carousel.scss */
section.carousel .info-column li .button:hover a {
  color: #263F60;
}
/* line 58, ../../src/sass/carousel.scss */
section.carousel .info-column li .button a {
  color: white;
}
/* line 64, ../../src/sass/carousel.scss */
section.carousel .info-column .crest {
  left: -200px;
  position: absolute;
  top: 0px;
}
/* line 71, ../../src/sass/carousel.scss */
section.carousel .carousel-column {
  background-color: grey;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
/* line 80, ../../src/sass/carousel.scss */
section.carousel .carousel-column .owl-carousel li {
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  width: 100%;
}
/* line 90, ../../src/sass/carousel.scss */
section.carousel .owl-navigation {
  bottom: 30px;
  position: absolute;
  z-index: 100;
}
/* line 95, ../../src/sass/carousel.scss */
section.carousel .owl-navigation a {
  display: inline-block;
}
@media (max-width: 900px) {
  /* line 90, ../../src/sass/carousel.scss */
  section.carousel .owl-navigation {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
}
/* line 107, ../../src/sass/carousel.scss */
section.carousel .owl-navigation .prev + p {
  display: inline-block;
  color: white;
  vertical-align: text-bottom;
  margin: 0 10px;
}
/* line 113, ../../src/sass/carousel.scss */
section.carousel .owl-navigation .prev + p span {
  color: white;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
/* line 4, ../../src/sass/owl-carousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 10, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 13, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 16, ../../src/sass/owl-carousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 43, ../../src/sass/owl-carousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
/* line 54, ../../src/sass/owl-carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  height: 100%;
}

/* line 63, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  height: 100%;
}

/* line 68, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 76, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  height: 100%;
}

/* line 83, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 94, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 97, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 101, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 104, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-refresh .owl-item {
  display: none;
}

/* line 107, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}

/* line 120, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* line 125, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* line 131, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 138, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 141, ../../src/sass/owl-carousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 146, ../../src/sass/owl-carousel.scss */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 153, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 161, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
/* line 168, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 173, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

/* line 191, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

/* line 198, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 202, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 217, ../../src/sass/owl-carousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* line 1, ../../src/sass/inside-pages.scss */
html {
  transition: all 0.4s ease;
}
/* line 4, ../../src/sass/inside-pages.scss */
html.wf-loading {
  opacity: 0;
}
/* line 8, ../../src/sass/inside-pages.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 13, ../../src/sass/inside-pages.scss */
section.inside-page {
  display: inline-block;
  width: 680px;
  max-width: 100%;
}
/* line 21, ../../src/sass/inside-pages.scss */
section.inside-page .main-content div.main-image {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 26, ../../src/sass/inside-pages.scss */
section.inside-page .main-content div.main-image img {
  margin-bottom: 0;
}
/* line 31, ../../src/sass/inside-pages.scss */
section.inside-page .main-content img {
  height: auto;
  max-width: 100%;
  margin: 0 0 25px;
}
/* line 37, ../../src/sass/inside-pages.scss */
section.inside-page .main-content h2 {
  display: block;
  padding-bottom: 15px;
}
/* line 43, ../../src/sass/inside-pages.scss */
section.inside-page .main-content p {
  margin-bottom: 20px;
}
/* line 47, ../../src/sass/inside-pages.scss */
section.inside-page .main-content a {
  color: #A5874B;
  transition: all 0.4s ease;
  font-weight: 700;
  text-decoration: underline;
}
/* line 53, ../../src/sass/inside-pages.scss */
section.inside-page .main-content a:hover {
  color: #263F60;
}
/* line 58, ../../src/sass/inside-pages.scss */
section.inside-page .main-content sup, section.inside-page .main-content sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 80%;
}
/* line 64, ../../src/sass/inside-pages.scss */
section.inside-page .main-content sub {
  top: 0.4em;
}
/* line 68, ../../src/sass/inside-pages.scss */
section.inside-page .main-content ul {
  list-style-type: disc;
  margin: 10px 0 10px 20px;
  font-size: 17px;
}
/* line 73, ../../src/sass/inside-pages.scss */
section.inside-page .main-content ol {
  list-style-type: decimal;
  margin: 10px 0 10px 20px;
  font-size: 17px;
}
/* line 78, ../../src/sass/inside-pages.scss */
section.inside-page .main-content ul ul, section.inside-page .main-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin: 0 0 0 15px;
}
/* line 83, ../../src/sass/inside-pages.scss */
section.inside-page .main-content ol ol, section.inside-page .main-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin: 0 0 0 15px;
}
/* line 90, ../../src/sass/inside-pages.scss */
section.inside-page .listing {
  padding-top: 20px;
}
/* line 93, ../../src/sass/inside-pages.scss */
section.inside-page .listing .container {
  width: 100%;
}

/* line 99, ../../src/sass/inside-pages.scss */
.sidebar {
  float: right;
  margin-top: 45px;
  width: 200px;
  vertical-align: top;
}
@media (max-width: 900px) {
  /* line 99, ../../src/sass/inside-pages.scss */
  .sidebar {
    display: none;
  }
}
/* line 109, ../../src/sass/inside-pages.scss */
.sidebar ul {
  list-style-type: none;
}
/* line 114, ../../src/sass/inside-pages.scss */
.sidebar ul li > a {
  background-color: #DBD3C6;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  color: #263F60;
  display: block;
  padding: 10px 18px 10px 10px;
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
}
/* line 125, ../../src/sass/inside-pages.scss */
.sidebar ul li > a:hover {
  background-color: #263F60;
  color: white;
}
/* line 132, ../../src/sass/inside-pages.scss */
.sidebar ul li.page_item_has_children a:after {
  content: '';
  background-image: url(images/icons/right-arrow.svg);
  height: 10px;
  width: 7px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 144, ../../src/sass/inside-pages.scss */
.sidebar ul li.page_item_has_children a:hover:after {
  background-image: url(images/icons/right-arrow-white.svg);
}
/* line 152, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_item > a {
  background-color: #263F60;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  color: white;
  display: block;
  padding: 10px 18px 10px 10px;
  position: relative;
  width: 100%;
  pointer-events: none;
}
/* line 163, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_item > a:hover {
  background-color: #DBD3C6;
  color: #263F60;
}
/* line 170, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_item.page_item_has_children a:after {
  content: '';
  background-image: url(images/icons/right-arrow-white.svg);
  position: absolute;
  right: 8px;
  top: 50%;
  height: 10px;
  width: 7px;
  transform: translateY(-50%) rotate(90deg);
}
/* line 182, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_item .children {
  display: block;
}
/* line 190, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_parent.page_item_has_children a:after {
  transform: translateY(-50%) rotate(90deg);
}
/* line 195, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_parent .children {
  display: block;
}
/* line 199, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_parent .children .current_page_item > a {
  background-color: #263F60;
  color: white;
}
/* line 203, ../../src/sass/inside-pages.scss */
.sidebar ul li.current_page_parent .children .current_page_item > a:hover {
  background-color: #DBD3C6;
  color: #263F60;
}
/* line 213, ../../src/sass/inside-pages.scss */
.sidebar ul li .children {
  display: none;
}
/* line 218, ../../src/sass/inside-pages.scss */
.sidebar ul li .children li > a {
  background-color: #E8E2D8;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  color: #374257;
  display: block;
  padding: 10px 25px 10px 25px;
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
}
/* line 229, ../../src/sass/inside-pages.scss */
.sidebar ul li .children li > a:hover {
  background-color: #263F60;
  color: white;
}
/* line 234, ../../src/sass/inside-pages.scss */
.sidebar ul li .children li > a:after {
  display: none;
}

/* line 251, ../../src/sass/inside-pages.scss */
.tac-boxes {
  margin: 20px 0px;
  border-top: 1px solid #DBD3C6;
  padding: 20px 0 0 0;
}
/* line 256, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box {
  background-color: #E8E2D8;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
/* line 262, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box img {
  max-width: 100%;
  height: auto;
}
/* line 267, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box h2 {
  font-size: 20px;
  margin: 5px 0;
}
/* line 272, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box p {
  margin-bottom: 12px;
  font-size: 16px;
}
/* line 277, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box a {
  background-color: #A5874B;
  color: white;
  padding: 5px 25px 5px 10px;
  transition: all 0.4s ease;
  display: inline-block;
  position: relative;
}
/* line 285, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box a:after {
  content: '';
  background-image: url(images/icons/right-arrow-white.svg);
  height: 10px;
  width: 7px;
  position: absolute;
  right: 8px;
  top: 46%;
  transform: translateY(-50%);
}
/* line 296, ../../src/sass/inside-pages.scss */
.tac-boxes .tactical-box a:hover {
  background-color: #263F60;
  color: #DBD3C6;
}

/* line 304, ../../src/sass/inside-pages.scss */
section.tile {
  padding: 40px 0px;
}
/* line 307, ../../src/sass/inside-pages.scss */
section.tile ul {
  font-size: 0;
  list-style-type: none;
}
/* line 311, ../../src/sass/inside-pages.scss */
section.tile ul li {
  border-top: 1px solid #C9C8C8;
  box-sizing: border-box;
  display: inline-block;
  height: 310px;
  width: 25%;
}
/* line 319, ../../src/sass/inside-pages.scss */
section.tile ul li:hover {
  background-color: #263F60;
}
/* line 323, ../../src/sass/inside-pages.scss */
section.tile ul li .tile-content {
  border-right: 1px solid #C9C8C8;
  height: 280px;
  margin: 20px 0px;
}
/* line 331, ../../src/sass/inside-pages.scss */
section.tile ul li:nth-of-type(4n+4) .tile-content {
  border-right: 0px;
}

/* line 339, ../../src/sass/inside-pages.scss */
section.grants {
  background-color: #E8E2D8;
  padding: 15px;
  position: relative;
}
@media (max-width: 900px) {
  /* line 344, ../../src/sass/inside-pages.scss */
  section.grants h2 {
    margin-bottom: 20px;
  }
}
/* line 350, ../../src/sass/inside-pages.scss */
section.grants a {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: white;
  background-color: #A5874B;
  padding: 5px 40px 5px 20px;
  transition: all 0.4s ease;
}
@media (max-width: 900px) {
  /* line 350, ../../src/sass/inside-pages.scss */
  section.grants a {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    display: inline-block;
    margin-top: 10px;
  }
}
/* line 369, ../../src/sass/inside-pages.scss */
section.grants a:after {
  content: '';
  background-image: url(images/icons/right-arrow-white.svg);
  height: 10px;
  width: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 382, ../../src/sass/inside-pages.scss */
section.grants a:hover {
  background-color: #263F60;
}

/* line 388, ../../src/sass/inside-pages.scss */
.faqs {
  margin-top: 40px;
}
/* line 391, ../../src/sass/inside-pages.scss */
.faqs ul {
  margin-top: 20px;
  border-top: 1px solid #DBD3C6;
  list-style: none;
}
/* line 396, ../../src/sass/inside-pages.scss */
.faqs ul li {
  margin: 40px 0;
}
/* line 399, ../../src/sass/inside-pages.scss */
.faqs ul li:first-of-type {
  margin: 20px 0 40px;
}
/* line 404, ../../src/sass/inside-pages.scss */
.faqs ul .question {
  font-weight: 800;
  margin-bottom: 10px;
}
/* line 409, ../../src/sass/inside-pages.scss */
.faqs ul .answer {
  color: #A5874B;
  display: none;
}

/* line 418, ../../src/sass/inside-pages.scss */
.more-info-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(images/icons/info-button.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
/* line 429, ../../src/sass/inside-pages.scss */
.more-info-icon:hover {
  background-image: url(images/icons/info-button--over.png);
}

/* line 434, ../../src/sass/inside-pages.scss */
.caption {
  position: absolute;
  right: -200px;
  bottom: 15px;
  background: #FFFFFF;
  color: #374257;
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  max-width: 60%;
  text-align: right;
  transition: all 0.4s ease;
  opacity: 0;
}
/* line 447, ../../src/sass/inside-pages.scss */
.caption.toggled {
  opacity: 1;
  right: 15px;
}

/* line 455, ../../src/sass/inside-pages.scss */
.main-content #mc_embed_signup label {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
/* line 461, ../../src/sass/inside-pages.scss */
.main-content #mc_embed_signup input[type="text"], .main-content #mc_embed_signup input[type="email"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 16px;
}
/* line 469, ../../src/sass/inside-pages.scss */
.main-content #mc_embed_signup input[type="submit"] {
  padding: 10px 20px;
  background-color: #374257;
  -webkit-appearance: none;
  color: #FFFFFF;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  margin: 10px 0;
  transition: all 0.4s ease;
}
/* line 480, ../../src/sass/inside-pages.scss */
.main-content #mc_embed_signup input[type="submit"]:hover {
  background-color: #A5874B;
}

/* line 1, ../../src/sass/cookie.scss */
.ctcc-left-side {
  font-size: 15px;
  color: #fff;
}

/* line 6, ../../src/sass/cookie.scss */
.ctcc-more-info-link {
  font-size: 15px;
}
/* line 9, ../../src/sass/cookie.scss */
.ctcc-more-info-link a {
  text-decoration: underline;
}

/* line 15, ../../src/sass/cookie.scss */
.ctcc-right-side button#catapultCookie {
  border-radius: 0px;
}

/* line 19, ../../src/sass/cookie.scss */
.button_f {
  height: 30px;
  background-color: #A5874B;
  text-align: center;
  transition: 0.3s;
  padding: 0 10px 0 17px;
  width: 130px;
}
/* line 28, ../../src/sass/cookie.scss */
.button_f:hover {
  background-color: #263F60;
}
/* line 32, ../../src/sass/cookie.scss */
.button_f a {
  color: white;
  line-height: 30px;
  margin-right: 10px;
}

/* line 1, ../../src/sass/footer.scss */
footer {
  background-color: #DBD3C6;
  height: auto;
  padding: 40px 0px 0px;
}
/* line 6, ../../src/sass/footer.scss */
footer .top-section {
  padding-bottom: 30px;
  text-align: center;
}
/* line 10, ../../src/sass/footer.scss */
footer .top-section .footer-columns {
  display: inline-block;
  height: auto;
  margin: 0px 1%;
  width: 31%;
  vertical-align: top;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  /* line 10, ../../src/sass/footer.scss */
  footer .top-section .footer-columns {
    width: 100%;
    margin: 20px 0;
  }
}
/* line 23, ../../src/sass/footer.scss */
footer .top-section .footer-columns p {
  text-align: left;
  color: #374257;
}
/* line 27, ../../src/sass/footer.scss */
footer .top-section .footer-columns p strong {
  color: #374257;
}
/* line 33, ../../src/sass/footer.scss */
footer .top-section .footer-columns li.quick-links a {
  text-decoration: underline;
  color: #A5874B;
}
/* line 38, ../../src/sass/footer.scss */
footer .top-section .footer-columns li.quick-links a:hover {
  text-decoration: none;
  cursor: pointer;
}
/* line 45, ../../src/sass/footer.scss */
footer .top-section .footer-columns h3 {
  border-bottom: 1px solid rgba(55, 66, 87, 0.4);
  color: #3D3D3B;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
}
/* line 53, ../../src/sass/footer.scss */
footer .top-section .footer-columns ul {
  list-style-type: none;
}
/* line 56, ../../src/sass/footer.scss */
footer .top-section .footer-columns ul li {
  list-style: none;
  text-align: left;
}
/* line 64, ../../src/sass/footer.scss */
footer .top-section .footer-columns ul.footer-contact li {
  margin: 16px 0px;
}
/* line 67, ../../src/sass/footer.scss */
footer .top-section .footer-columns ul.footer-contact li a {
  text-decoration: underline;
  color: #A5874B;
}
/* line 72, ../../src/sass/footer.scss */
footer .top-section .footer-columns ul.footer-contact li a:hover {
  text-decoration: none;
  cursor: pointer;
}
/* line 81, ../../src/sass/footer.scss */
footer .top-section .footer-columns form {
  margin-top: 10px;
  text-align: left;
}
/* line 85, ../../src/sass/footer.scss */
footer .top-section .footer-columns form div[aria-hidden=true] + div.clear {
  position: relative;
  display: inline;
}
/* line 89, ../../src/sass/footer.scss */
footer .top-section .footer-columns form div[aria-hidden=true] + div.clear:after {
  content: url(images/icons/right-arrow-white.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* line 98, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input {
  border: 0px;
  box-sizing: border-box;
  margin: 0px;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  color: #3D3D3B;
  font-size: 14px;
  padding-left: 20px;
  outline: none;
}
/* line 111, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input.submit {
  width: 120px;
  height: 30px;
  background-color: #A5874B;
  text-align: left;
  color: white;
  cursor: pointer;
  line-height: 8px;
  padding: 5px 30px 5px 20px;
  position: relative;
  transition: all 0.4s ease;
}
/* line 123, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input.submit:hover {
  background-color: #263F60;
  color: #DBD3C6;
}
/* line 132, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3D3D3B;
  font-size: 14px;
}
/* line 136, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #3D3D3B;
  font-size: 14px;
}
/* line 140, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #3D3D3B;
  font-size: 14px;
}
/* line 144, ../../src/sass/footer.scss */
footer .top-section .footer-columns form input:-moz-placeholder {
  /* Firefox 18- */
  color: #3D3D3B;
  font-size: 14px;
}
/* line 153, ../../src/sass/footer.scss */
footer .bottom-section {
  border-top: 2px solid #B4AEAB;
  padding: 15px 0px;
}
/* line 157, ../../src/sass/footer.scss */
footer .bottom-section p {
  color: #3D3D3B;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */