﻿/*#region > Theme Default Colors */
:root {
  --maroon: #811618;
  --midgrey: #666666;
  --lightgrey: #F0F0F0;
  --darkgrey: #191919;
  --red: #AF181A;
  --white: #FFFFFF;
  --teal: #811618;
  --teallight: #128281;
  --orange: #EB924A;
  --black: #000000;
  --grey: #999999; }

/* text and forcolors */
.red-text, .red, .ah-red {
  color: #811618 !important; }

.lt-red-text, .lt-red, .ah-lt-red {
  color: #AF181A; }

.teal-text, .teal, .ah-teal {
  color: #811618 !important; }

.lt-teal-text, .lt-teal, .ah-lt-teal {
  color: #128281; }

.orange-text, .orange, .ah-orange {
  color: #dc6200; }

.black-text, .black, .ah-black {
  color: #000000; }

.white-text, .white, .ah-white {
  color: #ffffff !important; }

.dark-gray-text, .dark-grey, .ah-dark-grey {
  color: #191919; }

.mid-grey-text, .mid-grey, .ah-mid-gray {
  color: #666666; }

.grey-text, .grey, .ah-grey {
  color: #999999; }

.slate-grey-text, .slate-grey, .ah-slate-grey {
  color: #DDDDDD; }

.lt-grey-text, .lt-grey, .ah-lt-grey {
  color: #f0f0f0; }

.dark {
  color: #333333; }

.info-blue {
  color: dodgerblue; }

/* background colors */
.bg-transparent {
  background: transparent; }

.bg-red, .bg-ah-red {
  background: #811618; }

.bg-lt-red {
  background: #AF181A; }

.bg-teal {
  background: #811618; }

.bg-lt-teal {
  background: #128281; }

.bg-orange {
  background: #dc6200 !important; }

.bg-black {
  background: #000000; }

.bg-white {
  background: #ffffff; }

.bg-dark-grey {
  background: #191919; }

.bg-mid-grey {
  background: #666666; }

.bg-grey {
  background: #999999; }

.bg-slate-grey, .bg-slate {
  background: #DDDDDD; }

.bg-lt-grey {
  background: #f0f0f0; }

.bg-info-blue {
  background: dodgerblue; }

.bg-trustpilot {
  background: #00b67a; }

/* Gradient Background */
.bg-lt-grey-g {
  background-color: #DDDDDD;
  background: -webkit-linear-gradient(#ffffff, #DDDDDD);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #DDDDDD);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #DDDDDD);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #DDDDDD);
  /* Standard syntax */
  background-repeat: no-repeat; }

.bg-lt-gray-g-rev {
  background-color: #ffffff;
  background: -webkit-linear-gradient(#DDDDDD, #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#DDDDDD, #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#DDDDDD, #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#DDDDDD, #ffffff);
  /* Standard syntax */
  background-repeat: no-repeat; }

/*#endregion > Theme Default Colors */
/*#region > Typography Variables and Mixifications */
.nunito-sans {
  font-family: "Poppins", sans-serif; }

:root {
  /*DESKTOP*/
  --font-extra-large-size: 3.5rem;
  --font-large-size: 2.5rem;
  --font-medium-small-size: 1.125rem;
  --font-medium-smaller-size: 1.125rem;
  --font-medium-large-size: 1.5rem;
  --font-medium-size: 1.25rem;
  --font-small-size: 1.125rem;
  --font-smaller-size: 1.125rem;
  --font-smallest-size: 1rem;
  --font-extra-small-size: 0.875rem;
  --font-mini-size: 0.7rem;
  /*MOBILE*/
  --mobile-font-extra-large-size: 2.25rem;
  --mobile-font-larger-size: 1.875rem;
  --mobile-font-large-size: 1.5rem;
  --mobile-font-large-small-size: 1.375rem;
  --mobile-font-medium-large-size: 1.125rem;
  --mobile-font-medium-size: 0.875rem;
  --mobile-font-medium-small-size: 0.8125rem;
  --mobile-font-small-size: 0.75rem;
  --mobile-font-smaller-size: 0.625rem;
  --Raleway-Extra-Bold: 800;
  /*Nobel Bold*/
  --Raleway-Regular: 300;
  /*Nobel Book*/
  --Raleway-Medium: 400;
  /*Nobel Regular*/ }

/* Nobel Font Faces */
/* Nobel Bold */
@font-face {
  font-family: 'Nobel', 'Nunito Sans', sans-serif;
  src: url("../fonts/Nobel/Nobel_Bold/Nobel_Bold.ttf") format("truetype");
  font-weight: 800; }

/* Nobel Regular */
@font-face {
  font-family: 'Nobel', 'Nunito Sans', sans-serif;
  src: url("../fonts/Nobel/Nobel_Regular/Nobel_Regular.ttf") format("truetype");
  font-weight: 400; }

/* Nobel Italic */
@font-face {
  font-family: 'Nobel', 'Nunito Sans', sans-serif;
  src: url("../fonts/Nobel/Nobel_Italic/Nobel_Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.i {
  font-style: italic; }

.b {
  font-weight: bold; }

.bold-text {
  font-weight: 700; }

.lt-text {
  font-weight: 300; }

.md-text {
  font-weight: 400; }

.u {
  text-decoration: underline; }

.caps {
  text-transform: uppercase; }

.norm {
  font-weight: normal; }

.text-none {
  text-transform: none; }

.ellipsis {
  text-overflow: ellipsis; }

.la-text {
  text-align: left; }

.ra-text {
  text-align: right; }

.lh-xs {
  line-height: .8; }

.lh-sm {
  line-height: 1; }

.lh-md {
  line-height: 1.2; }

.lh-lg {
  line-height: 1.5; }

.lh-xl {
  line-height: 2; }

.nowrap {
  white-space: nowrap; }

/*DESKTOP*/
.font-extra-large-size {
  font-size: 3.5rem; }

.font-large-size {
  font-size: 2.5rem; }

.font-medium-large-size {
  font-size: 1.5rem; }

.font-medium-size {
  font-size: 1.25rem; }

.font-medium-smaller-size {
  font-size: 1.125rem; }

.font-small-size {
  font-size: 1.115rem; }

.font-smaller-size, .fs-1-05rem {
  font-size: 1.05rem; }

.font-smallest-size {
  font-size: 1rem; }

.font-extra-small-size {
  font-size: 0.875rem; }

/*MOBILE*/
.mobile-font-large-size {
  font-size: 1.5rem; }

.mobile-font-medium-large-size {
  font-size: 1.125rem; }

.mobile-font-medium-size {
  font-size: 0.875rem; }

.mobile-font-medium-small-size {
  font-size: 0.8125rem; }

.mobile-font-small-size {
  font-size: 0.75rem; }

.mobile-font-smaller-size {
  font-size: 0.625rem; }

/*CUSTOM*/
.fs-1p3rem {
  font-size: 1.3rem; }

.fs-1p5rem {
  font-size: 1.5rem; }

.fs-2p5rem {
  font-size: 2.2rem; }

.fs-2rem {
  font-size: 1.7rem; }

.fs-1rem {
  font-size: 1rem; }

.fs-sm {
  font-size: .9rem !important; }

.fs-xs {
  font-size: .76rem !important; }

.fs-1-25rem {
  font-size: 1.125rem; }

.fs-tiny {
  font-size: 0.75rem; }

.fs-m-sm {
  font-size: 0.875rem; }

.fs-xxl {
  font-size: 3.5rem; }

/*#endregion > END: Typography Variables and Mixifications *****************/
/*#region > Border Defaults */
.no-border {
  border: none !important; }

.border-0 {
  border: 0; }

.border {
  border: solid 1px #DDDDDD; }

.border-bold {
  border: solid 2px; }

.border-xbold {
  border: solid 4px #DDDDDD; }

.border-btm, .border-bottom {
  border-bottom: solid 1px #DDDDDD !important; }

.border-left {
  border-left: solid 1px #DDDDDD; }

.border-top {
  border-top: solid 1px #DDDDDD !important; }

.border-right {
  border-right: solid 1px #DDDDDD; }

.header-border {
  padding: 0px;
  border: 3px solid #811618;
  border-radius: 6px 6px 0px 0px; }

.bc-red {
  border-color: #811618 !important; }

.bc-lt-red {
  border-color: #AF181A !important; }

.bc-teal {
  border-color: #811618 !important; }

.bc-lt-teal {
  border-color: #128281 !important; }

.bc-orange {
  border-color: #dc6200 !important; }

.bc-black {
  border-color: #000000 !important; }

.bc-dark-grey {
  border-color: #191919 !important; }

.bc-mid-gray {
  border-color: #666666 !important; }

.bc-grey {
  border-color: #999999 !important; }

.bc-slate-grey {
  border-color: #DDDDDD !important; }

.bc-lt-grey {
  border-color: #f0f0f0 !important; }

.bc-white {
  border-color: #ffffff !important; }

.bc-ccc {
  border-color: #ccc !important; }

.hrz-line-break {
  border-bottom: solid 1px #999;
  display: block;
  width: 100%;
  margin-top: .65rem;
  margin-bottom: .65rem; }

.hz-line {
  display: block;
  width: 95%;
  margin: .5rem auto;
  border-bottom: solid 1px #ccc; }

.redline {
  display: block;
  width: 100%;
  border-bottom: solid 1px #821213;
  margin: 25px 0; }

.rc-none {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.rc2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.rc3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.rc4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.rc5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.rc6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.rc8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.rc10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.rc15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.rc20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

/*#endregion > END: Border Defaults /> */
