/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/themes/fsrh/front-end/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/themes/fsrh/front-end/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/themes/fsrh/front-end/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/themes/fsrh/front-end/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/themes/fsrh/front-end/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/themes/fsrh/front-end/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
form.standard p.required-info em:before,
form.standard fieldset.required-true legend em:before,
form.standard fieldset .field.required-true .input:before,
form.standard fieldset .field label em:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'fontello';
  src: url('/fontfaces/fontello/font/fontello.eot?51311564');
  src: url('/fontfaces/fontello/font/fontello.eot?51311564#iefix') format('embedded-opentype'), url('/fontfaces/fontello/font/fontello.woff2?51311564') format('woff2'), url('/fontfaces/fontello/font/fontello.woff?51311564') format('woff'), url('/fontfaces/fontello/font/fontello.ttf?51311564') format('truetype'), url('/fontfaces/fontello/font/fontello.svg?51311564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fontfaces/fontello/font/fontello.svg?51311564#fontello') format('svg');
  }
}
*/
.ft-icon,
.items-trainers .item .training ul li:before,
.items-trainers .item .service-type strong.detail:before,
.items-trainers .item .service-type span.detail:before,
.items-trainers .item .contact-details .contact .detail:before,
.latest-trainers .items .item .training ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
  vertical-align: middle;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #ec6d06;
  border-color: #ec6d06;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
.rangeslider,
.rangeslider__fill {
  display: block;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 10px;
  width: 100%;
  margin-top: 17px;
}
.rangeslider--vertical {
  width: 10px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #ec6d06;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -2px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
img.img-responsive {
  display: block;
  max-width: 100%;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pink-bg {
  background-color: #eb4a8e !important;
}
.red-bg {
  background-color: #ed4f4e !important;
}
.blue-bg {
  background-color: #31708f !important;
}
.green-bg {
  background-color: #3c763d !important;
}
.orange-bg {
  background-color: #ec6d06 !important;
}
.light-orange-bg {
  background-color: #EB6E05 !important;
}
.yellow-bg {
  background-color: #efa100 !important;
}
.pink-text {
  color: #eb4a8e !important;
}
.red-text {
  color: #ed4f4e !important;
}
.orange-text {
  color: #ec6d06 !important;
}
.light-orange-text {
  color: #EB6E05 !important;
}
.yellow-text {
  color: #efa100 !important;
}
.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .container-padded {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .container-padded {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn,
#register-form fieldset div.submit button,
.tabs.tabbed .tab-links ul li a {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.5s;
  /* Safari */
  transition: background-color 0.5s;
}
.btn-large {
  padding: 12px 20px;
}
.btn-xlarge {
  padding: 15px 50px;
}
.btn-full {
  width: 100%;
}
.btn-default {
  color: #ffffff !important;
  background-color: #7a7067 !important;
  border-color: #7a7067 !important;
}
.btn-default:hover {
  background-color: #5e5750 !important;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #ec6d06 !important;
  border-color: #ec6d06 !important;
}
.btn-primary:hover {
  background-color: #ba5605 !important;
}
.btn-secondary {
  color: #ffffff !important;
  background-color: #efa100 !important;
  border-color: #efa100 !important;
}
.btn-secondary:hover {
  background-color: #bc7f00 !important;
}
.btn-tertiary {
  color: #ffffff !important;
  background-color: #EB6E05 !important;
  border-color: #EB6E05 !important;
}
.btn-tertiary:hover {
  background-color: #b95704 !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #eb4a8e !important;
  border-color: #eb4a8e !important;
}
.btn-info:hover {
  background-color: #e61c71 !important;
}
.btn-delete {
  color: #ffffff !important;
  background-color: #ed4f4e !important;
  border-color: #ed4f4e !important;
}
.btn-delete:hover {
  background-color: #e82120 !important;
}
.btn-neutral {
  color: #ffffff !important;
  background-color: #b4a495 !important;
  border-color: #b4a495 !important;
}
.btn-neutral:hover {
  background-color: #9f8a77 !important;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.alert-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge.badge-primary {
  background-color: #ec6d06;
}
.toggle-btn-grp {
  margin: 3px 0;
}
.toggle-btn {
  text-align: centre;
  margin: 5px 2px;
  padding: 0.4rem 3rem;
  color: #000;
  background-color: #FFF;
  border-radius: 10px;
  display: inline-block;
  font-weight: normal !important;
  border: solid 1px #CCC;
  cursor: pointer;
}
.toggle-btn-grp.joint-toggle .toggle-btn {
  margin: 5px 0;
  padding: 0.4rem 2rem;
  border-radius: 0;
  border-right-color: white;
}
.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
  margin-left: 2px;
  border-radius: 10px 0px 0px 10px;
}
.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
  margin-right: 2px;
  border-radius: 0px 10px 10px 0px;
  border-right: solid 1px #CCC;
}
.toggle-btn.qualify:hover {
  border: solid 1px #ba5605 !important;
  background: #fddcc1;
}
.toggle-btn.recertify:hover {
  border: solid 1px #bc7f00 !important;
  background: #ffe9bc;
}
.toggle-btn.success {
  color: #ffffff;
}
.toggle-btn.success.qualify {
  background: #ec6d06;
  border: solid 1px #ba5605 !important;
}
.toggle-btn.success.recertify {
  background: #efa100;
  border: solid 1px #bc7f00 !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
u {
  text-decoration: none;
}
.table-wrapper {
  overflow-x: auto;
  position: relative;
}
.news-box {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-box {
    min-height: 0;
  }
}
.news-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.news-box .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.news-box .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-box .content h4 {
    width: 100%;
  }
}
.news-box .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.news-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.news-box-medium {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-box-medium {
    min-height: 0;
  }
}
.news-box-medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box-medium .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.news-box-medium .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.news-box-medium .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-box-medium .content h4 {
    width: 100%;
  }
}
.news-box-medium .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.news-box-medium .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.news-box-medium .content {
  top: 45%;
}
.news-box-large {
  height: 386px;
}
.news-box-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box-large .content {
  top: 55%;
}
@media (min-width: 380px) and (max-width: 767px) {
  .news-box-large .content .date {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-box-large .content .date {
    position: absolute;
    top: -20px;
  }
}
.news-box-large .content h4 {
  width: 80%;
  font-size: 2rem;
}
@media (min-width: 380px) and (max-width: 767px) {
  .news-box-large .content h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-box-large .content h4 {
    width: 100%;
  }
}
.event-box {
  height: 183px;
  margin-bottom: 20px;
  padding: 22px 12px;
  color: #ffffff;
  font-weight: bold;
}
.event-box img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
}
.event-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.event-box .title {
  margin: 10px 0;
  font-size: 2.3rem;
  line-height: 2.3rem;
}
.event-box .date,
.event-box .location {
  font-size: 1.5rem;
}
.event-box-large {
  height: 386px;
  margin-bottom: 20px;
  padding: 22px;
  color: #ffffff;
}
@media (max-width: 380px) {
  .event-box-large {
    font-size: 1.4rem;
  }
}
.event-box-large div {
  font-size: 2rem;
}
.event-box-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-box-large .title {
  margin: 20px 0;
  font-size: 4.6rem;
  line-height: 1;
}
@media (max-width: 380px) {
  .event-box-large .title {
    font-size: 3rem;
  }
}
.event-box-large .type,
.event-box-large .date,
.event-box-large .location {
  font-size: 1.8rem;
}
@media (max-width: 380px) {
  .event-box-large .type,
  .event-box-large .date,
  .event-box-large .location {
    font-size: 1.6rem;
  }
}
.landing-box {
  margin-bottom: 20px;
}
.landing-box .content {
  padding: 10px;
  color: #7a7067;
  background-color: #ffffff;
}
.landing-box .content h4 {
  color: #7a7067;
}
.landing-box .content a.btn,
.landing-box .content a#register-form fieldset div.submit button,
.landing-box .content a.tabs.tabbed .tab-links ul li a {
  width: 100%;
}
.sr-only,
form.standard fieldset .field.type-text label.hide-labels-true,
form.standard fieldset .field.type-textarea label.hide-labels-true,
form.standard fieldset .field.type-text label em,
form.standard fieldset .field.type-textarea label em,
form.standard fieldset .field.type-select em,
.items-trainers .item .contact-details .contact .detail .label {
  clip: rect(0, 0, 0, 0);
  display: block;
  height: 0;
  line-height: 0;
  width: 0;
  margin: 0!important;
  padding: 0;
  overflow: hidden;
}
.layout:after,
#tertiary form.standard.filter fieldset .field.type-radio ol li label:after,
#tertiary form.standard.filter fieldset .field.type-checkboxes ol li label:after,
ul.messages:after,
.welcome-box:after,
.items-trainers .item .info:after,
.latest-trainers .items:after,
.items-tiles:after,
.items-tiles .items-inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}
form.standard {
  padding: 0 20px 20px 20px;
  border: 1px solid #ede9e6;
  background-color: #fff;
}
form.standard.standard-small {
  padding-bottom: 20px;
}
form.standard.standard-small fieldset legend {
  margin-bottom: 20px;
}
form.standard p.required-info em {
  float: left;
  margin-right: 0.5em;
}
form.standard p.required-info em span {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
}
form.standard p.required-info em:before {
  content: "\f069";
  color: #CE0535;
  font-size: 12px;
}
form.standard fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
form.standard fieldset:last-of-type {
  margin-bottom: 0;
}
form.standard fieldset legend {
  margin-bottom: 10px;
  padding: 12px 18px;
  color: #ffffff;
  background-color: #998c83;
}
form.standard fieldset legend.checkbox,
form.standard fieldset legend.radio {
  margin-bottom: 5px;
  padding: 0;
  color: #333333;
  background: none;
}
form.standard fieldset.checkbox .error,
form.standard fieldset.radio .error,
form.standard fieldset.checkbox .warning,
form.standard fieldset.radio .warning {
  margin-top: 13px;
}
form.standard fieldset.required-true legend em {
  float: left;
  margin-right: 0.5em;
}
form.standard fieldset.required-true legend em span {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
}
form.standard fieldset.required-true legend em:before {
  content: "\f069";
  color: #CE0535;
  font-size: 12px;
  font-size: 1.2rem;
}
form.standard fieldset.checkbox ol,
form.standard fieldset.radio ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
form.standard fieldset.checkbox ol li,
form.standard fieldset.radio ol li {
  margin: 5px 0;
}
form.standard fieldset.submit legend {
  display: none;
}
form.standard fieldset .field {
  position: relative;
  margin-bottom: 10px;
}
form.standard fieldset .field.required-true .input {
  position: relative;
}
form.standard fieldset .field.required-true .input:before {
  content: "\f069";
  color: #CE0535;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: -5px;
  left: -5px;
}
form.standard fieldset .field label {
  display: block;
  padding: 5px 0;
}
form.standard fieldset .field label em {
  float: left;
  margin-right: 0.5em;
}
form.standard fieldset .field label em span {
  display: block;
  visibility: hidden;
  height: 0;
  width: 0;
}
form.standard fieldset .field label em:before {
  content: "\f069";
  color: #CE0535;
  font-size: 12px;
  font-size: 1.2rem;
}
form.standard fieldset .field.type-file.required-true .label > label:after,
form.standard fieldset .field.type-radio.required-true .label > label:after,
form.standard fieldset .field.type-checkbox.required-true .label > label:after,
form.standard fieldset .field.type-captcha.required-true .label > label:after {
  content: "*";
  color: #CE0535;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
}
form.standard fieldset .field.type-file.required-true .input:before,
form.standard fieldset .field.type-radio.required-true .input:before,
form.standard fieldset .field.type-checkbox.required-true .input:before,
form.standard fieldset .field.type-captcha.required-true .input:before {
  content: "";
}
form.standard fieldset .field.type-date .input select {
  display: inline-block;
  width: auto;
  max-width: 30%;
  background-image: none;
  padding-right: 10px;
}
form.standard fieldset .field #loginpassword,
form.standard fieldset .field input[type="text"],
form.standard fieldset .field input[type="email"],
form.standard fieldset .field input[type="number"],
form.standard fieldset .field input[type="range"],
form.standard fieldset .field input[type="submit"],
form.standard fieldset .field button[type="submit"],
form.standard fieldset .field select,
form.standard fieldset .field textarea {
  width: 100%;
  padding: 12px 20px;
  color: #998c83;
  background-color: #f1edea;
  border: none;
}
@media (min-width: 992px) and (max-width: 1180px) {
  form.standard fieldset .field #loginpassword,
  form.standard fieldset .field input[type="text"],
  form.standard fieldset .field input[type="email"],
  form.standard fieldset .field input[type="number"],
  form.standard fieldset .field input[type="range"],
  form.standard fieldset .field input[type="submit"],
  form.standard fieldset .field button[type="submit"],
  form.standard fieldset .field select,
  form.standard fieldset .field textarea {
    padding: 7px 10px;
  }
}
form.standard fieldset .field button[type="submit"] {
  padding: 14px 20px;
  width: auto;
}
form.standard fieldset .field button[disabled],
form.standard fieldset .field button[disabled="disabled"] {
  opacity: 0.5;
}
form.standard fieldset .field input {
  /*hide the outline behind the border*/
}
form.standard fieldset .field input[type="submit"] {
  padding: 14px 20px;
  width: auto;
}
form.standard fieldset .field input[type=range] {
  display: block;
  padding: 20px;
  -webkit-appearance: none;
}
form.standard fieldset .field input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
form.standard fieldset .field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ec6d06;
  margin-top: -4px;
}
form.standard fieldset .field input[type=range]:focus {
  outline: none;
}
form.standard fieldset .field input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
form.standard fieldset .field input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
form.standard fieldset .field input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ec6d06;
}
form.standard fieldset .field input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
form.standard fieldset .field input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
form.standard fieldset .field input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
form.standard fieldset .field input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
form.standard fieldset .field input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
form.standard fieldset .field input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ec6d06;
}
form.standard fieldset .field input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
form.standard fieldset .field input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
form.standard fieldset .field input[type="checkbox"],
form.standard fieldset .field input[type="radio"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: #f1edea;
  vertical-align: middle;
}
form.standard fieldset .field input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
form.standard fieldset .field input[type=checkbox].css-checkbox + label.css-label,
form.standard fieldset .field input[type=checkbox].css-checkbox + label.css-label.clr {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
form.standard fieldset .field input[type=checkbox].css-checkbox:checked + label.css-label,
form.standard fieldset .field input[type=checkbox].css-checkbox + label.css-label.chk {
  background-position: 0 -20px;
}
form.standard fieldset .field input[type=radio].css-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
form.standard fieldset .field input[type=radio].css-radio + label.radio-label,
form.standard fieldset .field input[type=radio].css-radio + label.radio-label.clr {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
form.standard fieldset .field input[type=radio].css-radio:checked + label.radio-label,
form.standard fieldset .field input[type=radio].radio-radio + label.radio-label.chk {
  background-position: 0 -20px;
}
form.standard fieldset .field label.css-label {
  background-image: url(/themes/fsrh/front-end/img/checkboxes.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.standard fieldset .field label.radio-label {
  background-image: url(/themes/fsrh/front-end/img/radio-buttons.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.standard fieldset .field select {
  padding: 11px 45px 11px 20px;
  background: url(/themes/fsrh/front-end/img/select-arrow.gif) no-repeat right #f1edea;
  background-size: 45px 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) and (max-width: 1180px) {
  form.standard fieldset .field select {
    padding: 6px 30px 6px 10px;
    background-size: 30px 100%;
  }
}
form.standard fieldset .field textarea {
  min-height: 200px;
}
form.standard fieldset .field .hint {
  font-style: italic;
  color: #7a7067;
  margin-top: .4em;
  font-size: .9em;
}
form.standard fieldset .field.type-submit {
  text-align: right;
  margin-bottom: 0;
}
form.standard fieldset .field.type-checkbox div.label label {
  display: inline;
}
form.standard fieldset .field.type-checkbox div.input {
  display: inline-block;
}
form.standard fieldset .field .intro {
  margin: 0;
  padding: 6px 0;
  color: #b4a495;
  font-weight: bold;
}
@media (min-width: 1180px) {
  form.standard fieldset .field .intro {
    padding-top: 11px;
  }
}
form.standard fieldset .field .success-box {
  position: absolute;
  top: 0;
  right: -120px;
  width: 100px;
  padding: 10px 28px;
}
form.standard fieldset .field .warning,
form.standard fieldset .field .error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 15px 5px 35px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #d00303;
  background-color: #fafafa;
  background-image: url(/themes/fsrh/front-end/img/cross.gif);
  background-size: 16px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border: 1px solid #f58484;
  min-height: 37px;
  position: relative;
  margin-top: 2px;
}
form.standard fieldset .field .warning:before,
form.standard fieldset .field .error:before {
  content: " ";
  position: absolute;
  top: -8px;
  left: 11px;
  width: 16px;
  height: 16px;
  background-color: #fafafa;
  border-left: 1px solid #f58484;
  border-top: 1px solid #f58484;
  transform: rotate(45deg);
}
form.standard fieldset .field .warning *,
form.standard fieldset .field .error * {
  font-size: inherit;
}
form.standard fieldset .field .warning p,
form.standard fieldset .field .error p {
  margin: 0;
}
.filter-form {
  margin-bottom: 20px;
  background-color: #ffffff;
}
.filter-form h4 {
  padding: 15px;
  color: #8c8080;
  background-color: #f1f0ee;
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
  border-top: 1px solid #cfc5bc;
  overflow: hidden;
}
.filter-form h4 a {
  color: #ec6d06;
}
.filter-form form {
  padding: 18px 15px;
  border-top: none;
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
  border-bottom: 1px solid #cfc5bc;
}
.filter-form form fieldset div.field {
  margin: 0;
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  .filter-form form fieldset div.field {
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .collapse-sm.filter-form form fieldset div.field {
    margin-bottom: 15px;
  }
}
.filter-form form fieldset .btn,
.filter-form form fieldset #register-form fieldset div.submit button,
.filter-form form fieldset .tabs.tabbed .tab-links ul li a {
  padding: 13px 15px;
  height: 44px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .filter-form form fieldset .btn,
  .filter-form form fieldset #register-form fieldset div.submit button,
  .filter-form form fieldset .tabs.tabbed .tab-links ul li a {
    padding: 7px 5px;
    height: 31px;
  }
}
.filter-form.filter-form-small form fieldset div.field {
  margin-bottom: 10px;
}
.filter-form.filter-form-small form fieldset div.field .btn,
.filter-form.filter-form-small form fieldset div.field #register-form fieldset div.submit button,
.filter-form.filter-form-small form fieldset div.field .tabs.tabbed .tab-links ul li a {
  height: auto;
  padding: 10px 15px;
}
#tertiary form.standard.filter fieldset legend {
  padding: 0;
  width: 100%;
}
#tertiary form.standard.filter fieldset legend span {
  background-color: #998c83;
  color: #ffffff;
  display: block;
  padding: 12px 18px;
  margin-left: -20px;
  margin-right: -20px;
}
#tertiary form.standard.filter fieldset .field .label {
  font-weight: bold;
}
#tertiary form.standard.filter fieldset .field .label .radius-miles {
  color: #B3ADA9;
  float: right;
}
#tertiary form.standard.filter fieldset .field input[type="text"],
#tertiary form.standard.filter fieldset .field input[type="tel"],
#tertiary form.standard.filter fieldset .field input[type="password"],
#tertiary form.standard.filter fieldset .field input[type="number"],
#tertiary form.standard.filter fieldset .field input[type="email"],
#tertiary form.standard.filter fieldset .field input[type="url"],
#tertiary form.standard.filter fieldset .field input[type="text"] {
  border: solid 2px #CFC5BC;
  background: #fff;
}
#tertiary form.standard.filter fieldset .field.type-range input[type="range"] {
  background: transparent;
  padding: 0;
}
#tertiary form.standard.filter fieldset .field.type-radio ol li label,
#tertiary form.standard.filter fieldset .field.type-checkboxes ol li label {
  color: #7A7067;
  display: block;
  padding-right: 35px;
}
#tertiary form.standard.filter fieldset .field.type-radio ol li label input[type="radio"],
#tertiary form.standard.filter fieldset .field.type-checkboxes ol li label input[type="radio"],
#tertiary form.standard.filter fieldset .field.type-radio ol li label input[type="checkbox"],
#tertiary form.standard.filter fieldset .field.type-checkboxes ol li label input[type="checkbox"] {
  float: right;
  margin-right: -35px;
}
#tertiary form.standard.filter fieldset .field.type-radio ol li label span,
#tertiary form.standard.filter fieldset .field.type-checkboxes ol li label span {
  display: block;
  float: left;
  width: 100%;
}
#tertiary form.standard.filter fieldset .submit button {
  float: right;
}
.module-find-a-trainer #tertiary form.standard.filter fieldset legend span {
  background-color: #EB4A8E;
}
.module-find-a-trainer #tertiary form.standard.filter fieldset .submit .btn-primary {
  background-color: #EB4A8E!important;
  border-color: #EB4A8E!important;
}
.module-find-a-trainer #tertiary form.standard.filter fieldset .submit .btn-primary:hover,
.module-find-a-trainer #tertiary form.standard.filter fieldset .submit .btn-primary:focus {
  background-color: rgba(235, 74, 142, 0.6) !important;
  border-color: rgba(235, 74, 142, 0.6) !important;
}
.trainer-search-hero {
  background-image: url(/themes/fsrh/front-end/img/find-a-trainer.jpg);
  background-position: center;
  background-size: cover;
}
.trainer-search-hero form {
  width: 100%;
  background-color: #EC6D06;
  background-color: rgba(236, 109, 6, 0.78);
  padding: 20px;
}
.trainer-search-hero form fieldset {
  background: #fff;
  margin: 100px auto;
  max-width: 580px;
  border: none;
  padding: 28px 35px 35px;
}
.trainer-search-hero form label {
  font-size: 2.7rem;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #7A7067;
  margin-bottom: 22px;
}
.trainer-search-hero form .inputs {
  display: flex;
}
.trainer-search-hero form .inputs input {
  flex: 1;
}
.trainer-search-hero form .inputs .btn,
.trainer-search-hero form .inputs #register-form fieldset div.submit button,
.trainer-search-hero form .inputs .tabs.tabbed .tab-links ul li a {
  margin-left: 10px;
  padding-left: 3rem;
  padding-right: 3rem;
}
ul.messages {
  list-style: none;
  padding: 0;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 100%;
  height: 0;
}
ul.messages h2 {
  color: inherit;
  margin-top: 0;
}
ul.messages li {
  color: #fff;
  font-size: 0.923em;
  font-style: normal;
  margin: 0;
  padding: 1em;
  position: relative;
}
ul.messages li:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -14px;
  top: 10px;
}
ul.messages li:after {
  /*
			&:extend(.icon-fontello);
			content:@var-fontello-cancel-circled;*/
  cursor: pointer;
  font-size: 20px;
  font-size: 1.667rem;
  position: absolute;
  right: 8px;
  top: 5px;
}
ul.messages li p:last-child {
  margin-bottom: 0;
}
ul.messages li.displayed {
  cursor: pointer;
  display: none;
  float: left;
  width: auto;
  padding: 0;
}
ul.messages li.displayed:first-child {
  margin-left: 0;
}
ul.messages li.displayed h2 {
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0.2em 0.5em;
  float: left;
}
ul.messages li.displayed h2:before {
  /*&:extend(.icon-fontello);
					content: @var-fontello-attention-circled;*/
  margin-right: 0.5em;
}
ul.messages li.displayed:before,
ul.messages li.displayed p {
  display: none;
}
ul.messages li.displayed:after {
  content: '';
  display: none;
}
ul.messages.info li {
  background: #31708f;
}
ul.messages.warning li {
  background: #ec6d06;
}
ul.messages.error li {
  background: #f2dede;
  border: solid 1px #ebccd1;
  color: #a94442;
}
ul.messages.success li {
  background: #dff0d8;
  border: solid 1px #d6e9c6;
  color: #3c763d;
}
p.error {
  padding: .2em .5em;
  background: #f2dede;
  border: solid 1px #ebccd1;
  color: #a94442;
}
/* Style for the additional email field at the end of forms */
input#send-to {
  margin-bottom: 1.2em;
}
@media (min-width: 650px) {
  ul.messages {
    max-width: 740px;
  }
}
@media (min-width: 800px) {
  ul.messages {
    max-width: 960px;
  }
}
@media (min-width: 1050px) {
  ul.messages {
    max-width: 1160px;
  }
}
@media (min-width: 1050px) {
  form#events-creation #field-start_date,
  form#events-creation #field-end_date,
  form#events-creation #field-start_time,
  form#events-creation #field-end_time {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
  }
}
#field-event_schedule:after {
  content: '';
  display: table;
  clear: both;
}
#field-event_schedule .input {
  position: relative;
}
#field-event_schedule .input + .input {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dashed #ccc;
}
#field-event_schedule .input input,
#field-event_schedule .input textarea {
  display: inline-block;
  vertical-align: top;
}
#field-event_schedule .input textarea {
  min-height: 6.4em;
  margin-top: 1em;
}
@media (min-width: 800px) {
  #field-event_schedule .input textarea {
    margin-top: 0;
    margin-left: 1%;
  }
}
@media (min-width: 800px) {
  #field-event_schedule .input input {
    width: 30%;
  }
  #field-event_schedule .input textarea {
    width: 68%;
  }
}
#field-event_schedule .input .btn-remove {
  position: absolute;
  top: 5px;
  right: -5px;
  background-color: transparent;
  background-image: url(/themes/fsrh/front-end/img/icons/minus.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  text-indent: -999px;
  overflow: hidden;
  border: none;
}
#field-event_schedule .btn-add {
  float: right;
  margin-top: 1em;
  padding-left: 35px;
  background-image: url(/themes/fsrh/front-end/img/icons/add.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.cookie-widget form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cookie-widget form ul li {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 0 0 30px;
  position: relative;
}
.cookie-widget form ul li label {
  display: block;
  font-weight: bold;
}
.cookie-widget form ul li input {
  position: absolute;
  left: 4px;
  top: 5px;
}
#register-form {
  background: transparent;
  border: 0;
  max-width: 576px;
  margin: 1em auto;
  padding: 0;
}
#register-form fieldset {
  border-bottom: solid 1px #eb4a8e;
  padding-bottom: 1em;
}
#register-form fieldset:last-child {
  border-bottom: 0;
}
#register-form fieldset legend {
  color: #231f20;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0;
  background-color: transparent;
}
#register-form fieldset:first-child legend {
  color: #7a7067;
  font-size: 26px;
  font-size: 2.6rem;
}
#register-form fieldset .field .label {
  font-size: 18px;
  font-size: 1.8rem;
}
#register-form fieldset button.manual-address {
  border: none;
  padding: 0 .5em;
  margin-top: .5em;
  background: none;
}
#register-form fieldset div.submit button {
  background: transparent;
  color: #eb4a8e;
  border: solid 1px #eb4a8e;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 2em;
  padding-right: 2em;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'CeraPRO-Regular', 'Calibri', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  /* Next is because the client wants to see the pages in preview mode with the admin navigation bar not encroaching in the site navbar  */
}
body.preview-true {
  padding-top: 3em;
}
body.default-template {
  background-color: #ddd9d6;
}
body.default-template h1 {
  /*margin: 65px 0;*/
  margin: 31px 0 46px;
  color: #7a7067;
  font-size: 4.6rem;
}
@media (max-width: 380px) {
  body.default-template h1 {
    font-size: 3rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  body.default-template h1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  body.default-template h1 {
    max-width: 75%;
  }
}
body.default-template h1 span {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h2 {
  font-size: 1.7rem;
}
p {
  font-size: 1.5rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
#dev-banner {
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #ec6d06;
  padding: 1em;
}
#dev-banner p {
  margin: 0;
}
/*
#form-detail .intro a {
	color: #000000;
}
*/
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="range"] {
  padding: 6px;
  border: 2px solid #dad2cc;
}
code {
  padding: 2px 4px;
  color: #ed4f4e;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #ffeeee;
  border-radius: 4px;
}
table thead tr th,
table thead tr td {
  padding: 5px;
  border-bottom: 2px solid #ad9f96;
  background-color: #ffffff;
}
table tbody tr.middle td {
  vertical-align: middle;
}
table tbody tr th {
  padding: 5px;
  border-bottom: 2px solid #ad9f96;
  background-color: #ffffff;
}
table tbody tr td {
  padding: 10px;
  font-size: 1.3rem;
  background: #f1edea;
  border-bottom: 1px dotted #a89f96;
  vertical-align: top;
}
table tbody tr:last-child td {
  border-bottom: none;
}
#cookie-notification {
  width: 100%;
  padding: 10px 0;
  color: #ec6d06;
  background: #e9d3c5;
  overflow: hidden;
}
#cookie-notification h2 {
  margin: 0;
}
#cookie-notification p {
  float: left;
  margin: 8px 0 0 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #cookie-notification p {
    float: none;
  }
}
#cookie-notification .btn.btn-primary,
#cookie-notification #register-form fieldset div.submit button.btn-primary,
#cookie-notification .tabs.tabbed .tab-links ul li a.btn-primary,
#cookie-notification .tabs.tabbed .tab-links ul li a {
  color: #ec6d06 !important;
  background: none !important;
}
header {
  position: relative;
  padding: 15px 0;
  background-color: #ffffff;
}
header .btn,
header #register-form fieldset div.submit button,
header .tabs.tabbed .tab-links ul li a {
  vertical-align: top;
}
header #top-links {
  line-height: 34px;
}
header #top-links #site-search {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  vertical-align: top;
}
header #top-links #site-search input {
  float: left;
  display: inline-block;
  min-width: 220px;
  height: 34px;
  border-right: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  border-radius: 0;
}
header #top-links #site-search input:focus {
  outline-color: transparent;
  outline-style: none;
  border-color: #ec6d06;
}
header #top-links #site-search input:focus + button {
  border-top: 2px solid #ec6d06;
  border-right: 2px solid #ec6d06;
  border-bottom: 2px solid #ec6d06;
}
header #top-links #site-search input::-webkit-input-placeholder {
  color: #7a7067;
  font-weight: bold;
}
header #top-links #site-search input:-moz-placeholder {
  color: #7a7067;
  font-weight: bold;
}
header #top-links #site-search input::-moz-placeholder {
  color: #7a7067;
  font-weight: bold;
}
header #top-links #site-search input:-ms-input-placeholder {
  color: #7a7067;
  font-weight: bold;
}
header #top-links #site-search input::-ms-input-placeholder {
  color: #7a7067;
  font-weight: bold;
}
header #top-links #site-search input:placeholder-shown {
  color: #7a7067;
  font-weight: bold;
}
header #top-links #site-search button {
  height: 34px;
  background: none;
  border-top: 2px solid #dad2cc;
  border-right: 2px solid #dad2cc;
  border-bottom: 2px solid #dad2cc;
  border-left: none;
}
header #top-links #site-search button img {
  display: block;
  margin: 0 auto;
}
header #top-links #site-search #search-autocomplete {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 382px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-left: 2px solid #ec6d06;
  border-right: 2px solid #ec6d06;
  border-bottom: 2px solid #ec6d06;
  z-index: 9998;
}
header #top-links #site-search #search-autocomplete li {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  border-bottom: 1px solid #dad2cc;
  overflow: hidden;
}
header #top-links #site-search #search-autocomplete li.title {
  background: #eeeeee;
}
header #top-links #site-search #search-autocomplete li a {
  float: left;
  width: 85%;
  color: inherit;
  padding: 10px 5px;
  z-index: 9999;
}
header #top-links #site-search #search-autocomplete li span {
  float: right;
  width: 15%;
}
header #toggle-nav {
  display: none;
}
nav#nav-main {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ffffff;
  border-top: 1px solid #cdc3b9;
  border-bottom: 1px solid #cdc3b9;
}
nav#nav-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: none;
}
nav#nav-main.fixed.admin-bar {
  top: 46px;
}
nav#nav-main .row {
  position: relative;
}
nav#nav-main #logo a {
  display: block;
}
nav#nav-main #logo-small {
  display: none;
  position: absolute;
  top: 5px;
  left: -50px;
}
nav#nav-main ul#nav {
  font-family: 'CeraPRO-Medium';
  list-style: none;
  margin: 0;
  padding: 0;
}
nav#nav-main ul#nav > li {
  float: left;
  display: inline-block;
  position: relative;
}
nav#nav-main ul#nav > li.active > a {
  color: #ffffff;
  background-color: #ec6d06;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  nav#nav-main ul#nav > li:hover ul {
    display: block;
  }
}
nav#nav-main ul#nav > li a {
  display: block;
  padding: 12px 12px;
  color: #403b36;
}
nav#nav-main ul#nav > li a:hover {
  color: #ffffff;
  background-color: #ec6d06;
}
nav#nav-main ul#nav > li ul {
  list-style: none;
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 235px;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  border-top: 2px solid #ec6d06;
  border-right: 1px solid #ec6d06;
  border-bottom: 4px solid #ec6d06;
  border-left: 7px solid #ec6d06;
  z-index: 999;
}
nav#nav-main ul#nav > li ul:after {
  content: " ";
  position: absolute;
  bottom: -19px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 15px solid #ec6d06;
  border-left: 0px solid transparent;
  border-right: 235px solid transparent;
}
nav#nav-main ul#nav > li .mm-dropdown-menu {
  left: auto;
  right: 0;
}
nav#nav-main ul#nav > li .mm-dropdown-menu li ul {
  display: none;
}
nav#nav-secondary ul li.active a {
  background-color: #ddd9d6;
}
#breadcrumbs {
  padding: 5px 0;
  font-size: 1.2rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #cdc3b9;
}
#breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumbs ol li {
  display: inline-block;
  padding: 0 5px 0 0;
  line-height: 30px;
}
#breadcrumbs ol li:after {
  content: " / ";
}
#breadcrumbs ol li:last-child:after {
  content: "";
}
#breadcrumbs ol li a {
  color: #231f20;
}
#breadcrumbs #breadcrumbs-social a {
  display: inline-block;
  margin-right: 5px;
}
#breadcrumbs #breadcrumbs-social a:last-child {
  margin-right: 0;
}
#main {
  margin: auto;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}
#main.top-image-hive {
  background-image: url(/themes/fsrh/front-end/img/hive-bg.png);
}
#main.top-image-hive.bottom-image-rabbit {
  background-image: url(/themes/fsrh/front-end/img/hive-bg.png), url(/themes/fsrh/front-end/img/rabbit-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main.top-image-hive.bottom-image-ants {
  background-image: url(/themes/fsrh/front-end/img/hive-bg.png), url(/themes/fsrh/front-end/img/ants-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main.top-image-kite {
  background-image: url(/themes/fsrh/front-end/img/kite-bg.png);
}
#main.top-image-kite.bottom-image-rabbit {
  background-image: url(/themes/fsrh/front-end/img/kite-bg.png), url(/themes/fsrh/front-end/img/rabbit-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main.top-image-kite.bottom-image-ants {
  background-image: url(/themes/fsrh/front-end/img/kite-bg.png), url(/themes/fsrh/front-end/img/ants-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
  background-size: auto,350px;
}
#main.top-image-keys {
  background-image: url(/themes/fsrh/front-end/img/keys-bg.png);
}
#main.top-image-keys.bottom-image-rabbit {
  background-image: url(/themes/fsrh/front-end/img/keys-bg.png), url(/themes/fsrh/front-end/img/rabbit-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main.top-image-keys.bottom-image-ants {
  background-image: url(/themes/fsrh/front-end/img/keys-bg.png), url(/themes/fsrh/front-end/img/ants-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main.top-image-bird {
  background-image: url(/themes/fsrh/front-end/img/bird-bg.png);
}
#main.top-image-bird.bottom-image-rabbit {
  background-image: url(/themes/fsrh/front-end/img/bird-bg.png), url(/themes/fsrh/front-end/img/rabbit-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main.top-image-bird.bottom-image-ants {
  background-image: url(/themes/fsrh/front-end/img/bird-bg.png), url(/themes/fsrh/front-end/img/ants-bg.png);
  background-position: top 0 right 0, bottom 0 right 0;
}
#main #alert-messages {
  margin-top: 10px;
}
#main #alert-messages div.alert {
  z-index: 100 !important;
}
#main #site-tools {
  display: inline-block;
  padding: 20px;
  font-size: 1.4rem;
  float: right;
  margin: -32px -32px 20px 20px;
  border-left: 1px solid #ded5ce;
  border-bottom: 1px solid #ded5ce;
}
#main #site-tools h4 {
  margin-bottom: 10px;
}
#main #site-tools a {
  display: block;
  color: inherit;
}
#main #site-tools a img {
  position: relative;
  top: 2px;
}
#main .details {
  margin-bottom: 20px;
  background-color: #ffffff;
}
#main .details > .header,
#main .details > .footer {
  padding: 10px 32px;
  overflow: hidden;
}
#main .details > .header a,
#main .details > .footer a {
  color: #7a7067;
}
#main .details > .header {
  border-bottom: 1px solid #ded5ce;
}
#main .details > .content {
  padding: 32px;
  overflow: hidden;
}
#main .details > .footer {
  font-size: 1.4rem;
  border-top: 1px solid #ded5ce;
}
#main .wyiwyg > .footer {
  font-size: 1.4rem;
  border-top: 1px solid #ded5ce;
}
#main .wyiwyg > .footer a {
  color: #7a7067;
}
#secondary {
  margin-bottom: 50px;
}
.home-template #secondary {
  margin-bottom: 0;
}
#tertiary .sidebar {
  margin-bottom: 20px;
  clear: both;
}
#tertiary .sidebar > h4 {
  margin: 0;
  padding: 18px 12px;
  color: #7a7067;
  background-color: #f1f0ee;
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
  border-top: 1px solid #cfc5bc;
}
#tertiary .sidebar .content {
  padding: 10px 12px;
  background-color: #ffffff;
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
  border-bottom: 1px solid #cfc5bc;
  overflow: hidden;
}
#tertiary .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tertiary .sidebar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tertiary .sidebar > ul > li {
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
  border-bottom: 1px solid #cfc5bc;
}
#tertiary .sidebar > ul > li a {
  display: block;
  padding: 10px 12px;
  color: #000000;
  font-size: 1.4rem;
  background-color: #f9f9f9;
}
#tertiary .sidebar > ul > li a:hover {
  background-color: #ececec;
}
#tertiary .sidebar > ul > li li {
  border-top: 1px solid #cfc5bc;
}
#tertiary .sidebar > ul > li li a {
  padding-left: 15px;
}
#tertiary .sidebar > ul > li li li a {
  padding-left: 25px;
}
#tertiary .sidebar.attached-polls ul li.option,
#tertiary .sidebar.attached-polls ul li.result {
  display: block;
  padding: 10px 12px;
  color: #000000;
  font-size: 1.4rem;
  background-color: #f9f9f9;
}
#tertiary .sidebar.attached-polls ul li.option:hover,
#tertiary .sidebar.attached-polls ul li.result:hover {
  background-color: #ececec;
}
#tertiary .sidebar.attached-polls ul li.option a.btn,
#tertiary .sidebar.attached-polls ul li.result a.btn,
#tertiary .sidebar.attached-polls ul li.option a#register-form fieldset div.submit button,
#tertiary .sidebar.attached-polls ul li.result a#register-form fieldset div.submit button,
#tertiary .sidebar.attached-polls ul li.option a.tabs.tabbed .tab-links ul li a,
#tertiary .sidebar.attached-polls ul li.result a.tabs.tabbed .tab-links ul li a {
  display: inline-block;
}
#tertiary .sidebar.sidebar-fat h4 {
  padding: 15px 12px;
}
#tertiary .sidebar.sidebar-fat .content {
  padding: 8px 12px;
}
#tertiary .sidebar.sidebar-fat ul li {
  background: #f9f9f9;
  clear: left;
  display: block;
  float: left;
  width: 100%;
  padding: 15px 10px;
}
#tertiary .sidebar.sidebar-fat ul li span {
  display: block;
  line-height: 25px;
  font-size: 1.4rem;
}
#tertiary .sidebar.sidebar-fat ul li h3 a {
  font-size: 1.6rem;
  padding: 10px 0;
}
#tertiary .sidebar.sidebar-fat ul li a {
  padding: 0;
  font-size: 1.299rem;
}
#tertiary .sidebar.sidebar-fat ul li .fullWidth {
  padding: 0 12px;
  width: 90%;
}
#tertiary .sidebar.sidebar-fat ul li .address {
  line-height: 20px;
}
#tertiary .sidebar.sidebar-fat ul li .right {
  float: right;
  clear: right;
}
#tertiary .sidebar.sidebar-fat ul li .col8 {
  width: 61.667%;
  padding: 0 10px;
  float: left;
}
#tertiary .sidebar.sidebar-fat ul li .both {
  clear: both;
}
#tertiary .sidebar.sidebar-fat ul li .bold {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0;
}
#tertiary .sidebar.sidebar-fat ul li ul {
  padding: 0 10px;
}
#tertiary .sidebar.sidebar-fat ul li ul li {
  border: 0;
  padding: 5px 0;
  margin: 0;
  font-size: 1.4rem;
}
#tertiary .sidebar.sidebar-fat ul li ul li i {
  font-size: 1rem;
  margin-right: 4px;
}
#tertiary .sidebar.contacts .email a {
  word-break: break-all;
}
#tertiary .attached {
  margin-bottom: 20px;
}
#tertiary .attached.attached-event .update {
  height: 183px;
  margin-bottom: 20px;
  padding: 22px 12px;
  color: #ffffff;
  font-weight: bold;
}
#tertiary .attached.attached-event .update img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
}
#tertiary .attached.attached-event .update:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
#tertiary .attached.attached-event .update .title {
  margin: 10px 0;
  font-size: 2.3rem;
  line-height: 2.3rem;
}
#tertiary .attached.attached-event .update .date,
#tertiary .attached.attached-event .update .location {
  font-size: 1.5rem;
}
#tertiary .attached.attached-news .update {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  #tertiary .attached.attached-news .update {
    min-height: 0;
  }
}
#tertiary .attached.attached-news .update img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tertiary .attached.attached-news .update .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
#tertiary .attached.attached-news .update .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
#tertiary .attached.attached-news .update .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  #tertiary .attached.attached-news .update .content h4 {
    width: 100%;
  }
}
#tertiary .attached.attached-news .update .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
#tertiary .attached.attached-news .update .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
#tertiary .attached#attached-banners .banner {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  #tertiary .attached#attached-banners .banner {
    min-height: 0;
  }
}
#tertiary .attached#attached-banners .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tertiary .attached#attached-banners .banner .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
#tertiary .attached#attached-banners .banner .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
#tertiary .attached#attached-banners .banner .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  #tertiary .attached#attached-banners .banner .content h4 {
    width: 100%;
  }
}
#tertiary .attached#attached-banners .banner .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
#tertiary .attached#attached-banners .banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
#tertiary .attached#attached-banners .banner.banner-without-image {
  background-color: #ec6d06;
}
#tertiary .attached#attached-banners .banner.banner-without-image .content h4,
#tertiary .attached#attached-banners .banner.banner-without-image .content p {
  padding: 4px 12px;
  color: #ffffff;
  background: none;
}
#tertiary .attached#attached-banners .banner.banner-without-image .content a {
  color: #ffffff;
}
#tertiary .attached#attached-banners .banner .content p {
  padding: 4px 12px;
  font-size: 1.4rem;
  margin: 0;
  width: 90%;
  background-color: #ffffff;
}
#tertiary .calendar {
  margin-bottom: 20px;
  text-align: center;
}
#tertiary .calendar h4 {
  padding: 6px;
  border-top: 2px solid #b4a495;
  border-left: 1px solid #b4a495;
  border-right: 1px solid #b4a495;
}
#tertiary .calendar h4 a {
  color: #7a7067;
}
#tertiary .calendar table thead th {
  padding: 6px;
  color: #ffffff;
  background-color: #b4a495;
}
#tertiary .calendar table tbody td {
  padding: 6px;
  color: #9a8d84;
  background-color: #ddd9d6;
  border: 1px solid #cfc5bc;
  position: relative;
}
#tertiary .calendar table tbody td.today {
  color: #ffffff;
  background: #b4a495;
}
#tertiary .calendar table tbody td.event {
  color: #ffffff;
}
#tertiary .calendar table tbody td.red {
  background-color: #ed4f4e;
}
#tertiary .calendar table tbody td.orange {
  background-color: #ec6d06;
}
#tertiary .calendar table tbody td.yellow {
  background-color: #efa100;
}
#tertiary .calendar table tbody td.pink {
  background-color: #eb4a8e;
}
#tertiary .calendar table tbody td.green {
  background-color: #3c763d;
}
#tertiary .calendar table tbody td.blue {
  background-color: #31708f;
}
#tertiary .calendar table tbody td.grey {
  background-color: #b4a495;
}
#tertiary .calendar table tbody td a {
  color: inherit;
}
#tertiary .calendar table tbody td span.calendar-number-events-same-day {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 3;
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 19px;
  height: 19px;
  background: #fff;
  border: 2px solid #3c763d;
  color: #eb4a8e;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.0em;
  cursor: help;
}
#tertiary .calendar-nav {
  overflow: hidden;
}
#tertiary .calendar-nav .nav-link {
  float: right;
  display: inline-block;
  position: relative;
  width: 46%;
  padding: 0 35px 0 0;
  color: #333333;
  line-height: 1;
}
#tertiary .calendar-nav .nav-link:hover {
  cursor: pointer;
}
#tertiary .calendar-nav .nav-link.disabled {
  color: #b4a495;
}
#tertiary .calendar-nav .nav-link.disabled:hover {
  cursor: default;
}
#tertiary .calendar-nav .nav-link:first-child {
  float: left;
  padding: 0 0 0 35px;
}
#tertiary .calendar-nav .nav-link:first-child span {
  left: 0;
}
#tertiary .calendar-nav .nav-link span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 28px;
  padding: 7px;
  text-align: center;
  line-height: 1;
  background-color: #ddd9d6;
  vertical-align: middle;
}
#tertiary .sidebar-login p {
  margin: 0 0 10px 0;
}
#tertiary .sidebar-login img {
  display: block;
  max-width: 100%;
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
}
#tertiary .sidebar-login form label {
  font-weight: bold;
}
#tertiary .sidebar-login form input {
  width: 100%;
  margin-bottom: 10px;
}
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  float: left;
  display: block;
  margin-right: 2px;
}
.pagination li.active a {
  background-color: #ec6d06;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 5px 10px 7px 10px;
  color: #ffffff !important;
  background-color: #b4a495;
}
.pagination li span {
  color: #9a8d84;
  background-color: #d0c9c3;
}
#footer-signup {
  padding: 30px 0;
  color: #ec6d06;
  background-color: #e9d3c5;
  border-top: 1px solid #af9f90;
}
#footer-signup h4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
footer {
  color: #ffffff;
  background-color: #998c83;
}
footer > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer h4 {
  margin: 0 0 20px 0;
  color: #d2d2d0;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
footer h4 a,
footer h4 a:hover {
  color: #d2d2d0;
}
footer p {
  margin: 0;
  line-height: 2rem;
}
footer a {
  color: inherit;
  opacity: .8;
  transition: opacity .2s;
}
footer a:hover,
footer a:focus {
  opacity: 1;
  color: inherit;
}
footer .footer-quicklinks {
  list-style: none;
  padding: 0;
}
footer .footer-quicklinks li {
  line-height: 2rem;
  padding: .1em 0 .1em 15px;
  position: relative;
}
footer .footer-quicklinks li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ec6d06;
  border-bottom: 3px solid #ec6d06;
  transform: rotate(-45deg);
  position: absolute;
  left: -3px;
  top: .4em;
}
footer .footer-nav {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  margin: 0 0 1em;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  footer .footer-nav li {
    display: inline-block;
    margin-right: .6em;
  }
}
footer #footer-social {
  margin-bottom: 2em;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  footer #footer-social {
    margin-bottom: 0;
  }
}
footer #footer-social a {
  display: inline-block;
  margin-right: 10px;
  opacity: .8;
  transition: opacity .2s;
}
footer #footer-social a:hover,
footer #footer-social a:focus {
  opacity: 1;
}
footer #footer-social a:last-child {
  margin-right: 0;
}
footer #footer-social a img {
  border-radius: 50%;
}
footer #footer-bottom {
  padding: 10px 0;
  font-size: 1.2rem;
  background-color: #7a7067;
  overflow: hidden;
}
footer #footer-bottom .developed-by {
  margin-top: 2em;
}
footer #footer-bottom .developed-by a img {
  position: relative;
  margin-left: .3em;
  vertical-align: text-bottom;
}
@media (min-width: 767px) and (max-width: 992px), (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  footer #footer-bottom .developed-by {
    margin-top: 0;
    text-align: right;
  }
}
#sag-details .clinical-guidance-item section h3 a {
  font-size: 2.2rem;
}
#sag-details .clinical-guidance-item section p {
  clear: both;
}
#sag-details .clinical-guidance-item .current {
  color: #ec6d06;
  background: none;
}
#sag-details .clinical-guidance-item .current p {
  font-size: 1.3rem;
  font-weight: bold;
}
#sag-details .clinical-guidance-item .notcurrent {
  color: #E12314;
}
#sag-details .clinical-guidance-item .notcurrent p {
  font-size: 1.3rem;
  font-weight: bold;
}
#careersTrainingDocs {
  margin-top: 20px;
}
#fileTag {
  display: none;
}
/* Tabs Assets */
.tabs.tabbed .tab-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs.tabbed .tab-links ul li {
  display: inline-block;
  list-style: none;
  margin: 0 3px 0 0;
  padding: 0;
}
.tabs.tabbed .tab-links ul li a {
  color: #fff;
  background-color: #ec6d06;
}
.tabs.tabbed .tab-links ul li.active a {
  background-color: #eb4a8e !important;
  border-color: #eb4a8e !important;
}
.tabs.tabbed .tab > h2 {
  display: none;
}
.tabs .tab .tab-content {
  margin-top: -1px;
  border: 1px solid #cfc5bc;
}
.attached-tabs .tab-content h2 {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0;
  cursor: pointer;
}
.attached-tabs .tab-content .tab-content-content {
  margin: 10px 0 0;
}
.attached-tabs .tab-content .tab-content-content p {
  margin: 0;
  padding: 0 0 10px;
}
.attached-tabs .tab-content .tab-content-content .standout {
  padding: 10px;
}
.attached-tabs .tab-content .tab-content-content .title {
  float: left;
  color: #7a7067;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.attached-tabs .tab-content .tab-content-content .title.active {
  color: #333333;
}
.attached-tabs .tab-content .expand {
  margin: 10px 0 0;
  float: right;
  line-height: 21px;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}
.attached-tabs .tab-content .expand.active {
  background-color: #efa100 !important;
  border-color: #efa100 !important;
}
.attached-tabs .tab-content.current {
  display: inherit;
}
.attached-tabs .tab-content-block {
  padding: 15px 0;
  border-bottom: 1px dashed #b4a495;
}
.attached-tabs .tab-content-content ul {
  margin: 5px;
  padding: 5px;
  overflow: hidden;
}
.attached-tabs .tab-content-content ul li {
  margin: 10px 15px;
  padding: 0;
  list-style-type: disc;
  float: none;
}
/* Only Asset outside of bootstrap brakepoints different due to title */
@media (max-width: 380px), (max-width: 550px) {
  .tabs-outer .tab-content h2 {
    max-width: 200px;
  }
}
.standards-template {
  background: #ddd9d6;
}
.standards-template h2 {
  font-size: 2.5rem;
  padding-top: 20px;
  margin-left: 20px;
}
.standards-template #main .sag-child-documents .details {
  margin-bottom: 0;
}
.standards-template #main .sag-child-documents .footer {
  display: none;
}
.standards-template .details + .details {
  margin-top: -20px;
}
.standards-template #tertiary .sidebar ul li a:hover {
  background-color: #ececec;
}
.standards-template #tertiary .sidebar ul li.active a {
  background: #f9f9f9;
}
.standards-template #tertiary .sidebar ul li.active > a {
  background: #E61770;
  color: #fff;
}
.standards-template #tertiary .sidebar ul li > ul > li.active > a {
  background: #E97114;
  color: #fff;
}
.standards-template #tertiary .sidebar ul li > ul > li > ul > li.active > a {
  background: #F3A922;
  color: #231f20;
}
.displaynone {
  display: none;
}
.home-template {
  background-color: #f1f1f1;
}
.home-template main {
  background-image: linear-gradient(#fff, #fff 25%, #f1f1f1 25%, #f1f1f1, #f1f1f1 85%, #fff 85%, #fff);
}
#carousel {
  position: relative;
  font-family: "CeraPRO-Medium";
}
#carousel *:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
}
#carousel .carousel-item {
  position: relative;
  overflow: hidden;
}
#carousel .carousel-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 30%;
  max-width: 675px;
  background-image: url(/themes/fsrh/front-end/img/carousel-overlay.png);
  background-position: center right;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  transition: transform .5s;
  transform-origin: center left;
}
#carousel .carousel-item .content {
  position: absolute;
  top: 45%;
  max-width: 440px;
  padding-left: 55px;
  padding-right: 50px;
  opacity: 0;
  transform: translateY(-50%) translateX(-30%);
  transition: opacity .4s .7s, transform .6s .5s;
}
#carousel .carousel-item .content h2 {
  margin: 0 0 25px 0;
  color: #231f20;
  font-size: 50px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}
#carousel .carousel-item .content h2 span {
  color: #231f20;
}
#carousel .carousel-item .content .btn,
#carousel .carousel-item .content #register-form fieldset div.submit button,
#carousel .carousel-item .content .tabs.tabbed .tab-links ul li a {
  padding-right: 40px;
  background-image: url(/themes/fsrh/front-end/img/arrow-right.png);
  background-size: 8px 16px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
#carousel .carousel-item.slick-current:before {
  transition-delay: .4s;
  transform: translateX(0);
}
#carousel .carousel-item.slick-current .content {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
#carousel ul.slick-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#carousel ul.slick-dots li {
  display: inline-block;
}
#carousel ul.slick-dots li.slick-active button {
  background-color: #fff;
}
#carousel ul.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  text-indent: -9999px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  transition: background .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
#carousel ul.slick-dots li button:hover,
#carousel ul.slick-dots li button:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
#carousel .slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border: none;
  z-index: 2;
  width: 45px;
  height: 51px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
#carousel .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/themes/fsrh/front-end/img/slick-prev.png);
}
#carousel .slick-arrow.slick-next {
  right: 0;
  background-image: url(/themes/fsrh/front-end/img/slick-next.png);
}
.promos .promo {
  position: relative;
  min-height: 230px;
  color: #ffffff;
  background-color: #eb4a8e;
  line-height: 1;
  padding: 30px;
}
.promos .promo:nth-child(2) {
  background-color: #ff0000;
  background-image: url(/themes/fsrh/front-end/img/promo-background.jpg);
  background-size: cover;
  background-position: center;
}
.promos .promo:nth-child(3) {
  background-color: #ec6d06;
}
.promos .promo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promos .promo h2 {
  font-size: 1.73333333em;
  font-weight: normal;
  margin-bottom: 3rem;
  min-height: 2.2em;
}
@media (min-width: 1180px) {
  .promos .promo h2 {
    min-height: 3.8em;
  }
}
.promos .promo .promo-link {
  display: inline-block;
  font-size: 1.33333333em;
  color: inherit;
  border: 1px solid;
  padding: .7rem .6em 1rem;
}
.promos .promo .promo-link:hover,
.promos .promo .promo-link:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.promos .promo.promo--search form {
  margin-top: 15px;
}
.promos .promo.promo--search input {
  float: left;
  display: inline-block;
  width: 85%;
  height: 36px;
  padding: 9px;
  font-size: 1.8rem;
  line-height: 2rem;
  background: none;
  border: 1px solid #ffffff;
  vertical-align: top;
}
.promos .promo.promo--search input::-webkit-input-placeholder {
  color: #ffffff;
}
.promos .promo.promo--search input:-moz-placeholder {
  color: #ffffff;
}
.promos .promo.promo--search input::-moz-placeholder {
  color: #ffffff;
}
.promos .promo.promo--search input:-ms-input-placeholder {
  color: #ffffff;
}
.promos .promo.promo--search button {
  display: inline-block;
  width: 15%;
  height: 36px;
  padding: 10px 0;
  text-align: center;
  background-color: #ffffff;
  border: none;
}
.promos .promo.promo--search button img {
  margin-left: auto;
  margin-right: auto;
}
.promos .promo.promo--search select {
  width: 100%;
  padding: .7rem .6em 1rem;
  font-size: 1.8rem;
  line-height: 2rem;
  background: url(/themes/fsrh/front-end/img/arrow-down.png) no-repeat right #eb4a8e;
  background-size: 43px 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.latest-updates {
  margin: 30px 0;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  .latest-updates > .container > .row {
    display: flex;
  }
}
@media (min-width: 380px) {
  .latest-updates .articles {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}
.latest-updates .articles--events {
  display: block;
  padding: 15px;
}
.latest-updates .article-list {
  background: #fff;
  padding: 15px;
}
.latest-updates .article-list--highlighted {
  padding: 0;
}
.latest-updates .article-list--highlighted .article-details {
  padding: 1em;
}
.latest-updates .article {
  border-bottom: 1px solid #b4a495;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.latest-updates .article:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.latest-updates .article .article-image {
  display: block;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-top: 60%;
}
.latest-updates .article .article-image img {
  display: none;
}
.latest-updates .article h3 {
  font-weight: normal;
  font-size: 1em;
}
.latest-updates .article a {
  color: inherit;
}
.latest-updates .article a:hover,
.latest-updates .article a:focus {
  text-decoration: underline;
}
.latest-updates .article small a {
  text-decoration: underline;
}
.latest-updates .article .date {
  margin: 0;
  color: #ec6d06;
  font-weight: bold;
}
.latest-updates .article--highlighted h3 {
  font-size: 1.2em;
}
.latest-updates .more {
  position: absolute;
  top: .7em;
  right: 0;
  font-weight: bold;
  right: 10px;
  padding-left: 1.4em;
}
.latest-updates .more:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: translateY(-50%) rotate(-45deg);
}
.latest-updates .latest-news,
.latest-updates .latest-events {
  position: relative;
}
@media (max-width: 992px) {
  .latest-updates .latest-news {
    margin-bottom: 1em;
  }
}
.latest-updates .latest-news .more {
  color: #ec6d06;
}
.latest-updates .latest-events {
  min-height: 100%;
  background-color: #fff;
}
.latest-updates .latest-events h2 {
  border-bottom: 4px solid #ff0000;
  background-color: #f1f1f1;
}
.latest-updates .latest-events h2 span {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 8px 15px;
  font-size: 1.176em;
  font-weight: normal;
}
.latest-updates .latest-events .more {
  color: #ff0000;
}
.latest-updates .latest-events .article {
  padding-left: 8rem;
  position: relative;
  min-height: 5em;
}
.latest-updates .latest-events .article-date {
  background-color: #ff0000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 0 .8em .6em;
  line-height: 1.1;
}
.latest-updates .latest-events .article-date-day {
  font-size: 2em;
  display: block;
}
.latest-updates .latest-events .article-date-month {
  text-transform: uppercase;
}
.latest-updates .latest-events .article-town {
  margin: 0;
  color: #ff0000;
  font-weight: bold;
}
.latest-updates .tabs.tabbed .tab-links {
  border-bottom: 4px solid #ec6d06;
}
.latest-updates .tabs.tabbed .tab-links ul a {
  background-color: #b4a495;
  border: none;
  font-size: 1.33333333em;
  line-height: inherit;
}
.latest-updates .tabs.tabbed .tab-links ul li.active a {
  background-color: #ec6d06 !important;
}
.latest-updates .tabs.tabbed .tab-content {
  border: none;
  margin: 0;
}
.home-content {
  padding-bottom: 2em;
}
.home-content .home-content-inner {
  background-color: #eb4a8e;
  background-image: url(/themes/fsrh/front-end/img/home-content-bg.jpg);
  color: #fff;
  padding: 1em;
}
@media laptop, (min-width: 1180px) {
  .home-content .home-content-inner {
    padding: 2em;
  }
}
.home-content .home-content-inner .btn,
.home-content .home-content-inner #register-form fieldset div.submit button,
.home-content .home-content-inner .tabs.tabbed .tab-links ul li a {
  color: inherit;
  text-decoration: none;
  padding: .6em 1em;
  font-size: 1.33333333em;
  border: 1px solid;
  white-space: normal;
}
.home-content .home-content-inner .panel-images {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.home-content .home-content-inner .panel-images:before {
  content: '';
  position: absolute;
  left: 20%;
  top: 12%;
  z-index: 3;
  border: 40px solid transparent;
  border-left: 70px solid #f6a605;
}
.home-content .home-content-inner .panel-images:after {
  content: '';
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 3;
  border: 70px solid transparent;
  border-left: 120px solid #f07726;
  margin-right: -80px;
}
.home-content .home-content-inner .image1 {
  width: 450px;
  height: 450px;
  z-index: 2;
  clip-path: polygon(0% 0%, 90% 50%, 0% 100%);
  position: absolute;
  left: 2%;
  bottom: 0;
  background-size: cover;
}
@media (max-width: 380px) {
  .home-content .home-content-inner .image1 {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
.home-content .home-content-inner .image2 {
  width: 230px;
  height: 230px;
  z-index: 1;
  clip-path: polygon(0% 0%, 90% 50%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
}
@media (max-width: 380px) {
  .home-content .home-content-inner .image2 {
    width: 70%;
    height: 0;
    padding-top: 80%;
  }
}
.home-content .home-content-inner .wysiwyg h2,
.home-content .home-content-inner .wysiwyg p {
  margin-bottom: 2rem;
}
.home-content .home-content-inner .wysiwyg h2 {
  font-size: 2.13333333em;
  font-weight: normal;
}
.home-content .home-content-inner .wysiwyg ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.home-content .home-content-inner .wysiwyg ul li {
  background-color: #fff;
  color: #231f20;
  margin-bottom: .2em;
  padding: .5em 1em .5em 2em;
  position: relative;
}
.home-content .home-content-inner .wysiwyg ul li a {
  color: inherit;
  text-decoration: none;
}
.home-content .home-content-inner .wysiwyg ul li a:hover {
  text-decoration: underline;
}
.home-content .home-content-inner .wysiwyg ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  left: .6em;
  top: .85em;
}
.share_icons {
  float: right;
  position: relative;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.share_icons:hover a {
  opacity: .7;
}
.share_icons:hover a:hover {
  opacity: 1;
}
.share_icons:hover a:hover img {
  mix-blend-mode: hard-light;
}
.share_icons li {
  display: inline-block;
  vertical-align: middle;
}
.share_icons li span {
  display: none;
  padding: 0 12px;
  color: #fff;
  line-height: 32px;
  background-color: #b4a495;
}
@media (min-width: 380px) {
  .share_icons li span {
    display: inline-block;
  }
}
.share_icons li a {
  display: inline-block;
  background-color: #ec6d06;
}
.share_icons li i {
  display: none;
}
.widgets_container {
  margin-top: -42px;
  padding: 5px 0;
}
.widgets_container #attached-pages-share .share_icons {
  float: none;
}
.news-item {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-item {
    min-height: 0;
  }
}
.news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.news-item .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.news-item .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-item .content h4 {
    width: 100%;
  }
}
.news-item .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.news-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.news-item .news-item-medium {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-item .news-item-medium {
    min-height: 0;
  }
}
.news-item .news-item-medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .news-item-medium .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.news-item .news-item-medium .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.news-item .news-item-medium .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-item .news-item-medium .content h4 {
    width: 100%;
  }
}
.news-item .news-item-medium .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.news-item .news-item-medium .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.news-item .news-item-medium .content {
  top: 45%;
}
.news-item.news-item-large {
  height: 386px;
}
.news-item.news-item-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item.news-item-large .content {
  top: 55%;
}
@media (min-width: 380px) and (max-width: 767px) {
  .news-item.news-item-large .content .date {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-item.news-item-large .content .date {
    position: absolute;
    top: -20px;
  }
}
.news-item.news-item-large .content h4 {
  width: 80%;
  font-size: 2rem;
}
@media (min-width: 380px) and (max-width: 767px) {
  .news-item.news-item-large .content h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .news-item.news-item-large .content h4 {
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #featured-news-sub .news-item {
    width: 48.5%;
    float: left;
  }
  #featured-news-sub .news-item:not(:last-child) {
    margin-right: 3%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #featured-news-sub .news-item {
    width: 227px;
    float: left;
  }
  #featured-news-sub .news-item:not(:last-child) {
    margin-right: 19px;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #other-news .row > div {
    width: 50%;
    float: left;
  }
}
#news-detail .header {
  overflow: visible !important;
}
#news-detail .header .share_icons ul {
  top: 28px;
  right: -32px;
  width: 176px;
  padding: 0;
}
#news-detail .content-right {
  float: right;
  margin: -32px -32px 20px 20px;
  border-left: 1px solid #ded5ce;
  border-bottom: 1px solid #ded5ce;
}
@media (max-width: 992px) {
  #news-detail .content-right {
    width: 100%;
    margin: 0;
    border: none;
  }
}
#news-detail .content-right #site-tools {
  float: none;
  display: block;
  margin: 0;
  border: none;
}
@media (max-width: 992px) {
  #news-detail .content-right #site-tools {
    float: left;
    margin-bottom: 10px;
    padding: 0;
  }
}
#news-detail .content-right #news-meta {
  padding: 15px;
}
@media (max-width: 992px) {
  #news-detail .content-right #news-meta {
    float: right;
    margin-bottom: 10px;
    padding: 0;
  }
}
#news-detail .content-right #news-meta p {
  margin: 0 0 5px 0;
  color: #ec6d06;
  font-size: 1.3rem;
}
#news-detail .content-right #news-meta p b {
  color: #000000;
}
.related-content h3 {
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1.4rem;
  background: #7a7067;
}
.related-content .related {
  position: relative;
  min-height: 75px;
  padding: 10px 15px;
  color: #7a7067;
  font-size: 1.4rem;
  background-color: #f4f3f1;
  border-bottom: 1px dotted #ded5ce;
  overflow: hidden;
}
.related-content .related:last-child {
  border-bottom: none;
}
.related-content .related h4 a {
  color: #7a7067;
}
.related-content .related img {
  margin-right: 10px;
}
.related-content .related p {
  margin: 0;
}
.event-item {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .event-item {
    min-height: 0;
  }
}
.event-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-item .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.event-item .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.event-item .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .event-item .content h4 {
    width: 100%;
  }
}
.event-item .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.event-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.event-item .event-item-medium {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .event-item .event-item-medium {
    min-height: 0;
  }
}
.event-item .event-item-medium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-item .event-item-medium .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.event-item .event-item-medium .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.event-item .event-item-medium .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .event-item .event-item-medium .content h4 {
    width: 100%;
  }
}
.event-item .event-item-medium .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.event-item .event-item-medium .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.event-item .event-item-medium .content {
  top: 45%;
}
.event-item.event-item-large {
  height: 386px;
}
.event-item.event-item-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-item.event-item-large .content {
  top: 55%;
}
@media (min-width: 380px) and (max-width: 767px) {
  .event-item.event-item-large .content .date {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .event-item.event-item-large .content .date {
    position: absolute;
    top: -20px;
  }
}
.event-item.event-item-large .content h4 {
  width: 80%;
  font-size: 2rem;
}
@media (min-width: 380px) and (max-width: 767px) {
  .event-item.event-item-large .content h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .event-item.event-item-large .content h4 {
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #featured-events-sub .event-item {
    width: 48.5%;
    float: left;
  }
  #featured-events-sub .event-item:not(:last-child) {
    margin-right: 3%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #featured-events-sub .event-item {
    width: 258px;
    float: left;
  }
  #featured-events-sub .event-item:not(:last-child) {
    margin-right: 19px;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #other-events .row > div {
    width: 50%;
    float: left;
  }
}
#event-detail .content-right {
  float: right;
  margin: -32px -32px 20px 20px;
  border-left: 1px solid #ded5ce;
  border-bottom: 1px solid #ded5ce;
}
@media (max-width: 992px) {
  #event-detail .content-right {
    width: 100%;
    margin: 0;
    border: none;
  }
}
#event-detail .content-right #site-tools {
  float: none;
  display: block;
  margin: 0;
  border: none;
}
@media (max-width: 992px) {
  #event-detail .content-right #site-tools {
    float: left;
    padding-left: 3px;
  }
}
#event-detail .content-right #event-booking {
  width: 175px;
  padding: 15px;
}
@media (max-width: 992px) {
  #event-detail .content-right #event-booking {
    float: left;
    clear: left;
    width: 100%;
    padding-left: 3px;
  }
}
#event-detail .content-right #event-booking p {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
}
#event-detail .content-right #event-booking a.btn,
#event-detail .content-right #event-booking a#register-form fieldset div.submit button,
#event-detail .content-right #event-booking a.tabs.tabbed .tab-links ul li a {
  margin-top: 20px;
  width: 100%;
}
#event-detail > .content {
  padding: 32px;
}
#event-detail > .content div.event-image-openingtimes {
  max-width: 480px;
  margin-bottom: 20px;
}
#event-detail > .content div.event-image-openingtimes .opening-times {
  margin: 10px 0 0 0;
  padding: 15px;
  background: #f1f0ee;
  border: 1px solid #cfc5bc;
  width: 100%;
}
#event-detail .book-footer {
  padding: 32px;
  border-top: 1px solid #ded5ce;
}
#event-detail .book-footer .btn,
#event-detail .book-footer #register-form fieldset div.submit button,
#event-detail .book-footer .tabs.tabbed .tab-links ul li a {
  width: 100%;
}
.document-item {
  position: relative;
  padding: 20px;
  font-size: 0.9rem;
  background-color: #f9f9f9;
  border-bottom: 1px dotted #ded5ce;
}
.document-item:last-child {
  border-bottom: none;
}
.document-item.highlighted-document {
  font-size: 1.1rem;
  background-color: #f1f0ee;
}
.document-item img {
  margin: 0 15px 15px 0;
}
.document-item img.restricted {
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  margin: 0;
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  .document-item img.restricted {
    top: 10px;
    right: 10px;
  }
}
.document-item h3 {
  margin: 0 0 5px 0;
  font-size: 2.2rem;
}
.document-item h3 a {
  color: #ec6d06;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.document-item h3 a:hover {
  color: #efa100;
}
.document-item p {
  margin: 0;
}
.document-item p.documentSummary {
  margin: 0 64px;
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  .document-item p.documentSummary {
    margin: 0;
  }
}
.document-item.clinical-guidance-item {
  position: relative;
  overflow: hidden;
}
.document-item.clinical-guidance-item .date {
  padding: 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}
.document-item.clinical-guidance-item div.clinical-guidance-flag {
  margin: 0 0 10px;
  padding: 5px 0 0;
  width: 100%;
  height: auto;
  color: #FFF;
  float: left;
}
.document-item.clinical-guidance-item div.clinical-guidance-flag p {
  font-size: 1.3rem;
  font-weight: bold;
}
.document-item.clinical-guidance-item div.clinical-guidance-flag.current {
  color: #ec6d06;
}
.document-item.clinical-guidance-item div.clinical-guidance-flag.notcurrent {
  color: #ff0000;
}
#event-calendars .key ul {
  margin-bottom: 15px;
}
#event-calendars .key ul li {
  display: block;
  color: #8c8080;
  font-size: 1.2rem;
  border: none;
}
#event-calendars .key ul li:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #ec6d06;
}
#event-calendars .key ul li:first-child {
  margin-right: 10px;
}
#event-calendars .key ul li.red:before {
  background: #ed4f4e;
}
#event-calendars .key ul li.yellow:before {
  background: #efa100;
}
#event-calendars .key ul li.pink:before {
  background: #eb4a8e;
}
#event-calendars .key ul li.green:before {
  background: #3c763d;
}
#event-calendars .key ul li.blue:before {
  background: #31708f;
}
#event-calendars .key ul li.grey:before {
  background: #b4a495;
}
#event-calendars .key ul li a {
  display: inline;
  padding: 0px 0px;
  color: #0000cd;
  font-size: 1.2rem;
}
#event-calendars div.events-day {
  width: 100%;
  height: 30px;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 6px;
}
#event-calendars div.events-day-colors {
  width: 100%;
  height: 30px;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
#event-calendars div.events-day-colors div.events_strips {
  float: left;
  height: 30px;
  /*border-right: 1px solid @livegreen;*/
}
#event-calendars div.events-day-colors div.events_strips.yellow {
  background-color: #efa100;
}
#event-calendars div.events-day-colors div.events_strips.orange {
  background-color: #ec6d06;
}
#event-calendars div.events-day-colors div.events_strips.green {
  background-color: #3c763d;
}
#event-calendars div.events-day-colors div.events_strips.red {
  background-color: #ed4f4e;
}
#event-calendars div.events-day-colors div.events_strips.pink {
  background-color: #eb4a8e;
}
#form-items .item {
  margin-bottom: 30px;
}
#faqs .item {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #cfc5bc;
}
#faqs .item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#faqs .item .question {
  overflow: hidden;
  padding-right: 30px;
  position: relative;
}
#faqs .item .question .title {
  float: left;
  color: #7a7067;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
#faqs .item .question .title.active {
  color: #333333;
}
#faqs .item .question .expand {
  position: absolute;
  top: 1px;
  right: 0;
  line-height: 21px;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
#faqs .item .question .expand.active {
  background-color: #efa100 !important;
  border-color: #efa100 !important;
}
#faqs .item .answer {
  display: none;
}
#faqs .item .answer .alert-warning {
  margin-top: 15px;
}
#faqs .item .answer .alert-warning img {
  position: relative;
  top: -3px;
  vertical-align: middle;
}
#faqs .item .answer .alert-warning a {
  color: inherit;
  font-weight: bold;
}
#faqs .item .answer p:last-child {
  margin-bottom: 0;
}
#faqs .view-answer {
  clear: both;
  padding: 20px 0 0 0;
  display: block;
}
#faqs .alert {
  margin-top: 20px;
}
.box-item {
  min-height: 0 !important;
}
.sitemap li {
  position: relative;
  margin: 4px 0;
}
.sitemap li a {
  color: #231f20;
}
.sitemap li.depth-1 {
  margin-top: 6px;
  font-weight: bold;
}
.sitemap li.depth-2:before,
.sitemap li.depth-3:before,
.sitemap li.depth-4:before {
  content: " ";
  position: absolute;
  top: 9px;
  height: 3px;
}
.sitemap li.depth-2 {
  margin-left: 25px;
}
.sitemap li.depth-2:before {
  left: -25px;
  width: 20px;
  background-color: #ed4f4e;
}
.sitemap li.depth-3 {
  margin-left: 45px;
}
.sitemap li.depth-3:before {
  left: -45px;
  width: 40px;
  background-color: #ec6d06;
}
.sitemap li.depth-4 {
  margin-left: 65px;
}
.sitemap li.depth-4:before {
  left: -65px;
  width: 60px;
  background-color: #efa100;
}
/* Search styles */
#search-detail > .header {
  border: none;
  overflow: hidden;
}
#search-detail > .content {
  padding: 0 !important;
}
#search-detail > .footer {
  padding: 32px !important;
}
#search-detail #did-you-mean,
#search-detail #no-results {
  padding: 10px 32px;
}
#search-detail #did-you-mean p,
#search-detail #no-results p {
  margin: 0;
}
#search-detail #did-you-mean p a,
#search-detail #no-results p a {
  color: #ec6d06;
}
#search-detail #no-results {
  padding: 32px;
}
#search-detail .search-filters {
  list-style: none;
  padding: 0;
  margin: -10px -32px;
  overflow: hidden;
}
@media (max-width: 380px) {
  #search-detail .search-filters {
    float: none;
  }
}
#search-detail .search-filters li {
  float: left;
  display: inline-block;
  border-right: 1px solid #ded5ce;
}
@media (max-width: 380px) {
  #search-detail .search-filters li {
    width: 50%;
  }
}
#search-detail .search-filters li.active,
#search-detail .search-filters li:hover {
  position: relative;
}
#search-detail .search-filters li.active:before,
#search-detail .search-filters li:hover:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
#search-detail .search-filters li.active a,
#search-detail .search-filters li:hover a {
  color: #ffffff;
  background-color: #998c83;
}
#search-detail .search-filters li a {
  display: block;
  padding: 15px 32px;
  color: #998c83;
}
#search-detail .search-page-numbers {
  color: #998c83;
  line-height: 28px;
}
@media (max-width: 380px) {
  #search-detail .search-page-numbers {
    float: none;
    clear: both;
    padding: 15px 0;
    width: 100%;
    text-align: right;
  }
}
#search-detail #search-items .item,
#search-detail #editors-pick .item {
  border-bottom: 1px solid #dddddd;
}
#search-detail #search-items .item:first-child,
#search-detail #editors-pick .item:first-child {
  margin-top: -1px;
  border-top: 1px solid #ded5ce;
}
#search-detail #search-items .item:last-child,
#search-detail #editors-pick .item:last-child {
  border-bottom: none;
}
#search-detail #search-items .item .content,
#search-detail #editors-pick .item .content {
  padding: 32px;
}
#search-detail #search-items .item .content h3 a,
#search-detail #editors-pick .item .content h3 a {
  color: #ec6d06;
}
#search-detail #search-items .item .content p,
#search-detail #editors-pick .item .content p {
  margin: 0;
}
#search-detail #search-items .item .content p.meta,
#search-detail #editors-pick .item .content p.meta {
  margin: 5px 0 15px 0;
}
#search-detail #editors-pick {
  position: relative;
  background-color: #f1e1d6;
}
#search-detail #editors-pick .editors-pick-label {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 4px;
  color: #ed4f4e;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #ffeeee;
  border-radius: 4px;
}
.search-facet .remove {
  color: #efa100;
}
/* Careers and Training styles */
.items--learning > .item {
  position: relative;
  text-align: center;
}
.items--learning > .item--orange {
  --color: #ec6d06;
}
.items--learning > .item--pink {
  --color: #eb4a8e;
}
.items--learning > .item--red {
  --color: #ff0000;
}
.items--learning > .item--green {
  --color: #3c763d;
}
.items--learning > .item--blue {
  --color: #31708f;
}
.items--learning > .item--brown {
  --color: #7a7067;
}
.items--learning > .item .item {
  text-align: left;
}
.items--learning > .item > h2 {
  padding-right: 6em;
  border-bottom: 4px solid #eb4a8e;
  border-bottom-color: var(--color, #eb4a8e);
  margin-bottom: 1em;
  font-size: 1em;
  text-align: left;
}
.items--learning > .item > h2 span {
  display: inline-block;
  font-size: 1.4em;
  font-weight: normal;
  background-color: #eb4a8e;
  background-color: var(--color, #eb4a8e);
  color: #fff;
  padding: .4em 1em;
}
.items--learning > .item > .item-viewall {
  display: inline-block;
  padding: .6em 1.5em;
  margin: -1em auto 2em;
  background-color: #eb4a8e;
  background-color: var(--color, #eb4a8e);
  color: #fff;
  text-decoration: none;
}
.items--learning > .item > .item-viewall svg {
  stroke: #fff;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-right: .5em;
}
.items--learning .items-noResults {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #cfc5bc;
}
#tertiary .items--learning h4 {
  margin-bottom: 20px;
}
#tertiary .items--learning .item {
  background-color: #cfc5bc;
  border: 1px solid #cfc5bc;
  margin-bottom: 20px;
}
#tertiary .items--learning .item > a {
  min-height: 0;
}
#tertiary .items--learning .item .item-details {
  margin-bottom: 0;
}
.item--career > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 380px;
}
.item--career .item-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
}
.item--career .item-image img {
  visibility: hidden;
  max-width: 100%;
}
.item--career .item-details {
  background: #eb4a8e;
  background: var(--color, #eb4a8e);
  color: #fff;
  padding: .7em 1em 1em;
  margin-bottom: 1em;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item--career .item-heading {
  font-weight: normal;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.item--career .item-link {
  padding: .5em 1em;
  border: 1px solid;
  display: block;
  text-align: center;
}
.item--career:hover .item-details {
  filter: brightness(1.2);
}
.items--careers {
  margin-left: -20px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.items--careers.is-loading {
  padding-bottom: 15px;
  background-image: url(/themes/fsrh/front-end/img/loading.gif);
  background-position: bottom 20px center;
  background-repeat: no-repeat;
}
.items--careers.is-loading + .item-viewall {
  display: none;
}
.items--careers:after {
  content: '';
  display: table;
  clear: both;
}
.items--careers .item--career {
  padding-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
@media (min-width: 380px) {
  .items--careers .item--career {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .items--careers .item--career {
    width: 33.33%;
  }
}
@media (min-width: 1180px) {
  .items--careers .item--career {
    width: 25%;
  }
}
.items--careers .item--career .item-details {
  flex: 1;
}
#cat-page .tab-heading {
  display: inline-block;
  padding: 10px 32px;
  color: #7a7067;
  font-size: 1.1rem;
  font-weight: normal;
  background: #f1f0ee;
  border-top: 1px solid #cfc5bc;
  border-left: 1px solid #cfc5bc;
  border-right: 1px solid #cfc5bc;
}
#cat-page .tab-heading:hover {
  cursor: pointer;
}
#cat-page .tab-heading.active {
  color: #7a7067;
  background: #ffffff;
}
/* Qualifications styles */
@media (max-width: 380px) {
  #qualifications .col-xs-6 {
    width: 100%;
  }
}
#qualifications .qualification {
  position: relative;
  margin-bottom: 20px;
  background: #ffffff;
}
@media (max-width: 380px) {
  #qualifications .qualification {
    height: auto !important;
  }
}
#qualifications .qualification .content {
  margin-top: -37px;
}
#qualifications .qualification .content h3 {
  display: inline-block;
  max-width: 90%;
  padding: 10px 10px 5px 10px;
  font-size: 1.6rem;
  background: #ffffff;
}
#qualifications .qualification .content h3 a {
  color: inherit;
}
#qualifications .qualification .content .description {
  padding: 10px 10px 40px 10px;
  background: #ffffff;
}
#qualifications .qualification .content .description span.qualification-type {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 2px 4px;
  color: #ed4f4e;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #ffeeee;
  border-radius: 4px;
}
#qualifications .qualification .content .description a.btn,
#qualifications .qualification .content .description a#register-form fieldset div.submit button,
#qualifications .qualification .content .description a.tabs.tabbed .tab-links ul li a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#qualification-detail span.expand {
  padding: 11px 15px;
}
#qualification-detail .qualification header {
  position: relative;
}
#qualification-detail .qualification header:hover {
  cursor: pointer;
}
#qualification-detail .qualification header span.number {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
  background-image: url(/themes/fsrh/front-end/img/qualification-circle.png);
  background-size: 44px 44px;
  z-index: 10;
}
#qualification-detail .qualification header span.name {
  display: inline-block;
  position: relative;
  left: -20px;
  width: 85%;
  padding: 7px 5px 7px 30px;
  background: #eeeeee;
  z-index: 0;
}
#qualification-detail .qualification header .fa,
#qualification-detail .qualification header form.standard p.required-info em:before,
#qualification-detail .qualification header form.standard fieldset.required-true legend em:before,
#qualification-detail .qualification header form.standard fieldset .field.required-true .input:before,
#qualification-detail .qualification header form.standard fieldset .field label em:before {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #eeeeee;
  border-radius: 50%;
}
#qualification-detail .qualification header .fa:hover + .caption,
#qualification-detail .qualification header form.standard p.required-info em:before:hover + .caption,
#qualification-detail .qualification header form.standard fieldset.required-true legend em:before:hover + .caption,
#qualification-detail .qualification header form.standard fieldset .field.required-true .input:before:hover + .caption,
#qualification-detail .qualification header form.standard fieldset .field label em:before:hover + .caption {
  opacity: 1.0;
}
#qualification-detail .qualification header .caption {
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  width: 20%;
  padding: 5px 10px 10px 40px;
  font-size: 0.85rem;
  border: 1px solid #cccccc;
}
#qualification-detail .qualification .qualification-content {
  max-width: 89%;
  padding-left: 55px;
}
#qualification-detail .qualification .qualification-content .main-content {
  display: none;
  overflow: hidden;
}
.welcome-box {
  border: 1px solid #cdc3b9;
  color: #7a7067;
  position: relative;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.welcome-box strong {
  color: #ec6d06;
  margin-right: 1em;
}
.welcome-box p {
  margin: 0;
}
.welcome-box p.individual-name,
.welcome-box p.membership-enddate {
  background: #f1f0ee;
  padding: 20px;
  margin: 1px;
}
.welcome-box p.membership-enddate {
  margin: 0 1px 1px 1px;
}
.welcome-box.has-enddate p.individual-name {
  background: #f1f0ee;
  padding: 20px;
  margin: 1px;
}
@media (min-width: 992px) {
  .welcome-box.has-enddate p.individual-name {
    width: calc(50% - 2px);
    float: left;
  }
}
.welcome-box.has-enddate p.membership-enddate {
  background: #f1f0ee;
  padding: 20px;
}
@media (min-width: 992px) {
  .welcome-box.has-enddate p.membership-enddate {
    margin: 1px 1px 1px 0;
    width: calc(50% - 1px);
    float: left;
  }
}
.welcome-box #personal-details {
  clear: both;
  padding: 20px;
}
.welcome-box #personal-details dl dd p {
  margin: 0 0 5px 0;
}
.welcome-box .account-ctas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  background-color: #f1f0ee;
}
@media (min-width: 992px) {
  .welcome-box .account-ctas {
    float: right;
    border-left: 1px solid #cccccc;
  }
}
.welcome-box .account-ctas .btn,
.welcome-box .account-ctas #register-form fieldset div.submit button,
.welcome-box .account-ctas .tabs.tabbed .tab-links ul li a {
  display: block;
  margin: 5px 0;
}
.welcome-box .account-ctas a.renewal-button {
  border: 4px solid blue;
}
#renewal-message {
  background-color: #f2dede;
  background-color: #fff;
  border: solid 2px #ed4f4e;
  color: #ed4f4e;
  padding: 20px 18px;
  margin: 1em 0;
}
#renewal-message p {
  font-weight: bold;
}
#renewal-message p:first-child {
  margin-top: 0;
}
#renewal-message p:last-child {
  margin-bottom: 0;
}
#cpd .welcome-box .content dl dt {
  min-width: 200px;
}
#my-fsrh .welcome-box .content {
  width: 100%;
}
#my-fsrh .welcome-box .content dl dt,
#my-fsrh .welcome-box .content dl dd {
  margin: 0 0 8px 0;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  #my-fsrh .welcome-box .content {
    padding: 25px;
    width: 60%;
    float: left;
  }
  #my-fsrh .welcome-box .content p {
    margin: 0;
  }
}
#my-fsrh .welcome-box .account-ctas {
  position: static;
  width: 100%;
}
#my-fsrh .welcome-box .account-ctas .btn,
#my-fsrh .welcome-box .account-ctas #register-form fieldset div.submit button,
#my-fsrh .welcome-box .account-ctas .tabs.tabbed .tab-links ul li a {
  white-space: normal;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  #my-fsrh .welcome-box .account-ctas {
    position: static;
    padding: 25px;
    width: 40%;
    float: left;
    height: 170px;
  }
}
@media (min-width: 992px) {
  #my-fsrh .welcome-box .account-ctas .btn,
  #my-fsrh .welcome-box .account-ctas #register-form fieldset div.submit button,
  #my-fsrh .welcome-box .account-ctas .tabs.tabbed .tab-links ul li a {
    margin-top: 35px;
  }
}
#my-fsrh .my-fsrh-box {
  margin-bottom: 20px;
  background: #ffffff;
}
#my-fsrh .my-fsrh-box h3 {
  padding: 10px;
  font-size: 1.05rem;
  background-color: #f1f0ee;
}
#my-fsrh .my-fsrh-box .content {
  padding: 10px;
}
#my-fsrh .my-fsrh-box .content p {
  margin: 0 0 10px 0;
}
#my-fsrh .my-fsrh-box#my-fsrh-resources .resource {
  clear: both;
  margin: 0 0 10px 0;
  font-size: 0.85rem;
}
#my-fsrh .my-fsrh-box#my-fsrh-resources .resource img {
  margin: 0 5px 5px 0;
}
#my-fsrh .my-fsrh-box#my-fsrh-resources .resource h4 {
  margin: 0 0 5px 0;
}
#my-fsrh .my-fsrh-box#my-fsrh-resources .resource h4 a {
  color: #b4a495;
}
#my-fsrh .my-fsrh-box#my-fsrh-resources .resource p {
  margin: 0;
}
#standards-and-guidance .sag,
#my-fsrh .sag {
  position: relative;
  margin-bottom: 20px;
}
#standards-and-guidance .sag h3,
#my-fsrh .sag h3 {
  position: absolute;
  top: 46%;
  top: calc(50% - 14px);
  left: 0;
  padding: 5px;
  background: #ffffff;
}
#standards-and-guidance .sag h3 a,
#my-fsrh .sag h3 a {
  color: inherit;
}
#my-fsrh .sag {
  max-height: 198px;
  overflow: hidden;
}
#my-fsrh .sag h3 {
  width: 90%;
  padding: 10px;
  font-size: 1.6rem;
  overflow: hidden;
}
#my-fsrh .sag h3 a {
  float: left;
  width: 80%;
}
#my-fsrh .sag h3 .fa,
#my-fsrh .sag h3 form.standard p.required-info em:before,
#my-fsrh .sag h3 form.standard fieldset.required-true legend em:before,
#my-fsrh .sag h3 form.standard fieldset .field.required-true .input:before,
#my-fsrh .sag h3 form.standard fieldset .field label em:before {
  float: right;
  font-size: 2rem;
}
#cpd-overview-table a:not(.btn) {
  color: #000000;
  font-weight: bold;
}
#cpd-overview-table .fa,
#cpd-overview-table form.standard p.required-info em:before,
#cpd-overview-table form.standard fieldset.required-true legend em:before,
#cpd-overview-table form.standard fieldset .field.required-true .input:before,
#cpd-overview-table form.standard fieldset .field label em:before {
  color: #eb4a8e;
}
#cpd-overview-table .qualification-detail td {
  padding: 0;
  border: none;
}
#cpd-overview-table .qualification-detail td div {
  display: none;
  padding: 10px;
}
#cpd-summary-table thead tr th {
  font-size: 1.3rem;
  font-weight: normal;
}
#cpd-progress .fa,
#cpd-progress form.standard p.required-info em:before,
#cpd-progress form.standard fieldset.required-true legend em:before,
#cpd-progress form.standard fieldset .field.required-true .input:before,
#cpd-progress form.standard fieldset .field label em:before {
  color: #cccccc;
}
#cpd-progress .fa.completed,
#cpd-progress form.standard p.required-info em:before.completed,
#cpd-progress form.standard fieldset.required-true legend em:before.completed,
#cpd-progress form.standard fieldset .field.required-true .input:before.completed,
#cpd-progress form.standard fieldset .field label em:before.completed {
  color: #eb4a8e;
}
#cpd-points-progress {
  position: relative;
  text-align: center;
}
#cpd-points-progress strong {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 2.5rem;
}
/* Forum styles */
#forum-detail h2 {
  margin-bottom: 20px;
  color: #ec6d06;
}
#forum-detail .forum-categories {
  margin-bottom: 40px;
}
#forum-detail .forum-categories thead tr th {
  padding: 5px 10px;
}
#forum-detail .forum-categories tbody tr td.title a,
#forum-detail .forum-categories tbody tr td.latest .title {
  color: #ec6d06;
}
#forum-detail .forum-categories tbody tr td p {
  margin: 0;
}
.forum-links {
  margin-bottom: 10px;
  text-align: right;
}
.forum-links .btn,
.forum-links #register-form fieldset div.submit button,
.forum-links .tabs.tabbed .tab-links ul li a {
  margin-left: 5px;
}
table.forum {
  width: 100%;
  margin-bottom: 20px;
}
table.forum a {
  color: #ec6d06;
}
table.forum .time {
  font-weight: normal;
}
table.forum .message p {
  margin: 0 0 10px 0;
}
table.forum span.grading {
  display: block;
}
table.forum td.profile {
  width: 25%;
}
.nodata {
  padding: 20px;
  background: #ffffff;
}
#forumposts-form label {
  font-weight: bold;
}
.coly {
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 0;
  /* Remove this duplicate code */
}
.coly:nth-child(3n+1) {
  margin-right: 2%;
}
@media (max-width: 380px) {
  .coly {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 380px) and (max-width: 767px), (min-width: 767px) and (max-width: 992px), (min-width: 992px) and (max-width: 1180px) {
  .coly {
    width: 48%;
  }
  .coly:nth-child(2n+2) {
    margin-right: 0;
  }
}
.coly img {
  width: 100%;
}
.coly .banner {
  position: relative;
  height: 183px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .coly .banner {
    min-height: 0;
  }
}
.coly .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coly .banner .content {
  position: absolute;
  top: 29%;
  width: 100%;
}
.coly .banner .content .date {
  display: inline-block;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  background-color: #7a7067;
}
.coly .banner .content h4 {
  display: block;
  width: 90%;
  padding: 12px;
  color: #7a7067;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .coly .banner .content h4 {
    width: 100%;
  }
}
.coly .banner .content h4 a {
  color: #7a7067;
  text-decoration: none;
}
.coly .banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b4a495;
  opacity: 0.5;
}
.coly .banner.banner-without-image {
  background-color: #ec6d06;
}
.coly .banner.banner-without-image .content h4,
.coly .banner.banner-without-image .content p {
  padding: 4px 12px;
  color: #ffffff;
  background: none;
}
.coly .banner.banner-without-image .content a {
  color: #ffffff;
}
.coly .banner .content p {
  padding: 4px 12px;
  font-size: 1.4rem;
  margin: 0;
  width: 90%;
  background-color: #ffffff;
}
#attached-primary-banners {
  margin-bottom: 10px;
}
#attached-primary-banners .banner {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}
#attached-primary-banners .content {
  padding: 12px;
}
@media (min-width: 380px) {
  #attached-primary-banners .has-image .content {
    margin-right: 150px;
    float: left;
  }
}
@media (min-width: 1180px) {
  #attached-primary-banners .has-image .content {
    margin-right: 200px;
  }
}
#attached-primary-banners h4 {
  font-size: 1.3em;
  font-weight: normal;
}
#attached-primary-banners h4 a {
  color: #eb4a8e;
}
#attached-primary-banners p {
  margin: 5px 0;
}
#attached-primary-banners .banner-image {
  display: inline-block;
}
@media (min-width: 380px) {
  #attached-primary-banners .banner-image {
    width: 150px;
    float: right;
    clear: none;
    margin-left: -150px;
  }
}
@media (min-width: 1180px) {
  #attached-primary-banners .banner-image {
    width: 200px;
    margin-left: -200px;
  }
}
#attached-primary-banners .banner-image img {
  max-width: 100%;
}
#attached-primary-banners.banner-without-image {
  margin-right: 0;
  float: none;
}
#attached-primary-banners.banner-without-image .content {
  margin: 0;
}
#filter-faqs {
  margin-bottom: 20px;
  border: 2px solid #ede9e6;
}
#h1-clinical-enquiries-service {
  font-size: 1.17em;
}
form.standard .field #range {
  padding: 22px 20px ;
}
#filterBox {
  background: #FFF;
  z-index: 1000;
  position: absolute;
  border: 1px solid #C3B8AD;
  padding: 0;
  margin-top: 5px;
  right: 0;
}
#filterBox ul {
  padding: 0;
  margin: 0;
}
#filterBox ul li {
  list-style: none;
  line-height: 20px;
  padding: 10px;
  font-size: 0.85em;
}
#filterBox ul li input {
  float: right;
  margin: 4px 0 0 0;
}
#filterBox ul .odd {
  background: #F1F0EE;
}
.hide {
  display: none;
}
div.paging {
  width: 100%;
  padding: 10px 20px;
  margin: 0 auto;
}
div.paging p {
  display: none;
}
div.paging ol {
  margin: 0 auto;
}
div.paging ol li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
div.paging ol li a {
  background: #f5f5f5 none repeat scroll 0 0;
  display: block;
  padding: 4px 10px;
}
div.paging ol .active {
  background: #F5A500;
}
div.paging ol .active a {
  background: #E61E73;
  color: #fff;
}
#login-detail form {
  position: relative;
}
#login-detail form #forgottenpassword {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
#submit-faq input[type="submit"] {
  float: right;
}
.wysiwygBlocks {
  margin-left: -20px;
  display: flex;
  flex-flow: row wrap;
}
.wysiwygBlocks:after {
  content: '';
  display: table;
  clear: both;
}
.wysiwygBlocks .wysiwygBlock {
  float: left;
  padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  .wysiwygBlocks .wysiwygBlock {
    width: 33.33%;
  }
}
a.wysiwygBlock-inner {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background-color: #f5f5f5;
  color: #333 !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 0px transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
}
a.wysiwygBlock-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 35px;
}
a.wysiwygBlock-inner .btn,
a.wysiwygBlock-inner #register-form fieldset div.submit button,
a.wysiwygBlock-inner .tabs.tabbed .tab-links ul li a {
  text-decoration: none;
  padding: 15px 20px;
  margin: auto 20px 20px;
  display: block;
  align-self: stretch;
  max-width: 16em;
}
a.wysiwygBlock-inner .wysiwygBlock-content {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  margin: -35px 20px 0 0;
  padding: 15px 20px 20px;
  transition: background-color 0.2s;
  max-width: 100%;
}
a.wysiwygBlock-inner .wysiwygBlock-content h2 {
  margin-bottom: 15px;
}
a.wysiwygBlock-inner .wysiwygBlock-content p {
  margin-bottom: 20px;
}
a.wysiwygBlock-inner:hover,
a.wysiwygBlock-inner:focus {
  background-color: #fff;
}
a.wysiwygBlock-inner:hover .wysiwygBlock-content,
a.wysiwygBlock-inner:focus .wysiwygBlock-content {
  background-color: #fff;
}
a.wysiwygBlock-inner:hover.highlight-orange,
a.wysiwygBlock-inner:focus.highlight-orange {
  box-shadow: 0 0 0 3px #ec6d06;
}
a.wysiwygBlock-inner:hover.highlight-lightorange,
a.wysiwygBlock-inner:focus.highlight-lightorange {
  box-shadow: 0 0 0 3px #EB6E05;
}
a.wysiwygBlock-inner:hover.highlight-yellow,
a.wysiwygBlock-inner:focus.highlight-yellow {
  box-shadow: 0 0 0 3px #efa100;
}
a.wysiwygBlock-inner:hover.highlight-pink,
a.wysiwygBlock-inner:focus.highlight-pink {
  box-shadow: 0 0 0 3px #eb4a8e;
}
a.wysiwygBlock-inner:hover.highlight-red,
a.wysiwygBlock-inner:focus.highlight-red {
  box-shadow: 0 0 0 3px #ff0000;
}
a.wysiwygBlock-inner:hover.highlight-grey,
a.wysiwygBlock-inner:focus.highlight-grey {
  box-shadow: 0 0 0 3px #b4a495;
}
a.wysiwygBlock-inner.highlight-orange h2 {
  color: #ec6d06;
}
a.wysiwygBlock-inner.highlight-orange .btn,
a.wysiwygBlock-inner.highlight-orange #register-form fieldset div.submit button,
a.wysiwygBlock-inner.highlight-orange .tabs.tabbed .tab-links ul li a {
  background-color: #ec6d06;
  color: #fff;
}
a.wysiwygBlock-inner.highlight-lightorange h2 {
  color: #EB6E05;
}
a.wysiwygBlock-inner.highlight-lightorange .btn,
a.wysiwygBlock-inner.highlight-lightorange #register-form fieldset div.submit button,
a.wysiwygBlock-inner.highlight-lightorange .tabs.tabbed .tab-links ul li a {
  background-color: #EB6E05;
  color: #fff;
}
a.wysiwygBlock-inner.highlight-yellow h2 {
  color: #efa100;
}
a.wysiwygBlock-inner.highlight-yellow .btn,
a.wysiwygBlock-inner.highlight-yellow #register-form fieldset div.submit button,
a.wysiwygBlock-inner.highlight-yellow .tabs.tabbed .tab-links ul li a {
  background-color: #efa100;
  color: #fff;
}
a.wysiwygBlock-inner.highlight-pink h2 {
  color: #eb4a8e;
}
a.wysiwygBlock-inner.highlight-pink .btn,
a.wysiwygBlock-inner.highlight-pink #register-form fieldset div.submit button,
a.wysiwygBlock-inner.highlight-pink .tabs.tabbed .tab-links ul li a {
  background-color: #eb4a8e;
  color: #fff;
}
a.wysiwygBlock-inner.highlight-red h2 {
  color: #ff0000;
}
a.wysiwygBlock-inner.highlight-red .btn,
a.wysiwygBlock-inner.highlight-red #register-form fieldset div.submit button,
a.wysiwygBlock-inner.highlight-red .tabs.tabbed .tab-links ul li a {
  background-color: #ff0000;
  color: #fff;
}
a.wysiwygBlock-inner.highlight-grey h2 {
  color: #b4a495;
}
a.wysiwygBlock-inner.highlight-grey .btn,
a.wysiwygBlock-inner.highlight-grey #register-form fieldset div.submit button,
a.wysiwygBlock-inner.highlight-grey .tabs.tabbed .tab-links ul li a {
  background-color: #b4a495;
  color: #fff;
}
.items-trainers .item {
  border: solid 1px #EB4A8E;
  border-top: solid 10px #EB4A8E;
  margin: 1em 0;
  min-height: 320px;
}
@media (min-width: 640px) {
  .items-trainers .item {
    border-left: solid 10px #EB4A8E;
    border-top: solid 1px #EB4A8E;
  }
}
@media (min-width: 640px) {
  .items-trainers .item {
    display: flex;
  }
}
@media (min-width: 760px) {
  .items-trainers .item {
    display: block;
  }
}
@media (min-width: 990px) {
  .items-trainers .item {
    display: flex;
  }
}
.items-trainers .item .distance {
  color: #B7B0AC;
  font-weight: bold;
  margin: 0;
}
.items-trainers .item .info {
  padding: 20px;
}
@media (min-width: 640px) {
  .items-trainers .item .info {
    width: calc(100% - 220px);
  }
}
@media (min-width: 760px) {
  .items-trainers .item .info {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .items-trainers .item .info {
    width: calc(100% - 220px);
  }
}
@media (min-width: 720px) {
  .items-trainers .item .info .restrictions {
    float: left;
    margin-left: 10px;
    width: calc(50% - 5px);
  }
}
.items-trainers .item .info .restrictions .detail {
  display: block;
}
@media (min-width: 720px) {
  .items-trainers .item .info .services {
    float: left;
    width: calc(50% - 5px);
  }
}
.items-trainers .item .training p {
  margin-bottom: 0;
}
.items-trainers .item .training ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.items-trainers .item .training ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.items-trainers .item .training ul li:before {
  color: #EB4A8E;
  content: '\e80c';
}
.items-trainers .item .service-type strong,
.items-trainers .item .service-type span {
  display: block;
}
.items-trainers .item .service-type strong.detail:before,
.items-trainers .item .service-type span.detail:before {
  color: #EB4A8E;
  content: '\e80c';
}
.items-trainers .item .contact-details {
  background: #EB4A8E;
  color: #fff;
}
@media (min-width: 480px) {
  .items-trainers .item .contact-details {
    display: flex;
  }
}
@media (min-width: 640px) {
  .items-trainers .item .contact-details {
    display: block;
    width: 220px;
  }
}
@media (min-width: 760px) {
  .items-trainers .item .contact-details {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 990px) {
  .items-trainers .item .contact-details {
    display: block;
    width: 220px;
  }
}
.items-trainers .item .contact-details .address {
  background: #FCF2F7;
  color: #7A7067;
  padding: 20px;
}
@media (min-width: 480px) {
  .items-trainers .item .contact-details .address {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .items-trainers .item .contact-details .address {
    min-height: 60%;
    width: auto;
  }
}
@media (min-width: 760px) {
  .items-trainers .item .contact-details .address {
    min-height: auto;
    width: 50%;
  }
}
@media (min-width: 990px) {
  .items-trainers .item .contact-details .address {
    min-height: 60%;
    width: auto;
  }
}
.items-trainers .item .contact-details .address strong {
  color: #333;
  display: block;
}
.items-trainers .item .contact-details .address .detail {
  display: block;
}
.items-trainers .item .contact-details .contact {
  font-size: 0.933em;
  padding: 20px;
}
@media (min-width: 480px) {
  .items-trainers .item .contact-details .contact {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .items-trainers .item .contact-details .contact {
    width: auto;
  }
}
@media (min-width: 760px) {
  .items-trainers .item .contact-details .contact {
    width: 50%;
  }
}
@media (min-width: 990px) {
  .items-trainers .item .contact-details .contact {
    width: auto;
  }
}
.items-trainers .item .contact-details .contact a {
  color: inherit;
}
.items-trainers .item .contact-details .contact .detail {
  display: block;
  margin: 0.3em 0;
  padding-left: 1.5em;
}
.items-trainers .item .contact-details .contact .detail:before {
  float: left;
  position: relative;
  top: 4px;
  margin-left: -1.5em;
}
.items-trainers .item .contact-details .contact .detail.name:before {
  content: '\e837';
}
.items-trainers .item .contact-details .contact .detail.telephone:before {
  content: '\e812';
}
.items-trainers .item .contact-details .contact .detail.email {
  word-break: break-all;
}
.items-trainers .item .contact-details .contact .detail.email:before {
  content: '\e811';
}
.items-trainers .item h2,
.items-trainers .item h3 {
  color: #7A7067;
  font-size: 1.867em;
}
.items-trainers .item:nth-child(even) {
  border-color: #EC6D06;
}
.items-trainers .item:nth-child(even) .contact-details {
  background: #EC6D06;
  color: #fff;
}
.items-trainers .item:nth-child(even) .contact-details .address {
  background: #FEF3EA;
}
.items-trainers .item:nth-child(even) .training ul li:before {
  color: #EC6D06;
}
.items-trainers .item:nth-child(even) .service-type span.detail:before {
  color: #EC6D06;
}
.ft-results-message {
  color: #7A7067;
  margin-bottom: 1em;
}
.ft-results-message strong {
  color: #eb4a8e;
  font-weight: normal;
}
.ft-results-message h2 {
  margin: 0;
  font-size: 2.5rem;
}
#main .trainer-search-hero + .details {
  margin-bottom: 0;
}
.latest-trainers {
  background: #fff;
  padding: 20px;
}
.latest-trainers h2 {
  color: #7A7067;
  font-size: 1.8em;
  margin-bottom: 1em;
  text-align: center;
}
.latest-trainers .items .item {
  background: #FEF3EA;
  border-top: solid 10px #EC6D06;
  margin-bottom: 1em;
  padding: 10px 15px;
}
.latest-trainers .items .item h3 {
  color: #EC6D06;
  font-size: 1.333em;
}
.latest-trainers .items .item .training p {
  font-size: 1.067em;
  margin-bottom: 0;
}
.latest-trainers .items .item .training ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-trainers .items .item .training ul li {
  font-size: 0.933em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-trainers .items .item .training ul li:before {
  color: #EC6D06;
  content: '\e80c';
}
@media (min-width: 640px) {
  .latest-trainers .items .item {
    border-left: solid 10px #EC6D06;
    border-top: 0;
    float: left;
    margin-right: 3.84615%;
    width: 30.76923%;
  }
  .latest-trainers .items .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.items-tiles h2 {
  background: #eb4a8e;
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  padding: .4em 1em;
}
.items-tiles .items-inner {
  border-top: solid 4px #eb4a8e;
  padding-top: 1em;
}
.items-tiles .items-inner .item {
  background: #eb4a8e;
  color: #fff;
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding-top: 79.89821882951654%;
  display: flex;
  flex-direction: column;
}
.items-tiles .items-inner .item:hover {
  filter: brightness(1.2);
}
.items-tiles .items-inner .item h3 {
  font-weight: normal;
}
@media (min-width: 480px) {
  .items-tiles .items-inner .item {
    float: left;
    margin-right: 4.40529%;
    padding-top: 38.05496828752643%;
    width: 47.79736%;
  }
  .items-tiles .items-inner .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 760px) {
  .items-tiles .items-inner .item {
    margin-right: 4.40529%;
    width: 47.79736%;
  }
  .items-tiles .items-inner .item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 990px) {
  .items-tiles .items-inner .item {
    padding-top: 18.823529411764707%;
    margin-right: 2.15517%;
    width: 23.38362%;
  }
  .items-tiles .items-inner .item:nth-child(2n+2) {
    margin-right: 2.15517%;
  }
  .items-tiles .items-inner .item:nth-child(4n+4) {
    margin-right: 0;
  }
}
.items-tiles .items-inner .item .image {
  box-sizing: border-box;
  margin: 0;
  padding-top: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.items-tiles .items-inner .item .image img {
  display: none;
  max-width: 100%;
}
@media (min-width: 990px) {
  .items-tiles .items-inner .item .text {
    min-height: 180px;
  }
}
.items-tiles .items-inner .item h3 {
  padding: .7em 1.5rem .7em;
}
.items-tiles .items-inner .item h3 i {
  font-size: 1.8em;
  display: block;
}
.items-tiles .items-inner .item .description {
  margin: 0 0 .7em;
  padding: 0 1.5rem;
}
.items-tiles .items-inner .item .button {
  border: solid 1px #fff;
  color: #fff;
  padding: .5em 1em;
  display: block;
  margin: auto 1em 1em;
  text-align: center;
}
.items-tiles.theme-pink h2 {
  background: #eb4a8e;
  color: #fff;
}
.items-tiles.theme-pink .items-inner {
  border-color: #eb4a8e;
}
.items-tiles.theme-pink .items-inner .item {
  background: #eb4a8e;
  color: #fff;
}
.items-tiles.theme-orange h2 {
  background: #ec6d06;
  color: #fff;
}
.items-tiles.theme-orange .items-inner {
  border-color: #ec6d06;
}
.items-tiles.theme-orange .items-inner .item {
  background: #ec6d06;
  color: #fff;
}
.items-tiles.theme-blue h2 {
  background: #31708f;
  color: #fff;
}
.items-tiles.theme-blue .items-inner {
  border-color: #31708f;
}
.items-tiles.theme-blue .items-inner .item {
  background: #31708f;
  color: #fff;
}
.items-tiles.theme-red h2 {
  background: #ed4f4e;
  color: #fff;
}
.items-tiles.theme-red .items-inner {
  border-color: #ed4f4e;
}
.items-tiles.theme-red .items-inner .item {
  background: #ed4f4e;
  color: #fff;
}
.items-tiles.theme-green h2 {
  background: #3c763d;
  color: #fff;
}
.items-tiles.theme-green .items-inner {
  border-color: #3c763d;
}
.items-tiles.theme-green .items-inner .item {
  background: #3c763d;
  color: #fff;
}
#tertiary .panel {
  border: 1px solid #cdc3b9;
  color: #7a7067;
}
#tertiary .panel h2 {
  background: #f1f0ee;
  color: #7a7067;
  font-family: "CeraPRO-Regular", sans-serif;
  font-weight: normal;
  padding: 13px;
}
#tertiary .panel img {
  width: 100%;
}
#tertiary .panel .content {
  background: #fff;
  padding: 13px;
}
#tertiary .panel .content p:first-of-type {
  margin-top: 0;
}
#tertiary .panel .content p:last-of-type {
  margin-bottom: 0;
}
.register-banner {
  display: block;
  margin: 0 0 2em 0;
}
.register-banner img {
  width: 100%;
}
.register-options {
  color: #fff;
  font-size: 1.8rem;
  margin: 1em 0;
  width: 100%;
}
@media (min-width: 760px) {
  .register-options {
    display: flex;
  }
}
.register-options .option {
  background: #eb4a8e /* url(/themes/fsrh/front-end/img/my-fsrh-bg.png) no-repeat*/;
  background-size: cover;
  min-height: 8em;
  padding: 20px;
}
@media (min-width: 760px) {
  .register-options .option {
    width: 33.33333%;
  }
}
.register-options .option a {
  color: inherit;
}
.register-options .option a.btn,
.register-options .option a#register-form fieldset div.submit button,
.register-options .option a.tabs.tabbed .tab-links ul li a {
  border: solid 1px #fff;
  font-size: 2rem;
  padding: .5em 2.5em;
}
.register-options .option h2 {
  font-size: 2.4rem;
  font-weight: normal;
}
.register-options .option p {
  font-size: inherit;
}
.register-options .option.login-option {
  background: #ed4f4e url(/themes/fsrh/front-end/img/my-fsrh-bg.png) no-repeat;
  background-size: cover;
}
.register-options .option.reset-option {
  background-color: #ec6d06;
}
.register-content {
  background: #fff url(/themes/fsrh/front-end/img/hive-form-bg.png) bottom right no-repeat;
  padding: 20px;
  /*min-height: 280px;*/
}
.js-accordion-active {
  clear: both;
  margin: 1em 0;
}
.js-accordion-active .panel {
  border: solid 1px #ec6d06;
  background: #fff;
  margin-bottom: 1.4em;
}
.js-accordion-active .panel > h2,
.js-accordion-active .panel > h3,
.js-accordion-active .panel > h4,
.js-accordion-active .panel > h5,
.js-accordion-active .panel > h6 {
  color: #ec6d06;
  background: #f2edea;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.js-accordion-active .panel > h2 a,
.js-accordion-active .panel > h3 a,
.js-accordion-active .panel > h4 a,
.js-accordion-active .panel > h5 a,
.js-accordion-active .panel > h6 a {
  transition: none;
  display: block;
  padding: 1em;
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px;
  margin-bottom: -1px;
  position: relative;
  padding-right: 2em;
}
.js-accordion-active .panel > h2 a i,
.js-accordion-active .panel > h3 a i,
.js-accordion-active .panel > h4 a i,
.js-accordion-active .panel > h5 a i,
.js-accordion-active .panel > h6 a i {
  font-size: 1.6em;
  font-weight: bold;
  position: absolute;
  right: .5em;
}
.js-accordion-active .panel.active > h2 a,
.js-accordion-active .panel.active > h3 a,
.js-accordion-active .panel.active > h4 a,
.js-accordion-active .panel.active > h5 a,
.js-accordion-active .panel.active > h6 a {
  transition: 0;
}
.js-accordion-active .panel.active > h2 a i,
.js-accordion-active .panel.active > h3 a i,
.js-accordion-active .panel.active > h4 a i,
.js-accordion-active .panel.active > h5 a i,
.js-accordion-active .panel.active > h6 a i {
  transform: scaleY(-1);
}
.js-accordion-active .panel .content {
  padding: 1em;
}
.js-accordion-active .panel .content blockquote {
  margin-left: 0;
}
@media (max-width: 380px) {
  header {
    border-bottom: 1px solid #b4a495;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  header {
    padding: 10px 0 50px 0;
  }
}
@media (max-width: 380px) {
  header #top-links {
    text-align: left;
    padding-top: 10px;
  }
  header #top-links .btn,
  header #top-links #register-form fieldset div.submit button,
  header #top-links .tabs.tabbed .tab-links ul li a {
    width: 48%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  header #top-links {
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  header #top-links #site-search {
    display: inline-block;
    width: 90%;
    margin: 20px 0 0 0;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  header #top-links #site-search {
    width: 100%;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  header #top-links #site-search input {
    min-width: 89%;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  header #top-links #site-search button {
    float: left;
    width: 10%;
  }
}
@media (max-width: 380px) {
  header #top-links #toggle-nav {
    display: inline-block;
    width: 8%;
    margin: 20px 0 0 0;
    color: #7a7067;
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 380px) {
  nav#nav-main {
    display: none;
  }
}
@media (max-width: 380px) {
  nav#nav-main .col-sm-12 {
    padding: 0;
  }
}
@media (max-width: 380px) {
  nav#nav-main ul#nav > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b4a495;
  }
  nav#nav-main ul#nav > li.has-children {
    padding-right: 45px;
    background-image: url(/themes/fsrh/front-end/img/arrow-down.png);
    background-position: top 5px right 1px;
    background-repeat: no-repeat;
  }
  nav#nav-main ul#nav > li.has-children.is-open {
    background-image: url(/themes/fsrh/front-end/img/arrow-up.png);
  }
}
@media (max-width: 380px) {
  nav#nav-main ul#nav > li ul {
    display: none;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    border: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  nav#nav-main ul#nav > li ul {
    top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  nav#nav-main ul#nav > li ul {
    top: 41px;
  }
}
@media (max-width: 380px) {
  nav#nav-main ul#nav > li ul:after {
    display: none;
  }
}
@media (max-width: 380px) {
  nav#nav-main ul#nav > li ul li a {
    padding-left: 30px;
  }
}
@media (max-width: 380px) {
  #breadcrumbs #breadcrumbs-social a {
    margin-right: 4px;
  }
}
/* For multiple social icons since the social links module was added. */
@media (max-width: 380px) {
  .text-right {
    width: 100%;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px), (min-width: 767px) and (max-width: 992px) {
  #main {
    background: none !important;
  }
}
@media (max-width: 380px) {
  #main .details > .header,
  #main .details > .footer {
    padding: 10px 20px;
    font-size: 1.3rem;
  }
}
@media (max-width: 380px) {
  #main .details > .content {
    padding: 20px;
  }
}
@media (max-width: 380px) {
  #main .details#find-a-trainer-detail > .content {
    padding: 5px;
  }
}
@media (max-width: 380px) {
  #main #site-tools h4 {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  #footer-signup div {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #footer-signup h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer-signup h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #footer-signup .btn,
  #footer-signup #register-form fieldset div.submit button,
  #footer-signup .tabs.tabbed .tab-links ul li a {
    padding: 15px 40px;
    font-size: 1.6rem;
    width: 80%;
  }
}
@media (max-width: 380px) {
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer p {
  margin-bottom: 20px;
}
footer #footer-bottom {
  padding: 20px 0;
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  #carousel-container .row > div {
    padding: 0;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  #carousel-container #carousel .carousel-item:before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #carousel-container #carousel .carousel-item:before {
    right: 10%;
  }
}
#carousel-container #carousel .carousel-item .content {
  padding-top: 30px;
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  #carousel-container #carousel .carousel-item .content {
    margin-left: 10px;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px), (min-width: 767px) and (max-width: 992px), (min-width: 992px) and (max-width: 1180px) {
  #carousel-container #carousel .carousel-item .content {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  #carousel-container #carousel .carousel-item .content {
    width: 50%;
  }
}
@media (max-width: 380px) {
  #carousel-container #carousel .carousel-item .content h2 {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #carousel-container #carousel .carousel-item .content h2 {
    font-size: 2.4rem;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #carousel-container #carousel .carousel-item .content h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #carousel-container #carousel .carousel-item .content h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 380px) {
  #carousel-container #carousel .btn.btn-default,
  #carousel-container #carousel #register-form fieldset div.submit button.btn-default,
  #carousel-container #carousel .tabs.tabbed .tab-links ul li a.btn-default {
    white-space: normal;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #carousel-container #carousel .btn.btn-default,
  #carousel-container #carousel #register-form fieldset div.submit button.btn-default,
  #carousel-container #carousel .tabs.tabbed .tab-links ul li a.btn-default {
    white-space: normal;
  }
}
@media (max-width: 380px) {
  #carousel-container #carousel ul.slick-dots {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .promos {
    overflow: hidden;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  .promos .col-sm-12 {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px), (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  .promos .col-sm-12 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .promos .promo {
    width: 100%;
    min-height: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .promos .promo {
    min-height: 174px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .promos .promo {
    min-height: 188px;
  }
}
@media (min-width: 767px) and (max-width: 992px), (min-width: 992px) and (max-width: 1180px), (min-width: 1180px) {
  .promos .promo {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .promos .promo.padded {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .promos .promo.padded {
    padding: 22px;
  }
}
@media (max-width: 380px) {
  #latest-updates .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  #latest-updates h3 {
    font-family: "CeraPRO-Regular";
    margin-left: 20px;
    padding: 30px 0 15px 0;
    color: #000000;
    font-size: 2.2rem;
    text-align: left;
  }
}
@media (max-width: 380px) {
  #latest-updates #updates-scroll {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 380px) {
  #latest-updates .update:not(.update-large) {
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #latest-updates .update:not(.update-large) {
    width: 48.5%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #latest-updates .update:not(.update-large) {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #latest-updates .update:not(.update-large) {
    width: 220px;
  }
}
@media (max-width: 380px) {
  #latest-updates .update:not(.update-large) {
    margin-right: 20px;
  }
  #latest-updates .update:not(.update-large):last-child {
    margin-right: 0;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #latest-updates .update:not(.update-large):nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media (min-width: 767px) {
  #latest-updates .update:not(.update-large):nth-child(2n+1) {
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  #latest-updates .update.update-news.update-large,
  #latest-updates .update.update-event.update-large {
    min-height: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  #latest-updates .update {
    font-size: 0.9rem;
    min-height: 0;
  }
}
@media (max-width: 380px) {
  #latest-updates .signup {
    margin-top: 0;
    font-size: 2rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #latest-updates .signup {
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #latest-updates .signup {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 380px) {
  #latest-updates .signup h4 {
    font-size: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #latest-updates .signup h4 {
    top: 8px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #latest-updates .signup .btn,
  #latest-updates .signup #register-form fieldset div.submit button,
  #latest-updates .signup .tabs.tabbed .tab-links ul li a {
    margin-top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #latest-updates .signup .btn,
  #latest-updates .signup #register-form fieldset div.submit button,
  #latest-updates .signup .tabs.tabbed .tab-links ul li a {
    margin-top: 14px;
  }
}
@media (max-width: 380px) {
  #home-content .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px), (min-width: 767px) and (max-width: 992px) {
  #home-content .container {
    background: none;
  }
}
@media (max-width: 380px) {
  #home-content .container h3 {
    font-size: 3rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  #home-content .container h3 {
    font-size: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #home-content .container h3 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content .container h3 {
    font-size: 3.9rem;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  #home-content .container .triangle-overlay {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content .container .triangle-overlay {
    font-size: 10rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content .container .triangle-overlay.pink-triangle-overlay {
    line-height: 5.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content .container .triangle-overlay.orange-triangle-overlay {
    top: 350px;
    left: 230px;
    line-height: 6rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content .container .triangle-overlay span.sub {
    font-size: 1.5rem;
  }
}
@media (max-width: 380px) {
  #home-content p,
  #home-content ul {
    padding: 0;
    color: #7a7067;
    font-size: 1.6rem;
  }
}
@media (min-width: 380px) and (max-width: 767px), (min-width: 767px) and (max-width: 992px) {
  #home-content p,
  #home-content ul {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content p,
  #home-content ul {
    font-size: 1.8rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #home-content ul {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  #home-content ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 380px) {
  #home-content ul li {
    padding-left: 25px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg > p > img {
  height: auto;
  margin: 0px;
}
@media (max-width: 380px) {
  .wysiwyg > p > img {
    width: 100%;
  }
}
@media (max-width: 380px), (min-width: 380px) and (max-width: 767px) {
  aside#tertiary {
    clear: both;
  }
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  margin: 0 0 15px;
}
.wysiwyg .pullquote {
  background: #b4a495 url(/themes/fsrh/front-end/img/quotes.png?v=2) no-repeat center 25px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  padding: 85px 20px 40px;
  font-size: 1.3em;
  text-align: center;
  border-left: 5px solid #eb4a8e;
  max-width: 500px;
}
.wysiwyg .gradient {
  background-color: #eb4a8e;
  background-image: linear-gradient(135deg, #eb4a8e, #ec6d06);
  color: #fff;
  padding: 20px;
  font-size: 1.3em;
  max-width: 500px;
}
.wysiwyg .standfirst {
  font-size: 1.6rem;
  padding: 20px;
  color: #000;
  background-color: #b4a495;
  font-weight: bold;
}
.wysiwyg .standout {
  font-size: 1.6rem;
  padding: 20px;
  color: #ffffff;
  background-color: #ec6d06;
}
.wysiwyg blockquote {
  margin: 25px 0 25px -32px;
  padding: 25px 50px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.8rem;
  background-color: #f1edea;
  border-left: 7px solid #ec6d06;
}
.wysiwyg table {
  margin-bottom: 15px;
}
.wysiwyg a {
  color: #0000cd;
  text-decoration: underline;
}
.wysiwyg .button-orange,
.wysiwyg .button-pink,
.wysiwyg .button-red {
  border-radius: 5px;
  padding: .6em 1.5em;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.wysiwyg .button-orange:hover,
.wysiwyg .button-pink:hover,
.wysiwyg .button-red:hover,
.wysiwyg .button-orange:focus,
.wysiwyg .button-pink:focus,
.wysiwyg .button-red:focus {
  text-decoration: none;
}
.wysiwyg .button-orange {
  background-color: #ec6d06;
  color: #fff;
}
.wysiwyg .button-orange:hover,
.wysiwyg .button-orange:focus {
  background-color: #d36205;
}
.wysiwyg .button-red {
  background-color: #ed4f4e;
  color: #fff;
}
.wysiwyg .button-red:hover,
.wysiwyg .button-red:focus {
  background-color: #e82120;
}
.wysiwyg .button-pink {
  background-color: #eb4a8e;
  color: #fff;
}
.wysiwyg .button-pink:hover,
.wysiwyg .button-pink:focus {
  background-color: #e61c71;
}
.wysiwyg img.image-left {
  float: left;
}
.wysiwyg img.image-right {
  float: right;
}
.wysiwyg img[style="float: left;"],
.wysiwyg iframe[align="left"] {
  margin-right: 1em;
}
.wysiwyg img[style="float: right;"],
.wysiwyg iframe[align="right"] {
  margin-left: 1em;
}
ol {
  list-style: decimal;
  margin: 1em 0;
  padding: 0 0 0 40px;
}
