.icon-list-container {
  text-align: center; }

.icon-list {
  list-style: none;
  padding: 0px;
  margin-left: 0; }

.icon-list > a:hover {
  text-decoration: none; }

.icon-list-item {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  color: white;
  border-radius: 100%;
  margin: 0px 7px 0px 7px;
  font-size: 1.5em; }

.icon-list-item:hover {
  opacity: .7; }

/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Jaldi', sans-serif;
*/
/* theme */
body {
  font: 99% "Open Sans", sans-serif;
  color: #333;
  font-size: 18px; }

body .test {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background-color: #333; }

a {
  color: #243141; }

h1 {
  color: #243141;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  line-height: 1em;
  margin-bottom: 17px;
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (max-width: 64.063em) {
    h1 {
      font-size: 3em; } }

h2 {
  color: #243141;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 17px;
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (max-width: 64.063em) {
    h2 {
      font-size: 1.5em; } }

h3 {
  color: #3B3C3D;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.9em;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (max-width: 64.063em) {
    h3 {
      font-size: 1.3em; } }

h4 {
  color: #3B3C3D;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (max-width: 64.063em) {
    h4 {
      font-size: 1.2em; } }

h5 {
  color: #243141;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 14px;
  font-weight: bold;
  text-transform: uppercase; }

h6 {
  color: #3B3C3D;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 13px;
  font-weight: bold;
  text-transform: uppercase; }

p {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.8em; }
  @media only screen and (max-width: 64.063em) {
    p {
      font-size: 13px !important; } }

p small {
  font-size: 13px;
  line-height: 19px;
  margin-top: 6px;
  display: block; }

.column small {
  min-height: 45px; }

@media screen and (max-width: 768px) {
  .column {
    width: 100% !important; } }

hr {
  border: solid 1px #3B3C3D;
  border-radius: 11px;
  opacity: 0.2;
  margin-bottom: 35px;
  margin-top: 0; }
  @media only screen and (max-width: 64.063em) {
    hr {
      margin-bottom: 17px; } }

.row {
  max-width: 1200px; }

.container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px; }
  @media only screen and (max-width: 64.063em) {
    .container {
      padding-top: 10px; } }

.nav {
  padding-left: 0; }

.nav li {
  display: inline;
  list-style-type: none;
  padding-right: 20px; }

audio {
  display: block;
  width: 100%;
  max-width: 100%; }

blockquote {
  border-top: solid 2px rgba(0, 0, 0, 0.1);
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  border-left: none;
  padding: 38px 13% 45px;
  display: block;
  margin-bottom: 5px; }

blockquote p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 1.5em;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em; }

.content {
  float: left;
  width: 80%; }

.sidebar {
  float: left;
  width: 20%; }

.img-responsive,
.responsive {
  width: 100%;
  max-width: 100%; }

.cms-icon-logo::before,
div.cms .cms-toolbar-item-logo a::before {
  font-family: "Arial";
  content: "";
  background-image: url("/static/images/logo-cms.png");
  background-repeat: no-repeat;
  width: 195px;
  display: block;
  height: 36px;
  top: 5px;
  position: relative; }

.logo {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 31px;
  color: #fff;
  margin-top: 31px;
  letter-spacing: 1px; }
  .logo:hover {
    color: #fff; }
  @media only screen and (max-width: 64.063em) {
    .logo {
      font-size: 20px;
      color: #fff;
      margin-top: 31px;
      display: block;
      width: 100%;
      text-align: center; } }

nav .child ul {
  display: none; }

body div[class*="multicolumn"] {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px; }

.owl-carousel-plugin .row {
  max-width: none; }

.owl-carousel-plugin .columns {
  padding: 0; }

header {
  background-color: #2d3e50;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
  height: 100px;
  overflow: hidden; }
  header .row {
    max-width: 1350px; }
  @media only screen and (max-width: 64.063em) {
    header {
      height: auto; } }

.nav {
  float: right;
  padding-top: 38px; }
  .nav .child ul {
    display: none; }
  .nav li:not(:last-child)::after {
    content: "|";
    margin-left: 12px;
    margin-right: -9px;
    font-size: 15px;
    position: relative;
    top: -1px;
    color: rgba(255, 255, 255, 0.4); }
  .nav a {
    color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .nav a:hover {
      color: #19bd9b; }
  @media only screen and (max-width: 64.063em) {
    header .nav {
      height: auto;
      text-align: center;
      margin: 0;
      padding-top: 23px;
      width: 100%;
      margin-bottom: 15px;
      float: none;
      padding-top: 13px;
      border-top: solid 1px rgba(255, 255, 255, 0.07);
      margin-top: 22px; }
    header .nav a {
      font-size: 12px;
      display: block;
      margin-bottom: 7px; }
    header .nav li {
      display: block; }
    header .nav li:not(:last-child)::after {
      content: none; }
    .nav ol, .nav ul {
      margin: 0;
      text-align: center; }
    footer .nav {
      padding-top: 0;
      margin: 0;
      float: none; }
    footer .nav li {
      padding-right: 0; }
    footer .nav a {
      font-size: 12px; }
    footer .nav li:not(:last-child)::after {
      margin-left: 6px;
      margin-right: 2px; } }

footer {
  min-height: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #243141;
  text-align: center; }
  footer * {
    color: #fff; }
  footer .row {
    max-width: 1350px; }
  footer .logo {
    height: 100px;
    text-align: center;
    width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  footer .nav {
    margin-bottom: 5px;
    float: none; }
    footer .nav a:hover {
      color: #fff;
      opacity: 0.9; }
  footer .copyright {
    color: #fff;
    font-size: 14px;
    opacity: 0.4; }
    @media only screen and (max-width: 64.063em) {
      footer .copyright {
        font-size: 10px; } }
  footer .contact-links {
    margin-bottom: 25px; }
    footer .contact-links a {
      display: inline-block;
      color: #fff; }
  @media only screen and (min-width: 64.063em) {
    footer {
      /*desktop > 1024px*/ }
      footer .nav {
        margin-left: 0;
        padding-top: 37px;
        margin-bottom: 10px; } }

/* green containers */
div[data-green-container] {
  background-color: #19bd9b;
  display: inline-block;
  width: 100%; }

div[data-green-container] *:not(.fa) {
  color: #fff; }

div[data-green-container] .fa {
  color: #19bd9b; }

/* blue containers */
div[data-blue-container] {
  background-color: #2d3e50;
  display: inline-block;
  width: 100%; }

div[data-blue-container] *:not(.fa) {
  color: #fff; }

div[data-blue-container] .fa {
  color: #2d3e50; }

/* accent containers */
div[data-accent-container] {
  background-color: #3B3C3D;
  display: inline-block;
  width: 100%; }

div[data-accent-container] *:not(.fa) {
  color: #fff; }

div[data-green-container] hr,
div[data-blue-container] hr,
div[data-accent-container] hr {
  border: solid 1px #fff; }
