@import url(https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900);/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-aws:before {
  content: "\F375";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comments:before {
  content: "\F086";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frown:before {
  content: "\F119";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-key:before {
  content: "\F084";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-male:before {
  content: "\F183";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-moon:before {
  content: "\F186";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nintendo-switch:before {
  content: "\F418";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-percent:before {
  content: "\F295";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-plane:before {
  content: "\F072";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-print:before {
  content: "\F02F";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-random:before {
  content: "\F074";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-rendact:before {
  content: "\F3E4";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-road:before {
  content: "\F018";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-safari:before {
  content: "\F267";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-strava:before {
  content: "\F428";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-train:before {
  content: "\F238";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/fontawesome-5-0-6/fa-brands-400.eot);
  src: url(/fonts/fontawesome-5-0-6/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fontawesome-5-0-6/fa-brands-400.woff2) format("woff2"), url(/fonts/fontawesome-5-0-6/fa-brands-400.woff) format("woff"), url(/fonts/fontawesome-5-0-6/fa-brands-400.ttf) format("truetype"), url(/fonts/fontawesome-5-0-6/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/fontawesome-5-0-6/fa-regular-400.eot);
  src: url(/fonts/fontawesome-5-0-6/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fontawesome-5-0-6/fa-regular-400.woff2) format("woff2"), url(/fonts/fontawesome-5-0-6/fa-regular-400.woff) format("woff"), url(/fonts/fontawesome-5-0-6/fa-regular-400.ttf) format("truetype"), url(/fonts/fontawesome-5-0-6/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/fontawesome-5-0-6/fa-solid-900.eot);
  src: url(/fonts/fontawesome-5-0-6/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fonts/fontawesome-5-0-6/fa-solid-900.woff2) format("woff2"), url(/fonts/fontawesome-5-0-6/fa-solid-900.woff) format("woff"), url(/fonts/fontawesome-5-0-6/fa-solid-900.ttf) format("truetype"), url(/fonts/fontawesome-5-0-6/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

.color-core {
  color: #488eca;
}

.color-green {
  color: #06a72c;
}

.color-red {
  color: #b71c1c;
}

.color-grey {
  color: #AAA;
}

.c-core {
  color: #488eca !important;
}

a.c-core:hover {
  color: #3882c1 !important;
}

.c-border-core {
  border-color: #488eca !important;
}

.c-bg-core {
  background-color: #488eca !important;
}

.c-bg-grad-core {
  background-color: #488eca !important;
  background: linear-gradient(45deg, #488eca, #306cd3) !important;
}

.c-dark10-core {
  color: #3274ad !important;
}

.c-bg-dark10-core {
  background-color: #3274ad !important;
}

.c-base {
  color: #488eca !important;
}

a.c-base:hover {
  color: #3882c1 !important;
}

.c-border-base {
  border-color: #488eca !important;
}

.c-bg-base {
  background-color: #488eca !important;
}

.c-bg-grad-base {
  background-color: #488eca !important;
  background: linear-gradient(45deg, #488eca, #306cd3) !important;
}

.c-dark10-base {
  color: #3274ad !important;
}

.c-bg-dark10-base {
  background-color: #3274ad !important;
}

.c-accent {
  color: #488ec1 !important;
}

a.c-accent:hover {
  color: #3d81b3 !important;
}

.c-border-accent {
  border-color: #488ec1 !important;
}

.c-bg-accent {
  background-color: #488ec1 !important;
}

.c-bg-grad-accent {
  background-color: #488ec1 !important;
  background: linear-gradient(45deg, #488ec1, #3370c7) !important;
}

.c-dark10-accent {
  color: #3673a0 !important;
}

.c-bg-dark10-accent {
  background-color: #3673a0 !important;
}

.c-teal {
  color: #0a9e91 !important;
}

a.c-teal:hover {
  color: #08867b !important;
}

.c-border-teal {
  border-color: #0a9e91 !important;
}

.c-bg-teal {
  background-color: #0a9e91 !important;
}

.c-bg-grad-teal {
  background-color: #0a9e91 !important;
  background: linear-gradient(45deg, #0a9e91, #018b97) !important;
}

.c-dark10-teal {
  color: #076e65 !important;
}

.c-bg-dark10-teal {
  background-color: #076e65 !important;
}

.c-maroon {
  color: #d00473 !important;
}

a.c-maroon:hover {
  color: #b70465 !important;
}

.c-border-maroon {
  border-color: #d00473 !important;
}

.c-bg-maroon {
  background-color: #d00473 !important;
}

.c-bg-grad-maroon {
  background-color: #d00473 !important;
  background: linear-gradient(45deg, #d00473, #c5004a) !important;
}

.c-dark10-maroon {
  color: #9e0357 !important;
}

.c-bg-dark10-maroon {
  background-color: #9e0357 !important;
}

.c-admin {
  color: #8c00d4 !important;
}

a.c-admin:hover {
  color: #7b00bb !important;
}

.c-border-admin {
  border-color: #8c00d4 !important;
}

.c-bg-admin {
  background-color: #8c00d4 !important;
}

.c-bg-grad-admin {
  background-color: #8c00d4 !important;
  background: linear-gradient(45deg, #8c00d4, #a300c5) !important;
}

.c-dark10-admin {
  color: #6a00a1 !important;
}

.c-bg-dark10-admin {
  background-color: #6a00a1 !important;
}

.c-slate {
  color: #2d4754 !important;
}

a.c-slate:hover {
  color: #243943 !important;
}

.c-border-slate {
  border-color: #2d4754 !important;
}

.c-bg-slate {
  background-color: #2d4754 !important;
}

.c-bg-grad-slate {
  background-color: #2d4754 !important;
  background: linear-gradient(45deg, #2d4754, #223950) !important;
}

.c-dark10-slate {
  color: #1b2b33 !important;
}

.c-bg-dark10-slate {
  background-color: #1b2b33 !important;
}

.c-red {
  color: #b71c1c !important;
}

a.c-red:hover {
  color: #a11919 !important;
}

.c-border-red {
  border-color: #b71c1c !important;
}

.c-bg-red {
  background-color: #b71c1c !important;
}

.c-bg-grad-red {
  background-color: #b71c1c !important;
  background: linear-gradient(45deg, #b71c1c, #b42b10) !important;
}

.c-dark10-red {
  color: #8b1515 !important;
}

.c-bg-dark10-red {
  background-color: #8b1515 !important;
}

.c-green {
  color: #06a72c !important;
}

a.c-green:hover {
  color: #058e26 !important;
}

.c-border-green {
  border-color: #06a72c !important;
}

.c-bg-green {
  background-color: #06a72c !important;
}

.c-bg-grad-green {
  background-color: #06a72c !important;
  background: linear-gradient(45deg, #06a72c, #009e40) !important;
}

.c-dark10-green {
  color: #04761f !important;
}

.c-bg-dark10-green {
  background-color: #04761f !important;
}

.c-unknown {
  color: #6d8082 !important;
}

a.c-unknown:hover {
  color: #617274 !important;
}

.c-border-unknown {
  border-color: #6d8082 !important;
}

.c-bg-unknown {
  background-color: #6d8082 !important;
}

.c-bg-grad-unknown {
  background-color: #6d8082 !important;
  background: linear-gradient(45deg, #6d8082, #5b7a85) !important;
}

.c-dark10-unknown {
  color: #566566 !important;
}

.c-bg-dark10-unknown {
  background-color: #566566 !important;
}

.c-blue {
  color: #00b3ec !important;
}

a.c-blue:hover {
  color: #00a0d3 !important;
}

.c-border-blue {
  border-color: #00b3ec !important;
}

.c-bg-blue {
  background-color: #00b3ec !important;
}

.c-bg-grad-blue {
  background-color: #00b3ec !important;
  background: linear-gradient(45deg, #00b3ec, #0083dd) !important;
}

.c-dark10-blue {
  color: #008cb9 !important;
}

.c-bg-dark10-blue {
  background-color: #008cb9 !important;
}

.c-error {
  color: #b71c1c !important;
}

a.c-error:hover {
  color: #a11919 !important;
}

.c-border-error {
  border-color: #b71c1c !important;
}

.c-bg-error {
  background-color: #b71c1c !important;
}

.c-bg-grad-error {
  background-color: #b71c1c !important;
  background: linear-gradient(45deg, #b71c1c, #b42b10) !important;
}

.c-dark10-error {
  color: #8b1515 !important;
}

.c-bg-dark10-error {
  background-color: #8b1515 !important;
}

.c-success {
  color: #06a72c !important;
}

a.c-success:hover {
  color: #058e26 !important;
}

.c-border-success {
  border-color: #06a72c !important;
}

.c-bg-success {
  background-color: #06a72c !important;
}

.c-bg-grad-success {
  background-color: #06a72c !important;
  background: linear-gradient(45deg, #06a72c, #009e40) !important;
}

.c-dark10-success {
  color: #04761f !important;
}

.c-bg-dark10-success {
  background-color: #04761f !important;
}

.c-pending {
  color: #ff8a35 !important;
}

a.c-pending:hover {
  color: #ff7b1c !important;
}

.c-border-pending {
  border-color: #ff8a35 !important;
}

.c-bg-pending {
  background-color: #ff8a35 !important;
}

.c-bg-grad-pending {
  background-color: #ff8a35 !important;
  background: linear-gradient(45deg, #ff8a35, #ffa526) !important;
}

.c-dark10-pending {
  color: #ff6c02 !important;
}

.c-bg-dark10-pending {
  background-color: #ff6c02 !important;
}

.c-info {
  color: #00b1ea !important;
}

a.c-info:hover {
  color: #009ed1 !important;
}

.c-border-info {
  border-color: #00b1ea !important;
}

.c-bg-info {
  background-color: #00b1ea !important;
}

.c-bg-grad-info {
  background-color: #00b1ea !important;
  background: linear-gradient(45deg, #00b1ea, #0081db) !important;
}

.c-dark10-info {
  color: #008ab7 !important;
}

.c-bg-dark10-info {
  background-color: #008ab7 !important;
}

.c-orange {
  color: #ff8a35 !important;
}

a.c-orange:hover {
  color: #ff7b1c !important;
}

.c-border-orange {
  border-color: #ff8a35 !important;
}

.c-bg-orange {
  background-color: #ff8a35 !important;
}

.c-bg-grad-orange {
  background-color: #ff8a35 !important;
  background: linear-gradient(45deg, #ff8a35, #ffa526) !important;
}

.c-dark10-orange {
  color: #ff6c02 !important;
}

.c-bg-dark10-orange {
  background-color: #ff6c02 !important;
}

.c-attention {
  color: #C772B4 !important;
}

a.c-attention:hover {
  color: #c060aa !important;
}

.c-border-attention {
  border-color: #C772B4 !important;
}

.c-bg-attention {
  background-color: #C772B4 !important;
}

.c-bg-grad-attention {
  background-color: #C772B4 !important;
  background: linear-gradient(45deg, #C772B4, #cd5ca1) !important;
}

.c-dark10-attention {
  color: #b94da1 !important;
}

.c-bg-dark10-attention {
  background-color: #b94da1 !important;
}

.c-bggrey {
  color: #f0f3f7 !important;
}

a.c-bggrey:hover {
  color: #dfe6ee !important;
}

.c-border-bggrey {
  border-color: #f0f3f7 !important;
}

.c-bg-bggrey {
  background-color: #f0f3f7 !important;
}

.c-bg-grad-bggrey {
  background-color: #f0f3f7 !important;
  background: linear-gradient(45deg, #f0f3f7, #e4e8f4) !important;
}

.c-dark10-bggrey {
  color: #cfd8e5 !important;
}

.c-bg-dark10-bggrey {
  background-color: #cfd8e5 !important;
}

.c-bggrey-alt {
  color: #e7ebf3 !important;
}

a.c-bggrey-alt:hover {
  color: #d6ddeb !important;
}

.c-border-bggrey-alt {
  border-color: #e7ebf3 !important;
}

.c-bg-bggrey-alt {
  background-color: #e7ebf3 !important;
}

.c-bg-grad-bggrey-alt {
  background-color: #e7ebf3 !important;
  background: linear-gradient(45deg, #e7ebf3, #dadef0) !important;
}

.c-dark10-bggrey-alt {
  color: #c5cfe2 !important;
}

.c-bg-dark10-bggrey-alt {
  background-color: #c5cfe2 !important;
}

.c-footer {
  color: #102436 !important;
}

a.c-footer:hover {
  color: #0a1723 !important;
}

.c-border-footer {
  border-color: #102436 !important;
}

.c-bg-footer {
  background-color: #102436 !important;
}

.c-bg-grad-footer {
  background-color: #102436 !important;
  background: linear-gradient(45deg, #102436, #0a172d) !important;
}

.c-dark10-footer {
  color: #040a0f !important;
}

.c-bg-dark10-footer {
  background-color: #040a0f !important;
}

.c-grey {
  color: #6a6b6f !important;
}

a.c-grey:hover {
  color: #5e5e62 !important;
}

.c-border-grey {
  border-color: #6a6b6f !important;
}

.c-bg-grey {
  background-color: #6a6b6f !important;
}

.c-bg-grad-grey {
  background-color: #6a6b6f !important;
  background: linear-gradient(45deg, #6a6b6f, #585971) !important;
}

.c-dark10-grey {
  color: #515255 !important;
}

.c-bg-dark10-grey {
  background-color: #515255 !important;
}

.c-offwhite {
  color: #f9f9f9 !important;
}

a.c-offwhite:hover {
  color: #ececec !important;
}

.c-border-offwhite {
  border-color: #f9f9f9 !important;
}

.c-bg-offwhite {
  background-color: #f9f9f9 !important;
}

.c-bg-grad-offwhite {
  background-color: #f9f9f9 !important;
  background: linear-gradient(45deg, #f9f9f9, #f3f0f0) !important;
}

.c-dark10-offwhite {
  color: #e0dfdf !important;
}

.c-bg-dark10-offwhite {
  background-color: #e0dfdf !important;
}

/*

RESET
Clear any pre-existing styles

/////////////////////////////////////////////////////////////////////////////////////////////////// */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .inverttext .reverttext .h1, .pagestrip.dark .reverttext .h1, .strip-imagestrip .inner .reverttext .h1, .strip-hero .hero_background .reverttext .h1, .strip-pagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .h1, .inverttext .reverttext h1, .pagestrip.dark .reverttext h1, .strip-imagestrip .inner .reverttext h1, .strip-hero .hero_background .reverttext h1, .strip-pagetitle .inner .reverttext h1, .strip-bigpagetitle .inner .reverttext h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Lato", arial, verdana, sans-serif;
  font-size: 1rem;
}

.strip_padding, .pagestrip, .pagestrip .pagestrip_content, .strip-pagetitle .inner, .strip-bigpagetitle .inner, .topofpage .topnav, .footer {
  padding: 80px 50px;
}

@media all and (max-width: 1100px) {
  .strip_padding, .pagestrip, .pagestrip .pagestrip_content, .strip-pagetitle .inner, .strip-bigpagetitle .inner, .topofpage .topnav, .footer {
    padding: 50px;
  }
}

@media all and (max-width: 800px) {
  .strip_padding, .pagestrip, .pagestrip .pagestrip_content, .strip-pagetitle .inner, .strip-bigpagetitle .inner, .topofpage .topnav, .footer {
    padding: 40px 30px;
  }
}

.strip_padding.pad-more, .pad-more.pagestrip, .pagestrip .pad-more.pagestrip_content, .strip-pagetitle .pad-more.inner, .strip-bigpagetitle .inner, .topofpage .pad-more.topnav, .pad-more.footer {
  padding: 140px 50px;
}

@media all and (max-width: 800px) {
  .strip_padding.pad-more, .pad-more.pagestrip, .pagestrip .pad-more.pagestrip_content, .strip-pagetitle .pad-more.inner, .strip-bigpagetitle .inner, .topofpage .pad-more.topnav, .pad-more.footer {
    padding: 120px 30px;
  }
}

@media all and (max-width: 500px) {
  .strip_padding.pad-more, .pad-more.pagestrip, .pagestrip .pad-more.pagestrip_content, .strip-pagetitle .pad-more.inner, .strip-bigpagetitle .inner, .topofpage .pad-more.topnav, .pad-more.footer {
    padding: 80px 30px;
  }
}

.strip_padding.pad-nov, .pad-nov.pagestrip, .pagestrip .pad-nov.pagestrip_content, .strip-pagetitle .pad-nov.inner, .strip-bigpagetitle .pad-nov.inner, .topofpage .pad-nov.topnav, .pad-nov.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.strip_padding.pad-squished, .pad-squished.pagestrip, .pagestrip .pad-squished.pagestrip_content, .strip-pagetitle .pad-squished.inner, .strip-bigpagetitle .pad-squished.inner, .topofpage .pad-squished.topnav, .pad-squished.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.box_padding, .box.padded, .padded.subtle-box, .padded.raised-box, .padded.FAQList, .boxrow .boxrow_boxes .boxrow_box {
  padding: 30px;
}

@media all and (max-width: 800px) {
  .box_padding, .box.padded, .padded.subtle-box, .padded.raised-box, .padded.FAQList, .boxrow .boxrow_boxes .boxrow_box {
    padding: 15px;
  }
}

.box_padding.pad-more, .pad-more.box.padded, .pad-more.padded.subtle-box, .pad-more.padded.raised-box, .pad-more.padded.FAQList, .boxrow .boxrow_boxes .pad-more.boxrow_box, .FAQList .emptylist {
  padding: 50px;
}

@media all and (max-width: 800px) {
  .box_padding.pad-more, .pad-more.box.padded, .pad-more.padded.subtle-box, .pad-more.padded.raised-box, .pad-more.padded.FAQList, .boxrow .boxrow_boxes .pad-more.boxrow_box, .FAQList .emptylist {
    padding: 20px;
  }
}

.box_padding.pad-less, .pad-less.box.padded, .pad-less.padded.subtle-box, .pad-less.padded.raised-box, .pad-less.padded.FAQList, .callout, .callout_list li, .formerrorlist li, .strip table th,
.strip table td, .boxrow .boxrow_boxes .pad-less.boxrow_box, .FAQSearch input, .FAQSearch .clear,
.FAQSearch .search, .FAQList ul li a {
  padding: 15px;
}

@media all and (max-width: 800px) {
  .box_padding.pad-less, .pad-less.box.padded, .pad-less.padded.subtle-box, .pad-less.padded.raised-box, .pad-less.padded.FAQList, .callout, .callout_list li, .formerrorlist li, .strip table th,
  .strip table td, .boxrow .boxrow_boxes .pad-less.boxrow_box, .FAQSearch input, .FAQSearch .clear,
  .FAQSearch .search, .FAQList ul li a {
    padding: 15px;
  }
}

.fullwidth {
  width: 100%;
}

.absfill, .pagestrip.withcover .pagestrip_image, .strip-imagestrip .inner .cover, .strip-hero .hero_cover, .strip-pagetitle .inner .cover, .strip-bigpagetitle .inner .cover, .fill-bgimage, .pageloading body::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.clearfix:after, .resp12.clearself:after, .html-content:after {
  content: "";
  display: table;
  clear: both;
}

.box.bigshadow, .bigshadow.subtle-box, .bigshadow.raised-box, .boxrow .boxrow_boxes .bigshadow.boxrow_box, .bigshadow.FAQList {
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1);
}

.subtle-box {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.raised-box, .boxrow .boxrow_boxes .boxrow_box, .FAQList {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.raised-box.lifted, .boxrow .boxrow_boxes .lifted.boxrow_box, .lifted.FAQList {
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

a {
  color: #488eca;
}

a:hover {
  color: #3882c1;
}

.h1, h1, .inverttext .reverttext .h1, .pagestrip.dark .reverttext .h1, .strip-imagestrip .inner .reverttext .h1, .strip-hero .hero_background .reverttext .h1, .strip-pagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .h1, .inverttext .reverttext h1, .pagestrip.dark .reverttext h1, .strip-imagestrip .inner .reverttext h1, .strip-hero .hero_background .reverttext h1, .strip-pagetitle .inner .reverttext h1, .strip-bigpagetitle .inner .reverttext h1 {
  color: #2d4754;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
  font-weight: 600;
  line-height: normal;
}

@media all and (max-width: 800px) {
  .h1, h1, .inverttext .reverttext .h1, .pagestrip.dark .reverttext .h1, .strip-imagestrip .inner .reverttext .h1, .strip-hero .hero_background .reverttext .h1, .strip-pagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .h1, .inverttext .reverttext h1, .pagestrip.dark .reverttext h1, .strip-imagestrip .inner .reverttext h1, .strip-hero .hero_background .reverttext h1, .strip-pagetitle .inner .reverttext h1, .strip-bigpagetitle .inner .reverttext h1 {
    font-size: 2rem;
  }
}

h2, .inverttext .reverttext h2, .pagestrip.dark .reverttext h2, .strip-imagestrip .inner .reverttext h2, .strip-hero .hero_background .reverttext h2, .strip-pagetitle .inner .reverttext h2, .strip-bigpagetitle .inner .reverttext h2 {
  font-size: 1.7rem;
  font-weight: 400;
  color: #475765;
  line-height: normal;
}

@media all and (max-width: 800px) {
  h2, .inverttext .reverttext h2, .pagestrip.dark .reverttext h2, .strip-imagestrip .inner .reverttext h2, .strip-hero .hero_background .reverttext h2, .strip-pagetitle .inner .reverttext h2, .strip-bigpagetitle .inner .reverttext h2 {
    font-size: 1.7rem;
  }
}

h3, .inverttext .reverttext h3, .pagestrip.dark .reverttext h3, .strip-imagestrip .inner .reverttext h3, .strip-hero .hero_background .reverttext h3, .strip-pagetitle .inner .reverttext h3, .strip-bigpagetitle .inner .reverttext h3 {
  font-size: 1.3rem;
  font-weight: normal;
  color: #15324a;
  line-height: normal;
}

p.bigger {
  font-size: 1.3rem;
}

.h1 a, h1 a, .inverttext .reverttext .h1 a, .pagestrip.dark .reverttext .h1 a, .strip-imagestrip .inner .reverttext .h1 a, .strip-hero .hero_background .reverttext .h1 a, .strip-pagetitle .inner .reverttext .h1 a, .strip-bigpagetitle .inner .reverttext .h1 a, .inverttext .reverttext h1 a, .pagestrip.dark .reverttext h1 a, .strip-imagestrip .inner .reverttext h1 a, .strip-hero .hero_background .reverttext h1 a, .strip-pagetitle .inner .reverttext h1 a, .strip-bigpagetitle .inner .reverttext h1 a, h2 a, .inverttext .reverttext h2 a, .pagestrip.dark .reverttext h2 a, .strip-imagestrip .inner .reverttext h2 a, .strip-hero .hero_background .reverttext h2 a, .strip-pagetitle .inner .reverttext h2 a, .strip-bigpagetitle .inner .reverttext h2 a, h3 a, .inverttext .reverttext h3 a, .pagestrip.dark .reverttext h3 a, .strip-imagestrip .inner .reverttext h3 a, .strip-hero .hero_background .reverttext h3 a, .strip-pagetitle .inner .reverttext h3 a, .strip-bigpagetitle .inner .reverttext h3 a, h4 a {
  text-decoration: none;
}

.h1, h1, .inverttext .reverttext .h1, .pagestrip.dark .reverttext .h1, .strip-imagestrip .inner .reverttext .h1, .strip-hero .hero_background .reverttext .h1, .strip-pagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .h1, .inverttext .reverttext h1, .pagestrip.dark .reverttext h1, .strip-imagestrip .inner .reverttext h1, .strip-hero .hero_background .reverttext h1, .strip-pagetitle .inner .reverttext h1, .strip-bigpagetitle .inner .reverttext h1, h2, .inverttext .reverttext h2, .pagestrip.dark .reverttext h2, .strip-imagestrip .inner .reverttext h2, .strip-hero .hero_background .reverttext h2, .strip-pagetitle .inner .reverttext h2, .strip-bigpagetitle .inner .reverttext h2, h3, .inverttext .reverttext h3, .pagestrip.dark .reverttext h3, .strip-imagestrip .inner .reverttext h3, .strip-hero .hero_background .reverttext h3, .strip-pagetitle .inner .reverttext h3, .strip-bigpagetitle .inner .reverttext h3, p, ul {
  margin: 0;
}

* + .figure, * +
.h1, * + h1, .inverttext .reverttext * + .h1, .pagestrip.dark .reverttext * + .h1, .strip-imagestrip .inner .reverttext * + .h1, .strip-hero .hero_background .reverttext * + .h1, .strip-pagetitle .inner .reverttext * + .h1, .strip-bigpagetitle .inner .reverttext * + .h1, .inverttext .reverttext * + h1, .pagestrip.dark .reverttext * + h1, .strip-imagestrip .inner .reverttext * + h1, .strip-hero .hero_background .reverttext * + h1, .strip-pagetitle .inner .reverttext * + h1, .strip-bigpagetitle .inner .reverttext * + h1, * + h2, .inverttext .reverttext * + h2, .pagestrip.dark .reverttext * + h2, .strip-imagestrip .inner .reverttext * + h2, .strip-hero .hero_background .reverttext * + h2, .strip-pagetitle .inner .reverttext * + h2, .strip-bigpagetitle .inner .reverttext * + h2, * + h3, .inverttext .reverttext * + h3, .pagestrip.dark .reverttext * + h3, .strip-imagestrip .inner .reverttext * + h3, .strip-hero .hero_background .reverttext * + h3, .strip-pagetitle .inner .reverttext * + h3, .strip-bigpagetitle .inner .reverttext * + h3, * +
ul, * +
p {
  margin-top: 1rem;
}

* + .figure.morespace, * +
.h1.morespace, * + h1.morespace, .inverttext .reverttext * + .morespace.h1, .pagestrip.dark .reverttext * + .morespace.h1, .strip-imagestrip .inner .reverttext * + .morespace.h1, .strip-hero .hero_background .reverttext * + .morespace.h1, .strip-pagetitle .inner .reverttext * + .morespace.h1, .strip-bigpagetitle .inner .reverttext * + .morespace.h1, .inverttext .reverttext * + h1.morespace, .pagestrip.dark .reverttext * + h1.morespace, .strip-imagestrip .inner .reverttext * + h1.morespace, .strip-hero .hero_background .reverttext * + h1.morespace, .strip-pagetitle .inner .reverttext * + h1.morespace, .strip-bigpagetitle .inner .reverttext * + h1.morespace, * + h2.morespace, .inverttext .reverttext * + h2.morespace, .pagestrip.dark .reverttext * + h2.morespace, .strip-imagestrip .inner .reverttext * + h2.morespace, .strip-hero .hero_background .reverttext * + h2.morespace, .strip-pagetitle .inner .reverttext * + h2.morespace, .strip-bigpagetitle .inner .reverttext * + h2.morespace, * + h3.morespace, .inverttext .reverttext * + h3.morespace, .pagestrip.dark .reverttext * + h3.morespace, .strip-imagestrip .inner .reverttext * + h3.morespace, .strip-hero .hero_background .reverttext * + h3.morespace, .strip-pagetitle .inner .reverttext * + h3.morespace, .strip-bigpagetitle .inner .reverttext * + h3.morespace, * +
ul.morespace, * +
p.morespace {
  margin-top: 1.6rem;
}

.figure + *,
.h1 + *, h1 + *, .inverttext .reverttext .h1 + *, .pagestrip.dark .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .h1 + *, .strip-hero .hero_background .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .h1 + *, .inverttext .reverttext h1 + *, .pagestrip.dark .reverttext h1 + *, .strip-imagestrip .inner .reverttext h1 + *, .strip-hero .hero_background .reverttext h1 + *, .strip-pagetitle .inner .reverttext h1 + *, .strip-bigpagetitle .inner .reverttext h1 + *,
h2 + *,
.inverttext .reverttext h2 + *,
.pagestrip.dark .reverttext h2 + *,
.strip-imagestrip .inner .reverttext h2 + *,
.strip-hero .hero_background .reverttext h2 + *,
.strip-pagetitle .inner .reverttext h2 + *,
.strip-bigpagetitle .inner .reverttext h2 + *,
h3 + *,
.inverttext .reverttext h3 + *,
.pagestrip.dark .reverttext h3 + *,
.strip-imagestrip .inner .reverttext h3 + *,
.strip-hero .hero_background .reverttext h3 + *,
.strip-pagetitle .inner .reverttext h3 + *,
.strip-bigpagetitle .inner .reverttext h3 + *,
ul + *,
p + * {
  margin-top: 0.9rem;
}

.figure + *.morespace,
.h1 + *.morespace, h1 + *.morespace, .inverttext .reverttext .h1 + *.morespace, .pagestrip.dark .reverttext .h1 + *.morespace, .strip-imagestrip .inner .reverttext .h1 + *.morespace, .strip-hero .hero_background .reverttext .h1 + *.morespace, .strip-pagetitle .inner .reverttext .h1 + *.morespace, .strip-bigpagetitle .inner .reverttext .h1 + *.morespace, .inverttext .reverttext h1 + *.morespace, .pagestrip.dark .reverttext h1 + *.morespace, .strip-imagestrip .inner .reverttext h1 + *.morespace, .strip-hero .hero_background .reverttext h1 + *.morespace, .strip-pagetitle .inner .reverttext h1 + *.morespace, .strip-bigpagetitle .inner .reverttext h1 + *.morespace,
h2 + *.morespace,
.inverttext .reverttext h2 + *.morespace,
.pagestrip.dark .reverttext h2 + *.morespace,
.strip-imagestrip .inner .reverttext h2 + *.morespace,
.strip-hero .hero_background .reverttext h2 + *.morespace,
.strip-pagetitle .inner .reverttext h2 + *.morespace,
.strip-bigpagetitle .inner .reverttext h2 + *.morespace,
h3 + *.morespace,
.inverttext .reverttext h3 + *.morespace,
.pagestrip.dark .reverttext h3 + *.morespace,
.strip-imagestrip .inner .reverttext h3 + *.morespace,
.strip-hero .hero_background .reverttext h3 + *.morespace,
.strip-pagetitle .inner .reverttext h3 + *.morespace,
.strip-bigpagetitle .inner .reverttext h3 + *.morespace,
ul + *.morespace,
p + *.morespace {
  margin-top: 1.6rem;
}

.readable_text, p {
  line-height: 1.4em;
}

.inverttext, .pagestrip.dark, .strip-imagestrip .inner, .strip-hero .hero_background, .strip-pagetitle .inner, .strip-bigpagetitle .inner {
  color: #FFF;
}

.inverttext .h1, .pagestrip.dark .h1, .strip-imagestrip .inner .h1, .strip-hero .hero_background .h1, .strip-pagetitle .inner .h1, .strip-bigpagetitle .inner .h1, .inverttext h1, .pagestrip.dark h1, .strip-imagestrip .inner h1, .strip-hero .hero_background h1, .strip-pagetitle .inner h1, .strip-bigpagetitle .inner h1, .inverttext .reverttext .h1, .pagestrip.dark .reverttext .h1, .strip-imagestrip .inner .reverttext .h1, .strip-hero .hero_background .reverttext .h1, .strip-pagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .h1, .inverttext .reverttext h1, .inverttext .reverttext .pagestrip.dark h1, .inverttext .reverttext .strip-imagestrip .inner h1, .inverttext .reverttext .strip-hero .hero_background h1, .inverttext .reverttext .strip-pagetitle .inner h1, .inverttext .reverttext .strip-bigpagetitle .inner h1, .pagestrip.dark .reverttext h1, .strip-imagestrip .inner .reverttext h1, .strip-hero .hero_background .reverttext h1, .strip-pagetitle .inner .reverttext h1, .strip-bigpagetitle .inner .reverttext h1 {
  color: #FFF;
}

.inverttext h2, .pagestrip.dark h2, .strip-imagestrip .inner h2, .strip-hero .hero_background h2, .strip-pagetitle .inner h2, .strip-bigpagetitle .inner h2, .inverttext .reverttext h2, .inverttext .reverttext .pagestrip.dark h2, .inverttext .reverttext .strip-imagestrip .inner h2, .inverttext .reverttext .strip-hero .hero_background h2, .inverttext .reverttext .strip-pagetitle .inner h2, .inverttext .reverttext .strip-bigpagetitle .inner h2, .pagestrip.dark .reverttext h2, .strip-imagestrip .inner .reverttext h2, .strip-hero .hero_background .reverttext h2, .strip-pagetitle .inner .reverttext h2, .strip-bigpagetitle .inner .reverttext h2, .inverttext h3, .pagestrip.dark h3, .strip-imagestrip .inner h3, .strip-hero .hero_background h3, .strip-pagetitle .inner h3, .strip-bigpagetitle .inner h3, .inverttext .reverttext h3, .inverttext .reverttext .pagestrip.dark h3, .inverttext .reverttext .strip-imagestrip .inner h3, .inverttext .reverttext .strip-hero .hero_background h3, .inverttext .reverttext .strip-pagetitle .inner h3, .inverttext .reverttext .strip-bigpagetitle .inner h3, .pagestrip.dark .reverttext h3, .strip-imagestrip .inner .reverttext h3, .strip-hero .hero_background .reverttext h3, .strip-pagetitle .inner .reverttext h3, .strip-bigpagetitle .inner .reverttext h3, .inverttext h4, .pagestrip.dark h4, .strip-imagestrip .inner h4, .strip-hero .hero_background h4, .strip-pagetitle .inner h4, .strip-bigpagetitle .inner h4 {
  color: rgba(255, 255, 255, 0.9);
}

.inverttext .reverttext, .pagestrip.dark .reverttext, .strip-imagestrip .inner .reverttext, .strip-hero .hero_background .reverttext, .strip-pagetitle .inner .reverttext, .strip-bigpagetitle .inner .reverttext {
  color: #000;
}

.divider {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 0;
  font-size: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mw-medium, .centered.medium, .strip-imagestrip .inner .medium.text, .strip-pagetitle .inner .medium.text, .strip-bigpagetitle .inner .medium.text, .strip-imagetext .medium.imagetext, .boxrow .medium.boxrow_boxes, .colrow .medium.colrow_cols {
  max-width: 810px;
}

.mw-content {
  max-width: 650px;
}

.mw-narrow, .centered.narrow, .strip-imagestrip .inner .narrow.text, .strip-pagetitle .inner .narrow.text, .strip-bigpagetitle .inner .narrow.text, .strip-imagetext .narrow.imagetext, .boxrow .narrow.boxrow_boxes, .colrow .narrow.colrow_cols {
  max-width: 450px;
}

.centered, .strip-imagestrip .inner .text, .strip-pagetitle .inner .text, .strip-bigpagetitle .inner .text, .strip-imagetext .imagetext, .boxrow .boxrow_boxes, .colrow .colrow_cols {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.centertext {
  text-align: center;
}

.pagestrip {
  position: relative;
}

.pagestrip .pagestrip_content {
  z-index: 2;
  position: relative;
}

.pagestrip.intro {
  background: #e4e4e4;
}

.pagestrip.dark {
  background: #3274ad;
  background: linear-gradient(45deg, #3274ad, #2c6799);
}

.pagestrip.withcover {
  padding: 0;
}

.pagestrip.withcover .pagestrip_image {
  opacity: 0.08;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
}

.clearfix:after, .resp12.clearself:after, .html-content:after {
  content: "";
  display: table;
  clear: both;
}

.mapstrip {
  height: 400px;
}

.smallspaced + .smallspaced {
  margin-top: 20px;
}

.spaced + .spaced {
  margin-top: 30px;
}

.bigspaced + .bigspaced {
  margin-top: 50px;
}

.icon-indent {
  padding-left: 2em;
  position: relative;
}

.icon-indent .icon-indent-icon {
  width: 2em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: block;
  line-height: inherit;
  opacity: 0.5;
}

.BigClick.BigClickLoaded {
  cursor: pointer;
}

.callout, .callout_list li, .formerrorlist li {
  color: #2d4754;
  border-left: 6px solid #2d4754;
  background: #eef4f6;
}

.callout.info, .callout_list li.info, .formerrorlist li.info, .callout_list.info li, .info.formerrorlist li {
  color: #00b1ea;
  border-color: #00b1ea;
  background: #e6f9ff;
}

.callout.error, .callout_list li.error, .callout_list.error li, .formerrorlist li {
  color: #b71c1c;
  border-color: #b71c1c;
  background: #fce9e9;
}

.callout.success, .callout_list li.success, .formerrorlist li.success, .callout_list.success li, .success.formerrorlist li {
  color: #06a72c;
  border-color: #06a72c;
  background: #e6feec;
}

.callout_list, .formerrorlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.callout_list li, .formerrorlist li {
  margin: 0;
}

/* //////////////////////////////////////////////////////////////// */
/*                           RESPONSIVE                             */
/* //////////////////////////////////////////////////////////////// */
.resp_krat_16_9 {
  /* keep ratio */
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.resp_krat_16_9 > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media all and (max-width: 600px) {
  .hideonsmall {
    display: none;
  }
}

.col {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1rem;
}

.col.right {
  float: right;
}

.paddedcols {
  margin-left: -10px;
  margin-right: -10px;
}

.paddedcols > .row > .col,
.paddedcols > .col {
  padding: 0 10px;
}

.paddedcols.padrows > .row + .row {
  padding-top: 10px;
}

@media all and (max-width: 750px) {
  .paddedcols {
    margin-left: 0;
    margin-right: 0;
  }
  .paddedcols > .row > .col,
  .paddedcols > .col {
    padding: 0;
  }
  .paddedcols > .row > .col + .col,
  .paddedcols > .col + .col {
    padding-top: 20px;
  }
  .paddedcols.padrows > .row {
    padding: 0;
  }
  .paddedcols.collapsesplit {
    margin: 0px;
  }
  .paddedcols.collapsesplit > .row > .col,
  .paddedcols.collapsesplit > .col {
    padding: 0px;
  }
}

.bigpaddedcols {
  margin-left: -20px;
  margin-right: -20px;
}

.bigpaddedcols > .row > .col,
.bigpaddedcols > .col {
  padding: 0 20px;
}

.bigpaddedcols.padrows > .row + .row {
  padding-top: 20px;
}

@media all and (max-width: 750px) {
  .bigpaddedcols {
    margin-left: 0;
    margin-right: 0;
  }
  .bigpaddedcols > .row > .col,
  .bigpaddedcols > .col {
    padding: 0;
  }
  .bigpaddedcols > .row > .col + .col,
  .bigpaddedcols > .col + .col {
    padding-top: 40px;
  }
  .bigpaddedcols.padrows > .row {
    padding: 0;
  }
  .bigpaddedcols.collapsesplit {
    margin: 0px;
  }
  .bigpaddedcols.collapsesplit > .row > .col,
  .bigpaddedcols.collapsesplit > .col {
    padding: 0px;
  }
}

.hugepaddedcols {
  margin-left: -25px;
  margin-right: -25px;
}

.hugepaddedcols > .row > .col,
.hugepaddedcols > .col {
  padding: 0 25px;
}

.hugepaddedcols.padrows > .row + .row {
  padding-top: 25px;
}

@media all and (max-width: 750px) {
  .hugepaddedcols {
    margin-left: 0;
    margin-right: 0;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0;
  }
  .hugepaddedcols > .row > .col + .col,
  .hugepaddedcols > .col + .col {
    padding-top: 50px;
  }
  .hugepaddedcols.padrows > .row {
    padding: 0;
  }
  .hugepaddedcols.collapsesplit {
    margin: 0px;
  }
  .hugepaddedcols.collapsesplit > .row > .col,
  .hugepaddedcols.collapsesplit > .col {
    padding: 0px;
  }
}

@media all and (max-width: 1100px) {
  .hugepaddedcols {
    margin-left: -20px;
    margin-right: -20px;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0 20px;
  }
  .hugepaddedcols.padrows > .row + .row {
    padding-top: 20px;
  }
}

@media all and (max-width: 1100px) and (max-width: 750px) {
  .hugepaddedcols {
    margin-left: 0;
    margin-right: 0;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0;
  }
  .hugepaddedcols > .row > .col + .col,
  .hugepaddedcols > .col + .col {
    padding-top: 40px;
  }
  .hugepaddedcols.padrows > .row {
    padding: 0;
  }
  .hugepaddedcols.collapsesplit {
    margin: 0px;
  }
  .hugepaddedcols.collapsesplit > .row > .col,
  .hugepaddedcols.collapsesplit > .col {
    padding: 0px;
  }
}

@media all and (max-width: 950px) {
  .hugepaddedcols {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0 15px;
  }
  .hugepaddedcols.padrows > .row + .row {
    padding-top: 15px;
  }
}

@media all and (max-width: 950px) and (max-width: 750px) {
  .hugepaddedcols {
    margin-left: 0;
    margin-right: 0;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0;
  }
  .hugepaddedcols > .row > .col + .col,
  .hugepaddedcols > .col + .col {
    padding-top: 30px;
  }
  .hugepaddedcols.padrows > .row {
    padding: 0;
  }
  .hugepaddedcols.collapsesplit {
    margin: 0px;
  }
  .hugepaddedcols.collapsesplit > .row > .col,
  .hugepaddedcols.collapsesplit > .col {
    padding: 0px;
  }
}

@media all and (max-width: 750px) {
  .hugepaddedcols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0 10px;
  }
  .hugepaddedcols.padrows > .row + .row {
    padding-top: 10px;
  }
}

@media all and (max-width: 750px) and (max-width: 750px) {
  .hugepaddedcols {
    margin-left: 0;
    margin-right: 0;
  }
  .hugepaddedcols > .row > .col,
  .hugepaddedcols > .col {
    padding: 0;
  }
  .hugepaddedcols > .row > .col + .col,
  .hugepaddedcols > .col + .col {
    padding-top: 20px;
  }
  .hugepaddedcols.padrows > .row {
    padding: 0;
  }
  .hugepaddedcols.collapsesplit {
    margin: 0px;
  }
  .hugepaddedcols.collapsesplit > .row > .col,
  .hugepaddedcols.collapsesplit > .col {
    padding: 0px;
  }
}

.resp12 {
  font-size: 0;
  white-space: nowrap;
}

.resp12.middlealign > .row > .col,
.resp12.middlealign > .col {
  vertical-align: middle;
}

.resp12 > .row > .col,
.resp12 > .col {
  width: 8.33333333%;
}

.resp12 > .row > .col.colspan2,
.resp12 > .col.colspan2 {
  width: 16.66666667%;
}

.resp12 > .row > .col.colspan3,
.resp12 > .col.colspan3 {
  width: 25%;
}

.resp12 > .row > .col.colspan4,
.resp12 > .col.colspan4 {
  width: 33.33333333%;
}

.resp12 > .row > .col.colspan5,
.resp12 > .col.colspan5 {
  width: 41.66666667%;
}

.resp12 > .row > .col.colspan6,
.resp12 > .col.colspan6 {
  width: 50%;
}

.resp12 > .row > .col.colspan7,
.resp12 > .col.colspan7 {
  width: 58.33333333%;
}

.resp12 > .row > .col.colspan8,
.resp12 > .col.colspan8 {
  width: 66.66666667%;
}

.resp12 > .row > .col.colspan9,
.resp12 > .col.colspan9 {
  width: 75%;
}

.resp12 > .row > .col.colspan10,
.resp12 > .col.colspan10 {
  width: 83.33333333%;
}

.resp12 > .row > .col.colspan11,
.resp12 > .col.colspan11 {
  width: 91.66666667%;
}

.resp12 > .row > .col.colspan12,
.resp12 > .col.colspan12 {
  width: auto;
  display: block;
}

.resp12 > .row > .col.right,
.resp12 > .col.right {
  float: right;
}

@media all and (max-width: 1100px) {
  .resp12 > .row > .col.flexicol,
  .resp12 > .col.flexicol {
    width: 16.66666667%;
  }
  .resp12 > .row > .col.flexicol.colspan2,
  .resp12 > .col.flexicol.colspan2 {
    width: 16.66666667%;
  }
  .resp12 > .row > .col.flexicol.colspan3,
  .resp12 > .col.flexicol.colspan3 {
    width: 33.33333333%;
  }
  .resp12 > .row > .col.flexicol.colspan4,
  .resp12 > .col.flexicol.colspan4 {
    width: 33.33333333%;
  }
  .resp12 > .row > .col.flexicol.colspan5,
  .resp12 > .col.flexicol.colspan5 {
    width: 50%;
  }
  .resp12 > .row > .col.flexicol.colspan6,
  .resp12 > .col.flexicol.colspan6 {
    width: 50%;
  }
  .resp12 > .row > .col.flexicol.colspan7,
  .resp12 > .col.flexicol.colspan7 {
    width: 66.66666667%;
  }
  .resp12 > .row > .col.flexicol.colspan8, .resp12 > .row > .col.flexicol.colspan9, .resp12 > .row > .col.flexicol.colspan10, .resp12 > .row > .col.flexicol.colspan11, .resp12 > .row > .col.flexicol.colspan12,
  .resp12 > .col.flexicol.colspan8,
  .resp12 > .col.flexicol.colspan9,
  .resp12 > .col.flexicol.colspan10,
  .resp12 > .col.flexicol.colspan11,
  .resp12 > .col.flexicol.colspan12 {
    width: auto;
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .resp12 > .row > .col.flexicol,
  .resp12 > .col.flexicol {
    width: 25%;
  }
  .resp12 > .row > .col.flexicol.colspan2,
  .resp12 > .col.flexicol.colspan2 {
    width: 33.33333333%;
  }
  .resp12 > .row > .col.flexicol.colspan3,
  .resp12 > .col.flexicol.colspan3 {
    width: 33.33333333%;
  }
  .resp12 > .row > .col.flexicol.colspan4,
  .resp12 > .col.flexicol.colspan4 {
    width: 50%;
  }
  .resp12 > .row > .col.flexicol.colspan5, .resp12 > .row > .col.flexicol.colspan6, .resp12 > .row > .col.flexicol.colspan7, .resp12 > .row > .col.flexicol.colspan8, .resp12 > .row > .col.flexicol.colspan9, .resp12 > .row > .col.flexicol.colspan10, .resp12 > .row > .col.flexicol.colspan11, .resp12 > .row > .col.flexicol.colspan12,
  .resp12 > .col.flexicol.colspan5,
  .resp12 > .col.flexicol.colspan6,
  .resp12 > .col.flexicol.colspan7,
  .resp12 > .col.flexicol.colspan8,
  .resp12 > .col.flexicol.colspan9,
  .resp12 > .col.flexicol.colspan10,
  .resp12 > .col.flexicol.colspan11,
  .resp12 > .col.flexicol.colspan12 {
    width: auto;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .resp12 > .row > .col, .resp12 > .row > .col.colspan2, .resp12 > .row > .col.colspan3, .resp12 > .row > .col.colspan4, .resp12 > .row > .col.colspan5, .resp12 > .row > .col.colspan6, .resp12 > .row > .col.colspan7, .resp12 > .row > .col.colspan8, .resp12 > .row > .col.colspan9, .resp12 > .row > .col.colspan10, .resp12 > .row > .col.colspan11, .resp12 > .row > .col.colspan12,
  .resp12 > .col,
  .resp12 > .col.colspan2,
  .resp12 > .col.colspan3,
  .resp12 > .col.colspan4,
  .resp12 > .col.colspan5,
  .resp12 > .col.colspan6,
  .resp12 > .col.colspan7,
  .resp12 > .col.colspan8,
  .resp12 > .col.colspan9,
  .resp12 > .col.colspan10,
  .resp12 > .col.colspan11,
  .resp12 > .col.colspan12 {
    width: auto;
    display: block;
  }
  .resp12 > .row > .col.right,
  .resp12 > .col.right {
    float: none;
  }
  .resp12 > .row > .col.hideoncollapse,
  .resp12 > .col.hideoncollapse {
    display: none;
  }
}

/* ----  Pretty table ----- */
table.pretty {
  border: 1px solid #DDD;
  border-radius: 3px;
  background-clip: padding-box;
}

table.pretty tr {
  border: 0;
}

table.pretty tr td,
table.pretty tr th {
  padding: 12px;
  vertical-align: top;
  text-align: left;
}

table.pretty tr th {
  background: #fafafa;
  font-weight: normal;
}

table.pretty.chunky tr td,
table.pretty.chunky tr th {
  padding: 22px;
}

table.pretty.vamid tr td,
table.pretty.vamid tr th {
  vertical-align: middle;
}

table.pretty.noborder {
  border: 0;
}

table.pretty.hoverrows tr:hover {
  background: rgba(0, 0, 0, 0.03);
}

table.pretty.notrounded {
  border-radius: 0;
  background-clip: padding-box;
}

.tableholder {
  overflow: auto;
}

.tableholder > table.pretty {
  min-width: 600px;
}

/* ---- Pretty Invoice ---- */
ul.pretty {
  border: 0;
}

ul.pretty.border {
  border: 1px solid #DDD;
  border-radius: 3px;
  background-clip: padding-box;
}

ul.pretty.background {
  background: #fafafa;
}

ul.pretty.notrounded {
  border-radius: 0;
  background-clip: padding-box;
}

ul.pretty, ul.pretty > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.pretty > li.padded,
ul.pretty > li > a {
  padding: 12px;
}

ul.pretty > li > a {
  display: block;
  text-decoration: none;
}

ul.pretty > li.hoverstyle:hover,
ul.pretty > li > a:hover {
  background: rgba(0, 0, 0, 0.03);
}

ul.pretty > li + li {
  border-top: 1px solid #DDD;
}

ul.pretty .col:last-of-type {
  text-align: right;
}

ul.pretty .col:last-of-type {
  text-align: right;
}

ul.pretty.chunky > li.padded,
ul.pretty.chunky > li > a {
  padding: 22px;
}

.btn_icon, .btn.hasicon > i, .hasicon.btn-a > i, .hasicon.btn-core > i, .hasicon.btn-b > i, .hasicon.btn-white > i, .hasicon.btn-outline > i, .hasicon.btn-outline-red > i, .hasicon.btn-outline-green > i, .hasicon.btn-outline-grey > i, .hasicon.btn-outline-faint > i, .hasicon.btn-addable > i, .hasicon.btn-red > i, .hasicon.btn-orange > i, .hasicon.btn-subtle > i, .hasicon.btn-subtle-white > i, .hasicon.btn-subtle-outline > i {
  margin-right: 0.5em;
  opacity: 0.7;
}

._btn_lift, .btn, .btn-a, .btn-core, .btn-b, .btn-white, .btn-outline, .btn-outline-red, .btn-outline-green, .btn-outline-grey, .btn-outline-faint, .btn-addable, .btn-red, .btn-orange, .btn-subtle, .btn-subtle-white, .btn-subtle-outline {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

._btn_lift:hover, .btn:hover, .btn-a:hover, .btn-core:hover, .btn-b:hover, .btn-white:hover, .btn-outline:hover, .btn-outline-red:hover, .btn-outline-green:hover, .btn-outline-grey:hover, .btn-outline-faint:hover, .btn-addable:hover, .btn-red:hover, .btn-orange:hover, .btn-subtle:hover, .btn-subtle-white:hover, .btn-subtle-outline:hover {
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.05);
}

._btn_lift:disabled, .btn:disabled, .btn-a:disabled, .btn-core:disabled, .btn-b:disabled, .btn-white:disabled, .btn-outline:disabled, .btn-outline-red:disabled, .btn-outline-green:disabled, .btn-outline-grey:disabled, .btn-outline-faint:disabled, .btn-addable:disabled, .btn-red:disabled, .btn-orange:disabled, .btn-subtle:disabled, .btn-subtle-white:disabled, .btn-subtle-outline:disabled {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

._btn_submitting, ._btn_submitting-grey, .faq-searching .FAQSearch .search {
  background-image: url("/img/submitting.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: rgba(255, 255, 255, 0) !important;
}

._btn_submitting-grey, .faq-searching .FAQSearch .search {
  background-image: url("/img/submitting-grey.svg") !important;
}

.p-btn, .btn, .btn-a, .btn-core, .btn-b, .btn-white, .btn-outline, .btn-outline-red, .btn-outline-green, .btn-outline-grey, .btn-outline-faint, .btn-addable, .btn-red, .btn-orange, .btn-subtle, .btn-subtle-white, .btn-subtle-outline {
  padding: 0.7em 1.2em;
}

.btn, .btn-a, .btn-core, .btn-b, .btn-white, .btn-outline, .btn-outline-red, .btn-outline-green, .btn-outline-grey, .btn-outline-faint, .btn-addable, .btn-red, .btn-orange, .btn-subtle, .btn-subtle-white, .btn-subtle-outline {
  display: inline-block;
  border-radius: 3px;
  background: #222;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.btn:hover, .btn-a:hover, .btn-core:hover, .btn-b:hover, .btn-white:hover, .btn-outline:hover, .btn-outline-red:hover, .btn-outline-green:hover, .btn-outline-grey:hover, .btn-outline-faint:hover, .btn-addable:hover, .btn-red:hover, .btn-orange:hover, .btn-subtle:hover, .btn-subtle-white:hover, .btn-subtle-outline:hover {
  background: #222;
  color: #FFF;
  text-decoration: none;
}

.btn:focus, .btn-a:focus, .btn-core:focus, .btn-b:focus, .btn-white:focus, .btn-outline:focus, .btn-outline-red:focus, .btn-outline-green:focus, .btn-outline-grey:focus, .btn-outline-faint:focus, .btn-addable:focus, .btn-red:focus, .btn-orange:focus, .btn-subtle:focus, .btn-subtle-white:focus, .btn-subtle-outline:focus, .btn:active, .btn-a:active, .btn-core:active, .btn-b:active, .btn-white:active, .btn-outline:active, .btn-outline-red:active, .btn-outline-green:active, .btn-outline-grey:active, .btn-outline-faint:active, .btn-addable:active, .btn-red:active, .btn-orange:active, .btn-subtle:active, .btn-subtle-white:active, .btn-subtle-outline:active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  background: #222;
  color: #FFF;
  text-decoration: none;
}

.btn.disabled, .disabled.btn-a, .disabled.btn-core, .disabled.btn-b, .disabled.btn-white, .disabled.btn-outline, .disabled.btn-outline-red, .disabled.btn-outline-green, .disabled.btn-outline-grey, .disabled.btn-outline-faint, .disabled.btn-addable, .disabled.btn-red, .disabled.btn-orange, .disabled.btn-subtle, .disabled.btn-subtle-white, .disabled.btn-subtle-outline, .btn:disabled, .btn-a:disabled, .btn-core:disabled, .btn-b:disabled, .btn-white:disabled, .btn-outline:disabled, .btn-outline-red:disabled, .btn-outline-green:disabled, .btn-outline-grey:disabled, .btn-outline-faint:disabled, .btn-addable:disabled, .btn-red:disabled, .btn-orange:disabled, .btn-subtle:disabled, .btn-subtle-white:disabled, .btn-subtle-outline:disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
  cursor: default;
}

.btn.btn-small, .btn-small.btn-a, .btn-small.btn-core, .btn-small.btn-b, .btn-small.btn-white, .btn-small.btn-outline, .btn-small.btn-outline-red, .btn-small.btn-outline-green, .btn-small.btn-outline-grey, .btn-small.btn-outline-faint, .btn-small.btn-addable, .btn-small.btn-red, .btn-small.btn-orange, .btn-small.btn-subtle, .btn-small.btn-subtle-white, .btn-small.btn-subtle-outline {
  font-size: 0.88em;
}

.btn.btn-smaller, .btn-smaller.btn-a, .btn-smaller.btn-core, .btn-smaller.btn-b, .btn-smaller.btn-white, .btn-smaller.btn-outline, .btn-smaller.btn-outline-red, .btn-smaller.btn-outline-green, .btn-smaller.btn-outline-grey, .btn-smaller.btn-outline-faint, .btn-smaller.btn-addable, .btn-smaller.btn-red, .btn-smaller.btn-orange, .btn-smaller.btn-subtle, .btn-smaller.btn-subtle-white, .btn-smaller.btn-subtle-outline {
  font-size: 0.7em;
}

.btn.btn-negative-vertical-margin, .btn-negative-vertical-margin.btn-a, .btn-negative-vertical-margin.btn-core, .btn-negative-vertical-margin.btn-b, .btn-negative-vertical-margin.btn-white, .btn-negative-vertical-margin.btn-outline, .btn-negative-vertical-margin.btn-outline-red, .btn-negative-vertical-margin.btn-outline-green, .btn-negative-vertical-margin.btn-outline-grey, .btn-negative-vertical-margin.btn-outline-faint, .btn-negative-vertical-margin.btn-addable, .btn-negative-vertical-margin.btn-red, .btn-negative-vertical-margin.btn-orange, .btn-negative-vertical-margin.btn-subtle, .btn-negative-vertical-margin.btn-subtle-white, .btn-negative-vertical-margin.btn-subtle-outline {
  margin-top: -0.7em;
  margin-bottom: -0.7em;
}

.btn.btn-big, .btn-big.btn-a, .btn-big.btn-core, .btn-big.btn-b, .btn-big.btn-white, .btn-big.btn-outline, .btn-big.btn-outline-red, .btn-big.btn-outline-green, .btn-big.btn-outline-grey, .btn-big.btn-outline-faint, .btn-big.btn-addable, .btn-big.btn-red, .btn-big.btn-orange, .btn-big.btn-subtle, .btn-big.btn-subtle-white, .btn-big.btn-subtle-outline {
  font-size: 1.2em;
}

.btn-a {
  background: #488ec1;
  border: 1px solid #5f9cc9;
}

.btn-a:focus, .btn-a:active, .btn-a:hover {
  background: #3d81b3;
}

.btn-core {
  background: #488eca;
}

.btn-core:focus, .btn-core:active, .btn-core:hover {
  background: #3882c1;
}

.inverttext .btn-core, .pagestrip.dark .btn-core, .strip-imagestrip .inner .btn-core, .strip-hero .hero_background .btn-core, .strip-pagetitle .inner .btn-core, .strip-bigpagetitle .inner .btn-core {
  border-color: #5c9ad0;
}

.btn-b {
  background: #fafafa;
  color: #488ec1;
}

.btn-b:focus, .btn-b:active, .btn-b:hover {
  color: #3d81b3;
  background: #fff;
}

.btn-white {
  background: #fff;
  color: #488eca;
}

.btn-white:focus, .btn-white:active, .btn-white:hover {
  color: #3882c1;
  background: #fff;
}

.btn-outline, .btn-outline-red, .btn-outline-green, .btn-outline-grey {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn-outline:focus, .btn-outline-red:focus, .btn-outline-green:focus, .btn-outline-grey:focus, .btn-outline:active, .btn-outline-red:active, .btn-outline-green:active, .btn-outline-grey:active, .btn-outline:hover, .btn-outline-red:hover, .btn-outline-green:hover, .btn-outline-grey:hover {
  border: 1px solid #FFF;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
}

.btn-outline-faint {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFF;
}

.btn-outline-faint:focus, .btn-outline-faint:active, .btn-outline-faint:hover {
  border: 1px solid #FFF;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
}

.btn-addable {
  background: none;
  border: 1px dashed rgba(106, 107, 111, 0.4);
  color: #488ec1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-addable:focus, .btn-addable:active, .btn-addable:hover {
  border: 1px dashed #488ec1;
  color: #488ec1;
  background: rgba(0, 0, 0, 0.02);
}

.btn-red {
  background: #b71c1c;
}

.btn-red:focus, .btn-red:active, .btn-red:hover {
  background: #a11919;
}

.btn-orange {
  background: #ff8a35;
}

.btn-orange:focus, .btn-orange:active, .btn-orange:hover {
  background: #ff7b1c;
}

.btn-outline-red {
  border-color: rgba(183, 28, 28, 0.7);
  color: #b71c1c;
}

.btn-outline-red:focus, .btn-outline-red:active, .btn-outline-red:hover {
  border-color: #b71c1c;
  color: #b71c1c;
  background: rgba(0, 0, 0, 0.05);
}

.btn-outline-green {
  border-color: rgba(6, 167, 44, 0.7);
  color: #06a72c;
}

.btn-outline-green:focus, .btn-outline-green:active, .btn-outline-green:hover {
  border-color: #06a72c;
  color: #06a72c;
  background: rgba(0, 0, 0, 0.05);
}

.btn-outline-grey {
  border-color: rgba(106, 107, 111, 0.7);
  color: #6a6b6f;
}

.btn-outline-grey:focus, .btn-outline-grey:active, .btn-outline-grey:hover {
  border-color: #6a6b6f;
  color: #6a6b6f;
  background: rgba(0, 0, 0, 0.05);
}

.btn-subtle {
  color: #488ec1;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-subtle:focus, .btn-subtle:active, .btn-subtle:hover {
  color: #3d81b3;
  background: rgba(0, 0, 0, 0.05);
}

.btn-subtle-white {
  color: #FFF;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.01);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-subtle-white:focus, .btn-subtle-white:active, .btn-subtle-white:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-subtle-outline {
  color: #488ec1;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-subtle-outline:focus, .btn-subtle-outline:active, .btn-subtle-outline:hover {
  color: #3d81b3;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

._generic_label, .field_label {
  display: block;
  color: #585858;
  font-weight: 600;
  margin-bottom: 0.4em;
}

._generic_input, .field .inputholder_select textarea,
.field .inputholder_select input,
.field .inputholder_select select,
.field .inputholder_date textarea,
.field .inputholder_date input,
.field .inputholder_date select,
.field .inputholder_email textarea,
.field .inputholder_email input,
.field .inputholder_email select,
.field .inputholder_password textarea,
.field .inputholder_password input,
.field .inputholder_password select,
.field .inputholder_number textarea,
.field .inputholder_number input,
.field .inputholder_number select,
.field .inputholder_count textarea,
.field .inputholder_count input,
.field .inputholder_count select,
.field .inputholder_price textarea,
.field .inputholder_price input,
.field .inputholder_price select,
.field .inputholder_textarea textarea,
.field .inputholder_textarea input,
.field .inputholder_textarea select,
.field .inputholder_text textarea,
.field .inputholder_text input,
.field .inputholder_text select, .radio_label > span,
.checkbox_label > span, .radio_group {
  padding: 6px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #CCC;
}

._generic_input:disabled, .field .inputholder_select textarea:disabled,
.field .inputholder_select input:disabled,
.field .inputholder_select select:disabled,
.field .inputholder_date textarea:disabled,
.field .inputholder_date input:disabled,
.field .inputholder_date select:disabled,
.field .inputholder_email textarea:disabled,
.field .inputholder_email input:disabled,
.field .inputholder_email select:disabled,
.field .inputholder_password textarea:disabled,
.field .inputholder_password input:disabled,
.field .inputholder_password select:disabled,
.field .inputholder_number textarea:disabled,
.field .inputholder_number input:disabled,
.field .inputholder_number select:disabled,
.field .inputholder_count textarea:disabled,
.field .inputholder_count input:disabled,
.field .inputholder_count select:disabled,
.field .inputholder_price textarea:disabled,
.field .inputholder_price input:disabled,
.field .inputholder_price select:disabled,
.field .inputholder_textarea textarea:disabled,
.field .inputholder_textarea input:disabled,
.field .inputholder_textarea select:disabled,
.field .inputholder_text textarea:disabled,
.field .inputholder_text input:disabled,
.field .inputholder_text select:disabled, .radio_label > span:disabled,
.checkbox_label > span:disabled, .radio_group:disabled {
  opacity: 0.5;
  color: #AAA;
}

._generic_input:hover, .field .inputholder_select textarea:hover,
.field .inputholder_select input:hover,
.field .inputholder_select select:hover,
.field .inputholder_date textarea:hover,
.field .inputholder_date input:hover,
.field .inputholder_date select:hover,
.field .inputholder_email textarea:hover,
.field .inputholder_email input:hover,
.field .inputholder_email select:hover,
.field .inputholder_password textarea:hover,
.field .inputholder_password input:hover,
.field .inputholder_password select:hover,
.field .inputholder_number textarea:hover,
.field .inputholder_number input:hover,
.field .inputholder_number select:hover,
.field .inputholder_count textarea:hover,
.field .inputholder_count input:hover,
.field .inputholder_count select:hover,
.field .inputholder_price textarea:hover,
.field .inputholder_price input:hover,
.field .inputholder_price select:hover,
.field .inputholder_textarea textarea:hover,
.field .inputholder_textarea input:hover,
.field .inputholder_textarea select:hover,
.field .inputholder_text textarea:hover,
.field .inputholder_text input:hover,
.field .inputholder_text select:hover, .radio_label > span:hover,
.checkbox_label > span:hover, .radio_group:hover {
  background: #fafafa;
  border: 1px solid #bbb;
}

._generic_input:focus, .field .inputholder_select textarea:focus,
.field .inputholder_select input:focus,
.field .inputholder_select select:focus,
.field .inputholder_date textarea:focus,
.field .inputholder_date input:focus,
.field .inputholder_date select:focus,
.field .inputholder_email textarea:focus,
.field .inputholder_email input:focus,
.field .inputholder_email select:focus,
.field .inputholder_password textarea:focus,
.field .inputholder_password input:focus,
.field .inputholder_password select:focus,
.field .inputholder_number textarea:focus,
.field .inputholder_number input:focus,
.field .inputholder_number select:focus,
.field .inputholder_count textarea:focus,
.field .inputholder_count input:focus,
.field .inputholder_count select:focus,
.field .inputholder_price textarea:focus,
.field .inputholder_price input:focus,
.field .inputholder_price select:focus,
.field .inputholder_textarea textarea:focus,
.field .inputholder_textarea input:focus,
.field .inputholder_textarea select:focus,
.field .inputholder_text textarea:focus,
.field .inputholder_text input:focus,
.field .inputholder_text select:focus, .radio_label > span:focus,
.checkbox_label > span:focus, .radio_group:focus {
  border: 1px solid #aaa;
}

.field + .field_submit {
  text-align: right;
  padding-top: 1.5em;
  border-top: 1px solid #EEE;
}

.field .inputholder_select,
.field .inputholder_date,
.field .inputholder_email,
.field .inputholder_password,
.field .inputholder_number,
.field .inputholder_count,
.field .inputholder_price,
.field .inputholder_textarea,
.field .inputholder_text {
  position: relative;
}

.field .inputholder_select textarea,
.field .inputholder_date textarea,
.field .inputholder_email textarea,
.field .inputholder_password textarea,
.field .inputholder_number textarea,
.field .inputholder_count textarea,
.field .inputholder_price textarea,
.field .inputholder_textarea textarea,
.field .inputholder_text textarea {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 100px;
}

.field + .field {
  margin-top: 1.5em;
}

.field_label.optional:after {
  display: inline-block;
  content: 'optional';
  margin-left: 10px;
  color: #AAA;
  font-size: 90%;
  font-style: italic;
}

._insymbol, .priceinput {
  display: inline-block;
  position: relative;
}

._insymbol:before, .priceinput:before {
  position: absolute;
  top: 50%;
  color: #AAA;
  padding: 0;
  line-height: 40px;
  text-align: center;
  width: 25px;
  margin-top: -20px;
}

._insymbol input, .priceinput input {
  display: block;
  width: 100%;
}

.countinput {
  position: relative;
}

.countinput input[type=number]::-webkit-inner-spin-button,
.countinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.countinput .increase_button,
.countinput .decrease_button {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1px;
  bottom: 1px;
  overflow: hidden;
  padding-top: 1px;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 120%;
  width: 30px;
}

.countinput .increase_button:hover,
.countinput .decrease_button:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.countinput .decrease_button {
  left: 1px;
  border-right: 1px solid #CCC;
}

.countinput .increase_button {
  right: 1px;
  border-left: 1px solid #CCC;
}

.countinput input {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.radio_label,
.checkbox_label {
  position: relative;
  overflow: hidden;
  display: block;
}

.radio_label input,
.checkbox_label input {
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -7px;
}

.radio_label > span,
.checkbox_label > span {
  padding-left: 31px;
  display: block;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0);
}

.radio_label input:checked + span,
.checkbox_label input:checked + span {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.radio_label > span:hover,
.checkbox_label > span:hover {
  background: rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.radio_label.topalign_input input,
.checkbox_label.topalign_input input {
  top: 25px;
  margin-top: -10px;
}

.checkbox_label + .checkbox_label {
  margin-top: 5px;
}

.radio_group {
  padding: 5px;
}

.radio_group .radio_label + .radio_label {
  margin-top: 3px;
}

.datepicker-dropdown {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.priceinput {
  display: block;
}

.priceinput input {
  padding-left: 20px !important;
}

.priceinput:before {
  content: "\A3";
  left: 0px;
}

.notification_holder {
  position: fixed;
  top: 100px;
  z-index: 1000;
  left: 50%;
  width: 300px;
  margin-left: -150px;
}

.mainnotification {
  padding: 10px 20px;
  text-align: center;
  background: #EEE;
  border-radius: 3px;
  max-width: 90%;
}

.notificationtype_info {
  color: #FFF;
  background: #08cc64;
}

.notificationtype_error {
  background: red;
  color: #FFF;
}

.layr_form.submitting {
  opacity: 0.5;
}

.layr_form.submitting button[type="submit"] {
  background-image: url("/img/submitting.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  color: rgba(255, 255, 255, 0) !important;
}

.layr_form_hidecover {
  opacity: 1 !important;
}

.layr_form_hidecover .formcoverer {
  display: none !important;
}

.layr_pagecontent_sub {
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
  padding-left: 5px;
}

.layr_pagecontent_sub a {
  border: 1px solid #CCC;
  display: inline-block;
  padding: 10px;
  position: relative;
  top: 1px;
}

.layr_pagecontent_sub a + a {
  margin-left: 5px;
}

.layr_pagecontent_sub a.active {
  border-bottom: 1px solid #FFF;
  z-index: 100;
}

.layr_message_holder {
  position: fixed;
  top: 55px;
  z-index: 100000;
  left: 50%;
  width: 320px;
  margin-left: -150px;
}

.layr_message {
  padding: 10px 20px;
  text-align: center;
  background: #EEE;
  border-radius: 3px;
  max-width: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.layr_message +
.layr_message {
  margin-top: 5px;
}

.layr_message.visible {
  opacity: 1;
}

.layr_message_type_success {
  color: #FFF;
  background: #1eb04c;
}

.layr_message_type_info {
  background: #00b2ff;
  color: #FFF;
}

.layr_message_type_error {
  background: red;
  color: #FFF;
}

.LayrUploadr_hidden {
  display: none;
}

form.LayrUploadr {
  padding: 20px !important;
  background: #fafafa !important;
  border: 1px solid #e7e7e7 !important;
  text-align: center;
}

.LayrUploadr_filetile {
  padding: 0 50px 0 10px;
  border: 1px solid #CCC;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  font-size: 90%;
  background: #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  margin: -5px;
}

.LayrUploadr_upload_error {
  display: block;
  padding: 10px;
  text-align: left;
  background: #ffcaca;
  margin-bottom: 10px;
  border: 1px solid #ff8484;
  color: #b10000;
}

.LayrUploadr_filetile_image {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  position: relative;
  left: -10px;
  line-height: 0;
  background: #EEE;
  width: 50px;
}

.LayrUploadr_filetile_image img {
  vertical-align: middle;
}

.LayrUploadr_filetile_name {
  display: inline-block;
  vertical-align: middle;
}

.LayrUploadr_filetile_delete {
  display: inline-block;
  color: red;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  height: 120px;
  line-height: 120px;
  top: 50%;
  margin-top: -60px;
}

.LayrUploadr_filetile_delete:hover {
  background: #eee;
}

.LayrUploadrField {
  display: block;
}

.submit_disabled input[type="submit"]:hover,
.submit_disabled button[type="submit"]:hover,
.submit_disabled input[type="submit"],
.submit_disabled button[type="submit"] {
  background: #AAA;
  border-color: #AAA;
  cursor: default;
}

.LayrNavPopup {
  position: fixed;
  z-index: -1;
  top: 100px;
  left: 100px;
  right: 105%;
  bottom: 105%;
  overflow: hidden;
}

.LayrNavPopup .LayrNavPopup__popupholder,
.LayrNavPopup .LayrNavPopup__cover {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
}

.LayrNavPopup .LayrNavPopup__cover {
  background: rgba(32, 32, 32, 0.1);
  overflow: hidden;
}

.LayrNavPopup .LayrNavPopup__popupholder {
  z-index: 1001;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 10px;
}

.LayrNavPopup a.LayrNavPopup__popupclose {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  color: #BBB;
  text-align: center;
  font-size: 140%;
}

.LayrNavPopup a.LayrNavPopup__popupclose:hover {
  text-decoration: none;
  color: #AAA;
}

.LayrNavPopup .LayrNavPopup__popupbox {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
  margin: 50px auto;
  max-width: 600px;
  background: #FFF;
  opacity: 1;
  /*padding:30px;*/
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*overflow:hidden;*/
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.LayrNavPopup .LayrNavPopup__loadedcontent {
  position: relative;
}

.LayrNavPopup.backgroundclose .LayrNavPopup__popupholder {
  cursor: pointer;
}

.LayrNavPopup.backgroundclose .LayrNavPopup__popupholder .LayrNavPopup__popupbox {
  cursor: auto;
}

.LayrNavPopup.loading .LayrNavPopup__popupholder {
  background: url("/img/pageloader.gif") no-repeat center center;
  overflow: hidden;
}

.LayrNavPopup.loading .LayrNavPopup__popupbox {
  opacity: 0;
}

.LayrNavPopup.loaded .LayrNavPopup__popupbox {
  opacity: 1;
}

.LayrNavPopup.shake .LayrNavPopup__popupbox {
  /*position: relative;*/
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
}

body.LayrNavPopup_open .biome_controlpage {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
  /*box-shadow: 1px 1px 4px #111;*/
  opacity: 0.1;
}

body.LayrNavPopup_open .LayrNavPopup {
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.LayrNavPopup_open .LayrNavPopup .LayrNavPopup__cover {
  z-index: 1000;
}

body.LayrNavPopup_open .LayrNavPopup .LayrNavPopup__popupholder {
  z-index: 1001;
}

@keyframes shake {
  0% {
    left: 0px;
  }
  15% {
    left: 3px;
  }
  30% {
    left: -6px;
  }
  60% {
    left: 6px;
  }
  100% {
    left: 0px;
  }
}

@-webkit-keyframes shake /* Safari and Chrome */ {
  0% {
    left: 0px;
  }
  15% {
    left: 3px;
  }
  30% {
    left: -6px;
  }
  60% {
    left: 6px;
  }
  100% {
    left: 0px;
  }
}

.strip {
  position: relative;
  background: #FFF;
}

.strip table {
  width: 100%;
  border: 1px solid #EEE;
}

.strip table th,
.strip table td {
  border: 1px solid #EEE;
}

.strip:nth-child(even) {
  background: #f9f9f9;
}

.strip-imagestrip .inner {
  background: #222;
  position: relative;
}

.strip-imagestrip .inner .text {
  position: relative;
  z-index: 5;
}

.strip-imagestrip .inner .cover {
  z-index: 3;
  background: linear-gradient(10deg, rgba(0, 24, 45, 0.75), rgba(16, 36, 54, 0.1));
}

.strip-imagestrip .inner .imagestrip-sizer {
  height: 30vh;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.strip-imagestrip .inner .imagestrip-sizer.size-m {
  height: 55vh;
}

.strip-imagestrip .inner .imagestrip-sizer.size-l {
  height: 80vh;
}

._big_shadow, .strip-imagetext .imagetext .image img, .lift-off-page {
  -webkit-box-shadow: 1px 2px 74px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 74px rgba(0, 0, 0, 0.1);
}

.strip-hero .centered, .strip-hero .strip-imagestrip .inner .text, .strip-imagestrip .inner .strip-hero .text, .strip-hero .strip-pagetitle .inner .text, .strip-pagetitle .inner .strip-hero .text, .strip-hero .strip-bigpagetitle .inner .text, .strip-bigpagetitle .inner .strip-hero .text, .strip-hero .strip-imagetext .imagetext, .strip-imagetext .strip-hero .imagetext, .strip-hero .boxrow .boxrow_boxes, .boxrow .strip-hero .boxrow_boxes, .strip-hero .colrow .colrow_cols, .colrow .strip-hero .colrow_cols {
  position: relative;
  z-index: 5;
}

.strip-hero .hero_cover {
  z-index: 3;
  background: linear-gradient(45deg, rgba(72, 142, 202, 0.5), #488eca);
}

.strip-hero .hero_background {
  background: #222;
  text-align: center;
}

.strip-pagetitle .inner {
  padding-top: 150px;
  background: #222;
  position: relative;
}

.strip-pagetitle .inner .text {
  position: relative;
  z-index: 5;
}

.strip-pagetitle .inner .text .tagline {
  font-size: 1.3em;
  font-weight: 300;
}

.strip-pagetitle .inner .cover {
  z-index: 3;
  background: linear-gradient(10deg, rgba(27, 63, 94, 0.7), rgba(16, 36, 54, 0.1));
}

.strip-bigpagetitle .inner {
  padding-top: 300px;
  padding-bottom: 250px;
  background: #222;
  position: relative;
}

@media (max-width: 600px) {
  .strip-bigpagetitle .inner {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}

.strip-bigpagetitle .inner .text {
  text-align: center;
  max-width: 750px;
  position: relative;
  z-index: 5;
}

.strip-bigpagetitle .inner .text .tagline {
  font-size: 1.3em;
  font-weight: 300;
}

.strip-bigpagetitle .inner .cover {
  z-index: 3;
  background: linear-gradient(10deg, rgba(0, 24, 45, 0.75), rgba(16, 36, 54, 0.1));
}

.strip-centeredtext .centered, .strip-centeredtext .strip-imagestrip .inner .text, .strip-imagestrip .inner .strip-centeredtext .text, .strip-centeredtext .strip-pagetitle .inner .text, .strip-pagetitle .inner .strip-centeredtext .text, .strip-centeredtext .strip-bigpagetitle .inner .text, .strip-bigpagetitle .inner .strip-centeredtext .text, .strip-centeredtext .strip-imagetext .imagetext, .strip-imagetext .strip-centeredtext .imagetext, .strip-centeredtext .boxrow .boxrow_boxes, .boxrow .strip-centeredtext .boxrow_boxes, .strip-centeredtext .colrow .colrow_cols, .colrow .strip-centeredtext .colrow_cols {
  text-align: center;
}

.strip-imagetext .imagetext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.strip-imagetext .imagetext .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  margin-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strip-imagetext .imagetext .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

.strip-imagetext .imagetext .image img {
  text-align: center;
  max-width: 100%;
}

.strip-imagetext:nth-of-type(odd) .text {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0px;
  margin-right: 80px;
}

@media (max-width: 600px) {
  .strip-imagetext .imagetext {
    display: block;
  }
  .strip-imagetext .imagetext .image, .strip-imagetext .imagetext .text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
  }
  .strip-imagetext .imagetext .text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

ul.link-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 3px;
}

ul.link-list li {
  margin: 0;
  padding: 0;
}

ul.link-list li a {
  display: block;
  text-decoration: none;
  padding: 0.7em 1.2em;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-right: 50px;
}

ul.link-list li a::after {
  content: '\F105';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  right: 20px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.link-list li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

ul.link-list li a:hover::after {
  right: 15px;
  background: #f5f5f;
}

ul.link-list li + ul.link-list li {
  border-top: 1px solid #FFF;
}

.strip-2col .colimage {
  background: #222;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 60%;
  position: relative;
}

.fill-bgimage {
  background: no-repeat center center;
  background-size: cover;
}

.fill-bgimage.bgimage-position-top {
  background-position-y: top;
}

.fill-bgimage.bgimage-position-25 {
  background-position-y: 25%;
}

.fill-bgimage.bgimage-position-75 {
  background-position-y: 75%;
}

.fill-bgimage.bgimage-position-bottom {
  background-position-y: bottom;
}

.buttonrow {
  margin-top: 1.5em;
}

.lift-off-page {
  background: #FFF;
}

* + .space-around {
  margin-top: 30px;
}

.space-around + * {
  margin-top: 30px;
}

* + .more-space-around, .strip-titledboxes2text * + .boxrow_boxes {
  margin-top: 50px;
}

.more-space-around + *, .strip-titledboxes2text .boxrow_boxes + * {
  margin-top: 50px;
}

.strip-titledboxes2text .centered.medium, .strip-titledboxes2text .strip-imagestrip .inner .medium.text, .strip-imagestrip .inner .strip-titledboxes2text .medium.text, .strip-titledboxes2text .strip-pagetitle .inner .medium.text, .strip-pagetitle .inner .strip-titledboxes2text .medium.text, .strip-titledboxes2text .strip-bigpagetitle .inner .medium.text, .strip-bigpagetitle .inner .strip-titledboxes2text .medium.text, .strip-titledboxes2text .strip-imagetext .medium.imagetext, .strip-imagetext .strip-titledboxes2text .medium.imagetext, .strip-titledboxes2text .boxrow .medium.boxrow_boxes, .boxrow .strip-titledboxes2text .medium.boxrow_boxes, .strip-titledboxes2text .colrow .medium.colrow_cols, .colrow .strip-titledboxes2text .medium.colrow_cols {
  text-align: center;
}

.Parallax {
  overflow: hidden;
}

.Parallax .Px_image {
  top: -20%;
  height: 140%;
  bottom: auto;
}

.Parallax .Px_text {
  top: -20%;
  height: 140%;
  bottom: auto;
}

.boxrow {
  background: #f6f6f6;
}

.boxrow .boxrow_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.boxrow .boxrow_boxes .boxrow_box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.boxrow .boxrow_boxes .boxrow_box + .boxrow_box {
  margin-left: 20px;
}

@media (max-width: 600px) {
  .boxrow .boxrow_boxes {
    display: block;
  }
  .boxrow .boxrow_boxes .boxrow_box + .boxrow_box {
    margin-left: 0;
    margin-top: 20px;
  }
}

.colrow .colrow_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.colrow .colrow_cols .colrow_col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.colrow .colrow_cols .colrow_col + .colrow_col {
  margin-left: 80px;
}

@media (max-width: 600px) {
  .colrow .colrow_cols {
    display: block;
  }
  .colrow .colrow_cols .colrow_col + .colrow_col {
    margin-left: 0;
    margin-top: 50px;
  }
}

#pagebody.live {
  max-width: 100%;
  overflow: hidden;
}

.tablewrap {
  overflow: auto;
  max-width: 100%;
}

.html-content {
  /* Center (default) */
  /* My resets */
}

.html-content iframe,
.html-content image,
.html-content [data-ce-tag=img],
.html-content img,
.html-content video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.html-content .align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em;
}

.html-content .align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em;
}

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

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

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

.html-content img {
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 600px) {
  .html-content img.align-left, .html-content img.align-right {
    clear: both;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .html-content img.align-left {
    margin-left: 0;
  }
  .html-content img.align-right {
    margin-right: 0;
  }
}

.html-content img.sit_left,
.html-content .ce-element--type-image.sit_left {
  margin-left: 0;
}

.html-content img.sit_right,
.html-content .ce-element--type-image.sit_right {
  margin-right: 0;
}

.html-content p.bigger-text {
  font-size: 1.2em;
  color: #6a6b6f;
}

.FAQSearch {
  border: 1px solid #9d9ea2;
  border-radius: 3px;
  position: relative;
  padding-right: 50px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.FAQSearch input {
  border: none;
  background: none;
  width: 100%;
  padding-right: 50px;
}

.FAQSearch input::-webkit-input-placeholder, .FAQSearch input::-moz-placeholder, .FAQSearch input:-ms-input-placeholder, .FAQSearch input:-moz-placeholder {
  color: #d1d2d4;
}

.FAQSearch .clear,
.FAQSearch .search {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  color: #6a6b6f;
  padding-left: 0;
  padding-right: 0;
  width: 50px;
  text-align: center;
  display: block;
}

.FAQSearch .clear:hover,
.FAQSearch .search:hover {
  color: #488ec1;
}

.FAQSearch .search {
  right: 0;
  border-left: 1px solid #CCC;
}

.FAQSearch .clear {
  right: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.FAQSearch.hastext .clear {
  opacity: 1;
}

.FAQList {
  margin-top: 1em;
}

.FAQList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.FAQList ul li {
  margin: 0;
  padding: 0;
}

.FAQList ul li a {
  display: block;
  text-decoration: none;
}

.FAQList ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.FAQList ul li + li {
  border-top: 1px solid #EEE;
}

.FAQList .emptylist {
  text-align: center;
  display: none;
}

.FAQList.noresults .emptylist {
  display: block;
}

.faq-searching .FAQList {
  opacity: 0.4;
}

@keyframes shake {
  0% {
    -webkit-transform: translate(10%, 5%) rotate(0deg);
            transform: translate(10%, 5%) rotate(0deg);
  }
  3% {
    -webkit-transform: translate(-5%, -10%) rotate(-15deg);
            transform: translate(-5%, -10%) rotate(-15deg);
  }
  6% {
    -webkit-transform: translate(-8%, 0%) rotate(15deg);
            transform: translate(-8%, 0%) rotate(15deg);
  }
  9% {
    -webkit-transform: translate(0%, 10%) rotate(0deg);
            transform: translate(0%, 10%) rotate(0deg);
  }
  12% {
    -webkit-transform: translate(5%, -5%) rotate(15deg);
            transform: translate(5%, -5%) rotate(15deg);
  }
  15% {
    -webkit-transform: translate(-5%, 10%) rotate(-15deg);
            transform: translate(-5%, 10%) rotate(-15deg);
  }
  18% {
    -webkit-transform: translate(-8%, 5%) rotate(0deg);
            transform: translate(-8%, 5%) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(10%, 5%) rotate(-15deg);
            transform: translate(10%, 5%) rotate(-15deg);
  }
  24% {
    -webkit-transform: translate(-5%, -5%) rotate(15deg);
            transform: translate(-5%, -5%) rotate(15deg);
  }
  27% {
    -webkit-transform: translate(10%, 10%) rotate(0deg);
            transform: translate(10%, 10%) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

._animation-shake, .topofpage .quickactions a:hover .btn_icon, .topofpage .quickactions a:hover .btn.hasicon > i, .topofpage .quickactions a:hover .hasicon.btn-a > i, .topofpage .quickactions a:hover .hasicon.btn-core > i, .topofpage .quickactions a:hover .hasicon.btn-b > i, .topofpage .quickactions a:hover .hasicon.btn-white > i, .topofpage .quickactions a:hover .hasicon.btn-outline > i, .topofpage .quickactions a:hover .hasicon.btn-outline-red > i, .topofpage .quickactions a:hover .hasicon.btn-outline-green > i, .topofpage .quickactions a:hover .hasicon.btn-outline-grey > i, .topofpage .quickactions a:hover .hasicon.btn-outline-faint > i, .topofpage .quickactions a:hover .hasicon.btn-addable > i, .topofpage .quickactions a:hover .hasicon.btn-red > i, .topofpage .quickactions a:hover .hasicon.btn-orange > i, .topofpage .quickactions a:hover .hasicon.btn-subtle > i, .topofpage .quickactions a:hover .hasicon.btn-subtle-white > i, .topofpage .quickactions a:hover .hasicon.btn-subtle-outline > i, .topofpage .quickactions a:focus .btn_icon, .topofpage .quickactions a:focus .btn.hasicon > i, .topofpage .quickactions a:focus .hasicon.btn-a > i, .topofpage .quickactions a:focus .hasicon.btn-core > i, .topofpage .quickactions a:focus .hasicon.btn-b > i, .topofpage .quickactions a:focus .hasicon.btn-white > i, .topofpage .quickactions a:focus .hasicon.btn-outline > i, .topofpage .quickactions a:focus .hasicon.btn-outline-red > i, .topofpage .quickactions a:focus .hasicon.btn-outline-green > i, .topofpage .quickactions a:focus .hasicon.btn-outline-grey > i, .topofpage .quickactions a:focus .hasicon.btn-outline-faint > i, .topofpage .quickactions a:focus .hasicon.btn-addable > i, .topofpage .quickactions a:focus .hasicon.btn-red > i, .topofpage .quickactions a:focus .hasicon.btn-orange > i, .topofpage .quickactions a:focus .hasicon.btn-subtle > i, .topofpage .quickactions a:focus .hasicon.btn-subtle-white > i, .topofpage .quickactions a:focus .hasicon.btn-subtle-outline > i {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

body {
  background: #f0f3f7;
  overflow-y: scroll;
}

body::after {
  right: 100%;
  content: '';
  position: fixed !important;
  background: url("/img/submitting-grey.svg") no-repeat center center;
  background-size: 30px;
  background-attachment: fixed;
}

.subtle-links a {
  color: inherit;
  opacity: 0.9;
  text-decoration: none;
  border-bottom: 1px dotted rgba(170, 170, 170, 0.9);
}

.subtle-links a:hover {
  color: #2c6799;
}

.pagelimit {
  background: #102436;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  right: 0;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}

.topofpage .quickactions {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

.topofpage .quickactions a:hover .btn_icon, .topofpage .quickactions a:hover .btn.hasicon > i, .topofpage .quickactions a:hover .hasicon.btn-a > i, .topofpage .quickactions a:hover .hasicon.btn-core > i, .topofpage .quickactions a:hover .hasicon.btn-b > i, .topofpage .quickactions a:hover .hasicon.btn-white > i, .topofpage .quickactions a:hover .hasicon.btn-outline > i, .topofpage .quickactions a:hover .hasicon.btn-outline-red > i, .topofpage .quickactions a:hover .hasicon.btn-outline-green > i, .topofpage .quickactions a:hover .hasicon.btn-outline-grey > i, .topofpage .quickactions a:hover .hasicon.btn-outline-faint > i, .topofpage .quickactions a:hover .hasicon.btn-addable > i, .topofpage .quickactions a:hover .hasicon.btn-red > i, .topofpage .quickactions a:hover .hasicon.btn-orange > i, .topofpage .quickactions a:hover .hasicon.btn-subtle > i, .topofpage .quickactions a:hover .hasicon.btn-subtle-white > i, .topofpage .quickactions a:hover .hasicon.btn-subtle-outline > i, .topofpage .quickactions a:focus .btn_icon, .topofpage .quickactions a:focus .btn.hasicon > i, .topofpage .quickactions a:focus .hasicon.btn-a > i, .topofpage .quickactions a:focus .hasicon.btn-core > i, .topofpage .quickactions a:focus .hasicon.btn-b > i, .topofpage .quickactions a:focus .hasicon.btn-white > i, .topofpage .quickactions a:focus .hasicon.btn-outline > i, .topofpage .quickactions a:focus .hasicon.btn-outline-red > i, .topofpage .quickactions a:focus .hasicon.btn-outline-green > i, .topofpage .quickactions a:focus .hasicon.btn-outline-grey > i, .topofpage .quickactions a:focus .hasicon.btn-outline-faint > i, .topofpage .quickactions a:focus .hasicon.btn-addable > i, .topofpage .quickactions a:focus .hasicon.btn-red > i, .topofpage .quickactions a:focus .hasicon.btn-orange > i, .topofpage .quickactions a:focus .hasicon.btn-subtle > i, .topofpage .quickactions a:focus .hasicon.btn-subtle-white > i, .topofpage .quickactions a:focus .hasicon.btn-subtle-outline > i {
  display: inline-block;
}

.topofpage .quickactions a + a,
.topofpage .quickactions a + button {
  margin-left: 0.5em;
}

.topofpage .topnav {
  background: #2c6799;
  padding-top: 12px;
  padding-bottom: 12px;
}

.topofpage .topnav .centered, .topofpage .topnav .strip-imagestrip .inner .text, .strip-imagestrip .inner .topofpage .topnav .text, .topofpage .topnav .strip-pagetitle .inner .text, .strip-pagetitle .inner .topofpage .topnav .text, .topofpage .topnav .strip-bigpagetitle .inner .text, .strip-bigpagetitle .inner .topofpage .topnav .text, .topofpage .topnav .strip-imagetext .imagetext, .strip-imagetext .topofpage .topnav .imagetext, .topofpage .topnav .boxrow .boxrow_boxes, .boxrow .topofpage .topnav .boxrow_boxes, .topofpage .topnav .colrow .colrow_cols, .colrow .topofpage .topnav .colrow_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topofpage .topnav .mainlogo {
  display: block;
  height: 140px;
  text-decoration: none;
  width: 140px;
  background: rgba(72, 142, 202, 0);
  background: #488eca;
  border-radius: 72px;
  position: relative;
  text-align: center;
  margin-left: -20px;
  z-index: 100;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #4e93cf;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.topofpage .topnav .mainlogo img {
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -55px;
}

.topofpage .topnav .mainlogo:hover {
  -webkit-transform: scale(1.05) rotate(-5deg);
          transform: scale(1.05) rotate(-5deg);
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.08);
}

.topofpage .topnav .navholder {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.topofpage .topnav .navholder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topofpage .topnav .navholder ul li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topofpage .topnav .navholder ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 0 1em;
  line-height: 50px;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}

.topofpage .topnav .navholder ul li a:hover {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
}

.topofpage .topnav .navholder ul li.active a {
  color: #FFF;
}

.R_collapse_buttons .resp_collapse {
  display: none;
}

.R_collapse_buttons .topofpage .quickactions a .btn_icon, .R_collapse_buttons .topofpage .quickactions a .btn.hasicon > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-a > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-core > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-b > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-white > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-outline > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-outline-red > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-outline-green > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-outline-grey > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-outline-faint > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-addable > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-red > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-orange > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-subtle > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-subtle-white > i, .R_collapse_buttons .topofpage .quickactions a .hasicon.btn-subtle-outline > i {
  margin-right: 0;
}

.R_collapse_buttons .topofpage .quickactions a + a,
.R_collapse_buttons .topofpage .quickactions a + button {
  margin-left: 0.2em;
}

.R_shrink_logo .topofpage .topnav .mainlogo {
  width: 120px;
  height: 120px;
  line-height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border-radius: 61px;
}

.R_shrink_logo .topofpage .topnav .mainlogo img {
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
}

.navcollapser,
.navexpander {
  display: none;
}

.R_collapse_menu .topofpage .topnav .navholder ul {
  display: block;
  top: 0px;
  padding-top: 50px;
  position: fixed;
  left: 100%;
  width: 80%;
  bottom: 0;
  overflow: auto;
  background: #102436;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.R_collapse_menu .topofpage .topnav .navholder ul li {
  display: block;
}

.R_collapse_menu .topofpage .topnav .navholder ul li a {
  display: block;
}

.R_collapse_menu .topofpage .topnav .navcollapser {
  display: block;
  top: 0px;
  position: fixed;
  width: 80%;
  line-height: 50px;
  text-align: right;
  left: 100%;
}

.R_collapse_menu .topofpage .topnav .navcollapser button {
  background: none;
  border: none;
  line-height: 40px;
  padding-right: 15px;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.R_collapse_menu .topofpage .topnav .navcollapser button:hover {
  color: rgba(255, 255, 255, 0.9);
}

.R_collapse_menu .topofpage .topnav .navexpander {
  display: inline-block;
  margin-right: -10px;
}

.R_collapse_menu.navopen .topofpage .topnav .navholder ul {
  left: 20%;
}

.R_collapse_menu.navopen .topofpage .topnav .navcollapser {
  left: 20%;
}

.R_collapse_menu.navopen .pagelimit {
  right: 80%;
}

.pageloading body::after {
  z-index: 1000;
  background-color: rgba(16, 36, 54, 0.7);
  background-color: rgba(241, 241, 241, 0.1);
}

.firststrip-bigpagetitle .topofpage,
.firststrip-pagetitle .topofpage {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
}

.firststrip-bigpagetitle .topofpage .topnav,
.firststrip-pagetitle .topofpage .topnav {
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 90, 133, 0.5)), to(rgba(39, 90, 133, 0)));
  background: linear-gradient(rgba(39, 90, 133, 0.5), rgba(39, 90, 133, 0));
}

.firststrip-bigpagetitle .topofpage .topnav .mainlogo:hover,
.firststrip-pagetitle .topofpage .topnav .mainlogo:hover {
  background: #488eca;
}

.firststrip-pagetitle .strip-pagetitle:first-child .inner {
  padding-top: 220px;
}

@media (max-width: 600px) {
  .firststrip-pagetitle .strip-pagetitle:first-child .inner {
    padding-top: 180px;
  }
}

.firststrip-bigpagetitle .strip-bigpagetitle:first-child .inner {
  padding-top: 320px;
}

@media (max-width: 600px) {
  .firststrip-bigpagetitle .strip-bigpagetitle:first-child .inner {
    padding-top: 270px;
  }
}

.mainpage {
  background: #f0f3f7;
  position: relative;
}

.footer {
  color: #406585;
}

.footer .centered, .footer .strip-imagestrip .inner .text, .strip-imagestrip .inner .footer .text, .footer .strip-pagetitle .inner .text, .strip-pagetitle .inner .footer .text, .footer .strip-bigpagetitle .inner .text, .strip-bigpagetitle .inner .footer .text, .footer .strip-imagetext .imagetext, .strip-imagetext .footer .imagetext, .footer .boxrow .boxrow_boxes, .boxrow .footer .boxrow_boxes, .footer .colrow .colrow_cols, .colrow .footer .colrow_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .centered .footersection, .footer .strip-imagestrip .inner .text .footersection, .strip-imagestrip .inner .footer .text .footersection, .footer .strip-pagetitle .inner .text .footersection, .strip-pagetitle .inner .footer .text .footersection, .footer .strip-bigpagetitle .inner .text .footersection, .strip-bigpagetitle .inner .footer .text .footersection, .footer .strip-imagetext .imagetext .footersection, .strip-imagetext .footer .imagetext .footersection, .footer .boxrow .boxrow_boxes .footersection, .boxrow .footer .boxrow_boxes .footersection, .footer .colrow .colrow_cols .footersection, .colrow .footer .colrow_cols .footersection {
  display: block;
  margin-right: 50px;
}

.footer .centered .footersection ul, .footer .strip-imagestrip .inner .text .footersection ul, .strip-imagestrip .inner .footer .text .footersection ul, .footer .strip-pagetitle .inner .text .footersection ul, .strip-pagetitle .inner .footer .text .footersection ul, .footer .strip-bigpagetitle .inner .text .footersection ul, .strip-bigpagetitle .inner .footer .text .footersection ul, .footer .strip-imagetext .imagetext .footersection ul, .strip-imagetext .footer .imagetext .footersection ul, .footer .boxrow .boxrow_boxes .footersection ul, .boxrow .footer .boxrow_boxes .footersection ul, .footer .colrow .colrow_cols .footersection ul, .colrow .footer .colrow_cols .footersection ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}

.footer .centered .footersection ul li, .footer .strip-imagestrip .inner .text .footersection ul li, .strip-imagestrip .inner .footer .text .footersection ul li, .footer .strip-pagetitle .inner .text .footersection ul li, .strip-pagetitle .inner .footer .text .footersection ul li, .footer .strip-bigpagetitle .inner .text .footersection ul li, .strip-bigpagetitle .inner .footer .text .footersection ul li, .footer .strip-imagetext .imagetext .footersection ul li, .strip-imagetext .footer .imagetext .footersection ul li, .footer .boxrow .boxrow_boxes .footersection ul li, .boxrow .footer .boxrow_boxes .footersection ul li, .footer .colrow .colrow_cols .footersection ul li, .colrow .footer .colrow_cols .footersection ul li {
  margin: 0;
  padding: 0;
  margin-left: -0.25em;
  font-size: 0.9em;
}

.footer .centered .footersection ul li a, .footer .strip-imagestrip .inner .text .footersection ul li a, .strip-imagestrip .inner .footer .text .footersection ul li a, .footer .strip-pagetitle .inner .text .footersection ul li a, .strip-pagetitle .inner .footer .text .footersection ul li a, .footer .strip-bigpagetitle .inner .text .footersection ul li a, .strip-bigpagetitle .inner .footer .text .footersection ul li a, .footer .strip-imagetext .imagetext .footersection ul li a, .strip-imagetext .footer .imagetext .footersection ul li a, .footer .boxrow .boxrow_boxes .footersection ul li a, .boxrow .footer .boxrow_boxes .footersection ul li a, .footer .colrow .colrow_cols .footersection ul li a, .colrow .footer .colrow_cols .footersection ul li a {
  display: block;
  padding: 0.2em 0.25em;
  text-decoration: none;
  color: #9ebeda;
}

.footer .centered .footersection ul li a:hover, .footer .strip-imagestrip .inner .text .footersection ul li a:hover, .strip-imagestrip .inner .footer .text .footersection ul li a:hover, .footer .strip-pagetitle .inner .text .footersection ul li a:hover, .strip-pagetitle .inner .footer .text .footersection ul li a:hover, .footer .strip-bigpagetitle .inner .text .footersection ul li a:hover, .strip-bigpagetitle .inner .footer .text .footersection ul li a:hover, .footer .strip-imagetext .imagetext .footersection ul li a:hover, .strip-imagetext .footer .imagetext .footersection ul li a:hover, .footer .boxrow .boxrow_boxes .footersection ul li a:hover, .boxrow .footer .boxrow_boxes .footersection ul li a:hover, .footer .colrow .colrow_cols .footersection ul li a:hover, .colrow .footer .colrow_cols .footersection ul li a:hover {
  color: #FFF;
}

.footer .centered .footersection h1, .footer .strip-imagestrip .inner .text .footersection h1, .strip-imagestrip .inner .footer .text .footersection h1, .footer .strip-pagetitle .inner .text .footersection h1, .strip-pagetitle .inner .footer .text .footersection h1, .footer .strip-bigpagetitle .inner .text .footersection h1, .strip-bigpagetitle .inner .footer .text .footersection h1, .footer .strip-imagetext .imagetext .footersection h1, .strip-imagetext .footer .imagetext .footersection h1, .footer .boxrow .boxrow_boxes .footersection h1, .boxrow .footer .boxrow_boxes .footersection h1, .footer .colrow .colrow_cols .footersection h1, .colrow .footer .colrow_cols .footersection h1, .footer .centered .footersection .inverttext .reverttext .h1, .inverttext .reverttext .footer .centered .footersection .h1, .inverttext .reverttext .footer .strip-imagestrip .inner .text .footersection .h1, .inverttext .reverttext .strip-imagestrip .inner .footer .text .footersection .h1, .inverttext .reverttext .footer .strip-pagetitle .inner .text .footersection .h1, .inverttext .reverttext .strip-pagetitle .inner .footer .text .footersection .h1, .inverttext .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1, .inverttext .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1, .footer .strip-imagetext .imagetext .footersection .inverttext .reverttext .h1, .inverttext .reverttext .footer .strip-imagetext .imagetext .footersection .h1, .strip-imagetext .footer .imagetext .footersection .inverttext .reverttext .h1, .inverttext .reverttext .strip-imagetext .footer .imagetext .footersection .h1, .footer .boxrow .boxrow_boxes .footersection .inverttext .reverttext .h1, .inverttext .reverttext .footer .boxrow .boxrow_boxes .footersection .h1, .boxrow .footer .boxrow_boxes .footersection .inverttext .reverttext .h1, .inverttext .reverttext .boxrow .footer .boxrow_boxes .footersection .h1, .footer .colrow .colrow_cols .footersection .inverttext .reverttext .h1, .inverttext .reverttext .footer .colrow .colrow_cols .footersection .h1, .colrow .footer .colrow_cols .footersection .inverttext .reverttext .h1, .inverttext .reverttext .colrow .footer .colrow_cols .footersection .h1, .footer .centered .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .footer .centered .footersection .h1, .pagestrip.dark .reverttext .footer .strip-imagestrip .inner .text .footersection .h1, .pagestrip.dark .reverttext .strip-imagestrip .inner .footer .text .footersection .h1, .pagestrip.dark .reverttext .footer .strip-pagetitle .inner .text .footersection .h1, .pagestrip.dark .reverttext .strip-pagetitle .inner .footer .text .footersection .h1, .pagestrip.dark .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1, .pagestrip.dark .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1, .footer .strip-imagetext .imagetext .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .footer .strip-imagetext .imagetext .footersection .h1, .strip-imagetext .footer .imagetext .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .strip-imagetext .footer .imagetext .footersection .h1, .footer .boxrow .boxrow_boxes .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .footer .boxrow .boxrow_boxes .footersection .h1, .boxrow .footer .boxrow_boxes .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .boxrow .footer .boxrow_boxes .footersection .h1, .footer .colrow .colrow_cols .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .footer .colrow .colrow_cols .footersection .h1, .colrow .footer .colrow_cols .footersection .pagestrip.dark .reverttext .h1, .pagestrip.dark .reverttext .colrow .footer .colrow_cols .footersection .h1, .footer .centered .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .footer .centered .footersection .h1, .footer .strip-imagestrip .inner .text .footersection .reverttext .h1, .footer .strip-imagestrip .inner .reverttext .text .footersection .h1, .strip-imagestrip .inner .footer .text .footersection .reverttext .h1, .strip-imagestrip .inner .reverttext .footer .text .footersection .h1, .footer .strip-imagetext .imagetext .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1, .strip-imagetext .footer .imagetext .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1, .footer .boxrow .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1, .boxrow .footer .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1, .footer .colrow .colrow_cols .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .footer .colrow .colrow_cols .footersection .h1, .colrow .footer .colrow_cols .footersection .strip-imagestrip .inner .reverttext .h1, .strip-imagestrip .inner .reverttext .colrow .footer .colrow_cols .footersection .h1, .footer .centered .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .footer .centered .footersection .h1, .strip-hero .hero_background .reverttext .footer .strip-imagestrip .inner .text .footersection .h1, .strip-hero .hero_background .reverttext .strip-imagestrip .inner .footer .text .footersection .h1, .strip-hero .hero_background .reverttext .footer .strip-pagetitle .inner .text .footersection .h1, .strip-hero .hero_background .reverttext .strip-pagetitle .inner .footer .text .footersection .h1, .strip-hero .hero_background .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1, .strip-hero .hero_background .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1, .footer .strip-imagetext .imagetext .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .footer .strip-imagetext .imagetext .footersection .h1, .strip-imagetext .footer .imagetext .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .strip-imagetext .footer .imagetext .footersection .h1, .footer .boxrow .boxrow_boxes .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .footer .boxrow .boxrow_boxes .footersection .h1, .boxrow .footer .boxrow_boxes .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .boxrow .footer .boxrow_boxes .footersection .h1, .footer .colrow .colrow_cols .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .footer .colrow .colrow_cols .footersection .h1, .colrow .footer .colrow_cols .footersection .strip-hero .hero_background .reverttext .h1, .strip-hero .hero_background .reverttext .colrow .footer .colrow_cols .footersection .h1, .footer .centered .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .footer .centered .footersection .h1, .footer .strip-pagetitle .inner .text .footersection .reverttext .h1, .footer .strip-pagetitle .inner .reverttext .text .footersection .h1, .strip-pagetitle .inner .footer .text .footersection .reverttext .h1, .strip-pagetitle .inner .reverttext .footer .text .footersection .h1, .footer .strip-imagetext .imagetext .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1, .strip-imagetext .footer .imagetext .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1, .footer .boxrow .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1, .boxrow .footer .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1, .footer .colrow .colrow_cols .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .footer .colrow .colrow_cols .footersection .h1, .colrow .footer .colrow_cols .footersection .strip-pagetitle .inner .reverttext .h1, .strip-pagetitle .inner .reverttext .colrow .footer .colrow_cols .footersection .h1, .footer .centered .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .footer .centered .footersection .h1, .footer .strip-bigpagetitle .inner .text .footersection .reverttext .h1, .footer .strip-bigpagetitle .inner .reverttext .text .footersection .h1, .strip-bigpagetitle .inner .footer .text .footersection .reverttext .h1, .strip-bigpagetitle .inner .reverttext .footer .text .footersection .h1, .footer .strip-imagetext .imagetext .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1, .strip-imagetext .footer .imagetext .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1, .footer .boxrow .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1, .boxrow .footer .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1, .footer .colrow .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .footer .colrow .colrow_cols .footersection .h1, .colrow .footer .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext .h1, .strip-bigpagetitle .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 {
  font-size: 1em;
  font-weight: normal;
  color: inherit;
  opacity: 1;
  color: #5180a8;
}

.footer .centered .footersection h1 i, .footer .strip-imagestrip .inner .text .footersection h1 i, .strip-imagestrip .inner .footer .text .footersection h1 i, .footer .strip-pagetitle .inner .text .footersection h1 i, .strip-pagetitle .inner .footer .text .footersection h1 i, .footer .strip-bigpagetitle .inner .text .footersection h1 i, .strip-bigpagetitle .inner .footer .text .footersection h1 i, .footer .strip-imagetext .imagetext .footersection h1 i, .strip-imagetext .footer .imagetext .footersection h1 i, .footer .boxrow .boxrow_boxes .footersection h1 i, .boxrow .footer .boxrow_boxes .footersection h1 i, .footer .colrow .colrow_cols .footersection h1 i, .colrow .footer .colrow_cols .footersection h1 i, .footer .centered .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .footer .centered .footersection .h1 i, .inverttext .reverttext .footer .strip-imagestrip .inner .text .footersection .h1 i, .inverttext .reverttext .strip-imagestrip .inner .footer .text .footersection .h1 i, .inverttext .reverttext .footer .strip-pagetitle .inner .text .footersection .h1 i, .inverttext .reverttext .strip-pagetitle .inner .footer .text .footersection .h1 i, .inverttext .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1 i, .inverttext .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1 i, .footer .strip-imagetext .imagetext .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .footer .strip-imagetext .imagetext .footersection .h1 i, .strip-imagetext .footer .imagetext .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .strip-imagetext .footer .imagetext .footersection .h1 i, .footer .boxrow .boxrow_boxes .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 i, .boxrow .footer .boxrow_boxes .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 i, .footer .colrow .colrow_cols .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .footer .colrow .colrow_cols .footersection .h1 i, .colrow .footer .colrow_cols .footersection .inverttext .reverttext .h1 i, .inverttext .reverttext .colrow .footer .colrow_cols .footersection .h1 i, .footer .centered .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .footer .centered .footersection .h1 i, .pagestrip.dark .reverttext .footer .strip-imagestrip .inner .text .footersection .h1 i, .pagestrip.dark .reverttext .strip-imagestrip .inner .footer .text .footersection .h1 i, .pagestrip.dark .reverttext .footer .strip-pagetitle .inner .text .footersection .h1 i, .pagestrip.dark .reverttext .strip-pagetitle .inner .footer .text .footersection .h1 i, .pagestrip.dark .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1 i, .pagestrip.dark .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1 i, .footer .strip-imagetext .imagetext .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .footer .strip-imagetext .imagetext .footersection .h1 i, .strip-imagetext .footer .imagetext .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .strip-imagetext .footer .imagetext .footersection .h1 i, .footer .boxrow .boxrow_boxes .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 i, .boxrow .footer .boxrow_boxes .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 i, .footer .colrow .colrow_cols .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .footer .colrow .colrow_cols .footersection .h1 i, .colrow .footer .colrow_cols .footersection .pagestrip.dark .reverttext .h1 i, .pagestrip.dark .reverttext .colrow .footer .colrow_cols .footersection .h1 i, .footer .centered .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .footer .centered .footersection .h1 i, .footer .strip-imagestrip .inner .text .footersection .reverttext .h1 i, .footer .strip-imagestrip .inner .reverttext .text .footersection .h1 i, .strip-imagestrip .inner .footer .text .footersection .reverttext .h1 i, .strip-imagestrip .inner .reverttext .footer .text .footersection .h1 i, .footer .strip-imagetext .imagetext .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1 i, .strip-imagetext .footer .imagetext .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1 i, .footer .boxrow .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 i, .boxrow .footer .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 i, .footer .colrow .colrow_cols .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .footer .colrow .colrow_cols .footersection .h1 i, .colrow .footer .colrow_cols .footersection .strip-imagestrip .inner .reverttext .h1 i, .strip-imagestrip .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 i, .footer .centered .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .footer .centered .footersection .h1 i, .strip-hero .hero_background .reverttext .footer .strip-imagestrip .inner .text .footersection .h1 i, .strip-hero .hero_background .reverttext .strip-imagestrip .inner .footer .text .footersection .h1 i, .strip-hero .hero_background .reverttext .footer .strip-pagetitle .inner .text .footersection .h1 i, .strip-hero .hero_background .reverttext .strip-pagetitle .inner .footer .text .footersection .h1 i, .strip-hero .hero_background .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1 i, .strip-hero .hero_background .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1 i, .footer .strip-imagetext .imagetext .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .footer .strip-imagetext .imagetext .footersection .h1 i, .strip-imagetext .footer .imagetext .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .strip-imagetext .footer .imagetext .footersection .h1 i, .footer .boxrow .boxrow_boxes .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 i, .boxrow .footer .boxrow_boxes .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 i, .footer .colrow .colrow_cols .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .footer .colrow .colrow_cols .footersection .h1 i, .colrow .footer .colrow_cols .footersection .strip-hero .hero_background .reverttext .h1 i, .strip-hero .hero_background .reverttext .colrow .footer .colrow_cols .footersection .h1 i, .footer .centered .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .footer .centered .footersection .h1 i, .footer .strip-pagetitle .inner .text .footersection .reverttext .h1 i, .footer .strip-pagetitle .inner .reverttext .text .footersection .h1 i, .strip-pagetitle .inner .footer .text .footersection .reverttext .h1 i, .strip-pagetitle .inner .reverttext .footer .text .footersection .h1 i, .footer .strip-imagetext .imagetext .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1 i, .strip-imagetext .footer .imagetext .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1 i, .footer .boxrow .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 i, .boxrow .footer .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 i, .footer .colrow .colrow_cols .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .footer .colrow .colrow_cols .footersection .h1 i, .colrow .footer .colrow_cols .footersection .strip-pagetitle .inner .reverttext .h1 i, .strip-pagetitle .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 i, .footer .centered .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .footer .centered .footersection .h1 i, .footer .strip-bigpagetitle .inner .text .footersection .reverttext .h1 i, .footer .strip-bigpagetitle .inner .reverttext .text .footersection .h1 i, .strip-bigpagetitle .inner .footer .text .footersection .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .footer .text .footersection .h1 i, .footer .strip-imagetext .imagetext .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1 i, .strip-imagetext .footer .imagetext .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1 i, .footer .boxrow .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 i, .boxrow .footer .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 i, .footer .colrow .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .footer .colrow .colrow_cols .footersection .h1 i, .colrow .footer .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext .h1 i, .strip-bigpagetitle .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 i {
  margin-right: 0.5em;
}

.footer .centered .footersection h1 + *, .footer .strip-imagestrip .inner .text .footersection h1 + *, .strip-imagestrip .inner .footer .text .footersection h1 + *, .footer .strip-pagetitle .inner .text .footersection h1 + *, .strip-pagetitle .inner .footer .text .footersection h1 + *, .footer .strip-bigpagetitle .inner .text .footersection h1 + *, .strip-bigpagetitle .inner .footer .text .footersection h1 + *, .footer .strip-imagetext .imagetext .footersection h1 + *, .strip-imagetext .footer .imagetext .footersection h1 + *, .footer .boxrow .boxrow_boxes .footersection h1 + *, .boxrow .footer .boxrow_boxes .footersection h1 + *, .footer .colrow .colrow_cols .footersection h1 + *, .colrow .footer .colrow_cols .footersection h1 + *, .footer .centered .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .footer .centered .footersection .h1 + *, .inverttext .reverttext .footer .strip-imagestrip .inner .text .footersection .h1 + *, .inverttext .reverttext .strip-imagestrip .inner .footer .text .footersection .h1 + *, .inverttext .reverttext .footer .strip-pagetitle .inner .text .footersection .h1 + *, .inverttext .reverttext .strip-pagetitle .inner .footer .text .footersection .h1 + *, .inverttext .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1 + *, .inverttext .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1 + *, .footer .strip-imagetext .imagetext .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .footer .strip-imagetext .imagetext .footersection .h1 + *, .strip-imagetext .footer .imagetext .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .strip-imagetext .footer .imagetext .footersection .h1 + *, .footer .boxrow .boxrow_boxes .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 + *, .boxrow .footer .boxrow_boxes .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 + *, .footer .colrow .colrow_cols .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .footer .colrow .colrow_cols .footersection .h1 + *, .colrow .footer .colrow_cols .footersection .inverttext .reverttext .h1 + *, .inverttext .reverttext .colrow .footer .colrow_cols .footersection .h1 + *, .footer .centered .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .footer .centered .footersection .h1 + *, .pagestrip.dark .reverttext .footer .strip-imagestrip .inner .text .footersection .h1 + *, .pagestrip.dark .reverttext .strip-imagestrip .inner .footer .text .footersection .h1 + *, .pagestrip.dark .reverttext .footer .strip-pagetitle .inner .text .footersection .h1 + *, .pagestrip.dark .reverttext .strip-pagetitle .inner .footer .text .footersection .h1 + *, .pagestrip.dark .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1 + *, .pagestrip.dark .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1 + *, .footer .strip-imagetext .imagetext .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .footer .strip-imagetext .imagetext .footersection .h1 + *, .strip-imagetext .footer .imagetext .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .strip-imagetext .footer .imagetext .footersection .h1 + *, .footer .boxrow .boxrow_boxes .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 + *, .boxrow .footer .boxrow_boxes .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 + *, .footer .colrow .colrow_cols .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .footer .colrow .colrow_cols .footersection .h1 + *, .colrow .footer .colrow_cols .footersection .pagestrip.dark .reverttext .h1 + *, .pagestrip.dark .reverttext .colrow .footer .colrow_cols .footersection .h1 + *, .footer .centered .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .footer .centered .footersection .h1 + *, .footer .strip-imagestrip .inner .text .footersection .reverttext .h1 + *, .footer .strip-imagestrip .inner .reverttext .text .footersection .h1 + *, .strip-imagestrip .inner .footer .text .footersection .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .footer .text .footersection .h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 + *, .footer .colrow .colrow_cols .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .footer .colrow .colrow_cols .footersection .h1 + *, .colrow .footer .colrow_cols .footersection .strip-imagestrip .inner .reverttext .h1 + *, .strip-imagestrip .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 + *, .footer .centered .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .footer .centered .footersection .h1 + *, .strip-hero .hero_background .reverttext .footer .strip-imagestrip .inner .text .footersection .h1 + *, .strip-hero .hero_background .reverttext .strip-imagestrip .inner .footer .text .footersection .h1 + *, .strip-hero .hero_background .reverttext .footer .strip-pagetitle .inner .text .footersection .h1 + *, .strip-hero .hero_background .reverttext .strip-pagetitle .inner .footer .text .footersection .h1 + *, .strip-hero .hero_background .reverttext .footer .strip-bigpagetitle .inner .text .footersection .h1 + *, .strip-hero .hero_background .reverttext .strip-bigpagetitle .inner .footer .text .footersection .h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .footer .strip-imagetext .imagetext .footersection .h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .strip-imagetext .footer .imagetext .footersection .h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 + *, .footer .colrow .colrow_cols .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .footer .colrow .colrow_cols .footersection .h1 + *, .colrow .footer .colrow_cols .footersection .strip-hero .hero_background .reverttext .h1 + *, .strip-hero .hero_background .reverttext .colrow .footer .colrow_cols .footersection .h1 + *, .footer .centered .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .footer .centered .footersection .h1 + *, .footer .strip-pagetitle .inner .text .footersection .reverttext .h1 + *, .footer .strip-pagetitle .inner .reverttext .text .footersection .h1 + *, .strip-pagetitle .inner .footer .text .footersection .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .footer .text .footersection .h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 + *, .footer .colrow .colrow_cols .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .footer .colrow .colrow_cols .footersection .h1 + *, .colrow .footer .colrow_cols .footersection .strip-pagetitle .inner .reverttext .h1 + *, .strip-pagetitle .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 + *, .footer .centered .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .footer .centered .footersection .h1 + *, .footer .strip-bigpagetitle .inner .text .footersection .reverttext .h1 + *, .footer .strip-bigpagetitle .inner .reverttext .text .footersection .h1 + *, .strip-bigpagetitle .inner .footer .text .footersection .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .footer .text .footersection .h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .footer .strip-imagetext .imagetext .footersection .h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .strip-imagetext .footer .imagetext .footersection .h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .footer .boxrow .boxrow_boxes .footersection .h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .boxrow .footer .boxrow_boxes .footersection .h1 + *, .footer .colrow .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .footer .colrow .colrow_cols .footersection .h1 + *, .colrow .footer .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext .h1 + *, .strip-bigpagetitle .inner .reverttext .colrow .footer .colrow_cols .footersection .h1 + *, .footer .centered .footersection .inverttext .reverttext h1 + *, .footer .strip-imagetext .imagetext .footersection .inverttext .reverttext h1 + *, .strip-imagetext .footer .imagetext .footersection .inverttext .reverttext h1 + *, .footer .boxrow .boxrow_boxes .footersection .inverttext .reverttext h1 + *, .boxrow .footer .boxrow_boxes .footersection .inverttext .reverttext h1 + *, .footer .colrow .colrow_cols .footersection .inverttext .reverttext h1 + *, .colrow .footer .colrow_cols .footersection .inverttext .reverttext h1 + *, .footer .centered .footersection .pagestrip.dark .reverttext h1 + *, .footer .strip-imagetext .imagetext .footersection .pagestrip.dark .reverttext h1 + *, .strip-imagetext .footer .imagetext .footersection .pagestrip.dark .reverttext h1 + *, .footer .boxrow .boxrow_boxes .footersection .pagestrip.dark .reverttext h1 + *, .boxrow .footer .boxrow_boxes .footersection .pagestrip.dark .reverttext h1 + *, .footer .colrow .colrow_cols .footersection .pagestrip.dark .reverttext h1 + *, .colrow .footer .colrow_cols .footersection .pagestrip.dark .reverttext h1 + *, .footer .centered .footersection .strip-imagestrip .inner .reverttext h1 + *, .footer .strip-imagestrip .inner .text .footersection .reverttext h1 + *, .strip-imagestrip .inner .footer .text .footersection .reverttext h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-imagestrip .inner .reverttext h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-imagestrip .inner .reverttext h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-imagestrip .inner .reverttext h1 + *, .footer .colrow .colrow_cols .footersection .strip-imagestrip .inner .reverttext h1 + *, .colrow .footer .colrow_cols .footersection .strip-imagestrip .inner .reverttext h1 + *, .footer .centered .footersection .strip-hero .hero_background .reverttext h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-hero .hero_background .reverttext h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-hero .hero_background .reverttext h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-hero .hero_background .reverttext h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-hero .hero_background .reverttext h1 + *, .footer .colrow .colrow_cols .footersection .strip-hero .hero_background .reverttext h1 + *, .colrow .footer .colrow_cols .footersection .strip-hero .hero_background .reverttext h1 + *, .footer .centered .footersection .strip-pagetitle .inner .reverttext h1 + *, .footer .strip-pagetitle .inner .text .footersection .reverttext h1 + *, .strip-pagetitle .inner .footer .text .footersection .reverttext h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-pagetitle .inner .reverttext h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-pagetitle .inner .reverttext h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-pagetitle .inner .reverttext h1 + *, .footer .colrow .colrow_cols .footersection .strip-pagetitle .inner .reverttext h1 + *, .colrow .footer .colrow_cols .footersection .strip-pagetitle .inner .reverttext h1 + *, .footer .centered .footersection .strip-bigpagetitle .inner .reverttext h1 + *, .footer .strip-bigpagetitle .inner .text .footersection .reverttext h1 + *, .strip-bigpagetitle .inner .footer .text .footersection .reverttext h1 + *, .footer .strip-imagetext .imagetext .footersection .strip-bigpagetitle .inner .reverttext h1 + *, .strip-imagetext .footer .imagetext .footersection .strip-bigpagetitle .inner .reverttext h1 + *, .footer .boxrow .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext h1 + *, .boxrow .footer .boxrow_boxes .footersection .strip-bigpagetitle .inner .reverttext h1 + *, .footer .colrow .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext h1 + *, .colrow .footer .colrow_cols .footersection .strip-bigpagetitle .inner .reverttext h1 + * {
  margin-top: 0.7em;
}

.footer .centered .footersection .opening_hours, .footer .strip-imagestrip .inner .text .footersection .opening_hours, .strip-imagestrip .inner .footer .text .footersection .opening_hours, .footer .strip-pagetitle .inner .text .footersection .opening_hours, .strip-pagetitle .inner .footer .text .footersection .opening_hours, .footer .strip-bigpagetitle .inner .text .footersection .opening_hours, .strip-bigpagetitle .inner .footer .text .footersection .opening_hours, .footer .strip-imagetext .imagetext .footersection .opening_hours, .strip-imagetext .footer .imagetext .footersection .opening_hours, .footer .boxrow .boxrow_boxes .footersection .opening_hours, .boxrow .footer .boxrow_boxes .footersection .opening_hours, .footer .colrow .colrow_cols .footersection .opening_hours, .colrow .footer .colrow_cols .footersection .opening_hours {
  margin-top: 2em;
}

.footer .centered .footersection p.address, .footer .strip-imagestrip .inner .text .footersection p.address, .strip-imagestrip .inner .footer .text .footersection p.address, .footer .strip-pagetitle .inner .text .footersection p.address, .strip-pagetitle .inner .footer .text .footersection p.address, .footer .strip-bigpagetitle .inner .text .footersection p.address, .strip-bigpagetitle .inner .footer .text .footersection p.address, .footer .strip-imagetext .imagetext .footersection p.address, .strip-imagetext .footer .imagetext .footersection p.address, .footer .boxrow .boxrow_boxes .footersection p.address, .boxrow .footer .boxrow_boxes .footersection p.address, .footer .colrow .colrow_cols .footersection p.address, .colrow .footer .colrow_cols .footersection p.address {
  font-size: 0.9em;
  white-space: pre-line;
}

.footer .centered .footersection p.address + p, .footer .strip-imagestrip .inner .text .footersection p.address + p, .strip-imagestrip .inner .footer .text .footersection p.address + p, .footer .strip-pagetitle .inner .text .footersection p.address + p, .strip-pagetitle .inner .footer .text .footersection p.address + p, .footer .strip-bigpagetitle .inner .text .footersection p.address + p, .strip-bigpagetitle .inner .footer .text .footersection p.address + p, .footer .strip-imagetext .imagetext .footersection p.address + p, .strip-imagetext .footer .imagetext .footersection p.address + p, .footer .boxrow .boxrow_boxes .footersection p.address + p, .boxrow .footer .boxrow_boxes .footersection p.address + p, .footer .colrow .colrow_cols .footersection p.address + p, .colrow .footer .colrow_cols .footersection p.address + p {
  margin-top: 0.3em;
}

.footer .centered .footerend, .footer .strip-imagestrip .inner .text .footerend, .strip-imagestrip .inner .footer .text .footerend, .footer .strip-pagetitle .inner .text .footerend, .strip-pagetitle .inner .footer .text .footerend, .footer .strip-bigpagetitle .inner .text .footerend, .strip-bigpagetitle .inner .footer .text .footerend, .footer .strip-imagetext .imagetext .footerend, .strip-imagetext .footer .imagetext .footerend, .footer .boxrow .boxrow_boxes .footerend, .boxrow .footer .boxrow_boxes .footerend, .footer .colrow .colrow_cols .footerend, .colrow .footer .colrow_cols .footerend {
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .sig {
  font-size: 0.9em;
  margin-top: 1em;
  color: #385874;
  opacity: 0.4;
  display: block;
  margin-bottom: -1em;
}

.footer .sig:hover {
  opacity: 1;
}

.footer .sig a {
  vertical-align: middle;
  display: inline-block;
  opacity: 0.8;
}

.footer .sig a:hover {
  opacity: 1;
}

.footer .sig img {
  height: 2.5em;
}

@media (max-width: 750px) {
  .footer .centered, .footer .strip-imagestrip .inner .text, .strip-imagestrip .inner .footer .text, .footer .strip-pagetitle .inner .text, .strip-pagetitle .inner .footer .text, .footer .strip-bigpagetitle .inner .text, .strip-bigpagetitle .inner .footer .text, .footer .strip-imagetext .imagetext, .strip-imagetext .footer .imagetext, .footer .boxrow .boxrow_boxes, .boxrow .footer .boxrow_boxes, .footer .colrow .colrow_cols, .colrow .footer .colrow_cols {
    display: block;
  }
  .footer .centered nav, .footer .strip-imagestrip .inner .text nav, .strip-imagestrip .inner .footer .text nav, .footer .strip-pagetitle .inner .text nav, .strip-pagetitle .inner .footer .text nav, .footer .strip-bigpagetitle .inner .text nav, .strip-bigpagetitle .inner .footer .text nav, .footer .strip-imagetext .imagetext nav, .strip-imagetext .footer .imagetext nav, .footer .boxrow .boxrow_boxes nav, .boxrow .footer .boxrow_boxes nav, .footer .colrow .colrow_cols nav, .colrow .footer .colrow_cols nav {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.noanim, .noanim * {
  -webkit-transition: none !important;
  transition: none !important;
}
