﻿/* Main CSS file
----------------------------------------------------------*/
/* Sass variables entire site */
/* Font */
/* Header */
/* Footer */
/* Report colors */
/* Certificate colors */
/* Button colors */
/* Grid colors */
/* Wizard colors */
/* Landing colors*/
/* Misc colors*/
/* Input colors */
/* Buttons */
input.button {
  padding: 10px 20px;
  text-transform: uppercase;
}
input.button.gray {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #A8A8A8;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.button.gray:hover {
  background-color: rgb(142.5, 142.5, 142.5);
}
input.button.green {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #91C010;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.button.green:hover {
  background-color: rgb(109.4471153846, 144.9230769231, 12.0769230769);
}
input.button.orange {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #D36405;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.button.orange:hover {
  background-color: rgb(161.1805555556, 76.3888888889, 3.8194444444);
}
input.button.turquoise {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #2DA5A4;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.button.turquoise:hover {
  background-color: rgb(34.0714285714, 124.9285714286, 124.1714285714);
}

input.small-button {
  padding: 5px 10px;
  text-transform: uppercase;
}
input.small-button.gray {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #A8A8A8;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.small-button.gray:hover {
  background-color: rgb(142.5, 142.5, 142.5);
}
input.small-button.green {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #91C010;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.small-button.green:hover {
  background-color: rgb(109.4471153846, 144.9230769231, 12.0769230769);
}
input.small-button.orange {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #D36405;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.small-button.orange:hover {
  background-color: rgb(161.1805555556, 76.3888888889, 3.8194444444);
}
input.small-button.turquoise {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #2DA5A4;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.small-button.turquoise:hover {
  background-color: rgb(34.0714285714, 124.9285714286, 124.1714285714);
}

input.view-all-button {
  border-radius: 4px;
  padding: 0.25rem 0.4rem;
  margin-left: 10px;
  font-size: 12px;
}
input.view-all-button.gray {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #A8A8A8;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.view-all-button.gray:hover {
  background-color: rgb(142.5, 142.5, 142.5);
}
input.view-all-button.green {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #91C010;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.view-all-button.green:hover {
  background-color: rgb(109.4471153846, 144.9230769231, 12.0769230769);
}
input.view-all-button.orange {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #D36405;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.view-all-button.orange:hover {
  background-color: rgb(161.1805555556, 76.3888888889, 3.8194444444);
}
input.view-all-button.turquoise {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #2DA5A4;
  transition: 0.3s;
  border: none;
  margin-right: 4px;
  font-weight: 500;
}
input.view-all-button.turquoise:hover {
  background-color: rgb(34.0714285714, 124.9285714286, 124.1714285714);
}

input.link-button.gray {
  background-color: transparent;
  text-transform: none;
  color: #A8A8A8;
  text-decoration: underline;
  border: none;
}
input.link-button.green {
  background-color: transparent;
  text-transform: none;
  color: #A8A8A8;
  text-decoration: underline;
  border: none;
}
input.link-button.orange {
  background-color: transparent;
  text-transform: none;
  color: #A8A8A8;
  text-decoration: underline;
  border: none;
}
input.link-button.turquoise {
  background-color: transparent;
  text-transform: none;
  color: #A8A8A8;
  text-decoration: underline;
  border: none;
}

.search-params {
  padding: 10px;
  margin-top: 15px;
  background-color: #eae9e4;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
}

/* Telerik grid */
.RadGrid_Default {
  border-color: #eae9e4;
  font-family: "Montserrat", sans-serif;
}
.RadGrid_Default thead tr {
  background: #eae9e4;
}
.RadGrid_Default .rgHeader {
  background: #eae9e4;
  border-color: #eae9e4;
}
.RadGrid_Default .rgHeader a, .RadGrid_Default .rgHeader {
  color: #4a4a4a;
  font-weight: bold;
  padding: 10px 2px 10px 2px;
}
.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td {
  color: #363636;
  border-color: #eae9e4;
  font-weight: 500;
  padding: 5px 2px 5px 2px;
}
.RadGrid_Default .rgAltRow td {
  background-color: #eae9e4;
}
.RadGrid_Default .rgMasterTable {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.RadGrid_Default td.rgPagerCell {
  border-color: #eae9e4;
}
.RadGrid_Default .rgPager table {
  font-family: "Montserrat", sans-serif;
  background-color: #eae9e4;
}
.RadGrid_Default .rgHeaderDiv {
  border-color: #eae9e4;
}
.RadGrid_Default .rgHeaderWrapper {
  border-color: #eae9e4;
  background-color: #eae9e4;
  background: #eae9e4;
}
.RadGrid_Default th .rgSorted {
  background-color: #7a7a7a;
}

.RadWindow_Default {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.RadWindow_Default .rwTopLeft .rwTopRight {
  background-image: none;
}
.RadWindow_Default .rwControlButtons a {
  background-image: none;
}
.RadWindow_Default a.rwIcon {
  background-image: none;
}
.RadWindow_Default .rwPopupButton {
  background-image: none;
}
.RadWindow_Default .rwPopupButton span {
  background-image: none;
}

.RadWindow {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.RadWindow .rwTitleRow em {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.RadWindow .rwDialogPopup {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.RadWindow .rwWindowContent .radconfirm {
  background-image: none;
}
.RadWindow .rwDialogText {
  padding: 5px 0px 5px 0px;
}
.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #7a7a7a;
}

.RadTabStrip_Outlook .rtsLevel1 .rtsHovered .rtsLink {
  background-color: none !important;
  background-image: none !important;
  border: none !important;
}
.RadTabStrip_Outlook .rtsLevel1 .rtsLink {
  background-image: none !important;
  border-left: 1px solid #DACDB4 !important;
  border-right: 1px solid #DACDB4 !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  background-color: #EBE4D5 !important;
  box-shadow: none !important;
}
.RadTabStrip_Outlook .rtsTop .rtsLevel1 .rtsLink {
  border-radius: 0px !important;
  border: 0px !important;
}
.RadTabStrip_Outlook .rtsLevel1 .rtsSelected .rtsLink {
  background-color: #D36406 !important;
  color: #ffffff !important;
}
.RadTabStrip_Outlook .rtsLevel1 .rtsSelected .rtsLink:before {
  height: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  background: none !important;
}
.RadTabStrip_Outlook .rtsLevel1 {
  border-color: transparent !important;
  padding: 0px 20px !important;
}

.RadTabStrip .rtsLink {
  padding: 3px 1.5rem !important;
  border: 1px solid #DACDB4;
}

.rtsTop .rtsLevel1 .rtsUL {
  background-color: #EBE4D5;
  border: 1px solid #DACDB4;
}

.RadTabStrip .rtsLink {
  border: 0px !important;
}

.rtsHorizontal .rtsLI {
  border-right: 1px solid #DACDB4 !important;
}

/* Header */
.banner {
  background-color: #D36405;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.banner p {
  font-size: 1.17em;
  font-weight: bold;
  color: white;
}

.demo-banner {
  background-color: #e84949;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.demo-banner p {
  font-size: 1.17em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.demo-banner a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

/* Footer */
.footer {
  width: 100%;
  min-height: 200px;
  height: auto;
  _height: 200px;
  background-color: #DCD4C2;
  margin-top: 12px;
  padding-top: 2rem;
}

.footer .center {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 10px;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li {
  margin: 0 0 0.75rem 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  color: #424242;
}

.footer a {
  color: #424242;
  font-weight: 300;
  text-decoration: none;
}

.footer a:hover {
  color: #68BCBA;
  font-weight: normal;
  text-decoration: none;
}

.footer a.orangelink {
  color: #2DA5A4;
  font-weight: normal;
  text-decoration: none;
}

.footer a:hover.orangelink {
  color: #2DA5A4;
  font-weight: normal;
  text-decoration: none;
}

.footer .logo, .footer .logo a {
  width: 90px;
  height: 33px;
}

.footer .logo {
  background: url(/Content/images/logos/logo-footer.svg);
  float: left;
  width: 198px;
  height: 53px;
  margin: 5px 14px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer .logo a {
  display: block;
}

.footer .logo span {
  display: none;
}

.footer h4 {
  margin-top: 0px;
  font-weight: 400;
  color: #424242;
  font-size: 18px;
}

.tiny-footer {
  background-color: #615744;
  text-align: center;
}

.tiny-footer p {
  font-size: 10px;
  color: #ffffff;
  margin: 0;
  padding: 0.5rem 0;
}
