﻿/* ===========================================================
   white: #e8e8e8 - Blue: #242e63 - Orange:#ff771f
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form Structurev
    08.01   Form Base Styles
    08.02   Captcha
    09.02   Form Structure
   09.      Classes
   10.      Inventory Styles
   11.      Responsive Styles
   =========================================================== */

/* ===========================================================
01. Reset
=========================================================== */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

ul {list-style: none;}

button,input,select,textarea {margin: 0;}
html {box-sizing: border-box;}

*,
*::before,
*::after {
  box-sizing: border-box !important;
}

img,video {
  height: auto;
  max-width: 100%;
}

iframe {border: 0;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {padding: 0;}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

article,aside,figure,footer,header,hgroup,section {display: block;}
a:link,a:visited,a:active {text-decoration: none;transition: 0.3s;}
a:hover {text-decoration: none;}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
}

::-moz-selection {
    background: #ff771f;
    color: #242e63;
    text-shadow: none;
}

::selection {
    background: #ff771f;
    color: #242e63;
    text-shadow: none;
}

/* ===========================================================
 02. Body Styles
=========================================================== */

html, body {
    height: auto !important;
    background-color:#242e63;
    font-size: 16px;
    -webkit-text-size-adjust: none; 
    font-family: 'Fira Sans', sans-serif;
    color: #333333;
    font-weight: 500;
}

/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-nav-container,
#menu-button,
.mobile-menu-top,
.hide-desktop {
  display: none;
}

header {
  width: 100%;
}

header .wrapper {
  max-width: 90%;
  height: 100%;
}

.header-logo {
  margin-left: 60px;
  padding: 10px;
  display: flex;
}

header h1 img {
  max-width: 300px;
  height: auto;
  display: block;
}

header h1 .iada-header img {
  max-width: 68px !important;
  min-width: 68px !important;
  height: auto;
  margin-left: 15px;
}


.header-right {
  background: #ff771f;
  width: 63%;
  padding: 30px 60px 0 30px;
  position: relative;
}

.header-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff771f;
  transform-origin: 100% 0;
  transform: skew(-23deg);
  z-index: 0;
}

.header-right-links {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
    margin-bottom: 10px;
}

.header-right-links a,
.header-right-links p,
.header-right-links a[href^="tel:"] {
  color: #242e63 !important;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-right-links a:hover {
  opacity: 0.6;
}

.hide-desktop-iada {
  display: none;
}

.hide-mobile-iada {
  display: block;
}

.header-right-links p {
  margin: 0 10px;
}

.header-bottom {
  justify-content: space-between;
  background: #242e63;
  width: 100%;
}

.initiallyHidden {
  display: none;
}

/* 03.01. Mobile Nav
=========================================================== */

.mobile.button {
  display: none;
}

.mobile-nav li button.mobile_btn {
  height: 40px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: none;
}

.mobile-nav li button.mobile_btn:hover {
  cursor: pointer;
}

.mobile-nav button.mobile_btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-nav li button.mobile_btn.active {
  background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ===========================================================
04. Typography
=========================================================== */

h2{
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

p {
  line-height: 26px;
  font-weight: 300;
}

small {
  font-size: 0.8em;
  color: #525252;
}

strong {
  font-weight: 700;
}

.intro-copy {
  font-weight: 400;
  font-size: 18px;
  color: #242e63;
}

.about h2, .contact h2{font-size: 40px}

/* ===========================================================
05. Links / Buttons
=========================================================== */

a.mainbotao{
    display: block;
    margin:0 40px 0 0;
    float: right;
    width: 300px;
    text-align: center;
    color: #fff; 
    border:2px #fff solid; 
    text-transform: uppercase; 
    background: rgba(255, 255, 255, 0.5); 
    padding: 12px 0; 
    font-weight: 700;
    font-size: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

a.mainbotao:hover{
    color: #242e63; 
    border:2px #ff771f solid; 
}

.bttn-base {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    height: auto;
    padding: 15px 60px !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.bttn-orange{
  background:#ff7701;
}

.bttn-orange:hover {
  background: #ff7701;
}

.bttn-black {
  background: #000;
}

.bttn-black:hover {
  background: #313131;
}

.bttn-small {
    color:#ff771f !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bttn-small i {
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.bttn-small:hover i {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0.5;
}

/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper {
  max-width: 80%;
  margin: 0 auto;
}

#mainphoto{ 
    background:url("../siteart/slides/slide1.jpg") no-repeat center center; 
    padding: 35% 0 5% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slide-content {
  position: relative;
}

.hero-copy {
  position: absolute;
}

.hero-copy-bottom {
  bottom: 60px;
  right: 60px;
  text-align: right;
}

.hero-copy-top {
  top: 60px;
  left: 60px;
}

.hero-copy h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
}

.hero-copy h2 span {
  font-weight: 700;
  font-size: 90px;
  line-height: 95px;
}

.hero-overlay {
    background: linear-gradient(180deg,rgba(255, 254, 254, 0) 53%,rgba(56, 56, 56, 0.623686974789916) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo-background {
  margin-top: -5px;
}

img.logo-background {
  width: 100% !important;
}

.welcome {
  background: url("../siteart/background-welcome.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
  text-align: left;
}

#gal_container {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
}

#gal_container a {
  width: 32%;
  padding: 10px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#gal_container a:hover {
  opacity: 0.7;
}

#gal_container img {
  width: 100%;
}

.welcome .bttn-base {
  margin-top: 30px;
}

.welcome p {
  margin: 0 auto;
}

.testimonials {
  padding: 50px 0;
  background: #464646;
  text-align: center;
}

.slide-content-testimonial {
  min-height: 250px !important;
}

.testimonials p,
.testimonials h4,
.testimonials h5 {
  color: #fff;
}

.testimonials p {
  margin-bottom: 20px;
}

.testimonials h4 {
  text-transform: none;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 8px;
}

.testimonials h5 {
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
}

.testimonials span .fa-quote-left {
  margin-right: 8px;
  transform: translateY(-7px);
  color: #888888;
  font-size: 29px;
}

.testimonials span .fa-quote-right {
    margin-left: 8px;
    color: #888888;
    font-size: 29px;
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
}

.brands {
  background: #fff;
  padding: 50px 0;
}

.brands .wrapper {
  align-items: center;
}

.brand-logo {
  width: 16%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logo img {
  max-width: 140px;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.brand-logo img:hover {
  filter: grayscale(100%) opacity(50%);
  -webkit-filter: grayscale(100%) opacity(50%);
}

.services-copy {
  background: #ececec;
  padding: 25px;
}

.team-member {
  background: #fefefe;
  padding: 25px;
  margin-bottom: 25px;
}

.team-member .col-3 {
  padding-right: 25px;
}

.team-member h4,
.team-member h5 {
  margin-bottom: 15px;
}

.about img {
  margin-bottom: 25px;
  align-self: flex-start;
}

.about-placeholder-img {
  height: 164px;
  width: 164px;
  background: #bcbcbc;
  margin-bottom: 25px;
}
.team-member a{color: #595959}
a.team-member-link {
  color: #7a7a7a;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 10px;
}

a[href^="tel:"].team-member-link {
  color: #7a7a7a !important;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 10px;
  display: block;
  line-height: 0;
}

a.team-member-link:hover {
  opacity: 0.6;
}

article {
  width: 100% !important;
}

.team-member-bio .bttn-small {
  margin-top: 25px;
}

.team-member .col-3 i {
  margin-right: 5px;
  color: #76bdde;
}

/* Inner page styles */

.inner {
  padding: 50px 0;
  background: #e7e7e7;
}

.faceted-search-content .faceted-section-head h5 {
    font-weight: 600;
    color: #242e63;
}
.detail-content .detail-additional-data .data-row .data-value{background: #fff!important}
.list-content .list-title .list-listings-count{color:#ff771f !important;}

.listing-widgets a{background-color: #242e63;}
.detail-content .listing-widgets a{color: #fff!important; background: #242e63!important;}

.inner h2,
.list-content .list-title .list-title-text {
  color:#ff771f !important;
  margin-bottom: 10px;
  text-align: left !important;
}

.inner h3 {
  color: #636363;
}

.inner h4 {
  color: #636363;
  margin-bottom: 25px;
}

.inner h5 {
  margin-bottom: 15px;
}

.inner p {
  color: #595959;
}

ul.inner-list li {
  line-height: 28px;
  padding: 15px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.inner-list li:nth-of-type(odd) {
  background: #eeeded;
}

.inner-list li:nth-of-type(even) {
  background: #f7f7f7;
}

.inner .col-1 .col-6 {
  padding: 25px;
}

/* Management Page */

.management .col-1 {
  flex-wrap: wrap;
}

.management-intro {
  max-width: 1400px;
}

.management h3 {
  width: 100%;
}

.management a[href^="tel:"],
.management a {
  color: #777777 !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.management a[href^="tel:"]:hover,
.management a:hover {
  opacity: 0.6;
}

.affil-contact {
  margin-bottom: 0 !important;
}

.affil-co {
  padding: 75px 0 50px 0 !important;
}

.affil-logos {
  align-items: center;
  justify-content: center;
}

.affil-logos a {
  margin-right: 40px;
}

.affil-logos-iada img {
  max-width: 200px !important;
}

.affil-link .body {
  margin-bottom: 5px !important;
  margin-right: 7px;
}

/* Services Page */

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #595959;
  font-weight: 300;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
}

ul.tabs li.current {
  background: #fefefe;
  color: #222;
}

.tab-content {
  display: none;
  background: #fefefe;
  padding: 50px;
}

hr {
  height: 1px;
  border-width: 0;
  width: 100%;
  background-color: #888888;
}

.tab-content.current {
  display: inherit;
}

.services .col-1 {
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.services h3 {
  width: 100%;
}

.services h3,
.services h4 {
  width: 100%;
}

.services h4 {
  text-align: center;
}

.inner table {
  width: 100%;
  background: #f7f7f7;
}

tr.title td {
  font-weight: 400;
}

.table-tr-odd {
  background: #eeeded !important;
}

.inner td {
  padding: 12px;
  border-bottom: 1px #777777 dashed;
  border-right: 1px solid #777777;
  font-weight: 300;
  font-size: 17px;
}

td.last {
  border-right: 0 !important;
}

/* Contact */

.contact .contact-form {
  width: 100%;
}

.contact-form #formpage input[type="text"],
.contact-form #formpage input[type="email"],
.contact-form #formpage input[type="phone"],
.contact-form #formpage select,
.contact-form #formpage textarea {
  background: #fff !important;
  border: none;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 25px;
  color: #666666;
  font-size: 14px !important;
}

.contact-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666666;
}

/* Thank-You Page */

.thank-you {
  text-align: center;
  min-height: 600px;
  display: flex;
}

.thank-you h2 {
  margin-bottom: 0 !important;
  text-align: center !important;
}

.thank-you a,
.thank-you a[href^="tel:"] {
  color: #898989 !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-weight: 600;
}

.thank-you a:hover {
  opacity: 0.6;
}

.thank-you i {
  font-size: 50px;
  color: #b7b7b7;
  margin: 30px 0;
}

.thank-you h3 {
  color: #bcbcbc;
  font-weight: 500;
  padding-bottom: 20px;
}

.thank-you p {
  max-width: 800px;
}

/*=====================

	ZOOM

=======================*/
    .image-zoom-container {list-style: none;margin: 2em auto 0 auto}
    .square{
        width: 49%; 
        float:left;
        margin:1% 0;
    }
    .sqr-mid{margin:1% 0 0 2%;}

    .square h4 {
        display: block;
        text-align: center;
        color:#fff!important;
        font-weight: normal;
        margin: 13% auto 0 auto;
        font-size: 26px;
        text-transform: uppercase;
    }
    
    .zoom-container {
        position: relative;
        overflow: hidden;
        display: inline-block;
        width: 100%; 
        vertical-align: top;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float:left;
    }

    .zoom-container img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }
    .zoom-container .zoom-caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: rgba(255, 119, 1, 0.6);
        -webkit-transition: all .5s ease; /* Safari and Chrome */
        -moz-transition: all .5s ease; /* Firefox */
        -ms-transition: all .5s ease; /* IE 9 */
        -o-transition: all .5s ease; /* Opera */
        transition: all .5s ease;
    }

    .zoom-container:hover img {
        -webkit-transform:scale(1.25); /* Safari and Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* IE 9 */
        -o-transform:scale(1.25); /* Opera */
         transform:scale(1.25);
    }
    .zoom-container:hover .zoom-caption {background: rgba(255, 119, 1, 0.9);}

    .hide-zoom-mobile{clear:both}


/* ===========================================================
07. Footer Structure
=========================================================== */

footer {
  background: url("../siteart/background-footer.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 50px 0;
}

footer .wrapper {
  position: relative;
}

.footer-logo img {
  max-width: 250px;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.footer-logo img:hover {
  opacity: 0.7;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-link {
  display: block;
}

.footer-link {
  margin-bottom: 10px;
}

.footer-nav a, .footer-link a{
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 32px;
}

.footer-nav a:hover, .footer-link a:hover {
  opacity: 0.7;
}

.footer-link p{
    font-size: 16px;
    font-weight: 300;
    color: #fff 
}

footer .utility-left-link {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.7px;
}

.footer-social li {
  display: inline-block;
}

.footer-social li i {
  color: #fff;
}

.footer-social li {
  background: #129fe4;
  margin-right: 8px;
  padding: 8px;
  line-height: normal;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-bottom {
  background: #242e63;
  text-align: center;
}

.footer-bottom .wrapper {
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
}

.footer-bottom .col-4 {
  align-items: center;
  justify-content: flex-end;
}

.footer-bottom .col-4 img {
  flex-shrink: 0;
  max-width: 130px;
}

.footer-bottom .col-4 a {
  margin-right: 20px;
  max-width: 150px;
}

.footer-bottom .col-4:before {
  content: "";
  position: absolute;
  top: 0;
  right: -810px;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 100% 0;
  transform: skew(-23deg);
  z-index: 0;
}

.footer-bottom .col-4 a {
  position: relative;
  z-index: 4;
}

.footer-bottom p,
.footer-bottom a {
  color: #d6d6d6;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 300;
  font-family: 'Fira Sans', sans-serif;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-bottom a:hover {
  opacity: 0.7;
}

.footer-bottom a {
  font-weight: 600;
}

.footer-location {
  line-height: 32px !important;
}

/* ===========================================================
08. Form Structure
=========================================================== */

/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

textarea::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff;
}

form.contact-form ::-webkit-input-placeholder {
  color: #636363 !important;
}

form.contact-form::-moz-placeholder {
  color: #636363 !important;
}

form.contact-form:-ms-input-placeholder {
  color: #636363 !important;
}

form.contact-form::-ms-input-placeholder {
  color: #636363 !important;
}

form.contact-form::placeholder {
  color: #636363 !important;
}

.contact-form textarea::-webkit-input-placeholder {
  color: #636363 !important;
}

.contact-form textarea::-moz-placeholder {
  color: #636363 !important;
}

.contact-form textarea:-ms-input-placeholder {
  color: #636363 !important;
}

.contact-form textarea::-ms-input-placeholder {
  color: #636363 !important;
}

.contact-form textarea::placeholder {
  color: #636363 !important;
}

#formpage {
  text-align: center;
}

#formpage label,
.calculator-wrapper label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.form-flex {
  flex-wrap: wrap;
}

.contact-form .form-flex {
  flex-wrap: nowrap;
  display: flex;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage select,
#formpage textarea {
  background: none;
  border: 2px solid #fff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px !important;
}

#formpage textarea {
  min-height: 100px;
}

select option {
  color: #ff771f;
  font-size: 14px !important;
}

input,
button,
submit {
  border: none;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

/* 08.02. Captcha
=========================================================== */
.CaptchaPanel {color: #fff}
.contact .CaptchaPanel {color: #000}

.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* 08.03. Form Structure
=========================================================== */

#formpage .col-1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="number"],
.contact-us input[type="phone"],
.contact-us select {
  width: 100%;
  margin-bottom: 20px;
}

.contact-us input[type="text"],
.contact-us input[type="number"],
.contact-us input[type="email"],
.contact-us input[type="phone"],
.contact-us select,
.contact-us textarea {
  padding: 10px 20px;
}

.contact-us textarea {
  width: 100%;
  min-height: 200px;
}

/* Footer form */

footer form input[type="submit"] {
  width: 100%;
}

/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
  margin-right: 20px;
}

.margin-right-md {
  margin-right: 40px;
}

.center {
  text-align: center !important;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: calc(100% / 6);
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.pd-lg {
  padding: 100px 0;
}

.m-b-med {
  margin-bottom: 50px;
}

.overflow-wrap {
  overflow-wrap: break-word;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.body-wrapper {
  margin-bottom: 0 !important;
  padding: 50px 0;
}
.list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .list-content .list-listing-mobile .video-chat-link{height: auto!important}
.inventory {
    background: url("../siteart/background-welcome.jpg") no-repeat center center fixed;
    background-size: cover;
    padding:  0;
}

.inventory-intro {
  background: #fff;
  padding: 50px;
  margin: 0 auto;
}

.list-content {
  margin: 0 auto;
  max-width: none !important;
}

.list-content .list-title {
  display: flex !important;
  flex-direction: column !important;
}

.legal-text-content {
  font-weight: 300;
  color: #777777;
}

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  height: auto;
  line-height: normal;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label + input,
.modal-form-el label + select {
  height: 30px;
  line-height: 30px;
}

.list-content {
  max-width: 100%;
}

.faceted-search-content
  .faceted-section-box
  .faceted-option-checkbox-container
  .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

#faceted-search {
  background:#ff771f !important;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#faceted-search:hover {
  background: #242e63 !important;
}

.print-this,
.email-this {
  background:#ff771f !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #242e63 !important;
}

.paging-container .list-page-number,
.ui-selectmenu-text {
  font-size: 16px !important;
  font-weight: 800;
}

.paging-container .page-navs .list-page-nav {
  margin-left: 10px !important;
  text-transform: uppercase;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-email-btn-mobile,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background:#ff771f !important;
  border: none;
  border-radius: 0 !important;
}

.faceted-search-content .faceted-section-head {
  text-transform: uppercase;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background:#ff771f !important;
  color: #fff;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #242e63!important;
  font-weight: 400;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .fin-calc-btn-mobile:hover,
.detail-content-mobile
  .detail-main-body
  .main-detail-data
  .dealer-phone-mobile-container
  .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #242e63 !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top
  .listing-top-left
  .listing-main-stats
  .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: green;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color:#ff771f !important;
  border: 1px solid#ff771f !important;
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call:hover,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  color: #fff !important;
  background: #242e63 !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link {
  background: #242e63 !important;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link:hover {
  background: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #242e63;
  border: 1px #242e63 solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.list-content .list-title .list-listings-count {
  display: block;
  width: 100%;
  margin-left: 0;
}

.list-content .print-this,
.list-content .email-this {
  margin: 0 0 0 5px;
  padding: 7px 15px;
  font-size: 14px;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: green;
}

.fin-calc p {
  line-height: 10px;
}

.has-search-bar {
  width: 74%;
}

.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .view-listing-details-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link {
  cursor: pointer;
  color: #fff;
  background-color: #3a658e;
  transition: all 0.25s;
  border: none;
  border-radius: 5px;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 23px;
  font-size: 12px;
  float: right;
  position: relative;
  width: 175px;
  box-sizing: border-box;
  margin: 0 2px 5px 2px;
  text-align: center;
  white-space: nowrap;
  max-width: 100% !important;
  min-width: 100% !important;
}

.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link {
  margin-bottom: 10px;
  height: auto !important;
}

/* Inventory detail page */

.detail-content .dealer-info h3,
.detail-content .dealer-info .listing-location-display,
.detail-content-mobile .dealer-info .dealer-title-link h3,
.detail-content-mobile .listing-location-display {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #666666;
  margin-top: 15px;
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
  padding-bottom: 15px !important;
  display: block;
}

.detail-content .dealer-info .field-value,
.detail-content-mobile .dealer-info .address-and-contact .address .field-value,
.detail-content-mobile .dealer-info .field-value {
  vertical-align: top;
  font-size: 14px;
  max-width: 100%;
  color:#ff771f !important;
  text-transform: uppercase;
}

.detail-content .dealer-info .dealer-company-header {
  font-size: 1.1rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;
  color: #666666;
}

#contact-info {
  padding: 10px 0 25px 0 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
  color: #555555 !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-family: 'Fira Sans', sans-serif;
  margin-bottom: 10px !important;
  display: block;
}

.detail-content .detail-main-body .main-detail-data .detail-title {
  color: #666;
  font-size: 25px;
  font-weight: 300 !important;
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
}

.detail-content .dealer-info .field-name,
.detail-content-mobile .dealer-info .field-name {
  font-size: 14px;
  vertical-align: top;
  font-weight: 400 !important;
  margin-right: 7px;
  font-family: 'Fira Sans', sans-serif;
  color: #555555 !important;
  text-transform: uppercase !important;
}

.has-search-bar {
  width: calc(73% - 0.75%) !important;
  float: left;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */

@media only screen and (max-width: 1600px) {
    .header-right { width: 57%;}
}

@media only screen and (max-width: 1500px) {
    .footer-bottom .col-4:before {right: -660px;}
}

@media only screen and (max-width: 1500px) {
    .footer-bottom .col-4:before {right: -530px;}
}

@media only screen and (max-width: 1400px) {
    .header-right {width: 52%;}
    footer .col-6 {width: 30% !important;}
}

@media only screen and (max-width: 1320px) {
    footer .wrapper {flex-wrap: wrap;}
}

@media only screen and (max-width: 1220px) {
    .header-right-links a,
    .header-right-links p,
    .header-right-links a[href^="tel:"] {
        font-size: 17px;
    }
    .brands .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .brand-logo {
        width: 25%;
        margin-bottom: 20px;
        padding: 20px;
    }
    .brand-logo img {
        max-width: 120px;
    }
    h5 {
        font-size: 14px;
    }
    .hero-copy h2 span {
        font-weight: 700;
        font-size: 60px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 1078px) {
    .footer-bottom .col-4:before {
        right: -430px;
    }
}

@media only screen and (max-width: 1050px) {
    header h1 img {
        max-width: 290px;
        min-width: 290px;
    }

    header h1 .iada-header img {
        max-width: 62px !important;
        min-width: 62px !important;
    }

    .header-right {
        width: 49%;
    }
}

@media only screen and (max-width: 1040px) {
  .hide-mobile,
  .header-right:before,
  .header-right-links p,
  .hide-mobile {
    display: none;
  }
    
  .mobile-menu-top {
    display: block;
    background: #ff771f;
    padding: 5px 0;
  }

  .header-right {
    background: none;
    width: 70%;
    padding: 10px 0;
    margin:0 auto;
    position: relative;
    text-align: right;
  }

  .header-right-links a {
    color: #949494;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .header-right-links a {
    margin-bottom: 5px;
    font-weight: 400 !important;
  }

  .mobile-menu-top .wrapper {
    display: flex;
    justify-content: flex-end;
  }

  .header-right-links {
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .header-logo {
    margin-left: 5%;
    padding: 10px 0;
  }

  .home #gal_container,
  .welcome .bttn-blue {
    display: none;
  }

  .team-member {
    flex-wrap: wrap;
  }

  .team-member .col-3 {
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .about img,
  .about-placeholder-img {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .team-member-bio {
    width: 100%;
  }

  .team-member h4 {
    margin-bottom: 15px;
  }

    .about .col-6 {
        padding: 0!important;
        width: 100%;
    }
    
    .inner .col-1 .col-6 {
        padding: 25px 0;
        width: 100%;
    }
    
  ul.tabs li {
    font-weight: 400;
    padding: 15px;
    font-size: 15px;
  }

  .listing-services .inner-list {
    margin: 0;
  }

  .list-col {
    padding: 0 !important;
  }

  .has-search-bar {
    width: calc(67% - 0.75%) !important;
    float: left;
  }

  .inventory-intro {
    width: 100% !important;
  }
}

@media only screen and (max-width: 880px) {
    footer .col-6 {
        width: 100% !important;
        margin-bottom: 25px;
    }
    footer .col-6 {
        width: 100%;
        flex-wrap: wrap;
    }

    footer .col-6 .col-6 {
        margin-bottom: 50px !important;
    }

    .footer-one {
        display: flex;
        justify-content: center;
    }
    footer{text-align: center}
    
    
  #formpage input[type="text"],
  #formpage input[type="email"],
  #formpage input[type="phone"],
  #formpage select,
  #formpage textarea {
    width: 47%;
  }

  .form-flex {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }

  .select-last {
    margin-left: -5px;
  }

  .contact textarea {
    width: 100% !important;
  }

  .contact #formpage input[type="text"],
  .contact #formpage input[type="email"],
  .contact #formpage input[type="phone"],
  .contact #formpage select,
  .contact #formpage textarea {
    width: 100% !important;
  }

  .margin-right {
    margin-right: 0;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  footer #formpage input[type="text"],
  footer #formpage input[type="email"],
  footer #formpage input[type="phone"],
  footer #formpage select,
  footer #formpage textarea {
    width: 100%;
  }

  .footer-bottom .col-4:before {
    display: none;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
    max-width: 100%;
  }

  .footer-bottom .col-4 {
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background: #fff;
  }

  .footer-bottom p {
    padding: 10px 0;
  }

  .footer-bottom img {
    max-width: 100px;
  }

  .list-content .list-title .list-title-text,
  h2 {
    font-size: 29px !important;
    line-height: 32px !important;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 17px;
    font-weight: 500;
  }

    .square {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    .sqr-mid {
        margin: 0;
    }

}

@media only screen and (max-width: 785px) {
  .has-search-bar {
    width: 100% !important;
    float: none;
  }

  header h1 .iada-header img {
    max-width: 57px !important;
    min-width: 57px !important;
  }

  header h1 img {
    max-width: 250px;
    min-width: 250px;
  }

  .management .inner-list:last-of-type {
    margin-bottom: 50px;
  }

  .affil-co .col-4,
  .affil-co .col-8 {
    width: 100%;
  }

  .affil-co .col-4 {
    margin-bottom: 50px;
  }
    
    a.mainbotao {
        color: #242e63;
        margin: 0 auto;
        float: none;
        width: 80%;
    }
}

@media only screen and (max-width: 720px) {
  .brand-logo {
    width: 33.2%;
  }

  #gal_container a {
    width: 48%;
  }

  .inner td {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .brand-logo img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 700px) {
  
}

@media only screen and (max-width: 600px) {
  ul.tabs li {
    padding: 15px 10px;
    font-size: 13px;
  }

  header h1 img {
    max-width: 130px;
  }

  .header-right-links a {
    font-size: 13px;
  }

  .header-right-links a[href^="tel:"] {
    font-size: 17px;
  }

  .hero-copy {
    display: none;
  }

  .hide-desktop-iada {
    display: block;
  }

  .hide-mobile-iada {
    display: none;
  }

  .header-logo {
    flex-direction: column;
  }

  header h1 .iada-header img {
    max-width: 90px !important;
    height: auto;
    margin-left: 0;
    margin-top: 10px;
  }

  .affil-logos a {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .affil-logos {
    flex-direction: column;
  }
    
  .team-member .col-3 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .about img,
  .about-placeholder-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  header h1 img {
    max-width: 200px;
    min-width: 200px;
    margin: 0 auto;
    width: 100%;
  }
    
  .header-right {
    display: none
  }
    
  .header-right-links a {
    align-self: stretch;
  }
    
  .header-logo{margin: 0 auto;}
  .header-bottom{ display: block!important;}

  header h1 .iada-header img {
    max-width: 90px !important;
  }

  .brand-logo {
    width: 50%;
  }

  .header-right-links a {
    font-size: 11px;
  }

  .brand-logo:nth-of-type(5),
  .brand-logo:nth-of-type(6) {
    margin-top: 20px;
  }

}
