@import url(https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,700,300,600,600italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,300,500|Lato:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,400italic|Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Work+Sans);

.highlight-search {
    background-color: yellow;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box
}

div, a, nav{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    text-decoration: underline;
    font-weight: 500;
    color: #000;
}


ol, ul {
    margin: 0.5em  12%;
    height: auto;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown > a, .dropdown > button {
  background-color: transparent;
  height: 100%;
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: 100%;
  padding: 0px 2.4em 0px 10px;
}

.dropdown > button {
    border: 1px solid #949598;
}

.dropdown > a:before, .dropdown > button:before {
  position: absolute;
  right: 1.2em;
  top: 1.2em;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #949598;
}

.dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  border: 1px solid #59595b;
}

.dropdown input[type=checkbox]:checked {
  position: fixed;
  top: 0px; left: 0px; 
  right: 0px; bottom: 0px;
}

.dropdown ul {
  position: absolute;
  top: 2.6em;
  border: 1px solid #ccc;
  background: transparent;
  right: 0px;
  z-index: +1;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.175);
          box-shadow: 0 3px 6px rgba(0,0,0,.175);
}

.dropdown input[type=checkbox]:checked + ul, .dropdown:hover input[type=checkbox] + ul{
  display: block;
}

.dropdown ul li {
  display: block;
  padding: 6px 20px;
  color: #000;
  white-space: nowrap;
  min-width: 100px;
}

.dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.dropdown ul li a {
  text-decoration: none;
  text-transform: none;
  display: block;
  color: black
}

.dropdown .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

.empty-filter {
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
.on-this-page {
    font-size: unset;
    letter-spacing: 0px;
    color: #000;
}


.remove-section-top-margin {
    padding-top: 0%!important;
    padding-bottom: 0%!important;
}

.lead-paragraph{
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    color: #58595b;
}

.donate-container {
    /*max-width: 1200px;
    margin: 0 auto;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mobile-footer {
    display: none;
}

.mobile-only {
    display: none;
}

strong {
    font-weight: 400!important;
    color: #000;
}

.video-container, .audio-container, .file-container {
    max-width: 1200px;
    margin: 0px auto;
}

.audio-player {
    width: 100%;
}

.file-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.file-icon {
    max-height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 10%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 10%;
            flex: 0 1 10%;
    margin: 0px!important;
}

.error-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3em;
    padding: 0px 1em;
}

.error-image img {
    height: 300px;
}

.error-container h1, .error-container h2, .error-container h3, .error-container p {
    text-align: center;
}

.error-search {
    margin: 0% auto 4% auto;
    max-width: 700px;
}


.hide {
    display:none;
}

.col-md-12 img {
    margin: 0.5em 12%;
}

.col-md-4 img {
    float: right;
}

.bg-blue {
    background-color: #0d3b50;
    color: #fff;
}

.bg-gold {
    background-color: #edba50;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-teal {
    background-color: #5cadae;
}

.bg-light-gray {
    /*background-color: #d1d3d4;*/
    background-color: #f9f8f6;
}

.bg-medium-gray {
    background-color: #949598;
}

.bg-dark-gray {
    background-color: #58595b;
}

.bold-underline {
    text-decoration: underline!important;
    font-weight: 700;
}
.text-blue {
    color: #0d3b50;
}

.text-gold {
    color: #edba50;
}

.text-white {
    color: #fff;
}

.text-md-gray{
    color: #949598;
}

.text-gray {
    color: #58595b;
}

.text-teal {
    color: #5cadae;
}

.row {
   /* max-width: 800px;*/
}

.grid {
   
}

.pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 15px 0px;
}

.pager a {
    text-decoration: none;
}

.pager div {
    margin: 0px 0.2em;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
}

.page-active {
    background-color: #5cadae;
    border-radius: 1em;
}

.page-arrow-disabled, .page-arrow {
    height: 100%;
    margin: 0px 10px;
}
    
.page-active a {
    color: #fff;
}

.page-disabled {

}

.page {
    color: #58595b;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em;
    line-height: 0.6em
}

.page-arrow {
    color: #5cadae;
}

.page-arrow-disabled {
    color: #949598;
}

.featured-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.featured-container .featured-image{
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation-name: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.featured-hide .featured-image{
   -webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    -ms-animation-name: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.featured-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
       -moz-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
    height: 468px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 68%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
}

.featured-image-text-container {
    color: #fff;
    margin: 3%;
}

.featured-image-title {
    font-size: 3em;
    font-weight: 700;
}

.featured-image-subtitle {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 40px;
}

.featured-image-footer {
    font-weight: 500;
}

.featured-right-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    max-height: 468px;
    padding: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f9f8f6;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.featured-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.featured-text-label {
    color: #949598;
    font-weight: 500;
    font-size: 0.9em;
    margin-bottom: 12px;
}

.featured-text-headline {
    color: #5cadae;
    font-size: 2em;
    margin-bottom: 12px;
}

.featured-text-teaser {
    color: #000 80%;
    margin-bottom: 12px;
}

.featured-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.featured-dot-container {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.featured-dot {
    width: 12px;
    height: 12px;
    border: 1px solid black;
    border-radius: 24px;
    margin-right: 10px;
}

.featured-hide {
    display: none;
}

.slide-out-right {
    -webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.featured-dot-active {
    width: 12px;
    height: 12px;
    border: 1px solid black;
    background: black;
    border-radius: 24px;
    margin-right: 10px;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px white;
            box-shadow: inset 0px 0px 0px 1.5px white;
}

.featured-arrow-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.featured-left {
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; 
    border-right:12px solid #58595b;
    margin-right: 6px; 
}

.featured-right{
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #58595b;
    margin-left: 6px;
}

.map-image {
    height: auto;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.contact-address-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    margin: 2% 1% 0% 1%;
}

.contact-map-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.contact-p {
    margin: 0px 5%;
}

.contact-logo {
    max-width: 100%;
    margin: 2% auto;
    padding: 0px 20px;
}

.content-margin {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4% 4%;
}


/*CUSTOM FORMS STYLES*/

.field-validation-error {
    color: #df4920;
}

.umbraco-forms-indicator {
    color: #edba50;
}

.umbraco-forms-submitmessage {
    max-width: 1200;
    margin: .5em 12%;
    padding: 0px 20px;
}
#umbraco_form_adf160f139f544c0b01d9e2da32bf093 {
    margin: 4% 12%;
}

#\34 04fae9b-6883-4e70-9eb1-f6b6a810cb42{
    color: black;
    width: 100%;
}

.contactform .recaptcha2{
    display: block;
}

.umbraco-forms-label{
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
    font-size: 0.9em;
}

.umbraco-forms-field-wrapper input{
    padding: 0.45em;
    margin-top: 10px;
    width: 100%;
}

.umbraco-forms-field-wrapper input:focus{
    border: none;
}

.umbraco-forms-navigation input.btn.primary {
    background-color: #edba50;
    color: #000;
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    text-decoration: none;
    width: 100%;
}

.subscribeform .umbraco-forms-navigation input.btn.primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.umbraco-forms-fieldset {
    width: 100%;
}

.umbraco-forms-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.umbraco-forms-field {
    padding: 0px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
}

.umbraco-forms-navigation {
    margin: 20px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.umbraco-forms-navigation .col-md-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.umbraco-forms-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
.contactform .recaptcha2{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
}
.umbraco-forms-field.firstlastname {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.umbraco-forms-field.email {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.umbraco-forms-field.address {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.umbraco-forms-field.city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
}

.umbraco-forms-field.state {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
}

.umbraco-forms-field.zipcode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
}

.umbraco-forms-field.selectmaterialstoreceive {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.umbraco-forms-field.selectmaterialstoreceive .checkboxlist{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
}

.umbraco-forms-field.selectmaterialstoreceive input{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 5%;
            flex: 0 1 5%;
}
.umbraco-forms-field.selectmaterialstoreceive label{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 95%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 95%;
            flex: 0 1 95%;
    margin: 4px 0 0;
}

.umbraco-forms-field.message {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.umbraco-forms-field textarea {
    width: 100%;
    min-height: 100px;
}

.subscribeform .umbraco-forms-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.subscribeform .umbraco-forms-fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
}

.subscribeform .input.btn.primary {
    margin: 0;
}

.subscribeform .umbraco-forms-navigation{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    margin: 0px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
}

.subscribeform .umbraco-forms-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribeform .umbraco-forms-container .email{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 0px;
}

.recaptcha2 label{
    display: none;

}

/*HOMEPAGE SECTION #2: ABOUT AND HOTLINE*/
.home-section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.home-about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 1500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.home-about-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 80%;
    margin: 9% 3% 3% 3%;
}

.home-about-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9% 7% 0% 3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.home-about-title {
    font-size: 2em;
    margin-bottom: 16px;
}

.phone-link {
    color: #edba50;
    text-decoration: none;
}

.email-link {
    color: #edba50;
}

.home-about-text {
    margin-bottom: 16px;
}
.home-hotline-container {
    background-color: #0d3b50;
    color: white;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    padding: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.home-hotline-label {
    color: #edba50;
    font-weight: 700;
    margin-bottom: 16px;
}

.home-hotline-title {
    font-size: 2em;
    margin-bottom: 16px;
}

.home-hotline-text {
    margin-bottom: 16px;
}

.home-hotline-number {
    font-size: 2em;
    font-weight: 500;
    color: #edba50;
}

.home-hotline-email {
    text-decoration: none;
    color: #fff;
}

.home-hotline-email span {
    text-decoration: underline;
}

/*TESTIMONIAL SECTION*/
.testimonial-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 396px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    height: 75%;
    width: 90%;
    background-color: #fff;
    border: 2px solid #f9f8f6;
    -webkit-filter: drop-shadow(2px 3px 2px #949598);
            filter: drop-shadow(2px 3px 2px #949598);
    margin: 0px auto;
}

.testimonial-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin: 3% 2% 3% 2%;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%
}

.testimonial-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width:100%;
    height:100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    padding: 3% 2% 3% 2%;
}

.testimonial-label {
    color: #949598;
    font-weight: 500;
    font-size: 0.9em;
    margin-bottom: 12px;
}

.testimonial-title {
    color: #5cadae;
    font-size: 2em;
    margin-bottom: 12px;
}

.testimonial-text {
    color: #000 80%;
    margin-bottom: 12px;
}

.testimonial-link {
    z-index: 2;
}

/*HOME BLOCKS - SECTION 4*/
.home-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.home-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    padding: 5%;
}

.border-left {
    border-left: 1px solid #949598;
}

.home-block-border {
    border-right: 1px solid #949598;
}

.home-block-image {
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.home-block-title {
    color: #5cadae;
    font-size: 2em;
    margin-bottom: 16px;
    width: 100%;
}

.home-block-text {
    color: #000 80%;
    margin-bottom: 16px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

/*HOME - LATEST NEWS - SECTION 5*/
.home-news-container {
    background-color: #f9f8f6;
}

.home-news-headline-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
}

.home-news-headline {
    font-size: 2em;
}

.home-news-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.home-news-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 27%;
            flex: 0 1 27%;
}

.home-news-block-image {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 16px;
}

.home-news-block-title {
    color: #5cadae;
    font-size: 1.5em;
    margin-bottom: 12px;
}

.home-news-block-text {
    color: #000 80%;
    margin-bottom: 16px;
}

.home-news-block-link {
    
}

/*HOME - UPCOMING EVENTS - SECTION 6*/
.events-container {
    margin-bottom: 30px;
}

.events-headline-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
}

.events-headline {
    font-size: 2em;
}

.events-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.event-block-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    min-width: 23%;
    text-decoration: none;
}

.event-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    color: #fff;
    height: 360px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    padding: 3%;
    background-color: #5cadae;
    opacity: 0.9;
    filter:alpha(opacity=90);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: -webkit-box-shadow 1s;
    transition: -webkit-box-shadow 1s;
    -o-transition: box-shadow 1s;
    transition: box-shadow 1s;
    transition: box-shadow 1s, -webkit-box-shadow 1s;
}

.event-block-bg-img:hover {
    -webkit-box-shadow: 0 0 5px #515151;
            box-shadow: 0 0 5px #515151;
}

.event-block-head-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18%;
    font-size: 0.9em;
}

.event-block-date {

}

.events-block-title {
    font-size: 1.5em;
    margin-bottom: 12px;
}

.events-block-text {
    color: #000 80%;
    margin-bottom: 16px;
}

.events-block-link {
    
}

/*SEARCH*/
.search-results{
    min-height: 100%;
    margin: 5% auto;
    max-width: 1200px
}

.search-title {
    margin: 15px auto;
    color: #000;
    font-size: 1.2em;
    text-align: center;
}

#search-string {
    /*font-size: 1.3em;*/
}

.search-item-title {
    margin: 15px auto;
    color: #000;
    font-size: 1.2em;
}

.search-item {
    margin: 2% auto;
}

.search-item .breadcrumbs {
    padding: 0px;
}

.search-item .breadcrumb {
    margin-left: 0px;
}

/*EVENT PAGE*/
.event-link-container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 10px 0px;
    background-color: #f9f8f6;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.event-cost {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 68%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
    color: #59595b;
    padding: 0px 20px;
}

.event-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    background-color: #edba50;
    color: #000;
    display: inline-block;
    padding: 1%;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    text-decoration: none;
}
.event-details {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    padding: 2% 1%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #59595b
}

.event-details-title {
    color: #000;
    padding: 10px 0px;
}

.event-info {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 68%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*FOOTER*/
.footer-section {
    background-color: #0d3b50;
    width:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400px;
}

.footer-container {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3% 0%;
    width: 100%;
}

.footer-content-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0px 5%;
    min-width: 50%;
    max-width: 66%;
}

.footer-title {
    color: #edba50;
    font-size: 2em;
    margin-bottom: 5%;
}

.footer-text {
    font-weight: 500;
    margin-bottom: 5%;
}

.footer-subscribe-input-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-email-input{
    padding: 2.5% 5%;
    border-radius: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 5%;
    -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    color: #000;;
}

.footer-button {
    background-color: #edba50;
    color: #000;
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    text-decoration: none;
}

/*BLOCKQUOTE MACRO STYLE*/
.blockquote-container {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin: 1.2em auto;
    max-width: 1300px;
}

.blockquote-top-border {
    height: 35px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.blockquote-bottom-border {
    height: 35px;
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.blockquote-text {
    width: 100%;
    height: auto;
    font-size: 2.5em;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #5cadae;
}

/*MACRO STEP STYLE*/

.step-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin: 2em 12%;
    margin: 2% auto;
    padding: 0% 20px;
    max-width: 1200px;
}

.step-number-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.step-number {
    color: #edba50;
    border: 4px solid #edba50;
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 1em;
    text-align: center;
}

.step-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
}

.step-title {
    font-weight: 600;
    margin: 0;
    color: #000;
    opacity: 1;
}

.step-body p{
    margin: 1em 0px;
    font-size: 1.1em;
}

.step-body li p, .step-body ul p{
    padding: 0;
}

/*MACRO QUICKLINK STYLE*/
.quick-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.quick-link-container a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    border: 3px solid #5cadae;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin: 1.5%;
    min-height: 80px;
    text-decoration: none;
    padding: 3%;
    font-size: 1.3em;
    line-height: 1.2em;
}

.quick-link-title {
    color: black;
    font-weight: 500;
    text-decoration: underline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
}

.quick-link-arrow {
    color: black;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    border-left: 2px solid #5cadae;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.chevron::before {
    border-style: solid;
    border-color: #5cadae;
    border-width: 0.2em 0.2em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}

.chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}


/*NAVIGATION STYLES*/
.mobile-hotline-nav {
    display:none;
}

#mobile-nav-container {
    display: none;
}

.mobile-first-nav-container{
    display: none;
}

.first-nav-container {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: rgba(0,0,0, 0.8);
}

.first-nav-container a {
    text-decoration: none;
}

.full {
    width: 100%;
}

.first-nav {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
}


.nav-child {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    -webkit-filter: drop-shadow(2px 3px 2px #949598);
            filter: drop-shadow(2px 3px 2px #949598);
}

.nav-child-link {
    width:100%;
}

.first-nav:hover, .nav-child-link:hover {
    -webkit-box-shadow: inset 0 0 2px #000000;
            box-shadow: inset 0 0 2px #000000;
}

.first-nav:hover > .nav-child{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
    background-color: #f9f8f6;
    z-index: 1;
}

.first-nav-less-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.first-nav-less-margin {
    text-decoration: none;
    margin: 2% 20px 2% 45px;
    width: 100%;
}

.nav-link--active {
    background-color: #edba50;
}

.nav-border-bottom {
    border-bottom: 1px solid #949598;
}

.nav-arrow {
    border: solid #949598;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 20px;
}

.nav-link-update {
    display: inline-block;
    border-bottom: 1px solid gray;
}


.nav-link--mobile {
    display: none;
}





.nav-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.hotline-nav {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-flow: row nowrap;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
       -ms-flex-flow: row nowrap;
           flex-flow: row nowrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
      -moz-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
      -moz-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   min-height: 70px;
   height: 70px;
   width: 100%;
   padding-left: 45px;
}

.hotline-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hotline-icon {
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
}

.hotline-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.hotline-title {
    font-weight: bold;
}

.hotline-number {
    font-weight: bolder;
    font-size: 1.2em;
}

.flex-row-nowrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.flex-column-nowrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.jc-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ai-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

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

.content-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}


/*NEWS AND EVENTS GRID*/
.news-events-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.news-events-thumbnail {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
       -moz-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    height: 100%;
}

.news-events-thumbnail-image-container {
    
}

.news-events-thumbnail-image {
    max-width: 100%;
    height: auto;
    
}


.news-events-thumbnail-title {

}

.news-events-thumbnail-preview {

}

.news-events-thumbnail-link {

}

/*TIMELINE MACRO*/
.timeline-macro{
    background-image: url("/media/1399/bg-timeline.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5%;
    overflow: hidden;
    min-height: 32em;
    -ms-touch-action: none;
        touch-action: none;
}

.timeline-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94%;
}

.timeline-prev, .timeline-next {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    padding: 0px auto;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: -0.1em 0.2em 0.8em rgba(50, 50, 50, 0.2);
            box-shadow: -0.1em 0.2em 0.8em rgba(50, 50, 50, 0.2);
    z-index: 0;
    position: relative;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 6em;
}

.timeline-prev {
    background-image: url("/media/1401/arrow_left.svg");
}

.timeline-next {
    background-image: url("/media/1400/arrow_timeline.svg");
}

.timeline-slide {
    display: none;
    width: 80%;
    position: relative;
    margin: 0px -1.3em 0px -1.3em;
    z-index: 0;
}

.hide-slide {
    position: absolute;
    width: 70%;
    margin: 0px -1.3em 0px -1.3em;
}

.timeline-slide.timeline-active {
    display: block;
    z-index: 2;
}

.timeline-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 30%;
    height: 100px;
}

.timeline-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -0.1em 0.2em 0.8em rgba(50, 50, 50, 0.2);
            box-shadow: -0.1em 0.2em 0.8em rgba(50, 50, 50, 0.2);
    min-height: 10em
}

.timeline-body > h2 {
    padding: 0px;
    text-align: left;
    margin: 6% 0% 0% 0%;
    padding: 0px 6%;
}

.timeline-body > h3 {
    padding: 0px;
    margin: 0% 5% 5% 5%;
}

.timeline-body > p {
    padding: 2% 6% 6% 6%!important;
    margin: 0%;
}

.timeline-top {
    height: 24px;
    background-image: -webkit-gradient(linear, left top, right top, from(#e196f9), color-stop(#65cff5), to(#5bb1b4));
    background-image: -webkit-linear-gradient(left, #e196f9, #65cff5, #5bb1b4);
    background-image: -o-linear-gradient(left, #e196f9, #65cff5, #5bb1b4);
    background-image: linear-gradient(to right, #e196f9, #65cff5, #5bb1b4);
    width: 100%;
}

.timeline-pointer-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.timeline-pointer {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.timeline-pointer:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); /* Prefixes... */
  top: 75px;
  left: 25px;
  -webkit-box-shadow: -0.1em 0.2em 0.8em rgba(50, 50, 50, 0.2);
          box-shadow: -0.1em 0.2em 0.8em rgba(50, 50, 50, 0.2);
}

.timeline-ellipse {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: relative;
}
.timeline {
    border: 3px solid #949598;
    height: 7em;
    width: 90%;
    border-radius: 50% / 100%;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4em;
    position: relative;
    margin-bottom: -3em;
}


.timeline-date {
    text-align: center;
    font-size: 1.1em;
    color: #949598;
    margin-bottom: 0.5em
}

.timeline-date.active {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.4em;
}

.timeline-circle {
    background-color: #949598;
    position: relative;
    border-radius: 100%;
    height: 1.5em;
    width: 1.5em;
    margin: 0em auto;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 3px #949598;
            box-shadow: 0 0 0 3px #949598;
}



.timeline-circle.active {
    background-color: #5cadae;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.circle-container {
    position: absolute;
    width: 6em;
    height: 2em;
    margin-top: -4em;
}

.circle-left {
    position: absolute;
    left: 30%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 6em;
    height: 2em;
    margin-top: -3.5em;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.circle-left > div {
    margin-top: 1.5em;
}

.circle-middle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 6em;
    height: 2em;
    margin-top: -4em;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.circle-middle > div {
    margin-top: 0em;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.circle-right {
    position: absolute;
    left: 70%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 6em;
    height: 2em;
    margin-top: -3.5em;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.circle-right > div {
    margin-top: 1.5em;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}


.hide-circle {
    position: absolute;
    left: 103%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 6em;
    height: 2em;
    margin-top: -3.5em;
    -webkit-transition: margin-top 0.5s ease-in;
    -o-transition: margin-top 0.5s ease-in;
    transition: margin-top 0.5s ease-in;
}

.hide-circle > div {
    margin-top: 8em;
    -webkit-transition: margin-top 0.5s ease-in;
    -o-transition: margin-top 0.5s ease-in;
    transition: margin-top 0.5s ease-in;
}

.out-rightX {
    -webkit-animation: out-rightX 0.5s linear forwards;
            animation: out-rightX 0.5s linear forwards;
}

.right-outX {
    -webkit-animation: right-outX 0.5s linear forwards;
            animation: right-outX 0.5s linear forwards;
}

@-webkit-keyframes out-rightX {
    from {
        left: 103%;
    } to {
        left: 70%;
    }
}

@keyframes out-rightX {
    from {
        left: 103%;
    } to {
        left: 70%;
    }
}

@-webkit-keyframes right-outX {
    from {
        left: 70%;
    } to {
        left: 103%;
    }
}

@keyframes right-outX {
    from {
        left: 70%;
    } to {
        left: 103%;
    }
}

.out-rightY {
    -webkit-animation: out-rightY 0.5s cubic-bezier(.17,.67,.7,.88) forwards;
            animation: out-rightY 0.5s cubic-bezier(.17,.67,.7,.88) forwards;
}

.right-outY {
    -webkit-animation: right-outY 0.5s cubic-bezier(.82,.3,.92,.56) forwards;
            animation: right-outY 0.5s cubic-bezier(.82,.3,.92,.56) forwards;
}


@-webkit-keyframes out-rightY {
    from {
        margin-top: 8em;
    } to {
        margin-top: 1.5em;
    }
}


@keyframes out-rightY {
    from {
        margin-top: 8em;
    } to {
        margin-top: 1.5em;
    }
}

@-webkit-keyframes right-outY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 8em;
    }
}

@keyframes right-outY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 8em;
    }
}

.right-to-middleX {
    -webkit-animation: right-to-middleX 0.5s linear forwards;
            animation: right-to-middleX 0.5s linear forwards;
}

.middle-to-rightX {
    -webkit-animation: middle-to-rightX 0.5s linear forwards;
            animation: middle-to-rightX 0.5s linear forwards;
}

@-webkit-keyframes right-to-middleX {
    from {
        left: 70%;
        margin-top: -4.5em;
    } to {
        left: 50%;
        margin-top: -4em;
    }
}

@keyframes right-to-middleX {
    from {
        left: 70%;
        margin-top: -4.5em;
    } to {
        left: 50%;
        margin-top: -4em;
    }
}

@-webkit-keyframes middle-to-rightX {
    from {
        left: 50%;
        margin-top: -3em;
    } to {
        left: 70%;
        margin-top: -3.5em;
    }
}

@keyframes middle-to-rightX {
    from {
        left: 50%;
        margin-top: -3em;
    } to {
        left: 70%;
        margin-top: -3.5em;
    }
}

.right-to-middleY {
    -webkit-animation: right-to-middleY 0.5s ease-out forwards;
            animation: right-to-middleY 0.5s ease-out forwards;
}

.middle-to-rightY {
    -webkit-animation: middle-to-rightY 0.5s ease-in forwards;
            animation: middle-to-rightY 0.5s ease-in forwards;
}

@-webkit-keyframes right-to-middleY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 0em;
    }
}

@keyframes right-to-middleY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 0em;
    }
}

@-webkit-keyframes middle-to-rightY {
    from {
        margin-top: 0em;
    } to {
        margin-top: 1.5em;
    }
}

@keyframes middle-to-rightY {
    from {
        margin-top: 0em;
    } to {
        margin-top: 1.5em;
    }
}

.middle-to-leftX {
    -webkit-animation: middle-to-leftX 0.5s linear forwards;
            animation: middle-to-leftX 0.5s linear forwards;
}

.left-to-middleX {
    -webkit-animation: left-to-middleX 0.5s linear forwards;
            animation: left-to-middleX 0.5s linear forwards;
}

@-webkit-keyframes middle-to-leftX {
    from {
        left: 50%;
        margin-top: -3em;
    } to {
        left: 30%;
        margin-top: -3.5em;
    }
}

@keyframes middle-to-leftX {
    from {
        left: 50%;
        margin-top: -3em;
    } to {
        left: 30%;
        margin-top: -3.5em;
    }
}

@-webkit-keyframes left-to-middleX {
    from {
        left: 30%;
        margin-top: -4.5em;
    } to {
        left: 50%;
        margin-top: -4em;
    }
}

@keyframes left-to-middleX {
    from {
        left: 30%;
        margin-top: -4.5em;
    } to {
        left: 50%;
        margin-top: -4em;
    }
}

.middle-to-leftY {
    -webkit-animation: middle-to-leftY 0.5s ease-in forwards;
            animation: middle-to-leftY 0.5s ease-in forwards;
}

.left-to-middleY {
    -webkit-animation: left-to-middleY 0.5s ease-out forwards;
            animation: left-to-middleY 0.5s ease-out forwards;
}

@-webkit-keyframes middle-to-leftY {
    from {
        margin-top: 0em;
    } to {
        margin-top: 1.5em;
    }
}

@keyframes middle-to-leftY {
    from {
        margin-top: 0em;
    } to {
        margin-top: 1.5em;
    }
}

@-webkit-keyframes left-to-middleY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 0em;
    }
}

@keyframes left-to-middleY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 0em;
    }
}

.left-outX {
    -webkit-animation: left-outX 0.5s linear forwards;
            animation: left-outX 0.5s linear forwards;
}

.out-leftX {
    -webkit-animation: out-leftX 0.5s linear forwards;
            animation: out-leftX 0.5s linear forwards;
}

@-webkit-keyframes left-outX {
    from {
        left: 30%;
    } to {
        left: -3%;
    }
}

@keyframes left-outX {
    from {
        left: 30%;
    } to {
        left: -3%;
    }
}

@-webkit-keyframes out-leftX {
    from {
        left: -3%;
    } to {
        left: 30%;
    }
}

@keyframes out-leftX {
    from {
        left: -3%;
    } to {
        left: 30%;
    }
}

.left-outY {
    -webkit-animation: left-outY 0.5s cubic-bezier(.82,.3,.92,.56) forwards;
            animation: left-outY 0.5s cubic-bezier(.82,.3,.92,.56) forwards;
}

.out-leftY {
    -webkit-animation: out-leftY 0.5s cubic-bezier(.17,.67,.7,.88) forwards;
            animation: out-leftY 0.5s cubic-bezier(.17,.67,.7,.88) forwards;
}

@-webkit-keyframes left-outY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 8em;
    }
}

@keyframes left-outY {
    from {
        margin-top: 1.5em;
    } to {
        margin-top: 8em;
    }
}

@-webkit-keyframes out-leftY {
    from {
        margin-top: 8em;
    } to {
        margin-top: 1.5em;
    }
}

@keyframes out-leftY {
    from {
        margin-top: 8em;
    } to {
        margin-top: 1.5em;
    }
}

.slide-out-right-timeline {
    -webkit-animation: slide-out-right-timeline 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
            animation: slide-out-right-timeline 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
}

@-webkit-keyframes slide-out-right-timeline {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    opacity: 1;
    z-index: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    position: absolute;
    z-index: 1;
  }
}

@keyframes slide-out-right-timeline {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    opacity: 1;
    z-index: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    position: absolute;
    z-index: 1;
  }
}

.slide-out-left {
    -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
            animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    opacity: 1;
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
    position: absolute;

    z-index: -1;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    opacity: 1;
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
    position: absolute;

    z-index: -1;
  }
}


.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -ms-animation-name: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
    z-index: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
}

/*SERVICE BLOCKS MACRO*/
.services-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.service-block-outer {
    border: 1px solid red;
    margin: 10px;
    width: 100%;
}
.service-block-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 0%;
    border: 1px double teal;
    padding-left: -200px;
}

.service-block-inner {
    height: 100%;
}

.service-block-image {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 4%;
}

.service-block-content {
    
}

.service-block-title {
    font-size: 2em;
    font-weight: 400;;
    margin: 4%;
}

.service-block-text {
    margin: 4%;
}

.service-block-link {
    color: #000;
    margin: 4%;
}

/*SERVICES PAGE BLOCKS*/
.services-page-blocks-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
}

.service-page-block-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    border: 2px solid #5cadae;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    margin: 1%;
}

.service-page-block-image {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
}

.service-page-block-content {
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 68%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
}

.service-page-block-title {
    font-size: 2em;
    font-weight: 400;;
    margin: 0px 10px;
}

.service-page-block-text {
    margin: 10px;
}

.service-page-block-link {
    color: #000;
    margin:10px;
}
/*FAQ MACRO STYLE*/
.faq-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin: 2% auto;
    padding: 0% 20px;
    max-width: 1200px;
}

.faq-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.faq-icon {
    width: 2em;
    height: 2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-open-line {
    width: 50%;
    height: 100%;
    margin: 5px 0px 5px 0px;
    border-right: 2px dotted #edba50;
}

.faq-close-line {
    display: none;
}

.faq-content-container{
    margin: 0px 0.4em 0px 0.4em;
}

.faq-question {
    text-decoration: underline;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 400;
}

.faq-answer {
    margin: 0.8em 0em 0px 0em;
    line-height: 1.4em;
}

.faq-answer-hide {
    display: none;
}

.faq-answer p {
    margin: 0px;
    padding: 0;
    width: 100%;
}

/*ROW CONTENT FIXES*/
.row.clearfix.content-row > .col-md-12.column > div {
}


div < div.footer-container {
    padding: 0px 0px;
}

body, html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-family: 'Work Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer {
    margin-left: 296px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

main {
    z-index: 0;
    position: absolute;
    min-height: 100%;
    background: url('/media/1297/satc_bg.jpg');
    overflow-x: hidden;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2.5em;
    margin: .5em 12%;
    font-weight: 400!important;
    color:black;
    max-width: 1200px;

}

p {
    font-size: 1em;
    margin: .5em 12%;
    color: #58595b;
}


.indent {
    margin: .5em 12%;
}


h2 {
    opacity: .8;
    margin: 5% 4% 0% 4%;
    font-weight: 400!important;
    color:black;
    font-size: 2em;
}

h3 {
    margin: 3% auto 0% auto;
    max-width: 1200px;
    color:black;
    font-weight: 400!important;
    font-size: 1.5em;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    max-width: 1200px;
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: 'Work Sans', sans-serif;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
           -moz-box-sizing: content-box;
                box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.container {
    width: 100%;
}

    .container:after, .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table
    }

    .container-fluid:after {
        clear: both
    }

.row {
  padding: 5% 0%;
}

  /*  .row:after, .row:before {
        content: " ";
        display: table
    }

    .row:after {
        clear: both
    }*/

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.333333%
}

.col-xs-2 {
    width: 16.666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.333333%
}

.col-xs-5 {
    width: 41.666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333%
}

.col-xs-8 {
    width: 66.666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.333333%
}

.col-xs-11 {
    width: 91.666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.333333%
}

.col-xs-pull-2 {
    right: 16.666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.333333%
}

.col-xs-pull-5 {
    right: 41.666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.333333%
}

.col-xs-pull-8 {
    right: 66.666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.333333%
}

.col-xs-pull-11 {
    right: 91.666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.333333%
}

.col-xs-push-2 {
    left: 16.666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.333333%
}

.col-xs-push-5 {
    left: 41.666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.333333%
}

.col-xs-push-8 {
    left: 66.666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.333333%
}

.col-xs-push-11 {
    left: 91.666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.333333%
}

.col-xs-offset-2 {
    margin-left: 16.666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333333%
}

.col-xs-offset-5 {
    margin-left: 41.666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333333%
}

.col-xs-offset-8 {
    margin-left: 66.666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333333%
}

.col-xs-offset-11 {
    margin-left: 91.666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.428571;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
         border-color: red;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

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

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-left: -1px
        }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.product-grid__item:hover body.theme-color-water .product-grid__item__name, .product-grid__item:hover body.theme-color-water .product-grid__item__price, body.theme-color-water .bg-main-color, body.theme-color-water .button--border--solid, body.theme-color-water .mobile-nav, body.theme-color-water .product-grid__item:hover .product-grid__item__name, body.theme-color-water .product-grid__item:hover .product-grid__item__price, body.theme-color-water .section--themed {
    background-color: #362bdc;
    color: #fff
}

.hamburger.lines:hover.active body.theme-color-water span:after, .hamburger.lines:hover.active body.theme-color-water span:before, .hamburger body.theme-color-water span, .hamburger body.theme-color-water span:after, .hamburger body.theme-color-water span:before, body.theme-color-water .bg-secondary-color, body.theme-color-water .hamburger.lines:hover.active span:after, body.theme-color-water .hamburger.lines:hover.active span:before, body.theme-color-water .hamburger span, body.theme-color-water .hamburger span:after, body.theme-color-water .hamburger span:before, body.theme-color-water .nav-link--home__text:after {
    background-color: #fff;
    color: #362bdc
}

.blogposts-centered body.theme-color-water .blogpost-title, body.theme-color-water .blogposts-centered .blogpost-title, body.theme-color-water .button--border, body.theme-color-water .font-main-color, body.theme-color-water .nav-link, body.theme-color-water .section__hero-content, body.theme-color-water footer a, footer body.theme-color-water a {
    color: #fff
}

article body.theme-color-water a, article body.theme-color-water a:visited, body.theme-color-water .employee-grid__item__email, body.theme-color-water .font-link-color, body.theme-color-water article a, body.theme-color-water article a:visited {
    color: #362bdc
}


.product-grid__item:hover body.theme-color-sun .product-grid__item__name, .product-grid__item:hover body.theme-color-sun .product-grid__item__price, body.theme-color-sun .bg-main-color, body.theme-color-sun .button--border--solid, body.theme-color-sun .mobile-nav, body.theme-color-sun .product-grid__item:hover .product-grid__item__name, body.theme-color-sun .product-grid__item:hover .product-grid__item__price, body.theme-color-sun .section--themed {
    background-color: #f8ea88;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-sun span:after, .hamburger.lines:hover.active body.theme-color-sun span:before, .hamburger body.theme-color-sun span, .hamburger body.theme-color-sun span:after, .hamburger body.theme-color-sun span:before, body.theme-color-sun .bg-secondary-color, body.theme-color-sun .hamburger.lines:hover.active span:after, body.theme-color-sun .hamburger.lines:hover.active span:before, body.theme-color-sun .hamburger span, body.theme-color-sun .hamburger span:after, body.theme-color-sun .hamburger span:before, body.theme-color-sun .nav-link--home__text:after {
    background-color: #000;
    color: #f8ea88
}

.blogposts-centered body.theme-color-sun .blogpost-title, body.theme-color-sun .blogposts-centered .blogpost-title, body.theme-color-sun .button--border, body.theme-color-sun .font-main-color, body.theme-color-sun .nav-link, body.theme-color-sun .section__hero-content, body.theme-color-sun footer a, footer body.theme-color-sun a {
    color: #000
}

article body.theme-color-sun a, article body.theme-color-sun a:visited, body.theme-color-sun .employee-grid__item__email, body.theme-color-sun .font-link-color, body.theme-color-sun article a, body.theme-color-sun article a:visited {
    color: #b0a55b
}

body.theme-color-sun--active.nav-link:visited, body.theme-color-sun .border-main-color, body.theme-color-sun .button--border, body.theme-color-sun .nav-link--active, body.theme-color-sun .nav-link:hover {
    border-color: #000
}

.product-grid__item:hover body.theme-color-earth .product-grid__item__name, .product-grid__item:hover body.theme-color-earth .product-grid__item__price, body.theme-color-earth .bg-main-color, body.theme-color-earth .button--border--solid, body.theme-color-earth .mobile-nav, body.theme-color-earth .product-grid__item:hover .product-grid__item__name, body.theme-color-earth .product-grid__item:hover .product-grid__item__price, body.theme-color-earth .section--themed {
    background-color: #e7afa3;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-earth span:after, .hamburger.lines:hover.active body.theme-color-earth span:before, .hamburger body.theme-color-earth span, .hamburger body.theme-color-earth span:after, .hamburger body.theme-color-earth span:before, body.theme-color-earth .bg-secondary-color, body.theme-color-earth .hamburger.lines:hover.active span:after, body.theme-color-earth .hamburger.lines:hover.active span:before, body.theme-color-earth .hamburger span, body.theme-color-earth .hamburger span:after, body.theme-color-earth .hamburger span:before, body.theme-color-earth .nav-link--home__text:after {
    background-color: #000;
    color: #e7afa3
}

.blogposts-centered body.theme-color-earth .blogpost-title, body.theme-color-earth .blogposts-centered .blogpost-title, body.theme-color-earth .button--border, body.theme-color-earth .font-main-color, body.theme-color-earth .nav-link, body.theme-color-earth .section__hero-content, body.theme-color-earth footer a, footer body.theme-color-earth a {
    color: #000
}

article body.theme-color-earth a, article body.theme-color-earth a:visited, body.theme-color-earth .employee-grid__item__email, body.theme-color-earth .font-link-color, body.theme-color-earth article a, body.theme-color-earth article a:visited {
    color: #90514c
}

body.theme-color-earth--active.nav-link:visited, body.theme-color-earth .border-main-color, body.theme-color-earth .button--border, body.theme-color-earth .nav-link--active, body.theme-color-earth .nav-link:hover {
    border-color: #000
}

.product-grid__item:hover body.theme-color-freaky .product-grid__item__name, .product-grid__item:hover body.theme-color-freaky .product-grid__item__price, body.theme-color-freaky .bg-main-color, body.theme-color-freaky .button--border--solid, body.theme-color-freaky .mobile-nav, body.theme-color-freaky .product-grid__item:hover .product-grid__item__name, body.theme-color-freaky .product-grid__item:hover .product-grid__item__price, body.theme-color-freaky .section--themed {
    background-color: #77f3d9;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-freaky span:after, .hamburger.lines:hover.active body.theme-color-freaky span:before, .hamburger body.theme-color-freaky span, .hamburger body.theme-color-freaky span:after, .hamburger body.theme-color-freaky span:before, body.theme-color-freaky .bg-secondary-color, body.theme-color-freaky .hamburger.lines:hover.active span:after, body.theme-color-freaky .hamburger.lines:hover.active span:before, body.theme-color-freaky .hamburger span, body.theme-color-freaky .hamburger span:after, body.theme-color-freaky .hamburger span:before, body.theme-color-freaky .nav-link--home__text:after {
    background-color: #000;
    color: #77f3d9
}

.blogposts-centered body.theme-color-freaky .blogpost-title, article body.theme-color-freaky a, article body.theme-color-freaky a:visited, body.theme-color-freaky .blogposts-centered .blogpost-title, body.theme-color-freaky .button--border, body.theme-color-freaky .employee-grid__item__email, body.theme-color-freaky .font-link-color, body.theme-color-freaky .font-main-color, body.theme-color-freaky .nav-link, body.theme-color-freaky .section__hero-content, body.theme-color-freaky article a, body.theme-color-freaky article a:visited, body.theme-color-freaky footer a, footer body.theme-color-freaky a {
    color: #000
}

    body.theme-color-freaky--active.nav-link:visited, body.theme-color-freaky .border-main-color, body.theme-color-freaky .button--border, body.theme-color-freaky .nav-link--active, body.theme-color-freaky .nav-link:hover {
        border-color: #000
    }

.nav-link--disabled, .nav-link--disabled:hover {
    border-color: transparent !important;
    cursor: not-allowed;
}

.montserrat, body.theme-font-standard .nav-link.nav-link--home, body.theme-font-standard h1, body.theme-font-standard h2, body.theme-font-standard h3, body.theme-font-standard h4, body.theme-font-standard h5, body.theme-font-standard h6 {
    font-family: 'Work Sans', sans-serif;
}

.source-sans-pro, body.theme-font-standard, body.theme-font-standard .nav-link {
    font-family: 'Work Sans', sans-serif;
}

body.theme-font-standard p {
    line-height: 1.6em;
    margin-bottom: 30px;
}

.lato, body.theme-font-mono .nav-link.nav-link--home, body.theme-font-mono h1, body.theme-font-mono h2, body.theme-font-mono h3, body.theme-font-mono h4, body.theme-font-mono h5, body.theme-font-mono h6 {
    font-family: 'Work Sans', sans-serif;
}

.roboto-mono, body.theme-font-mono, body.theme-font-mono .nav-link {
    font-family: 'Work Sans', sans-serif;
}

body.theme-font-mono {
    font-weight: 400;
    font-size: 14px
}

body.theme-font-mono .nav-link.nav-link--home, body.theme-font-mono h1, body.theme-font-mono h2, body.theme-font-mono h3, body.theme-font-mono h4, body.theme-font-mono h5, body.theme-font-mono h6 {
    font-weight: 900
}

body.theme-font-mono p {
    line-height: 1.6em;
    margin-bottom: 30px
}

.playfair, body.theme-font-serif .nav-link.nav-link--home, body.theme-font-serif h1, body.theme-font-serif h2, body.theme-font-serif h3, body.theme-font-serif h4, body.theme-font-serif h5, body.theme-font-serif h6 {
    font-family: 'Work Sans', sans-serif;
}

.noto, body.theme-font-serif, body.theme-font-serif .nav-link {
    font-family: 'Work Sans', sans-serif;
}

body.theme-font-serif p {
    line-height: 1.6em;
}

.product-image-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start
}

.product-image {
    max-width: 100%;
    max-height: 600px
}

.product-price {
    font-size: 30px;
    margin-bottom: 20px
}

.product-teaser {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px
}

.product-button {
    margin-bottom: 40px
}

.product-advantages {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column
}

.product-advantage {
    padding: 15px 0;
    font-weight: 700;
    border-top: 1px solid #f2f2f2
}

    .product-advantage:last-child {
        border-bottom: 1px solid #f2f2f2
    }

.product-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden
}

.product-grid__item {
    height: 300px;
    position: relative;
    overflow: hidden;
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
            flex: 1 1 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

    .product-grid__item:hover {
        cursor: pointer
    }

.product-grid__item__overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start
}

.product-grid__item-image {
    max-width: 100%
}

.product-grid__item__name, .product-grid__item__price {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    background-color: rgba(0,0,0,.35);
    padding: 2px 5px;
    display: inline-block
}


.header {
    background: #fff;
    -webkit-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    -o-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
}

.header--fixed {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    -webkit-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    -o-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    left: 0;
    position: fixed
}

    .header--fixed .nav-bar {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%)
    }

    .header--fixed .nav-link {
        color: #000 !important
    }

        .header--fixed, .header--fixed{
            border-bottom-color: #000 !important
        }

    .header--fixed .hamburger span, .header--fixed .hamburger span:after, .header--fixed .hamburger span:before {
        background-color: #000 !important
    }

body.frontpage .header:not(.header--fixed) .nav-link--home__text:after {
    background-color: #000
}

body.frontpage .header:not(.header--fixed) .nav-link {
    color: #000
}

    body.frontpage .header:not(.header--fixed) , body.frontpage .header:not(.header--fixed) {
        border-bottom-color: #000
    }

body.frontpage .header:not(.header--fixed) .hamburger span, body.frontpage .header:not(.header--fixed) .hamburger span:after, body.frontpage .header:not(.header--fixed) .hamburger span:before {
    background-color: #000
}

body.fixed .top-nav.-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0)
}

footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.logo {
    padding-left: 20px;
    width: 100%;
}

.nav-link--home{
    height: 400px;
}

.logo-image {
    width: 241px;
    height: auto;
}

.nav-container-bottom {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 45px;
}

.nav-sitemap-container {
    margin-top: 5px;
    font-size: 0.9em;
}
.nav-donate-link {
}

.nav-donate-button {
    border: 3px solid #5cadae;
    border-radius: 25px;
    margin: 30px 0px 30px 0px;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
       -moz-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    max-width: 120px;
}

.nav-donate-text {
    padding-right: 5px;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: none;
}

.nav-donate-icon {
    max-height: 0.7em;
    max-width: 0.7em;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
}

.nav-search-container{
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 290px;
    border: 2px solid #949598;
}
.nav-search {
    background-color: #f9f8f6;
    border: none;
}
.search-btn {
    height: 42px;
    padding: 0% 11px 0% 11px;
    border: none;
    background-color: #f9f8f6;
}
.search-btn-img {
    max-height: 20px;
    width: auto;
}

.searchform {
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

.searchform .search {
    background: transparent;
    margin: 0;
    padding: 0%;
    width: 100%;
}

.searchform .umbraco-forms-label {
    display: none;
}

.searchform .umbraco-forms-label {
    display: none;
}

.searchform .umbraco-forms-fieldset .row-fluid, .searchform .umbraco-forms-container {
    width:100%;
}

#\32 9a3d9cb-a10e-413c-851e-8a70c8149e4f {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0!important;
    height: 40px;
}


.searchform .umbraco-forms-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin: 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.searchform .umbraco-forms-fieldset {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
.searchform .umbraco-forms-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.searchform .umbraco-forms-navigation {
    margin: 0!important;
    padding: 0!important;
    max-width: 40px;
    font-size: 0px;
}

.searchform input[type="submit"] {
    width: 40px;
    height: 40px;
    background: url('/media/1055/search.png') no-repeat;
    background-size: contain;
    border: none;
    border-radius: 0px!important;
    background-color: transparent!important;
    margin: 4px!important;
}

.nav-text-container {
    max-width: 290px;
    font-size: 0.6em;
}

.nav-bold {
    font-weight: 500;
}

.nav-margin {
    margin: 20px 0px 20px 0px;
}


.nav-close {
    width: 350px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px;
}

.nav-close-icon {
    display:block;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:25px;
    height:25px;
    border-width:3px;
    border-style: solid;
    border-color: #edba50;
    border-radius:100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #0d3b50 46%,  #0d3b50 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #0d3b50 46%,  #0d3b50 56%,transparent 56%, transparent 100%);
    background: -ms-linear-gradient(-45deg, transparent 0%, transparent 46%, #0d3b50 46%,  #0d3b50 56%,transparent 56%, transparent 100%), -ms-linear-gradient(45deg, transparent 0%, transparent 46%, #0d3b50 46%,  #0d3b50 56%,transparent 56%, transparent 100%);
    background-color:#edba50;
    -webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
            box-shadow:0px 0px 5px 2px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px 10px;
}

.nav-close-title {
    font-weight: 600;
}

.side-nav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 350px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    top: 0; /* Stay at the top */
    left: 0;
    /*overflow-x: hidden;  Disable horizontal scroll */
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
}

.nav-bar {
    /*width: 100%;
    height: auto;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    height: 0*/
}

.nav-bar--list {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start
}

.nav-bar--center, .nav-bar--list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
   /* -ms-flex-pack: center;
    justify-content: center*/
}

.nav-bar--air-bottom {
    margin-bottom: 40px
}

.nav-link, .nav-link:visited {
    text-decoration: none;
    margin: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.nav-link--air-bottom {
    margin-bottom: 5px
}

a.nav-link.nav-link--black {
    color: #000
}

    a.nav-link.nav-link--black:hover {
        border-color: #000
    }

.nav-link--black.nav-link--active {
    -webkit-box-shadow: inset 0 -2px 0 #000;
            box-shadow: inset 0 -2px 0 #000
}

.nav-link--home {
    font-size: 24px;
    font-weight: 900;
    height: 100px;
    width: 100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

    .nav-link--home:hover {
        -webkit-box-shadow: none;
                box-shadow: none
    }

.nav-link--home__text {
    position: relative
}

    .nav-link--home__text:after {
        position: absolute;
        right: 0;
        display: block;
        content: "";
        height: 3px;
        width: 200%
    }

/*HEADER NAV BAR, BREADCRUMB, ANCHOR LINK*/
.header-nav {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #949598;
    border-top: 1px solid #949598;
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5em .5em .5em 1em;
}

.breadcrumb {
    margin: 0px 0.5em;
}

.go-to-dropdown {
}

.section {
    /*padding: 90px 20px*/
}

.section--sand {
    background-color: #f4f4f0;
}

.section--stroke-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.section--full-height {
    min-height: 100vh;
}

.section--header {
    height: 264px;
    /*padding-top: 130px;*/
    max-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section--content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.section--content-center, .section--content-center-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section--content-center-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end
}

.section--thick-border {
    border: 20px solid #fff
}

body.frontpage .section__hero-content {
    color: #fff
}

.section__hero-content {
    max-width: 760px;
    padding: 0 20px;
    max-height: 400px;
}

.section__description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 60px;
}

.background-image-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.overlay {
    position: relative;
}

    .overlay:after {
        content: "";
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.overlay--dark:after {
    background: rgba(2,53,72)
}

.overlay--light:after {
    background: hsla(0,0%,88%,.6)
}

.overlay * {
    position: relative;
    z-index: 1;
}

.button, .button--small {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    max-width: 100%;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #000;
    outline: none;
}

    .button--small:hover, .button:hover {
        opacity: .7;
    }

.button--small {
    padding: 8px 40px;
    font-size: 14px;
}

.button--border--light {
    background: none;
    border-color: #fff;
    color: #fff;
}

    .button--border--light:hover {
        background: #fff;
        color: #000;
        opacity: 1;
    }

.button--border--light_solid {
    background: #fff;
    border-color: #fff;
    color: #000;
}

    .button--border--light_solid:hover {
        opacity: .7
    }

.button--border--dark {
    background: none;
    border-color: #000;
    color: #000
}

    .button--border--dark:hover {
        background: #000;
        color: #fff;
        opacity: 1
    }

.button--border--dark_solid {
    background: #000;
    border-color: #000;
    color: #fff
}

    .button--border--dark_solid:hover {
        opacity: .7
    }

.button--border {
    background: none
}

    .button--border:hover {
        opacity: 1
    }

.button--border--solid {
    border-color: transparent
}

    .button--border--solid:hover {
        opacity: .7
    }

.blogposts {
    margin-left: auto;
    margin-right: auto
}

.blogpost {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 30px 20px
}

    .blogpost.blogpost-with-image {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column
    }

    .blogpost:last-child {
        margin-bottom: 60px
    }

    .blogpost:hover .blogpost-title {
        text-decoration: underline
    }

.blogpost-image {
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    margin-left: 40px;
    border-radius: 50%
}

.blogpost-info {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto
}

.blogpost-meta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px
}

.blogpost-date {
    display: block;
    opacity: 1;
    margin-right: 10px
}

.blogpost-cat {
    opacity: .5
}

.blogpost-image {
    height: 160px;
    width: 160px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

.blogpost-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px
}

.blogpost-excerpt {
    font-size: 16px;
    line-height: 1.5;
    opacity: .8
}

.blogpost-link {
    margin-top: 25px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.15);
    color: #000;
    text-decoration: none;
    font-size: 18px
}

    .blogpost-link:hover {
        border-bottom-color: #000
    }

.blogposts-centered {
    text-align: center
}

    .blogposts-centered .blogpost {
        margin: 30px 0;
        padding: 30px 30px 0
    }

        .blogposts-centered .blogpost:hover {
            background: none
        }

        .blogposts-centered .blogpost + .blogpost {
            border-top: 1px solid #f4f4f0
        }

    .blogposts-centered .blogpost-title {
        margin-bottom: 30px
    }

    .blogposts-centered .blogpost-excerpt {
        font-size: 18px
    }

    .blogposts-centered .blogpost-meta {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center
    }

    .blogposts-centered .blogpost-title {
        font-size: 30px;
        line-height: 1.3
    }

.testimonial {
    text-decoration: none;
    color: #000;
    display: block;
    background: #f4f4f0;
    margin-bottom: 30px
}

.testimonial-content {
    padding: 30px
}

.testimonial-title {
    letter-spacing: 1px;
    margin: 0 0 10px
}

p.testimonial-text {
    margin-top: 0;
    margin-bottom: 0 !important
}

.testimonial-link {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

    .testimonial-link:hover {
        color: #000
    }

.employee-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: hidden
}

.employee-grid__item {
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
            flex: 1 1 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.employee-grid__item__image {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.employee-grid__item__details {
    padding: 30px;
    background: #f4f4f0
}

.employee-grid__item__name {
    color: #000;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px
}

.employee-grid__item__email {
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block
}

.employee-grid__item__contact-item {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

    .employee-grid__item__contact-item:hover {
        color: #000
    }

.form-group {
    margin-bottom: 25px
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 5px
}

    .form-control:focus {
        border-color: #362bdc;
        -webkit-box-shadow: none;
                box-shadow: none
    }

#mobile-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.mobile-hotline-nav {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    padding: 8px 0px;
    text-align: center;
}

.mobile-esc {
    height: 40px;
    width: 40px;
    background-color: #FA6900;
    border-radius: 5px;
    position: relative;
}

.mobile-esc:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c"; /* use the hex value here... */
    font-size: 20px; 
    color: #FFF;
    line-height: 40px;
    text-align: center;
}

.mobile-nav-handler {
    display: block;
}

.hamburger {
    position: relative;
    cursor: pointer;
    z-index: 5;
    width: 40px;
    height: 40px;
    margin-left: 1em;
    margin-right: 1em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

    .hamburger span, .hamburger span:after, .hamburger span:before {
        display: block;
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .1s;
             -o-transition-duration: .1s;
                transition-duration: .1s
    }

    .hamburger span {
        margin: 0 auto;
        position: relative
    }

        .hamburger span:after, .hamburger span:before {
            position: absolute;
            content: ''
        }

    .hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
        width: 20px;
        height: 2px;
        background-color: #59595b;
    }

        .hamburger.lines span:before {
            -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                    transform: translateY(-5px)
        }

        .hamburger.lines span:after {
            -webkit-transform: translateY(5px);
                -ms-transform: translateY(5px);
                    transform: translateY(5px)
        }

    .hamburger.lines:hover span:before {
        -webkit-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
                transform: translateY(-7px)
    }

    .hamburger.lines:hover span:after {
        -webkit-transform: translateY(7px);
            -ms-transform: translateY(7px);
                transform: translateY(7px)
    }

    .hamburger.lines:hover.active span:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg)
    }

    .hamburger.lines:hover.active span:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
    }

    .hamburger.lines.active span {
        background-color: transparent !important
    }

        .hamburger.lines.active span:after, .hamburger.lines.active span:before {
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0)
        }

        .hamburger.lines.active span:before {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg)
        }

        .hamburger.lines.active span:after {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg)
        }

article {
    /*max-width: 1200px;*/
   /* margin: 0 auto*/
}

    article a, article a:visited {
        text-decoration: none;
        text-decoration: underline
    }

        article a:hover, article a:visited:hover {
            text-decoration: none
        }

    article li, article p {
        font-weight: 400;
        font-style: normal;
        font-size: 1.1em;
        color: #58595b;
        line-height: 1.4em
    }

    article li {
        padding: 5px 0
    }

    article img {
        max-width: 100%
    }

    article iframe, article img {
        margin: 0 0 0 0;
    }

.mobile-nav {
    width: 100%;
    height: auto;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: fixed;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    opacity: 0;
    height: 0
}

.mobile-nav--open {
    opacity: 1;
    height: 100vh
}

.mobile-nav .nav-link {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .6s cubic-bezier(.23,1,.32,1);
    -o-transition: transform .6s cubic-bezier(.23,1,.32,1);
    transition: transform .6s cubic-bezier(.23,1,.32,1);
    transition: transform .6s cubic-bezier(.23,1,.32,1), -webkit-transform .6s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateY(999px);
        -ms-transform: translateY(999px);
            transform: translateY(999px);
    opacity: 0;
    font-size: 18px;
    margin: 15px
}

    .mobile-nav .nav-link:nth-child(1) {
        -webkit-transition-delay: 60ms;
             -o-transition-delay: 60ms;
                transition-delay: 60ms
    }

    .mobile-nav .nav-link:nth-child(2) {
        -webkit-transition-delay: 80ms;
             -o-transition-delay: 80ms;
                transition-delay: 80ms
    }

    .mobile-nav .nav-link:nth-child(3) {
        -webkit-transition-delay: .1s;
             -o-transition-delay: .1s;
                transition-delay: .1s
    }

    .mobile-nav .nav-link:nth-child(4) {
        -webkit-transition-delay: .12s;
             -o-transition-delay: .12s;
                transition-delay: .12s
    }

    .mobile-nav .nav-link:nth-child(5) {
        -webkit-transition-delay: .14s;
             -o-transition-delay: .14s;
                transition-delay: .14s
    }

    .mobile-nav .nav-link:nth-child(6) {
        -webkit-transition-delay: .16s;
             -o-transition-delay: .16s;
                transition-delay: .16s
    }

    .mobile-nav .nav-link:nth-child(7) {
        -webkit-transition-delay: .18s;
             -o-transition-delay: .18s;
                transition-delay: .18s
    }

    .mobile-nav .nav-link:nth-child(8) {
        -webkit-transition-delay: .2s;
             -o-transition-delay: .2s;
                transition-delay: .2s
    }

    .mobile-nav .nav-link:nth-child(9) {
        -webkit-transition-delay: .22s;
             -o-transition-delay: .22s;
                transition-delay: .22s
    }

    .mobile-nav .nav-link:nth-child(10) {
        -webkit-transition-delay: .24s;
             -o-transition-delay: .24s;
                transition-delay: .24s
    }

    .mobile-nav .nav-link:nth-child(11) {
        -webkit-transition-delay: .26s;
             -o-transition-delay: .26s;
                transition-delay: .26s
    }

.mobile-nav--open .nav-link {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1
}

.ta-center {
    text-align: center
}

.mw-640 {
    max-width: 640px
}

.ma-h-auto {
    margin-left: auto;
    margin-right: auto
}

.no-air {
   /* margin: 0*/
}

.section__hero-content > h1 {
    color: white;
}

.no-scroll {
    overflow: hidden
}

.recaptcha2 {
    display: none;
    padding: 0%;
}

.g-recaptcha {
    -ms-transform:scale(0.77);
        transform:scale(0.77);
    -webkit-transform:scale(0.77);
    -ms-transform-origin:0 0;
        transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

@media (min-width:768px) {
    /*.container {
        width: 750px
    }*/

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333%
    }

    .col-sm-2 {
        width: 16.666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.333333%
    }

    .col-sm-5 {
        width: 41.666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333%
    }

    .col-sm-8 {
        width: 66.666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.333333%
    }

    .col-sm-11 {
        width: 91.666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.333333%
    }

    .col-sm-pull-2 {
        right: 16.666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.333333%
    }

    .col-sm-pull-5 {
        right: 41.666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333%
    }

    .col-sm-pull-8 {
        right: 66.666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.333333%
    }

    .col-sm-pull-11 {
        right: 91.666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.333333%
    }

    .col-sm-push-2 {
        left: 16.666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.333333%
    }

    .col-sm-push-5 {
        left: 41.666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333%
    }

    .col-sm-push-8 {
        left: 66.666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.333333%
    }

    .col-sm-push-11 {
        left: 91.666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }

    .employee-grid__item, .product-grid__item {
        -ms-flex: 1 1 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
           -moz-box-flex: 1;
                flex: 1 1 50%;
        max-width: 50%
    }

    .employee-grid__item {
        padding: 10px
    }
}

.compat-msg {    
    color: #000;
    display: block;
    background: #f4f4f0;
    padding: 30px
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.333333%
    }

    .col-md-2 {
        width: 16.666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.333333%
    }

    .col-md-5 {
        width: 41.666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333%
    }

    .col-md-8 {
        width: 66.666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.333333%
    }

    .col-md-11 {
        width: 91.666667%
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333%
    }

    .col-md-pull-2 {
        right: 16.666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.333333%
    }

    .col-md-pull-5 {
        right: 41.666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333%
    }

    .col-md-pull-8 {
        right: 66.666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.333333%
    }

    .col-md-pull-11 {
        right: 91.666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333%
    }

    .col-md-push-2 {
        left: 16.666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.333333%
    }

    .col-md-push-5 {
        left: 41.666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333%
    }

    .col-md-push-8 {
        left: 66.666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.333333%
    }

    .col-md-push-11 {
        left: 91.666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333%
    }

    .col-md-offset-2 {
        margin-left: 16.666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333333%
    }

    .col-md-offset-5 {
        margin-left: 41.666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333%
    }

    .col-md-offset-8 {
        margin-left: 66.666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333333%
    }

    .col-md-offset-11 {
        margin-left: 91.666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .nav-link, .nav-link:visited {
        margin-left: 45px;
        margin-right: 20px;
        padding: 2% 0%;
    }

    .button, .button--small {
        padding: 10px 80px
    }

    .blogposts {
        max-width: 800px
    }

    .blogpost {
        padding: 30px;
        margin: 20px 0
    }

        .blogpost.blogpost-with-image {
            -ms-flex-direction: row;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                    flex-direction: row
        }

    .blogpost-image {
        height: 160px;
        max-width: 160px;
        margin-top: 0;
        margin-left: 20px
    }

    .employee-grid {
        margin-left: 20px;
        margin-right: 20px
    }

    .mobile-nav-handler {
        /*display: none*/
    }

    .mobile-nav {
        display: none;
    }
}

@media (min-width:1200px) {
    .container {
        width: 100%
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333%
    }

    .col-lg-2 {
        width: 16.666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.333333%
    }

    .col-lg-5 {
        width: 41.666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333%
    }

    .col-lg-8 {
        width: 66.666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.333333%
    }

    .col-lg-11 {
        width: 91.666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333%
    }

    .col-lg-pull-2 {
        right: 16.666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.333333%
    }

    .col-lg-pull-5 {
        right: 41.666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333%
    }

    .col-lg-pull-8 {
        right: 66.666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.333333%
    }

    .col-lg-pull-11 {
        right: 91.666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333%
    }

    .col-lg-push-2 {
        left: 16.666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.333333%
    }

    .col-lg-push-5 {
        left: 41.666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333%
    }

    .col-lg-push-8 {
        left: 66.666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.333333%
    }

    .col-lg-push-11 {
        left: 91.666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .employee-grid__item, .product-grid__item {
        -ms-flex: 1 1 33%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
           -moz-box-flex: 1;
                flex: 1 1 33%;
        max-width: 33%
    }

    .employee-grid__item {
        padding: 20px
    }
}

/*BELOW PORTRAIT MOBILE NAV STYLE ONLY*/
@media(max-width: 899px){
    .mobile-container {
        width: 100%;
    }

    .mobile-search {
        width: 100%;
        max-width: unset;
    }
    #mobile-nav-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width:100%;
        margin-bottom: -5px;

    }

    .mobile-nav-handler {
    }

    .logo {
        height:50px;  
        display: -webkit-box;  
        display: -webkit-flex;  
        display: -moz-box;  
        display: -ms-flexbox;  
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;  
    }

    .mobile-spacer{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72px;
           -moz-box-flex: 0;
            -ms-flex: 0 0 72px;
                flex: 0 0 72px;
    }

    .mobile-first-nav-container{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        background-color: #f9f8f6;
    }

    .mobile-first-nav {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .mobile-nav-link-container{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        width: 100%;
        margin: 10px 15px;
    }

    .nav-link {
        margin: 0px 0px 0px 5%;
    }

    .nav-child {
        position: relative;
        left: 0;
        width: 100%;
        border: 1px  #59595b solid;
        /*box-shadow: inset 0 0 1px 1px #59595b;*/
    }

    .nav-child-link {
        width:100%;
        padding: 10px 0px;
    }

    .mobile-first-nav:hover, .nav-child-link:hover {
        -webkit-box-shadow: inset 0 0 2px #000000;
                box-shadow: inset 0 0 2px #000000;
    }

    .mobile-first-nav:hover > .nav-child{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        width: 100%;
        background-color: #f9f8f6;
        z-index: 1;
    }

    .nav-link--active {
        background-color: #edba50;
    }

    .nav-border-bottom {
        border-bottom: 1px solid #949598;
    }

    .mobile-nav-arrow-container {
        padding-left: 10px;
        margin-right: 5%;
    }

    .nav-arrow {
        border: solid #949598;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 15px;
        width: 10px;
        height: 10px;
    }

    .nav-link-update {
        display: inline-block;
        width:100%;
    }


    .nav-link--mobile {
        display: none;
    }

    .nav-link-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }

    .mobile-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        color: #fff;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        font-size: 0.7em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 10px;
        text-align: center;
    }

    .mobile-copyright {
        margin-top: 5px;
    }

    .mobile-only {
        display: block;
    }
}

/*FOR PHONE ONLY*/
  @media (max-width: 599px) {

    header {
        width: 100vw;
    }

    main {
        margin-top: 100px;
        width: 100vw;
    }

    .dropdown ul {
        top: 4.2em;
    }

    .section--header {
        height: 150px;
    }

    .header-nav {
        font-size: 0.8em;
    }

   /* .quick-link-container a {
        font-size: 1em;
        min-height: 1.4em;
    }*/

    .float-image-left, .float-image-right {
        width: auto!important;
        height: auto!important;
        padding: 0px 0px 20px 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    h1 {
        font-size: 1.4em;
        margin: 5%;
    }

    h2 {
        font-size: 1.2em;
        margin: 5%;
    }

    h3 {
        font-size: 1.1em;
        margin: 5%;
    }

    .lead-paragraph {
        font-size: 1em;
    }

    p, .indent {
        font-size: 0.9em;
        margin: 5%;
    }

    

    ol, ul {
        margin: 5%;
        padding-left: 8%;
        font-size: 0.8em;
        line-height: 1.4em;
    }

    article li, article p {
        font-weight: 400;
        font-style: normal;
        font-size: 1.1em;
        line-height: 1.4em;
    }

    body.theme-font-serif p {
        line-height: 1em;
    }


    #\34 04fae9b-6883-4e70-9eb1-f6b6a810cb42{
        color: black;
        width: 100%;
    }


    .blockquote-container{
        margin: 0%
    }

    .blockquote-text {
        font-size: 1.4em;
        margin: 4%;
    }

    .header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    
    .breadcrumb-current {
        display: none;
        /*white-space: nowrap;
        max-width: 30%;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }

    .last-divider {
        display: none;
    }

    .quick-link-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    .featured-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        width: 100vw;
    }

    .featured-image {
        height: 25vh;

    }

    .featured-image-text-container {
        color: #fff;
        margin: 6%;
    }

    .featured-image-title {
        font-size: 1.5em;
    }

    .featured-image-subtitle {
        font-size: 1em;
        margin-bottom: 1em;
    }

    .featured-image-footer {
        font-size: 0.8em;
    }

    .featured-right-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding: 3% 6%;
        max-height: 30vh;
    }


    .featured-text-label {
        font-size: 0.9em;
        margin-bottom: 0.2em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 10%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 10%;
                flex: 0 1 10%;
        display: none;
    }

    .featured-text-headline {
        font-size: 1.5em;
        margin-bottom: 0.2em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 15%;
                flex: 0 1 15%;
    }


    .featured-text-teaser {
      overflow: hidden;
      position: relative; 
      line-height: 1.2em;
      max-height: 3.6em; 
      text-align: justify;  
      margin-right: -1em;
      padding-right: 1em;
    }

    .featured-text-teaser:before {
      content: '...';
      position: absolute;
      right: 0;
      bottom: 0;
    }

    .featured-text-teaser:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1em;
      height: 1em;
      margin-top: 0.2em;
      background: white;
    }

    .featured-text-link {
        margin-bottom: 0.6em;
        font-size: 0.8;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
    }

    .featured-controls {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0.4em;
    }

    .featured-arrow-container {
        display: none;
    }


    section {
        margin: 0px;
    }
    
    .header {
        width: 100vw;
    }

    .mobile-hotline-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 4px 0px;
    }

    .home-section-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        height: auto;
    }

    .home-about-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        margin: 6%;
        height: auto;
    }

    .home-about-image {
        background-position: 50%;
        margin: 0px 0px 0.8em 0px;
    }

    .home-about-img {
        width: 75%;
        height: auto;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
    }

    .home-about-text-container {
        margin: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }

    .home-about-title {
        font-size: 1.5em;
    }

    .home-about-text {
      text-align: justify;  
    }

    .home-hotline-container {
        display: none;
    }

    .testimonial-section {
        height: auto;
        background-size: cover;
        padding: 15% 0px;
    }

    .testimonial-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        width: 100%;
        margin: 3em 0px;
    }

    .testimonial-image {
        margin: 0px;
        height: 250px;
    }

    .testimonial-text-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 6%;
    }

    .testimonial-link {
        margin-top: 0px;
    }

    .testimonial-page-container {
        -webkit-filter: none;
                filter: none;
        border: none;
    }

    .home-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding: 6%;
    }

    .home-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding: )%;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .home-block-border {
        border-right: 0px;
        border-bottom: 1px solid #949598;
    }

    .home-block-image {
        margin-bottom: 0.5em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 30%;
                flex: 0 1 30%;
    }

    .home-block-title {
        margin-bottom: 0.5em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 66%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 66%;
                flex: 0 1 66%;
        margin-left: 4%;
    }

    .home-block-text {
        margin-bottom: 1.5em;
    }

    .home-news-container {
    }

    .home-news-headline-container {
        height: 100px;
    }

    .home-news-headline {
        font-size: 2em;
    }

    .home-news-block-image {
        width: 100%;
        height: 200px;
        background-size: contain;
        background-position: 50%;
    }

    .home-news-blocks-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .home-news-block {
        padding: 0px 6% 6% 6%;
        margin: 0px;
    }

    .home-news-blocks-container .home-news-block {
        display: none;
    }

    .home-news-blocks-container .home-news-block.news-event-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }


    .home-news-blocks-container .home-news-block:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .home-news-blocks-container .home-news-block:nth-child(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .events-container {
        margin-bottom: 2em;
    }

    .events-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }

    .event-block-bg-img {
        margin-bottom: 5px;
    }

    .event-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0px;
        max-height: 200px;
        padding: 6%;
    }

    .event-block-head-container {
        margin: 0px;
        margin-bottom: 2em;
    }

    .event-page-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap
    }

    .event-link-container {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    .event-cost {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }

    .event-link {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }

    .event-data-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .event-details {
        padding: 5%;
    }

    .event-info {
        font-size: 1.2em;
    }

    .footer-section {
        display:block;
        position:relative;
        height: auto;
    }

    .footer-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        height: auto;
        padding: 6%;
    }

    .footer-content-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 0px;
        max-width: 100%;
    }

    .footer-subscribe-input-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .footer-email-input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 1em;
    }

    .footer-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        margin-bottom: 2em;
    }

    .footer-container .border-left {
        border-left: 0px;
        border-top: 1px solid #949598
    }

    .footer-title {
        padding-top: 6%;
        font-size: 1.4em;
    }

    .footer-text {
        font-size: 1em;
    }

    .header {
        width: 100%;
        background-color: #faf9f7;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        z-index: 4;
        height: 100px;
        -webkit-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
        -o-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
        transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    }

    .header .nav-bar {
        display: none
    }

    .nav-bar {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center
    }

    #mobile-nav-container {
        padding: 12px 0px;
    }
    .nav-link--mobile {
        display: block;
    }
    
    .section {
        margin-left: 0px;
    }

    .content-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .home-about-mobile {
        display: none;
    }

    
    .services-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding: 0px 5%;
    }

    .service-block-outer-container {
        margin-bottom: 5%;
    }

    .service-block-outer {
        border: 2px solid #5cadae;
        padding: 0px 8px;
    }

    .service-block-container {
        border: 2px solid #5cadae;
        margin: -12px 0%;
        padding: 5%;
    }

    .service-block-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        height: 100%;
    }

    .service-block-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 24%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 24%;
                flex: 0 1 24%;
        margin: 0%;
    }

    .service-block-text {
        width: 100%;
        margin: 0%;
    }

    .service-block-link {
        width: 100%;
    }

    .service-block-title {
        font-size: 1.5em;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        margin: 4% 0%;
    }

    .faq-container {
        margin: 5%;
        font-size: 0.7em;
        padding: 0px;
    }

    .row.clearfix.content-row > .col-md-12.column > div {
        padding: 0px;
    }

    .col-md-12 img {
        margin: 0%;
    }

    .col-md-12 {
        max-width: 100vw;
    }

    .caption {
        margin: 1%;
        font-size: 0.7em;
        color: #58595b;
        font-style: italic;
    }

    .stat-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5%;
        text-align: center;
        max-width: 100vw;
    }

    .stat-image {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100px;
        width: 100px;
    }

    .stat-text-container {
       
    }

    .stat-title {
        font-size: 1.6em;
        font-weight: 600;
        color: #5cadae;
        margin-bottom: .2em;
        padding: 0% 20px
    }

    .stat-content {
        margin-bottom: .2em;
    }

    .stat-content > p {
        margin: 0%;
    }

    .stat-source {
        font-size: .8em;
        font-weight: 700;
    }

    .additional-resources {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }

    .additional-resource {
        padding: 2%;
    }

    .additional-resource-title {
        font-weight: 600;
    }

    .resource-container{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        padding: 4%;
        text-decoration: none;
    }

    .resource-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 70%;
                flex: 0 1 70%;
        padding-right: 4%;
    }

    .resource-type {
        font-size: 0.8em;
        color: #58595b;
        text-transform: uppercase;
    }

    .resource-name {
        margin-top: 0.4em;
    }

    .resource-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 30%;
                flex: 0 1 30%;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .contact-address-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .contact-logo {
        display: none;
    }

    .contact-address {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        width: 100%;
    }

    .contact-phone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        width: 100%;
    }

    .contact-address h3, .contact-phone h3{
        margin: 1% 5%;
    }

    .contact-map-link {
        margin: 0 5%;
        font-size: 0.8em;
    }

    .umbraco-forms-field.city {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    }

    .umbraco-forms-field.state {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
    }

    .umbraco-forms-field.zipcode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%;
    }

    .umbraco-forms-field.phonenumber {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
    }

    .contactform .recaptcha2 {
       padding-left: 30px;
    }

    .search-title {
        margin: 15px auto;
    }

    .search-item {
        margin: 10px auto;
    }

    .pager {
        margin: 5% auto;
    }

    .step-number-container {
        margin-right: 10px;
    }

    .step-number {
        font-size: 1.2em;
        height: 24px;
        width: 24px;
        line-height: 18px;
        border-width: 3px;
    }
    .step-body ul, .step-body ol, .faq-answer ul, .faq-answer ol {
        margin: 1% 0%;
        padding-left: 4%;
    }
    .error-image img {
        height: 180px;
    }
    .search-item .breadcrumbs {
        display: none;
    }
    
    .umbraco-forms-navigation .col-md-12 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;  
    }
}

/*FOR TABLET/PORTRAIT UP*/
    *, :after, :before {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box
    }

    div, a, nav{
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

  @media (min-width: 600px) {
    .header {
        width: 100%;
        background-color: #faf9f7;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        z-index: 4;
        -webkit-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
        -o-transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
        transition: padding .2s cubic-bezier(.694,.0482,.335,1),background .2s cubic-bezier(.694,.0482,.335,1);
    }

    .float-image-left{
        float: left;
        padding: 0px 15px 15px 0px;
    }

    .float-image-right{
        float: right;
        padding: 0px 0px 15px 15px;
    }

    .dropdown ul {
        top: 3.2em;
    }

    main {
        font-size: .9em;
        padding-bottom: 400px;
        width: 100%;
    }
    h1, h2, h3, p, ul, ol, .indent {
        margin: 2% auto;
        padding: 0% 20px;
        max-width: 1200px;
        text-align: start;
    }

    ul, ol {
        padding: 0px 40px;
    }

    .col-md-12 img {
        display: block;
        margin: 0px auto;
        max-width: 100%;
    }

    main {
        margin-top: 100px;
    }

    .nav-link-small {
        margin-top: 15px;
        width: 100%;
    }
    
    .home-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding: 6%;
    }

    .home-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding: 4% 0%;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .home-block-border {
        border-right: 0px;
        border-bottom: 1px solid #949598;
    }

    .home-block-image {
        height: 100px;
        margin-bottom: 0.5em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 30%;
                flex: 0 1 30%;
    }

    .home-block-title {
        margin-bottom: 0.5em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 66%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 66%;
                flex: 0 1 66%;
        margin-left: 4%;
    }

    .home-block-text {
        margin-bottom: 1.5em;
    }

    .home-news-headline-container {
        height: 100px;
    }

    .home-news-blocks-container {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
    }

    .home-news-block {
        min-width: 46%;
    }
    .home-news-block-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }

    .events-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }

    .event-block-bg-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 23%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 23%;
                flex: 0 1 23%;
        margin: 1%;
        min-width: 23%;
    }

    .event-block {
        min-width: 46%;
        height: 240px;
    }

    .header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }
    
    .mobile-container {
        width: 100%;
    }

    #mobile-nav-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width:100%;
    }

    .mobile-nav-handler {
    }

    .logo {
        margin: auto;
    }

    .mobile-spacer{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 72px;
           -moz-box-flex: 0;
            -ms-flex: 0 0 72px;
                flex: 0 0 72px;
    }
    .services-blocks-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        padding: 0px;
    }

    .service-block-outer-container {
        margin-bottom: 5%;
    }

    .service-block-outer {
        border: 2px solid #5cadae;
        padding: 0px 8px;
    }

    .service-block-container {
        border: 2px solid #5cadae;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: -12px 0%;
        padding: 5%;
    }

    .service-block-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .service-block-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 32%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 32%;
                flex: 0 1 32%;
        height: 150px;
        margin: 0%;
    }
    
    .service-block-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 68%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 68%;
                flex: 0 1 68%;
        margin: 0%;
    }

    .service-block-text {
        width: 100%;
        margin: 0%;
    }

    .service-block-link {
        width: 100%;
    }

    .service-block-title {
        font-size: 2em;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
    }
    .nav-bar {
        display: none;;
    }
    .mobile-hotline-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 4px 0px;
    }
    #mobile-nav-container {
        padding: 12px 0px;
    }
    .nav-link--mobile {
        display: block;
    }
    
    .section {
        margin-left: 0px;
    }

    .footer-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .content-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        /*padding: 0%;*/
    }

    .featured-image {
        height: 312px;
    }

    .featured-text-headline{
        font-size: 1.5em;
    }

    .featured-text-teaser {
      overflow: hidden;
      position: relative; 
      line-height: 1.2em;
      max-height: 7.2em; 
      margin-right: -1em;
      padding-right: 1em;
    }

    .featured-text-teaser:before {
      content: '...';
      position: absolute;
      right: 0;
      bottom: 0;
    }

    .featured-text-teaser:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1em;
      height: 1em;
      margin-top: 0.2em;
      background: #f9f8f6;
    }

    .testimonial-page-container {
        -webkit-filter: none;
                filter: none;
        border: none;
        margin: 5% auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .testimonial-page-image {
        margin: 0px;
    }

    .testimonial-page-text-container {
       padding: 0px 0px 0px 5%;
    }

    .testimonial-page-container .testimonial-link{
       margin-top: 0px;
    }

    .testimonial-link {
        margin: 0;
    }

    .home-about-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 6% 0%;
    }
    .home-about-image {
        height: 150px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 32%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 32%;
                flex: 1 1 32%;
        margin: 0%;
    }
    .home-about-title {
        font-size: 1.5em;
        margin: 0%;
        margin-bottom: 0.5em;
    }
    .home-about-text-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        margin: 0px 0px 0px 1em;
    }
    
    .home-hotline-title {
        font-size: 1.5em;
    }
    .home-hotline-number {
        font-size: 1.5em;
    }

    .event-data-container {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        max-width: 1200px;
        margin: 2% auto;
        padding: 0% 20px;
    }



    .caption {
        margin: .5em 12%;
        font-size: 0.8em;
        color: #58595b;
        font-style: italic;
    }

    .stat-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 6%;
    }

    .stat-image {
        width: 150px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0px;
    }

    .stat-title {
        font-size: 1.6em;
        font-weight: 600;
        color: #5cadae;
        margin-bottom: .2em;
        padding: 0% 20px;
    }

    .stat-content {
        font-size: 0.8em;
        margin-bottom: .4em;
    }

    .stat-content > p {
        margin: 0%;
    }

    .stat-source {
        font-size: .8em;
        font-weight: 700;
    }

    .resources-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .resource-container{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        text-decoration: none;
        padding: 4%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }

    .resource-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 70%;
                flex: 0 1 70%;
        margin-right: 4%;
    }

    .resource-type {
        font-size: 0.8em;
        color: #58595b;
        text-transform: uppercase;
    }

    .resource-name {
        margin-top: 0.4em;
    }

    .resource-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 30%;
                flex: 0 1 30%;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .additional-resources {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .additional-resource {
        padding: 2%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 35%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 35%;
                flex: 0 1 35%;
    }

    .additional-resource-title {
        font-weight: 600;
    }

    .service-block-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .service-block-link {
        text-decoration: none;
    }

    .contact-logo {
        display: none;
    }

    .contact-map-link {
        margin: 0 5%;
        padding: 0% 20px;
        font-size: 1em;
    }

    .contact-address-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .contact-address {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
    }

    .contact-phone {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%;
    }

    .contact-p {
        padding: 0px 20px;
        margin: 0px;
    }

    .step-number {
        line-height: 1.3em
    }

    .faq-answer ul, .faq-answer ol {
        margin: 1% 0%;
        padding-left: 20px;
    }

    .error-image img {
        height: 300px;
    }
  }

/*FOR TABLET/LANDSCAPE UP*/
  @media (min-width: 900px) {
    #mobile-nav-container {
        display: none;
    }
    .mobile-hotline-nav {
        display: none;
    }
    .header .nav-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    main {
        padding-left: 350px;
        margin-top: 0px;
        font-size: 0.9em;
        width: 100%;
    }
    .nav-link--home{
        min-height: 100px;
    }
    .featured-text-teaser {
        max-height: 7.2em;
    }
    .home-blocks-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        padding: 0%;
        margin-bottom: 4%;
    }

    .home-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 33%;
                flex: 0 1 33%;
        padding: 4%;
    }

    .border-left {
        border-left: 1px solid #949598;
    }

    .home-block-border {
        border-right: 1px solid #949598;
        border-bottom-style: none;
    }

    .home-block-image {
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-block-title {
        color: #5cadae;
        font-size: 2em;
        margin-bottom: 6px;
        margin-left: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }

    .home-block-text {
        color: #000 80%;
        margin-bottom: 16px;
    }

    .footer-section {
        padding-left: 350px;
    }

    .blockquote-text {
        margin: 10px 0px;
    }

    .blockquote-top-border, .blockquote-bottom-border {
        height: 45px;
        width: 45px;
    }

    .events-blocks-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .event-block-bg-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        min-width: 23%;
    }
    
  }

/*FOR DESKTOP UP*/
  @media (min-width: 1200px) {
    @-webkit-keyframes slide-in-left {
      0% {
        -webkit-transform: translateX(-1000px);
                transform: translateX(-1000px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
    }
    @keyframes slide-in-left {
      0% {
        -webkit-transform: translateX(-1000px);
                transform: translateX(-1000px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
    }
    @-webkit-keyframes slide-out-right {
      0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
      100% {
        -webkit-transform: translateX(1000px);
                transform: translateX(1000px);
        opacity: 0;
      }
    }
    @keyframes slide-out-right {
      0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
      100% {
        -webkit-transform: translateX(1000px);
                transform: translateX(1000px);
        opacity: 0;
      }
    }
    .featured-image {
        height: 468px;
    }
    .featured-text-teaser {
        max-height: 9.6em;
    }
    main {
        font-size: 1.1em;
        letter-spacing: 0px;
    }
    .dropdown ul {
        top: 2.6em;
    }
    .umbraco-forms-navigation input.btn.primary {
        padding: 0.5em 1em;
    }

    .home-news-block {
        min-width: 20%;
    }

    .home-about-container, .home-hotline-container {
        height: auto;
    }

    .home-hotline-container {
        padding: 1.5%;
    }

    .home-about-container {
        padding: 3%;
    }

    .testimonial-section {
        padding: 8% 2%;
        height: auto;
    }
    .testimonial-container {
        height: auto;
    }
    .testimonial-page-container {
        margin: 5% auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .testimonial-page-image{
        margin: 0;
        height: 260px;
    }

    .testimonial-page-text-container{
        padding: 0px 0px 0px 5%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .event-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
           -moz-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        height: 240px;
        padding: 3%;
    }

    .event-block-bg-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 23%;
                flex: 0 0 23%;
        min-width: 23%;
    }

    .services-blocks-container {
        display:-webkit-box;
        display:-webkit-flex;
        display:-moz-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: 2% 2%;
    }

    .service-block-outer-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin-bottom: 2%;
    }

    .service-block-outer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        border: 2px solid #5cadae;
        padding: 0px 8px;
    }

    .service-block-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        border: 2px solid #5cadae;
    }


    .service-block-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        margin: -12px 0%;
        padding: 10% 0% 0% 0%;
        height: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .service-block-image {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 33%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 33%;
                flex: 0 1 33%;
        float: left;
        background-position: 0;
    }

    .service-block-link {
        margin: 5px 0px;
    }

    .service-block-title {
        margin: 0%;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        -webkit-box-flex: unset;
        -webkit-flex: unset;
           -moz-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        margin-bottom: 10px;
    }

    .service-page-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .service-page-outer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 48%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 48%;
                flex: 0 1 48%;
        padding: 1%;
    }

    .service-page-inner {
        padding: 5% 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }

    .service-page-image{
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 30%;
                flex: 0 1 30%;
    }

    .service-page-title{
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 70%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 70%;
                flex: 0 1 70%;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
        padding-left: 5px;
    }

    .contact-map-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        max-width: 1200px;
        margin: 2% auto;
    }

    .contact-map {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 60%;
                flex: 0 1 60%;
    }

    .contact-address-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 40%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%;
    }

    .contact-address {
        margin-bottom: 2%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    
    }

    .contact-phone {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1;
           -moz-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
    }

    .contact-logo {
        display: unset;
    }

    .contact-p, .contact-map-link{
        padding: 0px;
    }

    .stat-image {
        width: 20%;
        height: auto;

    }
    
    .stat-container{
        padding: 4% 6%;
        font-size: 1.4em;
    }
    .stat-text-container{
        width: 80%;
    }

    .step-number {
        line-height: 1em;
    }

    .error-container .row {
        padding: 0px;
    }
    .error-search {
        max-width: 800px;
    }
    .umbraco-forms-field.selectmaterialstoreceive input{
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 3%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 3%;
                flex: 0 1 3%;
    }
    .umbraco-forms-field.selectmaterialstoreceive label{
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 97%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 97%;
                flex: 0 1 97%;
        margin: 4px 0 0;
    }

    .contact-address-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
    }

    .contact-p {
       padding: 0px 20px;
    }
  }

/*FOR LARGE DESKTOP*/
  @media (min-width: 1800px) {

  }

/*FOR PRINT*/
@media print {
    .header{
        display: none;
    }
    .footer-section {
        display: none;
    }
    main {
        margin: 0px;
        padding: 0px;
    }
    .row {
        padding: 10px 0px;
    }

    .col-md-12 img{
        max-width: 40%;
    }
}