.modal {
    overflow-y: auto !important;
}

.modal-open {
    overflow: auto !important;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.form-control:focus {
    border-color: #909090;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(144, 144, 144, 0.6);
}

body {
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #222425;
}

.clear {
    clear: both;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.loading {
    text-align: center;
    margin-top: 40px;
}

.solidline {
    border-top: 2px solid #f2f2f2;
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer:hover .inner {
    transform: scale(1.04);
}

.hover-inner {
    border: 5px solid #FFFFFF;
}

.hover-outer:hover .hover-inner {
    border: 5px solid #FF4200;
    transform: scale(1.10);
}

a.hover-outer:hover .hover-inner {
    border: 5px solid #FF4200;
    transform: scale(1.10);
}

a.item-card, .item-card {
    background-color: #FFFFFF;
    display: block;
    border: 1px solid #EEEEEE;
    margin-bottom: 5px;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s;
    color: #222425;
}

a.item-card:hover, .item-card:hover {
    background-color: #F5F5F5;
    color: #222425;
    text-decoration: none;
    cursor: pointer;
}

a.item-card-inverted, .item-card-inverted {
    background-color: #F5F5F5;
    display: block;
    border: 1px solid #DDD;
    margin-bottom: 5px;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s;
    color: #222425;
}

a.item-card-inverted:hover, .item-card-inverted:hover {
    background-color: #FFFFFF;
    color: #222425;
    text-decoration: none;
    cursor: pointer;
}

.mail-card {
    background-color: #FFFFFF;
    display: block;
    border: 1px solid #EEEEEE;
    margin-bottom: 5px;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s;
    color: #222425;
    cursor: pointer;
}

.mail-card-inverted {
    background-color: #F5F5F5;
    display: block;
    border: 1px solid #DDD;
    margin-bottom: 5px;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s;
    color: #222425;
    cursor: pointer;
}

.profile-background {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #FBFBFB; // Choose your own color here
}

.content-create-box {
    background-color: #F5F5F5;
    padding: 30px;
    margin-bottom: 20px;
}

.content-white-box {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
}

.content-item-box {
    background-color: white;
    margin-bottom: 5px;
    margin-right: 7px;
    margin-left: 3px;
    padding: 8px;
}

#saving-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    cursor: default;
}

#saving-overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* TEXT */

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

a:link {color:#222425; text-decoration:none; font-weight:500;}
a:visited {color:#222425; text-decoration:none; font-weight:500;}
a:hover {color:#FF4200; text-decoration:none; font-weight:500;}
a:active {color:#222425; text-decoration:none; font-weight:500;}
.link {cursor: pointer; color:#222425; text-decoration:none; font-weight:500;}
.link:hover {color:#FF4200; text-decoration:none; font-weight:500;}

.darklink {
    color:#222425;
}

.darklink:hover {
    cursor: pointer;
    color:#FF4200 !important;
}

.orangelink {display: inline-block; color:#FF4200}
.orangelink:link, a.orangelink:link {color:#FF4200; text-decoration:none; font-weight:500;}
.orangelink:visited, a.orangelink:visited {color:#FF4200; text-decoration:none; font-weight:500;}
.orangelink:hover, a.orangelink:hover {cursor: pointer; color:#FF4200; text-decoration:underline; font-weight:500;}
.orangelink:active, a.orangelink:active {color:#FF4200; text-decoration:none; font-weight:500;}

.bigtext {
    font-family: Montserrat, sans-serif;
    color: #222425;
    font-weight: 500;
    font-size: 15px;
}

.biglink, a.biglink {
    font-family: Montserrat, sans-serif;
    color: #222425;
    font-weight: 500;
    font-size: 15px;
    transition: all .3s;
    text-align: center;
}

.biglink:hover, a.biglink:hover {
    color: #FF4200;
    text-decoration: none;
    cursor: pointer;
}

h1.bigtitle {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #363636;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h1.title, h2.title, h3.title, .title {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #363636;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h1.subtitle, h2.subtitle, h3.subtitle, .subtitle {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #363636;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subtitle-link {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #FF4200;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subtitle-link:hover {
    cursor: pointer;
    text-decoration:underline;
}

h2.footertitle {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #F5F5F5;
}

.outline {
    text-shadow: #000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}

.validation-error-text {
    color: #A94442;
    margin-top: 3px;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
    display: none;
}

.delete-icon {
    color: #C80000;
    cursor: pointer;
}
    
/* BUTTONS */

.btn {
    font-family: Montserrat !important;
    font-weight: 400 !important;
    font-style: normal !important;
    transition: all .5s !important;
}

.btn-content {
    padding: 6px 12px 6px 12px !important;
    display: inline-block;
    background-color: #21262E !important;
    border-color: #000000!important;
    color: #F5F5F5;
    border-radius: 0px !important;
}

.btn-content:focus {
    background-color: #21262E !important;
    border-color: #000000!important;
    color: #F5F5F5;
    border-radius: 0px !important;
    outline: none !important;
}

.btn-content:hover {
    background-color: #FF4200 !important;
    border-color: #C73300 !important;
    color: #FFFFFF;
}

.btn-inactive {
    background-color: #21262E !important;
    border-color: #000000!important;
    color: #F5F5F5;
    border-radius: 0px !important;
}

.btn-inactive:focus {
    background-color: #21262E !important;
    border-color: #000000!important;
    color: #F5F5F5;
    border-radius: 0px !important;
    outline: none !important;
}

.btn-inactive:hover {
    background-color: #303742 !important;
    color: #F5F5F5 !important;
}

.btn-active:focus {
    background-color: #21262E !important;
    border-color: #000000!important;
    color: #F5F5F5;
    border-radius: 0px !important;
    outline: none !important;
}

.btn-inactive:hover {
    background-color: #303742 !important;
    color: #F5F5F5 !important;
}

.btn-active {
    background-color: #FF4200 !important;
    border-color: #C73300 !important;
    color: #FFFFFF;
    border-radius: 0px !important;
}

.btn-active:focus {
    background-color: #FF4200 !important;
    border-color: #C73300 !important;
    color: #FFFFFF;
    border-radius: 0px !important;
    outline: none !important;
}

.btn-active:hover {
    color: #FFFFFF !important;
    border-color: #C73300 !important;
    cursor: default;
}

.btn-active-hover {
    background-color: #FF4200 !important;
    border-color: #C73300 !important;
    color: #FFFFFF;
    border-radius: 0px !important;
}

.btn-active-hover:focus {
    background-color: #FF4200 !important;
    border-color: #C73300 !important;
    color: #FFFFFF;
    border-radius: 0px !important;
    outline: none !important;
}

.btn-active-hover:hover {
    color: #FFFFFF !important;
    background-color: #C73300 !important; 
    border-color: #C73300 !important;
    cursor: pointer;
}

.btn-pagination {
    padding: 9px 15px !important;
}

.hero-button {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    padding: 14px 20px;
    background-color: #21262E;
    color: #F5F5F5 !important;
    min-width: 160px;
    font-size: 16px;
    border: 2px solid #1A1E24;
}

.hero-button:hover {
    background-color: #303742 !important;
    color: #F5F5F5 !important;
    margin: 0 auto;
}

.mobile-profile-menu-container {
    display: block;
    margin: 0 auto;
    width: 100%;
}

select.mobile-profile-menu {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.mobile-profile-menu::-ms-expand {
    display: none;
}

select.mobile-profile-menu {
    background-color: #FF4200;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.1px;
    -webkit-appearance: none;
    display: block;
    border: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color: #F5F5F5;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    border: none;
    width: calc(100% - 50px);
}

.mobile-profile-filter-icon {
    background-color: #FF4200;
    border: none;
    height: 40px;
    text-align: center;
    width: 50px;
    padding-top: 9px;
    font-size: 16px;
    color: #F5F5F5;
    display: inline-block;
    float: left;
    border: none;
}

/* FILTER */

.filter-container {
    display: inline-block;
    margin-right: 15px;
}

input.filterdrop {
    -webkit-appearance: none;
    background-color: transparent;
    display: inline-block;
    border: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color: #222425;
    font-family: Montserrat, sans-serif;
    border: 3px solid #21262E;
    border-left: none;
}

input.filterdrop:disabled {
    background-color: #EEEEEE;
    color: #808080;
    border: 3px solid #808080;
    border-left: none;
    cursor: default;
}

select.filterdrop {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.filterdrop::-ms-expand {
    display: none;
}

select.filterdrop {
    -webkit-appearance: none;
    background-color: transparent;
    display: inline-block;
    border: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color: #222425;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    border: 3px solid #21262E;
    border-left: none;
}

select.filterdrop:disabled {
    background-color: #EEEEEE;
    color: #808080;
    border: 3px solid #808080;
    border-left: none;
    cursor: default;
}

.filter-icon {
    background-color: transparent;
    border: none;
    height: 40px;
    padding-left: 10px;
    padding-top: 6px;
    font-size: 16px;
    color: #222425;
    display: inline-block;
    float: left;
    border: 3px solid #21262E;
    border-right: none;
}

.filter-icon-disabled {
    background-color: #EEEEEE;
    color: #808080;
    border: 3px solid #808080;
    border-right: none;
}

/* PILLS */

.custom-pills {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.custom-pills > li {
    border-radius: none !important;
}

.custom-pills > li > a {
    border-radius: 0 !important;
    color: #F5F5F5 !important;
    background-color: #21262E !important;
    border: 3px solid #FFFFFF !important;
    border-left: 0px;
    transition: background-color .5s;
    transition: color .5s;
}

.custom-pills > li > a:hover {
    border-radius: none !important;
    color: #F5F5F5 !important;
    background-color: #303742 !important;
    cursor: pointer;
    font-weight: 600;
}

.custom-pills > .active > a {
    background-color: #FF4200 !important;
    border-bottom: 0px !important;
    color: #FFFFFF !important;
    transition: all .5s;
}

.custom-pills > .active > a:hover {
    color: #FFFFFF !important;
    background-color: #C73300 !important;
}

.custom-pills > .inactive > a {
    color: #5C626C !important;
}

.custom-pills > .inactive > a:hover {
    color: #5C626C !important;
    cursor: default;
    background-color: #21262E !important;
}

/* PANELS */

.panel.noborderradius {
    border-radius: 0px;
    box-shadow: none;
}

.panel {
	position:relative;
}

.panel>.panel-heading:after,.panel>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panel>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.panel>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}

/* MENU */

.dropdown {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.dropdown-custom {
    background-color: #21262E;
    font-size: 12px;
    margin-top: 21px;
    font-weight: 400;
    border: none !important;
    border-radius: 0 !important;
}

li.subitem {
    padding: 10px 20px;
    color: #F5F5F5;
    font-family: Montserrat;
    font-size: 13px;
}

li.subitem:hover {
    cursor: pointer;
    background-color: #1A1E24;
    color:#FF4200;
}

li.subitem-active {
    padding: 10px 20px;
    color: #FF4200;
}

li.subitem-active:hover {
    cursor: pointer;
    background-color: #1A1E24;
    color:#FF4200;
}

.menu-bar {
    transition: all .5s;
    position: fixed;
    width: 100%;
    font-family: Montserrat;
    background-color: #21262E;
    color: #F5F5F5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    z-index: 100;
}

.topbar-link {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    cursor: pointer;
}

.topbar-link:hover {
    color: #FF4200;
    transition: all .5s;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.topbar-link-active {
    padding-top: 3px;
    color:#FF4200;
    text-decoration:none;
    font-weight:500;
}

.topbar-link-active:hover {
    color:#FF4200;
}

.topbar-link-inactive {
    padding-top: 3px;
    color:#F5F5F5;
    text-decoration:none;
    font-weight:500;
}

.topbar-link-inactive:hover {
    color:#FF4200;
}

.user-icon-inactive, a.user-icon-inactive {transition: all .5s; font-size: 24px; color:#F5F5F5; text-decoration:none; font-weight:500; margin-top: -3px;}
.user-icon-inactive:hover, a.user-icon-inactive:hover {color:#FF4200; text-decoration:none; font-weight:500; transition: all .5s;}

.user-icon-active {transition: all .5s; font-size: 24px; color:#FF4200; text-decoration:none; font-weight:500; margin-top: -3px;}
.user-icon-active:hover {color:#FF4200; text-decoration:none; font-weight:500; transition: all .5s;}

.search-icon-inactive {transition: all .5s; font-size: 20px; color:#F5F5F5; text-decoration:none; font-weight:500;}
.search-icon-inactive:hover {color:#FF4200; text-decoration:none; font-weight:500; transition: all .5s;}

.search-icon-active {transition: all .5s; font-size: 20px; color:#FF4200; text-decoration:none; font-weight:500;}
.search-icon-active:hover {color:#FF4200; text-decoration:none; font-weight:500; transition: all .5s;}

.mobile-menu-button-left {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu-button-right, a.mobile-menu-button-right {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu-dropdown {
    background-color: #21262E;
    position: absolute;
    overflow: auto;
    z-index: 100;
    width: 290px;
    height: auto;
    padding: 10px;
    font-size: 13px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

a.mobile-menu-active, .mobile-menu-active {
    background-color: #1A1E24;
    display: block;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat;
    color: #FF4200;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

a.mobile-menu-inactive, .mobile-menu-inactive  {
    background-color: #1A1E24;
    display: block;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat;
    color: #F5F5F5;
    cursor: pointer;
    width: 100%;
}

.searchbar {
    margin-top: 20px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 4;
    position: absolute;
    background: #21262E;
    overflow-x: hidden;
}

.mobile-searchbar {
    width: 100%;
    position: absolute;
    z-index: 4;
    background-color: #21262E;
    overflow-x: hidden;
    border-bottom: 1px solid #1A1E24;
    border-top: 1px solid #1A1E24;
    box-shadow: 0 1px 5px rgba(102,102,102,0.35);
}

input.searchform {
    width: 100%;
    text-align: center;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #F5F5F5;
    outline: none;
    font-family: Montserrat;
    font-weight: regular;
    background: #21262E;
}

input.mobile-searchform {
    width: 100%;
    text-align: center;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: regular;
    color: #F5F5F5;
    outline: none;
    font-family: Montserrat;
    background-color: transparent;
}

a.footermenu {
    display: block;
    background-color: #1A1E24;
    margin-bottom: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat;
    color: #F5F5F5;
    cursor: pointer;
    width: 100%;
}

a.footermenu:hover {
    background-color: #FF4200;
}

a.youtube:hover {
    background-color: #BB0000 !important;
}

a.twitter:hover {
    background-color: #55ACEE !important;
}

a.facebook:hover {
    background-color: #3B5998 !important;
}
/*
     FILE ARCHIVED ON 11:52:17 Apr 19, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:34:23 Jun 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.871
  exclusion.robots: 0.097
  exclusion.robots.policy: 0.082
  esindex: 0.013
  cdx.remote: 5.567
  LoadShardBlock: 54.63 (3)
  PetaboxLoader3.datanode: 80.747 (4)
  PetaboxLoader3.resolve: 167.326 (2)
  load_resource: 196.001
*/