/*   =======================   GENERIC STARTS   =========================   */

.header {
	 min-height: 54px;
}

 .header__logo {
	 width: 50px;
}

.header__toggler {
	 border: 0;
	 padding: 14px 0;

}
 .header__toggler .fa-times {
	 margin-bottom: 30px;
}
 .header__bg {
	 position: absolute;
	 background: rgba(0, 0, 0, 0.5);
	 width: 100%;
	 height: 100%;
	 z-index: 10;
}

 .header__brand {
	 position: absolute;
	 left: 66px;
	 top: 50%;
	 transform: translateY(-50%);
	 padding-bottom: 0;
	 padding-top: 0;
}


 .header__collapse {
	 width: 306px;
	 height: 100vh;
	 background: #fff;
	 flex-basis: 306px;
	 position: absolute;
	 top: 0;
	 left: -100%;
	 transition: 0.5s;
}


 .header__collapse.show {
	 top: 0;
	 left: 0;
	 z-index: 50;
}

 .header__list {
	 padding-left: 24px;
	 padding-right: 24px;
}


 .header__list li {
	 display: inline;
}
 .header__dropdown {
	 border: 0;
	 border-radius: 0;
	 margin: 0;
}

 .header__dropdown-item {
	 position: relative;
	 font-size: 1.4rem;
	 padding: .5rem 2.5rem !important;
}


 .header__dropdown-item:before {
	 position: absolute;
	 content: "";
	 width: 3px;
	 height: 0;
	 background: #fe000c;
	 left: 0;
	 top: 50%;
	 transform: translateY(-50%);
}

 .header__dropdown-item:hover:before {
	 height: 20px;
}

 .header__dropdown-item:hover {
	 background: #fff;
}

.header__dropdown-triangle {
	 position: relative;
}

 .header__dropdown-triangle:before {
	 content: "";
	 position: absolute;
	 top: -15px;
	 right: 10px;
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 0 10px 10px 10px;
	 border-color: transparent transparent #000 transparent;
}
 .header__dropdown--profile {
	 background: #000;
	 padding-bottom: 20px;
	 width: 237px;
	 top: 40px;
	 left: auto;
	 right: 0;
	 box-shadow: 8px 8px 0 0px #848484;
}


 .header__dropdown--profile .header__dropdown-item {
	 color: #fff;
	 font-family: "Open Sans", sans-serif;
}

.header__dropdown--profile .header__dropdown-item:before {
	 left: 15px;
}

.header__dropdown--profile .header__dropdown-item:hover, .header__dropdown--profile .header__dropdown-item:focus {
	 background: #000;
}

.header__dropdown--profile .header__dropdown-item:hover:before, .header__dropdown--profile .header__dropdown-item:focus:before {
	 height: 23px;
}

.header .nav-item {
	 position: relative;
}

 .header .nav-item:hover .header__link, .header .nav-item.active .header__link {
	 color: #fe000c;
}

 .header .nav-item:hover:after, .header .nav-item.active:after {
	 width: calc(100% - 24px);
}

 .header__link {
	 font-family: "Open Sans", sans-serif;
	 font-weight: 400;
	 display: flex;
	 justify-content: space-between;
}

 .header__link[aria-expanded="true"] .fa-chevron-down {
	 transform: rotate(180deg);
}


 .header__link--portal {
	 color: #000;
	 text-transform: uppercase;
	 font-size: 1.2rem;
	 margin: 0 14px;
	 font-family: "Open Sans", sans-serif;
	 font-weight: 600;
	 position: relative;
}

 .header__link--portal:hover {
	 text-decoration: none;
	 color: #fe000c;
}

 .header__link--portal:hover .header__portal-icon {
	 color: #fe000c;
}

 .navbar-light .header__link.nav-link {
	 color: #000;
}

 .navbar-light .header__link.nav-link:hover {
	 color: #fe000c;
}

 .header__portal {
	 margin-left: auto;
}


 .header__portal-icon {
	 font-size: 14px;
	 color: #000;
	 font-family: "Font Awesome 5 Pro";
}

 .header__counter {
	 position: absolute;
	 background: #fe000c;
	 color: #fff;
	 border-radius: 50%;
	 width: 15px;
	 height: 15px;
	 text-align: center;
	 font-size: 1rem;
	 top: -7px;
	 right: -12px;
}

 .header__search {
	 position: absolute;
	 width: 100%;
	 left: 0;
	 top: 58px;
	 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	 background-color: white;
	 z-index: 2;
}



 .header__search-wrapper {
	 padding: 22px 0;
}

 .header__form {
	 padding: 0 24px;
}

 .header__icon {
	 /*font-size: 1.2rem;*/
	 margin-top: 7px;
	 margin-left: 10px;
	 height: 9px;
}

 .searchbar {
	 border: 0;
	 border-bottom: 1px solid #979797;
	 border-radius: 0;
	 width: 100% !important;
	/* height: calc(1.5em + .75rem + 15px) !important;*/
	     margin: auto !important;
		 font-size: 1.6rem !important;
		 font-family: inherit !important;
		 font-weight: unset !important;
		 padding: .375rem 1.75rem !important;
}

 .searchbar:focus + .searchbar__placeholder {
	 opacity: 0;
}
 .searchbar__placeholder {
	 top: 10px;
	 left: 10px;
	 color: #161616;
}
 .searchbar__btn {
	 /*color: #fe000c;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 line-height: 0;
	 padding: 0;
	 margin: 0;
	 position: absolute;
	 right: 10px;
	 top: 50%;
	 transform: translateY(-50%);
	 line-height: 0;
	 position: absolute;
  margin:0 auto;
  left:0;
  right:0;*/
  min-width: auto !important;
   color: #fe000c;
	 padding: 0;
	 margin: 0;
	 position: absolute;
	 right: 10px;
	 top: 50%;
	 transform: translateY(-50%);
	 line-height: 0;
}
 .searchbar__btn i {
	 font-size: 10px;
}

.btn.searchbar__btn:hover {

     color: #fe000c !important;
}

 .dropdown-toggle::after {
	 position: absolute;
	 right: 0;
	 top: 20px;
	 margin-top: 0px;
	 border: none;
	 color: #000;
	 content: none;
	 font-family: "Font Awesome 5 Pro";
}



 .dropdown.show .dropdown-toggle::after {
	 font-family: "Font Awesome 5 Pro";
	 content: none;
}

 .icon--light {
	 color: #fff;
}
 .icon--light:hover {
	 text-decoration: none;
	 color: #fff;
}
 .icon--dark {
	 color: #000;
}

 .footer {
	 background: #000;
	 color: #fff;
	 padding-top: 40px;
	 width: 100%;
}


 .footer__bt {
	 border-top: 1px solid #fff;
}
 .footer__lower {
	 padding-top: 10px;
	 padding-bottom: 15px;
	 margin-top: 20px;
}
 .footer__accordion {
	 align-items: flex-start;
}


 .footer__header {
	/* font-size: 1rem;*/
	 color: #fff;
	 background: none;
	 border: 0;
	 font-weight: 700;
	 font-family: "Open Sans", sans-serif;
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
	 padding: 10px 0;
}
 .footer__header[aria-expanded="true"] .fa-chevron-down {
	 transform: rotate(180deg);
}
 .footer__icon {
	 height: 16px;
}
 .footer__item {
	 display: inline-block;
	 font-size: 1.4rem;
	 color: #fff;
	 font-family: "Open Sans", sans-serif;
	 margin-bottom: 0;
	 font-weight: 400;
}
 .navbar-nav .footer__item.nav-link {
	 padding-left: 10px;
	 padding-right: 0;
}

 .footer__item--lower {
	 /*font-size: 1.2rem;*/
}

.footer__item:hover {
	 text-decoration: none;
	 color: #fff;
}

.footer__social {
	 max-width: 200px;
	 margin: 0 auto;
	 padding-top: 10px;
	 padding-bottom: 15px;
}


 .position-initial {
	 position: initial;
}
 .bg--white {
	 background: #fff;
}
 .dropdown-v-align {
	 top: -2px;
}
.navbar-toggler {

    font-size: 2rem !important;

}

blockquote + h2, blockquote + h3, blockquote + h4 {
   margin-top:60px;
}

blockquote + p, blockquote + ul, blockquote + ol {
  margin-top: 20px;
}

blockquote {
   margin-top: 60px !important;
    display: block;
    border-left: solid black 1px;
    padding-left: 1em;
}

a.external-link {
	 white-space:normal;	
}


/*   =======================   GENERIC ENDS   =========================   */
/*   =======================   992px START  =========================   */


 @media (min-width: 992px) {
	 .header {
		 max-width: 960px;
		 margin: 0 auto;
	}
}

/*   =======================   992px END  =========================   */
/*   =======================   1200px START  =========================   */

 @media (min-width: 1200px) {
	 .header {
		 max-width: 1140px;
	}
}


/*   =======================   1200px END  =========================   */
/*   =======================   768px START  =========================   */

 @media (min-width: 768px) {
	 .header__logo {
		 width: 100px;
	}

	 .header__brand {
		 position: static;
		 transform: none;
	}

	  .header__bg {
		 display: none;
	}

	  .header__collapse {
		 height: auto;
		 background: transparent;
		 border: 0;
		 margin-top: auto;
	}

	  .header__collapse {
		 width: auto;
		 position: static;
	}

	  .header__list {
		 padding-left: 0;
		 padding-right: 0;
	}

	  .header__dropdown {
		 /*ackground: #f8f8f8;*/
		 box-shadow: 8px 8px 0 0px #848484;
	}

	 .header__dropdown-item:before {
		 left: 10px;
	}

	  .header__dropdown-item:hover {
		 background: #f8f9fa;
	}

	  .header__dropdown--profile {
		 top: 80px;
		 right: 10px;
		 transform: translateX(-10px);
	}

	  .header .nav-item:after {
		 position: absolute;
		 content: "";
		 width: 0;
		 height: 3px;
		 background: #fe000c;
		 bottom: 0;
		 left: 50%;
		 transform: translateX(-50%);
	}

	 .navbar-expand-md .navbar-nav .header__link {
		 padding-left: 12px;
		 padding-right: 12px;
	}

	 .header__portal {
		 position: absolute;
		 right: 0;
		 top: 11px;
	}

	  .header__search {
		 width: auto;
		 position: static;
		 box-shadow: none;
		 padding: 0;
		 margin-right: 14px;
	}

	 .header__search-wrapper {
		 padding: 0;
	}

	  .header__form {
		 padding: 0;
	}

	  .header__icon {
		 display: none;
	}

	  .searchbar {
		 border: 1px solid #979797;
		 border-radius: 20px;
		 width: 375px !important;
		 display: inline-block !important;
	}

	  .dropdown-toggle::after {
		 content: none;
	}

	  .dropdown.show .dropdown-toggle::after {
		 content: none;
	}

	 	 .footer {
		 padding-top: 80px;
	}

	  .footer__accordion {
		 flex-flow: column;
	}

	  .navbar-nav .footer__item.nav-link {
		 padding-left: 0;
	}

	  .footer__social {
		 padding-top: 33px;
		 padding-bottom: 44px;
	}


}


/*   =======================   768px END  =========================   */
/*   =======================   575.98px START  =========================   */


@media (max-width: 575.98px){
.btn.searchbar__btn {
    color: #fe000c !important;
    width: auto !important;
}
}


/*   =======================   575.98px END  =========================   */
/*   =======================   576px START  =========================   */

 @media (max-width: 576px) {
	 .header__collapse.navbar-collapse {
		 position: absolute;
		 top: 0;
		 left: 0;
		 padding-left: 15px;
		 padding-right: 15px;
		 padding-bottom: 15px;
	}
	 .header__collapse.navbar-collapse.collapsing {
		 height: auto;
		 transition: left 0.2s ease;
		 left: -100%;
	}
	 .header__collapse.navbar-collapse.show {
		 left: 0;
		 transition: left 0.2s ease-in;
	}
}

/*   =======================   576px END  =========================   */
