@charset "UTF-8";
/* CSS Document */
html, body { font-family: 'Roboto', sans-serif; font-size: 1rem; }

html {
  scroll-behavior: smooth;
}

/* Margins and Paddings */
.marginBottomSmall { margin-bottom: 0.5em; }
.marginTopReallyBig { margin-top: 5em; }
.marginTopBig { margin-top: 2em; }
.marginTopReg { margin-top: 1em; }
.marginRightReg { margin-right: 1em; }
.marginRightBig { margin-right: 2em; }
.marginRightReallyBig { margin-right: 5em; }
.marginLeftReg { margin-left: 1em; }
.marginLeftBig { margin-left: 2em; }
.marginLeftReallyBig { margin-left: 5em; }
.paddingTopBig { padding-top: 2em; }
.paddingTopReg { padding-top: 1em; }
.paddingLeftZero { padding-left: 0; }
.paddingRightZero { padding-right: 0; }
.paddingLeftReg { padding-left: 1em; }
.paddingLeftBig { padding-left: 2em; }
.paddingLeftReallyBig { padding-left: 5em; }
.paddingRightReg { padding-right: 1em; }
.paddingRightReallyBig { padding-right: 5em; }
.paddingRightBig { padding-right: 2em; }
.marginBottomReg { margin-bottom: 1em; }
.marginBottomBig { margin-bottom: 2em; }
.paddingBottomReg { padding-bottom: 1em; }
.paddingBottomBig { padding-bottom: 2em; }
.paddingBottomSmall { padding-bottom: 0.5em; }
.marginAuto { margin-left: auto; margin-right: auto; }
.marginLeftZero { margin-left: 0; }
.marginRightZero { margin-right: 0; }
.marginBottomZero { margin-bottom: 0; }
.paddingZero { padding: 0; }
.marginTopZero { margin-top: 0; }
.marginBottomZero { margin-bottom: 0 !important; }
.paddingBottomReallyBig { padding-bottom: 5em !important; }
.paddingTopReallyBig { padding-top: 5em !important; }
.marginBottomSmall { margin-bottom: 0.5em; }
.marginBottomReallyBig { margin-bottom: 5em; }
.paddingBottomZero { padding-bottom: 0; }
.paddingTopZero { padding-top: 0 !important; }
.padding-six-all { padding: 6%; }
.padding-sixteen-lr { padding-left: 16%; padding-right: 16%; }
.padding-eighteen-half-tb { padding-top: 18.5%; padding-bottom: 18.5%; }

/* Links */
a, .bg-dark .left-side-nav a { color: #1a0dab; }
.bg-dark a { color: #8ab4f8; }
a.border-none { border: 0; cursor: pointer; }
a:hover { text-decoration: underline; }
.masonry a:hover { text-decoration: none; }
h2 a, h2 a:hover { color: #fff; }
a i { color: #fff; }
a.nav-link { color: #000; font-weight: 700; }
.top-links a.nav-link { font-weight: 400; }
.masonry a:not([href]):not([tabindex]), a:not([href]):not([tabindex]) { color: #00b3b8; }
.top-buttons a { display: inline-block; margin-right: 1em; }
.top-buttons .btn-block + .btn-block { margin-top: 0; }
a.moreless-button { display:none; }
a.main-cta:hover { color: #fff; }

/* Search Box */
/* Styles for wrapping the search box */

.main-search {
    width: 200px;
	display: inline-block;
	margin-left: 20px;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Jumbotron */
.jumbotron { border-radius: 0; }

/* Containers */
.container-fluid.cards { padding-right: 30px; padding-left: 30px; }

/* H-Tags */
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; }
.right-index-main h3 { font-size: 23px; color: #343a40; }
.navbar.left-side button { font-family: 'Roboto Condensed', sans-serif; }
h1 { font-size: 2.7em; }
h1.no-bg { text-shadow: 0 0 0 rgba(255, 255, 255, 0); font-size: 5.5em; font-weight: 800; }
h1.no-bg.med { font-size: 3em; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.4em; }
h3 i { font-size: 1em; color: #ccc; }
h4 { font-size: 1.2em; }
.home h4 { margin-bottom: 0.2em; }
.right-index-main h5 { font-size: 17px; margin-top: 0.75em; }

/* hr */
hr.red { width: 100px; border-top: 1px solid #da383a; padding-bottom: 0; }

/* Titles */
span.medTitle { display: block; font-weight: 300; font-size: 16px; }
span.boldTitle { display: block; font-weight: 700; font-size: 16px; }

/* Width */
.w-90 { width: 90%; }

hr { border-top: 1px solid #ccc; }
hr.homeHr { width: calc(100% - 5em); margin-top: 10px; }

/* Icons */
.card-body i { font-size: 16px; color: #ccc; }
.clean-card i { color: #f58220; font-size: 40px; }
footer i { font-size: 24px; }
.billboard-location { font-size: 16px; color: #666666; }

/* Font Awesome ul */
ul.fa-ul li::before { list-style-type: none; }
.fa-ul > li { position: relative; }
.fa-ul li { margin-bottom: 1em; }
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-ul.orange i { color: #ff7a00; }
/* Text */
.image-left p, .image-left h2, .image-left button { padding-left: 24px; text-align: left; }
.image-left hr { margin-left: 24px; }
.image-right h2, .image-right p, .image-right button { padding-right: 24px; }
.image-right hr { margin-right: 24px; }
.flatBlack p { color: #ccc; }
.text-gray { color: #666666; }
.text-light-gray { color: #ccc; }
.text-small { font-size: 14px !important; }
.bigThin-text { font-size: 18px; line-height: 24px; font-weight: 300; }
p.heading { font-size: 19px; }
p.subhed { color: #fff; font-size: 17px; }
.main p { font-size: 16px; }
.bigImage-content li { padding: 0.2em 0; }
.bigImage-content ul { padding-left: 20px; }
.resources a.nav-link { color: #000; }

/* Image */
.thumb-map { max-width: 33%; margin-left: 35%; }
.featured-resource { width: 60%; max-width: 60%; }
.rounded { border-radius: 0.5rem !important; }

/* Background Image */
.cover-background { position: relative !important; background-size: cover !important; overflow: hidden !important; background-position: center !important; background-repeat: no-repeat !important; }

/* Bottom Sticky */

	.e1-nav.sticky { position: fixed; display: block !important; width: 100%; background-color: #151515; border-top: 1px solid #ccc; padding-top: 2em; padding-bottom: 1em; }
	.sticky {
  bottom:0; left: 0;
  top: inherit;
  transition: position 0.2s ease;
		z-index: 10000;
}

/* Star Icon */
i.fa-star { color: #ffc700; font-size: 16px; }

/* Pills */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { background-color: #f58220; }

/* Resource Cards */
h2.resource-card, p.resource.card-text { color: #000 !important; }
.resource.card { transition: border 0.2s ease; }
.resource.card span.link i { color: #00b3b8; padding-left: 1em; transition: padding 0.2s ease; }
.resource.card:hover span.link i { padding-left: 2em; }
.resource.card:hover { color: #00b3b8; text-decoration: none; border: 1px solid #00b3b8; }
.resource.card:hover span.link { text-decoration: underline; }

/* Hero Carousel */
.carousel-caption { left: 7% !important; right: 23% !important; }
.carousel-inner img { width: 100%; height: auto; }
.jumbotron.hundeePercent.top { padding: 0; margin-bottom: 0; }
.jumbotron.hundeePercent.top.home { margin-top: -163.233px; }
.carousel-caption { top: 50%;
transform: translateY(-54%); bottom: initial; }
.carousel-caption h1 { font-size: 4vw; font-weight: 700; letter-spacing: 0px; }
.carousel-caption p { text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6); }


/* Hero Gradient */
.gradient-hero { background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.50),
    rgba(0, 0, 0, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#000000FF);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	}

.gradient-hero.text { background: linear-gradient( to right, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, .25)); }
.photo-credit { color: #fff; padding: 0.5em; position: absolute; right: 0; bottom: 10em;  background-color: rgba(0, 0, 0, 0.5); font-size: 12px; }
.photo-credit.photo-index { bottom: 4em; }
/* Hero Gradient */
.gradient-hero-top { background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.50),
    rgba(255, 0, 0, 0));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#000000, endColorstr=#000000FF);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	height: 200px;
	}

/* CTA's */

.main-cta, .main-cta-2, .main-cta-2-orange { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; background-color: #1a0dab; border: 2px solid #1a0dab; color:#fff; border-radius: 35px; padding: 0.5em 1.5em; font-size: 16px; }
.btn-primary { background-color: #1a0dab; border: 2px solid #1a0dab; }
.bg-dark .main-cta { background-color: #8ab4f8; color: #fff; border: 2px solid #8ab4f8; }
a.main-cta:before {
   font-family: 'Font Awesome 5 Free';
   content: "\f054";
   float: right;
   transition: all 0.5s;
}
.main-cta-2 { background-color: rgba(0,0,0, 0.25); border: 2px solid #fff; }
.main-cta-2-orange { background-color: transparent; border: 2px solid #f58220; }
.bg-light .main-cta-2-orange, .bg-white .main-cta-2-orange { color: #f58220; }
.cta-orange-solid { background-color: #f58220; color: #fff; border: 2px solid #f58220; }
.menu { background-color: transparent; border: 0; display: flex; align-items: center; margin-left: auto; }
.menu i { font-size: 20px; }
.billboard .main-cta-2 { background-color: rgba(0,0,0,0); border:2px solid #151515; color: #151515; }

/* Sections */
.flatBlack { background-color: #151515;  position: relative; z-index: 1000; color: #fff; }
.flatBlack h2 { color: #fff; }
.flatBlack.light { background-color: #222426; }
.bg-pic { color: #fff; }
.bg-pic .jumbotron { padding: 6em 0; }
.bg-black { background-color: #000; }
.purps { background-color: #9f2981; color: #fff; }
.bg-dark { background-color: #222426 !important; color: #fff; }
.bg-light-dark { background-color: #4a4b4a !important; color: #fff; }
.bg-light { background-color: #f2f3f2; }
.bigImage-content, .one-column-text { font-size: 16px; }
.fap-home { display: none; }

/* Masonry */
.masonry .active, .masonry .accordion:hover { background-color: transparent; }
.masonry .active::after { content: ""; }
.masonry .nav-pills .nav-link.active { background-color: #da383a; }
.masonry .card p { color: #000; }
.masonry a.card { cursor: pointer; }
.masonry a.card:hover p.red-link, .masonry a.card:hover h5.card-title { text-decoration: underline; }
.masonry a.card h7 { color: #000; font-size: 16px; font-weight: 700; display: block; }

/* Angles */
.angle { 
	clip-path: polygon(
    0 50%, /* left top */
    100% 0, /* right top */ 
    100% 100%, /* right bottom */
    0 100% /* left bottom */
  );
 position: relative;
 z-index: 2;
	width: 100%;
	height: 40px;
}

.angle-vert {
	background-image: url('../vert-background.html');
	background-size: cover;
}

/* Image Left Rail */
h3.overlay, h3.overlay.right { font-size: 3vw; text-transform: uppercase; color: #fff; margin-left: -2em; font-weight: 800; position: relative; z-index: 2; letter-spacing: 2px; text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6); }
h3.overlay.right { margin-right: -2em; }
.image-left.row, .image-right.row { margin-left: 0; margin-right: 0; }
.image-right { text-align: left; }

.image-left .overlayImg { padding-left: 0px; }
	.image-right .overlayImg { padding-right: 0px; }


/* BG Cards */
.bg-cards .card { position: relative; background-size: cover; border-radius: 0; border: 0; background-color: #000; opacity: 1; transition: opacity .2s ease; z-index: 1; }
.bg-cards .card-text { color: #fff; }
.bg-cards .card a { display: block; font-weight: 800; color: #fff; font-size: 1vw; transition:background .2s ease; background:url(../support-arrows.html) no-repeat 95% 50%; background-size:7px auto; border: 0; }
.bg-cards .card a:hover { background:url(../support-arrows.html) no-repeat rgba(0,0,0,.05) 96% 50%; background-size:7px auto; text-decoration:underline; }
.bg-cards .card:hover { opacity: 0.75; }
.card-black-bg { position: absolute; background-color: #000; z-index: 0; top:0; left:0; opacity: 0; }

/* Slug with Line (Separator) */
.strike {
        display: block;
        text-align: left;
        overflow: hidden;
        white-space: nowrap; 
		color: #fff;
	margin-bottom: 0.5em;
	font-weight: 800;
	text-transform: uppercase;
    }

    .strike > span {
        position: relative;
        display: inline-block;
    }
	
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: #ccc;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }

/*** Accordion ***/

.accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  padding-right: 22px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 800;
  transition: 0.4s;
  position: relative;
  border-radius: 3px;
}

.bg-dark .accordion, .flatblack .accordion, .bg-light-dark .accordion { color: #fff; }

.accordion.active, .accordion:hover, .accordion.hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 10px;
}

.bg-dark .accordion:after, .bg-light-dark .accordion:after, .flatblack .accordion:after { color: #fff; }

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 0px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p { padding-top: 1em; font-size: 16px; }


/* Navigation Menu */
.modal-backdrop { z-index: 103; }
.navLogo { transition: max-width 0.2s ease-in-out; }
.navigation { transition: background-color 0.3s, border-bottom 0.3s; }
.top-links { margin-top: -3em; position: absolute; right: 0; width: 100%; padding-right: 2.5em; }
.top-links li { display: inline-block; }
.navbar-expand-lg .navbar-nav .top-links .nav-link { padding-left: 0 !important; padding-right: 0 !important; }
.top-links a { font-size: 0.85rem; }
a.nav-link { font-size: 14px; }
.navbar-light .navbar-nav .nav-link { color: rgba(0,0,0,1); }

.navigation button i { font-size: 1.2em; color: #fff; }
.navigation .modal { z-index: 10000; }
.navigation .modal-dialog { max-width: 100%; height: 100vh; margin: 0; }
.navigation .modal-content { width: 100%; background-color: #151515; border: 0; border-radius: 0; height: 100vh; }
.navigation .modal-header { border-bottom: 0; }
.navigation .close { color: #fff; }
.navigation .jumbotron { background-color: transparent; position: absolute; bottom: 20px; }
.navbar-light .navbar-toggler { border-color: rgba(0, 0, 0, 0.5); }


.main-nav a { font-size: 1.6vw; color: #fff; padding: 1em 0; background-color: transparent; display: block; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; border-bottom: 1px solid #333; }
/*img.navLogo { max-width: 130px; }*/
/*.modal img.navLogo, footer img.navLogo { max-width: 80px !important; }*/
.navigation p i { font-size: 26px; }

.navLogo.marginTopReg.marginBottomBig { margin-top: -1em; margin-bottom: 1em; }

.top-nav { position: absolute; top: 2em; font-size: 13px; }
.top-nav a.nav-link { color: #1a0dab !important; font-size: 13px; }
.top-nav a.nav-link.red { color: #ed2124 !important; }
.navbar-expand-lg .navbar-nav.top-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
.top-nav .nav-link { display: inline; }
ul.navbar-nav.main-naver { margin-top: 3em; }

.navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }

/* Footer */
.bottom-footer { background-color: #151515; color: #e6e7e8; }
a.footer-link { display: flex; align-items: center; color: #e6e7e8; font-size: 12px; }
.bottom-footer p { font-size: 12px; color: #e6e7e8; }
.bottom-footer hr { border-top: 1px solid #333; }

.bottom-footer input::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; font-size: 11px; font-weight: 400; opacity:1;}
.bottom-footer input::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; font-size: 11px; font-weight: 400; opacity:1;} 
.bottom-footer input:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; font-size: 11px; font-weight: 400; opacity:1;}
.bottom-footer .newsletter input { color: #6f6f6f; letter-spacing: normal; }
.bottom-footer input { border: 1px solid; }
.bottom-footer h6 { font-size: 14px; color: #6f6f6f; }
.bottomInfo { font-size: 11px; }

/*Zip Code */
.billboard input { float: left; width: 200px; padding: 1em; background: #fff; border: 2px solid #999; border-radius: 4px; }
.bg-zip { background-color: #D1D7DE; }

/* LEAGUE TOP */
.leagueTop h1 { font-size: 4vw; letter-spacing: 8px; color: #fff; font-weight: 800; }
.leagueTop a { font-size: 11px; font-weight: 800; }
.leagueTop p { font-size: 13px; }

/* Blog Cards */
span.green-tab { padding: 0.5em; background-color: #a7d16b; color: #fff; font-family: 'the_bold_fontbold'; border-radius: 4px; }

/* Tool Tip */
.qtip {
    max-width: none !important;
}

a.qtip-close {
    display: block;
    top: 10px;
    right: 10px;
    padding: 5px;
}

#qtip-2, #qtip-1, #qtip-0, #qtip-3, #qtip-4, #qtip-5, #qtip-6, #qtip-7, #qtip-8, #qtip-9 { width: 400px !important; }

.toolTipText { padding: 0.5em 2em 0em 0.5em; }
.toolTipText span.descText { display: block; font-size: 12px; font-weight: 400; margin-bottom: 0.8em; }
.toolTipText a { font-size: 12px; font-weight: 700; }
.toolLinks { display: block; margin-top: 0.3em; border-top: 1px solid #ccc; }

/* Numbers */
.bigNumber { font-size: 55px; font-weight: 400; line-height: 60px; }

/* Responsive Video */
.videoWrapper, .videoWrapperLive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe, .videoWrapperLive iframe { position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/* Read More 
.moretext {
  display: inline;
} */
.purps, .side-by-side { padding: 5em; }

.padding-right-dt { padding-right: 2em; }
.padding-left-dt { padding-left: 2em; }
.marginRightBig-dt { margin-right: 3em; }

.get-a-quote { display:block; right: 0; position: fixed; padding: 1.5em; top:10em; writing-mode: vertical-rl;
text-orientation: mixed; background-color: #00b3b8; color:#fff; z-index: 100000000; font-family: 'the_bold_fontbold'; letter-spacing: 1px; }

/** Index pages **/

.left-side-index  { position: absolute; }
.left-side-nav li { flex: 0 0 100%; }
.left-side h4 { color: #343a40; font-size: 19px; }
ul.navbar-nav.left-side-nav { flex-direction: column; }
ul.navbar-nav.left-side-nav li { margin-bottom: 0.5em; }
.left-side-nav { font-size: 15px; font-weight: 800; }
.navbar.left-side { padding-left: 0; }
.left-side-nav span { font-weight: 400; color: #343a40; }

.left-side .navbar-toggler { background: #1a0dab; color: #fff; font-size: 15px; font-weight: bold; border: 0; padding:0.6em 1.5em 0.5em; border-radius: 35px; }
.left-side-nav hr { border-top: 1px solid #ccc; border-bottom: 0; margin: 10px 0 15px; width: 100%; }

.section-sponsor { background: #d3e9ea; text-align: center; padding: 2em; }
.section-sponsor img { width: 75%; max-width: 75%; }
.seetion-sponsor h5 { color: #343a40; font-size: 17px; }
.index-thumbs p { font-size: 14px; line-height: 17px; }
.index-thumbs div { margin-bottom: 1em; }

.bg-dark .card-border { border: 1px solid #fff; padding: 1em; text-align: center; background: none; }
.bg-dark .bg-white { color: #000; }
.copyright { font-size: 14px; }

/*** Zip Code ***/
span.or {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-right: .3em;
}
.facbox a, .facbox a:visited, a.contractor-link {
    color: #e54c4c;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .bg-dark .card-columns {
        column-count: 4;
    }
	.card-columns.two-col { column-count: 2; }
	.card-columns.three-col { column-count: 3 !important; }
}

@media screen and (min-width:992px) {
.carousel-caption { top: calc(50% + 25px); }
}
@media screen and (min-width:1141px) {
	.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
}

@media screen and (min-width:1250px) {
	.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0.7rem; padding-right: 0.7rem; }
}

@media screen and (min-width:768px) {
	.carousel-caption { text-align: left; }
	.displayNone-dt { display: none !important; }
}

@media screen and (min-width:1300px) {
	.container { max-width: 1240px; }
}

@media screen and (max-width:1260px) {
	.bg-cards .card a { font-size: 14px; }
	.image-left p, .image-right p { font-size: 14px; }
}

@media screen and (max-width:1199px) {
.lg-padding-four-half-lr { padding-left: 4.5%; padding-right: 4.5%; }
	.lg-padding-six-tb { padding-top: 6%; padding-bottom: 6%; }
	a.nav-link { font-size: 12.2px; }
}

@media screen and (max-width:1119px) {
	.masonry h5 { font-size: 16px; }
}

@media screen and (max-width:991px) {
	h1 { font-size: 1.7em; }
	h3 { font-size: 1.1em; }
	h4 { font-size: 1.1em; }
	p { font-size: 0.9rem; }
	.left-side-nav { font-size: 14px; }
	.left-side h4 { font-size: 16px; }
	.md-padding-eleven-half-tb { padding-top: 11.5%; padding-bottom: 11.5%; }
	.displayMedNone { display: none; }
	.fap-home { display: flex; }
	/* Masonry */
	.card-columns { column-count: 2; }
	
	/* Collapse Menu */
	.navbar-nav { padding-right: 1.5em; }
	nav.navbar { margin-top: 0; }
	.jumbotron { margin-top: 0 !important; }
	
	.navLogo.marginTopReg.marginBottomBig { margin-top: .25em; margin-bottom: .25em; }
	.top-links { position: relative; margin-top: 0; padding-right: 0; }
	
	/*img.navLogo { max-width: 75px !important; } */
	.modal img.navLogo, footer img.navLogo { max-width: 30px !important; }
	nav.navbar { margin-top: 0 !important; }
	.jumbotron.hundeePercent.top.home { margin-top: 0; }
	.purps, .side-by-side { padding: 3em; }
	p.subhed { font-size: 16px; }
	
	.billboard-text, .billboard-zip { padding-left: 2em !important; }
	
	.top-nav { position: relative; top: 0; font-size: 13px; margin-top: 1em; padding-bottom: 2em; }
	
	.main-search { margin-left: 0.5rem !important; margin-top: 1em; }
	.top-nav a.nav-link { display: block; padding-top: 0; padding-bottom: 0; }
	ul.navbar-nav.main-naver { margin-top: 0; }
	a.nav-link { font-size: 16px; }
	.top-nav a.nav-link { font-size: 16px; }
}

@media screen and (max-width:767px) {
	h3 { font-size: 1.3em; }
	h1 { font-size: 1.7em; }
	.paddingTopReallyBigMobile { padding-top: 5em !important; }
	.mobileMarginBottomReallyBig { margin-bottom: 5em !important; }
	.carousel-caption h1 { font-size: 40px; letter-spacing: 0; }
	.photo-credit { bottom: 5em; }
	
	.carousel-caption .btn-lg { font-size: 1rem; }
	.sm-padding-15px-lr { padding-left: 15px !important; padding-right: 15px !important; }
	.sm-padding-50px-tb { padding-top: 50px !important; padding-bottom: 50px !important; }
	.sm-height-400px { height: 400px !important; }
	.sm-no-padding-lr { padding-left: 0 !important; padding-right: 0 !important; }
	.displayNone-dt { display: block !important; }
	
	/* Hero Gradient */
.gradient-hero { background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75),
    rgba(255, 0, 0, 0));
	}
	
	/* Overlay Headings */
	h3.overlay, h3.overlay.right { margin-left: 0; margin-right: 0; font-size: 24px; text-shadow: 0; }
	.strike { font-size: 12px; }
	.strike.marginLeftBig, .strike.marginLeftReallyBig { margin-left: 0; }
	.strike.marginRightBig, .strike.marginRightReallyBig { margin-right: 0; }
	.image-left p, .image-left h2, .image-left button { padding-left: 0; }
	.image-left hr { margin-left: 0; }
	.image-right h2, .image-right p, .image-right button { padding-right: 0px; }
.image-right hr { margin-right: 0px; }
	.overlayImg { margin-bottom: 2em; }
	.overlayImg { margin-top: 1em; }
	.image-left .overlayImg { padding-left: 15px; }
	.image-right .overlayImg { padding-right: 15px; }
	.image-right p.paddingLeftBig, .image-right p.paddingLeftReallyBig { padding-left: 0; }
	.image-left p.paddingRightReg, .image-left p.paddingRightReallyBig  { padding-right: 0; }
	.image-left hr.marginRightBig, .image-left hr.marginRightReallyBig { margin-right: 0; }
	.image-right hr.marginLeftBig, .image-right hr.marginLeftReallyBig { margin-left: 0; }
	.image-right { text-align: left; }
	
	/* Images */
	.featured-resource { width: 100%; max-width: 100%; }
	.section-sponsor img { width: 100px; }
	
	/* h-tags */
	h5 { font-size: 19px; }
	.masonry h5 { font-size: 17px; }
	
	.slug { font-size: 13px; }
	.card-body p.slug, p.slug { font-size: 13px; }
	
	/* Accordion */
	.accordion { font-size: 12px; }
	.panel p { font-size: 12px; }
	
	/* Cards */
	.bg-cards .card a { font-size: 12px; }
	.bg-cards h5 { font-size: 17px; }
	
	/* Navigation */
	.navigation .jumbotron { position: relative; bottom: auto; }
	.main-nav a { font-size: 16px; }
	.main-nav { margin-bottom: 2em; }
	
	/* Footer */
	.pre-footer .left, .pre-footer .right { text-align: center; }
	.pre-footer p { margin-bottom: 1.5em; }
	.pre-footer i { margin-top: 1em; }
	
	.bottom-footer h6 { padding-top: 2em; }
	.bottomInfo { text-align: center !important; }
	
	/* League Nav */
	.league-nav { padding-bottom: 4em; }
	
	/* Masonry */
	.card-columns { column-count: 1; }
	
	/* Text Align */
	.mobile-text-center { text-align: center !important; }
	
	/* custom headers */
	.contact .text-right { text-align: center !important; }
	
	/* Containers */
	.container-fluid.cards { padding-right: 15px; padding-left: 15px; }
	
		/* Tool Tip */
		#qtip-2, #qtip-1, #qtip-0, #qtip-3, #qtip-4, #qtip-5, #qtip-6, #qtip-7, #qtip-8, #qtip-9 {
        max-width: 400px !important;
        width: 90% !important;
        left: 5% !important;
    }
	
	.qtip-tip canvas { display: none; }
	
	.displayMobileNone { display: none !important; }
	
	hr.homeHr { width: calc(100%); margin-top: 10px; }
	
	.home-left { background-image: url("../mobler-e1-home.html") !important; }
	
	.videoWrapperLive { text-align: center; }
	.videoWrapperLive iframe { position: relative; width: 100% !important;
    height: auto !important; margin: 0 auto; }
	.videoWrapper.mixer { height: 763px !important; }
	.carousel-caption { text-align: left; }
	.carousel-caption h1 { font-size: 30px; }
	.padding-right-dt { padding-right: 0em; }
	.padding-left-dt { padding-left: 0em; }
	.marginRightBig-dt { margin-right: 0; }
	
	.thumb-map { margin-left: 0; }
	.section-sponsor { padding: 1em 1em;}
	
	/* Read More */
.moretext {
  display: none;
}
	a.moreless-button { color: #00b3b8; font-weight: 700; margin-top: -1em; display:block; margin-bottom: 1em; }
	.purps, .side-by-side { padding: 1.5em; }
	
	.mobileLeftRightZero { padding-left: 0; padding-right: 0; }
	.mobileLeftRightDefault { padding-left: 15px; padding-right: 15px; }
	.mobileDisplayNone { display: none !important; }
	/* Star Masters */
span.stars { display: block; }
	
	.get-a-quote { width: 100%; bottom: 0; top: auto; writing-mode: horizontal-tb; }
	.carousel-item img { display: none; }
	.carousel-item { display: block; }
	.carousel-caption.inner { position: relative; color: #212529; display: block; width: 100%; padding-left: 30px; padding-right: 30px; margin: 10px auto 50px; left: auto !important; right: auto !important; transform: translate(0); }
	.carousel-caption.inner { text-align: left; }
	.gradient-hero, .gradient-hero-top { display: none; }
	.carousel-caption.inner p { text-shadow: 0 0 0; color: #212529; }
	.carousel-caption.inner h1 { text-shadow: 0 0 0; }
	
	.left-side-index { position: relative; }
	
	ul.navbar-nav.left-side-nav { margin-top: 1em; }
	
	.img-text img { margin-bottom: 1em; max-width: 140px; }
	.row.five-column .col { flex: 0 0 50%; text-align: center; }
	img.footer-logo { width: 250px; margin-bottom: 1em; }
	
	.sponsor-logos img { height: 60px; }
	
	 .home-header-img { height: 300px; } 
}
/*.moreless-button::after { content: "read more"; }*/
/*.moreless-button.toggler::after { content: "read-less"; }*/

@media screen and (max-width:694px) {
	.main-cta, .main-cta-2, .main-cta-2-orange, .carousel-caption .btn { font-size: 12px; }
}

@media screen and (max-width:654px) { 
	.carousel-caption.inner { left: auto !important; right: auto !important; }
}

@media screen and (max-width:589px) {

	h1.no-bg { font-size: 4em; }
	h1.no-bg.med { font-size: 2em; }
	.toolTipText h3 { font-size: 0.75em !important; }
	.toolTipText span.descText { font-size: 10px; line-height: 16px; }
	.toolTipText a { font-size: 10px; }
	.carousel-item a.circle { height: 14px; width: 14px; border: 1px solid #fff; }
	.carousel-caption h1 { font-size: 30px; }
	.carousel-caption { left: 15% !important; right: 15% !important; }
	.carousel-caption .row { justify-content: center; }
	.carousel-caption { text-align: center; }
	.carousel-caption h1 { font-size: 20px; }
	
	.carousel-caption .col-sm-6 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	
	.carousel-caption.inner { left: auto !important; right: auto !important; }
	.index-thumbs img { max-width: 300px; }
}

@media screen and (max-width:350px) {
	.nav-link.dropdown-toggle { display: block !important; }
	.row.five-column .col { flex: 0 0 100%; text-align: center; }
}
