/*
Theme Name: NOA theme
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noa
*/

.location__map.hide-map {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.map-embed.locations-map iframe {
  height: 240px;
}
.s-locations__item {
  margin-bottom: 50px;
}
.locations-map.home-map {
  width: 100%;
  height: 240px;
}

@media screen and (min-width: 61.9375em) {
    .locations-map.home-map {
        width: 50%;
    }
}

/* Start Gravity Forms */
#gform_wrapper_1 {
    max-width: 1190px;
    margin: auto;
    width: 100%;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0;
    padding: 0;
    color: #65b1fa;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 200px !important;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer #gform_submit_button_1 {
    width: 100%;
    border: 0;
    height: 70px;
    border-radius: 5px;
    background: #e1dba4;
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
}
#gform_wrapper_2.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}
#contact-sidebar #gform_wrapper_2 label {
  margin-bottom: 0;
}
#contact-sidebar #gform_wrapper_2 textarea {
  height: 90px !important;
}
#contact-sidebar #gform_wrapper_2 input[type="submit"] {
  padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
}
/* End Gravity Forms */
.g-recaptcha{
    margin: 0 auto;
    width: 100%;
    max-width: 290px;
}

.call-to-action{
  overflow: hidden !important;
}

.review-button {
  background-color: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100px;
  margin-bottom: 30px;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  
}

.review-button img {
    max-width: 120px;
    display: block;
    margin: auto;
 }

.review-button h3 {
	color: #fff;
	font-size: 1.6rem;
	display: block;
	line-height: initial;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
.site-footer-social__item {
  width: initial;
  height: initial;
}
.site-footer-social__item a {
  width: 100px;
  height: 40px;
  text-align: center;
}
h1.feature-content__title, h1.single-content__title {
  font-size: 40px;
}
.locations__item:last-of-type {
  margin: auto;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alert-banner {
  background-color: #0066CC;
  display: block;
  padding: 8px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.alert-banner p, .alert-banner a, .alert-banner a:hover, .alert-banner a:visited {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.alert-banner a {
    text-decoration: underline;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.col {
  flex-grow: 1;
  flex-basis: auto;
  margin-bottom: 1em;
}
.col.half {
	max-width: 50%;
}
.col.third {
	max-width: 33%;
}
.col.quarter {
    max-width: 24%;
}
@media only screen and (max-width: 767px) {
  .flex-container {
    flex-flow: column wrap;
  }
	.col.half, .col.third, .col.quarter {
		max-width: 100%;
	}
}
@media screen and (min-width:991px) and (max-width: 1111px) {
  .header-navigation a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px){
  .header__desktop .desktop-menu>li.is-dropdown-submenu-parent>a {
    padding: 0.7rem 0.5rem !important;
}
}
@media screen and (max-width: 1024px) {
  .alert-banner p {
    font-size: 12px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .single-content .alignleft.doc-col {
    float: none;
    margin: 0 auto;
  }
}