/*************************************************************
	MENU ICONS EXAMPLE
 *************************************************************/
/*
To add menu icon specify PAGE-ID and ICON CONTENT VALUE:

.fa-menu-{PAGE-ID}:before {
  content: "{ICON CONTENT VALUE}";
}

List of ICON CONTENT VALUES: http://astronautweb.co/snippet/font-awesome/

FOR EXAMPLE

i.fa-menu-33:before {
  content: "\f004";
}
  
*/

/*************************************************************
	ADD YOUR CUSTOM STYLES BELOW THIS LINE
 *************************************************************/
#header.header-fullwidth #header-wrap .container {
  padding: 0 100px;
}

#header #header-wrap #logo {
  line-height: unset;
}

.mega-menu-title {
  border-bottom: 1px solid rgb(68, 68, 68);
}

.mega-menu-title a{
  cursor: default !important;
}

.mega-menu-title a:hover{
  color: rgb(68, 68, 68)!important;
}

.btn {
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  padding: 16px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn:after {
  content: '\00BB';
  position: absolute;
  opacity: 0;  
  top: 7px;
  right: -20px;
  transition: 0.5s;
  z-index: 1;
  color: white;
  font-size: 30px;
}

.btn:hover{
  padding-right: 24px;
  padding-left:8px;
}

.btn:hover:after {
  opacity: 1;
  right: 3px;
}

.btn-paint {
  margin-top: -55px!important;
  margin-left: 8px;
}


.btn-tips {
  margin-top: -55px!important;
  margin-left: 321px;
}

.tips-module img {
  display: block;
  margin-left: auto;
}

.btn-tips .btn.btn-default {
  width: 228px;
}

.btn-right {
  margin-left: auto;
}

.btn-submit,
.btn-apply {
  border-radius: 4px;
  background-color: #ED1B2E;
  border: 1px solid #ED1B2E;
  color: #ffffff !important;
  text-align: center;
  padding: 10px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}

.btn-submit {
  margin-left: auto;
}

.btn-submit:hover {
  background-color: #fff;
  color: black !important;
  border: 1px solid #ED1B2E;
}


.btn-apply:after {
  content: '\00BB';
  position: absolute;
  opacity: 0;  
  top: 3px;
  right: -20px;
  transition: 0.5s;
  z-index: 1;
  color: white;
  font-size: 30px;
}


.btn-apply:hover {
  padding-right: 24px;
  padding-left:8px;
}


.btn-apply:hover:after {
  opacity: 1;
  right: 3px;
}

.btn-three-pane {
  margin-top: 19px;
}

.btn-three-pane-right {
  margin-top: 14px;
}

.years-img {
  margin-top: 30px;
}

.wsc-section a {
  color: #ed1b2e;
  transition: color 0.3s ease 0s;
}

.wsc-section a:hover {
  color: black;
}

.contact-h1 {
  padding-top: 40px;
  border-bottom: 1px solid #000;
  max-width: max-content;
  margin-bottom: 50px;
}

.btn:not(.btn-outline):not(.btn-light) {
  color: white;
}

/* Laptop Large */
@media only screen and (max-width: 1440px) {
  #header #header-wrap #logo a>img {
    width: 100%;
  }

  #header #header-wrap #logo {
    margin-left: 2%;
    width: 17%;
  }

  .btn-paint {
    margin-left: 5%;
  }

  .btn-tips {
    margin-left: 15%;
  }
}
/* Laptop */
@media only screen and (max-width: 1024px) {
  #header.header-fullwidth #header-wrap .container:first-of-type {
    padding: 0;
  }

  #header #header-wrap #logo a>img {
    width: 100%;
  }

  #header #header-wrap #logo {
    margin-left: 2%;
    width: 9%;
  }

  .btn-tips {
    margin-left: 1%;
  }
}
/* Tablet */
@media only screen and (max-width: 768px) {
  #header.header-fullwidth #header-wrap .container:first-of-type {
    padding: 0 100px;
  }

  #header #header-wrap #logo {
    width: 100%;
  }

  #header #header-wrap #logo a>img {
    margin: 0% 0% 0% 10%;
    width: 90%;
  }

  #header #mainMenu-trigger {
    margin-left: 2%;
  }

  #header.header-fullwidth #header-wrap .header-extras {
    margin-right: -6%;
  }

  #section2 .btn-paint {
    margin-left: 5%;
  }

  #section2 .btn-tips {
    margin-left: 34%;
  }

  .three-pane img {
    display: block;
    margin: auto;
  }
}

/* Mobile Large */
@media only screen and (max-width: 425px) {
  #header.header-fullwidth #header-wrap .container:first-of-type {
    padding: 0;
  }

  #header #header-wrap #logo a>img {
    margin: 0% 3% 3% 0%;
    width: 60%;
  }

  #header #mainMenu-trigger {
    margin-left: 7%;
  }

  #header.header-fullwidth #header-wrap .header-extras {
    margin-right: 7%;
  }

  #section2 .btn-paint {
    margin-left: 2%;
  }

  #section2 .btn-paint .btn {
    font-size: 75%;
    margin: 2% 0% 0% 3%;
    padding: 2% 10%;
    width: auto;
  }

  #section2 .btn-tips {
    margin-left: 0;
  }

  #section2 .btn-tips .btn {
    font-size: 75%;
    margin: 2% 0% 0% 3%;
    padding: 2% 10%;
    width: auto;
  }
}

/* Mobile Medium */
@media only screen and (max-width: 375px) {
  #header #header-wrap #logo a>img {
    width: 60%;
  }

  #header.header-fullwidth #header-wrap .container {
    padding: 0;
  }

  #header #mainMenu-trigger {
    margin-left: 7%;
  }

  #header #header-wrap #logo a>img {
    margin: 0% 3% 3% 0%;
  }

  #header.header-fullwidth #header-wrap .header-extras {
    margin-right: 7%;
  }

  #section2 .btn-paint {
    margin-left: 2%;
  }

  #section2 .btn-paint .btn {
    font-size: 70%;
    margin: 3% 0% 0% 3%;
    padding: 2% 10%;
    width: auto;
  }

  #section2 .btn-tips {
    margin-left: 0;
  }

  #section2 .btn-tips .btn {
    font-size: 70%;
    margin: 3% 0% 0% 2%;
    padding: 2% 10%;
    width: auto;
  }
}

/* Mobile Small */
@media only screen and (max-width: 320px) {
  #header #header-wrap #logo a>img {
    width: 70%;
  }

  #header.header-fullwidth #header-wrap .container {
    padding: 0;
  }

  #header #mainMenu-trigger {
    margin-left: 7%;
  }

  #header #header-wrap #logo a>img {
    margin: 0% 0% 5% 0%;
  }

  #header.header-fullwidth #header-wrap .header-extras {
    margin-right: 5%;
  }

  #section2 .btn-paint {
    margin-left: 2%;
  }

  #section2 .btn-paint .btn {
    font-size: 50%;
    margin: 6% 0% 0% 3%;
    padding: 1% 10%;
    width: auto;
  }

  #section2 .btn-tips {
    margin-left: 0;
  }

  #section2 .btn-tips .btn {
    font-size: 50%;
    margin: 3% 0% 0% 3%;
    padding: 1% 10%;
    width: auto;
  }
}

.slick-arrow {
	color: #444;
  cursor: pointer;
	font-size: 50px;
	position: absolute;
  top: 50%;
  transition: color 0.3s;
	z-index: 2;
}

.slick-arrow:hover {
  color: #ED1B2E;
}

.fa.fa-chevron-left {
	left: 0;
}

.fa.fa-chevron-right {
	right: 0;
}

#dnn_BannerPane .c_head {
  margin: 0!important;
}

#dnn_BannerPane .head_title {
  display: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
