/*
Theme Name: MMC | 2019
Template: MyTheme

Description:    Custom theme for MMC
Design:         Untitled Era LLC
Development:    Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentyseventeen
Version:        2.24
*/


@font-face {
  font-family: 'entypo-social-plus';
  src: url('assets/fonts/entypo-social-plus.eot');
  src: url('assets/fonts/entypo-social-plus.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/entypo-social-plus.woff') format('woff'),
  url('assets/fonts/entypo-social-plus.ttf') format('truetype'),
  url('assets/fonts/entypo-social-plus.svg#entypo+social') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*--- GLOBAL ---*/
#wpadminbar {
  /* display: none !important; */
  z-index: 99999999;
}

html,
body {

}

html {
  /* background: #000; */
  color: #333333;
  width: 100%;
  padding: 0;
  margin: 0;
  /*min-height: calc(100vh);*/
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  position: relative;
  display: block;
  padding-top: 71px;
  min-height: calc(100vh - 260px);
  /* background: #000; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham', sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

p.p1,
li.p1,
h1.p1,
h2.p1,
h3.p1,
h4.p1,
h5.p1,
h6.p1,
p.p1 {
  padding: 0;
}

.last-half-section-block-kill:last-of-type,
.last-p-kill p:last-of-type,
p + p:last-of-type {
  margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  color: #333;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
  line-height: 1.1;
}

h3 {
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.65;
  line-height: 1.2;
}

h4 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.65;
}

h5 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h6 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  outline: 0 !important;
  background:none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.section-block ul {
  padding: 0;
  padding-left: 1em;
}

.section-block ul > li {
  margin-bottom: 12px;
}

.section-block a {
  text-decoration: none;
}

.entry-content a {
  color: #aa1e00;
  text-decoration: none;
}

.entry-content a:hover {
  color:inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.border {
  border: 2px solid #87898c;  
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.45);
}

ul, li {
  margin:0;
  padding: 0;
}

#page-content ol,
#page-content ul,
.bullet ul {
  padding-left: 20px;
}

.pointer {
  cursor: pointer;
}

.light-weight {
  font-weight: 400;
}

.normal-weight {
  font-weight: 400;
}

.semibold {
  font-weight: 450;
}

.bold {
  font-weight: 700;
}

.black,
.xbold {
  font-weight: 800;
}

.normal-style {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

.opacity-zero {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.has-fullscreen-item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {
  height: 1px;
  width: 100%;
  background: #EBEBEB;
  border:none !important;
  margin: 10px 0;
}

.cleared {
  clear:both;
}

.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}

.entypo {
  font-family: 'entypo';  
}

.entypo2 {
  font-family: 'entypo2';  
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-transform {
  text-transform: none;
}

.no-text-decoration {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
  display: table !important;
}

.no-float {
  float: none;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}


a.black-color,
.black-color {
  color: #173C4D;
}

a.white-color,
.white-color {
  color: #fff;
}

a.white-color--imp,
.white-color--imp {
  color: #fff !important;
}

a.grey-color,
.grey-color {
  color: #909090;
}

a.darkgrey-color,
.darkgrey-color {
  color: #333333;
}

a.lightgrey-color,
.lightgrey-color {
  color: #EBEBEB;
}




a.green-color,
.green-color {
  color: #98C233;
}

a.lightred-color,
.lightred-color {
  color: #D63C3C !important;
}

.nested-red-link a,
a.red-color,
.red-color {
  color: #9A1E1E !important;
}

.nested-red-link a:hover,
a.red-color:hover {
  color: #D63C3C !important;
}

a.gold-color,
.gold-color {
  color: #D19145;
}


.white-border,
a.white-border {
  border-color: #fff !important;
}




a.black-background,
.black-background {
  background: #173C4D;
}

a.white-background,
.white-background {
  background: #fff;
}

a.grey-background,
.grey-background {
  background: grey;
}

a.green-background,
.green-background {
  background: #98C233;
}

a.red-background,
.red-background {
  background: #f00;
}

.lightgrey-background {
  background: #f6f6f6;
}





/*--SSBA--*/
.single .ssba a {
  font-size: .75em;
  font-weight: normal;
  position: relative;
  top: .5em;
  display: inline-block;
}

.ssba img,
.ssba .ssba_tumblr_share img,
.ssba .ssba_google_share img,
.ssba .ssba_email_share img,
.ssba .ssba_facebook_share img,
.ssba .ssba_twitter_share img {
  display: none !important;
}

.ssba_email_share:after {
  content: "\e653";
  font-family: 'entypo-social-plus';
  line-height: 1 !important;
}

.ssba_facebook_share:after {
  content: "\e652";
  font-family: 'entypo-social-plus';
  line-height: 1;
}

.ssba_twitter_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after {
  content: "\e642";
}

.ssba_google_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after,
.ssba_google_share:after,
.ssba_email_share:after,
.ssba_facebook_share:after,
.ssba_twitter_share:after {
  /* font-size: 1em; */
  background-color: #0b1f2c;
  font-weight: normal;
  margin-left: 0.5em;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 999999999em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  text-align: center;
  float: right;
  padding: .35em;
}



/*--WPCF7--*/
div.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-image: url(img/loader.gif);
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  margin: 0em auto 0;
  padding: 2em 0 0;
}

.contact-form-row {
  margin-bottom: 2em;
}

::-webkit-input-placeholder {
  color: #909090;
}

:-moz-placeholder {
  color: #909090;
}

::-moz-placeholder {
  color: #909090;
}

:-ms-input-placeholder {
  color: #909090;
}

.wpcf7 p {
  margin:0;
}

.contact-row {
  margin-bottom: 1.5em;
}

div.wpcf7 img.ajax-loader[style*="visibility: hidden;"] {
    display: none;
}

div.wpcf7 img.ajax-loader[style*="visibility: visible;"] {
    display: block;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 .third-column {
  width: 31.33%;
  margin-right: 3%;
}

.two-forms-column input {
  width: 35% !important;
  float: left;
  margin-right: 10% !important;
}

.two-forms-column span:last-of-type input {
  margin-right: 0% !important;
}

body .wpcf7 input[type=submit] {
  /* width: 200px; */
  /* max-width: 200px; */
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
  padding: .7em 2.5%;
  width: 95%;
  margin-bottom: 0;
  border: 2px solid #000 !important;
  outline: none !important;
}

.wpcf7 .half-column input[type=text],
.wpcf7 .half-column input[type=email],
.wpcf7 .half-column input[type=phone],
.wpcf7 .half-column input[type=password],
.wpcf7 .half-column textarea {
  padding: .7em 2.5%;
  width: 95%;
}




/*--SLICK--*/
.init--slick-slider_w_arrow .slick-next,
.init--slick-slider_w_arrow .slick-prev {
  top: 50%;
  position: absolute;
  top: calc(50% - 10px);
  margin: 0;
}

.init--slick-slider_w_arrow .slick-prev {
  left: -120px;
  position: center;
}

.init--slick-slider_w_arrow .slick-next {
  right: -120px;
}

.init--slick-slider_w_arrow .slick-dots {
  margin: 50px auto 0;
  text-align: center;
}

.init--slick-slider_w_arrow .slick-dots button {
  margin: 0 6px;
}

.slick-slider:not(.slick-initialized) > div:first-of-type {
  display: block;
}

.slick-slider:not(.slick-initialized) > div {
  display: none;
}

.slick-dots {
  padding: 0 !important;
  text-align: right;
  position: relative;
}

.slick-dots li {
  display: inline-block;
  float: none;
}

.slick-dots li.slick-active button {
  background: #9A1E1E;
}

.slick-dots li button {
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 12px;
  margin-top: 12px;
  padding: 0;
  background: #909090;
  height: 2px;
  width: 20px;
  border: none;
}

.slick-slide {
  position: relative;
  outline: none !important;
  float: left;
}

.slick-prev,
.slick-next {
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  height:50px;
  /*   margin-top: -2%; */
  font-weight: normal;
  top: 9px;
  padding: 0;
  height: auto;
  border: none;
  margin-left: 30px;
  width: auto;
  display: inline-block !important;
}
.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:hover svg *,
.slick-next:hover svg * {
  fill: #333333 !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:before {
  content: " ";
}

.slick-next:before {
  content: " ";
}




/*--GRID--*/
.qtr-fake {
  margin-bottom: 15px;
}

.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm { 
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.middle-align,
.v-align {
  vertical-align: middle;
}

.bottom-align {
  vertical-align: bottom;
}

.no-banner {
  padding-top:40px;
}

.zero-section-block {
  z-index: 9;
  position: relative;
}

#page-content {
  /*min-height: calc(100vh - 260px);*/
  margin: 0;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.no-max-width {
  max-width: none !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.full-width-section {
  padding: 80px 0;
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 60px 0;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.clear {
  clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

html #acadp-contact-form .btn-primary,
html body button.trackhero-btn,
body button, 
body .button, 
body input[type="button"] {
  letter-spacing: .125em;
  max-width: none;
  margin: 0 auto;
  float: none;
  vertical-align: top;
  text-align: center;
  outline: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: 2px solid #9A1E1E;
  background: transparent;
  width: auto;
  box-sizing: border-box;
  color: #9A1E1E;
  padding: 13px 20px;
  display: inline-block;
  font-size: 12px;
  /* margin-left: -6px; */
  height: 41px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  z-index: 9;
  position: relative;
}

html #acadp-contact-form .btn-primary:hover,
html body button.trackhero-btn:hover,
body .button:hover, 
body input[type="button"]:hover {
  border-color: #9A1E1E !important;
  background: #9A1E1E !important;
  color: #fff !important;
}

html #acadp-contact-form .btn-primary {
  text-transform: uppercase;
}

.mailchimp input[type=submit]:hover,
#signup-newsletter input[type=submit]:hover {
  border-color: #D63C3C !important;
  background: #D63C3C !important;
  color: #fff !important;
}

.home .init--slick-slider--homepage .button:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;  
}

select,
input[type=text],
input[type=email],
input[type=phone],
input[type=telephone],
input[type=password],
textarea {
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  outline: none !important;
  border: 2px solid #909090;
  background: transparent;
  box-sizing: border-box;
  color: #909090;
  font-size: 1em;
  font-family: 'Gotham', sans-serif;
  text-transform: none;
  font-weight: 500;
}

input[type=date] {
  border-radius: 0;
  width: 100%;
  padding: 10px 12px 10px;
  margin: 0;
  resize: none;
  background: transparent;
  border: 1px solid #D9DEE1;
  outline: none !important;
  box-sizing: border-box;
}

input[disabled] {
  background: transparent;
}

textarea,
textarea:focus {
  /* border: none; */
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 170px;
  display: block;
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
}

a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}



/*-- FAST TRANSITION --*/
html body button.trackhero-btn,
.button,
.slick-prev svg *,
.slick-next svg *,
.blog-header a,
#blog-sidebar a,
#global-footer .social-container a svg,
.expand-button:before,
.expand-button:after,
#desktop-global-nav ul li,
#desktop-global-nav ul li li,
#desktop-global-nav ul,
#desktop-global-nav a,
#mobile-global-nav li,
#mobile-global-nav li li,
#mobile-global-nav ul,
#mobile-global-nav a,
#mobile-global-nav li:after,
#mobile-global-nav,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}


/*-- SLOW TRANSITION --*/

{
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/*-- MEDIUM TRANSITION --*/

 {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}


/*--GLOBAL--*/
.template--two_col-image-column .init--slick-slider,
.template--two_col-image-column .init--slick-slider .slick-list,
.template--two_col-image-column .init--slick-slider .slick-list .slick-track,
.template--two_col-image-column .init--slick-slider .slick-list .slick-track .slick-slide {
  /* position: absolute !important; */
  height: 100% !important;
  /* float: none !important; */
  min-height: 100%;
  min-width: 50px;
  width: 100%;
}

.text-repeater-in-2-col {
  border-top: 1px solid #EBEBEB;
  padding-top: 30px;
  margin-top: 30px;
}

.template--two_col-text-column {
  position: relative;
  padding: 70px 0;
}

.template--two_col-image-column.float-right {
  right: 0;
}

.template--two_col-image-column:not(.float-right) {
  left: 0;
}

.button.col-12 {
  width: 100%;
  max-width: 100%;
}

.template--two_col-image-column {
  position: absolute;
  top: 0;
  height: 100%;
}

.section--image_wide {
  height: 500px;
  width: 100%;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.column-button-container {
  text-align: center;
}

.column-button-container a.button {
  max-width: 300px;
  width: 90%;
}

.column-button-container.two-buttons {
  position: relative;
  text-align: center;
}

.column-button-container.two-buttons a.button {
  display: inline-block !important;
  margin: 0 10px !important;
}

.sub-sub-text:last-of-type {
  margin-bottom: 0 !important;
}
.faq-container {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  position: relative;
}

.faq-container:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.expand-button-container {
  cursor: pointer;
}

.expand-button {
  position: absolute;
  top: 25px;
  right: 25px;
  /* background: red; */
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.expand-button:before {
  content:'';
  background: #909090;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 9px;
}

.expand-button:after {
  content: '';
  background: #909090;
  height: 20px;
  width: 2px;
  position: absolute;
  top: 0;
  right: 9px;
}

.faq-container .answer {
  max-height: 0px;
  overflow: hidden;
}

.faq-container.active .answer {
  max-height: 999px;
}

.faq-container.active .expand-button {
  position: 
}

.faq-container.active .expand-button:before {
  content:'';
  transform: rotate(90deg);
  opacity: 0;
}

.faq-container.active .expand-button:after {
  content:'';
  transform: rotate(90deg);
  opacity: 1;
}


.grey-box-version .template--two_col-text-column {
  padding: 0;
}
.grey-box-version .image-col {
  position: absolute;
  top: 0;
  height: 100%;
}

.grey-box-version .image-col:not(.float-right) {
  left: 0;
}

.grey-box-version .image-col.float-right {
  right: 0;
}

.grey-box-version {
  position: 
}

.grey_box .inner {
  padding: 80px 100px;
  background: #F6F6F6;
}

.image-bg-match-next-col {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.carousel-hr-container {
  position: relative;
}

.carousel-wrapper {
  position: relative;
}

.lined-column {
  padding-top: ;
}

.carousel-slide.home {
  display: block;
}

.carousel-slide.home .text-inner {
  background: transparent;
  color: #fff;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.carousel-slide.home .text-inner h3 {
  color: #fff;
  margin: 0 !important;
  width: calc(100% - 40px);
  line-height: 1.2;
}

.carousel-slide.home .fixed-height-200 {
  position: relative;
}

.carousel-slide.home .fixed-height-200:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 51,51,51,.5);
  z-index: 1;
}

.carousel-slide .inner {
  display: block;
  position: relative;
}

.carousel-slide .text-inner {
  background: #F6F6F6;
  padding: 20px;
}

.fancybox-skin {
  padding: 0 !important;
}

.fancybox-wrap {
  z-index: 999 !important;
}

.fancybox-image {
  outline: none !important;
}

.fancybox-wrap .fancybox-close {
  z-index: 999 !important;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(assets/img/close.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

.bordered-section {
  border: 1px solid #909090;
  border: 1px solid #EBEBEB;
  border-left: none;
  border-right: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sub-bordered-section .inner {
  border: 1px solid #909090;
  border: 1px solid #EBEBEB;
  border-left: none;
  border-right: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sub-bordered-section {
  position: 
}

.lined-column .inner {
  padding-top: 25px;
  padding-bottom: 25px;
/*  border: 1px solid #EBEBEB;
  border-left: none;
  border-right: none;*/
}


.fixed-height-200 {
  height: 200px;
}

.fixed-height-250 {
  height: 250px;
}

.fixed-height-300 {
  height: 300px;
}

.line-height-1-25 {
  line-height: 1.25 !important;
}

.header-slash {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.header-slash.left {
    position: relative;
    width: calc(50% - 60px);
    padding: 0;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #333;
    opacity: .7;
    position: absolute;
}
.header-slash.left:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-15deg, 0deg);
}

.header-slash.right {
    position: relative;
    width: calc(50% - 60px);
    padding: 0;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #333;
    opacity: .7;
}
.header-slash.right:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #333;
    transform-origin: bottom right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-15deg, 0deg) translate(-243px,0);
}

.header-slash.right {
  right: 0;
}

#thin-banner {
  position: relative;
  width: 100%;
  height: 350px;
}

#main-banner {
  position: relative;
  width: 100%;
  height: 400px;
}

#main-banner-text-container h1:first-of-type {
  padding-top: 50px;
}

#main-banner-text-container.no-image {
  margin-top: 0 !important;
}

#main-banner.type-1 {
  position: relative;
}

#main-banner.type-2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 51,51,51,.5);
  z-index: -1;
}

#main-banner.type-2 .feat-logo {
  max-width: 400px;
  height: auto;
}

#main-banner-text-container.offset-1 {
  margin-top: -83px;
}

#main-banner-text-container.offset-2 {
  margin-top: -138px;
  padding-top: 0px;
}

#main-banner-text-container {
  position: relative;
  /* margin-top: -125px; */
  /* width: 700px; */
  /* max-width: 70vw; */
  /* background: rgba(235,235,235,.8); */
  text-align: left;
}

#main-banner-text-container svg {
  position: absolute;
  z-index: 0;
/*   left: 0; */
  left: -50%;  
}

#main-banner-text-container .inner {
  padding: 50px 95px;
  padding: 50px 0 0;
  padding-top: 0px;
  z-index: 9;
  position: relative;
  text-align: left;
  /* max-width: 700px; */
  /* padding-left: 20px; */
  /* padding-right: 20px; */
  /* padding-bottom: 20px; */
}

#main-banner.type-2 {
  position: 
}




/*--HEADER--*/
.admin-bar #global-header {
  top: 32px;
}

#global-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
  /* border-bottom: 1px solid #B0B3B7; */
  position: fixed;
}
/*
body.admin-bar {
  
}

body.admin-bar #global-header {
  
}*/



#logo {
  display: block;
  width: 350px;
  float: left;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 12px 0;
}


#desktop-global-nav {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  /* width: 80%; */
  /* overflow: hidden; */
}

#desktop-global-nav ul li  {
}

#desktop-global-nav > div > ul > li > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
}

#desktop-global-nav > div > ul > li > li > a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#desktop-global-nav ul {
  background: #333333;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#desktop-global-nav li {
  color: #fff;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  display: inline-block;
  margin: 0;
  margin-left: 15px;
  line-height: 1;
  padding: 27px 0;
  position: relative;
}
  
#desktop-global-nav li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

#desktop-global-nav li:hover,
#desktop-global-nav li:hover > a,
#desktop-global-nav li:focus-within {
  color: #D63C3C;
  cursor: pointer;
}

#desktop-global-nav li:focus-within a {
  outline: none;
}

#desktop-global-nav ul li ul {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 27px;
  left: 0;
  display: none;
  left: -15px;
}

#desktop-global-nav ul li:hover > ul,
#desktop-global-nav ul li:focus-within > ul,
#desktop-global-nav ul li ul:hover,
#desktop-global-nav ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   padding: 25px 0;
}

#desktop-global-nav ul li#menu-item-3532 > ul {
  left: -110px;
}

#desktop-global-nav ul li ul li {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 12px 0px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

#mobile-global-nav ul li.current-page-ancestor a,
#mobile-global-nav ul li.current-menu-item a,
#mobile-global-nav ul .current_page_parent a,
#mobile-global-nav ul li a:hover,

#desktop-global-nav ul li.current-page-ancestor a,
#desktop-global-nav ul li.current-menu-item a,
#desktop-global-nav ul .current_page_parent a,
#desktop-global-nav ul li a:hover {
  color: #D63C3C;
}



/*--FOOTER--*/
.copyright {
  font-weight: normal;
  font-size: 10px;
}

.copyright a {
  color: #909090 !important;
}

.copyright a:hover {
  color: #D63C3C !important;
}

#global-footer h4 {
  color: 
}

#global-footer ::-webkit-input-placeholder {
  color: #909090;
}

#global-footer :-moz-placeholder {
  color: #909090;
}

#global-footer ::-moz-placeholder {
  color: #909090;
}

#global-footer :-ms-input-placeholder {
  color: #909090;
}

.mailchimp input[type=email] {
  border: 2px solid #909090;
  background: transparent;
/*   width: calc(100% - 79px); */
    width: calc(100% - 73px);
  box-sizing: border-box;
  color: #909090;
  padding: 10px;
  font-size: 16px;
  height: 46px;
  margin-left: 0px;
  border-right: none;
}

.mailchimp input[type=submit] {
  border: 2px solid #D63C3C;
  background: transparent;
  width: 80px;
  box-sizing: border-box;
  color: #D63C3C;
  padding: 15px 0px;
  display: inline-block;
  font-size: 12px;
  margin-left: -7px;
  height: 46px;
  line-height: 1;
}

#footer-menu a {
  font-size: 1em;
  color: #FFFFFF;
  margin-right: 20px;
  text-decoration: none;
}

#footer-logo img {
  width: 100px;
  position: relative;
  top: 2em;
  left: 1em;
}

#global-footer {
  background: #333333;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: left;
  position: relative;
  padding: 4em 0;
  margin: 0;
  outline: none;
  /* position: absolute; */
  /* bottom: 0; */
}

#global-footer a * {
  font-weight: 500;
}

#global-footer a {
  color: #D63C3C;
  font-weight: normal !important;
}

.foot-col-1 .half-section-block:last-of-type {
  margin-bottom: 0 !important;
}

#global-footer .social-container a:hover {
  color: #D63C3C;
}

#global-footer .social-container a:hover svg * {
  fill: #D63C3C;
}

#global-footer .social-container a svg {
  height: auto;
  width: 19px;
  margin: 0;
  top: 2px;
  position: relative;
}

#global-footer .social-container a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  font-size: 21px;
  font-weight: normal !important;
  line-height: 1;
}

#global-footer a:hover {
  color: #D63C3C;
}

#global-footer hr {
  margin: 50px 0 25px;
  height: 1px;
  background: #434242;
}

#global-footer ul {
  display: block;
}

#global-footer ul li {
  display: inline-block;
}

#global-footer ul li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600 !important;
}

#global-footer ul li a:hover {
  color: #909090;
}



/*--SIGNUP--*/
#signup-newsletter {
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -300px;
  position: fixed;
  z-index: 999999;
  text-align: left;
  /*display: none; */
  width: 600px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

#signup-newsletter .inner {
  padding: 80px 0 80px;
}

#signup-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  /*display: none;*/
}

#signup-newsletter input[type=email] {
  position: relative;
/*   width: calc(100% - 80px); */
}

#signup-newsletter input[type=submit] {
  position: relative;
/*   width: 87px; */
}

#global-footer input[type=email] {
    width: calc(100% - 87px);
    display: inline-block !important;
    margin: 0;
}

.schedule-a-tour ul {
  padding-left: 0 !important;
}

.schedule-a-tour input[type=submit],
#global-footer input[type=submit] {
/*   width: 87px; */
/*   display: inline-block !important; */
/*   margin: 0; */
/*   margin-left: -5px !important; */

    width: 100px;
    display: inline-block !important;
    margin: 0;
    margin-left: 0 !important;
    text-transform: uppercase;
}

#input_21_9 > div,
.insert-formx.footerx form #input_20_9 > div {
  height: auto !important;
  width: 100% !important;
}

#signup-newsletter #gform_submit_button_21 {
  text-transform: uppercase;
}


#signup-newsletter ::-webkit-input-placeholder {
  color: #909090;
}

#signup-newsletter :-moz-placeholder {
  color: #909090;
}

#signup-newsletter ::-moz-placeholder {
  color: #909090;
}

#signup-newsletter :-ms-input-placeholder {
  color: #909090;
}

#signup-newsletter .close {
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
  z-index: 99;
}



/*--HOMEPAGE--*/
#homepage-slider-section {
  /* z-index: 0; */
}

.home .section--text-callout {
  z-index: 0;
}

.homepage-top-map {
  position: absolute;
  top: -160px;
  right: 0;
  z-index: 0;
}

.home .section--carousel,
.home .section--carousel-color {
  z-index: 0;
}

.carousel-title {
  line-height: 1.2;
}

.homepage-top-slash {
  position: absolute;
  top: -81px;
  right: 0;
  z-index: -52;
}

.home .init--slick-slider--homepage .button {
  border-color: #fff;
  color: #fff;
}
.section-container {
  position: relative;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}

.home .two-column-image-section:before {
  content: '';
}

.home .header-slash.left:after {
  background: #9A1E1E;
}

.home .header-slash.left {
  background: #9A1E1E;
  height: calc(100% - 160px);
  width: 20%;
  position: absolute;
  z-index: 0;
  opacity: 1;
  left: 0;
  top: 0;
}

.home #call-to-action h3 {
  color: #fff;
}

.home .two-column-image-section h2 {
  font-weight: 400;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.home .two-column-image-section h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

#homepage-arrow-container {
  position: absolute;
  bottom: 50px;
  right: 100px;
  z-index: 999;
}

.init--slick-slider--homepage {
  position: relative;
}

.home {
  /* font-weight: 100; */
}

.homepage-slide {
  height: 600px;
  width: 100%;
  position: relative;
}

#thin-banner:after,
.overlay:after,
.homepage-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 51,51,51,.5);
  z-index: 1;
}

.homepage-slide .wrapper {
  z-index: 9;
}

.call-to-action-tile {
  height: 400px;
  max-height: 80vh;
  position: relative;
}

.call-to-action-tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: 100%;
  /* width: 100%; */
}

.call-to-action-tile .inner {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  left: 20px;
}


/*--MEMBERSHIP--*/
.membership-level-container {
  
}

.membership-level-container .inner {
  padding: 25px;
  background: #fff;
  border-top: 8px solid;
}

.resp-row {
  border-top: 1px solid #909090;
  padding: 10px 0;
}

.resp-row:last-of-type {
  border-bottom: 1px solid #909090;
}

#membership-levels {
  padding: 80px 0;
}

#membership-levels .wrapper {
  z-index: 9;
}

#indiv-membership-bg {
  position: absolute;
  background: #F6F6F6;
  height: 100%;
  width: 59%;
  width: 100%;
  top: 0;
  left: 0;
}

#group-membership-bg {
  position: absolute;
  background: #EBEBEB;
  height: 100%;
  width: 41%;
  top: 0;
  right: 0;
  width: calc((4/12 * 100%) + 5vw + 23px);
}

.membership-row:nth-child(odd) {
  background: #F6F6F6;
}

.membership-row {
  padding: 15px 15px;
  padding-right: 0;
  background: #EBEBEB;
}

.membership-header {
  border-bottom: 2px solid #909090;
  padding-bottom: 20px;
}






/*--TEAM--*/
html .team-gallery-sec .gallery-thumb {
  float: none;
}

/*--CORPORATE PARTNERS--*/
.logo-container {
  /* background: #F6F6F6; */
}

.logo-container a.fixed-height-300 {
  background-size: 80% !important;
  background-color: #F6F6F6 !important;
}

.corporate_partner-template-default #main-banner-text-container div.bold,
.corporate-partner-template-default #main-banner-text-container div.bold {
  display: none; 
}

.corporate-partner {
  background-color: #F6F6F6 !important;
}

.corporated-bordered-section {
  border-top: 2px solid #EBEBEB;
  border-bottom: 2px solid #EBEBEB;
  padding: 25px 0;
}

/*--MISC PAGES--*/
html body #bwg_tag_wrap {
  width: auto;
  margin: 0;
  max-width: 100%;
  margin-bottom: 30px;
}



/*--DONATION--*/
html body .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
  margin-left: 0 !important;
  width: 100% !important;
}


/*--CONTACT--*/
#CONTACTmap,
#location-map {
  height: 400px;
  position: relative;
  display: block;
}

.gform_body {
  position: 
}

.gform_body label {
  display: none;
}

.gform_body input {
  position: 
}

.gform_body ul {
  padding: 0;
}

#field_1_26 label,
#field_1_25 label,
html body .gform_body li {
  display: block;
}

.gform_body ul.gfield_radio label {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
}

#ui-datepicker-div {
  background: #fff;
  width: 200px;
  padding: 20px;
  border: 2px solid #909090;
}

.gform_body ul.gfield_radio input {
  display: inline-block;
  position: relative;
  top: -1px;
}

.page-id-231 .bullets-container {
  display: none !important;
}


/*--BLOG--*/
.blog-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEBEB;
}

#blog-post-navigation a:first-of-type {
  float: left;
}

#blog-post-navigation a:last-of-type {
  float: right;
}

.archives_list li {
  display: block;
  margin-bottom: 0;
}

.cat-top-item {
  margin-right: 20px;
}


/*--PRIVATE-INSTRUCTION--*/
.page-id-209 .gallery-section h3 {
  color: #fff !important;
}

.fancybox-inner img {
  width: 100%;
  height: auto;
}



.single-corporate_partner #main-banner-text-container .inner.col.col-5 {
  display: none !important;
}



.news-input-container input {
  margin-top: 8px;
}

#field_1_27 {
  position: 
}

#field_1_27 {
  position: 
}

.menu-item.page-item-3842:after {
  display: none;
}

#gform_fields_4 {
  padding-left: 0 !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0 {
  width: 33% !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0 img,
#bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0,
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_img_0,
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
  width: 100% !important;
  height: auto !important;
  top: 0;
  left: 0;
  position: relative;
  display: block;
  margin: 0 !important;
}

#bwg_standart_thumbnails_0 {
  width: 100% !important;
  max-width: 100% !important; 
}
#bwg_container1_0 a.bwg_lightbox_0 {
  display: inline-block;
  width: 33%;
}


.extra-slash.left {
  position: absolute;
  top: -50px;
  left: 0;
  width: 40%;
  height: auto;
}



.header-slash.left.extra {
  position: absolute;
  top: -30px;
  left: 0;
  width: 20%;
  height: calc(100% - -65px);
  /* height: 90%; */
  background: #EBEBEB;
}

.full-width-section .header-slash.left.extra {
  top: 40px;
  height: calc(100% - 185px);
}

.header-slash.left.extra:after {
  background: #EBEBEB;
}


.header-slash.right.extra {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: calc(100% + 20vh);
  background: #EBEBEB;
}

.full-width-section .header-slash.right.extra {
  top: 40px;
  height: calc(100% - 185px);
}

.header-slash.right.extra:after {
  background: #EBEBEB;
}

.header-slash.right.extra.single {
  top: -100px;
}

.two-column-image-section {
  /*position: relative;*/
}

.thin-slash {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: url(assets/img/thin-slash.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0;
}


.blog-header a:hover,
#blog-sidebar a:hover {
  color: #D63C3C;
}

#main-banner-text-container.blog-single-no-baner h1:first-of-type {
  padding-top: 0px;
}

#main-banner-text-container.offset-1.blog-single-no-baner {
  padding-top: 0px !important;
}

#main-banner-text-container.offset-1.blog-single-no-baner h5 {
  padding-top: 30px !important;
}

#gform_fields_1 {
  padding-left: 0 !important;
}

.ui-datepicker-trigger {
  display: none;
}
#gform_submit_button_1,
.gform_body .submit-section input {
  width: 300px;
}

.gform_body ::-webkit-input-placeholder {
  text-transform: capitalize !important;
}

.gform_body :-moz-placeholder {
  text-transform: capitalize !important;
}

.gform_body ::-moz-placeholder {
  text-transform: capitalize !important;
}

.gform_body :-ms-input-placeholder {
  text-transform: capitalize !important;
}

#TEST-container h3 {
  line-height: 1.5;
}

.banner-desc h3 {
  line-height: 1.65;
}

#media-kit table td {
  outline: 1px solid #000;
  padding: 10px;
  margin-bottom: 30px;
}

.page-id-3842 .carousel-slide .fixed-height-200 {
  background-size: contain !important;
}


.page-id-4246 #image-2 {
  display: none !important;
}

.page-inquiry-form-container .button {
  margin-left: 0 !important;
  margin-top: 20px;
}

.page-inquiry-form-container ul {
  padding:0 !important;
}

#field_24_10,
#field_24_10 *,
#input_24_10,

#field_24_8,
#field_24_8 *,
#input_24_8 {
  float: none !important;
}


.reservation-widget-section iframe {
    width: 1280px !important;
    margin: 0 auto !important;
    height: 1190px !important;
    max-height: 80vh;
    border: none;
    max-width: 100%;
}

.scotch-content iframe {
    width: 100% !important;
    max-height: 90vh !important;
    min-height: 70vh;
}

html body button.trackhero-btn {
  margin: 0 auto;
  display: table;
  text-transform: uppercase;
}

html body button.trackhero-btn + br + div {
  display: none !important;
}


.vehicle-classified-thumb {
  height: 235px;
  width: 100%;
  display: block;
}

.acadp h4, .acadp .h4, .acadp h5, .acadp .h5, .acadp h6, .acadp .h6,
.acadp h1,
.acadp .h1,
.acadp h2,
.acadp .h2,
.acadp h3,
.acadp .h3 {
  margin-top: 0 !important;
}

.acadp .title-cl a {
  color: #333333 !important;
}

html .acadp .label,
.acadp .vehicle-classified-thumb .label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px;
    background: #D63C3C;
    border-radius: 0;
}

html .label-container .label {
  position: relative;
  top: 0;
  left: 0;
}

.classified-entry .inner {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 10px;
}

.acadp-body.clearfix {
    width: calc(100% + 60px);
    position: relative;
    left: -20px;
}

html .acadp .pagination > li > a,
html .acadp .pagination > li > span {
  position: relative;
  float: left;
  padding: 0;
  margin: 0 10px;
  line-height: 1;
  color: #909090;
  text-decoration: none;
  background-color: #fff;
  border: none;
  font-size: 16px;
  background: transparent !important;
}

html .acadp .pagination > .active > a,
html .acadp .pagination > .active > span,
html .acadp .pagination > .active > a:hover,
html .acadp .pagination > .active > span:hover,
html .acadp .pagination > .active > a:focus,
html .acadp .pagination > .active > span:focus {
    color: #9A1E1E !important;
}

.classifieds-pagination {
  border-top: 2px solid #EBEBEB;
  margin-top: 20px;
  padding-top: 20px;
}

.classifieds-pagination .pull-left.text-muted {
  display: none;
}

.classifieds-pagination .next.page-numbers:after {
  position: 
}

.acadp  .classifieds-sort-by button.btn-default {
  border: 2px solid #EBEBEB !important;
  padding: 14px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  height: auto;
  text-transform: uppercase;
  min-width: 300px;
  text-align: left;
  background: transparent !important;
  box-shadow: none !important;
}

.acadp  .classifieds-sort-by .dropdown-menu {
  z-index: 999999999999999;
  border: 2px solid #EBEBEB !important;
  box-shadow: none;
  border-radius: 0;
  width: 300px;
  padding: 0;
  padding-left: 0 !important;
  top: 42px;
}

.acadp  .classifieds-sort-by .dropdown-menu a {
  font-size: 16px;
}

.acadp  .classifieds-sort-by .dropdown-menu .active a {
  background: #9A1E1E !important;
}

html .acadp a {
  color: inherit;
}

html .acadp a:hover,
html .acadp a:focus {
  color: inherit;
}

.cat-title {
  letter-spacing: .175em;
  font-weight: bold !important;
}

.classified-menu li {
  display:inline-block;
}

.classified-menu .current-menu-item a {
  color: #D63C3C !important;  
}


html .acadp-listing .acadp-slider-item-inner {
    padding: 0px;
    padding-right: 10px;
}

html .acadp-slider-nav .acadp-slider-item {
  width: 90px !important;
}

html .acadp .acadp-responsive-item {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

html body .acadp .form-control {
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  outline: none !important;
  border: 2px solid #909090;
  background: transparent;
  box-sizing: border-box;
  color: #909090;
  font-size: 1em;
  font-family: 'Gotham', sans-serif;
  text-transform: none;
  font-weight: 500;
  height: auto;
  outline: none !important;
}

html #acadp-contact-form label {
  display: none !important;
}



.magazine-feed-container a {
/*     height: 450px; */
    display: block;
    width: 100%;
}

.frame-area div {
	max-height: 85vh;
}

.no-margin {
	margin: 0 !important;	
}

@media all and (max-width: 1100px) {


  body {
    font-size: 13px;
 }
  
  h1 {
    font-size: 45px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 16px;
  }
  
  h4 {
    font-size: 13px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 12px;
  }

  .no-banner {
    padding-top: 30px;
  }


  /*--SLICK--*/
  .slick-prev,
  .slick-next {
    position: relative;
  }

  .slick-prev {
    left: ;
  }

  .slick-next {
    right: ;
  }


  /*--HEADER--*/
  #mobile-nav-button {
    
  }

  #logo img {
    margin: 0 auto;
    image-rendering: auto;
  }

  #mobile-nav-button {
    display: block !important;
    color: #fff;
    background: transparent;
    font-weight: normal;
    text-align: center;
    float: left;
    padding: 0;
    top: 34px;
    right: 0px;
    position: absolute;
    width: 20px;
    height: 34px;
    height: auto;
    z-index: 999;
  }

  #mobile-nav-button .bar {
    background: #333333;
    width: 100%;
    height: 2px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin: 0 auto;
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Safari and Chrome */
    -moz-transform-origin: 100% 100%; /* Firefox */
    -o-transform-origin: 100% 100%; /* Opera */
  }

  #mobile-nav-button:hover .bar:after,
  #mobile-nav-button:hover .bar:before,
  #mobile-nav-button:hover .bar {
    background: #9A1E1E;
  }

  #mobile-nav-button .bar,
  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    width: 100%;
    height: 2px;
    position: relative;
    display: block;
  }

  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    position: absolute;
  }

  #mobile-nav-button .bar:after {
    content: ' ';
    background: #000;
    top: 8px;
    position: relative;
    left: 0;
  }

  #mobile-nav-button .bar:before {
    content: ' ';
    background: #000;
    top: -8px;
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button .bar:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    opacity: 0;
    transform: rotate(360deg);
  }

  #mobile-nav-button.active-mobile-nav-button .bar:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    top: 0px;
  }

  #mobile-nav-button.active-mobile-nav-button .bar {
      /* position: absolute; */
      /* top: 17px; */
      /* left: 8px; */
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #mobile-global-nav,
  #mobile-global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #mobile-global-nav {
    max-height: 0;    
    display: block !important;
  }

  #mobile-global-nav.active-mobile-nav {
    top: 0px !important;
    z-index: 99;
    max-height: 5000px;
    overflow: visible;
  }

  #mobile-global-nav #menu-global-header-1 {
    margin-top: 80px;
    max-height: none;
    overflow: visible;
    background: transparent;
  }

  #mobile-global-nav  li {
  }

  #mobile-global-nav a {
    width: 100%;
    /* text-align: left; */
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }

  #mobile-global-nav .dropdown-social {
    text-align: center;
  }

  #mobile-global-nav .dropdown-social a {
    display: inline-block;
    width: auto;
    margin: 0 .45em;
    font-size: 1.25em;
  }

  #mobile-global-nav > div > ul > li > a {
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
  }

  #mobile-global-nav > div > ul > li > li > a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }

  #mobile-global-nav ul {
    background: #333333;
    list-style: none;
    margin: 0;
    padding-left: 0;
    max-height: 0;
    overflow: hidden;
  }

  #mobile-global-nav li {
    color: #333333;
    text-decoration: none;
    transition-duration: 0.5s;
    margin-left: 0;
    line-height: 1;
    padding: 20px 0;
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: left;
    position: relative;
    display: block;
    border-bottom: 2px solid #EBEBEB;
    text-transform: uppercase;
  }

  #mobile-global-nav li li {
    padding: 
  }

  #mobile-global-nav li:after {
    content: ' ';
    position: absolute;
    top: 17px;
    right: 0;
    background: url(assets/img/menu-arrow2.svg);
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(0deg);
  }

  #mobile-global-nav li:hover:after {
    content: ' ';
    background: url(assets/img/menu-arrow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(180deg);
  }

  #mobile-global-nav li li:after {
    content: ' ';
    display: none !important;
  }
    
  #mobile-global-nav li a {
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }

  #mobile-global-nav li li a {
    font-size: 16px;
    text-transform: capitalize;
    height: auto;
    overflow: visible;
    font-weight: normal;
  }

  #mobile-global-nav li:hover,
  #mobile-global-nav li:hover > a,
  #mobile-global-nav li:focus-within {
    color: #9A1E1E;
    cursor: pointer;
  }

  #mobile-global-nav li:focus-within a {
    outline: none;
  }

  #mobile-global-nav ul li ul {
    visibility: hidden;
    opacity: 0;
    width: 180px;
    position: relative;
    transition: all 0.5s ease;
    margin-top: 0;
    left: 0;
    display: none;
    left: 0;
    padding: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  #mobile-global-nav li.current-menu-ancestor ul,
  #mobile-global-nav li.current-menu-parent ul,
  #mobile-global-nav ul li:hover > ul,
  #mobile-global-nav ul li:focus-within > ul,
  #mobile-global-nav ul li ul:hover,
  #mobile-global-nav ul li ul:focus {
     visibility: visible;
     opacity: 1;
     display: block;
     padding: 20px 0 0;
     float: none;
     position: relative;
     height: auto;
     max-height: 1000px;
  }

  #mobile-global-nav ul li ul li:last-of-type {
    margin-bottom: 0;
  }

  #mobile-global-nav ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    margin-bottom: 20px;
  }

  /*--FOOTER--*/
  .mailchimp input[type=email] {
    width: calc(100% - 80px);
    padding: 9px;
    font-size: 14px;
    height: 40px;
    border-right: 0;
  }

  .mailchimp input[type=submit] {
    width: 80px;
    color: #D63C3C;
    padding: 11px 0px;
    font-size: 12px;
    margin-left: -5px;
    height: 40px;
  }

  #footer-menu a {
    font-size: 1em;
    margin-right: 20px;
  }

  #global-footer ul li a {
    font-size: 10px;
  }

  #global-footer hr {
    margin: 15px 0;
  }

  #global-footer .social-container a {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  #global-footer .social-container a svg {
    width: 16px;
  }


  /*--GLOBAL--*/
  .homepage-top-map {
    width: 470px;
    top: -120px;
  }
  
  .full-width-section {
    padding: 50px 0;
  }

  .lg-fixed-height-150 {
    height: 150px;
  }

  .template--two_col-text-column {
    padding: 60px 0;
  }

  .carousel-slide.home .text-inner {
    bottom: 15px;
    left: 15px;
  }

  #thin-banner {
    height: 300px;
  }

  #main-banner {
    height: 320px;
  }

  #main-banner-text-container h1:first-of-type {
    padding-top: 40px;
  }

  #main-banner-text-container .inner {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .template--two_col-text-column {
    padding: 0px;
  }

  .section--image_wide {
    height: 450px;
  } 

  .membership-row {
    padding: 10px 15px;
  }

  #main-banner-text-container.offset-2 {
    margin-top: -107px;
  }

  #main-banner.type-2 .feat-logo {
    max-width: 300px;
  }

  .column-button-container a.button {
    max-width: 310px;
  }

  .grey_box .inner {
    padding: 40px 40px;
  }

  .lg-fixed-height-200 {
    height: 200px;
  }

  .logo-container a.fixed-height-300 {
    height: 200px;
  }

  .carousel-hr-container hr {
    margin: 10px 0;
    background: #EBEBEB;
  }

  #main-banner-text-container.offset-1 {
    margin-top: -60px;
  }

  #main-banner-text-container.offset-2 {
    margin-top: -88px;
  }

  #main-banner-text-container svg {
/*     width: 55%; */
    height: auto;
  }

  #group-membership-bg {
    width: calc((4/12 * 100%) + 30px - 9px);
  }

  .call-to-action-tile:nth-of-type(3),
  .call-to-action-tile:nth-of-type(4) {
    margin-bottom: 0 !important;
  }

  .init--slick-slider_w_arrow .slick-next {
    right: -100px;
    margin: 0;
  }

  .init--slick-slider_w_arrow .slick-prev {
    left: -100px;
    margin: 0;
  }

  #homepage-arrow-container {
    bottom: 30px;
    right: 30px;
  }

  #homepage-arrow-container button {
    margin-left: 20px;
  }

  .slick-prev, .slick-next {
    top: 4px;
  }

  /*--MEMBERSHIP--*/
  #membership-levels {
    padding: 50px 0;
  }

  .membership-header {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
  }

  /*--HOMEPAGE--*/
  .homepage-slide {
    height: 400px;
  }

  .call-to-action-tile {
    height: 300px;
  }

  /*--BLOG0-*/
  article img {
    max-width: 100%;
    height: auto;
  }



  #bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0 {
    width: 50% !important;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0 img,
  #bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0,
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_img_0,
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
    width: 100% !important;
    height: auto !important;
    top: 0;
    left: 0;
    position: relative;
    display: block;
    margin: 0 !important;
  }

  #bwg_standart_thumbnails_0 {
    width: 100% !important;
    max-width: 100% !important; 
  }
  #bwg_container1_0 a.bwg_lightbox_0 {
    display: inline-block;
    width: 50%;
  }



  .extra-slash.left {
    position: absolute;
    top: -50px;
    left: 0;
    width: 40%;
    height: auto;
  }



  .header-slash.left.extra {
    top: -30px;
    width: 30%;
    height: calc(100% - -105px);
  }

  .full-width-section .header-slash.left.extra {
    top: 10px;
    height: calc(100% - 95px);
    width: 30%;
  }

  .header-slash.left.extra:after {
    background: #EBEBEB;
  }


  .header-slash.right.extra {
    top: -40px;
    right: 0;
    width: 22%;
    height: calc(100% + 20vh);
    background: #EBEBEB;
  }

  .full-width-section .header-slash.right.extra {
    top: 40px;
    height: calc(100% - 185px);
  }

  .header-slash.right.extra:after {
    background: #EBEBEB;
    transform: skew(-15deg, 0deg) translate(-173px,0);
  }

  .header-slash.right.extra.single {
    top: -100px;
  }

  .thin-slash {
    left: -10%;
  }

  html body #image-3 .call-to-action-tile-inner {
    background-position: 83% 100% !important;
  }

  .home .two-column-image-section h2 {

  }

  .home .two-column-image-section h3 {
    font-size: 18px !important;
  } 

  .expand-button {
    top: 19px;
  }

  #main-banner-text-container {
    margin-bottom: 50px !important;
  }

  #three-column-image-section h3 {
    /* line-height: 1; */
    margin-bottom: 10px !important;
  }

}

@media all and (max-width: 770px) {

  

  body {
    font-size: 13px;
  }
  
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 18px;
  }
  
  h3 {
    font-size: 14px;
  }
  
  h4 {
    font-size: 12px;
  }

  h5 {
    font-size: 11px;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

  

  

  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/


  /*--FOOTER--*/


  /*--global--*/
  .call-to-action-tile {
    height: 275px;
  }

  .section--image_wide {
    height: 500px;
  }



  .extra-slash.right {
    position: 
  }

  .extra-slash.left {
    position: 
  }

  .extra-slash svg {
    position: 
  }

}

@media all and (max-width: 675px) {

}



@media all and (max-width: 480px) {

  {
    width:100%;
    margin:0;
    float: none;
  }

  body {
    font-size:;
    padding-top: 55px;
    line-height: 1.5;
  }
  
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 18px;
    line-height: 1.25;
  }
  
  h3 {
    font-size: ;
  }
  
  h4 {
    font-size: 12px;
  }

  h5 {
    font-size: 11px;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

  


  /*--SLICK--*/
  .slick-prev,
  .slick-next {margin-left: 15px;}

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #global-header {
    height: ;
  }

  #global-header #logo {
    width: 250px;
    margin: 11px 0;
  }

  #mobile-global-nav #menu-global-header-1 {
    margin-top: 100px;
  }

  #mobile-global-nav li {
    padding: 20px 0;
    width: calc(100% - 40px);
  }

  #mobile-global-nav li a {
    font-size: 16px;
  }

  #mobile-global-nav li li {
    padding: 
  }

  #mobile-global-nav li li a {
    font-size: 14px;
  }

  #mobile-global-nav li:after {
    top: 17px;
    width: 16px;
    height: 21px;
    right: 0;
  }

  #mobile-nav-button {
    top: 24px;
  }


  /*--FOOTER--*/
  #global-footer a {
    font-size: 11px !important;
  }

  #global-footer ul li {
    display: block;
    margin-bottom: 7px;
  }

  #global-footer .social-container a {
    font-size: 17px !important;
    margin-left: 14px;
  }

  .mailchimp input[type=email] {
/*     width: calc(100% - 120px); */
    width: calc(100% - 115px);
  }

  .mailchimp input[type=submit] {
    width: 120px;
  }


  /*--GLOBAL--*/
  .column-button-container.two-buttons a.button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .slick-dots li button {
    width: 15px;
  }

  .init--slick-slider_w_arrow .slick-dots button {
    margin: 0 3px;
  }

  .call-to-action-tile {
    height: 140px;
  }

  .call-to-action-tile-inner {
    width: 100%;
  }
  
  html body button.trackhero-btn,
  body button, body .button, body input[type="button"] {
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    line-height: 1;
    min-height: 0;
    height: auto;
    border-width: 2px;
    font-size: 12px;
    margin: 0;
  }
  
  .grey-box-version .image-col {
    position: relative;
    height: 300px;
  }

  .grey_box .inner {
    padding: 20px;
  }

  .bordered-section {
    padding: 25px 0 0;
  }

  .lined-column .inner {
    padding: 0;
  }

  .template--two_col-image-column {
    position: relative;
    height: 300px;
    width: 100%;
    padding: 0;
  }

  .section--image_wide {
    height: 210px;
  }

  #main-banner-text-container svg {/* width: 75%; */left: -20%;/* max-width: 90%; */}

  #main-banner-text-container.offset-1 {
    margin-top: -58px;
  }

  #main-banner-text-container.offset-2 {
    margin-top: -88px;
  }

  #main-banner {
    height: 230px;
  }

  .full-width-section {
    padding: 40px 0;
  }

  /*.call-to-action-tile:nth-of-type(4)*/
  .call-to-action-tile:nth-of-type(3) {
    margin-bottom: 20px !important;
  }

  .sub-bordered-section:last-of-type .inner {
    /* border-top: 0; */
    /* padding-top: 0; */
  }

  .column-button-container.two-buttons a.button:first-of-type {
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #main-banner.type-2 .feat-logo {
    max-width: 220px;
  } 

  #main-banner.type-2 h1 {
    font-size: 22px;
  } 

  .column-button-container a.button {
    max-width: 100%;
    width: 100%;
  }

  .expand-button {
    top: 20px;
    width: 17px;
    right: 0;
  }

  .grey-box-version .template--two_col-image-column {
    margin-bottom: 0 !important;
  }

  .blog-header {
    padding-bottom: 30px;
  }

  

  /*--HOMEPAGE--*/
  .homepage-top-map {
    top: -70px;
    right: -80px;
  }

  /*--MEMBERSHIP--*/
  #membership-levels {
    background: #F6F6F6;
    padding: 30px 0;
  }

  .membership-row {
    padding-left: 0;
    padding: 10px;
  }

  #membership-stats .col.col-2.lg-col-12 {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 10px !important;
  }

  #membership-stats .col.col-8.lg-col-12 {
    width: calc(100vw - 40px);
    width: 100vw;
    margin: 0 auto;
    float: none;
  }

  #membership-stats .wrapper {
    width: calc(100vw);
    max-width: 100%;
  }

  .home .two-column-image-section h3 {
    font-size: 18px;
  }

  .home .two-column-image-section h2 br {
    display: none;
  }

  .home .header-slash.left {
    height: calc(60% - 160px);
    width: 30%;
  }
  .resp-row * {
    line-height: 1;
  }

  .fancybox-wrap .fancybox-close {
    top: 0px;
    right: 0px;
  }

  #main-banner-text-container h1:first-of-type {
    padding-top: 40px;
  }

  .foot-col-1 .half-section-block:last-of-type {
    margin-bottom: 20px !important;
  }

  #main-banner-text-container.no-banner {
    padding-top: 30px !important;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0 {
    width: 100% !important;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0 img,
  #bwg_container1_0 #bwg_container2_0 .bwg_title_spun1_0,
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_img_0,
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
    width: 100% !important;
    height: auto !important;
    top: 0;
    left: 0;
    position: relative;
    display: block;
    margin: 0 !important;
  }

  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun2_0,
  #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_0 {
    width: 100% !important; 
  }

  #bwg_standart_thumbnails_0 {
    width: 100% !important;
    max-width: 100% !important; 
  }
  #bwg_container1_0 a.bwg_lightbox_0 {
    display: inline-block;
    width: 100%;
  }



  .extra-slash.left {
    position: absolute;
    top: -50px;
    left: 0;
    width: 40%;
    height: auto;
  }



  .header-slash.left.extra {
    top: -20px;
    width: 40%;
    height: calc(90% - 0px);
    /* height: 90%; */
    background: #EBEBEB;
  }

  .full-width-section .header-slash.left.extra {
    top: 10px;
    height: calc(60%);
    width: 33%;
  }

  .header-slash.left.extra:after {
    width: 130%;
    left: -30%;
  }


  .header-slash.right.extra {
    top: 90px;
    width: 31%;
    height: 80%;
  }

  .full-width-section .header-slash.right.extra {
    top: 40px;
    height: calc(100% - 185px);
  }

  .header-slash.right.extra:after {
    transform: skew(-15deg, 0deg) translate(-103px,0);
    /* transform: skew(-15deg, 0deg) translate(-103px,0); */
  }

  .header-slash.right.extra.single {
    top: 90px;
    width: 31%;
    height: 80%;
  }

  .thin-slash {
    left: -68%;
    width: 570px;
  }  

  #signup-newsletter {
    width: 100%;
    margin-left: 0 !important;
    /* margin-top: 0 !important; */
    top: 50%;
    left: 0;
    height: 225px;
    height: 285px;    
  }

  #signup-newsletter input[type=email] {
/*     width: calc(100% - 90px); */
  width: calc(100% - 82px);
  }

  #signup-newsletter .inner {
    padding: 40px 0;
  }

  html {
    margin-top: 0 !important;
  }

  .carousel-title + h4 {
    font-size: 10px;
  }

  .expand-button:before {
    height: 1px;
    width: 17px;
    top: 9px;
  }

  .expand-button:after {
    width: 1px;
    height: 17px;
    right: 8px;
  }

  #three-column-image-section h3 {
    margin-bottom: 10px !important;
    margin-top: 14px !important;
  }
  
  .reservation-widget-section iframe {
    height: 90vh !important;
  }
  
  .acadp-body.clearfix {
    width: calc(100%);
  }

  .vehicle-classified-thumb {
    height: 180px;
  }

  .acadp .classifieds-sort-by.btn-toolbar,
  .acadp .classifieds-sort-by .btn-group {
    width: 100%;
    float: none !important;
    display: block;
  }

  .acadp .classifieds-sort-by .dropdown-menu {
    top: 99px;
    width: 100%;
  }

  .acadp .classifieds-sort-by button.btn-default {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    float: none;
  }
 	
	.fixed-height-250 {
	    height: 220px;
	}
    
}