/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
	position: relative; /*Any position but static should work*/
	overflow: hidden;
}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;-o-border-image:none;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.slideshow .flexslider {
    border: none;
}
.slideshow .flexslider ul,
.slideshow .fs-carousel ul{
    margin: 0;
}
.slideshow .flexslider ul li,
.slideshow .fs-carousel ul li{
    list-style-type: none;
    margin: 0;
}
.slideshow .flexslider ol,
.slideshow .fs-carousel ol{
    list-style-type: none;
    margin: 0;
}
.slideshow .flexslider img, .slideshow .fs-carousel img {
    border: 0;
}
.flexslider .slide {
    margin-bottom: 10px;
}
.slideshow .flexslider a:hover {
    border-bottom: 0;
}
.slideshow .flex-direction-nav a {
    overflow: visible;
}
.slideshow a.flex-next:hover, .fs-carousel a.flex-next:hover {border-bottom: none;}

.slideshow .fs-carousel {position: relative;}
.slideshow .fs-carousel ul.slides li img {cursor: pointer; width: 100%; height: auto; opacity: 0.9;}
.slideshow .fs-carousel ul.slides li img:hover {opacity: 1;}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.slideshow .fs-carousel:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/*!
 *  Font Awesome 4.3.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';
  font-display: optional;
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  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;
  transform: translate(0, 0);
}
/* 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 #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #ffffff;
}
/* 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-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-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-genderless:before,
.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-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-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";
}

/**
  * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
  *
  * @version v1.5.2
  * @homepage http://multiple-select.wenzhixin.net.cn
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */

@charset "UTF-8";.ms-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:auto!important;top:auto!important}.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div.icon-close{position:absolute;top:0;right:16px;height:100%;width:16px}.ms-choice>div.icon-close:before{content:'×';color:#888;font-weight:bold;position:absolute;top:50%;margin-top:-14px}.ms-choice>div.icon-close:hover:before{color:#333}.ms-choice>div.icon-caret{position:absolute;width:0;height:0;top:50%;right:8px;margin-top:-2px;border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px}.ms-choice>div.icon-caret.open{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.ms-drop{width:auto;min-width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;border-radius:4px}.ms-drop.bottom{top:100%;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.ms-drop.top{bottom:100%;box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:2px;position:relative;white-space:nowrap;width:100%;z-index:10000;box-sizing:border-box}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 5px;margin:0;outline:0;font-family:sans-serif;border:1px solid #aaa;border-radius:5px;box-shadow:none}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static;padding:.25rem 8px}.ms-drop ul>li .disabled{font-weight:normal!important;opacity:.35;filter:Alpha(Opacity=35);cursor:default}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{position:relative;padding-left:1.25rem;margin-bottom:0;font-weight:normal;display:block;white-space:nowrap;cursor:pointer}.ms-drop ul>li label.optgroup{font-weight:bold}.ms-drop ul>li.hide-radio{padding:0}.ms-drop ul>li.hide-radio:focus,.ms-drop ul>li.hide-radio:hover{background-color:#f8f9fa}.ms-drop ul>li.hide-radio.selected{color:#fff;background-color:#007bff}.ms-drop ul>li.hide-radio label{margin-bottom:0;padding:5px 8px}.ms-drop ul>li.hide-radio input{display:none}.ms-drop ul>li.option-level-1 label{padding-left:28px}.ms-drop input[type="radio"],.ms-drop input[type="checkbox"]{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.ms-drop .ms-no-results{display:none}
@charset "UTF-8";
/*----- Main SCSS File ------*/
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
.accordion h2 {
  margin: 0 auto 0.625rem;
  text-align: center;
  max-width: 700px;
}
.accordion h2.align-left {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.accordion .description {
  margin: 0 auto 0.625rem;
  text-align: center;
  max-width: 700px;
}
.accordion h3.accordion--title {
  padding: 0 0 0.5625rem 0;
  margin: 0;
  border-bottom: 0.0625rem solid #eee;
}
.accordion h3.accordion--title.open {
  border-bottom: none;
}
.accordion .first h3.accordion-title {
  border-top: none;
}
.accordion h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.accordion h3 a {
  position: relative;
  margin: 0;
  padding: 0.3125rem 50px 0.3125rem 0;
  display: block;
  font-weight: 400;
  color: #000;
}
.accordion h3 a:hover, .accordion h3 a:focus {
  text-decoration: none;
}
.accordion h3 a i {
  position: absolute;
  right: 0;
  color: #939598;
  font-weight: 400;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion h3 a .fa-minus {
  display: none;
}
.accordion .accordion--list {
  margin-top: 1.5625rem;
}
.accordion .accordion--list:first-child {
  margin-top: 0;
}
.accordion .accordion--item {
  padding: 0.3125rem 0 0.3125rem;
}
.accordion .accordion--panel {
  display: none;
}
.accordion .accordion--panel h2 {
  text-align: left;
}
.accordion .accordion--panel p + h2, .accordion .accordion--panel ul + h2, .accordion .accordion--panel ol + h2 {
  margin-top: 3.125rem;
}
.accordion .open .fa-plus {
  display: none;
}
.accordion .open .fa-minus {
  display: block;
}
.accordion .open + .accordion--panel {
  display: block;
}

.field + .accordion .accordion--list {
  margin-top: 0.3125rem;
  margin-bottom: 0.9375rem;
}
.field + .accordion .accordion--title {
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
  border-bottom: 0.0625rem solid #eee;
}

/**
 * #announcement bar is displayed at the top of every page. Can be turned on and
 * off via the SiteConfig.
 */
.announcementbar {
  background: #00205b;
  width: 100%;
  position: relative;
  padding: 0.625rem 30px;
  transition: height 1s ease;
}
.announcementbar.closed {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(-100%);
}
.announcementbar p {
  max-width: 1025px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.announcementbar p a {
  color: #fff;
  text-decoration: underline;
}
.announcementbar .announcementbar--read {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
  transform: translateY(-50%);
  color: #fff;
}
.announcementbar .announcementbar--read:hover, .announcementbar .announcementbar--read:focus {
  opacity: 0.7;
}

.page-alert {
  background: #00205b;
  padding: 0.625rem 0;
  overflow: hidden;
  transition: max-height 300ms ease;
  color: #fff;
  max-height: 170px;
}
@media (min-width: 768px) {
  .page-alert {
    max-height: 70px;
  }
}
.page-alert .alert {
  border: none;
  background: transparent;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  min-height: 0;
  padding-left: 40px;
}
.page-alert .alert:before {
  content: "";
  display: block;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
}
.page-alert .alert.alert-success:before {
  content: "";
}
.page-alert .alert.alert-danger:before {
  content: "";
}
.page-alert .page-alert--message {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}
.page-alert.page-alert--success {
  background: #47a23f;
}
.page-alert.page-alert--danger {
  background: #ff585d;
}

.breadcrumbs {
  position: relative;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    font-size: 0.75rem;
  }
}

#content .dnadesign__elemental__models__elementcontent:first-child {
  margin-top: 3.125rem;
}

.element--content__main p:last-child {
  margin-bottom: 0;
}
.element--content__main p.text-center > a:first-child:last-child {
  margin: 0 auto;
  max-width: 300px;
  text-align: left;
  line-height: 1;
}

/*
 * correct when some elements which have internal spacing make sure we don't double up and create
 * some massive gaps. Err on the side on less gaps as the CMS authors can always add spacers.
 *
 * @todo
 */
/*
 * Generic typography styles
 */
.element--content p + h2,
.element--content p + h3,
.element--content ul + h2,
.element--content ul + h3,
.element--content table + h2,
.element--content table + h3,
.element--content ol + h2,
.element--content ol + h3 {
  margin-top: 1.875rem;
}
.element--content p + h4,
.element--content p + h5 {
  margin-top: 0.9375rem;
}
.element--content h2 {
  margin-bottom: 0.9375rem;
}
.element--content h3 {
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px) {
  .content-element__imagewrapper {
    text-align: center;
  }
}

.content-element__image {
  text-align: center;
  margin-bottom: 1.25rem;
}
.content-element__image.content-element__image-circle {
  width: 182px;
  height: 182px;
  /* background: $gray-lightest; */
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  display: inline-flex;
  padding: 35px;
}
.content-element__image.content-element__image-circle img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
}
@media (max-width: 767.98px) {
  .content-element__image.content-element__image-circle {
    width: 91px;
    height: 91px;
    padding: 21px;
  }
}
.content-element__image img {
  max-width: 100%;
}

.silverstripe__elementalbannerblock__block__bannerblock + .dnadesign__elemental__models__elementcontent {
  margin-top: 2.1875rem;
}

.share-column {
  display: flex;
  flex-direction: row;
}
.share-column a {
  display: block;
  color: #939598;
  background: #f4f6f6;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  margin-bottom: 7px;
  margin-right: 7px;
  line-height: 35px;
  text-align: center;
}
.share-column a:visited {
  color: #939598;
}
.share-column a.linkedin:hover, .share-column a.linkedin:focus {
  color: #fff;
  background-color: #0073b1;
}
.share-column a.twitter:hover, .share-column a.twitter:focus {
  color: #fff;
  background-color: #1b95e0;
}
.share-column a.facebook:hover, .share-column a.facebook:focus {
  color: #fff;
  background-color: #4267b2;
}
.share-column a.mail:hover, .share-column a.mail:focus {
  color: #fff;
  background-color: #00205b;
}
@media (min-width: 768px) {
  .share-column {
    flex-direction: column;
    position: absolute;
    top: 100%;
    margin-top: 0.625rem;
    left: -60px;
  }
}

.person--image {
  background: url(../images/default-avatar.svg) center center;
  background-size: 100% 100%;
  position: relative;
}
.person--image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.person--image img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #3FA2F7;
  top: 0;
  left: 0;
}

.sitemap li:before {
  display: none;
}

.element--steps .element--step_image {
  margin-bottom: 14px;
}
.element--steps .element--step_image img {
  margin: 0;
  max-width: 100%;
}
.element--steps .element--step {
  margin-bottom: 14px;
  position: relative;
  padding: 0 21px;
}
.element--steps .element--steps_row {
  padding: 1.25rem 0 0.625rem;
  border-radius: 4px;
}
.element--steps_blue .element--steps_row {
  background: #ddf2f8;
}
.element--steps_grey .element--steps_row {
  background: #939598;
}
.element--steps_showarrow .element--step:after {
  content: "";
  display: block;
  font-family: "Glyphicons Halflings";
  color: #47a23f;
  font-size: 40px;
  position: absolute;
  right: -40px;
  top: 50%;
  line-height: 1;
  transform: translate(0, -50%);
}
@media (max-width: 575.98px) {
  .element--steps_showarrow .element--step {
    margin-bottom: 63px;
    margin-top: 14px;
  }
  .element--steps_showarrow .element--step:after {
    transform: rotate(90deg) translateY(50%);
    top: calc(100% + 10px);
    left: 50%;
    right: auto;
  }
}
@media (max-width: 575.98px) {
  .element--steps_showarrow .element--steps_row .col-12:last-child .element--step {
    margin-bottom: 14px;
  }
}
.element--steps_showarrow .element--steps_row .col-12:last-child .element--step:after {
  display: none;
}
.element--steps .element--step {
  text-align: center;
}

.element--content .content-element__sidebar {
  background: #47a23f;
  border-radius: 2px;
  padding: 0.9375rem;
}
.element--content .content-element__sidebar p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0.703125rem;
  margin-bottom: 0rem;
}
.element--content .content-element__sidebar p:last-child {
  margin-bottom: 0;
}
.element--content .content-element__sidebar a {
  color: #fff !important;
  text-decoration: underline;
}
.element--content .content-element__sidebar a:hover, .element--content .content-element__sidebar a:focus {
  color: #fff !important;
  opacity: 0.8;
}
.element--content .content-element__sidebar a[href$=".pdf"]:first-child, .element--content .content-element__sidebar a[href$=".PDF"]:first-child, .element--content .content-element__sidebar a[href$=".csv"]:first-child, .element--content .content-element__sidebar a[href$=".CSV"]:first-child, .element--content .content-element__sidebar a[href$=".epub"]:first-child, .element--content .content-element__sidebar a[href$=".EPUB"]:first-child, .element--content .content-element__sidebar a[href$=".doc"]:first-child, .element--content .content-element__sidebar a[href$=".DOC"]:first-child, .element--content .content-element__sidebar a[href$=".docx"]:first-child, .element--content .content-element__sidebar a[href$=".xls"]:first-child, .element--content .content-element__sidebar a[href$=".XLS"]:first-child, .element--content .content-element__sidebar a[href$=".xlsx"]:first-child, .element--content .content-element__sidebar a[href$=".XLSX"]:first-child {
  display: block;
  min-height: 25px;
}
.element--content .content-element__sidebar a.block-link {
  padding-right: 30px;
}
.element--content .content-element__sidebar abbr:after {
  background: url(../images/icons8-info-96-white.png) no-repeat center center;
}
.element--content .content-element__sidebar a:visited {
  color: #fff;
}
.element--content .content-element__sidebar .glyphicon-download-alt {
  margin-left: 5px;
}
.element--content .content-element__sidebar h2 {
  font-weight: 600;
  margin-bottom: 0.3125rem;
  position: relative;
  padding-right: 40px;
  display: block;
  color: #fff;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5625rem;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0.703125rem;
}
.element--content .content-element__sidebar h2 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.element--content a.block-link {
  /* if a link is by itself then make it a button style. */
  background-color: #47a23f;
  padding: 0.625rem 15px;
  color: #fff;
  border-radius: 2px;
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.element--content a.block-link:hover, .element--content a.block-link:focus {
  background-color: #377d31;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.reveal-more-trigger {
  border-bottom: 1px solid #eee;
  position: relative;
  margin: 0;
  padding: 14px 50px 13px 0;
  display: block;
  color: #47a23f;
  font-weight: 600;
  cursor: pointer;
}
.reveal-more-trigger:visited {
  color: #47a23f;
}
.reveal-more-trigger:hover, .reveal-more-trigger:focus {
  text-decoration: none;
}
.reveal-more-trigger i {
  position: absolute;
  right: 0;
  color: #47a23f;
  font-weight: 400;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.reveal-more-trigger .fa-minus {
  display: none;
}
.reveal-more-trigger .reveal-title-alt {
  display: none;
}

.revealed .reveal-more-trigger {
  margin-bottom: 21px;
  color: #00205b;
}
.revealed .reveal-more-trigger i {
  color: #00205b;
}
.revealed .reveal-more-trigger .fa-plus {
  display: none;
}
.revealed .reveal-more-trigger .fa-minus {
  display: block;
}
.revealed .reveal-more-trigger span {
  display: none;
}
.revealed .reveal-more-trigger span.reveal-title-alt {
  display: block;
}
.revealed .reveal-more-wrapper {
  display: block;
}

.reveal-more-wrapper {
  display: none;
}

/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
.course-search {
  background: #00205b;
  background: #00205b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.25rem 1.5625rem;
}
.course-search input.text {
  background: #fff;
  width: 100%;
  height: 50px;
}
.course-search input.text:focus {
  border-color: #fff;
}
.course-search .btn {
  width: 100%;
  height: 50px;
  border-radius: 2px;
}
.course-search h2 {
  color: #fff;
  margin-top: 0;
}
.course-search label {
  display: none;
}
.course-search fieldset {
  position: relative;
  width: 100%;
}
.course-search .field {
  padding: 0;
}
.course-search div.ms-parent {
  margin-bottom: 0;
  height: 50px;
}
.course-search div.ms-parent .ms-choice {
  height: 50px;
  line-height: 50px;
}
.course-search #FilterForm_FilterForm_Delivery_Holder {
  display: flex;
  padding-top: 15px;
}
.course-search #FilterForm_FilterForm_Delivery_Holder > label {
  margin-right: 15px;
  padding: 0;
}
.course-search #FilterForm_FilterForm_Delivery_Holder li {
  margin: 0 20px 0 0;
}
.course-search #FilterForm_FilterForm_Delivery_Holder li label {
  top: 0;
  line-height: 15px;
  padding-left: 30px;
}
.course-search #FilterForm_FilterForm_Delivery_Holder label:before {
  border-radius: 8px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.course-search #FilterForm_FilterForm_Delivery_Holder label:after {
  background: #47a23f;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  top: 4px;
  left: 2px;
}
.course-search #FilterForm_FilterForm_Delivery_Holder label {
  color: #fff;
  display: block;
  left: 0;
  top: 0;
  position: relative;
}
.course-search #FilterForm_FilterForm_Delivery_Holder ul {
  display: flex;
}
.course-search .fa-search {
  position: absolute;
  right: 30px;
  font-size: 44px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .course-search {
    transform: none;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .course-search fieldset {
    padding-right: 0;
  }
  .course-search .fa-search {
    display: none;
  }
  .course-search .action {
    right: 0;
    width: 165px;
    position: relative;
    margin-top: 15px;
  }
  .course-search .action:after {
    transform: translate(-17px, -50%);
  }
}

@media (max-width: 767.98px) {
  .coursefinder__field {
    margin-bottom: 10px;
  }
}

.coursefinder__key {
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.coursefinder__key li {
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.coursefinder__key li:before {
  display: none;
}
.coursefinder__key .coursefinder__keyicon {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.coursefinder__key .coursefinder__keyicon.coursefinder__keyicon-green {
  background-color: #47a23f;
}
.coursefinder__key .coursefinder__keyicon.coursefinder__keyicon-blue {
  background-color: #62b5e5;
}

.occurrence__list {
  list-style: none;
  padding: 0;
}
.occurrence__list li:before {
  display: none;
}

.coursefinder__list {
  margin: 0;
  padding: 0;
}
.coursefinder__list p {
  margin-bottom: 0.3125rem;
}
.coursefinder__list .coursefinder__item {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.coursefinder__list .coursefinder__item h3 {
  margin-bottom: 0.625rem;
}
.coursefinder__list .coursefinder__item h3 a {
  color: #000;
}
.coursefinder__list li {
  list-style: none;
}
.coursefinder__list li:before {
  display: none;
}

.course__subtitle {
  margin: 0;
}

.occurrence__item a {
  color: #00205b;
  font-weight: 400;
}
.occurrence__item a:hover,
.occurrence__item a:focus {
  text-decoration: none;
  opacity: 0.7;
  color: #00205b;
}
.occurrence__item a:visited {
  color: #00205b;
}
.occurrence__item .occurrence {
  display: flex;
  position: relative;
  padding: 1.25rem 240px 1.25rem 14px;
  border: 1px solid #eee;
  color: #00205b;
  min-height: 4.375rem;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 7px;
}
.occurrence__item .occurrence .btn {
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .occurrence__item .occurrence {
    padding-right: 20px;
    flex-direction: column;
    line-height: 1.25rem;
  }
  .occurrence__item .occurrence .btn {
    float: left;
    margin-top: 1.25rem;
  }
}
.occurrence__item.occurence__early .occurrence {
  border-color: #47a23f;
}
.occurrence__item.occurence__early .occurrence .btn {
  border-color: #47a23f;
  color: #fff;
  background-color: #47a23f;
}
.occurrence__item.occurence__limited .occurrence {
  border-color: #62b5e5;
}
.occurrence__item.occurence__limited .occurrence .btn {
  border-color: #62b5e5;
  color: #fff;
  background-color: #62b5e5;
}
@media (min-width: 768px) {
  .occurrence__item .occurrence__action {
    position: absolute;
    top: 14px;
    right: 14px;
  }
}
.occurrence__item .occurrence__date {
  font-weight: 600;
  margin-right: 15px;
  width: 160px;
}
@media (max-width: 767.98px) {
  .occurrence__item .occurrence__date {
    width: 100%;
  }
}
.occurrence__item .occurrence__region {
  font-weight: normal;
  margin-right: 25px;
  width: 250px;
}
.occurrence__item li:before {
  display: none;
}

.occurrence__summary .remove-col {
  flex: 0 0 30px;
}
.occurrence__summary .remove-col a {
  color: #ff585d;
  font-size: 20px;
}
.occurrence__summary .remove-col a:visited {
  color: #ff585d;
}
.occurrence__summary .occurrence__summary-total {
  color: #f4f6f6;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 0.703125rem;
  border-top-color: rgba(255, 255, 255, 0.1);
}
.occurrence__summary .occurrence__summary-totalamount {
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}

.col-md-3 .occurrence__summary {
  background: #00205b;
  border-radius: 4px;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .col-md-3 .occurrence__summary {
    max-height: 49px;
    padding: 0.625rem;
  }
  .col-md-3 .occurrence__summary h3 {
    font-size: 1rem;
    line-height: 1.40625rem;
    margin-top: 0;
    margin-bottom: 0rem;
  }
  .col-md-3 .occurrence__summary .occurrence__summary-row,
.col-md-3 .occurrence__summary h3 {
    display: none;
  }
  .col-md-3 .occurrence__summary.open {
    max-height: 100vh;
    overflow-y: scroll;
  }
  .col-md-3 .occurrence__summary.open .occurrence__summary-row,
.col-md-3 .occurrence__summary.open h3 {
    display: block;
    color: #fff;
  }
  .col-md-3 .occurrence__summary.open h2:after {
    transform: rotate(180deg);
  }
  .col-md-3 .occurrence__summary h2 {
    position: relative;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.40625rem;
    margin-top: 0;
    margin-bottom: 0rem;
  }
  .col-md-3 .occurrence__summary h2:after {
    font: normal normal normal 10px/1 FontAwesome;
    text-rendering: auto;
    border: none;
    opacity: 0.7;
    content: "";
    display: block;
    color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transform: translate(-15px, -2px);
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
  }
}
.col-md-3 .occurrence__summary .occurrence__summary-row {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.3125rem;
  font-size: 0.875rem;
  position: relative;
  border-radius: 4px;
  margin: 0.625rem 0;
}
.col-md-3 .occurrence__summary .occurrence__summary-row .occurrence__col {
  margin-bottom: 0.3125rem;
}
.col-md-3 .occurrence__summary .occurrence__summary-row .remove-col {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.col-md-3 .occurrence__summary .sidebar-hidden {
  display: none;
}
.col-md-3 .occurrence__summary h2 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.col-md-3 .occurrence__summary h3 {
  display: none;
}
.col-md-3 .occurrence__summary p {
  color: #fff;
  font-size: 0.875rem;
  margin: 0;
}
.col-md-3 .occurrence__summary a {
  color: #fff;
}
.col-md-3 .occurrence__summary a:visited {
  color: #fff;
}
.col-md-3 .occurrence__summary .occurrence__label {
  font-weight: bold;
}
.col-md-3 .occurrence__summary .occurrence__row {
  display: flex;
}
.col-md-3 .occurrence__summary .occurrence__row > div {
  flex: 1;
}

.course__summary-full .occurrence__summary {
  margin-bottom: 0.625rem;
}
.course__summary-full .occurrence__summary .sidebar-hidden {
  display: block;
}
.course__summary-full .occurrence__summary h2 {
  display: none;
}
.course__summary-full .occurrence__summary h3 {
  margin-top: 1.5625rem;
}
.course__summary-full .occurrence__summary .occurrence__label {
  color: #47a23f;
  font-weight: 600;
}
.course__summary-full .occurrence__summary .occurrence__col {
  flex: 1;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
.course__summary-full .occurrence__summary .occurrence__col.remove-col {
  flex: 0 0 30px;
}
.course__summary-full .occurrence__summary .occurrence__summary-row {
  margin-top: 0.3125rem;
  border-top: 1px solid #eee;
  padding-top: -0.6875rem;
}
.course__summary-full .occurrence__summary .occurrence__summary-totalamount {
  background: #00205b;
  margin: 1.5625rem 0;
  padding: 0.625rem;
  border-radius: 4px;
  color: #fff;
}
.course__summary-full .occurrence__summary .occurrence__summary-totalamount p {
  color: #fff;
  margin: 0;
}
.course__summary-full .occurrence__summary .occurrence__summary-totalamount .occurrence__row {
  display: flex;
}
@media (min-width: 768px) {
  .course__summary-full .occurrence__summary-row {
    display: flex;
    flex-direction: row;
  }
}

.course__steps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.course__steps .step {
  padding: 0.3125rem 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 0.9375rem;
  margin-left: 4px;
  border-bottom: 4px solid #eee;
  color: #727272;
  transition: all 0.3s ease;
}
.course__steps .step.active {
  border-color: #47a23f;
}
.course__steps a.step {
  border-color: #47a23f;
  color: #47a23f;
}
.course__steps a.step:hover, .course__steps a.step:focus {
  text-decoration: none;
}
.course__steps a.step:visited {
  color: #47a23f;
}

.course__bookingform .breadcrumbs {
  top: -20px;
}
.course__bookingform label.left {
  display: block;
  margin-bottom: 0.625rem;
}
.course__bookingform .conditional.field label {
  padding-top: 0.3125rem;
  padding-left: 0;
  font-size: 0.875rem;
}
.course__bookingform .conditional.field .description {
  margin: 0;
  text-align: left;
}

.occurrence__summary-total {
  color: #47a23f;
  margin-top: 0.9375rem;
  border-top: 1px solid #eee;
  padding-top: -0.6875rem;
  color: #47a23f;
}
.occurrence__summary-total .occurrence__row {
  display: flex;
}
.occurrence__summary-total .occurrence__cell--header {
  font-weight: 600;
}

.occurrence__summary-totalamount .occurrence__cell {
  flex: 1;
}

.btn.add-another-attendee {
  display: block;
  text-align: left;
  margin: 14px 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 50px;
}
.btn.add-another-attendee .fa {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.passport .fieldgroup {
  display: flex;
}
.passport .fieldgroup .fieldgroup-field {
  flex: 1;
}
.passport .fieldgroup .fieldgroup-field.first {
  margin-right: 10px;
}

.booking-form {
  position: relative;
}
.booking-form label a {
  padding-left: 0 !important;
  font-size: inherit !important;
  display: inline !important;
}

.success-page {
  max-width: 680px;
  margin: 0 auto;
}
.success-page .alert {
  text-align: left;
}
.success-page .alert p {
  font-size: 0.875rem;
}

.success-page__stages {
  padding-bottom: 2.5rem;
  margin-top: 3.75rem;
}
.success-page__stages ul {
  display: flex;
  margin-top: 1.25rem;
  padding: 0;
  justify-content: space-evenly;
}
.success-page__stages ul > li {
  flex: 1;
  text-align: center;
  margin: 0.625rem 30px;
  font-size: 1rem;
  color: #47a23f;
  position: relative;
}
.success-page__stages ul > li:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
  background-position: center center;
  position: relative;
  left: 0;
}
.success-page__stages ul > li:after {
  width: 100px;
  height: 20px;
  pointer-events: none;
  background: url(../images/progress-line.png) no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 30px;
  right: -80px;
  display: block;
}
.success-page__stages ul > li:nth-child(1):before {
  background-image: url(../images/icon-mail.svg);
}
.success-page__stages ul > li:nth-child(2):before {
  background-image: url(../images/icon-clipboard.svg);
}
.success-page__stages ul > li:nth-child(3):before {
  background-image: url(../images/icon-academy.png);
}
.success-page__stages ul > li:nth-child(3):after {
  display: none;
}
.success-page__stages ul > li:last-child:after {
  display: none;
}

#BookingForm_BookingForm + .lds-ellipsis {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#BookingForm_BookingForm.loading {
  pointer-events: none;
}
#BookingForm_BookingForm.loading + .lds-ellipsis {
  opacity: 1;
}
#BookingForm_BookingForm.loading fieldset {
  opacity: 0.2;
  filter: grayscale(1);
}
#BookingForm_BookingForm.loading .btn-toolbar {
  opacity: 0.2;
  filter: grayscale(1);
}
#BookingForm_BookingForm.loading .lds-ellipsis {
  opacity: 1;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #47a23f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
.footer {
  background: #000;
  margin-top: 1.5625rem;
  padding: 5.625rem 0 3.125rem;
}
@media (max-width: 575.98px) {
  .footer {
    padding-top: 3.125rem;
  }
}
.footer p {
  color: #fff;
  margin: 0;
  font-size: 0.984375rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.footer a,
.footer a:visited {
  color: #fff;
}
.footer a:hover, .footer a:focus,
.footer a:visited:hover,
.footer a:visited:focus {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}
.footer li {
  margin-bottom: 0.625rem;
}
.footer li:before {
  display: none;
}
.footer .customer-portal {
  margin-bottom: 1.5625rem;
}
.footer .copyright-line {
  margin-top: 1.5625rem;
  padding-top: 0.5625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer__heading {
  color: #fff;
  font-weight: 600;
  margin: 0 0 0.625rem;
  font-size: inherit;
  line-height: 1.25rem;
}
.footer .footer__list {
  margin-bottom: 1.5625rem;
  margin-top: 0;
}
.footer .footer__list a {
  display: inline-block;
}
.footer .footer__offices {
  margin-bottom: 0.9375rem;
}
.footer.tight {
  margin-top: 0;
}

.customer-portal .dropdown-toggle {
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.customer-portal .portal__link {
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
  color: #000;
  padding: 0.3125rem;
  display: block;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  max-width: 160px;
  margin: 0 5px;
}
.customer-portal .portal__link:visited {
  color: #000;
}
.customer-portal .portal__link:visited:hover, .customer-portal .portal__link:visited:focus {
  text-indent: 2px;
  background: #eee;
  color: #00205b;
}
.customer-portal .portal__link:hover, .customer-portal .portal__link:focus {
  text-indent: 2px;
  background: #eee;
  color: #00205b;
}

.footer--logo {
  display: block;
  width: 220px;
  height: 71px;
  max-width: 100%;
  position: relative;
  top: -8px;
  overflow: hidden;
  margin-bottom: 1.5625rem;
}

/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
label {
  display: block;
  padding: 0 0 10px;
  font-size: 1rem;
  line-height: 20px;
}

form h1, form .h1 {
  color: #47a23f;
}
form h2, form .h2 {
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
}
form h3, form .h3 {
  margin-top: 1.5625rem;
  color: #00205b;
}
form h4, form .h4 {
  font-weight: 600;
}
form h5, form .h5 {
  color: #47a23f;
}
form ul {
  margin: 0;
  padding: 0;
}
form ul.optionset {
  display: flex;
}
form ul.optionset li {
  margin-right: 20px;
}
form li {
  list-style: none;
}
form li:before {
  display: none;
}
form .alert {
  margin: 1.5625rem 0;
}

.field {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.field.conditional {
  padding-bottom: 0.9375rem;
}
.field.conditional label {
  padding-left: 20px;
  color: #727272;
}
.field .description {
  padding: 0.3125rem 0;
  opacity: 0.6;
  display: block;
}
.field + h2 {
  margin-top: 2.5rem;
}

input.text,
textarea {
  border: 0.0625rem solid #eee;
  border-radius: 2px;
  padding: 0.8rem 15px;
  width: 100%;
  color: #000;
  transition: all 0.4s;
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
input.text:focus, input.text:hover,
textarea:focus,
textarea:hover {
  outline: none;
  border-color: #47a23f;
  box-shadow: 0 0 0 0.2rem rgba(115, 176, 59, 0.15);
}
input.text[disabled],
textarea[disabled] {
  background: #eee;
  border-color: #eee;
  opacity: 0.5;
}
input.text[disabled]:focus,
textarea[disabled]:focus {
  border-color: #eee;
  box-shadow: none;
}
input.text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input.text:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
input.text::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
input.text:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.btn-toolbar {
  margin-top: 1.875rem;
  padding-top: 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

.error.message,
.required.message {
  color: #f36f21;
  padding: 0.3125rem;
  display: block;
  flex: 0 0 100%;
  font-size: 0.75rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0.703125rem;
}

fieldset {
  border: none;
  width: 100%;
  padding: 0;
}

.field__required {
  top: -3px;
  right: 2px;
  position: absolute;
  color: #47a23f;
}

.control-label {
  font-weight: 400;
}

.field {
  position: relative;
  clear: both;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.btn {
  background-color: #47a23f;
  padding: 0.563rem 15px;
  font-weight: 500;
  font-size: 0.984375rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
  color: #fff;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 1px;
}
.btn:hover, .btn:focus {
  background-color: #47a23f;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.btn .glyphicon {
  font-size: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-arrow {
  padding-right: 35px;
}
.btn.btn-arrow:after {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}
.btn.disabled {
  pointer-events: none;
}
.btn.btn-large {
  font-size: 1.375rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
  padding: 1rem 1rem 1rem 15px;
}
.btn.btn-large .fa {
  font-size: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .btn.btn-large {
    font-size: 1.125rem;
    line-height: 1.40625rem;
    margin-top: 0;
    margin-bottom: 0rem;
  }
}

.btn-primary {
  background-color: #47a23f;
}
.btn-primary:visited {
  color: #fff;
}

.btn-secondary {
  background-color: #00205b;
}
.btn-secondary:visited {
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #000e28;
  color: rgba(255, 255, 255, 0.9);
}

.btn-tertiary {
  background-color: #62b5e5;
}
.btn-tertiary:visited {
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid #47a23f;
  color: #47a23f;
}
.btn-outline:hover, .btn-outline:focus {
  color: #fff;
}
.btn-outline.btn-secondary {
  border-color: #00205b;
  color: #00205b;
}
.btn-outline.btn-tertiary {
  border-color: #62b5e5;
  color: #62b5e5;
}
.btn-outline:visited {
  color: #47a23f;
}
.btn-outline:visited:hover, .btn-outline:visited:focus {
  color: #fff;
}

.textarea.form-control {
  height: 180px;
  resize: none;
}

#MemberLoginForm_LoginForm {
  margin: 21px 0 70px 0;
}
#MemberLoginForm_LoginForm .btn {
  margin-bottom: 0.9375rem;
  padding-left: 40px;
  padding-right: 40px;
}
#MemberLoginForm_LoginForm #ForgotPassword {
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.nice-select:after {
  display: none !important;
}

.ms-parent {
  width: 100% !important;
}
.ms-parent .ms-choice {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px;
  border: none;
}
.ms-parent .ms-choice > span {
  left: 15px;
  padding: 0;
  font-size: 16px;
  color: #000;
}
.ms-parent .ms-choice .icon-caret {
  border: none !important;
}
.ms-parent .ms-choice .icon-caret:after {
  font: normal normal normal 10px/1 FontAwesome;
  text-rendering: auto;
  border: none;
  opacity: 0.7;
  content: "";
  display: block;
  transform: translate(-15px, -2px);
  line-height: 1;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.ms-parent .ms-select-all {
  display: none !important;
}

.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
  left: 12px;
  margin-left: 0;
}

.ms-drop.bottom {
  margin-top: -4px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  width: 100%;
}

.ms-drop ul > li {
  margin: 0;
}

.ms-drop ul {
  overflow-x: hidden;
}

.ms-drop ul > li label {
  line-height: 20px;
  padding-left: 32px;
  left: 0;
  top: 0;
}

.ms-drop ul > li.hide-radio.selected {
  background-color: #47a23f;
  color: #fff;
}
.ms-drop ul > li.hide-radio.selected label {
  color: #fff;
}

.element-form {
  z-index: 2;
  position: relative;
}
.element-form .form-step {
  display: flex;
  flex-wrap: wrap;
}
.element-form .dropdown .middleColumn {
  height: 100%;
}
.element-form .dropdown .ms-choice {
  line-height: 50px;
  height: 50px;
}
.element-form .message.validation {
  color: #fff;
  display: block;
  background: #f36f21;
  padding: 0.3125rem;
  font-size: 0.875rem;
  border-radius: 1px;
}
.element-form label {
  font-size: 16px;
  color: #727272;
}
.element-form label.right {
  color: #fff;
}
@media (min-width: 768px) {
  .element-form .form-step > .field {
    width: calc(50% - 7px);
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .element-form .form-step > .field {
    width: 100%;
    margin-bottom: 0.3125rem;
    padding: 0;
  }
}
.element-form .form-step > .field.focused label {
  opacity: 0.6;
}
.element-form .form-step > .field.has-value label.left {
  top: 4px;
  font-size: 11px;
  opacity: 0.6;
}
.element-form .form-step > .field.has-value input,
.element-form .form-step > .field.has-value textarea {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}
.element-form .form-step > .field.has-value.dropdown label.left {
  display: none;
}
.element-form .error.message {
  color: #f36f21;
  padding: 0.3125rem;
}
.element-form label {
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 2;
  transition: all 0.1s ease;
}
.element-form .btn-toolbar {
  padding-right: 7px;
  border: none;
  padding-top: 0;
  justify-content: flex-end;
  margin-top: 0;
}
.element-form .btn-toolbar .btn {
  height: auto;
  border: none;
}

.bg-secondary input.text:hover, .bg-secondary input.text:focus,
.bg-secondary textarea:hover,
.bg-secondary textarea:focus,
.bg-dark input.text:hover,
.bg-dark input.text:focus,
.bg-dark textarea:hover,
.bg-dark textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.form-step.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
}

.dropdown .middleColumn {
  position: relative;
}
.dropdown .custom-available:invalid {
  display: block !important;
  margin: 0;
  border: 0;
  padding: 0;
  height: 1px;
  opacity: 0;
  position: absolute;
  /* Top should be the same as the height of your */
  /* unfocused, nice select replacement element! */
  top: 49px;
}

.nice-select {
  width: 100%;
  border-radius: 2px;
  transition: border 300ms;
}
.nice-select span {
  color: #000;
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.nice-select .list {
  z-index: 100;
  width: 100%;
  max-height: 240px;
  margin-bottom: 0;
  overflow: scroll;
}
.nice-select .list li:before {
  display: none;
  margin: 0;
  padding: 0 10px;
}
.nice-select .option {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select:active, .nice-select.open, .nice-select:hover, .nice-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 176, 59, 0.15);
  border-color: #47a23f;
}
.nice-select:before {
  content: "";
  font: normal normal normal 10px/1 FontAwesome;
  text-rendering: auto;
  border: none;
  opacity: 0.7;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}

/*
 * Styled checkboxes
 */
[type=checkbox]:not(:checked),
[type=checkbox]:checked,
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:not(:checked) + div + label,
[type=checkbox]:checked + label,
[type=checkbox]:checked + div + label,
[type=radio]:not(:checked) + label,
[type=radio]:not(:checked) + div + label,
[type=radio]:checked + label,
[type=radio]:checked + div + label {
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:not(:checked) + div + label:before,
[type=checkbox]:checked + label:before,
[type=checkbox]:checked + div + label:before,
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + div + label:before,
[type=radio]:checked + label:before,
[type=radio]:checked + div + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #47a23f;
  transition: background-color 250ms;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + div + label:after,
[type=checkbox]:checked + label:after,
[type=checkbox]:checked + div + label:after,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + div + label:after,
[type=radio]:checked + label:after,
[type=radio]:checked + div + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/form-check.svg");
  transition: transform 250ms, opacity 250ms;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + div + label:after,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + div + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after,
[type=checkbox]:checked + div + label:after,
[type=radio]:checked + label:after,
[type=radio]:checked + div + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:not(:checked) + div + label:before,
[type=checkbox]:disabled:checked + label:before,
[type=checkbox]:disabled:checked + div + label:before,
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:not(:checked) + div + label:before,
[type=radio]:disabled:checked + label:before,
[type=radio]:disabled:checked + div + label:before {
  box-shadow: none;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after,
[type=checkbox]:disabled:checked + div + label:after,
[type=radio]:disabled:checked + label:after,
[type=radio]:disabled:checked + div + label:after {
  color: #999;
}

[type=checkbox]:disabled + label,
[type=checkbox]:disabled + div + label,
[type=radio]:disabled + label,
[type=radio]:disabled + div + label {
  color: #aaa;
}

.checkbox a[href$=".pdf"], .checkbox a[href$=".PDF"], .checkbox a[href$=".csv"], .checkbox a[href$=".CSV"], .checkbox a[href$=".epub"], .checkbox a[href$=".EPUB"], .checkbox a[href$=".doc"], .checkbox a[href$=".DOC"], .checkbox a[href$=".docx"], .checkbox a[href$=".xls"], .checkbox a[href$=".XLS"] {
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}

.datepicker td, .datepicker th {
  width: 28px;
  height: 28px;
}

.datepicker table {
  font-size: 1rem;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background: #00205b;
}

.required-indicator {
  color: #47a23f;
}

.form--inlinelabels .field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.form--inlinelabels .field label.left {
  font-weight: 400;
  width: 270px;
  padding-top: 0.3125rem;
  padding-right: 20px;
}
.form--inlinelabels .field .middleColumn {
  flex: 1;
}
@media (min-width: 768px) {
  .form--inlinelabels .field .message {
    padding-left: 270px;
  }
}
@media (min-width: 768px) {
  .form--inlinelabels .field .checkbox .message {
    padding-left: 0;
  }
}
.form--inlinelabels .field .description {
  flex: 0 0 100%;
  color: #727272;
  margin: 0.3125rem 0 0 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .form--inlinelabels .field .description {
    margin-left: 270px;
  }
}
@media (max-width: 575.98px) {
  .form--inlinelabels .field {
    flex-direction: column;
    align-items: flex-start;
  }
  .form--inlinelabels .field label.left {
    width: 100%;
    padding-bottom: 0.3125rem;
  }
  .form--inlinelabels .field .middleColumn {
    width: 100%;
  }
}

.alert .btn {
  border: none;
}
.alert p:last-child {
  margin-bottom: 0;
}

.easy-autocomplete {
  width: 100% !important;
}

@media (min-width: 768px) {
  .element-form .g-recaptcha {
    position: relative;
    top: -90px;
  }
}
.element-form #uff {
  text-align: center;
  color: #fff;
}
.element-form h2,
.element-form h3,
.element-form h4,
.element-form p,
.element-form li,
.element-form a {
  color: #fff;
}
.element-form a {
  text-decoration: underline;
}

.add_attendee {
  width: 100%;
}
.add_attendee .btn {
  text-align: left;
  background: #00205b;
  border-color: #00205b;
  width: 100%;
  margin: 1.25rem 0 2.5rem;
}
.add_attendee .btn:after {
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 9px);
  font-size: 18px;
}

label.left .tooltip-i {
  position: absolute;
  right: 0;
  font-size: 21px;
  top: 5px;
  width: 21px;
  cursor: pointer;
  height: 21px;
  display: block;
  background: url(../images/icons8-info-96.png) no-repeat center center;
}

body .tooltip-inner {
  background: #EEF3F6;
  padding: 10px 12px;
  color: #000;
  text-align: left;
}

body .bs-tooltip-right .tooltip-arrow::before,
body .bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before {
  border-right-color: #EEF3F6;
}

body .bs-tooltip-left .tooltip-arrow::before,
body .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #EEF3F6;
}

body .bs-tooltip-top .tooltip-arrow::before,
body .bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before {
  border-top-color: #EEF3F6;
}

body .bs-tooltip-bottom .tooltip-arrow::before,
body .bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #EEF3F6;
}

.WorkshopRegistrationPage .element-form .form-step {
  padding-bottom: 60px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--large {
  font-size: 56px;
  line-height: 1;
}

.icon--medium {
  font-size: 24px;
  line-height: 28px;
}

.icon--success {
  color: #47a23f;
}

.icon--danger {
  color: #ff585d;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

.focuspoint {
  width: 100%;
}

.imagecallout {
  position: relative;
}
.imagecallout img {
  margin: 0;
}
.imagecallout.imagecallout--mb {
  margin-bottom: 1.5625rem;
}
@media (max-width: 767.98px) {
  .imagecallout.imagecallout--mb {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 991px) {
  .imagecallout.bg-section {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .imagecallout--spacer {
    display: none !important;
  }
}

.imagecallout-contentcontainer {
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.imagecallout-contentcontainer .imagecallout-content {
  max-width: 640px;
  width: 100%;
}
.imagecallout-contentcontainer h2 {
  margin: 0 0 14px;
  font-weight: 600;
}
.imagecallout-contentcontainer h3 {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .imagecallout-contentcontainer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.imagecallout-contentcontainer.imagecallout-contentcontainer--large {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.imagecallout--right .imagecallout-contentcontainer {
  align-items: flex-end;
}

.imagecallout-image__fullbleed {
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.imagecallout-image__fullbleed.hidden {
  opacity: 0;
}

.imagecallout--fullbleed {
  padding: 0;
}
@media (min-width: 1200px) {
  .imagecallout--fullbleed.bg-section {
    padding: 0;
  }
}
.imagecallout--fullbleed.imagecallout--green {
  background: #47a23f;
}
.imagecallout--fullbleed.imagecallout--blue {
  background: #00205b;
}
.imagecallout--fullbleed.imagecallout--black {
  background: #000;
}
.imagecallout--fullbleed.imagecallout--grey {
  background: #f4f6f6;
}

.imagecallout--green h1, .imagecallout--green h2, .imagecallout--green h3, .imagecallout--green h4,
.imagecallout--blue h1,
.imagecallout--blue h2,
.imagecallout--blue h3,
.imagecallout--blue h4,
.imagecallout--black h1,
.imagecallout--black h2,
.imagecallout--black h3,
.imagecallout--black h4 {
  color: #fff;
}
.imagecallout--green p, .imagecallout--green li,
.imagecallout--blue p,
.imagecallout--blue li,
.imagecallout--black p,
.imagecallout--black li {
  color: #fff;
}
.imagecallout--green a,
.imagecallout--green a:visited,
.imagecallout--blue a,
.imagecallout--blue a:visited,
.imagecallout--black a,
.imagecallout--black a:visited {
  color: #fff;
}
.imagecallout--green a a:hover,
.imagecallout--green a a:focus,
.imagecallout--green a:visited a:hover,
.imagecallout--green a:visited a:focus,
.imagecallout--blue a a:hover,
.imagecallout--blue a a:focus,
.imagecallout--blue a:visited a:hover,
.imagecallout--blue a:visited a:focus,
.imagecallout--black a a:hover,
.imagecallout--black a a:focus,
.imagecallout--black a:visited a:hover,
.imagecallout--black a:visited a:focus {
  color: #fff;
}

.imagecallout--blue .imagecallout-link a {
  background: #fff;
  color: #00205b;
}

.imagecallout--green .imagecallout-link a {
  background: #fff;
  color: #47a23f;
}

.imagecallout--white .imagecallout-content {
  padding: 14px;
}
@media (max-width: 767.98px) {
  .imagecallout--white .imagecallout-content {
    padding: 0;
  }
}

.imagecallout-link {
  padding: 0.625rem 0 0;
}
.imagecallout-link a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.imagecallout-link a:hover, .imagecallout-link a:focus {
  text-decoration: none;
  opacity: 0.8;
}
.imagecallout-link a:hover .glyphicon, .imagecallout-link a:focus .glyphicon {
  transform: translateY(-50%) translateX(5px);
}
.imagecallout-link a:focus, .imagecallout-link a:active {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.imagecallout-link a .glyphicon {
  font-size: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
}
.imagecallout-link a[href$=".pdf"], .imagecallout-link a[href$=".PDF"], .imagecallout-link a[href$=".csv"], .imagecallout-link a[href$=".CSV"], .imagecallout-link a[href$=".epub"], .imagecallout-link a[href$=".EPUB"], .imagecallout-link a[href$=".doc"], .imagecallout-link a[href$=".DOC"], .imagecallout-link a[href$=".docx"], .imagecallout-link a[href$=".xls"], .imagecallout-link a[href$=".XLS"] {
  padding: 7px 42px 7px 14px;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  font-size: inherit;
}
.imagecallout-link a[href$=".pdf"]:visited, .imagecallout-link a[href$=".PDF"]:visited, .imagecallout-link a[href$=".csv"]:visited, .imagecallout-link a[href$=".CSV"]:visited, .imagecallout-link a[href$=".epub"]:visited, .imagecallout-link a[href$=".EPUB"]:visited, .imagecallout-link a[href$=".doc"]:visited, .imagecallout-link a[href$=".DOC"]:visited, .imagecallout-link a[href$=".docx"]:visited, .imagecallout-link a[href$=".xls"]:visited, .imagecallout-link a[href$=".XLS"]:visited {
  color: inherit;
}
.imagecallout-link a[href$=".pdf"] .glyphicon, .imagecallout-link a[href$=".PDF"] .glyphicon, .imagecallout-link a[href$=".csv"] .glyphicon, .imagecallout-link a[href$=".CSV"] .glyphicon, .imagecallout-link a[href$=".epub"] .glyphicon, .imagecallout-link a[href$=".EPUB"] .glyphicon, .imagecallout-link a[href$=".doc"] .glyphicon, .imagecallout-link a[href$=".DOC"] .glyphicon, .imagecallout-link a[href$=".docx"] .glyphicon, .imagecallout-link a[href$=".xls"] .glyphicon, .imagecallout-link a[href$=".XLS"] .glyphicon {
  position: absolute;
  transform: translateY(-50%);
  left: auto;
  margin: 0;
  font-size: 10px;
}
.imagecallout-link.imagecallout-link--blue a {
  color: #fff;
  background: #62b5e5;
}
.imagecallout-link.imagecallout-link--blue a:visited {
  color: #fff;
}
.imagecallout-link.imagecallout-link--blue a:hover, .imagecallout-link.imagecallout-link--blue a:focus {
  color: #fff;
}
.imagecallout-link.imagecallout-link--green a {
  background: #47a23f;
  color: #fff;
}
.imagecallout-link.imagecallout-link--green a:visited {
  color: #fff;
}
.imagecallout-link.imagecallout-link--green a:hover, .imagecallout-link.imagecallout-link--green a:focus {
  color: #fff;
}
.imagecallout-link.imagecallout-link--white a {
  color: #47a23f;
  background: #fff;
}
.imagecallout-link.imagecallout-link--white a:visited {
  color: #fff;
}
.imagecallout-link.imagecallout-link--white a:hover, .imagecallout-link.imagecallout-link--white a:focus {
  color: #fff;
}
.imagecallout-link.imagecallout-link--dark a {
  background: #00205b;
  color: #fff;
}
.imagecallout-link.imagecallout-link--dark a:visited {
  color: #fff;
}
.imagecallout-link.imagecallout-link--dark a:hover, .imagecallout-link.imagecallout-link--dark a:focus {
  color: #fff;
}

.imagecallout-image__fullbleed {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .imagecallout-image__fullbleed {
    width: 100%;
    position: relative;
    height: auto;
    left: 0;
    right: 0;
  }
  .imagecallout-image__fullbleed .focuspoint {
    display: block;
    width: 100%;
  }
}

.imagecallout--fullwidthimage {
  background: #555;
  padding: 0;
}
.imagecallout--fullwidthimage .imagecallout-image {
  width: 100%;
}
.imagecallout--fullwidthimage .imagecallout-image img {
  width: 100%;
  height: auto;
}

.imagecallout--spacer {
  width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .imagecallout--spacer {
    padding-top: 0 !important;
  }
}

.imagecallout--right .imagecallout-image {
  right: 0;
  left: auto;
}

.banner-block {
  background: #f4f6f6;
}
.banner-block .banner-element__image img {
  margin: 0;
}
.banner-block .banner-element__image .banner-element__spacer {
  display: block;
}

.animation-slide .imagecallout-content--carousel {
  transform: translateX(-40px);
}

.imagecallout-content--carousel {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  visibility: hidden;
  max-height: 0;
  position: absolute;
  top: 0;
}
.imagecallout-content--carousel.show {
  opacity: 1;
  position: static;
  max-height: none;
  visibility: visible;
  pointer-events: initial;
  transform: translate(0);
}

.imagecallout-content {
  position: relative;
  z-index: 2;
  padding: 1.875rem 1.25rem;
}
.imagecallout-content .imagecallout-contentimage {
  margin-bottom: 0.9375rem;
}
.imagecallout-content .imagecallout-contentimage img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .imagecallout-content {
    padding: 1.25rem;
  }
}

.imagecallout-content--carouselpagination {
  display: flex;
  margin: 1.25rem 0 0 0;
  padding: 0;
}
.imagecallout-content--carouselpagination li {
  list-style: none;
}
.imagecallout-content--carouselpagination li a {
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -8000px;
  overflow: hidden;
  outline: none;
  border: 1px solid #fff;
  margin-right: 10px;
  transition: all 0.2s ease;
  border-radius: 20px;
}
.imagecallout-content--carouselpagination li a:hover, .imagecallout-content--carouselpagination li a:focus {
  background: #fff;
}
.imagecallout-content--carouselpagination li a.active {
  background: #fff;
}

.imagecallout-block__meta {
  padding-top: 15px;
}
.imagecallout-block__meta span {
  margin-right: 15px;
}
.imagecallout-block__meta .fa {
  margin-right: 5px;
}

.imagecallout--inline .imagecallout-image {
  display: flex;
  align-items: center;
  padding: 0;
  background-color: #f4f6f6;
}
.imagecallout--inline .imagecallout-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imagecallout--inline .imagecallout-image .focuspoint img {
  width: auto;
}
@media (max-width: 767.98px) {
  .imagecallout--inline .imagecallout-image {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .imagecallout--inline.imagecallout--white .imagecallout-content {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .imagecallout--inline.imagecallout--blue .imagecallout-contentcontainer {
    padding: 0;
  }
}
.imagecallout--inline.imagecallout--blue .imagecallout-content {
  background-color: #00205b;
}
.imagecallout--inline.imagecallout--blue h3 {
  color: #62b5e5;
}
@media (max-width: 767.98px) {
  .imagecallout--inline.imagecallout--green .imagecallout-contentcontainer {
    padding: 0;
  }
}
.imagecallout--inline.imagecallout--green .imagecallout-content {
  background-color: #47a23f;
}
.imagecallout--inline.imagecallout--green h3 {
  color: #00205b;
}
.imagecallout--inline.imagecallout--grey .imagecallout-content {
  background-color: #2d2d2d;
}
.imagecallout--inline.imagecallout--grey h3 {
  color: #00205b;
}
.imagecallout--inline.imagecallout--blue h2, .imagecallout--inline.imagecallout--green h2, .imagecallout--inline.imagecallout--grey h2 {
  color: #fff;
}
.imagecallout--inline.imagecallout--blue p, .imagecallout--inline.imagecallout--green p, .imagecallout--inline.imagecallout--grey p {
  color: #fff;
}
.imagecallout--inline.imagecallout--blue p a,
.imagecallout--inline.imagecallout--blue p a:visited, .imagecallout--inline.imagecallout--green p a,
.imagecallout--inline.imagecallout--green p a:visited, .imagecallout--inline.imagecallout--grey p a,
.imagecallout--inline.imagecallout--grey p a:visited {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .imagecallout--inline.imagecallout--blue.imagecallout--left .imagecallout-content, .imagecallout--inline.imagecallout--green.imagecallout--left .imagecallout-content, .imagecallout--inline.imagecallout--grey.imagecallout--left .imagecallout-content {
    left: -25%;
    width: 125%;
  }
  .imagecallout--inline.imagecallout--blue.imagecallout--right .imagecallout-content, .imagecallout--inline.imagecallout--green.imagecallout--right .imagecallout-content, .imagecallout--inline.imagecallout--grey.imagecallout--right .imagecallout-content {
    right: -25%;
    width: 125%;
  }
}

.file-element__file img {
  margin: 0;
  max-width: 100%;
}

.imagecallout--titleover h1 {
  color: #00205b;
  font-weight: 600;
}
.imagecallout--titleover p {
  font-size: 16px;
  color: #00205b;
}
.imagecallout--titleover .imagecallout-contentcontainer {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .imagecallout--titleover h1 {
    color: #00205b;
    white-space: pre;
    padding: 21px;
    float: left;
    background: #fff;
  }
  .imagecallout--titleover.imagecallout--left h1 {
    float: right;
  }
  .imagecallout--titleover p {
    clear: both;
  }
}

.quiz {
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  padding: 75px 80px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .quiz {
    padding: 30px;
  }
}

.quiz__loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bubbleloader 1.8s infinite ease-in-out;
  font-size: 10px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display: none;
}
.quiz__loader:before, .quiz__loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bubbleloader 1.8s infinite ease-in-out;
}
.quiz__loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.quiz__loader:after {
  left: 3.5em;
}
.quiz__loader:before, .quiz__loader:after {
  content: "";
  position: absolute;
  top: 0;
}
@keyframes bubbleloader {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #47a23f;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #005151;
  }
}

.quiz__inner {
  background: #fff;
  border-radius: 8px;
  max-width: 664px;
  width: 100%;
}
.quiz__inner.loading {
  min-height: 300px;
}
.quiz__inner.loading .quiz__loader {
  display: block;
}
.quiz__inner.loading .quiz__loader .quiz__question-active {
  display: none;
}

.quiz__answer_summary {
  display: none;
}

.QuizPage #footer {
  margin-top: 0;
}

.quiz__question {
  display: none;
}
.quiz__question.quiz__question-active {
  display: block;
}

.quiz__head {
  display: flex;
  padding-bottom: 18px;
  justify-content: space-between;
}
.quiz__head h2 {
  padding: 18px 30px 0;
}

.quiz__title {
  font-size: 14px;
  color: #939598;
  margin: 3px 0;
}

.quiz__questiontitle {
  font-size: 20px;
  font-weight: 600;
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 42px;
}

.quiz__position {
  padding: 18px 30px 0;
  text-align: right;
  margin: 0;
  font-size: 14px;
  color: #939598;
}

.quiz__answer_image_bg {
  width: 192px;
  height: 192px;
  background: #fff;
  border-radius: 96px;
  position: absolute;
  top: calc(50% - 96px);
  left: calc(50% - 96px);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .quiz__answer_image_bg {
    display: none;
  }
}

.quiz__answer_image {
  position: absolute;
  width: 192px;
  height: 192px;
  background: #fff;
  border-radius: 96px;
  display: block;
  top: calc(50% - 96px);
  left: calc(50% - 96px);
  z-index: 3;
  pointer-events: none;
}
.quiz__answer_image img {
  margin: 0;
  width: 192px;
  height: 192px;
  border-radius: 96px;
}
@media (max-width: 767.98px) {
  .quiz__answer_image {
    display: none;
  }
}

.quiz__answer-left {
  border-bottom-left-radius: 8px;
}
.quiz__answer-left .quiz__answer_image {
  opacity: 0;
  z-index: 4;
}

.quiz__answer-right {
  align-items: flex-end;
  border-bottom-right-radius: 8px;
}
.quiz__answer-right .quiz__answer_image {
  opacity: 0;
  z-index: 4;
}

.quiz__answers {
  display: flex;
  position: relative;
}
.quiz__answers a {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 248px;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .quiz__answers a {
    height: 124px;
  }
}
.quiz__answers a:hover, .quiz__answers a:focus {
  opacity: 0.9;
  text-decoration: none;
  z-index: 4;
  border: none;
}
.quiz__answers a:hover .quiz__answer_image, .quiz__answers a:focus .quiz__answer_image {
  opacity: 1 !important;
}

.quiz__summary_more {
  text-align: center;
  padding: 120px 60px 60px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media (max-width: 767.98px) {
  .quiz__summary_more {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.quiz__summary_more p {
  max-width: 418px;
  font-size: 14px;
  margin: 0 auto 30px;
  color: #fff;
}
.quiz__summary_more a {
  color: #fff;
}

.quiz__summary_illustration {
  position: absolute;
  bottom: 0;
  right: 0;
}
.quiz__summary_illustration img {
  margin: 0;
}

.quiz__summary_percentage {
  width: 150px;
  height: 150px;
  background: #F4F6F6;
  margin: 0 auto;
  position: relative;
  bottom: -75px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 75px;
}

.charts-container:after {
  clear: both;
  content: "";
  display: table;
}

.pie-wrapper {
  height: 112px;
  width: 112px;
  float: left;
  margin: 0;
  position: relative;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 112px, 112px, 56px);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 6px solid #00205b;
  border-radius: 50%;
  clip: rect(0, 56px, 112px, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 3px;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 30px;
  left: 3px;
  line-height: 102px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
}
.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: 0.45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 6px solid #bdc3c7;
  border-radius: 50%;
  box-shadow: none !important;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #00205b;
}
.pie-wrapper.style-2 .label .smaller {
  color: #bdc3c7;
}
.pie-wrapper.progress-10 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-10 .pie .left-side {
  transform: rotate(36deg);
}
.pie-wrapper.progress-10 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-20 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-20 .pie .left-side {
  transform: rotate(72deg);
}
.pie-wrapper.progress-20 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-30 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-30 .pie .left-side {
  transform: rotate(108deg);
}
.pie-wrapper.progress-30 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-40 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-40 .pie .left-side {
  transform: rotate(144deg);
}
.pie-wrapper.progress-40 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-50 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-50 .pie .left-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-50 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-60 .pie .left-side {
  transform: rotate(216deg);
}
.pie-wrapper.progress-60 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-70 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-70 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-70 .pie .left-side {
  transform: rotate(252deg);
}
.pie-wrapper.progress-70 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-80 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-80 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-80 .pie .left-side {
  transform: rotate(288deg);
}
.pie-wrapper.progress-80 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-90 .pie .left-side {
  transform: rotate(324deg);
}
.pie-wrapper.progress-90 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-100 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-100 .pie .half-circle {
  border-color: #00205b;
}
.pie-wrapper.progress-100 .pie .left-side {
  transform: rotate(360deg);
}
.pie-wrapper.progress-100 .pie .right-side {
  transform: rotate(180deg);
}

.quiz__summary_title {
  margin-top: 60px;
  padding: 0 60px;
}

.quiz__summary_content {
  padding: 15px 140px 0;
}
.quiz__summary_content p {
  margin: 0;
}
@media (max-width: 575.98px) {
  .quiz__summary_content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
}

.quiz__summary_candidate {
  text-align: center;
}

.quiz__summary_morebtn {
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}

.container.payment {
  padding-top: 45px;
  padding-bottom: 45px;
}
.container.payment hr {
  margin: 30px 0 30px;
}
.container.payment .breadcrumb {
  margin-bottom: 21px;
}
.container.payment .breadcrumb li {
  border-bottom: 3px solid #9B9B9B;
  padding: 6px;
  display: inline-block;
}
.container.payment .breadcrumb li.active {
  color: #47a23f;
  border-bottom-color: #47a23f;
}
.container.payment .breadcrumb li.completed {
  color: #00205b;
  border-bottom-color: #00205b;
}
.container.payment .show-form {
  margin-top: 30px;
}

.payment__form .btn-toolbar {
  display: none;
}
.payment__form form {
  max-width: 560px;
}
.payment__form small {
  color: #9B9B9B;
}
.payment__form .field {
  margin-top: 21px;
}

.payment__actions {
  margin-top: 21px;
  width: 100%;
  max-width: 440px;
  display: flex;
}
.payment__actions .btn-arrow {
  flex: 1;
  margin-left: 10px;
}

.payment__reviewactions {
  margin-top: 21px;
  width: 100%;
  max-width: 440px;
  display: flex;
}
.payment__reviewactions .btn-arrow {
  flex: 1;
  margin-left: 10px;
}

.payment__review dt,
.payment__receipt dt {
  font-weight: normal;
  margin-bottom: 6px;
}
.payment__review dd,
.payment__receipt dd {
  margin-bottom: 21px;
}

#Form_ReceiptForm {
  display: flex;
  align-items: flex-end;
  max-width: 560px;
  justify-content: flex-start;
}
#Form_ReceiptForm .field {
  padding-bottom: 0;
}
#Form_ReceiptForm input.text {
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 42px;
}
#Form_ReceiptForm .btn-toolbar {
  margin: 0 0 0 10px;
  padding: 0;
}
#Form_ReceiptForm .error.message, #Form_ReceiptForm .required.message {
  position: absolute;
  width: 100%;
  background: #EEF3F6;
  color: #000;
}

.modal-content.loading {
  min-height: 300px;
  background: #fff url(../images/loading.svg) no-repeat center center;
}
.modal-content.loading * {
  display: none;
}

/**
 * #newsletterblock is a block which allows users to sign up to updates.
 *
 * Displayed in a variety of colours, it also provides a popup option if the
 * user turns that on.
 */
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
.newsletterblock {
  display: flex;
  border-radius: 5px;
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .newsletterblock {
    flex-direction: column;
  }
}
.newsletterblock > div {
  flex: 1;
}
.newsletterblock label {
  display: none;
}
.newsletterblock .field {
  padding: 0 0 0.3125rem;
}
.newsletterblock input {
  width: 100%;
}
.newsletterblock input.text {
  padding: 10px 9px 10px;
  transition: all 0.4s;
  max-width: 360px;
}
.newsletterblock input.text:hover, .newsletterblock input.text:focus {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}
.newsletterblock .btn-toolbar {
  position: relative;
  margin: 0;
  border: none;
  padding-top: 0.3125rem;
}
.newsletterblock button {
  display: inline-block;
  width: auto;
}
.newsletterblock form {
  margin-top: 20px;
  width: 100%;
}
.newsletterblock .action {
  width: auto;
  margin: 0;
}
.newsletterblock p {
  margin: 0;
  font-size: 16px;
}
.newsletterblock.newsletterblock--white {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.newsletterblock.newsletterblock--white h3, .newsletterblock.newsletterblock--white p {
  color: #00205b;
}
.newsletterblock.newsletterblock--white .action {
  background-color: #47a23f;
  border-color: #47a23f;
  color: #fff;
}
.newsletterblock.newsletterblock--dark {
  background: #00205b;
  color: #fff;
}
.newsletterblock.newsletterblock--dark h3, .newsletterblock.newsletterblock--dark .h3, .newsletterblock.newsletterblock--dark h2, .newsletterblock.newsletterblock--dark .h2, .newsletterblock.newsletterblock--dark h4, .newsletterblock.newsletterblock--dark .h4, .newsletterblock.newsletterblock--dark .h5, .newsletterblock.newsletterblock--dark h5 {
  color: #fff;
}
.newsletterblock.newsletterblock--dark p {
  color: #fff;
}
.newsletterblock.newsletterblock--dark .action {
  background-color: #47a23f;
  border-color: #47a23f;
  color: #fff;
}
.newsletterblock.newsletterblock--green {
  background: #47a23f;
  color: #fff;
}
.newsletterblock.newsletterblock--green h3 {
  color: #fff;
}
.newsletterblock.newsletterblock--green p {
  color: #fff;
}
.newsletterblock.newsletterblock--green .action {
  background-color: #00205b;
  border-color: #00205b;
  color: #fff;
}

.newsletterblock__text {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.newsletterblock__text h3 {
  font-weight: 600;
}
.newsletterblock__text.loading {
  min-height: 60px;
}
.newsletterblock__text.loading:after {
  content: "";
  font-family: "FontAwesome";
  display: block;
  color: #fff;
  font-size: 20px;
}
.newsletterblock__text form {
  padding: 1rem 0;
}

.newsletterblock__image {
  background-color: #ddd;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: center center;
}
.newsletterblock__image:after {
  content: "";
  display: block;
  padding-top: 80%;
  width: 100%;
}

.newsletterpopup {
  text-align: center;
}
.newsletterpopup .modal-body {
  padding: 40px 30px 20px;
}
.newsletterpopup .modal-body img {
  margin: 10px auto 30px;
  max-width: 200px;
}
.newsletterpopup .modal-header {
  border: none;
}
.newsletterpopup h3, .newsletterpopup p {
  color: #00205b;
}
.newsletterpopup form {
  text-align: left;
  max-width: 400px;
  margin: 30px auto;
}
.newsletterpopup input {
  width: 100%;
  margin-bottom: 15px;
}
.newsletterpopup label {
  display: none;
}
.newsletterpopup .newsletterpopup {
  border: none;
}
.newsletterpopup .action {
  background: #62b5e5;
  color: #fff;
  text-align: left;
  position: relative;
  border-color: #62b5e5;
}
.newsletterpopup .btn-toolbar {
  margin: 0;
}

/**
 * #newsletterblock is a block which allows users to sign up to updates.
 *
 * Displayed in a variety of colours, it also provides a popup option if the
 * user turns that on.
 */
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
@media (max-width: 576px) {
  .modal-dialog {
    margin: 18px;
  }
}
.modal-content-popup {
  background-color: transparent !important;
  border: transparent;
}

.page-popup {
  display: flex;
  border-radius: 10px;
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .page-popup {
    flex-direction: column;
  }
}
.page-popup .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: initial;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  position: absolute;
  right: -31px;
  top: -27px;
  border-radius: 50%;
  z-index: 99;
}
.page-popup__image {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 230px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-popup .modal-complete-message {
  padding: 22px 0 0 !important;
}
.page-popup .modal-body {
  padding: 0;
  margin: 0;
}
.page-popup .modal-body h2 {
  padding: 0 20px 0;
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
}
.page-popup .modal-body p {
  padding: 0 20px 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  max-width: 459px;
}
.page-popup .modal-body .form-step {
  padding: 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .page-popup .modal-body #EditableTextField_firstname input {
    width: 223px !important;
  }
  .page-popup .modal-body #EditableTextField_lastname input {
    width: 223px !important;
  }
}
@media (max-width: 575px) {
  .page-popup .modal-body #EditableTextField_firstname,
.page-popup .modal-body #EditableTextField_lastname {
    width: 100%;
  }
}
.page-popup .modal-body #EditableTextField_email,
.page-popup .modal-body #EditableTextField_businessname,
.page-popup .modal-body #EditableTextField_role {
  width: 100%;
}
.page-popup .modal-body input {
  border: 0.0625rem solid #AFAFAF;
  max-width: 100% !important;
}
.page-popup .modal-body input::-moz-placeholder {
  color: #7C7C7C;
}
.page-popup .modal-body input::placeholder {
  color: #7C7C7C;
}
.page-popup .modal-body input::focus {
  border-color: #AFAFAF;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}
.page-popup .modal-body input.text {
  color: #7C7C7C;
}
.page-popup .modal-body .dropdown.custom-available {
  border: 0.0625rem solid #AFAFAF;
  max-width: 100% !important;
}
.page-popup .modal-body .dropdown.custom-available::-moz-placeholder {
  color: #AFAFAF;
}
.page-popup .modal-body .dropdown.custom-available::placeholder {
  color: #AFAFAF;
}
.page-popup .modal-body .btn-toolbar {
  padding: 7px 20px 0;
}
.page-popup .modal-body .action.btn {
  width: 100%;
}
.page-popup .modal-body .dropdown.custom-available {
  border: 0.0625rem solid #AFAFAF;
  border-radius: 2px;
  padding: 0.8rem 15px;
  width: 100%;
  color: #000;
  transition: all 0.4s;
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.page-popup .modal-body .dropdown.custom-available span {
  margin-top: 12px;
  left: 8px;
  color: #7C7C7C;
}
.page-popup .modal-body .dropdown.custom-available .ms-drop.bottom {
  left: 0;
}
.page-popup .modal-body .dropdown.custom-available .ms-drop.bottom li span {
  color: #7C7C7C;
}
.page-popup .modal-body .dropdown.custom-available .ms-drop.bottom li.selected span {
  color: #fff;
}
.page-popup > div {
  flex: 1;
}
.page-popup label {
  display: none;
}
.page-popup .field {
  padding: 0 0 0.3125rem;
}
.page-popup input {
  width: 100%;
}
.page-popup input.text {
  padding: 10px 9px 10px;
  transition: all 0.4s;
  max-width: 360px;
}
.page-popup input.text:hover, .page-popup input.text:focus {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}
.page-popup .btn-toolbar {
  position: relative;
  margin: 0;
  border: none;
  padding-top: 0.3125rem;
}
.page-popup button {
  display: inline-block;
  background: #fff;
  border: 0px;
  border-radius: 50%;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 24px;
}
.page-popup form {
  margin-top: 20px;
  width: 100%;
}
.page-popup .action {
  width: auto;
  margin: 0;
}
.page-popup p {
  margin: 0;
  font-size: 16px;
}
.page-popup.newsletterblock--white {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.page-popup.newsletterblock--white h3, .page-popup.newsletterblock--white p {
  color: #00205b;
}
.page-popup.newsletterblock--white .action {
  background-color: #47a23f;
  border-color: #47a23f;
  color: #fff;
}
.page-popup.newsletterblock--dark {
  background: #00205b;
  color: #fff;
}
.page-popup.newsletterblock--dark h3, .page-popup.newsletterblock--dark .h3, .page-popup.newsletterblock--dark h2, .page-popup.newsletterblock--dark .h2, .page-popup.newsletterblock--dark h4, .page-popup.newsletterblock--dark .h4, .page-popup.newsletterblock--dark .h5, .page-popup.newsletterblock--dark h5 {
  color: #fff;
}
.page-popup.newsletterblock--dark p {
  color: #fff;
}
.page-popup.newsletterblock--dark .action {
  background-color: #47a23f;
  border-color: #47a23f;
  color: #fff;
}
.page-popup.newsletterblock--green {
  background: #47a23f;
  color: #fff;
}
.page-popup.newsletterblock--green h3 {
  color: #fff;
}
.page-popup.newsletterblock--green p {
  color: #fff;
}
.page-popup.newsletterblock--green .action {
  background-color: #00205b;
  border-color: #00205b;
  color: #fff;
}

.newsletterblock__text {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.newsletterblock__text h3 {
  font-weight: 600;
}
.newsletterblock__text.loading {
  min-height: 60px;
}
.newsletterblock__text.loading:after {
  content: "";
  font-family: "FontAwesome";
  display: block;
  color: #fff;
  font-size: 20px;
}
.newsletterblock__text form {
  padding: 1rem 0;
}

.newsletterblock__image {
  background-color: #ddd;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: center center;
}
.newsletterblock__image:after {
  content: "";
  display: block;
  padding-top: 80%;
  width: 100%;
}

.newsletterpopup {
  text-align: center;
}
.newsletterpopup .modal-body {
  padding: 40px 30px 20px;
}
.newsletterpopup .modal-body img {
  margin: 10px auto 30px;
  max-width: 200px;
}
.newsletterpopup .modal-header {
  border: none;
}
.newsletterpopup h3, .newsletterpopup p {
  color: #00205b;
}
.newsletterpopup form {
  text-align: left;
  max-width: 400px;
  margin: 30px auto;
}
.newsletterpopup input {
  width: 100%;
  margin-bottom: 15px;
}
.newsletterpopup label {
  display: none;
}
.newsletterpopup .newsletterpopup {
  border: none;
}
.newsletterpopup .action {
  background: #62b5e5;
  color: #fff;
  text-align: left;
  position: relative;
  border-color: #62b5e5;
}
.newsletterpopup .btn-toolbar {
  margin: 0;
}

.bg-section--sm .page-popup .modal-header {
  display: none;
}
.bg-section--sm .page-popup__image {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 30px;
}
.bg-section--sm .page-popup .modal-header h2 {
  padding: 0 20px 0;
  text-align: left;
}
.bg-section--sm .page-popup .modal-header p {
  padding: 0 20px 0;
  text-align: left;
}
.bg-section--sm .page-popup input {
  max-width: 223px;
}
.bg-section--sm .page-popup #EditableTextField_firstname,
.bg-section--sm .page-popup #EditableTextField_lastname {
  width: 100% !important;
}
.bg-section--sm .page-popup #EditableTextField_firstname input,
.bg-section--sm .page-popup #EditableTextField_lastname input {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
@media (max-width: 768px) {
  .bg-section--sm .page-popup #EditableTextField_firstname input,
.bg-section--sm .page-popup #EditableTextField_lastname input {
    width: 100% !important;
  }
}

.form-only #main-header,
.form-only #footer,
.form-only .element,
.form-only .modal-header {
  display: none !important;
}

.element-oembed {
  background-position: center center;
  background-size: cover;
}
.element-oembed.element-oembed--grey {
  background: #f4f6f6;
}
.element-oembed.element-oembed--green {
  background: #47a23f;
}
.element-oembed.element-oembed--green .bg-section--title {
  color: #fff;
}
.element-oembed.element-oembed--blue {
  background: #00205b;
}
.element-oembed.element-oembed--blue .bg-section--title {
  color: #fff;
}
.element-oembed .embed {
  text-align: center;
}
.element-oembed iframe {
  margin: 0 auto;
  max-width: 90%;
}

/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
.search-results__pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.25rem 0 0;
}
.search-results__pagination li {
  display: inline;
  list-style: none;
  color: #939598;
}
.search-results__pagination li:first-child a {
  border: none;
}
.search-results__pagination li:last-child a {
  border: none;
}
.search-results__pagination li:before {
  display: none;
}
.search-results__pagination li a {
  margin: 0.3125rem 2px;
  padding: 0.3125rem 0.625rem;
  color: #000;
  text-decoration: none;
}
.search-results__pagination li a:not(.disabled) {
  border-bottom: 2px solid #eee;
}
.search-results__pagination li a.disabled {
  opacity: 0.6;
}
.search-results__pagination li a:hover, .search-results__pagination li a:focus {
  text-decoration: none;
}
.search-results__pagination li a:hover:not(.disabled), .search-results__pagination li a:focus:not(.disabled) {
  color: #00205b;
  border-color: #00205b;
}
.search-results__pagination li.active a {
  border-color: #00205b;
  color: #00205b;
}
.search-results__pagination li a.next:not(.disabled),
.search-results__pagination li a.prev:not(.disabled) {
  color: #00205b;
}

.element-promos {
  height: 579px;
}
@media (min-width: 768px) {
  .element-promos {
    height: auto;
  }
}
.element-promos h2 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .element-promos h2 {
    text-align: center;
  }
}
.element-promos .slick-promo {
  display: none;
}
.element-promos .slick-promo.slick-initialized {
  opacity: 1;
}
.element-promos .slick-arrow {
  display: none !important;
}
.element-promos .slick-track {
  display: none;
  flex-direction: row;
}
.element-promos .slick-slider {
  width: 100%;
}
.element-promos .slick-slide {
  display: flex;
  outline: none;
  float: none;
  height: auto;
  margin: 0 5px;
}
.element-promos .slick-list {
  padding-bottom: 0.625rem !important;
}
.element-promos .slick-dots {
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.element-promos .slick-dots li {
  display: block;
  width: 50px;
  cursor: pointer;
  transition: 0.2s all ease;
  text-indent: -8000px;
  overflow: hidden;
  margin-right: 5px;
  border-bottom: 3px solid #eee;
}
.element-promos .slick-dots li:hover, .element-promos .slick-dots li:focus, .element-promos .slick-dots li.slick-active {
  border-bottom: 3px solid #47a23f;
}
.element-promos .slick-dots li :first-child:last-child {
  display: none;
}

.element-promos--notilebg {
  height: initial !important;
}
.element-promos--notilebg .tile {
  background: none;
  box-shadow: none;
}
.element-promos--notilebg .tile--fluidimage .tile-summary__image {
  margin-top: 0;
}

.element-promos--borderedtitle {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .element-promos--borderedtitle .row {
    align-items: center;
  }
}
.element-promos--borderedtitle .row h2 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .element-promos--borderedtitle .row h2 {
    margin-bottom: 20px;
  }
}

.element-promos--cta {
  margin: 0.625rem 0;
  display: flex;
  justify-content: center;
}
.element-promos--cta .btn {
  display: block;
}
.element-promos--cta a:hover,
.element-promos--cta a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .element-promos--cta {
    justify-content: center;
  }
}

.element-promos--nocarousel {
  justify-content: center;
}
.element-promos--nocarousel .col-12 {
  margin-bottom: 35px;
}

.element-promos--titlelogo {
  margin: 0 0 21px 0;
}
@media (min-width: 768px) {
  .element-promos--titlelogo {
    margin: 0 0 7px 15px;
  }
}
.element-promos--titlelogo a {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  height: 70px;
  text-indent: -9000px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.element-promos--titlelogo a:hover, .element-promos--titlelogo a:focus {
  outline: none;
  opacity: 0.8;
}

.elementpopularcourses .col-md-4 {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .elementpopularcourses .col-md-4 {
    margin-bottom: 1.875rem;
  }
}

.element-promos--more a {
  text-decoration: underline;
  margin-top: 2.5rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .elementpromotedpage {
    margin: 0 15px;
  }
}
.elementpromotedpage .bg-section {
  background: #00205b;
  border-radius: 6px;
  padding: 0;
}
.elementpromotedpage .promotion-block {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .elementpromotedpage .promotion-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.elementpromotedpage .promotion-block__meta span {
  margin-right: 15px;
}
.elementpromotedpage .promotion-block__text {
  padding: 2.5rem;
  color: #fff;
}
@media (max-width: 767.98px) {
  .elementpromotedpage .promotion-block__text {
    padding: 1.25rem;
  }
}
.elementpromotedpage .promotion-block__text h3, .elementpromotedpage .promotion-block__text .h3 {
  color: #fff;
}
.elementpromotedpage .promotion-block__image {
  width: 420px;
  min-height: 350px;
  background-color: #f4f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1.25rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767.98px) {
  .elementpromotedpage .promotion-block__image {
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    margin-right: 0;
    width: 100%;
    min-height: 180px;
  }
}
.elementpromotedpage .promotion-block__meta {
  margin-bottom: 1.875rem;
  font-size: 1rem;
}

.search-results__form {
  background: #00205b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 1.25rem 1.5625rem;
  transform: translateY(-50%);
}
.search-results__form input.text {
  background: #fff;
  width: 100%;
  padding: 13px 20px;
  height: auto;
}
.search-results__form input.text:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.search-results__form h1 {
  color: #fff;
  margin-top: 0;
}
.search-results__form fieldset {
  position: relative;
  width: 100%;
  padding-right: 200px;
}
.search-results__form .action {
  position: absolute;
  top: 0;
  right: 90px;
  height: auto;
  padding: 13px 40px 13px 23px;
  width: 100px;
}
.search-results__form .fa-search {
  position: absolute;
  right: 30px;
  font-size: 44px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .search-results__form {
    transform: none;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .search-results__form fieldset {
    padding-right: 100px;
  }
  .search-results__form .fa-search {
    display: none;
  }
  .search-results__form .action {
    right: 0;
    width: 95px;
  }
  .search-results__form .action:after {
    transform: translate(-17px, -50%);
  }
}

.search-results__header {
  color: #fff;
}
.search-results__header p,
.search-results__header p:first-child {
  margin: 0.9375rem 0 0;
}

.search-results__item {
  margin-bottom: 1.25rem;
}
.search-results__item:before {
  display: none;
}
.search-results__item .glyphicon {
  font-size: 8px;
}
.search-results__item .breadcrumb {
  margin: 0 0 0.3125rem 0;
}
.search-results__item p {
  margin: 0 0 0.625rem;
  text-align: left;
}

.search-results__list {
  padding: 0;
  margin: 0;
}

#SearchForm_SearchForm_Search_Holder {
  padding: 0;
}

/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
.slideshow--content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .slideshow--content.slideshow--noicons {
    top: auto;
    bottom: 60px;
    transform: none;
  }
}
.slideshow--content h1 {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .slideshow--content h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.slideshow--content p {
  color: #fff;
}
.slideshow--content .slideshow--link a {
  background: #47a23f;
  color: #fff;
  margin-top: 1.25rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0.625rem 15px 0.625rem 15px;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease;
}
.slideshow--content .slideshow--link a:hover, .slideshow--content .slideshow--link a:focus {
  text-decoration: none;
  background-color: #3f9038;
}
.slideshow--content .slideshow--link a:hover:after, .slideshow--content .slideshow--link a:focus:after {
  right: 12px;
}
.slideshow--content.slideshow--center h1,
.slideshow--content.slideshow--center h2,
.slideshow--content.slideshow--center h3,
.slideshow--content.slideshow--center p {
  text-align: center;
}
.slideshow--content.slideshow--dark h1,
.slideshow--content.slideshow--dark h2,
.slideshow--content.slideshow--dark h3,
.slideshow--content.slideshow--dark p {
  color: #555;
}

.dynamic__elements__flexslider__elements__elementslideshow {
  height: 364px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dynamic__elements__flexslider__elements__elementslideshow {
    height: 516px;
  }
}
.dynamic__elements__flexslider__elements__elementslideshow .slideshow {
  display: none;
}

.slideshow {
  position: relative;
}
.slideshow .flexslider {
  margin: 0;
}
.slideshow .flexslider li {
  position: relative;
}
.slideshow .flexslider li:before {
  display: none;
}
.slideshow .focuspoint {
  min-height: 364px;
  width: 100%;
  position: relative;
}
.slideshow .focuspoint img {
  width: auto !important;
  /* managed by focuspoint */
}
@media (min-width: 768px) {
  .slideshow .focuspoint {
    min-height: 516px;
  }
}
@media (max-width: 767.98px) {
  .slideshow .imagecallout-image.imagecallout-image__fullbleed {
    background: none !important;
  }
}
.slideshow .fs-carousel {
  display: none;
}
.slideshow .flex-direction-nav {
  display: none;
}
.slideshow .flex-control-paging li a {
  transition: all 0.1s ease;
  box-shadow: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid #fff;
}
.slideshow .flex-control-paging li a:hover, .slideshow .flex-control-paging li a:focus {
  background: white;
}
.slideshow .flex-control-paging li a.flex-active {
  background: white;
}
.slideshow .flex-control-nav {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
}
.slideshow .slideshow--content_icons p {
  margin: 0;
  line-height: 0.9375rem;
}
@media (max-width: 991.98px) {
  .slideshow .slideshow--content_icons > div:not(.first) {
    display: none;
  }
}
.slideshow .slidershow--content_icon {
  text-align: center;
}
.slideshow .slidershow--content_icon img {
  margin: 21px auto 14px;
}
@media (max-width: 767.98px) {
  .slideshow .slidershow--content_icon img {
    max-height: 55px;
  }
}

.slideshow .flexslider img, .slideshow .fs-carousel img {
  margin: 0;
}

.slideshow-caption {
  background: #fff;
  position: absolute;
  bottom: 0;
  padding: 0.625rem 1.25rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  left: 50%;
  min-width: 280px;
  transform: translateX(-50%);
}
.slideshow-caption p {
  color: #555;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.slideshow-caption a {
  color: inherit;
  text-decoration: underline;
}

.slideshow.slideshow--video {
  background: #fff;
  position: relative;
  overflow: hidden;
  max-height: 680px;
}
.slideshow.slideshow--video:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #555;
  animation: fa-spin 2s infinite linear;
}
.slideshow.slideshow--video:after {
  padding-top: 56.5%;
  display: block;
  content: "";
}
.slideshow.slideshow--video video {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slideshow.slideshow--video .slideshow--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#social-share-widget {
  z-index: 9999 !important;
  position: fixed !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#social-share-widget .social-share-panel {
  padding: 20px 10px 20px 10px !important;
  text-align: center;
}
#social-share-widget .social-share-panel img {
  width: 32px !important;
  height: 32px !important;
}
#social-share-widget .social-share-panel a {
  font-size: 11px;
  line-height: 32px;
  display: block;
}
#social-share-widget .social-share-panel p,
#social-share-widget .social-share-panel input {
  display: none;
}
#social-share-widget .social-share-panel ul {
  margin: 0;
}
#social-share-widget .social-share-panel ul li {
  margin: 0 !important;
}
#social-share-widget .social-share-panel .social-share-close {
  right: 10px !important;
  top: 0 !important;
  font-size: 15px !important;
}
#social-share-widget .social-share-button {
  background-color: #003b4c !important;
  color: white !important;
}
#social-share-widget .social-share-button:after {
  transition: all 0.3s ease;
  transform: translate(0, 0);
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  top: 1px;
  right: 12px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  height: 100%;
}
#social-share-widget .social-share-button a {
  padding-left: 5px !important;
  padding-top: 10px !important;
}
#social-share-widget .social-share-button a:hover, #social-share-widget .social-share-button a:focus {
  background-color: #73b13b !important;
}
#social-share-widget .social-share-panel ul li a .social-share-network-image {
  background-color: transparent !important;
}

.element-testimontials__dark {
  background: #47a23f;
}
.element-testimontials__green {
  background: #00205b;
}
.element-testimontials__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.element-testimontials .bg-section--title {
  color: #fff;
}
.element-testimontials .bg-section--description {
  color: #fff;
}

.testimontials {
  padding: 30px 30px 20px;
  margin: 20px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .testimontials {
    padding-left: 0;
  }
}
.testimontials .testimonial {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: relative;
}
.testimontials .testimonial.show {
  opacity: 1;
  max-height: 500px;
}
.testimontials .testimonial.show.testimonial--withimage {
  min-height: 110px;
}
@media (max-width: 767.98px) {
  .testimontials .testimonial.show.testimonial--withimage {
    padding-top: 150px;
  }
}
.testimontials .testimonial.testimonial--withimage {
  padding-right: 150px;
}
@media (max-width: 767.98px) {
  .testimontials .testimonial.testimonial--withimage {
    padding-top: 0;
  }
}
.testimontials .testimonial img {
  margin: 0;
  max-width: 130px;
  position: absolute;
  top: 0px;
  right: 0px;
  max-height: 130px;
}
.testimontials .text-center {
  text-align: left;
}
.testimontials .blockquote {
  border: none;
  margin: 0;
  padding: 0;
}
.testimontials .blockquote p {
  color: #47a23f;
  font-size: 2.375rem;
  line-height: 2.8125rem;
  margin-top: 0;
  margin-bottom: 1.40625rem;
}
@media (max-width: 767.98px) {
  .testimontials .blockquote p {
    font-size: 1.375rem;
    line-height: 1.40625rem;
    margin-top: 0;
    margin-bottom: 1.40625rem;
  }
}
.testimontials .blockquote .blockquote-footer {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
}
.testimontials .blockquote .blockquote-footer:before {
  display: none;
}
.testimontials .testimonial--pages {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.testimontials .testimonial--pages li {
  display: inline-block;
  margin-right: 5px;
}
.testimontials .testimonial--pages li a {
  height: 20px;
  width: 35px;
  text-indent: -90000px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 1px;
}
.testimontials .testimonial--pages li a:after {
  content: "";
  height: 3px;
  width: 100%;
  top: 16px;
  background: #eee;
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease;
}
.testimontials .testimonial--pages li a:hover:after, .testimontials .testimonial--pages li a:focus:after {
  background: #eee;
}
.testimontials .testimonial--pages li a.active:after, .testimontials .testimonial--pages li a.active:hover:after, .testimontials .testimonial--pages li a.active:focus:after {
  background: #47a23f;
}

.testimonials--cta {
  text-align: center;
  margin: 1.5625rem 0 0.625rem;
}

.testimonials--terms {
  text-align: center;
  margin-top: 0.9375rem;
}
.testimonials--terms p {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
}

.element-testimontials__plain h2 {
  color: #47a23f;
}
.element-testimontials__plain .testimonials--terms {
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.element-testimontials__plain .testimonials--terms p {
  color: #555;
}

/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
.tile {
  background: #fff;
  border: 0.0625rem solid #eee;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tile .tile--blink {
  display: flex;
  flex-direction: column;
  color: inherit;
  height: 100%;
}
.tile .tile--blink:hover, .tile .tile--blink:focus {
  color: inherit;
  opacity: 0.6;
  outline: none;
  text-decoration: none;
}
.tile .tile--blink:active {
  opacity: 0.4;
}
.tile .tile--blink .tile-content:last-child {
  padding-bottom: 0;
}

.element-promos--notilebg .tile .tile--blink:hover, .element-promos--notilebg .tile .tile--blink:focus {
  text-decoration: none;
  box-shadow: none;
}

.tile-summary__image {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #eee;
  margin: 0;
}
.tile-summary__image img {
  margin: 0;
}
.tile-summary__image .tile-summary__image--defaultspacer {
  padding-top: 53.846%;
  width: 100%;
}
.tile-summary__image.tile-summary__image--autowidth img {
  width: auto;
  height: 100%;
  min-width: 0;
}
.tile-summary__image.tile-summary__image--right img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  transform: none;
  min-width: 0;
  min-height: 100%;
}
.tile-summary__image.tile-summary__image-rounded, .tile-summary__image.tile-summary__image-plain {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tile-summary__image.tile-summary__withtitle {
  /* with a title over the image */
  background: none;
}
.tile-summary__image.tile-summary__withtitle img {
  z-index: 1;
}
.tile-summary__image.tile-summary__withtitle hgroup {
  position: relative;
  z-index: 2;
  padding: 1.25rem 0 0 0.9375rem;
}
.tile-summary__image.tile-summary__withtitle hgroup h2 {
  max-width: 220px;
  font-size: 1.375rem;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0;
}
.tile-summary__image.tile-summary__withtitle hgroup p {
  max-width: 220px;
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0;
}
.tile-summary__image.tile-summary__fixed-height-m {
  height: 200px;
}
.tile-summary__image.tile-summary__fixed-height-m:after {
  display: none;
}

.tile--fluidimage .tile-summary__image {
  background: none;
  margin-top: 0.9375rem;
  min-height: 80px;
}
.tile--fluidimage .tile-summary__image:after {
  display: none;
}
.tile--fluidimage .tile-summary__image img {
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0 auto;
  position: static;
  transform: none;
}
.tile--fluidimage .tile-summary__image-square img {
  max-width: 80%;
  max-height: 80%;
}
.tile--fluidimage .tile-summary__image-square .tile-summary__imagepad {
  display: none;
}
@media (min-width: 768px) {
  .tile--fluidimage .tile-summary__image-square .tile-summary__imagepad {
    display: block;
  }
  .tile--fluidimage .tile-summary__image-square img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
  }
}
.tile--fluidimage .tile-summary__image-circled {
  /* background: $gray-lightest; */
  max-width: 160px;
  border-radius: 100px;
  width: 60%;
  margin: 35px auto 7px;
}
.tile--fluidimage .tile-summary__image-circled:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.tile--fluidimage .tile-summary__image-circled img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
}

.tile--textcenter {
  text-align: center;
  border: none;
}

.tile-content {
  flex: 1;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.tile-content .tile-content__title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.tile-content .tile-content__title a {
  color: #000;
}
.tile-content.tile--textblue h3 {
  color: #47a23f;
}
.tile-content.tile--textblue p {
  color: #47a23f;
}
.tile-content p {
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 1.40625rem;
}
@media (max-width: 575.98px) {
  .tile-content p {
    font-size: 0.875rem;
    line-height: 1.40625rem;
    margin-top: 0;
    margin-bottom: 1.40625rem;
  }
}
.tile-content .tile-meta {
  color: #939598;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0.3515625rem;
}
.tile-content .tile-meta a {
  color: #939598;
}

figure + .tile-content > h3 {
  margin-top: 0;
}

.tile-foot {
  padding: 2rem 20px 1rem;
}
.tile-foot p {
  margin: 0 0 0.3125rem;
  line-height: 0.9375rem;
}
.tile-foot p small {
  color: #555;
}
.tile-foot p small a, .tile-foot p small a:visited {
  color: #555;
  text-decoration: underline;
}
.tile-foot p small a:hover, .tile-foot p small a:focus, .tile-foot p small a:visited:hover, .tile-foot p small a:visited:focus {
  color: #2d2d2d;
  text-decoration: underline;
}
.tile-foot .glyphicon {
  font-size: 50%;
  line-height: 0;
  vertical-align: middle;
}

.tile a[href$=".pdf"], .tile a[href$=".PDF"], .tile a[href$=".csv"], .tile a[href$=".CSV"], .tile a[href$=".epub"], .tile a[href$=".EPUB"], .tile a[href$=".doc"], .tile a[href$=".DOC"], .tile a[href$=".docx"], .tile a[href$=".xls"], .tile a[href$=".XLS"] {
  padding: 0;
  font-weight: inherit;
  color: #62b5e5;
  margin: 0;
  font-size: inherit;
}
.tile a[href$=".pdf"]:visited, .tile a[href$=".PDF"]:visited, .tile a[href$=".csv"]:visited, .tile a[href$=".CSV"]:visited, .tile a[href$=".epub"]:visited, .tile a[href$=".EPUB"]:visited, .tile a[href$=".doc"]:visited, .tile a[href$=".DOC"]:visited, .tile a[href$=".docx"]:visited, .tile a[href$=".xls"]:visited, .tile a[href$=".XLS"]:visited {
  color: #62b5e5;
}
.tile a[href$=".pdf"] .glyphicon, .tile a[href$=".PDF"] .glyphicon, .tile a[href$=".csv"] .glyphicon, .tile a[href$=".CSV"] .glyphicon, .tile a[href$=".epub"] .glyphicon, .tile a[href$=".EPUB"] .glyphicon, .tile a[href$=".doc"] .glyphicon, .tile a[href$=".DOC"] .glyphicon, .tile a[href$=".docx"] .glyphicon, .tile a[href$=".xls"] .glyphicon, .tile a[href$=".XLS"] .glyphicon {
  position: static;
  margin: 0;
  font-size: 10px;
  transform: none;
}
.tile .link {
  color: #47a23f;
  text-decoration: underline;
}

.tile-watermark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  font-weight: 400;
  padding: 0 7px;
}
.tile-watermark--blue {
  background: #62b5e5;
}
.tile-watermark--green {
  background: #47a23f;
}

.embed-map {
  margin: 0.625rem 0;
}

.campaign-banner {
  max-width: 1005px;
  margin: 0 auto;
}

.campaign-copy {
  padding: 60px 0;
}
.campaign-copy .lead {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .campaign-copy .lead {
    font-size: 22px;
    line-height: 24px;
  }
}
.campaign-copy h1 {
  margin-bottom: 30px;
}
.campaign-copy ul, .campaign-copy ol {
  padding: 0 0 0 10px;
}
.campaign-copy .share-column {
  position: relative;
  flex-direction: row;
  left: 0;
  margin: 20px auto;
  justify-content: center;
}
.campaign-copy .share-column a {
  margin-bottom: 12px;
  margin-right: 12px;
  margin-left: 12px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .campaign-copy .share-column {
    justify-content: flex-start;
    margin-left: 0;
  }
}
.campaign-copy .share {
  text-align: center;
}
.campaign-copy .share h3 {
  margin-top: 45px;
  margin-bottom: 12px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .campaign-copy .share {
    text-align: left;
  }
}

.campaign-wrapper {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}
@media (max-width: 767.98px) {
  .campaign-wrapper .text-center {
    text-align: left !important;
  }
}

.campaign-form {
  background: #00205b;
  padding: 100px 0;
  max-width: 1005px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .campaign-form {
    padding: 60px 0;
  }
}
.campaign-form h2, .campaign-form h3, .campaign-form h4, .campaign-form h5, .campaign-form .h2, .campaign-form .h3, .campaign-form .h4, .campaign-form .h5 {
  color: #fff;
}
.campaign-form h2, .campaign-form .h2 {
  margin-bottom: 30px;
}
.campaign-form p {
  color: #fff;
}
.campaign-form form {
  margin-top: 45px;
}
.campaign-form form .btn-toolbar {
  padding-top: 9px;
}
.campaign-form form .btn-toolbar input {
  padding: 17px ​40px;
}
@media (max-width: 767.98px) {
  .campaign-form form .btn-toolbar input {
    width: 100%;
  }
}
.campaign-form .form-step > .field.textarea {
  width: calc(100% - 9px);
}
@media (max-width: 767.98px) {
  .campaign-form .form-step > .field.textarea {
    width: 100%;
  }
}
.campaign-form .g-recaptcha {
  top: -60px;
  position: absolute;
  right: 7px;
  left: auto;
}
@media (max-width: 767.98px) {
  .campaign-form .g-recaptcha {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
  }
}

.campaign-footer {
  background: #000;
  padding: 100px 5%;
  max-width: 1005px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767.98px) {
  .campaign-footer {
    padding: 60px 5%;
    text-align: left;
  }
}
.campaign-footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .campaign-footer ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.campaign-footer li {
  list-style: none;
  margin: 0 0 20px 8px;
  padding: 0;
  color: #D8D8D8;
}
.campaign-footer li:before {
  display: none;
}
.campaign-footer li a {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .campaign-footer li {
    margin-bottom: 8px;
    margin-left: 0;
  }
  .campaign-footer li span {
    display: none;
  }
}
.campaign-footer p, .campaign-footer a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.page-feedback {
  background: #eff3f6;
  max-width: 500px;
  margin: 20px 0;
}
.page-feedback .page-feedback_heading {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  background: #00205b;
  padding: 9px 18px 11px;
  margin: 0;
  letter-spacing: 0;
  line-height: 1;
}
.page-feedback .page-feedback_inner {
  padding: 18px;
}
.page-feedback .page-feedback_options {
  display: flex;
}
.page-feedback .page-feedback_options a {
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-weight: normal;
  border: none;
  font-size: 14px;
  line-height: 1;
  margin-right: 60px;
}
@media (max-width: 575.98px) {
  .page-feedback .page-feedback_options a {
    margin-right: 30px;
  }
}
.page-feedback .page-feedback_options a:last-child {
  margin-right: 0;
}
.page-feedback .page-feedback_options a:hover, .page-feedback .page-feedback_options a:focus {
  text-decoration: none;
  border: none;
  opacity: 0.8;
}
.page-feedback .page-feedback_text {
  font-size: 14px;
  line-height: 18px;
}
.page-feedback .page-feedback_summary {
  display: flex;
  align-items: center;
}
.page-feedback .icon {
  background: #47a23f;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin-right: 12px;
  flex: 0 0 40px;
  text-align: center;
  font-size: 20px;
}

.elementnewsletter + .elementpagefeedback .page-feedback,
.elementpopularcourses + .elementpagefeedback .page-feedback {
  max-width: none;
}

.dynamic__elements__promos__elements__elementpromos + .elementpagefeedback .page-feedback {
  margin-left: auto;
  margin-right: auto;
}

.page-feedback__large {
  margin: 0 auto 30px;
  max-width: 600px;
}
.page-feedback__large label {
  margin-bottom: 9px;
}
.page-feedback__large .page-feedback_heading {
  padding: 15px 24px 17px;
}
.page-feedback__large .page-feedback_inner {
  padding: 24px;
}
.page-feedback__large .page-feedback_inner a {
  text-decoration: underline;
  font-weight: 400;
}
.page-feedback__large .btn-toolbar {
  padding-top: 0;
}
.page-feedback__large #Form_Form_Rating {
  justify-content: center;
}
.page-feedback__large #Form_Form_Rating label {
  text-indent: -9000px;
  width: 68px;
  height: 68px;
}
.page-feedback__large #Form_Form_Rating label:before, .page-feedback__large #Form_Form_Rating label:after {
  display: none;
}
.page-feedback__large #Form_Form_Rating .val1 label {
  background-image: url(../images/icon-rating-1.svg);
}
.page-feedback__large #Form_Form_Rating .val1 input:checked + label {
  background-image: url(../images/icon-rating-1-green.svg);
}
.page-feedback__large #Form_Form_Rating .val2 label {
  background-image: url(../images/icon-rating-2.svg);
}
.page-feedback__large #Form_Form_Rating .val2 input:checked + label {
  background-image: url(../images/icon-rating-2-green.svg);
}
.page-feedback__large #Form_Form_Rating .val3 label {
  background-image: url(../images/icon-rating-3.svg);
}
.page-feedback__large #Form_Form_Rating .val3 input:checked + label {
  background-image: url(../images/icon-rating-3-green.svg);
}
.page-feedback__large #Form_Form_Rating .val4 label {
  background-image: url(../images/icon-rating-4.svg);
}
.page-feedback__large #Form_Form_Rating .val4 input:checked + label {
  background-image: url(../images/icon-rating-4-green.svg);
}
.page-feedback__large #Form_Form_Rating .val5 label {
  background-image: url(../images/icon-rating-5.svg);
}
.page-feedback__large #Form_Form_Rating .val5 input:checked + label {
  background-image: url(../images/icon-rating-5-green.svg);
}

.tile--filters {
  margin: 2.5rem 0;
}
.tile--filters fieldset {
  display: flex;
  justify-content: space-between;
}
.tile--filters .middleColumn {
  width: 200px;
}
.tile--filters .clear,
.tile--filters .btn-toolbar {
  display: none;
}
.tile--filters .nice-select {
  height: 51px;
  line-height: 49px;
  padding-left: 30px;
  padding-right: 45px;
}
.tile--filters .nice-select:before {
  right: 25px;
}

.presenter img {
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
.presenter p {
  font-size: 0.875rem;
}
.presenter strong {
  font-weight: 400;
  font-size: 1.125rem;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.presenter a {
  color: #939598;
}

.webinar h1 {
  margin-bottom: 30px;
}
.webinar hr {
  margin: 30px 0 60px;
}

@media (max-width: 767.98px) {
  .webinar_meta {
    display: flex;
    flex-direction: column;
  }
  .webinar_meta span {
    margin-bottom: 9px;
  }
}
.webinar_meta span {
  margin-right: 10px;
}
.webinar_meta i {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

#Form_RegisterForm_FirstNameSurnameJobTitleCompanyNamePhoneNumberEmailIndustrySubscribe_Holder {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  #Form_RegisterForm_Captcha_Holder .g-recaptcha {
    left: 50%;
    top: -120px;
  }
}
@media (min-width: 768px) {
  #Form_RegisterForm_Subscribe_Holder {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#Form_RegisterForm_FirstNameSurnameCompanyNameEmailPhoneNumberAttendingOnDietaryRequirementsSubscribe_Holder .checkbox label {
  padding-top: 0;
}
@media (min-width: 768px) {
  #Form_RegisterForm_FirstNameSurnameCompanyNameEmailPhoneNumberAttendingOnDietaryRequirementsSubscribe_Holder {
    padding-bottom: 60px;
  }
}

.webinar-search fieldset {
  justify-content: flex-start !important;
  gap: 20px;
}
@media screen and (max-width: 481px) {
  .webinar-search fieldset {
    flex-direction: column !important;
  }
  .webinar-search fieldset .middleColumn {
    width: 100% !important;
  }
}

/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
.news-search {
  background: #00205b;
  background: #00205b;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 21px 22px;
}
@media (max-width: 991px) {
  .news-search {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.news-search input.text {
  background: #fff;
  width: 100%;
  height: 50px;
}
.news-search input.text:focus {
  border-color: #fff;
}
.news-search .btn {
  width: 100%;
  height: 50px;
  border-radius: 2px;
}
.news-search h2 {
  color: #fff;
  margin-top: 0;
}
.news-search label {
  display: none;
}
.news-search fieldset {
  position: relative;
  width: 100%;
}
.news-search .field {
  padding: 0;
}
.news-search div.ms-parent {
  margin-bottom: 0;
  height: 50px;
}
.news-search div.ms-parent .ms-choice {
  height: 50px;
  line-height: 50px;
}
.news-search #FilterForm_FilterForm_Delivery_Holder {
  display: flex;
  padding-top: 15px;
}
.news-search #FilterForm_FilterForm_Delivery_Holder > label {
  margin-right: 15px;
  padding: 0;
}
.news-search #FilterForm_FilterForm_Delivery_Holder li {
  margin: 0 20px 0 0;
}
.news-search #FilterForm_FilterForm_Delivery_Holder li label {
  top: 0;
  line-height: 15px;
  padding-left: 30px;
}
.news-search #FilterForm_FilterForm_Delivery_Holder label:before {
  border-radius: 8px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.news-search #FilterForm_FilterForm_Delivery_Holder label:after {
  background: #47a23f;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  top: 4px;
  left: 2px;
}
.news-search #FilterForm_FilterForm_Delivery_Holder label {
  color: #fff;
  display: block;
  left: 0;
  top: 0;
  position: relative;
}
.news-search #FilterForm_FilterForm_Delivery_Holder ul {
  display: flex;
}
.news-search .fa-search {
  position: absolute;
  right: 30px;
  font-size: 44px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .news-search {
    transform: none;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .news-search fieldset {
    padding-right: 0;
  }
  .news-search .fa-search {
    display: none;
  }
  .news-search .action {
    right: 0;
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .news-search .action:after {
    transform: translate(-17px, -50%);
  }
}
@media (max-width: 991px) {
  .news-search .first-row {
    margin-bottom: 14px;
  }
}
.news-search #Form_FilterForm_action_clearFilterForm {
  border: 1px solid #fff;
  color: #fff;
}

.news-title-section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.news-filter-section {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .news-image-callout {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .news-image-callout .imagecallout-image {
    display: block !important;
    height: 271px;
  }
}
.news-image-callout img {
  display: none;
}
.news-image-callout .btn-tertiary {
  background-color: #00205b;
}
.news-image-callout .bold {
  font-weight: 800;
}

@media (max-width: 991px) {
  .news-image-section .imagecallout--fullbleed.imagecallout--green {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .news-image-section {
    max-width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
}

/* EVENTS */
.events-title-section {
  padding-top: 80px;
  padding-bottom: 10px;
}
.events-title-section h1 {
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 59.18px;
}
@media screen and (max-width: 768px) {
  .events-title-section h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30.69px;
  }
}
.events-title-section h2 {
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 41.65px;
}
@media screen and (max-width: 768px) {
  .events-title-section h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28.5px;
  }
}
.events-title-section p {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Theinhardt, sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 41.65px;
}
@media screen and (max-width: 768px) {
  .events-title-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
  }
}

.events-past-section {
  padding-top: 20px;
  padding-bottom: 0;
}
.events-past-section h2 {
  font-family: "Theinhardt", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 41.65px;
}
@media screen and (max-width: 768px) {
  .events-past-section h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 28.5px;
  }
}

.news-bg-section {
  padding-top: 10px;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .news-bg-section .news-bg-section-row .col-12 {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .news-bg-section .news-bg-section-row .col-12 {
    flex-basis: 100%;
  }
}
.news-bg-section .tile-summary__image a {
  position: relative;
  height: 100%;
  display: block;
  width: 100%;
}
.news-bg-section .tile-summary__image a label {
  position: absolute !important;
  background-color: #47A23F;
  border-radius: 60px;
  padding: 10px 20px;
  top: 15px;
  right: 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 16.44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .news-bg-section .tile-summary__image a label {
    font-size: 14px;
    line-height: 15.34px;
  }
}
.news-bg-section .tile-summary__img-wrapper {
  z-index: 100;
  display: block;
  position: relative;
}
.news-bg-section .tile-meta-events {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.news-bg-section .tile-meta-events li {
  display: flex;
  flex-direction: flex;
}
.news-bg-section .tile-meta-events li:before {
  display: none;
}
.news-bg-section .tile-meta-events li span {
  flex-basis: 10%;
}
.news-bg-section .tile-meta-events li label {
  flex-basis: 80%;
  font-weight: 500;
  font-size: 16px;
  line-height: 17.4px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  top: 15px;
  right: 17px;
}
@media screen and (max-width: 768px) {
  .news-bg-section .tile-meta-events li label {
    flex-basis: 90%;
    font-size: 14px;
    line-height: 15.34px;
  }
}
.news-bg-section .tile-content {
  padding-top: 30px;
  padding-bottom: 35px;
}
.news-bg-section .tile-content__title {
  font-weight: 500;
  font-size: 26px;
  font-weight: 28.5px;
}
@media screen and (max-width: 768px) {
  .news-bg-section .tile-content__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 24.11px;
  }
}
.news-bg-section .tile-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news-bg-section .tile-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
  }
}
.news-bg-section .tile-content .title-link {
  color: #47A23F;
  font-weight: 500;
  font-size: 17.64px;
  line-height: 19.34px;
  text-transform: capitalize;
  text-decoration: underline;
  position: absolute;
  bottom: 21px;
}
@media screen and (max-width: 768px) {
  .news-bg-section .tile-content .title-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 15.34px;
  }
}

.events-bg-line {
  border-top: 2px solid #a8a8a8;
}

.events-filter-section {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .events-image-callout {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .events-image-callout .imagecallout-image {
    display: block !important;
    height: 271px;
  }
}
.events-image-callout img {
  display: none;
}
.events-image-callout .btn-tertiary {
  background-color: #00205b;
}
.events-image-callout .bold {
  font-weight: 800;
}

@media (max-width: 991px) {
  .events-image-section .imagecallout--fullbleed.imagecallout--green {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .events-image-section {
    max-width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.history-table.bt tfoot th::before,
.history-table.bt tfoot td::before,
.history-table.bt tbody td::before {
  content: "" !important;
  display: none;
}

/* SEARCH RESULT */
.search-results__form {
  position: relative;
  z-index: 999999;
}

.search-results-dropdown {
  position: absolute;
  width: 83%;
  border: 1px solid #ddd;
  background-color: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}

.search-results-dropdown.with-list {
  display: block;
}

.search-results-dropdown li {
  padding: 10px;
  cursor: pointer;
}

.search-results-dropdown li:hover {
  background-color: #f0f0f0;
}

/* ------ Typography SCSS File ----- */
/*
 Sets styles across the site. Any component based overrides should go in their
 CSS files.
 */
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
/* ----- Override and custom mixins ---- */
/* Variables */
/* Background color for body.*/
/* Global text color on body.*/
/* 5px */
/* 1px */
/* 54px */
/* 54px */
/* 26px */
/* 18px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 12px */
/* Iconography */
/* tables */
.bg-gray-lighter {
  background-color: #eee;
}

.bg-light,
.bg-grey {
  background: #f4f6f6;
}

.bg-gray-dark {
  background: #2d2d2d;
}

.text-black {
  color: #000;
}

.text-green {
  color: #47a23f;
}

.text-blue,
.text-kikorangi {
  color: #62b5e5;
}

.text-kahurangi {
  color: #00205b;
}

.text-karikiuri {
  color: #005151;
}

.bg-black {
  background: #000;
}

.bg-pink,
.bg-mawhero,
.bg-brand-pink {
  background: #ff585d;
}

.bg-darkblue,
.bg-kahurangi,
.bg-brand-darkblue {
  background: #00205b;
}

.bg-green,
.bg-primary,
.bg-brand-green {
  background: #47a23f;
}

.bg-darkgreen,
.bg-karikiuri,
.bg-brand-darkgreen {
  background: #005151;
}

.bg-blue,
.bg-kikorangi,
.bg-brand-blue {
  background: #62b5e5;
}

.bg-sand,
.bg-onepu,
.bg-brand-sand {
  background: #c5b9ac;
}

.bg-warning,
.bg-brand-red {
  background: #f36f21;
}

.swatch {
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
}

::-moz-selection {
  background-color: #47a23f;
  color: #ddf2f8;
}

::selection {
  background-color: #47a23f;
  color: #ddf2f8;
}

::-moz-selection {
  background-color: #47a23f;
  color: #ddf2f8;
}

/* Base */
p {
  font-family: "Theinhardt", sans-serif;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
}
p:first-child {
  margin-top: 0;
}

ul,
ol {
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 0rem;
}

/* Headers */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 600;
  /* bold weight */
}
h1.light,
.h1.light,
h2.light,
.h2.light,
h3.light,
.h3.light,
h4.light,
.h4.light,
h5.light,
.h5.light {
  font-weight: 300;
}

.small {
  font-size: 95%;
}
.small li {
  font-size: 95%;
}

h1,
.h1 {
  color: #000;
  font-size: 3.375rem;
  line-height: 1;
}
h1 a,
.h1 a {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0);
  text-decoration: none;
}
h1 a:hover, h1 a:focus,
.h1 a:hover,
.h1 a:focus {
  border-bottom: 0.0625rem solid inherit;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  h1,
.h1 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  h1,
.h1 {
    font-size: 28px;
  }
}

h2,
.h2 {
  color: #000;
  font-size: 2.375rem;
  line-height: 1;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
}
@media (max-width: 767.98px) {
  h2,
.h2 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  color: #000;
  font-size: 1.625rem;
  line-height: 1;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
}
@media (max-width: 767.98px) {
  h3,
.h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  color: #000;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1;
  margin-top: 1.40625rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  h4,
.h4 {
    font-size: 1.125rem;
  }
}

h5,
.h5 {
  color: #47a23f;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 0rem;
}

h6,
.h6 {
  color: #47a23f;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 0rem;
}

.lead {
  font-size: 1.375rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
}

.heavy {
  font-weight: 600;
}

ul {
  list-style-type: none;
}
ul li {
  position: relative;
  margin-bottom: 0.625rem;
}
ul li:before {
  color: #47a23f;
  content: "•";
  left: -10px;
  position: absolute;
  top: 1px;
}
ul ul li {
  color: #555;
}
ul ul li:before {
  color: #939598;
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 6px;
  top: -2px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

blockquote {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 2.8125rem;
  margin-bottom: 2.75rem;
  border-left: none;
  border-top: 0.0625rem solid #eee;
  border-bottom: 0.0625rem solid #eee;
  margin-bottom: 1.25rem;
  margin-top: 0.9375rem;
  padding: 1rem 0;
}
blockquote p {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: 0rem;
  font-weight: 600;
  border-left: none;
}
@media (max-width: 767.98px) {
  blockquote {
    font-size: 0.875rem;
  }
}

.text-primary {
  color: #47a23f;
}
.text-primary a {
  color: #47a23f;
}

a {
  color: #47a23f;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.13s ease-out;
}
a:hover, a:focus {
  text-decoration: underline;
}
a p {
  font-weight: 400;
}

p a {
  text-decoration: none;
}
p a:hover, p a:focus {
  text-decoration: underline;
}

.link-list {
  padding-left: 25px;
  display: block;
}
.link-list li:before {
  color: #62b5e5;
  content: "»";
  left: -10px;
  position: relative;
  top: 0px;
}

a[href$=".pdf"]:first-child,
a[href$=".PDF"]:first-child,
a[href$=".csv"]:first-child,
a[href$=".CSV"]:first-child,
a[href$=".epub"]:first-child,
a[href$=".EPUB"]:first-child,
a[href$=".doc"]:first-child,
a[href$=".DOC"]:first-child,
a[href$=".docx"]:first-child,
a[href$=".xls"]:first-child,
a[href$=".XLS"]:first-child,
a[href$=".xlsx"]:first-child,
a[href$=".XLSX"]:first-child {
  font-weight: 600;
  color: #47a23f;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
  margin-bottom: 0.625rem;
}
a[href$=".pdf"]:first-child:visited,
a[href$=".PDF"]:first-child:visited,
a[href$=".csv"]:first-child:visited,
a[href$=".CSV"]:first-child:visited,
a[href$=".epub"]:first-child:visited,
a[href$=".EPUB"]:first-child:visited,
a[href$=".doc"]:first-child:visited,
a[href$=".DOC"]:first-child:visited,
a[href$=".docx"]:first-child:visited,
a[href$=".xls"]:first-child:visited,
a[href$=".XLS"]:first-child:visited,
a[href$=".xlsx"]:first-child:visited,
a[href$=".XLSX"]:first-child:visited {
  color: #47a23f;
}
a[href$=".pdf"]:first-child .glyphicon,
a[href$=".PDF"]:first-child .glyphicon,
a[href$=".csv"]:first-child .glyphicon,
a[href$=".CSV"]:first-child .glyphicon,
a[href$=".epub"]:first-child .glyphicon,
a[href$=".EPUB"]:first-child .glyphicon,
a[href$=".doc"]:first-child .glyphicon,
a[href$=".DOC"]:first-child .glyphicon,
a[href$=".docx"]:first-child .glyphicon,
a[href$=".xls"]:first-child .glyphicon,
a[href$=".XLS"]:first-child .glyphicon,
a[href$=".xlsx"]:first-child .glyphicon,
a[href$=".XLSX"]:first-child .glyphicon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 25px;
  transform: translateY(-50%);
  margin-top: 6px;
}
a[href$=".pdf"]:first-child .file_ext,
a[href$=".PDF"]:first-child .file_ext,
a[href$=".csv"]:first-child .file_ext,
a[href$=".CSV"]:first-child .file_ext,
a[href$=".epub"]:first-child .file_ext,
a[href$=".EPUB"]:first-child .file_ext,
a[href$=".doc"]:first-child .file_ext,
a[href$=".DOC"]:first-child .file_ext,
a[href$=".docx"]:first-child .file_ext,
a[href$=".xls"]:first-child .file_ext,
a[href$=".XLS"]:first-child .file_ext,
a[href$=".xlsx"]:first-child .file_ext,
a[href$=".XLSX"]:first-child .file_ext {
  font-weight: 400;
  font-size: 0.75rem;
  left: 40px;
  bottom: -0.9375rem;
  position: absolute;
  white-space: nowrap;
}
a[href$=".pdf"]:first-child:hover, a[href$=".pdf"]:first-child:focus,
a[href$=".PDF"]:first-child:hover,
a[href$=".PDF"]:first-child:focus,
a[href$=".csv"]:first-child:hover,
a[href$=".csv"]:first-child:focus,
a[href$=".CSV"]:first-child:hover,
a[href$=".CSV"]:first-child:focus,
a[href$=".epub"]:first-child:hover,
a[href$=".epub"]:first-child:focus,
a[href$=".EPUB"]:first-child:hover,
a[href$=".EPUB"]:first-child:focus,
a[href$=".doc"]:first-child:hover,
a[href$=".doc"]:first-child:focus,
a[href$=".DOC"]:first-child:hover,
a[href$=".DOC"]:first-child:focus,
a[href$=".docx"]:first-child:hover,
a[href$=".docx"]:first-child:focus,
a[href$=".xls"]:first-child:hover,
a[href$=".xls"]:first-child:focus,
a[href$=".XLS"]:first-child:hover,
a[href$=".XLS"]:first-child:focus,
a[href$=".xlsx"]:first-child:hover,
a[href$=".xlsx"]:first-child:focus,
a[href$=".XLSX"]:first-child:hover,
a[href$=".XLSX"]:first-child:focus {
  color: #4cabe1;
}
a[href$=".pdf"]:first-child:hover .file_ext, a[href$=".pdf"]:first-child:focus .file_ext,
a[href$=".PDF"]:first-child:hover .file_ext,
a[href$=".PDF"]:first-child:focus .file_ext,
a[href$=".csv"]:first-child:hover .file_ext,
a[href$=".csv"]:first-child:focus .file_ext,
a[href$=".CSV"]:first-child:hover .file_ext,
a[href$=".CSV"]:first-child:focus .file_ext,
a[href$=".epub"]:first-child:hover .file_ext,
a[href$=".epub"]:first-child:focus .file_ext,
a[href$=".EPUB"]:first-child:hover .file_ext,
a[href$=".EPUB"]:first-child:focus .file_ext,
a[href$=".doc"]:first-child:hover .file_ext,
a[href$=".doc"]:first-child:focus .file_ext,
a[href$=".DOC"]:first-child:hover .file_ext,
a[href$=".DOC"]:first-child:focus .file_ext,
a[href$=".docx"]:first-child:hover .file_ext,
a[href$=".docx"]:first-child:focus .file_ext,
a[href$=".xls"]:first-child:hover .file_ext,
a[href$=".xls"]:first-child:focus .file_ext,
a[href$=".XLS"]:first-child:hover .file_ext,
a[href$=".XLS"]:first-child:focus .file_ext,
a[href$=".xlsx"]:first-child:hover .file_ext,
a[href$=".xlsx"]:first-child:focus .file_ext,
a[href$=".XLSX"]:first-child:hover .file_ext,
a[href$=".XLSX"]:first-child:focus .file_ext {
  text-decoration: underline;
}
a[href$=".pdf"]:first-child:last-child,
a[href$=".PDF"]:first-child:last-child,
a[href$=".csv"]:first-child:last-child,
a[href$=".CSV"]:first-child:last-child,
a[href$=".epub"]:first-child:last-child,
a[href$=".EPUB"]:first-child:last-child,
a[href$=".doc"]:first-child:last-child,
a[href$=".DOC"]:first-child:last-child,
a[href$=".docx"]:first-child:last-child,
a[href$=".xls"]:first-child:last-child,
a[href$=".XLS"]:first-child:last-child,
a[href$=".xlsx"]:first-child:last-child,
a[href$=".XLSX"]:first-child:last-child {
  padding-bottom: 0.95rem;
  display: block;
}
a[href$=".pdf"]:first-child:last-child .file_ext,
a[href$=".PDF"]:first-child:last-child .file_ext,
a[href$=".csv"]:first-child:last-child .file_ext,
a[href$=".CSV"]:first-child:last-child .file_ext,
a[href$=".epub"]:first-child:last-child .file_ext,
a[href$=".EPUB"]:first-child:last-child .file_ext,
a[href$=".doc"]:first-child:last-child .file_ext,
a[href$=".DOC"]:first-child:last-child .file_ext,
a[href$=".docx"]:first-child:last-child .file_ext,
a[href$=".xls"]:first-child:last-child .file_ext,
a[href$=".XLS"]:first-child:last-child .file_ext,
a[href$=".xlsx"]:first-child:last-child .file_ext,
a[href$=".XLSX"]:first-child:last-child .file_ext {
  bottom: 0;
}
a[href$=".pdf"]:first-child:last-child .glyphicon,
a[href$=".PDF"]:first-child:last-child .glyphicon,
a[href$=".csv"]:first-child:last-child .glyphicon,
a[href$=".CSV"]:first-child:last-child .glyphicon,
a[href$=".epub"]:first-child:last-child .glyphicon,
a[href$=".EPUB"]:first-child:last-child .glyphicon,
a[href$=".doc"]:first-child:last-child .glyphicon,
a[href$=".DOC"]:first-child:last-child .glyphicon,
a[href$=".docx"]:first-child:last-child .glyphicon,
a[href$=".xls"]:first-child:last-child .glyphicon,
a[href$=".XLS"]:first-child:last-child .glyphicon,
a[href$=".xlsx"]:first-child:last-child .glyphicon,
a[href$=".XLSX"]:first-child:last-child .glyphicon {
  margin-top: 0;
}

.ebook {
  height: auto;
}
.ebook a {
  font-weight: 600;
  color: #47a23f;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 1.40625rem;
  margin-bottom: 1.40625rem;
  margin-bottom: 0.625rem;
  color: #007f76;
  padding-top: 1rem;
}
.ebook a:visited {
  color: #47a23f;
}
.ebook a .glyphicon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 25px;
  transform: translateY(-50%);
  margin-top: 6px;
}
.ebook a .file_ext {
  font-weight: 400;
  font-size: 0.75rem;
  left: 40px;
  bottom: -0.9375rem;
  position: absolute;
  white-space: nowrap;
}
.ebook a:hover, .ebook a:focus {
  color: #4cabe1;
}
.ebook a:hover .file_ext, .ebook a:focus .file_ext {
  text-decoration: underline;
}
.ebook a:hover {
  color: #00665e;
}
.ebook a:hover:before {
  background-color: #00665e;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: none;
  border-collapse: collapse;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 0.375rem;
  vertical-align: top;
  border-top: 0.0625rem solid #939598;
  border-bottom: 0.0625rem solid #939598;
  font-family: "Theinhardt", sans-serif;
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: -0.0625rem;
}
.table > thead > tr > th p,
.table > thead > tr > td p,
.table > tbody > tr > th p,
.table > tbody > tr > td p,
.table > tfoot > tr > th p,
.table > tfoot > tr > td p {
  font-size: 0.875rem;
  line-height: 1.40625rem;
  margin-top: 0;
  margin-bottom: -0.0625rem;
}
.table > thead > tr > th p:first-child,
.table > thead > tr > td p:first-child,
.table > tbody > tr > th p:first-child,
.table > tbody > tr > td p:first-child,
.table > tfoot > tr > th p:first-child,
.table > tfoot > tr > td p:first-child {
  margin-top: 0;
}
.table > thead > tr > th p:last-child,
.table > thead > tr > td p:last-child,
.table > tbody > tr > th p:last-child,
.table > tbody > tr > td p:last-child,
.table > tfoot > tr > th p:last-child,
.table > tfoot > tr > td p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    width: auto !important;
    height: auto !important;
    border-bottom: none;
  }
}
.table > thead {
  border-top: 0.0625rem solid #939598;
  background-color: #ddf2f8;
}
.table > thead > tr > th,
.table > thead > tr > td {
  color: #00205b;
  font-weight: 600;
}
.table > tbody > tr:nth-of-type(odd) {
  background-color: #f4f6f6;
}
.table > tbody > tr:hover {
  background-color: #eee;
}

.ss-htmleditorfield-file {
  max-width: 100%;
  height: auto;
}
.ss-htmleditorfield-file iframe {
  height: auto;
  aspect-ratio: 16/9;
}

img {
  margin: 16px;
}
img.left-alone, img.leftAlone, img.leftalone {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 0;
}
img.left {
  float: left;
  max-width: 100%;
  height: auto;
  margin-left: 0;
}
img.right {
  float: right;
  max-width: 100%;
  height: auto;
  margin-right: 0;
}
img.center {
  display: block;
  margin: 0 auto;
}

iframe {
  max-width: 100%;
  display: block;
}

feature img {
  margin: 0;
  margin-bottom: 1rem;
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

/* rich text areas, not be used in elements */
.typography h1 {
  margin-top: 2rem;
}
.typography h2 {
  margin-top: 2rem;
}
.typography h3 {
  margin-top: 2rem;
}

.captionImage {
  margin-bottom: 1rem;
  max-width: 100%;
}
.captionImage img {
  margin-bottom: 0;
}
.captionImage.right {
  float: right;
  margin-left: 20px;
}
.captionImage.left {
  float: left;
  margin-right: 20px;
}
.captionImage .caption {
  font-size: 11px;
  color: #727272;
}

p abbr[title] {
  border-bottom: 1px dotted #198754;
  text-decoration: none;
  cursor: pointer;
}
p abbr[title]:after {
  content: "";
  width: 11px;
  cursor: pointer;
  height: 11px;
  display: inline-block;
  background: url(../images/icons8-info-96.png) no-repeat center center;
  background-size: 9px 9px;
  margin-left: 2px;
}

#navigation-table {
  background: #f9f9f9;
  border: 1px solid #AAA;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 10px;
  position: relative;
  width: auto;
}
