body {
  font-family: 'museo-sans', sans-serif;
  color: #202B32;
  font-weight: 400;
  font-size: 1em;
  position: initial !important;
  min-height: auto !important;
  top: 0px;
}

body.container{
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

main, footer{
  background-color: #FFF;
  position: relative;
  z-index: 6;
  -webkit-transform: translate3d(0,0,0);
}

iframe {
  max-width: 100% !important;
}

p{
  margin-bottom: 10px;
}

.content-section p{
  margin-bottom: 30px;
}

p.medium{
  max-width: 400px;
  display: inline-block;
}

p.float-right{
  float: right;
}

p.float-left{
  float: left;
}

p.image-caption{
  font-size: 0.8em;
  margin: 0;
  font-weight: 500;
  margin-top: -30px;
  margin-left: 10px;
  font-style: italic;
}


.content-section, .webform-confirmation{
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 300;
}

h1{
  font-size: 1.8em;
  color: #0099D8;
  font-weight: 600;
  text-transform: uppercase;
}

h2{
  font-size: 1.3em;
  color: #0099D8;
  font-weight: 600;
}

h3{
  font-size: 1.3em;
  color: #202B32;
  font-weight: 600;
}

h4{
  font-size: 1em;
  color: #0099D8;
  font-weight: 400;
}

h5{
  font-size: 1em;
  color: #202B32;
  font-weight: 400;
}

ol.graph{
  margin: 0;
  padding: 0;
}

ol.graph li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px dotted #0099D8;
  padding-bottom: 15px;
  line-height: 1em;
  padding-left: 50px;
  padding-top:  6px;
}

ol.graph li:first-child {
  margin-top: 30px;
}

ol.graph li:last-child {
  counter-increment: list;
  list-style-type: none;
  margin-bottom: 30px;
  border-bottom: 0;
  padding-bottom: 0;
}

ol.graph li:before {
  color: #000000;
  font-weight: 900;
  margin-right: 0px;
  content: counter(list);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-color: #e6fe01;
  line-height: 1.5em;
  font-size: 1em;
  padding:2px 10px;
  border-radius:50%;
}

b, strong {
  font-weight: 700;
}

a{
  font-weight: 700;
  color: #0099D8;
}

a.btn-primary {
    text-transform: uppercase;
    background-color: transparent;
    color: #202B32;
    border-color: #202B32;
    border: 0.15em solid;
    line-height: 1em;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    font-size: 0.8em;
}

a.btn-primary.narrow {
    padding: 5px 15px;
    font-size: 1em;
}

a.btn-primary:hover{
  background-color: #202B32;
  color: #FFF;
  border-color: #202B32;
}

a.btn-primary.blue{
  border-color: #0099D8;
  color: #0099D8;
}

a.btn-primary.blue:hover{
  background-color: #0099D8;
  border-color: #0099D8;
  color: #FFF;
}

h1 span {
  font-weight: 300;
  font-style: italic;
  text-transform: initial;
}

hr{
  border-top: 1px solid #cacaca;
  padding: 1px 0;
}

ul {
  margin: 0;
  padding: 0;
}

.content-section ul{
  padding-left: 35px;
}

.content-section table tbody tr td, .content-section table thead tr th {
  padding: 10px;
}

img, svg {
  max-width: 100%;
  height: auto !important;
}

.content-section img {
  padding: 0 20px;
}
.content-section img {
    padding: 0 20px;
}

.content-section a img {
    border: 2px solid #0099d8;
    border-radius: 5px;
}

.content-section a:hover img {
    border: 2px solid #00567a;
    border-radius: 5px;
}

a.table-item img, a.table-item:hover img{
  border: none !important;
}

img.sm-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 2px;
  margin: 0 2px;
}

img.md-icon{
  width: 40px;
    height: 40px;
    display: inline-block;
    padding: 2px;
    margin: 0 10px 5px 0;
}


img.icon{
  width: 40px;
  display: inline-block;
}

img.icon.sm{
  width: 20px;
}

.table-responsive {
  margin-bottom: 15px;
  border: 0;
}

/*Image Expander*/

div.imgLG{
    width: 100%;
    max-width: 650px;
    height: auto;
    position: relative;
}

div.imgLG img{
  max-width: 100%;
}

div.imgLG a{
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 0.8em;
  display: block;
}

div.imgLG div.link-label{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.85);
    padding: 10px;
    opacity: 0;
    transition:0.5s;
}

div.imgLG:hover div.link-label{
    opacity: 1;
}

/*Login Section*/
form.user-login-form {
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    width: 550px;
    left: 50%;
    position: relative;
    margin-left: -275px;
    font-size: 0.9em;
    color: #333;
    max-width: 100%;
}

@media only screen and (max-width: 575px) {
  form.user-login-form {
      left: 0;
      position: relative;
      margin-left: 0;

  }
}

form.user-login-form label{
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #0078ae;

}

form.user-login-form div.description{
    font-style: italic;
    margin:  5px 0;
}

form.user-login-form input{
    max-width: 100% !important;
        outline: none;
    border: 1px solid #adadad;
    max-width: 100% !important;
    padding: 10px;
    background-color: #fbfeff;
}

form.user-login-form input.form-submit{
    border: 0px;
    background-color: #0078ae;
    color: #FFF;
    padding: 5px 40px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
}

form.user-login-form .form-item{
    display: block;
    text-aign: center;
    width: 100%;
    margin: 10px 0;
}

form.user-login-form .captcha{
    margin: 20px 0;
}

/*Top Header Section*/

#top-header-section{
  color: #FFF;
  overflow: visible;
  z-index: 1;
}

#top-header-section .header-section{
  position: relative;
  font-weight: 600;
}

#top-header-section img.logo{
  width: 100%;
  max-width: 320px;
}

#top-header-section img.logo.site-logo{
  max-height: 55px;
}

#top-header-section .col-12{

}

#top-header-section .row{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

/*Main Menu Section*/

#block-views-block-table-view-main-menu{
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #0099D8;
  min-height: 100px;
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

body.toolbar-fixed #block-views-block-table-view-main-menu {
  position: absolute;
  z-index: 3;
}

#main-menu-section{
  position: relative;
}

/*Table Menu Section*/

#table-menu-section span{
  margin: 0 10px;
}

/*Menu Bars Start*/

.menu-container{
  display: inline-block;
  cursor: pointer;
}

#top-header-section.expanded .menu-container{
  color: #a8e6ff;
}

.menu-text{
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  padding-top: 0px;
}

.menu-bar {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 10px;
}

.menu-bar .bar1, .menu-bar .bar2, .menu-bar .bar3 {
    width: 20px;
    height: 3px;
    background-color: #FFF;
    margin: 3px 0;
    transition: 0.4s;
}

#top-header-section.expanded .menu-bar .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 7px);
    transform: rotate(-45deg) translate(-2px, 7px);
}

#top-header-section.expanded .menu-bar .bar2 {
    opacity: 0;
}

#top-header-section.expanded .menu-bar .bar3 {
    -webkit-transform: rotate(45deg) translate(-1px, -7px);
    transform: rotate(45deg) translate(-1px, -7px);
}

#menu-section{
  background-color: #e6e7e8;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
  border-radius: 0 0 10px 10px;
  border: 5px solid #0099D8;
  border-top: 0;
}

#menu-section ul {
  list-style: none;
  padding: 10px 0;
}

#menu-section ul li{
    padding: 5px 15px;
}

#menu-section ul li a {
  color: #0099D8;
  font-weight: 600;
  border-bottom: 1px solid #0099D8;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}

#menu-section ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

#menu-section ul li a.active {
  color: #adadad;
  text-decoration: none;
}

#top-header-section.expanded #menu-section{
  display: inline-block;
}



/*Table Top Navigation Section*/

#table-top-navigation-section .table-title{
  display: flex;
  align-items: center;
  justify-content: center;
}

#table-top-navigation-section .table-title h1{
  margin-bottom: 0;
}

/*Bottom Header Section*/

#bottom-header-section img.logo{
  width: auto;
  height: 250px !important;
  max-width: 100%;
}

#block-views-block-open-house-block-2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

body.toolbar-fixed #block-views-block-open-house-block-2 {
  position: absolute;
  z-index: 1;
}


/*Front Page Section*/
#front-page-section .table-item{
  display: inline-block;
  border: 10px solid #e6e7e8;
  position: relative;
  padding: 20px;
  width: 200px;
  height: 225px;
  overflow: hidden;
  margin: 10px;
  -webkit-transition : border 75ms ease-in;
  -moz-transition : border 75ms ease-in;
  -o-transition : border 75ms ease-in;
  transition : border 75ms ease-in;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}
#front-page-section .table-item:hover{
  border-color: #0099D8;
  color: #0099D8;
}

@media only screen and (max-width: 767px) {
  #front-page-section .table-item{
    margin: 2px;
  }
}

#front-page-section .table-step{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6e7e8;
  color: #FFF;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
        -webkit-transition : background-color 75ms ease-in;
  -moz-transition : background-color 75ms ease-in;
  -o-transition : background-color 75ms ease-in;
  transition : background-color 75ms ease-in;
  z-index: 2;
}

#front-page-section .table-item:hover .table-step{
  background-color: #0099D8;
  color: #FFF;
}


#front-page-section .table-step{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6e7e8;
  color: #0099D8;
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 1.4em;
  line-height: 2.1em;
  border-radius: 0 0 10px 0;
}


#front-page-section .table-icon, #front-page-section .table-icon-animated{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  padding: 15px;
  vertical-align: middle;
}

#front-page-section .table-icon{
  background-color: #fff;
  z-index: 1;
  display: inline-block;
}

#front-page-section .table-icon-animated{
  display: none;
}

#front-page-section .table-item:hover .table-icon{
  display: none;
}

#front-page-section .table-item:hover .table-icon-animated{
  display: inline-block;
}


#front-page-section .table-title{
  font-size: 0.8em;
  line-height: 1.4em;
  margin-top: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 15px;
  z-index: 2;
}

/*Table Header Section*/

#content-top{
  width: 1px;
  height: 100px;
  display: block;
  margin-top: 450px;
}
#table-header-section svg.icon, #table-header-section img.icon{
  width: auto;
  max-height: 100px;
}

 #table-header-section img.icon{
  filter: invert(48%) sepia(99%) saturate(2990%) hue-rotate(168deg) brightness(93%) contrast(101%);
}

/*Table Navigation Section*/

#table-navigation-section .item{
  width: 125px;
  vertical-align: top;
  margin: 10px;
}

#table-navigation-section a:hover{
  text-decoration: none;
}

#table-navigation-section .table-item{
  display: inline-block;
  position: relative;
  padding: 30px;
  width: 125px;
  height: 125px;
  overflow: hidden;
  background-color: #e6e7e8;
  border-radius: 10px;

}

#table-navigation-section .table-item.active, #table-navigation-section .table-item:hover{
  background-color: #0099D8;

}


#table-navigation-section .table-item svg, #table-navigation-section .table-item img{
  width: auto;
  max-height: 100%;
}

#table-navigation-section .table-item svg path, #table-navigation-section .table-item svg circle{
  fill: #0099D8;
}

#table-navigation-section .table-item img{
 
}


#table-navigation-section .table-icon, #table-navigation-section .table-icon-animated{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#table-navigation-section .table-icon-animated{
  display: none;
}

#table-navigation-section .table-icon{
  background-color: #e6e7e8;
  z-index: 1;
}

#table-navigation-section .table-item.active .table-icon, #table-navigation-section .table-item:hover .table-icon{
  display: none;
}

#table-navigation-section .table-item.active .table-icon-animated, #table-navigation-section .table-item:hover .table-icon-animated{
  display: inline-block;
}

#table-navigation-section .table-item.active svg path, #table-navigation-section .table-item:hover svg path, #table-navigation-section .table-item.active svg circle, #table-navigation-section .table-item:hover svg circle{
  fill: #FFF;
}

#table-navigation-section .table-title{
  width: 100%;
  display: block;
  margin-top: 5px;
  line-height: 1.4em;
  padding: 0 5px;
}

#table-navigation-section .table-title a{
  text-transform: uppercase;
}

#table-navigation-section .table-icon img{
  width: auto;
  height: 100%;
}

/*Featured Footer Section*/

#featured-footer-section{
  background-color: #fff;
}

#featured-footer-section h2{
  text-align: center;
  border-bottom: 5px solid #0099d8;
  padding-bottom: 10px;
  font-size: 1.2em;
}

#featured-footer-section h2 span{
  background-color: #ffffff;
  color: #0099d8;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  border: 5px solid #0099d8;
  border-bottom: 0;
}

/*Footer Section*/
#footer-section{
  color: #FFF;
}

#footer-section .social-footer .icon{
  display: inline-block;
  margin: 0 10px 5px 10px;
}

#footer-section .social-footer .icon img{
  width: 100%; 
  max-width: 50px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
}

#footer-section .social-footer .icon img:hover {
  opacity: 0.5;
}

#footer-section img.logo{
  max-width: 350px;
}

#footer-section .hide-logo img.logo{
  display: none;
}


/*Animation*/

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*Colors*/
.white-bg{
  background-color: #fff;
}

.grey-bg{
  background-color: #e6e7e8;
}

.blue-bg{
  background-color: #0099D8;
}

.blue-bg a, .blue-bg h1, .blue-bg h2, .blue-bg h3{
  color: #FFF;
}

svg.blue-icon path, svg.blue-icon circle{
  fill: #0099D8;
}

svg.white-icon path, svg.white-icon circle{
  fill: #FFF;
}

svg.black-icon path, svg.black-icon circle{
  fill: #000;
}

/*Google Translate*/
.goog-te-gadget{
  font-size:0 !important;
  display: block;
}
.goog-te-gadget a, .goog-te-gadget img{
  display:none !important;
}



/*Custom Bootstrap*/
.container-fluid{
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.row .row{
  margin-left: -30px;
  margin-right: -30px;
}

.row .row .col-12{
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
  .col-12{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .hidden-xs{
    display: none;
  }

  .row .row{
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .hidden-sm{
    display: none;
  }
}



/*Customs*/

.inline-block{
  display: inline-block;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center center;
}

@media only screen and (min-width: 2000px) {
  .image-bg {
    background-size: 2000px;
  }
}

.image-bg.contain {
  background-size: contain;
}

.icon-bg{
  background-color: #9BC954;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-origin: content-box;
  background-position: right 10px bottom;
}

.no-p{
  padding: 0 !important;
}

.no-m{
  margin: 0 !important;
}
.table{
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.table .table-cell{
  display: table-cell;
  vertical-align: middle;
}

.margin-yp{
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-yp.sections{
  border-bottom: 1px solid #cacaca;
  padding: 1px 0;
  padding-bottom: 50px;
}

.margin-yp-top{
  margin-top: 50px;
}

.margin-yp-bottom{
  margin-bottom: 50px;
}

.margin-ys{
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-ys-top{
  margin-top: 15px;
}

.margin-ys-bottom{
  margin-bottom: 15px;
}

.margin-y{
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-y-top{
  margin-top: 25px;
}

.margin-y-bottom{
  margin-bottom: 25px;
}


.padding-yp{
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-ypx{
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding-yp-top{
  padding-top: 50px;
}

.padding-yp-bottom{
  padding-bottom: 50px;
}

.padding-yxs{
  padding-top: 8px;
  padding-bottom: 8px;
}

.padding-ys{
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-ys-top{
  padding-top: 15px;
}

.padding-ys-bottom{
  padding-bottom: 15px;
}

.padding-y{
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-y-top{
  padding-top: 25px;
}

.padding-y-bottom{
  padding-bottom: 25px;
}

.b-left{
  border-left: 3px solid #ffb819;
}

@media only screen and (max-width: 767px) {
  .b-left{
    border-left: 0;
  }

}



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

.text-left, .text-left-auto{
  text-align: left;
}

.text-right, .text-right-auto{
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .text-left-auto, .text-right-auto{
    text-align: center;
  }

}

/*Bootstrap Override*/

.container {
  width: 100%;
  max-width: 1250px;
}

.col-xs-12 {
  padding: 0 30px;
}

.alert p {
    margin-bottom: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 1em;
}


.btn {
    padding: 10px 15px;
    font-size: 1em;
    line-height: 1em;
    border: 0;
    border-radius: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1em;
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #0574a3;
    border-color: #0574a3;
}

.form-group {
    margin-bottom: 15px;
    padding-right: 10%;
}

@media only screen and (max-width: 575px) {
  .form-group {
    padding-right: 0;
  }
}

/*Drupal Override*/
#block-tabs ul{
  background-color: #ffd800;
  text-align: center;
}

#block-tabs ul li{
  display: inline-block;
  padding: 5px 10px;
}

ul.contextual-links li, ul.contextual-links li a{
  background-color: transparent !important;
  color: #333 !important;
  border: none !important;
  display: block !important;
}

.status-message {
    background-color: #ffebbf;
    padding: 10px;
    font-weight: 700;
}

#tasks-section{
  background-color: #ffebbf;
  text-transform: uppercase;
  font-size: 0.8em;
}

#tasks-section ul li{
  padding: 10px;
}

#tasks-section ul li a.is-active{
  color: #333;
}


div[role=contentinfo] {
  display: inline-block;
  padding: 0;
  margin-bottom: 30px;
}

/*Mini Pager Start*/
.mini-pager ul{
  text-align: center;
}

.mini-pager li{
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}


/*Form Override Start*/

.fieldset-wrapper {
  float: left;
  max-width: 100%;
}


form.webform-submission-form{
  margin-top: 25px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
}

form.webform-submission-form > div, form.webform-submission-form > fieldset{
  padding-top: 25px;
  border-top: 2px dotted #ccc;
  margin-top: 25px;
}

form.webform-submission-form > fieldset legend{
  float: left;
}


form.webform-submission-form div:first-child{
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

form.webform-submission-form div.description{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1em;
  color: #444;
}

form.webform-submission-form .webform-element-description {
  margin-bottom: 20px;
  font-size: 1em;
}

form.webform-submission-form .webform-element-description a{
  text-decoration: underline;
}

form.webform-submission-form div input[type="button"], 
form.webform-submission-form div input[type="submit"] {
    text-transform: uppercase;
    background-color: #0099D8;
    color: #ffffff;
    border-color: #0099D8;
    border: 0.15em solid;
    line-height: 1em;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}
form.webform-submission-form div input[type="button"]:hover, 
form.webform-submission-form div input[type="submit"]:hover {
  background-color: #096c95;
  color: #FFF;
}

form.webform-submission-form div input[type="submit"]{
  margin-top: 0px;
}

form.webform-submission-form div  input, form.webform-submission-form div textarea{
  box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  padding: 8px;
  outline: none;
  border: 1px solid #e6e7e8;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  background-color: #e6e7e8;
  max-width: 100%;
}
form.webform-submission-form div  input:focus, form.webform-submission-form div textarea:focus{
  border:1px solid #0099D8;
}

form.webform-submission-form select{
  display: block;
}


form.webform-submission-form label.form-required:after, form.webform-submission-form span.form-required:after{
  content:" *";
  color: #ff0000;
}

form.webform-submission-form div textarea{
  width: 100%;
  height: 100px;
}

form.webform-submission-form span.fieldset-legend{
  font-weight: 700;
  color: #0099D8;
  max-width: 100%;
}

form.webform-submission-form label, form.webform-submission-form legend{
  font-size: 1.3em;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #0099D8;
  line-height: 1.2em;
  display: block;
}

form.webform-submission-form label.option{
  font-weight: 400;
  margin: 10px;
  padding-left: 0;
  font-size: 1em;
  color: #202B32;
  position: relative;
  line-height: 2em;
  display: inline;
}

form.webform-submission-form .form-item{
  margin-bottom: 30px;
  max-width: 100%;
}

.webform-elements  > div, .webform-elements > fieldset{
  margin-bottom: 75px !important;
}

form.webform-submission-form .webform-checkboxes-other-input, form.webform-submission-form .webform-radios-other-input{
  margin-top: 15px;
  margin-bottom: 0;
}

form.webform-submission-form div.form-item.js-form-type-radio:last-child, form.webform-submission-form div.form-item.js-form-type-checkbox:last-child{
  margin-bottom: 0;
}

.webform-scale-flexbox .webform-scale-option{
  flex: none;
}

@media only screen and (max-width: 767px) {
  form.webform-submission-form .webform-likert-table-wrapper th {
    display: none;
  }

  form.webform-submission-form .webform-likert-table td{
    display: block !important;
    width: 100% !important;
    text-align: left;
  }

  form.webform-submission-form .webform-likert-table .form-item{
    margin-bottom: 0;
  }

  form.webform-submission-form .webform-likert-table tr{
    margin-bottom: 35px !important;
    display: block;
  }

  form.webform-submission-form .webform-likert-table tr:last-child{
    margin-bottom: 0 !important;
  }

  form.webform-submission-form label.option{
    line-height: 1em;
  }


}

  .webform-scale-text.webform-scale-text-below div{
    position: relative;
    left: 0;
    text-align: left;
    margin-top: 5px;
    font-size: 0.8em;
  }

  .webform-scale-options input + label {
    text-align: center;
    padding:0 5px !important;
  }

  .webform-scale-options label:before {
    display: none !important;
  }


@media only screen and (min-width: 768px) {

  .js-form-type-checkbox input, .js-form-type-radio input{
    cursor: pointer;
    margin-right: 0;
    z-index: 0;
    top: 12px;
    left: 16px;
    position: absolute;
  }

  table.webform-likert-table .js-form-type-checkbox input, table.webform-likert-table .js-form-type-radio input{
    cursor: pointer;
    margin-right: 0;
    z-index: 0;
    top: -15px;
    left: 25px;
    position: relative;
  }


  .js-form-type-checkbox label:before, .js-form-type-radio label:before{
    content: '';
    position: relative;
    top: 6px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e6e7e8;
    border-radius: 50%;
    visibility: visible;
    z-index: 0;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
  }


  .js-form-type-checkbox label:hover:before, .js-form-type-radio label:hover:before{
    background-color: #d6d7d7;
  }

  .js-form-type-checkbox input:checked + label:before, .js-form-type-radio input:checked + label:before{
    background-color: #0099D8;
  }

  .js-form-type-checkbox input:checked + label:after, .js-form-type-radio input:checked + label:after{
    content: '';
    cursor: pointer;
    position: absolute;
    visibility: visible;
    left: 10px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }

  .js-form-type-checkbox, .js-form-type-radio{
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  form.webform-submission-form .webform-likert-table-wrapper .js-form-type-checkbox label:before, form.webform-submission-form .webform-likert-table-wrapper .js-form-type-radio label:before{

    position: relative;
    top: -10px;
    left: -7px;
    height: 25px;
    width: 25px;
    background-color: #e6e7e8;
    border-radius: 50%;
    visibility: visible;
    z-index: 0;
    cursor: pointer;

    margin: 0;
  }



  form.webform-submission-form .webform-likert-table-wrapper div.form-item.js-form-type-radio, form.webform-submission-form .webform-likert-table-wrapper div.form-item.js-form-type-checkbox {
    text-align: center;
  }

  form.webform-submission-form .webform-likert-table-wrapper label.option {
    display: inline-block;
  }

  form.webform-submission-form .webform-likert-table-wrapper .js-form-type-checkbox input:checked + label:after, form.webform-submission-form .webform-likert-table-wrapper .js-form-type-radio input:checked + label:after{
    content: '';
    cursor: pointer;
    position: absolute;
    visibility: visible;
    left: 3px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }

  form.webform-submission-form .webform-likert-table-wrapper .js-form-type-checkbox input:checked + label:before, form.webform-submission-form .webform-likert-table-wrapper .js-form-type-radio input:checked + label:before{
    background-color: #0099D8;
  }


}

form.webform-submission-form .webform-likert-table-wrapper label{
  font-size: 1.2em;
  color: #202B32;
  position: relative;
}





form.webform-submission-form div.form-item.js-form-type-radio, form.webform-submission-form div.form-item.js-form-type-checkbox{
  /* margin-bottom: 15px; */
  min-height: 0;
}

.webform-likert-table > tbody > tr > td > div > label {
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 0;
  font-size: 1.2em;
  color: #202B32;
  max-width: 70%;
  position: relative;
  line-height: 1em;
}

[data-likert-answers-count="2"] th {
  width: 10%;
}


/*Table Ribbon Start*/


.ribbon-container {
  overflow: hidden;
  /* so we can see the pseudo-elements we're going to add to the anchor */
  text-align: center;
  font-size: 18px;
  /* font-size and line-height must be equal so we can account for the height of the banner */
  
  line-height: 18px;
}

.ribbon-container .ribbon {
  display: block;
  padding: 20px;
  position: relative;
  /* allows us to position our pseudo-elements properly */
  background-color: #0099D8;
  overflow: visible;
  height: 58px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.ribbon-container.disabled .ribbon{
  background-color: #e6e7e8;
}

.ribbon-container.ribbon-left .ribbon:after {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  border-top: 29px solid white;
  border-bottom: 29px solid white;
  border-right: 29px solid #0099d8;
  border-left: 29px solid transparent;
}


.ribbon-container.ribbon-right .ribbon:after {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  border-top: 29px solid white;
  border-bottom: 29px solid white;
  border-right: 29px solid transparent;
  border-left: 29px solid #0099d8;
}

.ribbon-container.ribbon-right .ribbon:before, .ribbon-container.ribbon-left .ribbon:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 29px solid #0099D8;
  border-bottom: 29px solid #0099D8;
  border-right: 29px solid transparent;
  border-left: 29px solid #fff;
}


.ribbon-container.ribbon-left .ribbon:before {
  left: inherit;
  right: 0;
  border-top: 29px solid #0099D8;
  border-bottom: 29px solid #0099D8;
  border-right: 29px solid #fff;
  border-left: 29px solid transparent;
}

.ribbon-container .ribbon:hover {
  background: #009ff1;
}

.ribbon-container .ribbon:hover:before {
  /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
  
  border-top: 29px solid #009ff1;
  border-bottom: 29px solid #009ff1;
}

.ribbon-container.ribbon-left .ribbon:hover:after{
  border-right: 29px solid #009ff1;
}

.ribbon-container.ribbon-right .ribbon:hover:after{
  border-left: 29px solid #009ff1;
}

.ribbon-container.disabled .ribbon{
  background-color: #e6e7e8;
}

.ribbon-container.disabled .ribbon:before{
  border-top: 29px solid #e6e7e8;
  border-bottom: 29px solid #e6e7e8;
}

.ribbon-container.disabled.ribbon-left .ribbon:after{
  border-right: 29px solid #e6e7e8;
}

.ribbon-container.disabled.ribbon-right .ribbon:after{
  border-left: 29px solid #e6e7e8;
}

.ribbon-container.ribbon-left .ribbon{
  text-align: center;

}

.ribbon-container.ribbon-right .ribbon{
  text-align: center;

}

@media only screen and (max-width: 875px) {
  .ribbon-container .ribbon span {
    display: none;
  }

  .ribbon-container.ribbon-right .ribbon:before {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-right: 29px solid transparent;
    border-left: 29px solid #0099D8;
  }


  .ribbon-container.ribbon-left .ribbon:before {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-right: 29px solid #0099D8;
    border-left: 29px solid transparent;
  }

  .ribbon-container .ribbon, .ribbon-container.disabled .ribbon{
    background-color: #fff;
    padding: 0;
    display: inline-block;
  }

  .ribbon-container.disabled .ribbon{
    background-color: #e6e7e8;
  }

  .ribbon-container.ribbon-left.disabled .ribbon:before {
    border-right: 29px solid #e6e7e8;
  }

  .ribbon-container.ribbon-right.disabled .ribbon:before {
    border-left: 29px solid #e6e7e8;
  }

  .ribbon-container.ribbon-left .ribbon:after, .ribbon-container.ribbon-right .ribbon:after {
    display: none;
  }

  .ribbon-container .ribbon:hover {
    background: transparent;
  }

}

@media only screen and (max-width: 575px) {
  .ribbon-container{
    display: none;
  }
}


/*Image Figure Captions*/
figure {
    display: table !important;
    margin: 0px;
}

figure img {
    display: block;
}

figcaption {
  display: table-caption !important;
  caption-side: bottom;
  text-align: left;
  padding: 20px;
  font-size: .85em;
}


/*Icons Start*/
.fas{
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-position: center center;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.fas.fa-arrow-right{
  background-image:url(/themes/washco/right-arrow.svg);
}

/*-- TIMELINE STYLES ------------------------------*/

.content-section ul.timeline{
  padding-left: 0;
}

.timeline {
   line-height: 1.4em;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
 .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
   line-height: inherit;
}
/*----- TIMELINE ITEM -----*/
 .timeline-item {
   padding-left: 40px;
   position: relative;
}
 .timeline-item:last-child {
   padding-bottom: 0;
}
/*----- TIMELINE INFO -----*/
 .timeline-info {
   font-size: 0.6em;
   font-weight: 700;
   letter-spacing: 3px;
   margin: 0 0 0.5em 0;
   text-transform: uppercase;
   white-space: nowrap;
   color: #696969;
}
/*----- TIMELINE MARKER -----*/
 .timeline-marker {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 15px;
}
 .timeline-marker:before {
   background: #0099d8;
   border: 3px solid transparent;
   border-radius: 100%;
   content: "";
   display: block;
   height: 15px;
   position: absolute;
   top: 4px;
   left: 0;
   width: 15px;
   transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
 .timeline-marker:after {
   content: "";
   width: 3px;
   background: #ccd5db;
   display: block;
   position: absolute;
   top: 24px;
   bottom: 0;
   left: 6px;
}
 .timeline-item:last-child .timeline-marker:after {
   content: none;
}

/*----- TIMELINE CONTENT -----*/
 .timeline-content {
   padding-bottom: 40px;
}
 .timeline-content p:last-child {
   margin-bottom: 0;
}

/*IMCE FIX*/

.imce-page #content-top, .imce-page footer{
  display: none;
}


/*----ACCORDION----*/
.ckeditor-accordion-container dd p {
 margin: 10px 0;
}
