/* Imports (load inline so files are combined into one)
-------------------------------------------------- */
/* using height:100% on html and body allows to style containers with a 100% height
 * the overflow declaration is to make sure there is a gutter for the scollbar in all browsers regardless of content
 * note that there is no font-size declaration set in this rule. If you wish to include one, you should use font-size: 100.01% to prevent bugs in IE and Opera
 */
html {
	height: 100%;
	overflow-y: scroll;
}
/* not all browsers set white as the default background color
 * color is set to create not too much contrast with the background color
 * line-height is to ensure that text is legible enough (that there is enough space between the upper and lower line)
 */
body {
	height: 100%;
	background: #fff;
	color: #444;
	line-height: 1.4;
	font-size: 16px;
}

/* this choice of font-family is supposed to render text the same across platforms
 * letter-spacing makes the font a bit more legible
 */
pre, tt, code, kbd, samp, var {
	font-family: "Courier New", Courier, monospace;
}

h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

/* margin and padding values are reset for all these elements */
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, button, textarea,
blockquote, th, td {
  margin: 0;
  padding: 0;
}
/* setting appropriate margins */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 10px 0;
}
/* Although the outermost list should have a margin, sub-lists shouldn't */
ul ul, ol ol, ul ol, ol ul {
	margin: 0;
}

/* this is to prevent border from showing around fieldsets and images (i.e., images inside anchors)
 */
fieldset, img {
  border: 0;
}

/* to prevent a gap from showing below images in some browsers
 */
img {vertical-align: bottom;}

/* Styling of list items
 * This styles sheet contains a class to apply on lists to reset list-type and margin on LIs
 */
ol li,
ul ol li {list-style-type: decimal;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

/* These should be self explanatory
 * I believe *most* UAs style sub and sup like this by default so I am not sure there is value to include these rules here
 */
sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Used so Internet Explorer does not cut-off descenders in letters like p, g, etc.)
 */
legend {
  padding-bottom: .5em;
}

/* according to Eric Meyer's reset: tables still need 'cellspacing="0"' in the markup
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* all th should be centered unless they are in tbody (table body)
 */
th {text-align: center;}
tbody th {text-align: left;}

/* This should be self explanatory
 */
blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}

/* to prevent some browsers from inserting quotes on "q" and "p" ("p" in blockquotes)
 */
blockquote p:before, blockquote p:after, q:before, q:after {content: '';}

/* These should be self explanatory
 */
th, strong, dt, b {
  font-weight: bold;
}

ins {
  text-decoration: none;
  border-bottom: 3px double #333;
}

del {text-decoration: line-through;}

abbr,
acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal;
}

/* These should be self explanatory
 */
dd {
  padding-left: 20px;
}

li {margin-left:30px;}

hr {
  border-style: inset;
  border-width: 1px;
}

/* a specific font-size is set for these elements
 */
input, button, textarea, select, optgroup, option {
  font-size: .9em;
  max-width:100%;
}

/* this is to fix IE 6 and 7 which create extra right/left padding on buttons
 * IMPORTANT: because IE 6 does not understand the first selector below, you need to apply the class "inputButton" to all input of type="button" in your documents
 * the first declaration is for IE 6 and 7, the second one for IE 6 only, the third one is for all browsers.
 */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  *overflow: visible;
  _width: 0;
  /*padding: .2em .4em;*/
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src:
		url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src:
		url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fa-brands-400.woff2") format("woff2"),
		url("../fonts/fa-brands-400.woff") format("woff"),
		url("../fonts/fa-brands-400.ttf") format("truetype"),
		url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp: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-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/* Fonts
-------------------------------------------------- */
/* Variables
-------------------------------------------------- */
/* .container-standard()
 *
 * Mixin for maintaining a container that is full width until it reached a
 * certain width. Usually used in an "inner" container in each module.
 */
/* .button
 *
 * Standard styles for buttons
 */
.button {
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  color: #55575a;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.button.button-powerup {
  background-color: #bd1a22;
  color: white;
}
.button.outline {
  background-color: transparent;
  border: 1px solid #55575a;
  color: #55575a;
  padding: 10px 30px;
}
.button.outline:hover {
  font-weight: 700;
  background-color: #00a551;
  color: white;
}
/* Styles
-------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #55575a;
}
a {
  text-decoration: underline;
  color: #55575a;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
  background-color: #55575a;
  color: white;
}
a.button {
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  color: #55575a;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
}
a.button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
a.button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
a.button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
a.button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
a.button.button-powerup {
  background-color: #bd1a22;
  color: white;
}
a.button.outline {
  background-color: transparent;
  border: 1px solid #55575a;
  color: #55575a;
  padding: 10px 30px;
}
a.button.outline:hover {
  font-weight: 700;
  background-color: #00a551;
  color: white;
}
#main {
  margin-top: 206px;
}
@media (max-width: 1147px) {
  #main {
    margin-top: 96px;
  }
}
@media (max-width: 960px) {
  #main {
    overflow-x: hidden;
  }
}
body > footer {
  clear: both;
  padding: 20px;
  background-color: white;
}
body > footer .footer-fineprint {
  float: right;
  text-align: right;
}
body > footer .footer-fineprint h2 {
  font-weight: 300;
  font-size: 24px;
  margin-top: 0;
}
body > footer .footer-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  padding: 40px 0;
}
body > footer .footer-inner .flex {
  display: flex;
}
body > footer .footer-inner .menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
body > footer .footer-inner .menu li {
  list-style: none;
}
body > footer .footer-inner .menu li a {
  text-decoration: none;
}
@media (max-width: 960px) {
  body > footer .footer-inner {
    grid-template-columns: 100%;
    text-align: center;
  }
  body > footer .footer-inner .flex {
    margin: 0 auto 25px;
  }
  body > footer .footer-inner .menu {
    margin: 0;
  }
  body > footer .footer-inner .menu li {
    margin: 0;
  }
  body > footer .footer-inner .footer-fineprint {
    float: none;
    text-align: center;
    margin: 40px 0 0;
  }
}
body > footer img {
  display: inline-block;
  vertical-align: middle;
}
body > footer img.logo {
  object-fit: contain;
}
.footer-sidebar {
  background-color: #25a9e0;
}
.footer-sidebar.bgcolor-primary,
.default-color-primary .footer-sidebar {
  background-color: #25a9e0;
  color: white;
}
.footer-sidebar.bgcolor-primary .ekr-form [data-form="floating-label"],
.default-color-primary .footer-sidebar .ekr-form [data-form="floating-label"] {
  color: #55575a;
}
.footer-sidebar.bgcolor-primary .ekr-form [data-form="floating-label"].is-focused,
.default-color-primary .footer-sidebar .ekr-form [data-form="floating-label"].is-focused {
  color: white;
}
.footer-sidebar.bgcolor-primary .button,
.default-color-primary .footer-sidebar .button,
.footer-sidebar.bgcolor-primary input[type="submit"],
.default-color-primary .footer-sidebar input[type="submit"] {
  background-color: white;
  color: #25a9e0;
}
.footer-sidebar.bgcolor-primary .content-standard a:not(.button),
.default-color-primary .footer-sidebar .content-standard a:not(.button) {
  color: white;
}
.footer-sidebar.bgcolor-primary .content-standard a:not(.button):hover,
.default-color-primary .footer-sidebar .content-standard a:not(.button):hover,
.footer-sidebar.bgcolor-primary .content-standard a:not(.button):focus,
.default-color-primary .footer-sidebar .content-standard a:not(.button):focus {
  background: white;
  color: #25a9e0;
}
.footer-sidebar.bgcolor-primary .module-heading h2,
.default-color-primary .footer-sidebar .module-heading h2 {
  color: white;
}
.footer-sidebar.bgcolor-secondary,
.default-color-secondary .footer-sidebar {
  background-color: #00a551;
  color: white;
}
.footer-sidebar.bgcolor-secondary .button,
.default-color-secondary .footer-sidebar .button,
.footer-sidebar.bgcolor-secondary input[type="submit"],
.default-color-secondary .footer-sidebar input[type="submit"] {
  background-color: white;
  color: #00a551;
}
.footer-sidebar.bgcolor-secondary .content-standard a:not(.button),
.default-color-secondary .footer-sidebar .content-standard a:not(.button) {
  color: white;
}
.footer-sidebar.bgcolor-secondary .content-standard a:not(.button):hover,
.default-color-secondary .footer-sidebar .content-standard a:not(.button):hover,
.footer-sidebar.bgcolor-secondary .content-standard a:not(.button):focus,
.default-color-secondary .footer-sidebar .content-standard a:not(.button):focus {
  background: white;
  color: #00a551;
}
.footer-sidebar.bgcolor-secondary .module-heading h2,
.default-color-secondary .footer-sidebar .module-heading h2 {
  color: white;
}
.footer-sidebar.bgcolor-tertiary,
.default-color-tertiary .footer-sidebar {
  background-color: #bd1a22;
  color: white;
}
.footer-sidebar.bgcolor-tertiary .button,
.default-color-tertiary .footer-sidebar .button,
.footer-sidebar.bgcolor-tertiary input[type="submit"],
.default-color-tertiary .footer-sidebar input[type="submit"] {
  background-color: white;
  color: #bd1a22;
}
.footer-sidebar.bgcolor-tertiary .content-standard a:not(.button),
.default-color-tertiary .footer-sidebar .content-standard a:not(.button) {
  color: white;
}
.footer-sidebar.bgcolor-tertiary .content-standard a:not(.button):hover,
.default-color-tertiary .footer-sidebar .content-standard a:not(.button):hover,
.footer-sidebar.bgcolor-tertiary .content-standard a:not(.button):focus,
.default-color-tertiary .footer-sidebar .content-standard a:not(.button):focus {
  background: white;
  color: #bd1a22;
}
.footer-sidebar.bgcolor-tertiary .module-heading h2,
.default-color-tertiary .footer-sidebar .module-heading h2 {
  color: white;
}
.footer-sidebar.bgcolor-quarternary,
.default-color-quarternary .footer-sidebar {
  background-color: #f0a201;
  color: white;
}
.footer-sidebar.bgcolor-quarternary .button,
.default-color-quarternary .footer-sidebar .button,
.footer-sidebar.bgcolor-quarternary input[type="submit"],
.default-color-quarternary .footer-sidebar input[type="submit"] {
  background-color: white;
  color: #f0a201;
}
.footer-sidebar.bgcolor-quarternary .content-standard a:not(.button),
.default-color-quarternary .footer-sidebar .content-standard a:not(.button) {
  color: white;
}
.footer-sidebar.bgcolor-quarternary .content-standard a:not(.button):hover,
.default-color-quarternary .footer-sidebar .content-standard a:not(.button):hover,
.footer-sidebar.bgcolor-quarternary .content-standard a:not(.button):focus,
.default-color-quarternary .footer-sidebar .content-standard a:not(.button):focus {
  background: white;
  color: #f0a201;
}
.footer-sidebar.bgcolor-quarternary .module-heading h2,
.default-color-quarternary .footer-sidebar .module-heading h2 {
  color: white;
}
.footer-sidebar.bgcolor-quinary,
.default-color-quinary .footer-sidebar {
  background-color: #f2f2f2;
  color: #55575a;
}
.footer-sidebar.bgcolor-quinary .button,
.default-color-quinary .footer-sidebar .button,
.footer-sidebar.bgcolor-quinary input[type="submit"],
.default-color-quinary .footer-sidebar input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.footer-sidebar.bgcolor-quinary .button:focus,
.default-color-quinary .footer-sidebar .button:focus,
.footer-sidebar.bgcolor-quinary input[type="submit"]:focus,
.default-color-quinary .footer-sidebar input[type="submit"]:focus {
  outline: 3px solid rgba(85, 87, 90, 0.5);
}
.footer-sidebar.bgcolor-quinary .content-standard a:not(.button),
.default-color-quinary .footer-sidebar .content-standard a:not(.button) {
  color: black;
}
.footer-sidebar.bgcolor-quinary .content-standard a:not(.button):hover,
.default-color-quinary .footer-sidebar .content-standard a:not(.button):hover,
.footer-sidebar.bgcolor-quinary .content-standard a:not(.button):focus,
.default-color-quinary .footer-sidebar .content-standard a:not(.button):focus {
  background: #55575a;
  color: white;
}
.footer-sidebar.bgcolor-quinary .module-heading h2,
.default-color-quinary .footer-sidebar .module-heading h2 {
  color: #55575a;
}
.default-color-custom .footer-sidebar {
  background-color: #4b3540;
  color: white;
}
.default-color-custom .footer-sidebar .button,
.default-color-custom .footer-sidebar input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .footer-sidebar .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .footer-sidebar .content-standard a:not(.button):hover,
.default-color-custom .footer-sidebar .content-standard a:not(.button):focus {
  background: white;
  color: #b1bc37;
}
.default-color-custom .footer-sidebar .module-heading h2 {
  color: white;
}
.default-color-custom .footer-sidebar h3 {
  color: #b1bc37;
}
.footer-sidebar.bgcolor-sextenary {
  background-color: white;
  color: #55575a;
}
.footer-sidebar.bgcolor-sextenary .button,
.footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #55575a;
}
.default-color-primary .footer-sidebar.bgcolor-sextenary .button,
.default-color-primary .footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #25a9e0;
  color: white;
}
.default-color-primary .footer-sidebar.bgcolor-sextenary .button:hover,
.default-color-primary .footer-sidebar.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(37, 169, 224, 0.8);
}
.default-color-primary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.default-color-primary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-primary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.default-color-primary .footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #25a9e0;
}
.default-color-primary .footer-sidebar.bgcolor-sextenary h3 {
  color: #25a9e0;
}
.default-color-secondary .footer-sidebar.bgcolor-sextenary .button,
.default-color-secondary .footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #00a551;
  color: white;
}
.default-color-secondary .footer-sidebar.bgcolor-sextenary .button:hover,
.default-color-secondary .footer-sidebar.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(0, 165, 81, 0.8);
}
.default-color-secondary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #00a551;
}
.default-color-secondary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-secondary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #00a551;
  color: white;
}
.default-color-secondary .footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #00a551;
}
.default-color-secondary .footer-sidebar.bgcolor-sextenary h3 {
  color: #00a551;
}
.default-color-tertiary .footer-sidebar.bgcolor-sextenary .button,
.default-color-tertiary .footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #bd1a22;
  color: white;
}
.default-color-tertiary .footer-sidebar.bgcolor-sextenary .button:hover,
.default-color-tertiary .footer-sidebar.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(189, 26, 34, 0.8);
}
.default-color-tertiary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #bd1a22;
}
.default-color-tertiary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-tertiary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #bd1a22;
  color: white;
}
.default-color-tertiary .footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #bd1a22;
}
.default-color-tertiary .footer-sidebar.bgcolor-sextenary h3 {
  color: #bd1a22;
}
.default-color-quarternary .footer-sidebar.bgcolor-sextenary .button,
.default-color-quarternary .footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #f0a201;
  color: white;
}
.default-color-quarternary .footer-sidebar.bgcolor-sextenary .button:hover,
.default-color-quarternary .footer-sidebar.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(240, 162, 1, 0.8);
}
.default-color-quarternary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f0a201;
}
.default-color-quarternary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quarternary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f0a201;
  color: white;
}
.default-color-quarternary .footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #f0a201;
}
.default-color-quarternary .footer-sidebar.bgcolor-sextenary h3 {
  color: #f0a201;
}
.default-color-quinary .footer-sidebar.bgcolor-sextenary .button,
.default-color-quinary .footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #f2f2f2;
  color: white;
}
.default-color-quinary .footer-sidebar.bgcolor-sextenary .button:hover,
.default-color-quinary .footer-sidebar.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(242, 242, 242, 0.8);
}
.default-color-quinary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f2f2f2;
}
.default-color-quinary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quinary .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f2f2f2;
  color: white;
}
.default-color-quinary .footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #f2f2f2;
}
.default-color-custom .footer-sidebar.bgcolor-sextenary .button,
.default-color-custom .footer-sidebar.bgcolor-sextenary input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .footer-sidebar.bgcolor-sextenary .button:hover,
.default-color-custom .footer-sidebar.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(177, 188, 55, 0.8);
}
.default-color-custom .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-custom .footer-sidebar.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #b1bc37;
  color: white;
}
.default-color-custom .footer-sidebar.bgcolor-sextenary .module-heading h2 {
  color: #b1bc37;
}
.default-color-custom .footer-sidebar.bgcolor-sextenary h3 {
  color: #b1bc37;
}
.footer-sidebar-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.footer-sidebar .mc_custom_border_hdr {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
.footer-sidebar .mc-signup {
  display: inline-block;
}
.footer-sidebar form label {
  display: inline-block;
  color: white;
  font-size: 20px;
  margin-right: 10px;
}
.footer-sidebar form input[type="email"],
.footer-sidebar form input[type="text"] {
  border: none;
  display: inline-block;
  padding: 10px 15px;
  width: 200px;
  margin-right: 10px;
}
.footer-sidebar form input[type="submit"] {
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  color: #55575a;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
}
.footer-sidebar form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-sidebar form input[type="submit"]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.footer-sidebar form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-sidebar form input[type="submit"]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.footer-sidebar form input[type="submit"].button-powerup {
  background-color: #bd1a22;
  color: white;
}
.footer-sidebar form input[type="submit"].outline {
  background-color: transparent;
  border: 1px solid #55575a;
  color: #55575a;
  padding: 10px 30px;
}
.footer-sidebar form input[type="submit"].outline:hover {
  font-weight: 700;
  background-color: #00a551;
  color: white;
}
.footer-sidebar form .mc_merge_var {
  display: inline-block;
}
.footer-sidebar form .mc_signup_submit {
  display: inline-block;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 50px 0;
}
.post-grid .post {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #25a9e0;
}
.post-grid .post.sticky {
  background-color: #f0a201;
  grid-column: span 3;
}
.post-grid .post.sticky .wp-post-image {
  max-height: 270px;
  object-fit: cover;
}
.post-grid .post.sticky .post-title {
  font-size: 35px;
}
.post-grid .post .wp-post-image {
  width: 100%;
  height: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.post-grid .post .post-details {
  position: relative;
  padding: 25px;
  color: white;
}
.post-grid .post .post-details .post-date {
  position: absolute;
  bottom: 10px;
  right: 25px;
  margin: 0;
}
.post-grid .post .post-details a {
  color: white;
}
.post-grid .post .post-details .post-category {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.post-grid .post .post-details .post-category a {
  text-decoration: none;
}
@media (max-width: 960px) {
  .post-grid {
    grid-template-columns: 100%;
  }
}
.pagination {
  margin: 0 0 50px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
}
.pagination .page-numbers.current {
  font-weight: 700;
}
.posts-page {
  padding: 20px 0;
}
.posts-page .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-post {
  padding: 20px 0;
}
.single-post .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.single-post .post-thumbnail {
  margin: 50px 0;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single-post .thb-banner-social {
  text-align: center;
}
.single-post .thb-banner-social a {
  margin: 0 4px;
}
.single-post .post-category {
  text-align: center;
}
.single-post .post-category a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.single-post .post-content {
  max-width: 820px;
  margin: 0 auto;
}
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.single-post .post-content h4,
.single-post .post-content h5,
.single-post .post-content h6,
.single-post .post-content p,
.single-post .post-content blockquote,
.single-post .post-content ul,
.single-post .post-content ol,
.single-post .post-content dl,
.single-post .post-content address {
  margin: 20px 0;
}
.single-post .post-content .wp-block-image {
  margin: 40px 0;
}
.single-post .post-intro h1 {
  font-size: 52px;
  line-height: 58px;
  color: #25a9e0;
  font-weight: 100;
  margin: 50px 0;
}
.single-post .related-posts {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #f2f2f2;
}
.single-post .related-posts h2 {
  text-align: center;
  color: #25a9e0;
  font-size: 34px;
  line-height: 48px;
  font-weight: 100;
}
.single-post .related-posts .post-grid {
  gap: 40px;
}
.single-post .related-posts .related-post {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.single-post .related-posts .related-post h4 {
  color: #25a9e0;
}
.single-post .related-posts .related-post a {
  color: inherit;
  text-decoration: none;
}
.single-post .related-posts .related-post .inner {
  padding: 25px;
}
.single-post .related-posts .related-post img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.clear {
  clear: both;
}
section.page {
  padding: 20px;
  background-color: #f0a201;
}
@media only screen and (max-width: 500px) {
  section.page {
    float: none;
    width: auto;
  }
}
.sidebar {
  float: right;
  width: 25%;
  padding: 30px 0;
  background-color: #bd1a22;
}
@media only screen and (max-width: 500px) {
  .sidebar {
    float: none;
    width: auto;
  }
}
.post {
  padding: 20px;
}
#comments {
  padding: 20px;
}
.navigation {
  padding: 20px;
}
.widget {
  padding: 10px 20px;
}
.woocommerce-page .main {
  width: 100%;
}
.woocommerce-page .sidebar {
  display: none;
}
.skip-button {
  position: absolute;
  top: 5px;
  padding: 10px 20px;
  display: inline-block;
  height: 1px;
  left: -100000px;
  overflow: hidden;
  font-size: 14px;
  color: #55575a;
  font-weight: bold;
  background-color: white;
  text-decoration: none;
}
.skip-button:focus {
  height: auto;
  left: 175px;
}
.social-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-family: "FontAwesome";
  vertical-align: top;
  margin-left: 10px;
  background-color: #25a9e0;
}
.social-link:hover {
  background-color: #55575a;
  text-decoration: none;
}
.social-link:focus {
  outline: none;
  background-color: #55575a;
}
.social-link.linkedin:before {
  content: "\f0e1";
}
.social-link.googleplus:before {
  content: "\f0d5";
}
.social-link.facebook:before {
  content: "\f09a";
}
.social-link.twitter:before {
  content: "\f099";
}
.social-link.pintrest:before {
  content: "\f231";
  font-size: 28px;
}
.social-link.instagram:before {
  content: "\f16d";
  font-size: 28px;
}
.social-link.youtube:before {
  content: "\f167";
}
#mega-menu-wrap-header #mega-menu-header {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: white;
}
.header h1 {
  margin: 0;
  display: inline-block;
}
.header .button {
  margin: 0;
  padding: 12px 30px;
  vertical-align: center;
  color: white;
  background-color: #55575a;
  border: 1px solid #55575a;
}
.header .button:hover {
  background-color: #4b3540;
}
.header .header-buttons {
  margin-bottom: 10px;
}
.header .logo {
  background-image: url(../images/logo-color.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 174px;
  height: 120px;
  display: inline-block;
  transition: all 0.3s ease;
}
.header .logo:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 5px solid rgba(255, 255, 255, 0.3);
}
.header .logo span {
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
  float: left;
  text-indent: -10000px;
}
.header.desktop .header-inner {
  transition: 0.25s all;
  padding-top: 20px;
}
.header.desktop .header-top {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.header.desktop .header-top .inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.header.mobile .header-inner {
  width: auto;
  padding: 0 20px;
}
.header.mobile .logo {
  margin-top: 5px;
  width: 114px;
  height: 70px;
}
.header.mobile,
.header.isScrolled {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.header.mobile .logo,
.header.isScrolled .logo {
  background-image: url(../images/logo-color.png);
}
.header.isScrolled .logo {
  width: 104px;
  height: 70px;
}
.header-inner {
  position: relative;
}
.header-nav-desktop .nav {
  display: inline-block;
}
.header-nav-desktop .nav > ul {
  margin: 0;
  display: inline-block;
  vertical-align: center;
}
.header-nav-desktop .nav > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
.header-nav-desktop .nav > ul > li > a {
  color: #55575a;
  display: inline-block;
  padding: 5px;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
}
.header-nav-desktop .nav > ul > li > a [data-menu="toggle"] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.header-nav-desktop .nav > ul > li > a [data-menu="toggle"]:after {
  content: "\f0d7";
  font-weight: bold;
  font-family: "FontAwesome";
  color: #55575a;
  font-size: 18px;
  line-height: 18px;
}
.header-nav-desktop .nav > ul > li > a [data-menu="toggle"]:focus {
  background-color: white;
  outline: none;
  color: #55575a;
}
.header-nav-desktop .nav > ul > li > a [data-menu="toggle"]:focus:after {
  color: #55575a;
}
.header-nav-desktop .nav > ul > li > a:focus,
.header-nav-desktop .nav > ul > li > a:hover {
  background: white;
  color: #55575a;
}
.header-nav-desktop .nav > ul > li > a:focus [data-menu="toggle"]:after,
.header-nav-desktop .nav > ul > li > a:hover [data-menu="toggle"]:after {
  color: #55575a;
}
.header-nav-desktop .nav > ul > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 200px;
  display: none;
  background-color: white;
}
.header-nav-desktop .nav > ul > li > ul.sub-menu > li {
  list-style: none;
  margin: 0;
}
.header-nav-desktop .nav > ul > li > ul.sub-menu > li > a {
  color: #55575a;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.header-nav-desktop .nav > ul > li > ul.sub-menu > li > a:hover,
.header-nav-desktop .nav > ul > li > ul.sub-menu > li > a:focus {
  background: #55575a;
  color: white;
}
.header-nav-desktop .nav > ul > li.open {
  background: white;
}
.header-nav-desktop .nav > ul > li.open a {
  color: #55575a;
}
.header-nav-desktop .nav > ul > li.open a [data-menu="toggle"]:after {
  color: #55575a;
}
.header-nav-desktop .nav > ul > li.open > ul.sub-menu {
  display: block;
}
[data-login-type="logout"] .button {
  padding: 10px 30px;
}
.header-search {
  display: inline-block;
  vertical-align: center;
  position: relative;
}
.header-search .search-button {
  background: transparent;
  border: none;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.header-search .search-button:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #55575a;
}
.header-search .search-button:focus {
  outline: none;
  background: white;
}
.header-search .search-button:focus:after {
  color: #55575a;
}
.header-search .search-field {
  background: white;
}
.header-search .search-field input {
  border: 1px solid #55575a;
  background: white;
  font-family: "Barlow", sans-serif;
  padding: 13px 10px;
  padding-right: 25px;
  width: 178px;
  font-size: 13px;
}
.header-search .search-field input:focus {
  outline: 1px solid #25a9e0;
}
.login {
  display: inline-block;
  position: relative;
}
.login .header-login {
  position: absolute;
  display: none;
  top: 62px;
  right: 0;
  z-index: 5;
  background: white;
  border: 2px solid #55575a;
  box-sizing: border-box;
  width: 300px;
  padding: 30px 25px;
  font-size: 14px;
}
.login .header-login:before {
  content: "";
  width: 30px;
  height: 30px;
  border-left: 2px solid #55575a;
  border-top: 2px solid #55575a;
  position: absolute;
  top: -18px;
  right: 70px;
  transform: rotate(45deg);
  background: white;
}
.login .header-login h3 {
  margin: 0;
  font-weight: 100;
  font-size: 26px;
}
.login .header-login .button {
  background-color: #55575a;
  color: white;
  margin-top: 20px;
}
.login .header-login-fineprint {
  font-size: 13px;
  margin-top: 30px;
}
.login .header-login-fineprint a {
  display: block;
  color: #25a9e0;
}
.login .header-login .msg {
  color: #bd1a22;
}
.login.open .header-login {
  display: block;
}
[data-component="login"][data-login-current="logout"] [data-login-type="login"] {
  display: none;
}
[data-component="login"][data-login-current="logout"] [data-login-type="logout"] {
  display: inline-block;
}
[data-component="login"][data-login-current="login"] [data-login-type="logout"] {
  display: none;
}
[data-component="login"][data-login-current="login"] [data-login-type="login"] {
  display: inline-block;
}
.logout-container {
  display: block;
  width: 95%;
}
.header-nav-mobile {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-nav-mobile .header-search {
  display: block;
}
.header-nav-mobile .header-search .search-field {
  padding: 0;
  margin: 10px 0;
}
.header-nav-mobile .header-search .search-field input {
  width: 100%;
  box-sizing: border-box;
}
.header-nav-mobile .header-search .search-field button {
  position: absolute;
  background: transparent;
  border: none;
  padding: 8px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.header-nav-mobile .header-search .search-field button:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #55575a;
}
.header-nav-mobile.menuOpen .header-nav-mobile-menu {
  width: 100%;
  top: 98px;
  border-top: 1px solid;
  height: auto;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container.open .mobile-nav-login-form {
  display: block;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container .mobile-nav-login-form {
  display: none;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container[data-login-current="logout"] [data-login-type="login"] {
  display: none;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container[data-login-current="logout"] [data-login-type="logout"] {
  display: inline-block;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container[data-login-current="login"] [data-login-type="logout"] {
  display: none;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container[data-login-current="login"] [data-login-type="login"] {
  display: inline-block;
}
.header-nav-mobile.menuOpen .mobile-nav-login-container .msg {
  color: #bd1a22;
}
.header-nav-mobile.menuOpen [data-rh-mobile="trigger"] span:nth-child(1) {
  left: 1px;
  transform: rotate(45deg);
}
.header-nav-mobile.menuOpen [data-rh-mobile="trigger"] span:nth-child(2) {
  opacity: 0;
}
.header-nav-mobile.menuOpen [data-rh-mobile="trigger"] span:nth-child(3) {
  left: 1px;
  top: 13px;
  transform: rotate(-45deg);
}
.header-nav-mobile .search .search-field {
  padding: 15px 0;
  position: static;
  display: block;
}
.header-nav-mobile-trigger {
  position: absolute;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  cursor: pointer;
  z-index: 2;
  border: none;
  background-color: transparent;
}
.header-nav-mobile-trigger-inner {
  width: 18px;
  height: 16px;
  cursor: pointer;
  position: relative;
}
.header-nav-mobile-trigger:focus {
  outline: none;
  background-color: #55575a;
}
.header-nav-mobile-trigger:focus span {
  background-color: white;
}
.header-nav-mobile-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #55575a;
  opacity: 1;
  transition: transform 0.25s linear;
  transform: rotate(0deg);
  transform-origin: 0% 50%;
}
.header-nav-mobile-trigger span:nth-child(1) {
  top: 0px;
}
.header-nav-mobile-trigger span:nth-child(2) {
  top: 7px;
}
.header-nav-mobile-trigger span:nth-child(3) {
  top: 14px;
}
.header-nav-mobile-menu {
  overflow: auto;
  transition: 0.25s width;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
}
.header-nav-mobile-menu-inner {
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px 20px 25px;
}
.header-nav-mobile-menu ul {
  margin: 0;
  padding: 0;
}
.header-nav-mobile-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-nav-mobile-menu li > ul > li {
  margin-left: 20px;
}
.header-nav-mobile-menu a {
  display: block;
  color: #55575a;
  padding: 5px;
  text-decoration: none;
}
.header-nav-mobile-menu a:focus {
  color: white;
}
.header-nav-mobile-menu .button {
  background-color: #55575a;
  color: white;
  text-align: center;
  padding: 10px 30px !important;
  margin-bottom: 8px;
}
.header-nav-mobile-menu .mobile-nav-login a {
  color: #25a9e0;
}
.content-standard h1,
.content-standard h2 {
  font-weight: 200;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.2;
}
.content-standard h2 {
  font-size: 55px;
  line-height: 1.2;
}
.content-standard h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.content-standard p {
  font-size: 18px;
}
.content-standard li {
  margin-bottom: 14px;
}
@media only screen and (max-width: 800px) {
  .content-standard h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .content-standard h2 {
    font-size: 35px;
  }
  .content-standard h3 {
    font-size: 20px;
  }
}
.bios-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.bios h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 60px;
  color: #f0a201;
}
.bios-tabs {
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #f0a201;
}
.bios-tabs li {
  width: calc((100% - 80px) / 5);
  float: left;
  margin-right: 20px;
  margin-left: 0;
  list-style: none;
}
.bios-tabs li:last-child {
  margin-right: 0;
}
.bios-tabs li a {
  border-top: 4px solid #f0a201;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  opacity: 0.5;
}
.bios-tabs li a:focus {
  background: transparent;
  color: black;
}
.bios-tabs li a:hover {
  opacity: 0.75;
}
.bios-tabs li a.current {
  opacity: 1;
}
.bios-container {
  padding-top: 50px;
  padding-bottom: 120px;
}
.bios-category-container {
  overflow: hidden;
}
.bios-bio {
  width: calc((100% - 76px) / 4);
  border: 2px solid #f0a201;
  float: left;
  margin-right: 20px;
  padding: 40px 30px;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.bios-bio:nth-child(4n) {
  margin-right: 0;
}
.bios-bio:nth-child(4n + 1) {
  clear: left;
}
.bios-bio h3 {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-top: 0;
  margin-bottom: 19px;
}
.bios-bio p {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}
.bios-bio a {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.bios-bio a:hover {
  text-decoration: underline;
}
.bios-bio .bio-image {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background-color: #f0a201;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 900px) {
  .bios-bio {
    width: calc((100% - 50px) / 3);
  }
  .bios-bio:nth-child(4n) {
    margin-right: 20px;
  }
  .bios-bio:nth-child(4n + 1) {
    clear: none;
  }
  .bios-bio:nth-child(3n) {
    margin-right: 0px;
  }
  .bios-bio:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 800px) {
  .bios-bio {
    width: calc((100% - 25px) / 2);
  }
  .bios-bio:nth-child(4n) {
    margin-right: 20px;
  }
  .bios-bio:nth-child(4n + 1) {
    clear: none;
  }
  .bios-bio:nth-child(3n) {
    margin-right: 20px;
  }
  .bios-bio:nth-child(3n + 1) {
    clear: none;
  }
  .bios-bio:nth-child(2n) {
    margin-right: 20px;
  }
  .bios-bio:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 500px) {
  .bios-bio {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .bios-bio:nth-child(4n) {
    margin-right: 0px;
  }
  .bios-bio:nth-child(4n + 1) {
    clear: none;
  }
  .bios-bio:nth-child(2n) {
    margin-right: 0px;
  }
  .bios-bio:nth-child(2n + 1) {
    clear: none;
  }
}
.resources-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.resources-category {
  width: 33%;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  text-align: center;
  color: #00a551;
  margin-bottom: 100px;
}
.resources-category:nth-child(3n + 1) {
  clear: left;
}
.resources-category.item {
  width: 25%;
}
.resources-category.item:nth-child(3n + 1) {
  clear: none;
}
.resources-category.item:nth-child(4n + 1) {
  clear: left;
}
.resources-category.item .resources-category-image {
  height: 84px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.resources-category.item .resources-category-icon {
  margin-bottom: 10px;
}
.resources-category.item .resources-category-icon:before {
  font-size: 60px;
}
.resources-category.item h3 {
  font-size: 15px;
}
.resources-category-icon {
  text-align: center;
  margin-bottom: 20px;
}
.resources-category-icon:before {
  font-family: "FontAwesome";
  font-size: 80px;
  color: #00a551;
}
.resources-category h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.resources-category .button {
  min-width: 150px;
  margin: 10px 0;
}
.resources-category.education-documents-and-articles .resources-category-icon:before {
  content: "\f0f6";
}
.resources-category.professional-development .resources-category-icon:before {
  content: "\f0f2";
}
.resources-category.legislation .resources-category-icon:before {
  content: "\f19c";
  position: relative;
  left: 4px;
}
.resources-category.advocacy .resources-category-icon:before {
  content: "\f0ac";
}
.resources-category.board-governance .resources-category-icon:before {
  content: "\f0e3";
}
.resources-category.member-tools .resources-category-icon:before {
  content: "\f0c0";
}
.resources-category.master-board-award .resources-category-icon {
  background-image: url(../images/master-board-award.png);
  height: 112px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.resources-category.master-board-award .resources-category-icon:before {
  content: "";
}
.resources-category.content .resources-category-icon:before {
  content: "\f0f6";
}
.resources-category.doc .resources-category-icon:before {
  content: "\f1c2";
}
.resources-category.pdf .resources-category-icon:before {
  content: "\f1c1";
}
.resources-category.zip .resources-category-icon:before {
  content: "\f1c6";
}
.resources-category.xcl .resources-category-icon:before {
  content: "\f1c3";
}
.resources-category.ppt .resources-category-icon:before {
  content: "\f1c4";
}
.resources-category.vid .resources-category-icon:before {
  content: "\f1c8";
}
.resources-category.aud .resources-category-icon:before {
  content: "\f1c7";
}
@media only screen and (max-width: 1050px) {
  .resources-category.item {
    width: 33%;
  }
  .resources-category.item:nth-child(4n + 1) {
    clear: none;
  }
  .resources-category.item:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 800px) {
  .resources-category {
    width: 50%;
  }
  .resources-category:nth-child(3n + 1) {
    clear: none;
  }
  .resources-category:nth-child(2n + 1) {
    clear: left;
  }
  .resources-category.item {
    width: 50%;
  }
  .resources-category.item:nth-child(4n + 1) {
    clear: none;
  }
  .resources-category.item:nth-child(3n + 1) {
    clear: none;
  }
  .resources-category.item:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 500px) {
  .resources-category {
    width: 100%;
  }
  .resources-category:nth-child(3n + 1) {
    clear: none;
  }
  .resources-category:nth-child(2n + 1) {
    clear: none;
  }
  .resources-category.item {
    width: 100%;
  }
  .resources-category.item:nth-child(4n + 1) {
    clear: none;
  }
  .resources-category.item:nth-child(3n + 1) {
    clear: none;
  }
  .resources-category.item:nth-child(2n + 1) {
    clear: none;
  }
}
.module-policy-manual .pm-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 85px;
}
.module-policy-manual .pm-sidebar {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 40px;
}
.module-policy-manual .pm-sidebar ul {
  padding: 0;
}
.module-policy-manual .pm-sidebar ul li {
  list-style: none;
  position: relative;
}
.module-policy-manual .pm-sidebar ul li [data-sm="toggle"] {
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  text-align: center;
}
.module-policy-manual .pm-sidebar ul li [data-sm="toggle"]:before {
  content: "\f0da";
  font-family: "FontAwesome";
}
.module-policy-manual .pm-sidebar ul li.current_page_ancestor > a,
.module-policy-manual .pm-sidebar ul li.current_page_item > a {
  opacity: 1;
}
.module-policy-manual .pm-sidebar ul li ul {
  display: none;
}
.module-policy-manual .pm-sidebar ul li.open > ul {
  display: block;
}
.module-policy-manual .pm-sidebar ul li.open > [data-sm="toggle"] {
  transform: rotate(90deg);
}
.module-policy-manual .pm-sidebar ul li a {
  opacity: 0.5;
  text-decoration: none;
}
.module-policy-manual .pm-sidebar ul li a:hover {
  text-decoration: underline;
}
.module-policy-manual .pm-sidebar > ul {
  margin-left: 24px;
}
.module-policy-manual .pm-sidebar > ul > li {
  margin: 0 0 30px;
}
.module-policy-manual .pm-sidebar > ul > li > a {
  font-weight: bold;
}
.module-policy-manual .pm-sidebar > ul > li > ul > li {
  margin-bottom: 10px;
}
.module-policy-manual .pm-sidebar > ul > li > ul > li > ul > li > a {
  font-style: italic;
  font-size: 14px;
}
.module-policy-manual .pm-sidebar .search-form-policy {
  margin-bottom: 40px;
}
.module-policy-manual .pm-main {
  float: left;
  width: 75%;
  border-left: 1px solid #f0a201;
  box-sizing: border-box;
  padding-left: 50px;
}
.module-policy-manual .pm-header {
  border-bottom: 1px solid #f0a201;
  padding-bottom: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.module-policy-manual .pm-header h2 {
  font-weight: 100;
  font-size: 30px;
  line-height: 1;
  color: #f0a201;
}
.module-policy-manual .pm-header h2 .pm-header-image {
  float: right;
  height: 160px;
  width: 400px;
  background-size: cover;
  background-position: center;
}
.module-policy-manual .pm-content {
  font-size: 15px;
}
.module-policy-manual .pm-content h1 {
  font-size: 30px;
  font-weight: 100;
}
.module-policy-manual .pm-content h2 {
  font-size: 25px;
  font-weight: 100;
}
.module-policy-manual .pm-content h3 {
  font-size: 20px;
  color: #55575a !important;
  margin-top: 30px;
}
.module-policy-manual .pm-toc li {
  font-size: 20px;
}
.module-policy-manual .pm-toc li a {
  text-decoration: none;
}
.module-policy-manual .pm-toc li a:hover {
  text-decoration: underline;
}
.ekr-form.search-form-policy {
  position: relative;
}
.ekr-form.search-form-policy input[type="text"] {
  font-size: 20px;
  border: 1px solid #f0a201;
  box-sizing: border-box;
  padding: 5px 35px 5px 10px;
}
.ekr-form.search-form-policy .search-button {
  position: absolute;
  background: transparent;
  border: none;
  padding: 8px;
  top: 0;
  right: 0;
}
.ekr-form.search-form-policy .search-button:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #55575a;
}
.module-search-results {
  border-bottom: 2px solid #55575a;
}
.module-search-results .pms-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.module-search-results .ekr-form.search-form-policy {
  max-width: 590px;
  margin-bottom: 80px;
}
.module-search-results .ekr-form.search-form-policy input[type="text"] {
  font-size: 25px;
  padding: 8px 50px 8px 10px;
  border-color: #25a9e0;
}
.default-color-quarternary .module-search-results .ekr-form.search-form-policy input[type="text"] {
  border-color: #f0a201;
}
.module-search-results .ekr-form.search-form-policy .search-button {
  padding: 12px;
}
.module-search-results .ekr-form.search-form-policy .search-button:after {
  font-size: 25px;
}
.module-search-results .pms-result {
  margin-bottom: 60px;
}
.module-search-results .pms-result h2 a {
  font-size: 20px;
  color: #25a9e0;
}
.default-color-quarternary .module-search-results .pms-result h2 a {
  color: #f0a201;
}
.header-message {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 10;
}
.header-message[data-message-type="success"] .header-message-inner {
  background-color: #00a551;
}
.header-message[data-message-type="error"] .header-message-inner {
  background-color: #bd1a22;
}
.header-message.open {
  display: block;
}
.header-message [data-message="close"] {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 35px;
  line-height: 1;
  padding: 4px 10px;
  cursor: pointer;
}
.header-message-inner {
  max-width: 500px;
  color: white;
  margin: 0 auto;
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.module-calendar .fc-button.fc-state-default {
  margin: 20px 0 5px 0;
}
.calendar-buttons .cal-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.calendar-buttons a {
  border-radius: 5px;
  color: #ffffff;
  background-color: #3498db;
  background-image: none;
  border: 0;
  font-size: 16px;
  font-weight: 300;
  text-shadow: none;
  margin: 0;
  padding: 5px 15px 6px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-decoration: none;
}
.link-account {
  padding: 10px;
  text-decoration: none;
}
.link-account span {
  margin-left: 6px;
}
.link-account:hover {
  background: white;
}
.link-account:hover:before {
  color: #55575a;
}
.link-account:before {
  content: "\f08b";
  font-family: "FontAwesome";
  font-weight: bold;
  color: black;
  font-size: 20px;
}
.module-banner-options {
  position: relative;
  padding: 0 !important;
}
.module-banner-options .container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.module-banner-options .background-video {
  min-height: 60vh;
}
.module-banner-options .background-video .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.module-banner-options .background-video .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-banner-options .background-video .content {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.module-banner-options .background-video .content * {
  color: white;
}
.module-banner-options .background-video .content h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 65px;
  font-weight: 300;
}
.module-banner-options .background-video .content .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.module-banner-options .background-video .content .inner div.text {
  max-width: 580px;
  margin: 0 auto;
}
.module-banner-options .slick-dots {
  bottom: -50px;
}
.module-banner-options .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
.module-banner-options .slick-next,
.module-banner-options .slick-prev {
  width: 16px;
  height: 44px;
}
.module-banner-options .slick-next {
  right: -50px;
  background-image: url(../images/carousel-arrow-right.png);
}
.module-banner-options .slick-prev {
  left: -50px;
  background-image: url(../images/carousel-arrow-left.png);
}
.module-banner-options .slick-next:before {
  content: "";
}
.module-banner-options .slick-prev:before {
  content: "";
}
.module-banner-options .slider-content {
  background-color: #25a9e0;
  padding: 5rem 0;
}
.module-banner-options .text-image img {
  max-width: 100%;
}
.module-banner-options .text-image .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.module-banner-options .text-image .grid.right .image {
  order: 2;
}
.module-banner-options .text-image * {
  color: white;
}
.module-banner-options .text-image h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 200;
}
.module-banner-options .text-video img {
  max-width: 100%;
}
.module-banner-options .text-video .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.module-banner-options .text-video * {
  color: white;
}
.module-banner-options .text-video h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 200;
}
.module-banner-options .text-video #open-popup {
  position: relative;
  border: none;
  background-color: transparent;
}
.module-banner-options .text-video #open-popup span.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 100px solid white;
}
/* Styles for the lightbox */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 999;
}
#video-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  margin: 0 auto;
}
#video-container iframe {
  width: 100%;
  height: auto;
  min-height: 768px;
}
.close-button {
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 64px;
  cursor: pointer;
  border: none;
  background: transparent;
  color: white;
}
/* Styles for the open button (customize as needed) */
#open-popup {
  padding: 10px 20px;
  background: #0073e6;
  color: #fff;
  border: none;
  cursor: pointer;
}
#open-popup:hover {
  background: #005bbf;
}
@media (max-width: 1147px) {
  .header-buttons {
    display: none !important;
  }
  .header-top {
    padding: 0.5rem 0;
  }
  .mega-menu-item.widget_text {
    display: none !important;
  }
  ul.mega-sub-menu {
    background: transparent !important;
  }
  ul.mega-sub-menu li.mega-menu-item {
    padding: 5px 0 !important;
  }
}
@media (max-width: 667px) {
  .module-heading {
    padding: 0 35px;
  }
  .module-two-column-content .right .tcc-text {
    padding-left: 0;
  }
}
/*
 * Expected Variables
 *
 * @shadow-standard
 * @color-primary
 * @color-secondary
 * @color-tertiary
 * @color-text
 * @color-focus
 * @font-icon
 * @font-standard
 * @media-tablet
 * @media-mobile
 * @max-width
 * @mask-light
 * @mask-dark
 *
 */
/* .background-color-options()
 *
 * Mixin used in all modules, allowing the background for that module
 * to be set universally across the site.
 *
 * see modules/module.php to set the names of the colors (for the backend
 * module interface).
 * set colors using less variables like @color-primary
 */
/* .dynamic-mask
 *
 * A way to create a mask that fades with the location of the content
 *
 *
 */
.dynamic-mask {
  /*
	&.dm-pos-center-bottom {
		&.dm-schema-light {
			.dm-mask {
				background: linear-gradient(
					0deg,
					@mask-dark 0%,
					@mask-dark 40%,
					fade(@mask-dark, 0) 75%
				);
			}
		}
		&.dm-schema-dark {
			.dm-mask {
				background: linear-gradient(
					0deg,
					@mask-light 0%,
					@mask-light 40%,
					fade(@mask-light, 0) 75%
				);
			}
		}
	}
	&.dm-pos-center-top {
		&.dm-schema-light {
			.dm-mask {
				background: linear-gradient(
					180deg,
					@mask-dark 0%,
					@mask-dark 40%,
					fade(@mask-dark, 0) 75%
				);
			}
		}
		&.dm-schema-dark {
			.dm-mask {
				background: linear-gradient(
					180deg,
					@mask-light 0%,
					@mask-light 40%,
					fade(@mask-light, 0) 75%
				);
			}
		}
	}
	&.dm-pos-top-right,
	&.dm-pos-bottom-right,
	&.dm-pos-middle-right {
		&.dm-schema-light {
			.dm-mask {
				background: linear-gradient(
					270deg,
					@mask-dark 0%,
					@mask-dark 40%,
					fade(@mask-dark, 0) 75%
				);
			}
		}
		&.dm-schema-dark {
			.dm-mask {
				background: linear-gradient(
					270deg,
					@mask-light 0%,
					@mask-light 40%,
					fade(@mask-light, 0) 75%
				);
			}
		}
	}
	&.dm-pos-top-left,
	&.dm-pos-bottom-left,
	&.dm-pos-middle-left {
		&.dm-schema-light {
			.dm-mask {
				background: linear-gradient(
					90deg,
					@mask-dark 0%,
					@mask-dark 40%,
					fade(@mask-dark, 0) 75%
				);
			}
		}
		&.dm-schema-dark {
			.dm-mask {
				background: linear-gradient(
					90deg,
					@mask-light 0%,
					@mask-light 40%,
					fade(@mask-light, 0) 75%
				);
			}
		}
	}
	*/
}
.dynamic-mask.dm-schema-light {
  color: white;
}
.dynamic-mask.dm-schema-light button {
  color: white;
}
.dynamic-mask.dm-schema-light .dm-mask {
  background: rgba(0, 0, 0, 0.5);
}
.dynamic-mask.dm-schema-dark {
  color: #55575a;
}
.dynamic-mask.dm-schema-dark button {
  color: #55575a;
}
.dynamic-mask.dm-schema-dark .dm-mask {
  background: rgba(255, 255, 255, 0.5);
}
.dynamic-mask.dm-pos-center .dm-content {
  margin: 0 auto;
}
.dynamic-mask.dm-pos-center-bottom .dm-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.dynamic-mask.dm-pos-center-top .dm-content {
  position: absolute;
  top: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.dynamic-mask.dm-pos-top-left .dm-content,
.dynamic-mask.dm-pos-middle-left .dm-content {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
}
.dynamic-mask.dm-pos-top-right .dm-content,
.dynamic-mask.dm-pos-middle-right .dm-content {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
.dynamic-mask.dm-pos-bottom-left .dm-content {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
}
.dynamic-mask.dm-pos-bottom-right .dm-content {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}
.dynamic-mask.dm-pos-center.dm-schema-light .dm-mask {
  background: rgba(0, 0, 0, 0.5);
}
.dynamic-mask.dm-pos-center.dm-schema-dark .dm-mask {
  background: rgba(255, 255, 255, 0.5);
}
.dynamic-mask .dm-content-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 1;
}
.dynamic-mask .dm-content {
  max-width: 50%;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .dynamic-mask .dm-content {
    max-width: 95%;
  }
}
.dynamic-mask .dm-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .dynamic-mask .dm-content {
    max-width: 75%;
  }
}
@media only screen and (max-width: 500px) {
  .dynamic-mask.dm-pos-top-right.dm-schema-light .dm-mask,
  .dynamic-mask.dm-pos-bottom-right.dm-schema-light .dm-mask,
  .dynamic-mask.dm-pos-top-left.dm-schema-light .dm-mask,
  .dynamic-mask.dm-pos-bottom-left.dm-schema-light .dm-mask,
  .dynamic-mask.dm-pos-middle-left.dm-schema-light .dm-mask,
  .dynamic-mask.dm-pos-middle-right.dm-schema-light .dm-mask {
    background: rgba(0, 0, 0, 0.5);
  }
  .dynamic-mask.dm-pos-top-right.dm-schema-dark .dm-mask,
  .dynamic-mask.dm-pos-bottom-right.dm-schema-dark .dm-mask,
  .dynamic-mask.dm-pos-top-left.dm-schema-dark .dm-mask,
  .dynamic-mask.dm-pos-bottom-left.dm-schema-dark .dm-mask,
  .dynamic-mask.dm-pos-middle-left.dm-schema-dark .dm-mask,
  .dynamic-mask.dm-pos-middle-right.dm-schema-dark .dm-mask {
    background: rgba(255, 255, 255, 0.5);
  }
  .dynamic-mask .dm-content {
    max-width: 95%;
  }
}
/* .ekr-form
 *
 * Styles for forms. Tied directly in with ekrComponents.form javascript
 * object. Used specifically in the "form" module.
 * Reference the following files:
 * - ekrComponents.form in plugins/ekr-acf-modules/assets/js/components.js
 * - base styles in plugins/ekr-acf-modules/assets/css/components.css
 */
.ekr-form {
  font-size: 14px;
}
.ekr-form input[type="email"],
.ekr-form input[type="text"],
.ekr-form input[type="number"],
.ekr-form input[type="password"],
.ekr-form input[type="date"],
.ekr-form input[type="url"],
.ekr-form input[type="tel"],
.ekr-form select,
.ekr-form textarea {
  background: #f2f2f2;
  border: 2px solid #55575a;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  display: block;
  width: 100%;
}
.ekr-form input[type="email"]:focus,
.ekr-form input[type="text"]:focus,
.ekr-form input[type="number"]:focus,
.ekr-form input[type="password"]:focus,
.ekr-form input[type="date"]:focus,
.ekr-form input[type="url"]:focus,
.ekr-form input[type="tel"]:focus,
.ekr-form select:focus,
.ekr-form textarea:focus {
  outline: 2px solid #00a7df;
}
.ekr-form [data-form="checkbox"].focus,
.ekr-form [data-form="radio"].focus {
  background: #00a7df;
  color: white;
}
.ekr-form [data-form="floating-label"] {
  font-weight: normal;
}
.ekr-form [data-form="select"] {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ekr-form [data-form="select"] select {
  padding-right: 1.5em;
}
.ekr-form [data-form="select"]:after {
  content: '\f0d7';
  font-family: "FontAwesome";
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  font-size: 16px;
}
.ekr-form input[type="submit"] {
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  color: #55575a;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
}
.ekr-form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.ekr-form input[type="submit"]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.ekr-form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.ekr-form input[type="submit"]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.ekr-form input[type="submit"].button-powerup {
  background-color: #bd1a22;
  color: white;
}
.ekr-form input[type="submit"].outline {
  background-color: transparent;
  border: 1px solid #55575a;
  color: #55575a;
  padding: 10px 30px;
}
.ekr-form input[type="submit"].outline:hover {
  font-weight: 700;
  background-color: #00a551;
  color: white;
}
.ekr-form label {
  display: block;
}
.ekr-form label span.wpcf7-list-item-label {
  font-weight: normal;
}
.ekr-form .form-row {
  overflow: hidden;
  clear: both;
}
.ekr-form .form-col {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
  margin-bottom: 1em;
}
.ekr-form .form-col:first-child {
  padding-left: 0px;
}
.ekr-form .form-col:last-child {
  padding-right: 0px;
}
.ekr-form .form-buttons {
  text-align: center;
}
.ekr-form span.wpcf7-list-item {
  display: block;
  margin: 0.5em 0;
}
.ekr-form span.wpcf7-form-control-wrap {
  margin-bottom: 1em;
  display: block;
}
@media only screen and (max-width: 800px) {
  .ekr-form .form-col .form-col {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .ekr-form .form-col {
    width: 100%;
    padding: 0;
  }
}
/* .ekr-video-link
 *
 * Styles for the video link used in the WYSIWYG functionality included in
 * ekr-acf-modules. It's a button that will open a modal.
 * Reference the following files:
 * - ekr_acf_video plugin in plugins/ekr-acf-modules/assets/js/tinymce.js
 * - ekrComponents.modal in plugins/ekr-acf-modules/assets/js/components.js
 */
.ekr-video-link span {
  display: none;
}
.ekr-video-link:focus {
  outline: 0;
  color: #00a7df !important;
}
/* data-modal
 *
 * Generated when the user opens a modal using the ekrComponents.modal.
 * Reference the following file:
 * - ekrComponents.modal in plugins/ekr-acf-modules/assets/js/components.js
 * - base styles in plugins/ekr-acf-modules/assets/css/components.css
 */
[data-modal="container"] [data-modal="inner"] {
  padding: 25px;
  max-width: 1200px;
}
[data-modal="container"] [data-modal="inner"] img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
[data-modal="container"] [data-modal="inner"] video:focus {
  outline: 2px solid #00a7df;
}
@media only screen and (max-width: 500px) {
  [data-modal="container"] [data-modal="inner"] {
    padding: 25px 0;
  }
}
[data-modal="container"] [data-modal="close"] {
  color: white;
}
[data-modal="container"] [data-modal="close"]:focus {
  outline: 0;
  color: #00a7df;
}
/*
 * .ekr-table-table
 *
 * Universal styles for tables. Used specifically in the "table" module.
 */
.ekr-table-table {
  display: table;
  width: 100%;
  background: white;
  color: #55575a;
  border: 1px solid #00a551;
  border-collapse: collapse;
}
.ekr-table-table .ekr-table-head {
  display: table-header-group;
}
.ekr-table-table .ekr-table-row {
  display: table-row;
}
.ekr-table-table .ekr-table-body {
  display: table-row-group;
}
.ekr-table-table .ekr-table-th,
.ekr-table-table .ekr-table-td {
  display: table-cell;
  border: 1px solid #00a551;
  padding: 0.5em 1em;
}
.ekr-table-table .ekr-table-th {
  font-weight: bold;
  background-color: #bd1a22;
}
@media only screen and (max-width: 800px) {
  .ekr-table-table {
    display: block;
  }
  .ekr-table-table .ekr-table-head {
    display: block;
  }
  .ekr-table-table .ekr-table-row {
    display: block;
  }
  .ekr-table-table .ekr-table-body {
    display: block;
  }
  .ekr-table-table .ekr-table-th,
  .ekr-table-table .ekr-table-td {
    display: block;
  }
}
/*
 * Standard styles for all modules
 */
.module {
  padding: 70px 0;
}
.module h1 {
  font-size: 40px;
}
.module .module-heading h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 200;
  font-size: 55px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .module .module-heading h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .module .module-heading h2 {
    font-size: 35px;
  }
}
.module.bgcolor-primary,
.default-color-primary .module {
  background-color: #25a9e0;
  color: white;
}
.module.bgcolor-primary .ekr-form [data-form="floating-label"],
.default-color-primary .module .ekr-form [data-form="floating-label"] {
  color: #55575a;
}
.module.bgcolor-primary .ekr-form [data-form="floating-label"].is-focused,
.default-color-primary .module .ekr-form [data-form="floating-label"].is-focused {
  color: white;
}
.module.bgcolor-primary .button,
.default-color-primary .module .button,
.module.bgcolor-primary input[type="submit"],
.default-color-primary .module input[type="submit"] {
  background-color: white;
  color: #25a9e0;
}
.module.bgcolor-primary .content-standard a:not(.button),
.default-color-primary .module .content-standard a:not(.button) {
  color: white;
}
.module.bgcolor-primary .content-standard a:not(.button):hover,
.default-color-primary .module .content-standard a:not(.button):hover,
.module.bgcolor-primary .content-standard a:not(.button):focus,
.default-color-primary .module .content-standard a:not(.button):focus {
  background: white;
  color: #25a9e0;
}
.module.bgcolor-primary .module-heading h2,
.default-color-primary .module .module-heading h2 {
  color: white;
}
.module.bgcolor-secondary,
.default-color-secondary .module {
  background-color: #00a551;
  color: white;
}
.module.bgcolor-secondary .button,
.default-color-secondary .module .button,
.module.bgcolor-secondary input[type="submit"],
.default-color-secondary .module input[type="submit"] {
  background-color: white;
  color: #00a551;
}
.module.bgcolor-secondary .content-standard a:not(.button),
.default-color-secondary .module .content-standard a:not(.button) {
  color: white;
}
.module.bgcolor-secondary .content-standard a:not(.button):hover,
.default-color-secondary .module .content-standard a:not(.button):hover,
.module.bgcolor-secondary .content-standard a:not(.button):focus,
.default-color-secondary .module .content-standard a:not(.button):focus {
  background: white;
  color: #00a551;
}
.module.bgcolor-secondary .module-heading h2,
.default-color-secondary .module .module-heading h2 {
  color: white;
}
.module.bgcolor-tertiary,
.default-color-tertiary .module {
  background-color: #bd1a22;
  color: white;
}
.module.bgcolor-tertiary .button,
.default-color-tertiary .module .button,
.module.bgcolor-tertiary input[type="submit"],
.default-color-tertiary .module input[type="submit"] {
  background-color: white;
  color: #bd1a22;
}
.module.bgcolor-tertiary .content-standard a:not(.button),
.default-color-tertiary .module .content-standard a:not(.button) {
  color: white;
}
.module.bgcolor-tertiary .content-standard a:not(.button):hover,
.default-color-tertiary .module .content-standard a:not(.button):hover,
.module.bgcolor-tertiary .content-standard a:not(.button):focus,
.default-color-tertiary .module .content-standard a:not(.button):focus {
  background: white;
  color: #bd1a22;
}
.module.bgcolor-tertiary .module-heading h2,
.default-color-tertiary .module .module-heading h2 {
  color: white;
}
.module.bgcolor-quarternary,
.default-color-quarternary .module {
  background-color: #f0a201;
  color: white;
}
.module.bgcolor-quarternary .button,
.default-color-quarternary .module .button,
.module.bgcolor-quarternary input[type="submit"],
.default-color-quarternary .module input[type="submit"] {
  background-color: white;
  color: #f0a201;
}
.module.bgcolor-quarternary .content-standard a:not(.button),
.default-color-quarternary .module .content-standard a:not(.button) {
  color: white;
}
.module.bgcolor-quarternary .content-standard a:not(.button):hover,
.default-color-quarternary .module .content-standard a:not(.button):hover,
.module.bgcolor-quarternary .content-standard a:not(.button):focus,
.default-color-quarternary .module .content-standard a:not(.button):focus {
  background: white;
  color: #f0a201;
}
.module.bgcolor-quarternary .module-heading h2,
.default-color-quarternary .module .module-heading h2 {
  color: white;
}
.module.bgcolor-quinary,
.default-color-quinary .module {
  background-color: #f2f2f2;
  color: #55575a;
}
.module.bgcolor-quinary .button,
.default-color-quinary .module .button,
.module.bgcolor-quinary input[type="submit"],
.default-color-quinary .module input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module.bgcolor-quinary .button:focus,
.default-color-quinary .module .button:focus,
.module.bgcolor-quinary input[type="submit"]:focus,
.default-color-quinary .module input[type="submit"]:focus {
  outline: 3px solid rgba(85, 87, 90, 0.5);
}
.module.bgcolor-quinary .content-standard a:not(.button),
.default-color-quinary .module .content-standard a:not(.button) {
  color: black;
}
.module.bgcolor-quinary .content-standard a:not(.button):hover,
.default-color-quinary .module .content-standard a:not(.button):hover,
.module.bgcolor-quinary .content-standard a:not(.button):focus,
.default-color-quinary .module .content-standard a:not(.button):focus {
  background: #55575a;
  color: white;
}
.module.bgcolor-quinary .module-heading h2,
.default-color-quinary .module .module-heading h2 {
  color: #55575a;
}
.default-color-custom .module {
  background-color: #4b3540;
  color: white;
}
.default-color-custom .module .button,
.default-color-custom .module input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module .content-standard a:not(.button):hover,
.default-color-custom .module .content-standard a:not(.button):focus {
  background: white;
  color: #b1bc37;
}
.default-color-custom .module .module-heading h2 {
  color: white;
}
.default-color-custom .module h3 {
  color: #b1bc37;
}
.module.bgcolor-sextenary {
  background-color: white;
  color: #55575a;
}
.module.bgcolor-sextenary .button,
.module.bgcolor-sextenary input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.module.bgcolor-sextenary .content-standard a:not(.button):hover,
.module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.module.bgcolor-sextenary .module-heading h2 {
  color: #55575a;
}
.default-color-primary .module.bgcolor-sextenary .button,
.default-color-primary .module.bgcolor-sextenary input[type="submit"] {
  background-color: #25a9e0;
  color: white;
}
.default-color-primary .module.bgcolor-sextenary .button:hover,
.default-color-primary .module.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(37, 169, 224, 0.8);
}
.default-color-primary .module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.default-color-primary .module.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-primary .module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.default-color-primary .module.bgcolor-sextenary .module-heading h2 {
  color: #25a9e0;
}
.default-color-primary .module.bgcolor-sextenary h3 {
  color: #25a9e0;
}
.default-color-secondary .module.bgcolor-sextenary .button,
.default-color-secondary .module.bgcolor-sextenary input[type="submit"] {
  background-color: #00a551;
  color: white;
}
.default-color-secondary .module.bgcolor-sextenary .button:hover,
.default-color-secondary .module.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(0, 165, 81, 0.8);
}
.default-color-secondary .module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #00a551;
}
.default-color-secondary .module.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-secondary .module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #00a551;
  color: white;
}
.default-color-secondary .module.bgcolor-sextenary .module-heading h2 {
  color: #00a551;
}
.default-color-secondary .module.bgcolor-sextenary h3 {
  color: #00a551;
}
.default-color-tertiary .module.bgcolor-sextenary .button,
.default-color-tertiary .module.bgcolor-sextenary input[type="submit"] {
  background-color: #bd1a22;
  color: white;
}
.default-color-tertiary .module.bgcolor-sextenary .button:hover,
.default-color-tertiary .module.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(189, 26, 34, 0.8);
}
.default-color-tertiary .module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #bd1a22;
}
.default-color-tertiary .module.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-tertiary .module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #bd1a22;
  color: white;
}
.default-color-tertiary .module.bgcolor-sextenary .module-heading h2 {
  color: #bd1a22;
}
.default-color-tertiary .module.bgcolor-sextenary h3 {
  color: #bd1a22;
}
.default-color-quarternary .module.bgcolor-sextenary .button,
.default-color-quarternary .module.bgcolor-sextenary input[type="submit"] {
  background-color: #f0a201;
  color: white;
}
.default-color-quarternary .module.bgcolor-sextenary .button:hover,
.default-color-quarternary .module.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(240, 162, 1, 0.8);
}
.default-color-quarternary .module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f0a201;
}
.default-color-quarternary .module.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quarternary .module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f0a201;
  color: white;
}
.default-color-quarternary .module.bgcolor-sextenary .module-heading h2 {
  color: #f0a201;
}
.default-color-quarternary .module.bgcolor-sextenary h3 {
  color: #f0a201;
}
.default-color-quinary .module.bgcolor-sextenary .button,
.default-color-quinary .module.bgcolor-sextenary input[type="submit"] {
  background-color: #f2f2f2;
  color: white;
}
.default-color-quinary .module.bgcolor-sextenary .button:hover,
.default-color-quinary .module.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(242, 242, 242, 0.8);
}
.default-color-quinary .module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f2f2f2;
}
.default-color-quinary .module.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quinary .module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f2f2f2;
  color: white;
}
.default-color-quinary .module.bgcolor-sextenary .module-heading h2 {
  color: #f2f2f2;
}
.default-color-custom .module.bgcolor-sextenary .button,
.default-color-custom .module.bgcolor-sextenary input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module.bgcolor-sextenary .button:hover,
.default-color-custom .module.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(177, 188, 55, 0.8);
}
.default-color-custom .module.bgcolor-sextenary .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-custom .module.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #b1bc37;
  color: white;
}
.default-color-custom .module.bgcolor-sextenary .module-heading h2 {
  color: #b1bc37;
}
.default-color-custom .module.bgcolor-sextenary h3 {
  color: #b1bc37;
}
.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 1em;
}
.module-calendar .module-heading h2 {
  color: #00a551 !important;
}
.module-calendar .calendar-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.module-calendar .calendar-main {
  width: 70%;
  float: left;
}
.module-calendar .calendar-sidebar {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 75px;
}
.module-calendar .calendar-sidebar .fc-footer {
  display: none;
}
@media only screen and (max-width: 800px) {
  .module-calendar .calendar-main {
    width: 100%;
    float: none;
  }
  .module-calendar .calendar-sidebar {
    width: 100%;
    float: none;
  }
}
.module-calendar .calendar-sidebar-container {
  border: 1px solid #00a551;
  padding: 15px;
}
.module-calendar .calendar-sidebar-container h3 {
  border-bottom: 1px solid #00a551;
  padding-bottom: 7px;
}
.module-calendar .rhcalendar.not-widget.rhc_holder {
  margin-top: 0;
}
.module-calendar .fullCalendar table tr:hover td {
  background-color: inherit;
}
.module-calendar .fullCalendar .fc-header-title h2 {
  font-size: 35px;
  color: #00a551;
}
.module-calendar .fc-button.fc-state-default {
  background-color: #00a551;
}
.module-calendar .fc-button.fc-state-hover {
  background-color: #00d86a;
}
.module-calendar .fc-day-header {
  background-color: #00a551;
  color: white;
  font-weight: bold;
}
.module-calendar .fc-widget-header {
  border-color: #00a551;
  padding: 8px 0;
}
.module-calendar .fc-widget-content {
  border-color: #cceddc;
}
.module-calendar .fc-day-number {
  color: #00a551;
  font-weight: bold;
}
.module-calendar .fc-other-month {
  background: #f2f2f2;
}
.module-calendar .fc-other-month .fc-day-number {
  color: #b6bbbf;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-date:before {
  display: none;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-date:after {
  display: none;
}
.module-calendar .fc-events-holder .fc-event-list-holder h3.fc-event-list-date-header {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #cceddc;
  line-height: 1;
  font-size: 16px;
}
.module-calendar .fc-events-holder .fc-event-list-holder h4 {
  margin: 0;
  border-left: 5px solid #8e9297;
  padding-left: 5px;
  line-height: 1;
  padding-bottom: 5px;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-content h4 a {
  color: #55575a;
  font-weight: bold;
  font-size: 13px;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-content h4 a:hover {
  background: transparent;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-content h4 a:focus {
  background: transparent;
  text-decoration: underline;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item {
  padding: 0;
  min-height: 0;
  margin-bottom: 30px;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item.tax_calendar_usba-board-of-directors h4 {
  border-color: #f0a201;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item.tax_calendar_usba-executive-board h4 {
  border-color: #25a9e0;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item.tax_calendar_general h4 {
  border-color: #8e9297;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item.tax_calendar_usba-health-ins-plans h4 {
  border-color: #bd1a22;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item.tax_calendar_ussa-superintendents h4 {
  border-color: #007849;
}
.module-calendar .fc-events-holder .fc-event-list-holder .fc-event-list-item.tax_calendar_workers-comp-pool h4 {
  border-color: #3f3f42;
}
.module-calendar .fc-events-holder .fc-event-list-holder .rhc.fe-extrainfo-container {
  display: none;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item {
  float: left;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #00a551;
  padding: 25px 30px;
  min-height: 200px;
  color: white;
  clear: none;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item {
  background-color: #25a9e0;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .ekr-form [data-form="floating-label"],
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .ekr-form [data-form="floating-label"] {
  color: #55575a;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .ekr-form [data-form="floating-label"].is-focused,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .ekr-form [data-form="floating-label"].is-focused {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .button,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .button,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary input[type="submit"],
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"] {
  background-color: white;
  color: #25a9e0;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .content-standard a:not(.button),
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button) {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .content-standard a:not(.button):hover,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):hover,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .content-standard a:not(.button):focus,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):focus {
  background: white;
  color: #25a9e0;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-primary .module-heading h2,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item .module-heading h2 {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item {
  background-color: #00a551;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary .button,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item .button,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary input[type="submit"],
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"] {
  background-color: white;
  color: #00a551;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary .content-standard a:not(.button),
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button) {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary .content-standard a:not(.button):hover,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):hover,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary .content-standard a:not(.button):focus,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):focus {
  background: white;
  color: #00a551;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-secondary .module-heading h2,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item .module-heading h2 {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item {
  background-color: #bd1a22;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary .button,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item .button,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary input[type="submit"],
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"] {
  background-color: white;
  color: #bd1a22;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary .content-standard a:not(.button),
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button) {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary .content-standard a:not(.button):hover,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):hover,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary .content-standard a:not(.button):focus,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):focus {
  background: white;
  color: #bd1a22;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-tertiary .module-heading h2,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item .module-heading h2 {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item {
  background-color: #f0a201;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary .button,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item .button,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary input[type="submit"],
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"] {
  background-color: white;
  color: #f0a201;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary .content-standard a:not(.button),
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button) {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary .content-standard a:not(.button):hover,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):hover,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary .content-standard a:not(.button):focus,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):focus {
  background: white;
  color: #f0a201;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quarternary .module-heading h2,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item .module-heading h2 {
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item {
  background-color: #f2f2f2;
  color: #55575a;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary .button,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item .button,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary input[type="submit"],
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary .button:focus,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item .button:focus,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary input[type="submit"]:focus,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"]:focus {
  outline: 3px solid rgba(85, 87, 90, 0.5);
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary .content-standard a:not(.button),
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button) {
  color: black;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary .content-standard a:not(.button):hover,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):hover,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary .content-standard a:not(.button):focus,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):focus {
  background: #55575a;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-quinary .module-heading h2,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item .module-heading h2 {
  color: #55575a;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item {
  background-color: #4b3540;
  color: white;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item .button,
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):hover,
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item .content-standard a:not(.button):focus {
  background: white;
  color: #b1bc37;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item .module-heading h2 {
  color: white;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item h3 {
  color: #b1bc37;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary {
  background-color: white;
  color: #55575a;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #55575a;
}
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #25a9e0;
  color: white;
}
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button:hover,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(37, 169, 224, 0.8);
}
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #25a9e0;
}
.default-color-primary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary h3 {
  color: #25a9e0;
}
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #00a551;
  color: white;
}
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button:hover,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(0, 165, 81, 0.8);
}
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #00a551;
}
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #00a551;
  color: white;
}
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #00a551;
}
.default-color-secondary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary h3 {
  color: #00a551;
}
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #bd1a22;
  color: white;
}
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button:hover,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(189, 26, 34, 0.8);
}
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #bd1a22;
}
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #bd1a22;
  color: white;
}
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #bd1a22;
}
.default-color-tertiary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary h3 {
  color: #bd1a22;
}
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #f0a201;
  color: white;
}
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button:hover,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(240, 162, 1, 0.8);
}
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f0a201;
}
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f0a201;
  color: white;
}
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #f0a201;
}
.default-color-quarternary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary h3 {
  color: #f0a201;
}
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #f2f2f2;
  color: white;
}
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button:hover,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(242, 242, 242, 0.8);
}
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f2f2f2;
}
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f2f2f2;
  color: white;
}
.default-color-quinary .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #f2f2f2;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button,
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .button:hover,
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(177, 188, 55, 0.8);
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #b1bc37;
  color: white;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary .module-heading h2 {
  color: #b1bc37;
}
.default-color-custom .module-calendar .calendar-events .rhc-widget-upcoming-item.bgcolor-sextenary h3 {
  color: #b1bc37;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item .rhc-event-link {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
  min-height: 70px;
  line-height: 1.2;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item .rhc-widget-date-time {
  border-top: 1px solid white;
  padding-top: 20px;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item a {
  color: white;
  text-decoration: none;
}
.module-calendar .calendar-events .rhc-widget-upcoming-item:nth-child(4n) {
  margin-right: 0;
}
.module-calendar .calendar-events .button {
  float: right;
  margin-right: 0;
  background: #007238;
}
@media only screen and (max-width: 800px) {
  .module-calendar .calendar-events .rhc-widget-upcoming-item {
    width: calc((100% - 20px) / 2);
  }
  .module-calendar .calendar-events .rhc-widget-upcoming-item:nth-child(4n) {
    margin-right: 20px;
  }
  .module-calendar .calendar-events .rhc-widget-upcoming-item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .module-calendar .calendar-events .rhc-widget-upcoming-item {
    width: 100%;
    margin-right: 0;
  }
  .module-calendar .calendar-events .rhc-widget-upcoming-item:nth-child(4n) {
    margin-right: 0px;
  }
  .module-calendar .calendar-events .rhc-widget-upcoming-item:nth-child(2n) {
    margin-right: 0px;
  }
}
.calendar-single {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #00a551;
}
.calendar-single-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid #f0a201;
}
.calendar-single-content {
  padding: 20px 50px;
}
.calendar-single-content h1 {
  font-weight: 100;
}
.module-generic-content[data-gc-columns="1"] [data-gc="content"] {
  column-count: 1;
}
.module-generic-content[data-gc-columns="2"] [data-gc="content"] {
  column-count: 2;
}
.module-generic-content[data-gc-columns="3"] [data-gc="content"] {
  column-count: 3;
}
.module-generic-content[data-gc-columns="4"] [data-gc="content"] {
  column-count: 4;
}
.module-generic-content [data-gc="content"] {
  orphans: 3;
  widows: 3;
}
.module-generic-content.gc-padding-remove-top {
  padding-top: 1px;
}
.module-generic-content.gc-padding-remove-bottom {
  padding-bottom: 1px;
}
.module-generic-content .module-heading {
  text-align: center;
}
.module-generic-content .gc-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 700px;
}
.module-generic-content .gc-inner p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .module-generic-content[data-gc-columns="3"] [data-gc="content"] {
    column-count: 2;
  }
  .module-generic-content[data-gc-columns="4"] [data-gc="content"] {
    column-count: 2;
  }
}
@media only screen and (max-width: 500px) {
  .module-generic-content[data-gc-columns="2"] [data-gc="content"] {
    column-count: 1;
  }
  .module-generic-content[data-gc-columns="3"] [data-gc="content"] {
    column-count: 1;
  }
  .module-generic-content[data-gc-columns="4"] [data-gc="content"] {
    column-count: 1;
  }
}
[data-global-module-source] {
  display: none;
}
.module-top-hero-banner,
.module-top-hero-banner-posts {
  position: relative;
}
.module-top-hero-banner .thb-inner,
.module-top-hero-banner-posts .thb-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 200px;
}
.module-top-hero-banner .thb-banner-image,
.module-top-hero-banner-posts .thb-banner-image {
  display: block;
  width: 50%;
  height: 405px;
  background-size: cover;
  background-position: center;
}
.module-top-hero-banner .thb-banner-text,
.module-top-hero-banner-posts .thb-banner-text {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
.module-top-hero-banner .thb-content .button,
.module-top-hero-banner-posts .thb-content .button {
  margin-left: 2px;
}
.module-top-hero-banner .thb-banner:focus,
.module-top-hero-banner-posts .thb-banner:focus {
  outline: none;
}
.module-top-hero-banner .thb-banner[data-thb-layout="image-right"] .thb-banner-image,
.module-top-hero-banner-posts .thb-banner[data-thb-layout="image-right"] .thb-banner-image {
  float: right;
}
.module-top-hero-banner .thb-banner[data-thb-layout="image-right"] .thb-banner-text,
.module-top-hero-banner-posts .thb-banner[data-thb-layout="image-right"] .thb-banner-text {
  float: left;
  padding-right: 40px;
  min-height: 405px;
}
.module-top-hero-banner .thb-banner[data-thb-layout="image-left"] .thb-banner-image,
.module-top-hero-banner-posts .thb-banner[data-thb-layout="image-left"] .thb-banner-image {
  float: left;
}
.module-top-hero-banner .thb-banner[data-thb-layout="image-left"] .thb-banner-text,
.module-top-hero-banner-posts .thb-banner[data-thb-layout="image-left"] .thb-banner-text {
  float: right;
  padding-left: 40px;
  min-height: 405px;
}
.module-top-hero-banner .thb-banner[data-thb-layout="image-full"] .thb-banner-image,
.module-top-hero-banner-posts .thb-banner[data-thb-layout="image-full"] .thb-banner-image {
  float: none;
  width: 100%;
}
.module-top-hero-banner .thb-banner[data-thb-layout="image-full"] .thb-banner-text,
.module-top-hero-banner-posts .thb-banner[data-thb-layout="image-full"] .thb-banner-text {
  display: none;
}
.module-top-hero-banner.thb-type-small,
.module-top-hero-banner-posts.thb-type-small,
.module-top-hero-banner.thb-type-tiny,
.module-top-hero-banner-posts.thb-type-tiny {
  padding: 0;
}
.module-top-hero-banner.thb-type-small .thb-inner,
.module-top-hero-banner-posts.thb-type-small .thb-inner,
.module-top-hero-banner.thb-type-tiny .thb-inner,
.module-top-hero-banner-posts.thb-type-tiny .thb-inner {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.module-top-hero-banner.thb-type-small .thb-content,
.module-top-hero-banner-posts.thb-type-small .thb-content,
.module-top-hero-banner.thb-type-tiny .thb-content,
.module-top-hero-banner-posts.thb-type-tiny .thb-content {
  position: absolute;
  bottom: 80px;
}
.module-top-hero-banner.thb-type-small,
.module-top-hero-banner-posts.thb-type-small {
  height: 480px;
}
.module-top-hero-banner.thb-type-tiny,
.module-top-hero-banner-posts.thb-type-tiny {
  height: 340px;
}
.module-top-hero-banner .thb-background-image,
.module-top-hero-banner-posts .thb-background-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) contrast(200%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-top-hero-banner .thb-container,
.module-top-hero-banner-posts .thb-container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.module-top-hero-banner .thb-banner-social,
.module-top-hero-banner-posts .thb-banner-social {
  position: absolute;
  bottom: 0;
  right: 15px;
}
.module-top-hero-banner .thb-banner-social .social-link,
.module-top-hero-banner-posts .thb-banner-social .social-link {
  opacity: 0.5;
  margin: 0;
}
.module-top-hero-banner.bgcolor-primary .thb-container,
.module-top-hero-banner-posts.bgcolor-primary .thb-container,
.default-color-primary .module-top-hero-banner .thb-container,
.default-color-primary .module-top-hero-banner-posts .thb-container {
  background-color: rgba(37, 169, 224, 0.9);
}
.module-top-hero-banner.bgcolor-secondary .thb-container,
.module-top-hero-banner-posts.bgcolor-secondary .thb-container,
.default-color-secondary .module-top-hero-banner .thb-container,
.default-color-secondary .module-top-hero-banner-posts .thb-container {
  background-color: rgba(0, 165, 81, 0.9);
}
.module-top-hero-banner.bgcolor-tertiary .thb-container,
.module-top-hero-banner-posts.bgcolor-tertiary .thb-container,
.default-color-tertiary .module-top-hero-banner .thb-container,
.default-color-tertiary .module-top-hero-banner-posts .thb-container {
  background-color: rgba(189, 26, 34, 0.9);
}
.module-top-hero-banner.bgcolor-quarternary .thb-container,
.module-top-hero-banner-posts.bgcolor-quarternary .thb-container,
.default-color-quarternary .module-top-hero-banner .thb-container,
.default-color-quarternary .module-top-hero-banner-posts .thb-container {
  background-color: rgba(240, 162, 1, 0.9);
}
.module-top-hero-banner.bgcolor-quinary .thb-container,
.module-top-hero-banner-posts.bgcolor-quinary .thb-container,
.default-color-quinary .module-top-hero-banner .thb-container,
.default-color-quinary .module-top-hero-banner-posts .thb-container {
  background-color: rgba(242, 242, 242, 0.9);
}
.default-color-custom .module-top-hero-banner .thb-container,
.default-color-custom .module-top-hero-banner-posts .thb-container {
  background-color: rgba(75, 53, 64, 0.9);
}
.module-top-hero-banner .slick-dots,
.module-top-hero-banner-posts .slick-dots {
  bottom: -50px;
}
.module-top-hero-banner .slick-dots li button:before,
.module-top-hero-banner-posts .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
.module-top-hero-banner .slick-next,
.module-top-hero-banner-posts .slick-next,
.module-top-hero-banner .slick-prev,
.module-top-hero-banner-posts .slick-prev {
  width: 16px;
  height: 44px;
}
.module-top-hero-banner .slick-next,
.module-top-hero-banner-posts .slick-next {
  right: -50px;
  background-image: url(../images/carousel-arrow-right.png);
}
.module-top-hero-banner .slick-prev,
.module-top-hero-banner-posts .slick-prev {
  left: -50px;
  background-image: url(../images/carousel-arrow-left.png);
}
.module-top-hero-banner .slick-next:before,
.module-top-hero-banner-posts .slick-next:before {
  content: '';
}
.module-top-hero-banner .slick-prev:before,
.module-top-hero-banner-posts .slick-prev:before {
  content: '';
}
@media only screen and (max-width: 1130px) {
  .module-top-hero-banner .thb-inner,
  .module-top-hero-banner-posts .thb-inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .module-top-hero-banner.thb-type-small,
  .module-top-hero-banner-posts.thb-type-small {
    height: 330px;
  }
  .module-top-hero-banner.thb-type-small .thb-content,
  .module-top-hero-banner-posts.thb-type-small .thb-content {
    bottom: 30px;
  }
  .module-top-hero-banner.thb-type-small .content-standard h2,
  .module-top-hero-banner-posts.thb-type-small .content-standard h2 {
    font-size: 45px;
  }
  .module-top-hero-banner.thb-type-tiny,
  .module-top-hero-banner-posts.thb-type-tiny {
    height: 340px;
  }
  .module-top-hero-banner.thb-type-tiny .content-standard h2,
  .module-top-hero-banner-posts.thb-type-tiny .content-standard h2 {
    font-size: 45px;
  }
  .module-top-hero-banner .thb-banner-image,
  .module-top-hero-banner-posts .thb-banner-image {
    width: 100%;
  }
  .module-top-hero-banner .thb-banner[data-thb-layout="image-right"] .thb-banner-image,
  .module-top-hero-banner-posts .thb-banner[data-thb-layout="image-right"] .thb-banner-image {
    float: none;
    width: 100%;
  }
  .module-top-hero-banner .thb-banner[data-thb-layout="image-right"] .thb-banner-text,
  .module-top-hero-banner-posts .thb-banner[data-thb-layout="image-right"] .thb-banner-text {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .module-top-hero-banner .thb-banner[data-thb-layout="image-left"] .thb-banner-image,
  .module-top-hero-banner-posts .thb-banner[data-thb-layout="image-left"] .thb-banner-image {
    float: none;
    width: 100%;
  }
  .module-top-hero-banner .thb-banner[data-thb-layout="image-left"] .thb-banner-text,
  .module-top-hero-banner-posts .thb-banner[data-thb-layout="image-left"] .thb-banner-text {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .module-top-hero-banner .slick-next,
  .module-top-hero-banner-posts .slick-next,
  .module-top-hero-banner .slick-prev,
  .module-top-hero-banner-posts .slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .module-top-hero-banner.thb-type-small,
  .module-top-hero-banner-posts.thb-type-small,
  .module-top-hero-banner.thb-type-tiny,
  .module-top-hero-banner-posts.thb-type-tiny {
    height: 230px;
  }
  .module-top-hero-banner.thb-type-small .thb-content,
  .module-top-hero-banner-posts.thb-type-small .thb-content,
  .module-top-hero-banner.thb-type-tiny .thb-content,
  .module-top-hero-banner-posts.thb-type-tiny .thb-content {
    bottom: 10px;
  }
  .module-top-hero-banner.thb-type-small .content-standard h2,
  .module-top-hero-banner-posts.thb-type-small .content-standard h2,
  .module-top-hero-banner.thb-type-tiny .content-standard h2,
  .module-top-hero-banner-posts.thb-type-tiny .content-standard h2 {
    font-size: 35px;
  }
}
.module-multi-column-buckets[data-mcb-items-per-row="1"] [data-mcb="item"] {
  float: none;
  width: 100%;
}
.module-multi-column-buckets[data-mcb-items-per-row="2"] [data-mcb="item"] {
  width: 50%;
}
.module-multi-column-buckets[data-mcb-items-per-row="2"] [data-mcb="item"]:nth-child(2n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-items-per-row="3"] [data-mcb="item"] {
  width: 33.333%;
}
.module-multi-column-buckets[data-mcb-items-per-row="3"] [data-mcb="item"]:nth-child(3n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-items-per-row="4"] [data-mcb="item"] {
  width: 25%;
}
.module-multi-column-buckets[data-mcb-items-per-row="4"] [data-mcb="item"]:nth-child(4n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-items-per-row="5"] [data-mcb="item"] {
  width: 20%;
}
.module-multi-column-buckets[data-mcb-items-per-row="5"] [data-mcb="item"]:nth-child(5n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-image-location="top"] [data-mcb-image-style="full"] .mcb-item-image-full,
.module-multi-column-buckets[data-mcb-image-location="bottom"] [data-mcb-image-style="full"] .mcb-item-image-full {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.module-multi-column-buckets [data-mcb-image-style="icon"] img {
  margin-bottom: 30px;
}
.module-multi-column-buckets [data-mcb-image-style="center-image"] img {
  margin: 0 auto 30px;
}
.module-multi-column-buckets[data-mcb-image-location="left"] .mcb-item-inner {
  overflow: hidden;
}
.module-multi-column-buckets[data-mcb-image-location="left"] .mcb-item-image {
  float: left;
  width: calc(50% - 5px);
}
.module-multi-column-buckets[data-mcb-image-location="left"] .mcb-item-content {
  float: right;
  width: 50%;
}
.module-multi-column-buckets[data-mcb-image-location="right"] .mcb-item-inner {
  overflow: hidden;
}
.module-multi-column-buckets[data-mcb-image-location="right"] .mcb-item-image {
  float: right;
  width: calc(50% - 5px);
}
.module-multi-column-buckets[data-mcb-image-location="right"] .mcb-item-content {
  float: left;
  width: 50%;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item {
  position: relative;
}
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom h6 {
  color: white;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .mcb-item-inner,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom .mcb-item-inner {
  color: white;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-custom .button {
  background-color: white;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .module-heading h2 {
  color: #25a9e0;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .mcb-item-inner {
  background-color: #25a9e0;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-primary .button {
  color: #25a9e0;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary .module-heading h2 {
  color: #00a551;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary .mcb-item-inner {
  background-color: #00a551;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-secondary .button {
  color: #00a551;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary .module-heading h2 {
  color: #bd1a22;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary .mcb-item-inner {
  background-color: #bd1a22;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-tertiary .button {
  color: #bd1a22;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary .module-heading h2 {
  color: #f0a201;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary .mcb-item-inner {
  background-color: #f0a201;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quarternary .button {
  color: #f0a201;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary .mcb-item-inner {
  background-color: #f2f2f2;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-quinary .button {
  color: #f2f2f2;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .mcb-item-inner {
  color: #55575a;
}
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #25a9e0;
}
.bgcolor-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-primary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #25a9e0;
}
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #00a551;
}
.bgcolor-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-secondary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #00a551;
}
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #bd1a22;
}
.bgcolor-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-tertiary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #bd1a22;
}
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #f0a201;
}
.bgcolor-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-quarternary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #f0a201;
}
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #f2f2f2;
}
.bgcolor-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-quinary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #f2f2f2;
}
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #55575a;
}
.bgcolor-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-sextenary .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #55575a;
}
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h1,
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h2,
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h3,
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h4,
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h5,
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary h6 {
  color: #4b3540;
}
.bgcolor-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button,
.default-color-custom .module-multi-column-buckets[data-mcb-style="card"] .mcb-item.card-color-sextenary .button {
  background-color: #4b3540;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item .button {
  width: calc(100% - 120px);
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.module-multi-column-buckets[data-mcb-style="card"] .mcb-item-inner {
  background: white;
  color: #55575a;
  padding: 1em 1em 100px;
}
.module-multi-column-buckets[data-mcb-style="flat"] [data-mcb="item"] {
  box-sizing: border-box;
  padding: 0 40px;
  margin-bottom: 70px;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="1"] [data-mcb="item"] {
  float: none;
  width: 100%;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="2"] [data-mcb="item"] {
  width: 50%;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="2"] [data-mcb="item"]:nth-child(2n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="3"] [data-mcb="item"] {
  width: 33.333%;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="3"] [data-mcb="item"]:nth-child(3n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="4"] [data-mcb="item"] {
  width: 25%;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="4"] [data-mcb="item"]:nth-child(4n+1) {
  clear: left;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="5"] [data-mcb="item"] {
  width: 20%;
}
.module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="5"] [data-mcb="item"]:nth-child(5n+1) {
  clear: left;
}
.module-multi-column-buckets .mcb-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.module-multi-column-buckets .mcb-item {
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 1%;
}
.module-multi-column-buckets .mcb-item .mcb-item-image-full {
  height: 200px;
}
.module-multi-column-buckets .mcb-item-image {
  max-width: 50%;
  display: block;
}
.module-multi-column-buckets .mcb-item-content {
  box-sizing: border-box;
}
.module-multi-column-buckets .mcb-container {
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="5"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="5"] [data-mcb="item"] {
    width: 50%;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="5"] [data-mcb="item"]:nth-child(5n+1),
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="5"] [data-mcb="item"]:nth-child(5n+1) {
    clear: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="5"] [data-mcb="item"]:nth-child(2n+1),
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="5"] [data-mcb="item"]:nth-child(2n+1) {
    clear: left;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="4"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="4"] [data-mcb="item"] {
    width: 50%;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="4"] [data-mcb="item"]:nth-child(4n+1),
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="4"] [data-mcb="item"]:nth-child(4n+1) {
    clear: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="4"] [data-mcb="item"]:nth-child(2n+1),
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="4"] [data-mcb="item"]:nth-child(2n+1) {
    clear: left;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="3"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="3"] [data-mcb="item"] {
    width: 50%;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="3"] [data-mcb="item"]:nth-child(3n+1),
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="3"] [data-mcb="item"]:nth-child(3n+1) {
    clear: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="3"] [data-mcb="item"]:nth-child(2n+1),
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="3"] [data-mcb="item"]:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 500px) {
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="5"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="5"] [data-mcb="item"] {
    width: 100%;
    float: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="4"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="4"] [data-mcb="item"] {
    width: 100%;
    float: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="3"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="3"] [data-mcb="item"] {
    width: 100%;
    float: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="2"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="2"] [data-mcb="item"] {
    width: 100%;
    float: none;
  }
  .module-multi-column-buckets[data-mcb-style="flat"][data-mcb-items-per-row="1"] [data-mcb="item"],
  .module-multi-column-buckets[data-mcb-style="card"][data-mcb-items-per-row="1"] [data-mcb="item"] {
    width: 100%;
    float: none;
  }
}
.module-two-column-content.tcc-no-heading {
  padding: 0;
}
.module-two-column-content.tcc-no-heading .tcc-side[data-tcc-type="text"] .tcc-side-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module-two-column-content .module-heading h2 {
  font-size: 40px;
  max-width: 850px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 1em;
}
.module-two-column-content[data-tcc-split="fifty-fifty"] .tcc-side {
  width: 50%;
}
.module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:first-child {
  width: 66.6666%;
}
.module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:first-child .tcc-side-inner {
  max-width: 799.92px;
}
.module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:last-child {
  width: 33.3333%;
}
.module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:last-child .tcc-side-inner {
  max-width: 399.96px;
}
.module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:first-child {
  width: 33.3333%;
}
.module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:first-child .tcc-side-inner {
  max-width: 399.96px;
}
.module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:last-child {
  width: 66.6666%;
}
.module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:last-child .tcc-side-inner {
  max-width: 799.92px;
}
.module-two-column-content [data-tcc-type="text"] p,
.module-two-column-content [data-tcc-type="text"] ul {
  margin-top: 0;
}
.module-two-column-content .tcc-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.module-two-column-content .tcc-sides {
  overflow: hidden;
}
.module-two-column-content .tcc-side {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.module-two-column-content .tcc-side.bgcolor-primary,
.default-color-primary .module-two-column-content .tcc-side {
  background-color: #25a9e0;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-primary .ekr-form [data-form="floating-label"],
.default-color-primary .module-two-column-content .tcc-side .ekr-form [data-form="floating-label"] {
  color: #55575a;
}
.module-two-column-content .tcc-side.bgcolor-primary .ekr-form [data-form="floating-label"].is-focused,
.default-color-primary .module-two-column-content .tcc-side .ekr-form [data-form="floating-label"].is-focused {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-primary .button,
.default-color-primary .module-two-column-content .tcc-side .button,
.module-two-column-content .tcc-side.bgcolor-primary input[type="submit"],
.default-color-primary .module-two-column-content .tcc-side input[type="submit"] {
  background-color: white;
  color: #25a9e0;
}
.module-two-column-content .tcc-side.bgcolor-primary .content-standard a:not(.button),
.default-color-primary .module-two-column-content .tcc-side .content-standard a:not(.button) {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-primary .content-standard a:not(.button):hover,
.default-color-primary .module-two-column-content .tcc-side .content-standard a:not(.button):hover,
.module-two-column-content .tcc-side.bgcolor-primary .content-standard a:not(.button):focus,
.default-color-primary .module-two-column-content .tcc-side .content-standard a:not(.button):focus {
  background: white;
  color: #25a9e0;
}
.module-two-column-content .tcc-side.bgcolor-primary .module-heading h2,
.default-color-primary .module-two-column-content .tcc-side .module-heading h2 {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-secondary,
.default-color-secondary .module-two-column-content .tcc-side {
  background-color: #00a551;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-secondary .button,
.default-color-secondary .module-two-column-content .tcc-side .button,
.module-two-column-content .tcc-side.bgcolor-secondary input[type="submit"],
.default-color-secondary .module-two-column-content .tcc-side input[type="submit"] {
  background-color: white;
  color: #00a551;
}
.module-two-column-content .tcc-side.bgcolor-secondary .content-standard a:not(.button),
.default-color-secondary .module-two-column-content .tcc-side .content-standard a:not(.button) {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-secondary .content-standard a:not(.button):hover,
.default-color-secondary .module-two-column-content .tcc-side .content-standard a:not(.button):hover,
.module-two-column-content .tcc-side.bgcolor-secondary .content-standard a:not(.button):focus,
.default-color-secondary .module-two-column-content .tcc-side .content-standard a:not(.button):focus {
  background: white;
  color: #00a551;
}
.module-two-column-content .tcc-side.bgcolor-secondary .module-heading h2,
.default-color-secondary .module-two-column-content .tcc-side .module-heading h2 {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-tertiary,
.default-color-tertiary .module-two-column-content .tcc-side {
  background-color: #bd1a22;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-tertiary .button,
.default-color-tertiary .module-two-column-content .tcc-side .button,
.module-two-column-content .tcc-side.bgcolor-tertiary input[type="submit"],
.default-color-tertiary .module-two-column-content .tcc-side input[type="submit"] {
  background-color: white;
  color: #bd1a22;
}
.module-two-column-content .tcc-side.bgcolor-tertiary .content-standard a:not(.button),
.default-color-tertiary .module-two-column-content .tcc-side .content-standard a:not(.button) {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-tertiary .content-standard a:not(.button):hover,
.default-color-tertiary .module-two-column-content .tcc-side .content-standard a:not(.button):hover,
.module-two-column-content .tcc-side.bgcolor-tertiary .content-standard a:not(.button):focus,
.default-color-tertiary .module-two-column-content .tcc-side .content-standard a:not(.button):focus {
  background: white;
  color: #bd1a22;
}
.module-two-column-content .tcc-side.bgcolor-tertiary .module-heading h2,
.default-color-tertiary .module-two-column-content .tcc-side .module-heading h2 {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-quarternary,
.default-color-quarternary .module-two-column-content .tcc-side {
  background-color: #f0a201;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-quarternary .button,
.default-color-quarternary .module-two-column-content .tcc-side .button,
.module-two-column-content .tcc-side.bgcolor-quarternary input[type="submit"],
.default-color-quarternary .module-two-column-content .tcc-side input[type="submit"] {
  background-color: white;
  color: #f0a201;
}
.module-two-column-content .tcc-side.bgcolor-quarternary .content-standard a:not(.button),
.default-color-quarternary .module-two-column-content .tcc-side .content-standard a:not(.button) {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-quarternary .content-standard a:not(.button):hover,
.default-color-quarternary .module-two-column-content .tcc-side .content-standard a:not(.button):hover,
.module-two-column-content .tcc-side.bgcolor-quarternary .content-standard a:not(.button):focus,
.default-color-quarternary .module-two-column-content .tcc-side .content-standard a:not(.button):focus {
  background: white;
  color: #f0a201;
}
.module-two-column-content .tcc-side.bgcolor-quarternary .module-heading h2,
.default-color-quarternary .module-two-column-content .tcc-side .module-heading h2 {
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-quinary,
.default-color-quinary .module-two-column-content .tcc-side {
  background-color: #f2f2f2;
  color: #55575a;
}
.module-two-column-content .tcc-side.bgcolor-quinary .button,
.default-color-quinary .module-two-column-content .tcc-side .button,
.module-two-column-content .tcc-side.bgcolor-quinary input[type="submit"],
.default-color-quinary .module-two-column-content .tcc-side input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-quinary .button:focus,
.default-color-quinary .module-two-column-content .tcc-side .button:focus,
.module-two-column-content .tcc-side.bgcolor-quinary input[type="submit"]:focus,
.default-color-quinary .module-two-column-content .tcc-side input[type="submit"]:focus {
  outline: 3px solid rgba(85, 87, 90, 0.5);
}
.module-two-column-content .tcc-side.bgcolor-quinary .content-standard a:not(.button),
.default-color-quinary .module-two-column-content .tcc-side .content-standard a:not(.button) {
  color: black;
}
.module-two-column-content .tcc-side.bgcolor-quinary .content-standard a:not(.button):hover,
.default-color-quinary .module-two-column-content .tcc-side .content-standard a:not(.button):hover,
.module-two-column-content .tcc-side.bgcolor-quinary .content-standard a:not(.button):focus,
.default-color-quinary .module-two-column-content .tcc-side .content-standard a:not(.button):focus {
  background: #55575a;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-quinary .module-heading h2,
.default-color-quinary .module-two-column-content .tcc-side .module-heading h2 {
  color: #55575a;
}
.default-color-custom .module-two-column-content .tcc-side {
  background-color: #4b3540;
  color: white;
}
.default-color-custom .module-two-column-content .tcc-side .button,
.default-color-custom .module-two-column-content .tcc-side input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module-two-column-content .tcc-side .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module-two-column-content .tcc-side .content-standard a:not(.button):hover,
.default-color-custom .module-two-column-content .tcc-side .content-standard a:not(.button):focus {
  background: white;
  color: #b1bc37;
}
.default-color-custom .module-two-column-content .tcc-side .module-heading h2 {
  color: white;
}
.default-color-custom .module-two-column-content .tcc-side h3 {
  color: #b1bc37;
}
.module-two-column-content .tcc-side.bgcolor-sextenary {
  background-color: white;
  color: #55575a;
}
.module-two-column-content .tcc-side.bgcolor-sextenary .button,
.module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #55575a;
}
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary .button,
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #25a9e0;
  color: white;
}
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary .button:hover,
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(37, 169, 224, 0.8);
}
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #25a9e0;
}
.default-color-primary .module-two-column-content .tcc-side.bgcolor-sextenary h3 {
  color: #25a9e0;
}
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary .button,
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #00a551;
  color: white;
}
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary .button:hover,
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(0, 165, 81, 0.8);
}
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #00a551;
}
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #00a551;
  color: white;
}
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #00a551;
}
.default-color-secondary .module-two-column-content .tcc-side.bgcolor-sextenary h3 {
  color: #00a551;
}
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary .button,
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #bd1a22;
  color: white;
}
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary .button:hover,
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(189, 26, 34, 0.8);
}
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #bd1a22;
}
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #bd1a22;
  color: white;
}
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #bd1a22;
}
.default-color-tertiary .module-two-column-content .tcc-side.bgcolor-sextenary h3 {
  color: #bd1a22;
}
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary .button,
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #f0a201;
  color: white;
}
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary .button:hover,
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(240, 162, 1, 0.8);
}
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f0a201;
}
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f0a201;
  color: white;
}
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #f0a201;
}
.default-color-quarternary .module-two-column-content .tcc-side.bgcolor-sextenary h3 {
  color: #f0a201;
}
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary .button,
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #f2f2f2;
  color: white;
}
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary .button:hover,
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(242, 242, 242, 0.8);
}
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f2f2f2;
}
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f2f2f2;
  color: white;
}
.default-color-quinary .module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #f2f2f2;
}
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary .button,
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary .button:hover,
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(177, 188, 55, 0.8);
}
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #b1bc37;
  color: white;
}
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary .module-heading h2 {
  color: #b1bc37;
}
.default-color-custom .module-two-column-content .tcc-side.bgcolor-sextenary h3 {
  color: #b1bc37;
}
.module-two-column-content .tcc-side .tcc-side-inner {
  box-sizing: border-box;
  max-width: 1200px / 2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.module-two-column-content .tcc-side .tcc-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.module-two-column-content .tcc-side .tcc-image-text .ekr-video-link {
  color: white;
}
.module-two-column-content .tcc-side .tcc-image-text .ekr-video-link:before {
  font-size: 95px;
}
.module-two-column-content .tcc-side.schema-light .tcc-image-text {
  color: white;
}
.module-two-column-content .tcc-side.schema-light .tcc-mask {
  background: rgba(0, 0, 0, 0.5);
}
.module-two-column-content .tcc-side.schema-dark .tcc-image-text {
  color: #55575a;
}
.module-two-column-content .tcc-side.schema-dark .tcc-mask {
  background: rgba(255, 255, 255, 0.5);
}
.module-two-column-content .tcc-side.left {
  float: left;
}
.module-two-column-content .tcc-side.left .tcc-side-inner {
  float: right;
  padding-right: 60px;
}
.module-two-column-content .tcc-side.right {
  float: right;
}
.module-two-column-content .tcc-side.right.tcc-side-inner .tcc-image {
  width: 600px;
  margin: 0 auto;
  height: 655px;
}
.module-two-column-content .tcc-side[data-tcc-fullbleed="yes"] {
  min-height: 480px;
}
@media only screen and (max-width: 500px) {
  .module-two-column-content .tcc-side {
    width: 100%;
  }
  .module-two-column-content .tcc-side[data-tcc-fullbleed="yes"] {
    min-height: 200px;
  }
  .module-two-column-content .tcc-side.left {
    float: none;
    padding-right: 0;
  }
  .module-two-column-content .tcc-side.right {
    float: none;
    padding-left: 0;
  }
}
.module-two-column-content .tcc-side[data-tcc-type="image"] .tcc-side-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.module-two-column-content .tcc-side form label {
  display: inline-block;
}
.module-two-column-content .tcc-side form input[type="email"],
.module-two-column-content .tcc-side form input[type="text"] {
  border: none;
  display: inline-block;
  padding: 10px 15px;
  width: 200px;
}
.module-two-column-content .tcc-side form input[type="submit"] {
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  color: #55575a;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  /*
	&.button-secondary {
		background-color: @color-secondary;
		color: @color-primary;
		&:hover {
			color: @color-secondary;
			background-color: @color-primary;
		}
	}
	*/
}
.module-two-column-content .tcc-side form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.module-two-column-content .tcc-side form input[type="submit"]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.module-two-column-content .tcc-side form input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.module-two-column-content .tcc-side form input[type="submit"]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.5);
}
.module-two-column-content .tcc-side form input[type="submit"].button-powerup {
  background-color: #bd1a22;
  color: white;
}
.module-two-column-content .tcc-side form input[type="submit"].outline {
  background-color: transparent;
  border: 1px solid #55575a;
  color: #55575a;
  padding: 10px 30px;
}
.module-two-column-content .tcc-side form input[type="submit"].outline:hover {
  font-weight: 700;
  background-color: #00a551;
  color: white;
}
.module-two-column-content .tcc-side form div.wpcf7-response-output {
  margin-top: 0;
}
.module-two-column-content .right .tcc-text {
  padding-left: 20%;
}
.module-two-column-content .tcc-cols-one .tcc-side-inner .tcc-text {
  column-count: 1;
}
.module-two-column-content .tcc-cols-two .tcc-side-inner .tcc-text {
  column-count: 2;
}
.module-two-column-content .tcc-icon {
  overflow: hidden;
  margin-bottom: 45px;
}
.module-two-column-content .tcc-icon-icon {
  float: left;
  width: 65px;
  height: auto;
}
.module-two-column-content .tcc-icon-text {
  width: calc(100% - 65px);
  float: right;
  box-sizing: border-box;
  padding-left: 25px;
}
.module-two-column-content .tcc-image {
  margin: 0 auto;
  padding: 120px 0 0;
}
.module-two-column-content .tcc-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1260px) {
  .module-two-column-content .tcc-side .tcc-side-inner {
    max-width: 100%;
  }
  .module-two-column-content .tcc-side.right .tcc-side-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .module-two-column-content .tcc-side.left .tcc-side-inner {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 800px) {
  .module-two-column-content[data-tcc-split="fifty-fifty"] .tcc-side {
    width: 100%;
  }
  .module-two-column-content[data-tcc-split="fifty-fifty"] .tcc-side.left {
    float: none;
  }
  .module-two-column-content[data-tcc-split="fifty-fifty"] .tcc-side.right {
    float: none;
  }
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:first-child,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:first-child,
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:last-child,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:last-child {
    width: 50%;
  }
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:first-child .tcc-side-inner,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:first-child .tcc-side-inner,
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:last-child .tcc-side-inner,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:last-child .tcc-side-inner {
    max-width: 1200px / 2;
  }
}
@media only screen and (max-width: 500px) {
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side.left,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side.left {
    float: none;
  }
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side.right,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side.right {
    float: none;
  }
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:first-child,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:first-child,
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:last-child,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:last-child {
    width: 100%;
  }
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:first-child .tcc-side-inner,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:first-child .tcc-side-inner,
  .module-two-column-content[data-tcc-split="sixty-thirty"] .tcc-side:last-child .tcc-side-inner,
  .module-two-column-content[data-tcc-split="thirty-sixty"] .tcc-side:last-child .tcc-side-inner {
    max-width: 100%;
  }
  .module-two-column-content .tcc-sides {
    display: flex;
    flex-direction: column;
  }
  .module-two-column-content .tcc-side[data-tcc-type="image"] {
    order: -1;
  }
}
.module-jobs {
  padding: 50px 0;
}
.module-jobs .jobs-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.module-quote .q-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 850px;
}
.module-quote .q-inner p {
  font-style: italic;
  font-size: 25px;
  line-height: 1.2;
}
.module-quote .q-attrib {
  font-weight: bold;
  font-size: 15px;
}
.module-quote .q-attrib:before {
  content: '-- ';
}
.module-media .media-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 700px;
}
.module-media .media-file {
  text-align: center;
}
.module-media .media-file .button {
  display: inline-block;
  font-size: 40px;
  text-decoration: none;
  padding: 10px 50px;
  font-weight: normal;
}
.module-media .media-file .button span {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.module-media .media-file .button span:before {
  font-family: "FontAwesome";
  font-size: 30px;
}
.module-media .media-file .button span.media-type-doc:before {
  content: '\f1c2';
}
.module-media .media-file .button span.media-type-pdf:before {
  content: '\f1c1';
}
.module-media .media-file .button span.media-type-zip:before {
  content: '\f1c6';
}
.module-media .media-file .button span.media-type-xcl:before {
  content: '\f1c3';
}
.module-media .media-file .button span.media-type-ppt:before {
  content: '\f1c4';
}
.module-media .media-videos .media-video {
  display: block;
  vertical-align: middle;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #55575a;
  color: white;
  text-decoration: none;
  font-size: 17px;
}
.module-media .media-videos .media-video.bgcolor-primary,
.default-color-primary .module-media .media-videos .media-video {
  background-color: #25a9e0;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-primary .ekr-form [data-form="floating-label"],
.default-color-primary .module-media .media-videos .media-video .ekr-form [data-form="floating-label"] {
  color: #55575a;
}
.module-media .media-videos .media-video.bgcolor-primary .ekr-form [data-form="floating-label"].is-focused,
.default-color-primary .module-media .media-videos .media-video .ekr-form [data-form="floating-label"].is-focused {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-primary .button,
.default-color-primary .module-media .media-videos .media-video .button,
.module-media .media-videos .media-video.bgcolor-primary input[type="submit"],
.default-color-primary .module-media .media-videos .media-video input[type="submit"] {
  background-color: white;
  color: #25a9e0;
}
.module-media .media-videos .media-video.bgcolor-primary .content-standard a:not(.button),
.default-color-primary .module-media .media-videos .media-video .content-standard a:not(.button) {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-primary .content-standard a:not(.button):hover,
.default-color-primary .module-media .media-videos .media-video .content-standard a:not(.button):hover,
.module-media .media-videos .media-video.bgcolor-primary .content-standard a:not(.button):focus,
.default-color-primary .module-media .media-videos .media-video .content-standard a:not(.button):focus {
  background: white;
  color: #25a9e0;
}
.module-media .media-videos .media-video.bgcolor-primary .module-heading h2,
.default-color-primary .module-media .media-videos .media-video .module-heading h2 {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-secondary,
.default-color-secondary .module-media .media-videos .media-video {
  background-color: #00a551;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-secondary .button,
.default-color-secondary .module-media .media-videos .media-video .button,
.module-media .media-videos .media-video.bgcolor-secondary input[type="submit"],
.default-color-secondary .module-media .media-videos .media-video input[type="submit"] {
  background-color: white;
  color: #00a551;
}
.module-media .media-videos .media-video.bgcolor-secondary .content-standard a:not(.button),
.default-color-secondary .module-media .media-videos .media-video .content-standard a:not(.button) {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-secondary .content-standard a:not(.button):hover,
.default-color-secondary .module-media .media-videos .media-video .content-standard a:not(.button):hover,
.module-media .media-videos .media-video.bgcolor-secondary .content-standard a:not(.button):focus,
.default-color-secondary .module-media .media-videos .media-video .content-standard a:not(.button):focus {
  background: white;
  color: #00a551;
}
.module-media .media-videos .media-video.bgcolor-secondary .module-heading h2,
.default-color-secondary .module-media .media-videos .media-video .module-heading h2 {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-tertiary,
.default-color-tertiary .module-media .media-videos .media-video {
  background-color: #bd1a22;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-tertiary .button,
.default-color-tertiary .module-media .media-videos .media-video .button,
.module-media .media-videos .media-video.bgcolor-tertiary input[type="submit"],
.default-color-tertiary .module-media .media-videos .media-video input[type="submit"] {
  background-color: white;
  color: #bd1a22;
}
.module-media .media-videos .media-video.bgcolor-tertiary .content-standard a:not(.button),
.default-color-tertiary .module-media .media-videos .media-video .content-standard a:not(.button) {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-tertiary .content-standard a:not(.button):hover,
.default-color-tertiary .module-media .media-videos .media-video .content-standard a:not(.button):hover,
.module-media .media-videos .media-video.bgcolor-tertiary .content-standard a:not(.button):focus,
.default-color-tertiary .module-media .media-videos .media-video .content-standard a:not(.button):focus {
  background: white;
  color: #bd1a22;
}
.module-media .media-videos .media-video.bgcolor-tertiary .module-heading h2,
.default-color-tertiary .module-media .media-videos .media-video .module-heading h2 {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-quarternary,
.default-color-quarternary .module-media .media-videos .media-video {
  background-color: #f0a201;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-quarternary .button,
.default-color-quarternary .module-media .media-videos .media-video .button,
.module-media .media-videos .media-video.bgcolor-quarternary input[type="submit"],
.default-color-quarternary .module-media .media-videos .media-video input[type="submit"] {
  background-color: white;
  color: #f0a201;
}
.module-media .media-videos .media-video.bgcolor-quarternary .content-standard a:not(.button),
.default-color-quarternary .module-media .media-videos .media-video .content-standard a:not(.button) {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-quarternary .content-standard a:not(.button):hover,
.default-color-quarternary .module-media .media-videos .media-video .content-standard a:not(.button):hover,
.module-media .media-videos .media-video.bgcolor-quarternary .content-standard a:not(.button):focus,
.default-color-quarternary .module-media .media-videos .media-video .content-standard a:not(.button):focus {
  background: white;
  color: #f0a201;
}
.module-media .media-videos .media-video.bgcolor-quarternary .module-heading h2,
.default-color-quarternary .module-media .media-videos .media-video .module-heading h2 {
  color: white;
}
.module-media .media-videos .media-video.bgcolor-quinary,
.default-color-quinary .module-media .media-videos .media-video {
  background-color: #f2f2f2;
  color: #55575a;
}
.module-media .media-videos .media-video.bgcolor-quinary .button,
.default-color-quinary .module-media .media-videos .media-video .button,
.module-media .media-videos .media-video.bgcolor-quinary input[type="submit"],
.default-color-quinary .module-media .media-videos .media-video input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-quinary .button:focus,
.default-color-quinary .module-media .media-videos .media-video .button:focus,
.module-media .media-videos .media-video.bgcolor-quinary input[type="submit"]:focus,
.default-color-quinary .module-media .media-videos .media-video input[type="submit"]:focus {
  outline: 3px solid rgba(85, 87, 90, 0.5);
}
.module-media .media-videos .media-video.bgcolor-quinary .content-standard a:not(.button),
.default-color-quinary .module-media .media-videos .media-video .content-standard a:not(.button) {
  color: black;
}
.module-media .media-videos .media-video.bgcolor-quinary .content-standard a:not(.button):hover,
.default-color-quinary .module-media .media-videos .media-video .content-standard a:not(.button):hover,
.module-media .media-videos .media-video.bgcolor-quinary .content-standard a:not(.button):focus,
.default-color-quinary .module-media .media-videos .media-video .content-standard a:not(.button):focus {
  background: #55575a;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-quinary .module-heading h2,
.default-color-quinary .module-media .media-videos .media-video .module-heading h2 {
  color: #55575a;
}
.default-color-custom .module-media .media-videos .media-video {
  background-color: #4b3540;
  color: white;
}
.default-color-custom .module-media .media-videos .media-video .button,
.default-color-custom .module-media .media-videos .media-video input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module-media .media-videos .media-video .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module-media .media-videos .media-video .content-standard a:not(.button):hover,
.default-color-custom .module-media .media-videos .media-video .content-standard a:not(.button):focus {
  background: white;
  color: #b1bc37;
}
.default-color-custom .module-media .media-videos .media-video .module-heading h2 {
  color: white;
}
.default-color-custom .module-media .media-videos .media-video h3 {
  color: #b1bc37;
}
.module-media .media-videos .media-video.bgcolor-sextenary {
  background-color: white;
  color: #55575a;
}
.module-media .media-videos .media-video.bgcolor-sextenary .button,
.module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #55575a;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #55575a;
}
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary .button,
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #25a9e0;
  color: white;
}
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary .button:hover,
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(37, 169, 224, 0.8);
}
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #25a9e0;
}
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #25a9e0;
  color: white;
}
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #25a9e0;
}
.default-color-primary .module-media .media-videos .media-video.bgcolor-sextenary h3 {
  color: #25a9e0;
}
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary .button,
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #00a551;
  color: white;
}
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary .button:hover,
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(0, 165, 81, 0.8);
}
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #00a551;
}
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #00a551;
  color: white;
}
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #00a551;
}
.default-color-secondary .module-media .media-videos .media-video.bgcolor-sextenary h3 {
  color: #00a551;
}
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary .button,
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #bd1a22;
  color: white;
}
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary .button:hover,
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(189, 26, 34, 0.8);
}
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #bd1a22;
}
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #bd1a22;
  color: white;
}
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #bd1a22;
}
.default-color-tertiary .module-media .media-videos .media-video.bgcolor-sextenary h3 {
  color: #bd1a22;
}
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary .button,
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #f0a201;
  color: white;
}
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary .button:hover,
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(240, 162, 1, 0.8);
}
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f0a201;
}
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f0a201;
  color: white;
}
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #f0a201;
}
.default-color-quarternary .module-media .media-videos .media-video.bgcolor-sextenary h3 {
  color: #f0a201;
}
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary .button,
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #f2f2f2;
  color: white;
}
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary .button:hover,
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(242, 242, 242, 0.8);
}
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #f2f2f2;
}
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #f2f2f2;
  color: white;
}
.default-color-quinary .module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #f2f2f2;
}
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary .button,
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"] {
  background-color: #b1bc37;
  color: white;
}
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary .button:hover,
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary input[type="submit"]:hover {
  background-color: rgba(177, 188, 55, 0.8);
}
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button) {
  color: #b1bc37;
}
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):hover,
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary .content-standard a:not(.button):focus {
  background: #b1bc37;
  color: white;
}
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary .module-heading h2 {
  color: #b1bc37;
}
.default-color-custom .module-media .media-videos .media-video.bgcolor-sextenary h3 {
  color: #b1bc37;
}
.module-media .media-videos .media-video span {
  vertical-align: middle;
}
.module-media .media-videos .media-video:before {
  vertical-align: middle;
  display: inline-block;
  content: '\f04b';
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  color: white;
}
.module-media .mejs-container,
.module-media .mejs-container .mejs-controls,
.module-media .mejs-embed,
.module-media .mejs-embed body {
  background: #00a551;
}
.module-carousel-full-width {
  padding: 0;
}
.module-carousel-full-width.has-heading {
  padding: 50px 0;
}
.module-carousel-full-width.has-heading h2 {
  margin-bottom: 0;
  text-align: center;
}
.default-color-custom .module-carousel-full-width {
  background-image: url(../images/axisplus-testimonials-background.jpg);
  background-size: cover;
}
.module-carousel-full-width .cfw-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.module-carousel-full-width[data-cfw-size="small"] .cfw-container {
  height: 300px;
}
.module-carousel-full-width[data-cfw-size="large"] .cfw-container {
  height: 600px;
}
.module-carousel-full-width[data-cfw-size="full"] .cfw-container {
  height: 100vh;
}
.module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-center-bottom .dm-content,
.module-carousel-full-width[data-cfw-nav="dots"] .cfw-item.dm-pos-center-bottom .dm-content,
.module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-bottom-left .dm-content,
.module-carousel-full-width[data-cfw-nav="dots"] .cfw-item.dm-pos-bottom-left .dm-content,
.module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-bottom-right .dm-content,
.module-carousel-full-width[data-cfw-nav="dots"] .cfw-item.dm-pos-bottom-right .dm-content {
  bottom: 20px;
}
.module-carousel-full-width .cfw-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.module-carousel-full-width .cfw-item:focus {
  outline: none;
}
.module-carousel-full-width .cfw-item.cfw-schema-light {
  color: white;
}
.module-carousel-full-width .cfw-item.cfw-schema-light button {
  color: white;
}
.module-carousel-full-width .cfw-item.cfw-schema-dark {
  color: #55575a;
}
.module-carousel-full-width .cfw-item.cfw-schema-dark button {
  color: #55575a;
}
.module-carousel-full-width .cfw-item[data-cfw-position="center"] .cfw-item-content {
  text-align: center;
}
.module-carousel-full-width .cfw-item[data-cfw-position="top-left"] .cfw-item-content {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
}
.module-carousel-full-width .cfw-item[data-cfw-position="top-right"] .cfw-item-content {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  text-align: right;
}
.module-carousel-full-width .cfw-item[data-cfw-position="bottom-left"] .cfw-item-content {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
}
.module-carousel-full-width .cfw-item[data-cfw-position="bottom-right"] .cfw-item-content {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  text-align: right;
}
.module-carousel-full-width .cfw-item[data-cfw-position="center"] .cfw-item-content {
  text-align: center;
}
.module-carousel-full-width .cfw-item[data-cfw-position="center"].cfw-schema-light .cfw-item-mask {
  background: rgba(0, 0, 0, 0.5);
}
.module-carousel-full-width .cfw-item[data-cfw-position="center"].cfw-schema-dark .cfw-item-mask {
  background: rgba(255, 255, 255, 0.5);
}
.module-carousel-full-width .cfw-item[data-cfw-position="top-right"].cfw-schema-light .cfw-item-mask,
.module-carousel-full-width .cfw-item[data-cfw-position="bottom-right"].cfw-schema-light .cfw-item-mask {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 75%);
}
.module-carousel-full-width .cfw-item[data-cfw-position="top-right"].cfw-schema-dark .cfw-item-mask,
.module-carousel-full-width .cfw-item[data-cfw-position="bottom-right"].cfw-schema-dark .cfw-item-mask {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 75%);
}
.module-carousel-full-width .cfw-item[data-cfw-position="top-left"].cfw-schema-light .cfw-item-mask,
.module-carousel-full-width .cfw-item[data-cfw-position="bottom-left"].cfw-schema-light .cfw-item-mask {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 75%);
}
.module-carousel-full-width .cfw-item[data-cfw-position="top-left"].cfw-schema-dark .cfw-item-mask,
.module-carousel-full-width .cfw-item[data-cfw-position="bottom-left"].cfw-schema-dark .cfw-item-mask {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 75%);
}
@media only screen and (max-width: 500px) {
  .module-carousel-full-width .cfw-item[data-cfw-position="top-right"].cfw-schema-light .cfw-item-mask,
  .module-carousel-full-width .cfw-item[data-cfw-position="bottom-right"].cfw-schema-light .cfw-item-mask,
  .module-carousel-full-width .cfw-item[data-cfw-position="top-left"].cfw-schema-light .cfw-item-mask,
  .module-carousel-full-width .cfw-item[data-cfw-position="bottom-left"].cfw-schema-light .cfw-item-mask {
    background: rgba(0, 0, 0, 0.5);
  }
  .module-carousel-full-width .cfw-item[data-cfw-position="top-right"].cfw-schema-dark .cfw-item-mask,
  .module-carousel-full-width .cfw-item[data-cfw-position="bottom-right"].cfw-schema-dark .cfw-item-mask,
  .module-carousel-full-width .cfw-item[data-cfw-position="top-left"].cfw-schema-dark .cfw-item-mask,
  .module-carousel-full-width .cfw-item[data-cfw-position="bottom-left"].cfw-schema-dark .cfw-item-mask {
    background: rgba(255, 255, 255, 0.5);
  }
}
.module-carousel-full-width .cfw-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.module-carousel-full-width .cfw-item-content-container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.module-carousel-full-width .slick-list {
  height: 100%;
}
.module-carousel-full-width .slick-track {
  height: 100%;
}
.module-carousel-full-width .slick-prev,
.module-carousel-full-width .slick-next {
  width: 16px;
  height: 44px;
  z-index: 10;
  background-repeat: no-repeat;
}
.module-carousel-full-width .slick-next {
  right: 35px;
  background-image: url(../images/carousel-arrow-right.png);
}
.module-carousel-full-width .slick-next:before {
  content: '';
}
.module-carousel-full-width .slick-prev {
  left: 35px;
  background-image: url(../images/carousel-arrow-left.png);
}
.module-carousel-full-width .slick-prev:before {
  content: '';
}
.module-carousel-full-width .slick-dots {
  bottom: -15px;
}
.module-carousel-full-width .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.module-carousel-full-width .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
@media only screen and (max-width: 1360px) {
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-top-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-top-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-bottom-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-bottom-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-middle-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-middle-left .dm-content {
    left: 80px;
  }
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-top-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-top-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-bottom-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-bottom-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-middle-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-middle-right .dm-content {
    right: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .module-carousel-full-width[data-cfw-nav="both"] .slick-next,
  .module-carousel-full-width[data-cfw-nav="arrows"] .slick-next {
    right: 10px;
  }
  .module-carousel-full-width[data-cfw-nav="both"] .slick-prev,
  .module-carousel-full-width[data-cfw-nav="arrows"] .slick-prev {
    left: 10px;
  }
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-top-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-top-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-bottom-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-bottom-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-middle-left .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-middle-left .dm-content {
    left: 45px;
  }
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-top-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-top-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-bottom-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-bottom-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="both"] .cfw-item.dm-pos-middle-right .dm-content,
  .module-carousel-full-width[data-cfw-nav="arrows"] .cfw-item.dm-pos-middle-right .dm-content {
    right: 45px;
  }
  .module-carousel-full-width .dynamic-mask .dm-content {
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 500px) {
  .module-carousel-full-width .dynamic-mask .dm-content {
    max-width: calc(100% - 90px);
  }
}
.module-login .login-inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
