/*
@olympus-font-family: 'HelveticaNeueCDN', 'HelveticaNeueLocal', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@olympus-font-bold-weight: 600;
@olympus-font-light-weight: 200;
@font-bold: @olympus-font-family;
@font-regular: @olympus-font-family;
@font-light: @olympus-font-family;
*/
/*
@olympus-font-family: 'HelveticaNeueCDN', 'HelveticaNeueLocal', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@olympus-font-bold-weight: 600;
@olympus-font-light-weight: 200;
@font-bold: @olympus-font-family;
@font-regular: @olympus-font-family;
@font-light: @olympus-font-family;
*/
/*************************************************
* Four Roads - variables
**************************************************/
/*************************************************
* Four Roads
*-------------------------------------------------
* responsive 'display: [x]' utility classes
**************************************************/

.fr-display-block {
  display: block;
}
.hidden {
  display: none !important;
}
.hidden-mobile-inline {
  display: inline;
}
.hidden-mobile-block {
  display: block;
}
.hidden-mobile-inline-block {
  display: inline-block;
}
.hidden-mobile-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden-mobile-table {
  display: table;
}
.hidden-mobile-list-item {
  display: list-item;
}
.display-mobile,
.display-mobile-flex,
.visible-mobile,
.visible-mobile-flex {
  display: none !important;
}
.hidden-ipad-inline,
.hidden-ipad-portrait-inline,
.hidden-ipad-landscape-inline,
.hidden-below-ipad-portrait-inline,
.hidden-below-ipad-landscape-inline {
  display: inline;
}
.hidden-ipad-block,
.hidden-ipad-portrait,
.hidden-ipad-portrait-block,
.hidden-ipad-landscape-block,
.hidden-below-ipad-portrait-block,
.hidden-below-ipad-landscape-block,
.hidden-ipad-portrait-and-below,
.hidden-ipad-portrait-block-and-below {
  display: block;
}
.hidden-ipad-inline-block,
.hidden-ipad-portrait-inline-block,
.hidden-ipad-landscape-inline-block,
.hidden-below-ipad-portrait-inline-block,
.hidden-below-ipad-landscape-inline-block {
  display: inline-block;
}
.hidden-ipad-flex,
.hidden-ipad-portrait-flex,
.hidden-ipad-landscape-flex,
.hidden-below-ipad-portrait-flex,
.hidden-below-ipad-landscape-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden-ipad-table,
.hidden-ipad-portrait-table,
.hidden-ipad-landscape-table,
.hidden-below-ipad-portrait-table,
.hidden-below-ipad-landscape-table {
  display: table;
}
.hidden-ipad-list-item,
.hidden-ipad-portrait-list-item,
.hidden-ipad-landscape-list-item,
.hidden-below-ipad-portrait-list-item,
.hidden-below-ipad-landscape-list-item {
  display: list-item;
}
.display-mobile-ipad,
.display-ipad,
.display-ipad-inline,
.display-ipad-block,
.display-ipad-inline-block,
.display-ipad-flex,
.display-ipad-table,
.display-ipad-list-item {
  display: none !important;
}
.display-ipad-portrait,
.display-ipad-portrait-inline,
.display-ipad-portrait-block,
.display-ipad-portrait-inline-block,
.display-ipad-portrait-flex,
.display-ipad-portrait-table,
.display-ipad-portrait-list-item,
.display-below-ipad-portrait,
.display-below-ipad-portrait-inline,
.display-below-ipad-portrait-block,
.display-below-ipad-portrait-inline-block,
.display-below-ipad-portrait-flex,
.display-below-ipad-portrait-table,
.display-below-ipad-portrait-list-item {
  display: none !important;
}
.display-ipad-landscape,
.display-ipad-landscape-inline,
.display-ipad-landscape-block,
.display-ipad-landscape-inline-block,
.display-ipad-landscape-flex,
.display-ipad-landscape-table,
.display-ipad-landscape-list-item,
.display-below-ipad-landscape,
.display-below-ipad-landscape-inline,
.display-below-ipad-landscape-block,
.display-below-ipad-landscape-inline-block,
.display-below-ipad-landscape-flex,
.display-below-ipad-landscape-table,
.display-below-ipad-landscape-list-item {
  display: none !important;
}
.visible-ipad-portrait,
.visible-ipad-portrait-block,
.visible-ipad-portrait-and-below,
.visible-ipad-portrait-block-and-below {
  display: none !important;
}
.hidden-sxga-inline,
.hidden-below-sxga-inline {
  display: inline;
}
.hidden-sxga-block,
.hidden-below-sxga-block {
  display: block;
}
.hidden-sxga-inline-block,
.hidden-below-sxga-inline-block {
  display: inline-block;
}
.hidden-sxga-flex,
.hidden-below-sxga-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden-sxga-table,
.hidden-below-sxga-table {
  display: table;
}
.hidden-sxga-list-item,
.hidden-below-sxga-list-item {
  display: list-item;
}
.hidden-laptop-inline,
.hidden-below-laptop-inline {
  display: inline;
}
.hidden-laptop-block,
.hidden-below-laptop-block {
  display: block;
}
.hidden-laptop-inline-block,
.hidden-below-laptop-inline-block {
  display: inline-block;
}
.hidden-laptop-flex,
.hidden-below-laptop-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hidden-laptop-table,
.hidden-below-laptop-table {
  display: table;
}
.hidden-laptop-list-item,
.hidden-below-laptop-list-item {
  display: list-item;
}
@media only screen and (max-width: 1366px) {
  .hidden-laptop-inline,
  .hidden-laptop-block,
  .hidden-laptop-inline-block,
  .hidden-laptop-flex,
  .hidden-laptop-table,
  .hidden-laptop-list-item {
    display: none !important;
  }
}
@media only screen and (max-width: 1365px) {
  .hidden-below-laptop-inline,
  .hidden-below-laptop-block,
  .hidden-below-laptop-inline-block,
  .hidden-below-laptop-flex,
  .hidden-below-laptop-table,
  .hidden-below-laptop-list-item {
    display: none !important;
  }
}
@media only screen and (min-width: 1367px) {
  .display-laptop {
    display: none !important;
  }
}
@media only screen and (min-width: 1366px) {
  .display-below-laptop {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  .hidden-sxga-inline,
  .hidden-sxga-block,
  .hidden-sxga-inline-block,
  .hidden-sxga-flex,
  .hidden-sxga-table,
  .hidden-sxga-list-item {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .hidden-below-sxga-inline,
  .hidden-below-sxga-block,
  .hidden-below-sxga-inline-block,
  .hidden-below-sxga-flex,
  .hidden-below-sxga-table,
  .hidden-below-sxga-list-item {
    display: none !important;
  }
}
@media only screen and (min-width: 1281px) {
  .display-sxga {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .display-below-sxga {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .display-mobile-ipad {
    display: block !important;
  }
  .hidden-ipad-inline,
  .hidden-ipad-block,
  .hidden-ipad-inline-block,
  .hidden-ipad-flex,
  .hidden-ipad-table,
  .hidden-ipad-list-item {
    display: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .display-ipad,
  .display-ipad-block {
    display: block !important;
  }
  .display-ipad-inline {
    display: inline !important;
  }
  .display-ipad-inline-block {
    display: inline-block !important;
  }
  .display-ipad-flex {
    display: flex !important;
  }
  .display-ipad-table {
    display: table !important;
  }
  .display-ipad-list-item {
    display: list-item !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hidden-ipad-portrait-inline,
  .hidden-ipad-portrait,
  .hidden-ipad-portrait-block,
  .hidden-ipad-portrait-inline-block,
  .hidden-ipad-portrait-flex,
  .hidden-ipad-portrait-table,
  .hidden-ipad-portrait-list-item {
    display: none !important;
  }
  .visible-ipad-portrait,
  .visible-ipad-portrait-block,
  .display-ipad-portrait,
  .display-ipad-portrait-block {
    display: block !important;
  }
  .display-ipad-portrait-inline {
    display: inline !important;
  }
  .display-ipad-portrait-inline-block {
    display: inline-block !important;
  }
  .display-ipad-portrait-flex {
    display: flex !important;
  }
  .display-ipad-portrait-table {
    display: table !important;
  }
  .display-ipad-portrait-list-item {
    display: list-item !important;
  }
}
@media only screen and (max-width: 768px) {
  .visible-ipad-portrait-and-below,
  .visible-ipad-portrait-block-and-below {
    display: block !important;
  }
  .hidden-ipad-portrait-and-below,
  .hidden-ipad-portrait-block-and-below {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
  .hidden-below-ipad-portrait-inline,
  .hidden-below-ipad-portrait-block,
  .hidden-below-ipad-portrait-inline-block,
  .hidden-below-ipad-portrait-flex,
  .hidden-below-ipad-portrait-table,
  .hidden-below-ipad-portrait-list-item {
    display: none !important;
  }
  .visible-mobile,
  .visible-mobile-block,
  .display-mobile,
  .display-mobile-block,
  .display-below-ipad-portrait,
  .display-below-ipad-portrait-block {
    display: block !important;
  }
  .display-below-ipad-portrait-inline {
    display: inline !important;
  }
  .display-below-ipad-portrait-inline-block {
    display: inline-block !important;
  }
  .visible-mobile-flex,
  .display-mobile-flex,
  .display-below-ipad-portrait-flex {
    display: flex !important;
  }
  .display-below-ipad-portrait-table {
    display: table !important;
  }
  .display-below-ipad-portrait-list-item {
    display: list-item !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .hidden-ipad-landscape-inline,
  .hidden-ipad-landscape-block,
  .hidden-ipad-landscape-inline-block,
  .hidden-ipad-landscape-flex,
  .hidden-ipad-landscape-table,
  .hidden-ipad-landscape-list-item {
    display: none !important;
  }
  .display-ipad-landscape,
  .display-ipad-landscape-block {
    display: block !important;
  }
  .display-ipad-landscape-inline {
    display: inline !important;
  }
  .display-ipad-landscape-inline-block {
    display: inline-block !important;
  }
  .display-ipad-landscape-flex {
    display: flex !important;
  }
  .display-ipad-landscape-table {
    display: table !important;
  }
  .display-ipad-landscape-list-item {
    display: list-item !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hidden-below-ipad-landscape-inline,
  .hidden-below-ipad-landscape-block,
  .hidden-below-ipad-landscape-inline-block,
  .hidden-below-ipad-landscape-flex,
  .hidden-below-ipad-landscape-table,
  .hidden-below-ipad-landscape-list-item {
    display: none !important;
  }
  .display-below-ipad-landscape,
  .display-below-ipad-landscape-block {
    display: block !important;
  }
  .display-below-ipad-landscape-inline {
    display: inline !important;
  }
  .display-below-ipad-landscape-inline-block {
    display: inline-block !important;
  }
  .display-below-ipad-landscape-flex {
    display: flex !important;
  }
  .display-below-ipad-landscape-table {
    display: table !important;
  }
  .display-below-ipad-landscape-list-item {
    display: list-item !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mobile-inline,
  .hidden-mobile-block,
  .hidden-mobile-inline-block,
  .hidden-mobile-flex,
  .hidden-mobile-table,
  .hidden-mobile-list-item {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .display-mobile {
    display: none !important;
  }
}
/*************************************************
* Four Roads
*-------------------------------------------------
* responsive 'visibility: [x]' utility classes
**************************************************/

.invisible {
  visibility: hidden !important;
}
@media only screen and (max-width: 1366px) {
  .invisible-laptop {
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 1365px) {
  .invisible-below-laptop {
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 1280px) {
  .invisible-sxga {
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 1279px) {
  .invisible-below-sxga {
    visibility: hidden !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .invisible-ipad {
    visibility: hidden !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .invisible-ipad-portrait {
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 767px) {
  .invisible-below-ipad-portrait {
    visibility: hidden !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .invisible-ipad-landscape {
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 1023px) {
  .invisible-below-ipad-landscape {
    visibility: hidden !important;
  }
}
@media only screen and (max-width: 767px) {
  .invisible-mobile {
    visibility: hidden !important;
  }
}
/*************************************************
* Four Roads
*-------------------------------------------------
* icon font
*-------------------------------------------------
* NB: what follows is generated from the internal 4Roads font project (INT-FNT); DON'T EDIT HERE!
* to update icons:
* - rebuild the INT-FNT project
* - copy the resulting 'verint' project font files to the Themes\MyOlympus\Files folder
* - copy the content of the resulting 'olympus' project four-roads.css below where shown
*   (taking care not to overwrite the existing @font-face rule below)
**************************************************/

/*************************************************
* PLEASE NOTE: don't overwrite this @font-face rule, as this uses specific relative paths
**************************************************/

@font-face {
  font-family: 'FourRoads';
  src: url('https://my.omsystem.com/cfs-filesystemfile/__key/themefiles/s-83d50f6377b4438e8a4db7c61fe4646e-files/FourRoads.eot?_=638205991687259920?v=1.0.0');
  src: url('https://my.omsystem.com/cfs-filesystemfile/__key/themefiles/s-83d50f6377b4438e8a4db7c61fe4646e-files/FourRoads.eot?_=638205991687259920?#iefix&v=1.0.0') format('embedded-opentype'), url('https://my.omsystem.com/cfs-filesystemfile/__key/themefiles/s-83d50f6377b4438e8a4db7c61fe4646e-files/FourRoads.woff?_=638205991688041166?v=1.0.0') format('woff'), url('https://my.omsystem.com/cfs-filesystemfile/__key/themefiles/s-83d50f6377b4438e8a4db7c61fe4646e-files/FourRoads.ttf?_=638205991688041166?v=1.0.0') format('truetype'), url('https://my.omsystem.com/cfs-filesystemfile/__key/themefiles/s-83d50f6377b4438e8a4db7c61fe4646e-files/FourRoads.svg?_=638205991687884925?v=1.0.0#fourroads') format('svg');
  font-weight: normal;
  font-style: normal;
}
span.fr {
  color: #7a7ebb;
}
/*************************************************
* copy content of INT-FNT 'olympus' project four-roads.css below
* (taking care to comment out / remove the @font-face rule)
**************************************************/

/* 4 Roads - olympus icon font */

/*
@font-face {
    font-family: 'FourRoads';
    src:
         url('../font/FourRoads.woff?v=1.0.0') format('woff'),
         url('../font/FourRoads.ttf?v=1.0.0') format('truetype'),
         url('../font/FourRoads.svg?v=1.0.0#fourroads') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.fr {
  display: inline-block;
  font: normal normal normal 14px/1 FourRoads;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fr.fr-overlay {
  position: relative;
  width: 1em;
  height: 1em;
}
.fr.fr-overlay::before {
  position: absolute;
}
.fr.fr-overlay::after {
  position: absolute;
}
/* makes the font 33% larger relative to the icon container */

.fr-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fr-1-5x {
  font-size: 1.5em;
}
.fr-2x {
  font-size: 2em;
}
.fr-3x {
  font-size: 3em;
}
.fr-4x {
  font-size: 4em;
}
.fr-5x {
  font-size: 5em;
}
.fr-6x {
  font-size: 6em;
}
.fr-7x {
  font-size: 7em;
}
.fr-8x {
  font-size: 8em;
}
.fr-9x {
  font-size: 8em;
}
.fr-10x {
  font-size: 10em;
}
.fr-fw {
  width: 1.28571429em;
  text-align: center;
}
.fr-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fr-ul.fr-1-5x {
  margin-left: 2.64285714em;
}
.fr-ul.fr-ul-2x {
  margin-left: 3.14285714em;
}
.fr-ul > li {
  position: relative;
}
.fr-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fr-li.fr-lg {
  left: -1.85714286em;
}
.fr-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fr-circle::before {
  padding: 0.1em;
  border: solid 0.08em #eeeeee;
  border-radius: 5rem;
  background-color: #eeeeee;
}
.fr-pull-left {
  float: left;
}
.fr-pull-right {
  float: right;
}
.fr.fr-pull-left {
  margin-right: 0.3em;
}
.fr.fr-pull-right {
  margin-left: 0.3em;
}
.fr-spin {
  -webkit-animation: fr-spin 2s infinite linear;
  animation: fr-spin 2s infinite linear;
}
.fr-pulse {
  -webkit-animation: fr-spin 1s infinite steps(8);
  animation: fr-spin 1s infinite steps(8);
}
@-webkit-keyframes fr-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fr-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fr-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fr-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fr-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fr-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fr-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fr-rotate-90,
:root .fr-rotate-180,
:root .fr-rotate-270,
:root .fr-flip-horizontal,
:root .fr-flip-vertical {
  filter: none;
}
.fr-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fr-stack-1x,
.fr-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fr-stack-1x {
  line-height: inherit;
}
.fr-stack-2x {
  font-size: 2em;
}
.fr-inverse {
  color: white;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* icon definitions */

.fr-calendar-check.fr-overlay::after {
  content: "\e874";
}
.fr-warranty::before {
  content: "\ea01";
}
.fr-additional-product::before {
  content: "\ea02";
}
.fr-camera-thin::before {
  content: "\ea03";
}
.fr-star-thin::before {
  content: "\ea04";
}
.fr-envelope-lines::before {
  content: "\ea05";
}
.fr-picture::before {
  content: "\ea06";
}
.fr-travel-circle::before {
  content: "\ea07";
}
.fr-upload-circle::before {
  content: "\ea08";
}
.fr-award-circle::before {
  content: "\ea09";
}
.fr-truck-circle::before {
  content: "\ea0a";
}
.fr-truck-time-circle::before {
  content: "\ea0b";
}
.fr-camera-circle::before {
  content: "\ea0c";
}
.fr-return::before {
  content: "\ea0d";
}
.fr-search-alt::before {
  content: "\ea0e";
}
.fr-shopping-cart-alt::before {
  content: "\ea0f";
}
.fr-terms::before {
  content: "\ea10";
}
.fr-calendar-day.fr-overlay::after {
  content: "\ed83";
}
.fr-calendar-week.fr-overlay::after {
  content: "\ed84";
}
.fr-search::before {
  content: "\f002";
}
.fr-envelope-o::before {
  content: "\f003";
}
.fr-star::before {
  content: "\f005";
}
.fr-star-o::before {
  content: "\f006";
}
.fr-check::before {
  content: "\f00c";
}
.fr-times::before {
  content: "\f00d";
}
.fr-cog::before {
  content: "\f013";
}
.fr-clock-o::before {
  content: "\f017";
}
.fr-refresh::before {
  content: "\f021";
}
.fr-lock::before {
  content: "\f023";
}
.fr-barcode::before {
  content: "\f02a";
}
.fr-camera::before {
  content: "\f030";
}
.fr-list::before {
  content: "\f03a";
}
.fr-picture-o::before {
  content: "\f03e";
}
.fr-map-marker::before {
  content: "\f041";
}
.fr-share-square-o::before {
  content: "\f045";
}
.fr-check-square-o::before {
  content: "\f046";
}
.fr-times-circle::before {
  content: "\f057";
}
.fr-check-circle::before {
  content: "\f058";
}
.fr-check-circle-o::before {
  content: "\f05d";
}
.fr-expand::before {
  content: "\f065";
}
.fr-plus::before {
  content: "\f067";
}
.fr-exclamation-circle::before {
  content: "\f06a";
}
.fr-eye::before {
  content: "\f06e";
}
.fr-exclamation-triangle::before {
  content: "\f071";
}
.fr-calendar-alt::before {
  content: "\f073";
}
.fr-shopping-cart::before {
  content: "\f07a";
}
.fr-thumbs-o-up::before {
  content: "\f087";
}
.fr-award::before {
  content: "\f091";
}
.fr-upload::before {
  content: "\f093";
}
.fr-phone::before {
  content: "\f095";
}
.fr-square-o::before {
  content: "\f096";
}
.fr-unlock::before {
  content: "\f09c";
}
.fr-credit-card::before {
  content: "\f09d";
}
.fr-certificate::before {
  content: "\f0a3";
}
.fr-globe::before {
  content: "\f0ac";
}
.fr-wrench::before {
  content: "\f0ad";
}
.fr-users::before {
  content: "\f0c0";
}
.fr-paperclip::before {
  content: "\f0c6";
}
.fr-bars::before {
  content: "\f0c9";
}
.fr-envelope::before {
  content: "\f0e0";
}
.fr-clipboard::before {
  content: "\f0ea";
}
.fr-angle-left::before {
  content: "\f104";
}
.fr-angle-right::before {
  content: "\f105";
}
.fr-angle-up::before {
  content: "\f106";
}
.fr-angle-down::before {
  content: "\f107";
}
.fr-screen::before {
  content: "\f108";
}
.fr-circle-o::before {
  content: "\f10c";
}
.fr-quote-left::before {
  content: "\f10d";
}
.fr-spinner::before {
  content: "\f110";
}
.fr-question::before {
  content: "\f128";
}
.fr-calendar::before {
  content: "\f133";
}
.fr-ticket::before {
  content: "\f145";
}
.fr-file::before {
  content: "\f15b";
}
.fr-long-arrow-down::before {
  content: "\f175";
}
.fr-long-arrow-up::before {
  content: "\f176";
}
.fr-long-arrow-left::before {
  content: "\f177";
}
.fr-long-arrow-right::before {
  content: "\f178";
}
.fr-bug::before {
  content: "\f188";
}
.fr-dot-circle-o::before {
  content: "\f192";
}
.fr-graduation-cap::before {
  content: "\f19d";
}
.fr-calendar-check::before {
  content: "\f274";
}
.fr-shopping-basket::before {
  content: "\f291";
}
.fr-user-circle::before {
  content: "\f2bd";
}
.fr-user-circle-o::before {
  content: "\f2be";
}
.fr-user-o::before {
  content: "\f2c0";
}
.fr-camera-alt::before {
  content: "\f332";
}
.fr-spinner-third::before {
  content: "\f3f4";
}
.fr-plus-circle::before {
  content: "\f505";
}
.fr-crow::before {
  content: "\f520";
}
.fr-frog::before {
  content: "\f52e";
}
.fr-file-invoice-dollar::before {
  content: "\f571";
}
.fr-headset::before {
  content: "\f590";
}
.fr-map-marked::before {
  content: "\f59f";
}
.fr-microscope::before {
  content: "\f610";
}
.fr-mountains::before {
  content: "\f6fd";
}
.fr-trees::before {
  content: "\f724";
}
.fr-calendar-day::before {
  content: "\f783";
}
.fr-calendar-week::before {
  content: "\f784";
}
.fr-deer::before {
  content: "\f78e";
}
/*************************************************
* Four Roads - buttons
**************************************************/

.fr-btn {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -ms-flex-align: center;
  padding: 16px 30px;
  background-color: #e9b226;
  border-radius: 3px;
  border: 0;
  min-height: 50px;
  color: #f8f8f8;
  font-family: 'HelveticaNeueBoldRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-in-out;
}
.fr-btn:hover {
  color: white;
  background-color: #ebba3d;
  text-decoration: none;
}
.fr-btn:focus {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: Highlight !important;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .fr-btn:focus {
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
  }
}
.fr-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fr-btn.fr-btn-sm {
  padding: 10px 15px;
}
.fr-btn.fr-btn-md {
  padding: 11px 25px;
}
.fr-btn.fr-btn-lg {
  padding: 21px 25px;
  font-size: 18px;
}
.fr-btn.fr-btn-secondary {
  background-color: white;
  color: black;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  border: 1px solid #dddddd;
}
.fr-btn.fr-btn-secondary:hover {
  color: black;
}
.fr-btn.fr-btn-grey {
  background-color: #f2f2f2;
  color: black;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.fr-btn.fr-btn-grey:hover {
  color: #0d0d0d;
}
.fr-btn.fr-btn-white {
  background-color: white;
  color: black;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.fr-btn.fr-btn-white:hover {
  color: #0d0d0d;
}
.fr-btn .fr {
  color: black;
  margin-left: 0.75rem;
}
.fr-btn .fr.fr-angle-left {
  margin-left: 0;
  margin-right: 0.75rem;
}
.fr-btn.block {
  display: block;
  width: 100%;
}
.fr-btn-link {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  color: #02086a;
  border-bottom: 1px solid #02086a;
}
.fr-btn-link:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
.fr-btn-link:hover {
  color: #11b6ff;
  border-bottom-color: #11b6ff;
}
/*************************************************
* Four Roads - form controls
**************************************************/
.fr-custom-radio {
  position: relative;
}
.fr-custom-radio input[type='radio'] {
  position: absolute;
  max-height: 24px;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.fr-custom-radio input[type='radio'] ~ label {
  color: black;
  font-size: 1.0625rem;
  font-weight: 200;
  font-family: 'HelveticaNeueRomanRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 2px solid transparent;
  padding: 1rem;
  cursor: pointer;
  display: block;
  margin: 0 0.75rem 0.75rem 0;
}
.fr-custom-radio input[type='radio']:focus ~ label {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
.fr-custom-radio input[type='radio']:checked ~ label {
  color: black;
  font-weight: 500;
  font-family: 'HelveticaNeueBoldRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fr-custom-radio input[type='radio']:checked ~ label:hover {
  border-color: transparent;
}
.fr-custom-radio input[type='radio']:checked:focus ~ label {
  border-color: transparent;
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
.fr-custom-radio.fr-custom-radio-icon-only input[type='radio'] ~ label {
  background-color: transparent !important;
}
.fr-custom-radio.fr-custom-radio-icon-only input[type='radio'] ~ label .fa,
.fr-custom-radio.fr-custom-radio-icon-only input[type='radio'] ~ label .fr {
  color: #b0b6bb;
}
.fr-custom-radio.fr-custom-radio-icon-only input[type='radio']:checked ~ label {
  background-color: transparent;
}
.fr-custom-radio.fr-custom-radio-inline {
  display: inline-block;
}
.fr-custom-radio.fr-custom-radio-icon input[type='radio'] ~ label::before {
  display: inline-block;
  font: normal normal normal 14px/1 FourRoads;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
  color: #e9b226;
}
.fr-custom-radio.fr-custom-radio-icon input[type='radio']:checked ~ label {
  background-color: #f2f2f2;
}
.fr-custom-radio.fr-custom-radio-icon input[type='radio']:checked ~ label::before {
  color: black;
}
.fr-custom-radio.fr-custom-radio-visible input[type='radio'] {
  position: static;
  z-index: auto;
  opacity: 1;
}
.fr-custom-checkbox {
  position: relative;
}
.fr-custom-checkbox input[type='checkbox'] {
  position: absolute;
  max-height: 24px;
}
.fr-custom-checkbox input[type='checkbox'] ~ label {
  font-size: 16px;
  top: 0 !important;
  padding: 0.5rem 0;
  cursor: pointer;
  display: block;
  margin: 0 0.75rem 0.75rem 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 1.3;
}
.fr-custom-checkbox input[type='checkbox'] ~ label::before {
  display: inline-block;
  font: normal normal normal 14px/1 FourRoads;
  font-size: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #c9c9c9;
  border-radius: 2px;
  background-color: white;
  color: white;
  margin: 0 0.2rem 0 -2rem;
}
.fr-custom-checkbox input[type='checkbox'] ~ label a:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
.fr-custom-checkbox input[type='checkbox']:focus ~ label {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
.fr-custom-checkbox input[type='checkbox']:checked ~ label::before {
  color: black;
}
.fr-custom-checkbox.fr-custom-checkbox-right input[type='checkbox'] {
  right: 0;
}
.fr-custom-checkbox.fr-custom-checkbox-right input[type='checkbox'] ~ label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2rem 0.75rem 0.75rem;
}
.fr-custom-checkbox.fr-custom-checkbox-right input[type='checkbox'] ~ label::before {
  margin-left: 0.5rem;
}
html:not(.ios) .fr-custom-radio input[type='radio'] {
  z-index: -1;
  opacity: 0;
}
html:not(.ios) .fr-custom-radio.fr-custom-radio-icon input[type='radio'] ~ label::before {
  content: '\f10c';
}
html:not(.ios) .fr-custom-radio.fr-custom-radio-icon input[type='radio']:checked ~ label::before {
  content: '\f192';
}
html:not(.ios) .fr-custom-checkbox input[type='checkbox'] {
  z-index: -1;
  opacity: 0;
}
html:not(.ios) .fr-custom-checkbox input[type='checkbox'] ~ label::before {
  content: '\f00c';
}
html.ios .fr-custom-radio input[type='radio'] ~ label {
  padding-left: 1.75rem !important;
}
html.ios .fr-custom-checkbox.fr-custom-checkbox-icon input[type='checkbox'] {
  opacity: 1;
}
.fr-form-header {
  margin: 3rem 0 2rem;
}
.fr-form-header h1 {
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 0.66em;
  color: #3f3f3f;
}
.fr-form-header p {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  line-height: 1.66;
  color: black;
}
.fr-form p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.66;
  color: black;
  margin: 0 0 1.5rem 0;
  /*
        &:last-of-type {
            margin: 0;
        }
        */

}
.fr-form .fr-form-field {
  margin-bottom: 1.5rem;
}
.fr-form .fr-form-field.margin-compact {
  margin-bottom: 1rem;
}
.fr-form .fr-form-field .fr-form-field-internal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -ms-flex-align: start;
}
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon::before {
  font-family: FourRoads;
  font-weight: normal;
  color: #e9b226;
  position: absolute;
  font-size: 1.75rem;
  width: 3rem;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='text'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='date'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='email'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='search'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='file'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='password'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='tel'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon input[type='url'] {
  padding-left: 3rem;
}
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-icon.icon-grey::before {
  color: #bcbcbc;
}
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='text'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='date'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='email'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='search'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='file'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='password'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='tel'],
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link input[type='url'] {
  padding-right: 3rem;
}
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link .fr-form-field-btn {
  position: absolute;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 3rem;
  left: 27rem;
}
.fr-form .fr-form-field .fr-form-field-internal.fr-form-field-link .fr-form-field-btn .fr {
  font-size: 1.75rem;
}
.fr-form .fr-form-field .fr-form-field-internal aside {
  margin: 1rem 0 0 1.5rem;
  font-size: 16px;
}
.fr-form .fr-form-field .fr-form-field-internal aside p {
  font-size: 16px;
}
.fr-form .fr-form-field .fr-form-field-internal aside .msg,
.fr-form .fr-form-field .fr-form-field-internal aside .valid,
.fr-form .fr-form-field .fr-form-field-internal aside .invalid {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
}
.fr-form .fr-form-field .fr-form-field-internal aside .msg .fr.fr-2x,
.fr-form .fr-form-field .fr-form-field-internal aside .valid .fr.fr-2x,
.fr-form .fr-form-field .fr-form-field-internal aside .invalid .fr.fr-2x {
  margin-right: 1rem;
}
.fr-form .fr-form-field.msg .fr-form-field-internal .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fr-form .fr-form-field.valid .fr-form-field-internal .valid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fr-form .fr-form-field.invalid .fr-form-field-internal .invalid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fr-form .fr-form-field .ui-datepicker-trigger {
  display: none;
}
.fr-form input[type='text'],
.fr-form textarea,
.fr-form input[type='number'],
.fr-form input[type='date'],
.fr-form input[type='email'],
.fr-form input[type='search'],
.fr-form input[type='file'],
.fr-form input[type='password'],
.fr-form input[type='tel'],
.fr-form input[type='url'] {
  -webkit-appearance: none;
  font-family: 'HelveticaNeueBoldRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 30rem;
  max-width: 100%;
  min-height: 48px;
  padding: 0.9rem;
  border: 1px solid black;
}
.fr-form input[type='text'].full-width,
.fr-form textarea.full-width,
.fr-form input[type='number'].full-width,
.fr-form input[type='date'].full-width,
.fr-form input[type='email'].full-width,
.fr-form input[type='search'].full-width,
.fr-form input[type='file'].full-width,
.fr-form input[type='password'].full-width,
.fr-form input[type='tel'].full-width,
.fr-form input[type='url'].full-width {
  width: 100%;
}
.fr-form input[type='text'][disabled],
.fr-form textarea[disabled],
.fr-form input[type='number'][disabled],
.fr-form input[type='date'][disabled],
.fr-form input[type='email'][disabled],
.fr-form input[type='search'][disabled],
.fr-form input[type='file'][disabled],
.fr-form input[type='password'][disabled],
.fr-form input[type='tel'][disabled],
.fr-form input[type='url'][disabled] {
  border-color: #888888;
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fr-form input[type='text']::-webkit-input-placeholder,
.fr-form textarea::-webkit-input-placeholder,
.fr-form input[type='number']::-webkit-input-placeholder,
.fr-form input[type='date']::-webkit-input-placeholder,
.fr-form input[type='email']::-webkit-input-placeholder,
.fr-form input[type='search']::-webkit-input-placeholder,
.fr-form input[type='file']::-webkit-input-placeholder,
.fr-form input[type='password']::-webkit-input-placeholder,
.fr-form input[type='tel']::-webkit-input-placeholder,
.fr-form input[type='url']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f2f2f2;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.fr-form input[type='text']::-moz-placeholder,
.fr-form textarea::-moz-placeholder,
.fr-form input[type='number']::-moz-placeholder,
.fr-form input[type='date']::-moz-placeholder,
.fr-form input[type='email']::-moz-placeholder,
.fr-form input[type='search']::-moz-placeholder,
.fr-form input[type='file']::-moz-placeholder,
.fr-form input[type='password']::-moz-placeholder,
.fr-form input[type='tel']::-moz-placeholder,
.fr-form input[type='url']::-moz-placeholder {
  /* Firefox 19+ */
  color: #f2f2f2;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.fr-form input[type='text']:-ms-input-placeholder,
.fr-form textarea:-ms-input-placeholder,
.fr-form input[type='number']:-ms-input-placeholder,
.fr-form input[type='date']:-ms-input-placeholder,
.fr-form input[type='email']:-ms-input-placeholder,
.fr-form input[type='search']:-ms-input-placeholder,
.fr-form input[type='file']:-ms-input-placeholder,
.fr-form input[type='password']:-ms-input-placeholder,
.fr-form input[type='tel']:-ms-input-placeholder,
.fr-form input[type='url']:-ms-input-placeholder {
  /* IE 10+ */
  color: #f2f2f2;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.fr-form input[type='text']:-moz-placeholder,
.fr-form textarea:-moz-placeholder,
.fr-form input[type='number']:-moz-placeholder,
.fr-form input[type='date']:-moz-placeholder,
.fr-form input[type='email']:-moz-placeholder,
.fr-form input[type='search']:-moz-placeholder,
.fr-form input[type='file']:-moz-placeholder,
.fr-form input[type='password']:-moz-placeholder,
.fr-form input[type='tel']:-moz-placeholder,
.fr-form input[type='url']:-moz-placeholder {
  /* Firefox 18- */
  color: #f2f2f2;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.fr-form input[type='text'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form textarea.fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='number'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='date'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='email'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='search'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='file'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='password'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='tel'].fr-placeholder-as-link::-webkit-input-placeholder,
.fr-form input[type='url'].fr-placeholder-as-link::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black !important;
  font-family: 'HelveticaNeueRomanRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.fr-form input[type='text'].fr-placeholder-as-link::-moz-placeholder,
.fr-form textarea.fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='number'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='date'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='email'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='search'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='file'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='password'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='tel'].fr-placeholder-as-link::-moz-placeholder,
.fr-form input[type='url'].fr-placeholder-as-link::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important;
  font-family: 'HelveticaNeueRomanRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.fr-form input[type='text'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form textarea.fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='number'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='date'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='email'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='search'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='file'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='password'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='tel'].fr-placeholder-as-link:-ms-input-placeholder,
.fr-form input[type='url'].fr-placeholder-as-link:-ms-input-placeholder {
  /* IE 10+ */
  color: black !important;
  font-family: 'HelveticaNeueRomanRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.fr-form input[type='text'].fr-placeholder-as-link:-moz-placeholder,
.fr-form textarea.fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='number'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='date'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='email'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='search'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='file'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='password'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='tel'].fr-placeholder-as-link:-moz-placeholder,
.fr-form input[type='url'].fr-placeholder-as-link:-moz-placeholder {
  /* Firefox 18- */
  color: black !important;
  font-family: 'HelveticaNeueRomanRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.fr-form ul li > strong:before,
.fr-form ul li > strong:after,
.fr-form ul li > b:before,
.fr-form ul li > b:after {
  content: "\00a0";
}
.fr-form label {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.66;
  color: black;
  margin: 0 0 0.5rem 0;
}
.fr-form label.required::after {
  content: "*";
  color: #e9b123;
  margin-left: 0.25rem;
}
.fr-form .chosen-container.chosen-container-single .chosen-single {
  font-family: 'HelveticaNeueBoldRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0.65rem 0;
  height: 48px;
  border: 1px solid black;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -ms-flex-align: center;
}
.fr-form .chosen-container.chosen-container-single .chosen-single > span {
  padding: 0 0 0 1.5rem;
  flex: 1 1 auto;
}
.fr-form .chosen-container.chosen-container-single .chosen-single:after {
  content: "\f107";
  font-family: FourRoads;
  font-size: 2rem;
  font-weight: normal;
  color: black;
  padding: 0 1rem 0 2rem;
}
.fr-form .chosen-container.chosen-container-single.chosen-disabled {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fr-form .chosen-container.chosen-container-single.chosen-disabled .chosen-single {
  border-color: #888888;
  background-color: transparent;
}
.fr-form .chosen-container.chosen-container-single.chosen-disabled .chosen-single:after {
  color: #888888;
}
.fr-form .fr-product-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.fr-form .fr-product-list .fr-product-list-item {
  margin: 1.5rem 0;
  border-bottom: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
}
.fr-form .fr-product-list .fr-product-list-item:first-child {
  margin-top: 0;
}
.fr-form .fr-product-list .fr-product-list-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.fr-form .fr-product-list .fr-product-list-item .fr-product-image {
  flex: 0 0 100px;
  padding-right: 2rem;
}
.fr-form .fr-product-list .fr-product-list-item .fr-product-details h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 200;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fr-form .fr-product-list .fr-product-list-item .fr-product-details .fr-product-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -ms-flex-align: center;
  font-size: 20px;
  font-weight: 200;
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fr-form-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  margin: 0 -2rem;
}
.fr-form-panel-wrapper .fr-form-panel {
  width: 100%;
  margin: 0 2rem 2rem 2rem;
}
.fr-form-panel-wrapper.fr-form-panel-2 .fr-form-panel {
  width: calc(50% - (2 * 2rem));
}
.fr-form-panel-wrapper.fr-form-panel-3 .fr-form-panel {
  width: calc(33% - (2 * 2rem));
}
.fr-form-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: none;
  padding: 2rem;
  background-color: #f2f2f2;
}
.fr-form-panel h2 {
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.fr-form-panel p {
  color: black;
  font-size: 16px;
  font-weight: 200;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.fr-form-panel p:last-of-type {
  margin-bottom: 2rem;
}
.fr-form-panel footer {
  margin-top: auto;
}
.fr-form-panel footer .fr-btn {
  margin-top: 1.5rem;
  display: inline-block;
}
.fr-form-panel footer .fr-btn + .fr-btn {
  margin-left: 1.5rem;
}
.fr-form-panel.fr-form-panel-sm {
  padding: 1rem 1.5rem;
}
.fr-form-panel.fr-form-panel-sm p:last-of-type {
  margin-bottom: 1rem;
}
.fr-form-panel.fr-form-panel-horizontal {
  flex-direction: row;
  align-items: center;
  -ms-flex-direction: row;
  -ms-flex-align: center;
}
.fr-form-panel.fr-form-panel-horizontal h2 {
  text-align: center;
}
.fr-form-panel.fr-form-panel-horizontal footer {
  margin-top: 0;
  margin-left: auto;
  text-align: right;
  flex: 0 0 32rem;
}
.fr-form-panel.fr-form-panel-horizontal footer .fr-btn {
  margin-top: 0;
}
body.fr-grey-background .fr-custom-radio.fr-custom-radio-icon input[type='radio']:checked ~ label {
  background-color: white;
}
body.fr-grey-background .fr-form-panel {
  background-color: white;
}
.fr-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -ms-flex-align: center;
  -ms-flex-pack: space-between;
}
.fr-form-footer > .save-and-add {
  text-align: right;
}
html.ios input[type="date"] {
  -webkit-appearance: none;
}
@media screen and (max-width: 1023px) {
  .fr-form-panel-wrapper.fr-form-panel-horizontal {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .fr-form-panel-wrapper.fr-form-panel-horizontal .fr-form-panel footer {
    margin: 0;
    flex: 0 1 auto;
    text-align: center;
  }
  .fr-form-panel-wrapper.fr-form-panel-horizontal .fr-form-panel footer .fr-btn {
    display: block;
    margin: 1rem 0 0 0;
  }
  .fr-form-panel-wrapper {
    margin: 0;
  }
  .fr-form-panel-wrapper.fr-form-panel-3 .fr-form-panel {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .fr-form .fr-form-field .fr-form-field-internal {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .fr-form .fr-form-field .fr-form-field-internal aside {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fr-form-panel-wrapper {
    margin: 0;
  }
  .fr-form-panel-wrapper.fr-form-panel-2 .fr-form-panel,
  .fr-form-panel-wrapper.fr-form-panel-3 .fr-form-panel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .fr-form-header p {
    width: 66%;
  }
}
/*************************************************
* Four Roads - tabs
*-------------------------------------------------

<div class="fr-tabs">
  <!-- set active tab radio to checked -->
  <input type="radio" id="tab1" name="demoTabs" checked="checked">
  <label for="tab1">
    <!-- optional icon -->
    <span class="fr fr-star"></span>
    [TAB LABEL TEXT1]
  </label>
  <div class="fr-tab">
    <p>tab 1 content</p>
  </div>

  <!-- note that for each tab group, name property should be the same -->
  <input type="radio" id="tab2" name="demoTabs">
  <label for="tab2">
    <span class="fr fr-star"></span>
    [TAB LABEL TEXT2]
  </label>
  <div class="fr-tab">
    <p>tab 2 content</p>
  </div>

  <input type="radio" id="tab3" name="demoTabs">
  <label for="tab3">
    <span class="fr fr-star"></span>
    [TAB LABEL TEXT3]
  </label>
  <div class="fr-tab">
    <p>tab 3 content</p>
  </div>
  
</div>

**************************************************/

.fr-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.fr-tabs input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.fr-tabs input[type='radio']:focus + label {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.fr-tabs input[type='radio']:hover + label {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.fr-tabs input[type='radio']:checked + label {
  border-bottom-color: black;
}
.fr-tabs input[type='radio']:checked + label + .fr-tab {
  display: block;
}
.fr-tabs label {
  width: 100%;
  cursor: pointer;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
  border-bottom: 4px solid transparent;
  margin: 0 0 1rem;
}
.fr-tabs .fr-tab {
  display: none;
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 571px) {
  .fr-tabs label {
    width: auto;
    margin: 0 0.5rem 1rem 0.5rem;
  }
  .fr-tabs label:first-of-type {
    margin-left: 0;
  }
  .fr-tabs label:last-of-type {
    margin-right: 0;
  }
  .fr-tabs .fr-tab {
    order: 99;
  }
}
/*************************************************
* Four Roads
*-------------------------------------------------
* global styles
**************************************************/

body > .content-fragment-page,
body > form > .content-fragment-page {
  padding: 117px 0 2rem 0 !important;
}
.header-fragments .layout .layout-content .layout-region.header .layout-region-inner {
  max-width: 1300px !important;
  padding: 0 !important;
}
body {
  font-size: 16px;
  background-color: white;
  position: relative;
  overflow-x: hidden;
}
body .popup-list {
  transform: none !important;
}
body.fr-grey-background {
  background-color: #f2f2f2;
}
body.fr-grey-background .content-fragment-page {
  background-color: #f2f2f2;
}
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.left-sidebar,
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-right-footer .layout-region.left-sidebar,
body .content-fragment-page.msgs-message .layout-content header-top-sidebar-left-content-center-sidebar-right-footer .layout-region.left-sidebar,
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.right-sidebar,
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-right-footer .layout-region.right-sidebar,
body .content-fragment-page.msgs-message .layout-content header-top-sidebar-left-content-center-sidebar-right-footer .layout-region.right-sidebar {
  min-height: 10px;
  max-width: none;
  padding: 0 !important;
  width: 0 !important;
}
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.content,
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-right-footer .layout-region.content,
body .content-fragment-page.msgs-message .layout-content header-top-sidebar-left-content-center-sidebar-right-footer .layout-region.content {
  max-width: 1300px;
  width: auto;
  padding: 0 4rem !important;
  margin: 0 auto;
}
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.content > .layout-region-inner.content,
body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-right-footer .layout-region.content > .layout-region-inner.content,
body .content-fragment-page.msgs-message .layout-content header-top-sidebar-left-content-center-sidebar-right-footer .layout-region.content > .layout-region-inner.content {
  margin: 0 !important;
  max-width: none !important;
}
body .content-fragment-page.user-list > .layout > .layout-content.content-left-sidebar-right {
  max-width: 1140px;
  margin: 0 auto;
}
.fr-widget {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.fr-widget .fr-widget-inner {
  padding: 0 4rem;
}
.content-fragment-page {
  padding-bottom: 2rem;
}
.ui-datepicker-div {
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: white;
  background-color: black;
}
.badge.badge-light {
  background-color: #e9b226;
}
.mce-tinymce {
  z-index: 0 !important;
}
.olympus-featured-slider-master .content-fragment-content .featured-content-slider.dots .feature-links {
  z-index: auto !important;
}
.linked-photo .linked-photo__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 14rem;
  position: relative;
  margin: 0;
}
.linked-photo .linked-photo__caption {
  position: absolute;
  bottom: 0;
  max-width: 85%;
  background-color: white;
  padding: 0.75rem 2rem 0.75rem 0;
}
.linked-photo .linked-photo__caption.linked-photo__caption-icon {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.linked-photo .linked-photo__caption.linked-photo__caption-icon .fr {
  font-size: 3.25rem;
  color: black;
}
.linked-photo .linked-photo__caption.linked-photo__caption-icon .linked-photo__caption-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.linked-photo .linked-photo__caption .linked-photo__caption-header {
  font-family: 'HelveticaNeueRomanRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  color: black;
  margin: 0 0 0.75rem 0;
}
.linked-photo .linked-photo__caption .linked-photo__caption-text {
  font-family: 'HelveticaNeueLightRg', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 0.9375rem;
  color: #f2f2f2;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-fragments {
  overflow: visible !important;
}
body.edit .header-fragments {
  overflow: hidden !important;
}
.content-fragment-page {
  min-height: 80vh !important;
}
.home-user-hero,
.myolympus-breadcrumb,
.featured-content-slider,
.visionaries-master,
.contest-header-master {
  margin-top: 0 !important;
}
.olympus-featured-slider-master .content-fragment-content {
  border-bottom: 0 !important;
}
.footer-fragments > .layout {
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
}
.footer-fragments > .layout > .layout-content.content {
  overflow: visible;
}
.footer-fragments > .layout > .layout-content.content > .layout-region.content {
  float: none !important;
}
.footer-fragments > .layout > .layout-content.content > .layout-region.content .olympus-footer {
  background: none !important;
  position: relative;
  padding-left: 0;
  bottom: 0;
  left: auto;
}
.footer-fragments > .layout > .layout-content.content > .layout-region.content .olympus-footer:before {
  content: "";
  left: 0;
  top: 0;
  width: 100vw;
  position: absolute;
  height: 100%;
  background-color: #3f3f3f;
  z-index: -1;
}
.footer-fragments > .layout > .layout-content.content > .layout-region.content .olympus-footer .content-fragment-content .bottom {
  position: relative;
}
.footer-fragments > .layout > .layout-content.content > .layout-region.content .olympus-footer .content-fragment-content .bottom:before {
  content: "";
  left: -10px;
  top: 0;
  width: 100vw;
  position: absolute;
  height: 100%;
  background-color: #363636;
  z-index: -1;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: Highlight !important;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="range"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus {
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fr-widget .fr-widget-inner {
    padding: 0 2rem;
  }
  body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-center-sidebar-right .layout-region.content,
  body .content-fragment-page.msgs-message .layout-content.header-top-sidebar-left-content-right-footer .layout-region.content,
  body .content-fragment-page.msgs-message .layout-content header-top-sidebar-left-content-center-sidebar-right-footer .layout-region.content {
    margin: 0 2rem !important;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .fr-widget .fr-widget-inner {
    padding: 0 1rem;
  }
  body > .content-fragment-page,
  body > form > .content-fragment-page {
    padding: 100px 0 2rem 0 !important;
  }
  .header-fragments > .layout > .layout-content.header-top-content > .layout-region.header > .layout-region-inner.header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .content-fragment-page.msgs-message .layout-region.content {
    margin: 0 1rem !important;
  }
}
@media only screen and (min-width: 769px) {
  .linked-photo .linked-photo__caption .linked-photo__caption-header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (max-width: 570px) {
  body .popup-list.notifications,
  body .popup-list.search,
  body .popup-list.conversations,
  body .popup-list.bookmarks,
  body .popup-list.myolympus-submenu.user {
    left: 0 !important;
    width: 100vw !important;
  }
}
@media only screen and (max-width: 570px) {
  .testandwow-termsandconditions .user-defined-markup h1,
  .testandwow-termsandconditions .user-defined-markup p {
    margin-inline: 0;
    padding-inline: 0;
    text-align: left !important;
  }
  .testandwow-termsandconditions .user-defined-markup .large-sc-inner.tb-padding {
    padding-inline: 20px;
  }
}
/*************************************************
* Four Roads
*-------------------------------------------------
* margin / padding spacing utilities (mimics Bootstrap 4)
**************************************************/

.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/*************************************************
* Four Roads - modals
*-------------------------------------------------
* refer to jquery.frModal.js for details on how to define modals via markup or JS

    <!-- alternatively, to render as a help icon -->
    <summary class="fr-modal-summary icon" aria-haspopup="dialog">
		<span class="fr fr-1-5x fr-question"></span>
		<span class="sr-only">[ALT TEXT]</span>
    </summary>


**************************************************/
[data-fr-modal] {
  display: none;
}
details.fr-modal {
  display: block;
  height: 0;
}
details.fr-modal .fr-modal-summary {
  list-style: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}
details.fr-modal .fr-modal-summary.no-summary {
  position: absolute;
  width: 0;
  padding: 0;
  border: 0;
}
details.fr-modal .fr-modal-summary:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
details.fr-modal .fr-modal-summary.icon {
  color: #e9b226;
}
details.fr-modal .fr-modal-summary.icon:not([open]):not(.open):hover {
  color: #ebba3d;
}
details.fr-modal .fr-modal-summary:not(.btn):not(.fr-btn):not(.icon) {
  font-size: 16px;
  font-weight: 200;
  color: #02086a;
  border-bottom: 1px solid #02086a;
}
details.fr-modal .fr-modal-summary:not(.btn):not(.fr-btn):not(.icon):not([open]):not(.open):hover {
  color: #11b6ff;
  border-bottom-color: #11b6ff;
}
details.fr-modal .fr-modal-summary::-webkit-details-marker {
  display: none;
}
details.fr-modal:not([open]):not(.open) > *:not(.fr-modal-summary) {
  display: none !important;
}
details.fr-modal[open] > .fr-modal-summary,
details.fr-modal.open > .fr-modal-summary {
  cursor: default;
}
details.fr-modal[open] > .fr-modal-summary:before,
details.fr-modal.open > .fr-modal-summary:before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9998;
}
details.fr-modal.open > .fr-modal-dlg-wrapper {
  display: block !important;
}
details.fr-modal .fr-modal-dlg-wrapper {
  position: fixed;
  margin: 10vh auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  max-height: 80vh;
  max-width: 90vw;
  width: 640px;
  height: 500px;
  background-color: white;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.5);
  animation-name: fr-anim-fade-in;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
details.fr-modal .fr-modal-dlg-wrapper:focus {
  outline: none;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg {
  height: 100%;
  display: flex;
  flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header {
  padding: 2rem 3rem;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header h2 {
  font-size: 25px;
  font-weight: 200;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
  -ms-flex-align: center;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header h2 .fr-modal-close,
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header h2 [data-fr-modal-close] {
  margin-left: auto;
  border: 0;
  background: none;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 0;
  padding: 0 3rem 2rem 3rem;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content p {
  margin-bottom: 1.5rem;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content p:last-of-type {
  margin-bottom: 0;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content.fr-modal-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: none;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content.fr-modal-img .img {
  flex: 0 0 25%;
  padding-right: 2rem;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content.fr-modal-img .img .fr {
  font-size: 8rem !important;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-footer {
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-footer .btn + .btn,
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-footer .fr-btn + .fr-btn {
  margin-left: 2rem;
}
details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-footer.fr-modal-dlg-footer-center {
  text-align: center;
}
details.fr-modal.fr-modal-sm .fr-modal-dlg-wrapper {
  width: 400px;
  height: 300px;
}
details.fr-modal.fr-modal-sm .fr-modal-dlg-wrapper .fr-modal-dlg .fr-modal-dlg-header,
details.fr-modal.fr-modal-sm .fr-modal-dlg-wrapper .fr-modal-dlg .fr-modal-dlg-footer {
  padding: 3rem 4.5rem;
}
details.fr-modal.fr-modal-sm .fr-modal-dlg-wrapper .fr-modal-dlg .fr-modal-dlg-content {
  padding: 0 4.5rem;
}
details.fr-modal.fr-modal-sm .fr-modal-dlg-wrapper .fr-modal-dlg .fr-modal-dlg-content p {
  font-size: 18px;
}
details.fr-modal.fr-modal-lg .fr-modal-dlg-wrapper {
  width: 800px;
  height: 60vh;
  /*
            .fr-modal-dlg {
                //min-height: @fr-modal-minheight-lg;
                height: @fr-modal-minheight-lg;
            }
            */

}
details.fr-modal.fr-modal-xl .fr-modal-dlg-wrapper {
  width: 60vw;
  height: 80vh;
  /*
            .fr-modal-dlg {
                //min-height: @fr-modal-minheight-xl;
                height: @fr-modal-minheight-xl;
            }
            */

}
@keyframes fr-anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  details.fr-modal .fr-modal-dlg-wrapper {
    width: 100vw !important;
    max-width: 100vw;
    margin: 0vh auto 8rem auto !important;
    max-height: 90vh;
    height: calc(99vh) !important;
  }
  details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header {
    padding: 2rem;
  }
  details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header h2 {
    font-size: 20px;
  }
  details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-header h2 .fr {
    font-size: 1.5em;
  }
  details.fr-modal .fr-modal-dlg-wrapper .fr-modal-dlg-content {
    padding: 0 2rem 2rem 2rem;
  }
  details.fr-modal.fr-modal-lg,
  details.fr-modal.fr-modal-xl {
    margin: 0 !important;
    left: 5vw !important;
    width: 90vw !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: auto;
  }
  details.fr-modal.fr-modal-lg .modal-content,
  details.fr-modal.fr-modal-xl .modal-content {
    width: 90vw !important;
  }
  details.fr-modal.fr-modal-lg .modal-content .mce-tinymce.mce-container,
  details.fr-modal.fr-modal-xl .modal-content .mce-tinymce.mce-container {
    margin-bottom: 1rem;
  }
  html.ios details.fr-modal .fr-modal-dlg-wrapper {
    height: 85vh !important;
  }
}
