﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

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

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

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

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

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

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

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

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

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

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

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

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

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

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

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

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

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

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

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

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

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

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

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

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

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

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

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

.fa-thumb-tack:before {
  content: "\f08d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

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

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

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

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

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

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

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

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

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

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

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

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

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

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

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

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

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

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

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

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

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

.fa-vk:before {
  content: "\f189";
}

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

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

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

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

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

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

.fa-wheelchair:before {
  content: "\f193";
}

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

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

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

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

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

.fa-wordpress:before {
  content: "\f19a";
}

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

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

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

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

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

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

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

.fa-vine:before {
  content: "\f1ca";
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

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

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

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

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

.fa-header:before {
  content: "\f1dc";
}

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

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

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

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

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

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

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-diamond:before {
  content: "\f219";
}

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

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

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

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

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

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

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

.fa-venus-double:before {
  content: "\f226";
}

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

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

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

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

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

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

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

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

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

.fa-whatsapp:before {
  content: "\f232";
}

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

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

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

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

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

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wikipedia-w:before {
  content: "\f266";
}

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

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

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

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

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

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

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

.fa-vimeo:before {
  content: "\f27d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

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

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

.fa-wheelchair-alt:before {
  content: "\f29b";
}

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

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

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

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

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-viadeo:before {
  content: "\f2a9";
}

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

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

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

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

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

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

.fa-yoast:before {
  content: "\f2b1";
}

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

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

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

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

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

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

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

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

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

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

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

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

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

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

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

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

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

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

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

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

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

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

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

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

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

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

.fa-eercast:before {
  content: "\f2da";
}

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

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

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

.fa-wpexplorer:before {
  content: "\f2de";
}

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

@font-face {
  font-family: "fscj";
  src: url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fscj-icon-font/fscj.woff2?lulgp3") format("woff2"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fscj-icon-font/fscj.ttf?lulgp3") format("truetype"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fscj-icon-font/fscj.woff?lulgp3") format("woff"), url("/Sitefinity/WebsiteTemplates/FSCJ/App_Themes/FSCJ/Fonts/fscj-icon-font/fscj.svg?lulgp3#fscj") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fscj" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-multiple-locations:before {
  content: "\e900";
}

.icon-google-plus2:before {
  content: "\e901";
}

.icon-google-plus3:before {
  content: "\e902";
}

.icon-blogger:before {
  content: "\e903";
}

.icon-blogger2:before {
  content: "\e904";
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
}
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -moz-transform: translatey(20px);
    -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
  }
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -moz-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    -o-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -moz-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    -o-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -moz-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    -o-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
}
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -moz-transform: translatex(20px);
    -ms-transform: translatex(20px);
    -o-transform: translatex(20px);
    transform: translatex(20px);
  }
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -moz-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    -o-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    -o-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -moz-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    -o-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-ms-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #6f6f6f;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #007698;
  text-decoration: none;
}
a:hover, a:focus {
  color: #003b4c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 12px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 36px;
  margin-bottom: 36px;
  border: 0;
  border-top: 1px solid #d3d3d3;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bebebe;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 36px;
  margin-bottom: 18px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 18px;
  margin-bottom: 18px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 18px;
}

.lead {
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #bebebe;
}

.text-primary {
  color: #007698;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #004e65;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #007698;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004e65;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 17px;
  margin: 72px 0 36px;
  border-bottom: 1px solid #d3d3d3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 18px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 36px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bebebe;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 18px 36px;
  margin: 0 0 36px;
  font-size: 20px;
  border-left: 5px solid #d3d3d3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #bebebe;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d3d3d3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 36px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 8px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 17.5px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #6f6f6f;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bebebe;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 36px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 27px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
  font-size: 24px;
  line-height: inherit;
  color: #6f6f6f;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
}

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #d3d3d3;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 41px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 36px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 52px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 50px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 12px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 12px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 56px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 41px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #afafaf;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 43px;
}
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 18px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #007698;
  border-color: #00627f;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #004e65;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004e65;
  border-color: #003341;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #004e65;
  border-color: #003341;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #003341;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #007698;
  border-color: #00627f;
}
.btn-primary .badge {
  color: #007698;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #007698;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #003b4c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #bebebe;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 12px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 17px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #007698;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #004154;
  background-color: #f0f0f0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007698;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bebebe;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #bebebe;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #949494;
  text-align: center;
  background-color: #d3d3d3;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 12px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #d3d3d3;
}
.nav > li.disabled > a {
  color: #bebebe;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #bebebe;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #d3d3d3;
  border-color: #007698;
}
.nav .nav-divider {
  height: 1px;
  margin: 17px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d3d3d3 #d3d3d3 #f0f0f0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #40b679;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 8px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #007698;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 8px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 36px 0;
  border-radius: 8px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
  background-color: #007698;
  border: 1px solid #005c76;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #f0f0f0;
  background-color: #005c76;
  border-color: #004154;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #007698;
  background-color: #fff;
  border-color: #005c76;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d3d3d3;
  background-color: #007698;
  border-color: #005c76;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bebebe;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #007698;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 36px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #6f6f6f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #007698;
}

.alert {
  padding: 15px;
  margin-bottom: 36px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #e8e8e8;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #d3d3d3;
  color: #bebebe;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #bebebe;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #007698;
  border-color: #007698;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #65ddff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 36px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 7px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 7px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 7px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 7px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 36px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #6f6f6f;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #6f6f6f;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #007698;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #007698;
  border-color: #007698;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007698;
}
.panel-primary > .panel-heading .badge {
  color: #007698;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007698;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.affix {
  position: fixed;
}

.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row;
  }

  th.visible-md,
td.visible-md {
    display: table-cell;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none;
  }
}
.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row;
  }

  th.visible-print,
td.visible-print {
    display: table-cell;
  }
}
.visible-print-block {
  display: none;
}
@media print {
  .visible-print-block {
    display: block;
  }
}

.visible-print-inline {
  display: none;
}
@media print {
  .visible-print-inline {
    display: inline;
  }
}

.visible-print-inline-block {
  display: none;
}
@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}
.alert-emergency {
  background-color: #c41919;
  border-color: #c41919;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.alert-emergency hr {
  border-top-color: #ad1616;
}
.alert-emergency .alert-link {
  color: #e6e6e6;
}
.alert-emergency:before, .alert-emergency:after {
  content: " ";
  display: table;
}
.alert-emergency:after {
  clear: both;
}
.alert-emergency .alert-inner {
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .alert-emergency .alert-inner {
    padding: 36px 18px;
  }
}
@media screen and (min-width: 768px) {
  .alert-emergency .alert-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.alert-emergency .alert-heading {
  font-size: 20px;
  color: #f3c520;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.alert-emergency .alert-heading:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  margin: 4px 8px 0 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .alert-emergency .alert-heading:before {
    margin: 4px 20px 0 0;
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .alert-emergency .alert-heading {
    font-size: 24px;
    margin: 0 0 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 200px;
  }
}
.ie-10 .alert-emergency .alert-heading, .alert-emergency .alert-heading .no-flexbox {
  display: block;
  width: 25%;
  max-width: 275px;
}
@media screen and (min-width: 768px) {
  .alert-emergency .alert-title {
    margin: 0 36px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    border-left: 1px solid #fff;
    padding: 0 0 0 36px;
  }
}
.ie-10 .alert-emergency .alert-title, .alert-emergency .alert-title .no-flexbox {
  display: block;
  width: 50%;
}
.alert-emergency .alert-link {
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  width: 100%;
}
.alert-emergency .alert-link:hover {
  color: #f3c520;
}
.alert-emergency .alert-time {
  color: #6a0d0d;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 80%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .alert-emergency .alert-btn {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    text-align: right;
  }
}
.ie-10 .alert-emergency .alert-btn, .alert-emergency .alert-btn .no-flexbox {
  display: block;
  width: 25%;
}

.alert-inner {
  max-width: 1800px;
  margin: 0 auto;
}
.alert-inner:empty {
  display: none;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
  width: 100%;
  margin: 0 auto 3em;
  text-align: left;
  border: 1px #DDD solid;
}

#accordion_staff ul.general-directory.horz {
  margin-bottom: 0;
}

/* accordion header */
.accordion h3.titles {
  color: #000;
  font-family: "Gibson-Light", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0;
  cursor: pointer;
  text-align: left;
  clear: both;
  line-height: 1.3em;
  padding: 10px;
  border-top: #DDD 1px solid;
}

.accordion h3.titles em {
  background-color: #CCC;
  font-family: "Gibson-Semibold", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  cursor: pointer;
  text-align: left;
  line-height: 20px;
  display: block;
  text-align: center;
  width: 20px;
  float: left;
  margin-right: 20px;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* currently active header */
.accordion h3 {
  font-family: "Gibson-Semibold", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 3%;
}

.accordion h3.titles.current {
  cursor: default;
  background-color: #00719a;
  color: #FFF;
  text-align: left;
}

.accordion h3.titles.current em, .accordion h3.titles:hover.current {
  background-color: #00719a;
  text-shadow: black 0 -1px 0;
}

.accordion h3.titles:hover {
  cursor: default;
  cursor: pointer;
  text-decoration: none;
  background-color: #EEE;
}

/* accordion pane */
.general-directory .pane,
.accordion .pane {
  display: none;
  color: #666;
  padding: 2em 2% 0em 2%;
}

#accordion_staff.accordion .pane {
  padding: 0;
}

.accordion .cms .pane {
  color: #666;
  padding: 1em;
}

.accordion .cms {
  margin: 0;
}

.accordion .cms .trigger {
  padding: 5px 10px;
}

.accordion .cms .trigger:hover,
.accordion .cms .trigger.current {
  background-color: #EEE;
}

.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 9px;
}
.dropdown-menu.right {
  right: 0;
  left: auto;
}
.utility .dropdown-menu {
  margin: -2px 1px 0 0;
  padding: 9px;
  font-size: 14px;
}
.dropdown-menu > li > a {
  padding: 9px 18px;
}
.dropdown-menu.dropdown-primary {
  background-color: #004e65;
}
.dropdown-menu.dropdown-primary > li > a {
  color: #fff;
}
.dropdown-menu.dropdown-primary > li > a:hover, .dropdown-menu.dropdown-primary > li > a:focus {
  color: #004e65;
}
.dropdown-menu.dropdown-green {
  background-color: #339060;
}
.dropdown-menu.dropdown-green > li > a {
  color: #fff;
}
.dropdown-menu.dropdown-green > li > a:hover, .dropdown-menu.dropdown-green > li > a:focus {
  color: #339060;
}

.dropdown .fa-chevron:after {
  color: #40b679;
  content: "\f078";
  margin: 0 0 0 3px;
  vertical-align: 1px;
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .dropdown .fa-chevron:after {
    vertical-align: 2px;
    margin: 0 0 0 6px;
    font-size: 80%;
  }
}
.dropdown .btn-green .fa-chevron:after {
  color: #fff;
}
.dropdown .btn-utility-white .fa-chevron:after {
  color: #40b679;
}
.dropdown .btn-utility-blue .fa-chevron:after {
  color: #fff;
}
.dropdown .btn-student-alerts .fa-chevron:after {
  color: #fff;
}
.dropdown.open .fa-chevron:after {
  content: "\f077";
  color: #40b679;
}
.dropdown.open > div > .dropdown-menu {
  display: block;
}

@media screen and (max-width: 350px) {
  .dropdown-filter {
    left: -19px;
  }
}

.checkbox {
  padding-left: 20px;
}
.form-inline .checkbox {
  padding-left: 24px;
  padding-right: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .checkbox label::before {
    top: 5px;
  }
}
.form-inline .checkbox label::before {
  margin-left: -24px;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #949494;
}
@media screen and (min-width: 1280px) {
  .checkbox label::after {
    top: 5px;
  }
}
.form-inline .checkbox label::after {
  margin-left: -24px;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}
.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type=checkbox]:indeterminate + label::after,
.checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #d3d3d3;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #007698;
  border-color: #007698;
}
.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type=checkbox]:indeterminate + label::before,
.checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #007698;
  border-color: #007698;
}
.checkbox-primary input[type=checkbox]:indeterminate + label::after,
.checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type=checkbox]:indeterminate + label::before,
.checkbox-danger input[type=radio]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type=checkbox]:indeterminate + label::after,
.checkbox-danger input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type=checkbox]:indeterminate + label::before,
.checkbox-info input[type=radio]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type=checkbox]:indeterminate + label::after,
.checkbox-info input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type=checkbox]:indeterminate + label::before,
.checkbox-warning input[type=radio]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type=checkbox]:indeterminate + label::after,
.checkbox-warning input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type=checkbox]:indeterminate + label::before,
.checkbox-success input[type=radio]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type=checkbox]:indeterminate + label::after,
.checkbox-success input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #949494;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}
.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #007698;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #007698;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #007698;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}
input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.carousel {
  padding: 0 0 18px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARElEQVQYV4XQ2QkAMAgDUJ3A/bfUCVIstPTwyPcjgTAAUBMzI+6gIxGp4UI+mDaeKIUvCmGEPpihC1Zoww5NqKrwn7oMGz9Ctme65S0AAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #bebebe;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .carousel {
    padding: 0 0 36px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel {
    padding: 0 0 54px;
  }
}
@media screen and (max-width: 767px) {
  .carousel {
    padding-top: 50px;
  }
}
.modal-open .carousel {
  background: #6f6f6f;
  border-color: #474747;
}
.carousel img {
  max-width: none;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .carousel img {
    position: relative;
    z-index: 1;
  }
}
.carousel .btn {
  display: block;
  width: 100%;
  margin: 0 0 18px;
}
@media screen and (min-width: 480px) {
  .carousel .btn {
    display: inline-block;
    width: auto;
    margin: 0 5px 18px;
  }
}
@media screen and (min-width: 768px) {
  .carousel .btn {
    margin: 0 5px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .carousel .btn {
    padding: 12px 18px 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel .btn {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .home .carousel {
    padding-top: 0;
  }
}

.carousel-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

.item-picture {
  max-width: none;
  width: 100%;
  height: auto;
}

.item-video {
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0 0 -7px;
  padding: 0;
}

.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #007698;
  padding: 18px;
}
@media (max-width: 767px) {
  .carousel-caption {
    padding-bottom: 60px;
    padding-left: 55px;
    padding-right: 55px;
    position: absolute;
  }
}
@media (min-width: 420px) {
  .carousel-caption {
    bottom: -2px;
  }
}
@media (min-width: 480px) {
  .carousel-caption {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    top: 3%;
    left: 5%;
    right: auto;
    bottom: 20px;
    background-color: transparent;
    width: 50%;
    text-align: left;
  }
  .item-background-video .carousel-caption, .item-video-modal .carousel-caption {
    text-align: center;
    left: 25%;
    right: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-caption {
    font-size: 18px;
    top: 10%;
    left: 8%;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-caption {
    width: 40%;
    font-size: 20px;
    left: 10%;
  }
  .item-background-video .carousel-caption, .item-video-modal .carousel-caption {
    left: 30%;
    right: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-caption {
    top: 20%;
    font-size: 22px;
    left: 12%;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-caption {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-caption p {
    margin: 0 0 36px;
  }
}
.carousel-caption:empty {
  display: none;
}

.caption-title {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .caption-title {
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 27px;
  }
}
@media screen and (min-width: 1280px) {
  .caption-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .caption-title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .caption-title {
    font-size: 60px;
  }
}

.caption-content {
  display: block;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .caption-content {
    margin: 0 0 27px;
  }
}
.caption-content h2 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .caption-content h2 {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 27px;
  }
}
@media screen and (min-width: 1280px) {
  .caption-content h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .caption-content h2 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1800px) {
  .caption-content h2 {
    font-size: 50px;
  }
}
.caption-content h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 9px;
}
@media screen and (min-width: 1024px) {
  .caption-content h3 {
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 1280px) {
  .caption-content h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1600px) {
  .caption-content h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .caption-content h3 {
    font-size: 36px;
  }
}

.item {
  position: relative;
  overflow: hidden;
  background-color: #007698;
  min-height: 500px;
}
.item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.5%;
}
.item > video, .item picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .item {
    min-height: 0;
  }
}

.carousel-gradient {
  display: none;
}
@media screen and (min-width: 768px) {
  .carousel-gradient {
    display: block;
    background: transparent;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    z-index: 2;
  }
}

.carousel-indicators {
  width: 100%;
  margin-left: -50%;
  top: auto;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 1px) {
  .carousel-indicators {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    top: auto;
    bottom: 36px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-indicators {
    bottom: 54px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-indicators {
    bottom: 72px;
  }
}
.carousel-indicators li {
  width: 18px;
  height: 18px;
  background-color: #40b679;
  border: 0;
  border-radius: 100%;
  margin: 1px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators li {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-indicators li {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-indicators li {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-indicators li {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-indicators li {
    width: 28px;
    height: 28px;
  }
}
.carousel-indicators li:hover {
  background-color: #7bd0a4;
}
.carousel-indicators .active {
  background-color: #fff;
  width: 18px;
  height: 18px;
  margin: 1px;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .carousel-indicators .active {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-indicators .active {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-indicators .active {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-indicators .active {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-indicators .active {
    width: 28px;
    height: 28px;
  }
}
.carousel-indicators .active:hover {
  background-color: #fff;
}

.carousel-control {
  background: transparent;
  top: 45%;
  bottom: auto;
  font-size: 30px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media (max-width: 767px) {
  .carousel-control {
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    opacity: 1;
    top: 0;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control {
    top: auto;
    bottom: 48%;
    width: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-control {
    font-size: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-control {
    font-size: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-control {
    font-size: 42px;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-control {
    font-size: 48px;
    width: 10%;
  }
}
.carousel-control.left {
  background-image: none;
  text-align: left;
}
.carousel-control.left .fa {
  position: absolute;
  top: 50%;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .carousel-control.left .fa {
    top: 50%;
    margin-top: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-control.left .fa {
    left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-control.left .fa {
    left: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-control.left .fa {
    left: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-control.left .fa {
    left: 60px;
  }
}
.carousel-control.right {
  background-image: none;
  text-align: right;
}
.carousel-control.right .fa {
  position: absolute;
  top: 50%;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .carousel-control.right .fa {
    top: 50%;
    margin-top: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-control.right .fa {
    right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-control.right .fa {
    right: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .carousel-control.right .fa {
    right: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-control.right .fa {
    right: 60px;
  }
}

.video-modals .modal {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-modals .modal-dialog {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .video-modals .modal-dialog {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .video-modals .modal-dialog {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .video-modals .modal-dialog {
    width: 70%;
  }
}
@media screen and (min-width: 1800px) {
  .video-modals .modal-dialog {
    width: 60%;
  }
}
.video-modals .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.video-modals .modal-header {
  border: 0;
}
.video-modals .close {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.8;
}
.video-modals .close:hover {
  opacity: 1;
}

.modal-open .carousel-control, .modal-open .carousel-indicators {
  z-index: -1;
}
.modal-open .carousel-inner > .item.active {
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -moz-perspective: none;
  -ms-perspective: none;
  -webkit-perspective: none;
  perspective: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.modal-open .modal-backdrop {
  z-index: 5;
}

.container {
  max-width: 1800px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 25%;
}

.col-xs-offset-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 50%;
}

.col-xs-offset-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 75%;
}

.col-xs-offset-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 732px;
  }

  .col-sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 100%;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 952px;
  }

  .col-md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 100%;
  }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1208px;
  }

  .col-lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 100%;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1528px;
  }

  .col-xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 100%;
  }

  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-xl {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    width: 1728px;
  }

  .col-xxl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xxl-offset-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 8.3333333333%;
  }

  .col-xxl-offset-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 16.6666666667%;
  }

  .col-xxl-offset-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 25%;
  }

  .col-xxl-offset-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 33.3333333333%;
  }

  .col-xxl-offset-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 41.6666666667%;
  }

  .col-xxl-offset-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 50%;
  }

  .col-xxl-offset-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 58.3333333333%;
  }

  .col-xxl-offset-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 66.6666666667%;
  }

  .col-xxl-offset-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 75%;
  }

  .col-xxl-offset-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 83.3333333333%;
  }

  .col-xxl-offset-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 91.6666666667%;
  }

  .col-xxl-offset-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 18px;
    padding-left: 18px;
    margin-left: 100%;
  }

  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xxl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xxl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-xxl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xxl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-xxl {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bottom-xxl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-xxl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-xxl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-xxl {
    order: -1;
  }

  .last-xxl {
    order: 1;
  }
}
.col-equal-heights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-equal-heights > .sf_colsIn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-equal-heights > .sf_colsIn > .sf_cols {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .row-no-margin-sm, .sf_cols.row-no-margin-sm {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-no-padding-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .row-no-margin-md, .sf_cols.row-no-margin-md {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .col-no-padding-md {
    padding-left: 0;
    padding-right: 0;
  }
}

.open-sans {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}

sup {
  font-size: 70%;
  line-height: 0;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

strong em, strong i,
b em, b i,
em strong, em b,
i strong, i b {
  font-weight: 700;
  font-style: italic;
}

a {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

a[href^=mailto] {
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.link-color-white {
  text-decoration: underline;
}
.link-color-white:link {
  color: #fff;
}
.link-color-white:visited {
  color: #d3d3d3;
}
.link-color-white:hover, .link-color-white:focus {
  color: #d3d3d3;
}
.link-color-white:active {
  color: #fff;
}

h1, h2, h3 {
  margin-top: 0;
}

.heading-light {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .heading-light {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-light {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .heading-light {
    font-size: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .heading-light {
    font-size: 48px;
  }
}

.heading-emphasis {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .heading-emphasis {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-emphasis {
    font-size: 36px;
  }
}

.font-weight-300 {
  font-weight: 300;
}

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

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.highlight {
  background-color: #f3c520;
  color: #000;
}

.list-chevron {
  list-style: none;
}
.list-chevron li {
  position: relative;
  margin: 0 0 5px;
}
.list-chevron li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #40b679;
  font-size: 18px;
  position: absolute;
  left: -24px;
  top: -2px;
}
@media screen and (min-width: 1280px) {
  .list-chevron li:before {
    font-size: 20px;
  }
}

.list-group-child > .list-group-item {
  padding-left: 30px;
}
.list-group-child .list-group-child > .list-group-item {
  padding-left: 45px;
}
.list-group-child .list-group-child .list-group-child > .list-group-item {
  padding-left: 60px;
}

.list-group-parent {
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.list-group-parent .list-group {
  margin-bottom: 0;
}
.list-group-parent .list-group-item {
  border-width: 1px 0 0 0;
}
.list-group-parent .list-group-child {
  border-left: 2px solid #f9f9f9;
}
.list-group-parent .list-group-child .list-group-child {
  border-left: 2px solid white;
}
.list-group-parent .list-group-child .list-group-child .list-group-child {
  border-left: 2px solid white;
}

.list-group-blue > .list-group-item.active, .list-group-blue > .list-group-item.active:hover, .list-group-blue > .list-group-item.active:focus {
  color: #fff;
  background-color: #007698;
  border-color: #007698;
}
.list-group-blue > .list-group > .list-group-item.active, .list-group-blue > .list-group > .list-group-item.active:hover, .list-group-blue > .list-group > .list-group-item.active:focus {
  color: #fff;
  background-color: #1492b7;
  border-color: #1492b7;
}
.list-group-blue > .list-group > .list-group > .list-group-item.active, .list-group-blue > .list-group > .list-group > .list-group-item.active:hover, .list-group-blue > .list-group > .list-group > .list-group-item.active:focus {
  color: #fff;
  background-color: #19b7e5;
  border-color: #19b7e5;
}
.list-group-blue > .list-group > .list-group > .list-group > .list-group-item.active, .list-group-blue > .list-group > .list-group > .list-group > .list-group-item.active:hover, .list-group-blue > .list-group > .list-group > .list-group > .list-group-item.active:focus {
  color: #fff;
  background-color: #47c6eb;
  border-color: #47c6eb;
}
.list-group-blue .list-group-child {
  border-left: 2px solid #00c5fe;
}
.list-group-blue .list-group-child .list-group-child {
  border-left: 2px solid #65ddff;
}
.list-group-blue .list-group-child .list-group-child .list-group-child {
  border-left: 2px solid #cbf3ff;
}

.list-group-blue-striped > .list-group-item.active, .list-group-blue-striped > .list-group-item.active:hover, .list-group-blue-striped > .list-group-item.active:focus {
  color: #fff;
  background: #007698 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkKJ/xn4EQOLmHgZGgwpN7GBjMXQgohCoCWYjbRCRFuBWiKcKuEIsiTIU4FKEqxKMIoZCAIohCh5D/oHAiBADV4yYcoBm9JgAAAABJRU5ErkJggg==) repeat;
  border-color: #007698;
}

.list-group-green > .list-group-item.active, .list-group-green > .list-group-item.active:hover, .list-group-green > .list-group-item.active:focus {
  color: #fff;
  background-color: #40b679;
  border-color: #40b679;
}
.list-group-green > .list-group > .list-group-item.active, .list-group-green > .list-group > .list-group-item.active:hover, .list-group-green > .list-group > .list-group-item.active:focus {
  color: #fff;
  background-color: #61c893;
  border-color: #61c893;
}
.list-group-green > .list-group > .list-group > .list-group-item.active, .list-group-green > .list-group > .list-group > .list-group-item.active:hover, .list-group-green > .list-group > .list-group > .list-group-item.active:focus {
  color: #fff;
  background-color: #7cd1a5;
  border-color: #7cd1a5;
}
.list-group-green > .list-group > .list-group > .list-group > .list-group-item.active, .list-group-green > .list-group > .list-group > .list-group > .list-group-item.active:hover, .list-group-green > .list-group > .list-group > .list-group > .list-group-item.active:focus {
  color: #fff;
  background-color: #9adbba;
  border-color: #9adbba;
}
.list-group-green .list-group-child {
  border-left: 2px solid #87d5ad;
}
.list-group-green .list-group-child .list-group-child {
  border-left: 2px solid #d3efe1;
}
.list-group-green .list-group-child .list-group-child .list-group-child {
  border-left: 2px solid white;
}

.list-group-green-striped > .list-group-item.active, .list-group-green-striped > .list-group-item.active:hover, .list-group-green-striped > .list-group-item.active:focus {
  color: #fff;
  background: #40b679 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2N02Fb5n4EAeLr1HAMjIYUgRdLeRvgVwhSBLMRpIrIinArRFWFViE0RhkJcilAU4lMEV0hIEViharb7f1A4EQIA2vkyv0jDlFUAAAAASUVORK5CYII=) repeat;
  border-color: #40b679;
}

.btn {
  cursor: pointer;
  text-shadow: none;
  white-space: normal;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn-lg {
  padding: 10px 16px 14px;
}

.btn-xl {
  font-size: 28px;
}

.btn-no-radius, .btn-square {
  border-radius: 0;
}

.btn-ghost-yellow {
  color: #f3c520;
  background-color: transparent;
  border-color: #f3c520;
  border-width: 2px;
  background-image: none;
  font-weight: 600;
}
.btn-ghost-yellow:focus, .btn-ghost-yellow.focus {
  color: #fff;
  background-color: #d5a90b;
  border-color: #d5a90b;
}
.btn-ghost-yellow:hover {
  color: #fff;
  background-color: #d5a90b;
  border-color: #d5a90b;
}
.btn-ghost-yellow:active, .btn-ghost-yellow.active {
  color: #fff;
  background-color: #d5a90b;
  border-color: #d5a90b;
}

.btn-ghost-blue {
  color: #007698;
  background-color: transparent;
  border-color: #007698;
  border-width: 2px;
  background-image: none;
  font-weight: 600;
}
.btn-ghost-blue:focus, .btn-ghost-blue.focus {
  color: #fff;
  background-color: #004e65;
  border-color: #004e65;
}
.btn-ghost-blue:hover {
  color: #fff;
  background-color: #004e65;
  border-color: #004e65;
}
.btn-ghost-blue:active, .btn-ghost-blue.active {
  color: #fff;
  background-color: #004e65;
  border-color: #004e65;
}

.btn-ghost-green {
  color: #40b679;
  background-color: transparent;
  border-color: #40b679;
  border-width: 2px;
  background-image: none;
  font-weight: 600;
}
.btn-ghost-green:focus, .btn-ghost-green.focus {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
.btn-ghost-green:hover {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
.btn-ghost-green:active, .btn-ghost-green.active {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}

.btn-ghost-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  background-image: none;
  font-weight: 600;
}
.btn-ghost-white:focus, .btn-ghost-white.focus {
  color: #272727;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-ghost-white:hover {
  color: #272727;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-ghost-white:active, .btn-ghost-white.active {
  color: #272727;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-white-green {
  color: #40b679;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-green:focus, .btn-white-green.focus {
  color: #40b679;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-white-green:hover {
  color: #40b679;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white-green:active, .btn-white-green.active, .open > .btn-white-green.dropdown-toggle {
  color: #40b679;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white-green:active:hover, .btn-white-green:active:focus, .btn-white-green:active.focus, .btn-white-green.active:hover, .btn-white-green.active:focus, .btn-white-green.active.focus, .open > .btn-white-green.dropdown-toggle:hover, .open > .btn-white-green.dropdown-toggle:focus, .open > .btn-white-green.dropdown-toggle.focus {
  color: #40b679;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-white-green:active, .btn-white-green.active, .open > .btn-white-green.dropdown-toggle {
  background-image: none;
}
.btn-white-green.disabled:hover, .btn-white-green.disabled:focus, .btn-white-green.disabled.focus, .btn-white-green[disabled]:hover, .btn-white-green[disabled]:focus, .btn-white-green[disabled].focus, fieldset[disabled] .btn-white-green:hover, fieldset[disabled] .btn-white-green:focus, fieldset[disabled] .btn-white-green.focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-white-green .badge {
  color: #fff;
  background-color: #40b679;
}

.btn-green {
  color: #fff;
  background-color: #40b679;
  border-color: #40b679;
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #339060;
  border-color: #1f583a;
}
.btn-green:hover {
  color: #fff;
  background-color: #339060;
  border-color: #30895b;
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #339060;
  border-color: #30895b;
}
.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open > .btn-green.dropdown-toggle:hover, .open > .btn-green.dropdown-toggle:focus, .open > .btn-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #29764e;
  border-color: #1f583a;
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  background-image: none;
}
.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green.focus {
  background-color: #40b679;
  border-color: #40b679;
}
.btn-green .badge {
  color: #40b679;
  background-color: #fff;
}

.btn-green-dark {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
.btn-green-dark:focus, .btn-green-dark.focus {
  color: #fff;
  background-color: #266a47;
  border-color: #123221;
}
.btn-green-dark:hover {
  color: #fff;
  background-color: #266a47;
  border-color: #236342;
}
.btn-green-dark:active, .btn-green-dark.active, .open > .btn-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #266a47;
  border-color: #236342;
}
.btn-green-dark:active:hover, .btn-green-dark:active:focus, .btn-green-dark:active.focus, .btn-green-dark.active:hover, .btn-green-dark.active:focus, .btn-green-dark.active.focus, .open > .btn-green-dark.dropdown-toggle:hover, .open > .btn-green-dark.dropdown-toggle:focus, .open > .btn-green-dark.dropdown-toggle.focus {
  color: #fff;
  background-color: #1c5035;
  border-color: #123221;
}
.btn-green-dark:active, .btn-green-dark.active, .open > .btn-green-dark.dropdown-toggle {
  background-image: none;
}
.btn-green-dark.disabled:hover, .btn-green-dark.disabled:focus, .btn-green-dark.disabled.focus, .btn-green-dark[disabled]:hover, .btn-green-dark[disabled]:focus, .btn-green-dark[disabled].focus, fieldset[disabled] .btn-green-dark:hover, fieldset[disabled] .btn-green-dark:focus, fieldset[disabled] .btn-green-dark.focus {
  background-color: #339060;
  border-color: #339060;
}
.btn-green-dark .badge {
  color: #339060;
  background-color: #fff;
}

.btn-blue {
  color: #fff;
  background-color: #007698;
  border-color: #007698;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #004e65;
  border-color: #001319;
}
.btn-blue:hover {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
}
.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #003341;
  border-color: #001319;
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  background-image: none;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus {
  background-color: #007698;
  border-color: #007698;
}
.btn-blue .badge {
  color: #007698;
  background-color: #fff;
}

.btn-grey-lighter {
  color: #474747;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-grey-lighter:focus, .btn-grey-lighter.focus {
  color: #474747;
  background-color: #bababa;
  border-color: #939393;
}
.btn-grey-lighter:hover {
  color: #474747;
  background-color: #bababa;
  border-color: #b4b4b4;
}
.btn-grey-lighter:active, .btn-grey-lighter.active, .open > .btn-grey-lighter.dropdown-toggle {
  color: #474747;
  background-color: #bababa;
  border-color: #b4b4b4;
}
.btn-grey-lighter:active:hover, .btn-grey-lighter:active:focus, .btn-grey-lighter:active.focus, .btn-grey-lighter.active:hover, .btn-grey-lighter.active:focus, .btn-grey-lighter.active.focus, .open > .btn-grey-lighter.dropdown-toggle:hover, .open > .btn-grey-lighter.dropdown-toggle:focus, .open > .btn-grey-lighter.dropdown-toggle.focus {
  color: #474747;
  background-color: #a8a8a8;
  border-color: #939393;
}
.btn-grey-lighter:active, .btn-grey-lighter.active, .open > .btn-grey-lighter.dropdown-toggle {
  background-image: none;
}
.btn-grey-lighter.disabled:hover, .btn-grey-lighter.disabled:focus, .btn-grey-lighter.disabled.focus, .btn-grey-lighter[disabled]:hover, .btn-grey-lighter[disabled]:focus, .btn-grey-lighter[disabled].focus, fieldset[disabled] .btn-grey-lighter:hover, fieldset[disabled] .btn-grey-lighter:focus, fieldset[disabled] .btn-grey-lighter.focus {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-grey-lighter .badge {
  color: #d3d3d3;
  background-color: #474747;
}

.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #0087ba;
  border-color: #004f6e;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0087ba;
  border-color: #0080b0;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #0080b0;
}
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus, .open > .btn-twitter.dropdown-toggle:hover, .open > .btn-twitter.dropdown-toggle:focus, .open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: #006d96;
  border-color: #004f6e;
}
.btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
  background-image: none;
}
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter:hover, fieldset[disabled] .btn-twitter:focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #00aced;
  border-color: #00aced;
}
.btn-twitter .badge {
  color: #00aced;
  background-color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: #17233c;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: #17233c;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  background-image: none;
}
.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook:hover, fieldset[disabled] .btn-facebook:focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus:focus, .btn-google-plus.focus {
  color: #fff;
  background-color: #c23321;
  border-color: #802216;
}
.btn-google-plus:hover {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #b93120;
}
.btn-google-plus:active:hover, .btn-google-plus:active:focus, .btn-google-plus:active.focus, .btn-google-plus.active:hover, .btn-google-plus.active:focus, .btn-google-plus.active.focus, .open > .btn-google-plus.dropdown-toggle:hover, .open > .btn-google-plus.dropdown-toggle:focus, .open > .btn-google-plus.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: #802216;
}
.btn-google-plus:active, .btn-google-plus.active, .open > .btn-google-plus.dropdown-toggle {
  background-image: none;
}
.btn-google-plus.disabled:hover, .btn-google-plus.disabled:focus, .btn-google-plus.disabled.focus, .btn-google-plus[disabled]:hover, .btn-google-plus[disabled]:focus, .btn-google-plus[disabled].focus, fieldset[disabled] .btn-google-plus:hover, fieldset[disabled] .btn-google-plus:focus, fieldset[disabled] .btn-google-plus.focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: #002537;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: #005279;
}
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: #005279;
}
.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus, .open > .btn-linkedin.dropdown-toggle:hover, .open > .btn-linkedin.dropdown-toggle:focus, .open > .btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background-color: #00405f;
  border-color: #002537;
}
.btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
  background-image: none;
}
.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin:hover, fieldset[disabled] .btn-linkedin:focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-youtube {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #880000;
  border-color: #3c0000;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #880000;
  border-color: #7e0000;
}
.btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7e0000;
}
.btn-youtube:active:hover, .btn-youtube:active:focus, .btn-youtube:active.focus, .btn-youtube.active:hover, .btn-youtube.active:focus, .btn-youtube.active.focus, .open > .btn-youtube.dropdown-toggle:hover, .open > .btn-youtube.dropdown-toggle:focus, .open > .btn-youtube.dropdown-toggle.focus {
  color: #fff;
  background-color: #640000;
  border-color: #3c0000;
}
.btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
  background-image: none;
}
.btn-youtube.disabled:hover, .btn-youtube.disabled:focus, .btn-youtube.disabled.focus, .btn-youtube[disabled]:hover, .btn-youtube[disabled]:focus, .btn-youtube[disabled].focus, fieldset[disabled] .btn-youtube:hover, fieldset[disabled] .btn-youtube:focus, fieldset[disabled] .btn-youtube.focus {
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-youtube .badge {
  color: #bb0000;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #406582;
  border-color: #273d4f;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #406582;
  border-color: #3d5f7b;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3d5f7b;
}
.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus, .open > .btn-instagram.dropdown-toggle:hover, .open > .btn-instagram.dropdown-toggle:focus, .open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: #34526a;
  border-color: #273d4f;
}
.btn-instagram:active, .btn-instagram.active, .open > .btn-instagram.dropdown-toggle {
  background-image: none;
}
.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram:hover, fieldset[disabled] .btn-instagram:focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram .badge {
  color: #517fa4;
  background-color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #004ca9;
  border-color: #002a5d;
}
.btn-flickr:hover {
  color: #fff;
  background-color: #004ca9;
  border-color: #00479f;
}
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #004ca9;
  border-color: #00479f;
}
.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus, .open > .btn-flickr.dropdown-toggle:hover, .open > .btn-flickr.dropdown-toggle:focus, .open > .btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background-color: #003c85;
  border-color: #002a5d;
}
.btn-flickr:active, .btn-flickr.active, .open > .btn-flickr.dropdown-toggle {
  background-image: none;
}
.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr:hover, fieldset[disabled] .btn-flickr:focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #0063dc;
  border-color: #0063dc;
}
.btn-flickr .badge {
  color: #0063dc;
  background-color: #fff;
}

.btn-email-us {
  color: #fff;
  background-color: #007698;
  border-color: #007698;
}
.btn-email-us:focus, .btn-email-us.focus {
  color: #fff;
  background-color: #004e65;
  border-color: #001319;
}
.btn-email-us:hover {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
}
.btn-email-us:active, .btn-email-us.active, .open > .btn-email-us.dropdown-toggle {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
}
.btn-email-us:active:hover, .btn-email-us:active:focus, .btn-email-us:active.focus, .btn-email-us.active:hover, .btn-email-us.active:focus, .btn-email-us.active.focus, .open > .btn-email-us.dropdown-toggle:hover, .open > .btn-email-us.dropdown-toggle:focus, .open > .btn-email-us.dropdown-toggle.focus {
  color: #fff;
  background-color: #003341;
  border-color: #001319;
}
.btn-email-us:active, .btn-email-us.active, .open > .btn-email-us.dropdown-toggle {
  background-image: none;
}
.btn-email-us.disabled:hover, .btn-email-us.disabled:focus, .btn-email-us.disabled.focus, .btn-email-us[disabled]:hover, .btn-email-us[disabled]:focus, .btn-email-us[disabled].focus, fieldset[disabled] .btn-email-us:hover, fieldset[disabled] .btn-email-us:focus, fieldset[disabled] .btn-email-us.focus {
  background-color: #007698;
  border-color: #007698;
}
.btn-email-us .badge {
  color: #007698;
  background-color: #fff;
}

.btn-call-us {
  color: #fff;
  background-color: #005c76;
  border-color: #005c76;
}
.btn-call-us:focus, .btn-call-us.focus {
  color: #fff;
  background-color: #003443;
  border-color: black;
}
.btn-call-us:hover {
  color: #fff;
  background-color: #003443;
  border-color: #002c39;
}
.btn-call-us:active, .btn-call-us.active, .open > .btn-call-us.dropdown-toggle {
  color: #fff;
  background-color: #003443;
  border-color: #002c39;
}
.btn-call-us:active:hover, .btn-call-us:active:focus, .btn-call-us:active.focus, .btn-call-us.active:hover, .btn-call-us.active:focus, .btn-call-us.active.focus, .open > .btn-call-us.dropdown-toggle:hover, .open > .btn-call-us.dropdown-toggle:focus, .open > .btn-call-us.dropdown-toggle.focus {
  color: #fff;
  background-color: #00181f;
  border-color: black;
}
.btn-call-us:active, .btn-call-us.active, .open > .btn-call-us.dropdown-toggle {
  background-image: none;
}
.btn-call-us.disabled:hover, .btn-call-us.disabled:focus, .btn-call-us.disabled.focus, .btn-call-us[disabled]:hover, .btn-call-us[disabled]:focus, .btn-call-us[disabled].focus, fieldset[disabled] .btn-call-us:hover, fieldset[disabled] .btn-call-us:focus, fieldset[disabled] .btn-call-us.focus {
  background-color: #005c76;
  border-color: #005c76;
}
.btn-call-us .badge {
  color: #005c76;
  background-color: #fff;
}

.btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .btn + .btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 1px) {
  .btn + .btn {
    margin-top: 0;
  }
}

.btn-group .btn {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .btn-filters {
    display: none;
    visibility: hidden;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.sf_cols.row {
  width: auto;
  margin-left: -18px;
  margin-right: -18px;
}

.sf_cols:before, .sf_cols:after {
  content: none;
  display: table;
}

.sf_2cols_1_25,
.sf_2cols_2_75,
.sf_2cols_2_75 .sf_2cols_2in_75,
.sf_2cols_1_33,
.sf_2cols_2_67,
.sf_2cols_2_67 .sf_2cols_2in_67,
.sf_2cols_1_50,
.sf_2cols_2_50,
.sf_2cols_2_50 .sf_2cols_2in_50,
.sf_2cols_1_67,
.sf_2cols_2_33,
.sf_2cols_2_33 .sf_2cols_2in_33,
.sf_2cols_1_75,
.sf_2cols_2_25,
.sf_2cols_2_25 .sf_2cols_2in_25,
.sf_3cols_1_33,
.sf_3cols_2_34,
.sf_3cols_3_33,
.sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33,
.sf_3cols_1_25,
.sf_3cols_2_50,
.sf_3cols_3_25,
.sf_3cols_2_50 .sf_3cols_2in_50, .sf_3cols_3_25 .sf_3cols_3in_25,
.sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25,
.sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25,
.sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20,
.sf_5cols_2_20 .sf_5cols_2in_20, .sf_5cols_3_20 .sf_5cols_3in_20, .sf_5cols_4_20 .sf_5cols_4in_20, .sf_5cols_5_20 .sf_5cols_5in_20 {
  float: none;
  width: auto;
  margin: 0;
}

/*
.sf_cols {
    width: 100%;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.sf_cols:before, .sf_cols:after {
    content: "";
    display: table;
}

.sf_cols:after {
    clear: both;
}

.sf_block {
    display: block;
}

.sf_1col_1_100 {
    float: none;
    margin: 0;
}

.sf_2cols_1_25 {
    float: left;
    width: 25%;
    margin: 0;
}

.sf_2cols_2_75 {
    float: right;
    width: 75%;
    margin: 0;
}

.sf_2cols_2_75 .sf_2cols_2in_75 {
    margin-left: 12px;
}

.sf_2cols_1_33 {
    float: left;
    width: 33%;
    margin: 0;
}

.sf_2cols_2_67 {
    float: right;
    width: 67%;
    margin: 0;
}

.sf_2cols_2_67 .sf_2cols_2in_67 {
    margin-left: 12px;
}

.sf_2cols_1_50 {
    float: left;
    width: 50%;
    margin: 0;
}

.sf_2cols_2_50 {
    float: right;
    width: 50%;
    margin: 0;
}

.sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 12px;
}

.sf_2cols_1_67 {
    float: left;
    width: 67%;
    margin: 0;
}

.sf_2cols_2_33 {
    float: right;
    width: 33%;
    margin: 0;
}

.sf_2cols_2_33 .sf_2cols_2in_33 {
    margin-left: 12px;
}

.sf_2cols_1_75 {
    float: left;
    width: 75%;
    margin: 0;
}

.sf_2cols_2_25 {
    float: right;
    width: 25%;
    margin: 0;
}

.sf_2cols_2_25 .sf_2cols_2in_25 {
    margin-left: 12px;
}

.sf_3cols_1_33 {
    float: left;
    width: 33%;
    margin: 0;
}

.sf_3cols_2_34 {
    float: left;
    width: 34%;
    margin: 0;
}

.sf_3cols_3_33 {
    float: left;
    width: 33%;
    margin: 0;
}

.sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
    margin-left: 12px;
}

.sf_3cols_1_25 {
    float: left;
    width: 25%;
    margin: 0;
}

.sf_3cols_2_50 {
    float: left;
    width: 50%;
    margin: 0;
}

.sf_3cols_3_25 {
    float: left;
    width: 25%;
    margin: 0;
}

.sf_3cols_2_50 .sf_3cols_2in_50, .sf_3cols_3_25 .sf_3cols_3in_25 {
    margin-left: 12px;
}

.sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
    float: left;
    width: 25%;
    margin: 0;
}

.sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25 {
    margin-left: 12px;
}

.sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20 {
    float: left;
    width: 20%;
    margin: 0;
}

.sf_5cols_2_20 .sf_5cols_2in_20, .sf_5cols_3_20 .sf_5cols_3in_20, .sf_5cols_4_20 .sf_5cols_4in_20, .sf_5cols_5_20 .sf_5cols_5in_20 {
    margin-left: 12px;
}
*/
.RadSiteMap_Default {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sfFormTitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 36px;
}

.sfFormInstructions {
  margin-bottom: 15px;
}

.sfTxtLbl {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.sfExample {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #afafaf;
}

.sfError {
  color: #d9534f;
}

.sfErrorWrp .sfTxt {
  border-color: #d9534f;
}

.sfTxt {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sfTxt::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.sfTxt:-ms-input-placeholder {
  color: #999;
}
.sfTxt::-webkit-input-placeholder {
  color: #999;
}
.sfTxt::-ms-expand {
  border: 0;
  background-color: transparent;
}
.sfTxt[disabled], .sfTxt[readonly], fieldset[disabled] .sfTxt {
  background-color: #d3d3d3;
  opacity: 1;
}
.sfTxt[disabled], fieldset[disabled] .sfTxt {
  cursor: not-allowed;
}

.sfFormBox {
  margin-bottom: 15px;
}

.sfFormRadiolist {
  margin-bottom: 15px;
}

.sfRadioList {
  display: block;
}

.sfRadioList input[type=radio] {
  margin: 4px 4px 0;
  vertical-align: 2px;
}

.sfRadioList label {
  font-weight: normal;
  vertical-align: 2px;
}

.sfFormCheckboxlist {
  margin-bottom: 15px;
}

.sfCheckListBox {
  display: block;
}

.sfCheckListBox input[type=checkbox] {
  margin: 4px 4px 0;
  vertical-align: 2px;
}

.sfCheckListBox label {
  font-weight: normal;
  vertical-align: 2px;
}

.sfDropdownList {
  display: block;
}

.sfDropdownList select {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sfDropdownList select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.sfDropdownList select:-ms-input-placeholder {
  color: #999;
}
.sfDropdownList select::-webkit-input-placeholder {
  color: #999;
}
.sfDropdownList select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.sfDropdownList select[disabled], .sfDropdownList select[readonly], fieldset[disabled] .sfDropdownList select {
  background-color: #d3d3d3;
  opacity: 1;
}
.sfDropdownList select[disabled], fieldset[disabled] .sfDropdownList select {
  cursor: not-allowed;
}

.sfFormFile {
  margin-bottom: 15px;
}
.sfFormFile .RadUpload_Default, .sfFormFile .RadUpload_Default a, .sfFormFile .RadUpload_Default input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.sfFormFile .RadUpload_Default .ruFakeInput {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #949494;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: inline-block;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sfFormFile .RadUpload_Default .ruFakeInput::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.sfFormFile .RadUpload_Default .ruFakeInput:-ms-input-placeholder {
  color: #999;
}
.sfFormFile .RadUpload_Default .ruFakeInput::-webkit-input-placeholder {
  color: #999;
}
.sfFormFile .RadUpload_Default .ruFakeInput::-ms-expand {
  border: 0;
  background-color: transparent;
}
.sfFormFile .RadUpload_Default .ruFakeInput[disabled], .sfFormFile .RadUpload_Default .ruFakeInput[readonly], fieldset[disabled] .sfFormFile .RadUpload_Default .ruFakeInput {
  background-color: #d3d3d3;
  opacity: 1;
}
.sfFormFile .RadUpload_Default .ruFakeInput[disabled], fieldset[disabled] .sfFormFile .RadUpload_Default .ruFakeInput {
  cursor: not-allowed;
}
.sfFormFile .RadUpload_Default .ruButton {
  color: #fff;
  background-color: #007698;
  border-color: #007698;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 8px;
  background-image: none;
}
.sfFormFile .RadUpload_Default .ruButton:focus {
  color: #fff;
  background-color: #004e65;
  border-color: #001319;
}
.sfFormFile .RadUpload_Default .ruButton:hover {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
}
.sfFormFile .RadUpload_Default .ruButton:active {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
  background-image: none;
}
.sfFormFile .RadUpload_Default .ruButton:active:hover, .sfFormFile .RadUpload_Default .ruButton:active:focus {
  color: #fff;
  background-color: #003341;
  border-color: #001319;
}
.sfFormFile .RadUpload_Default .ruBrowse {
  width: auto;
  height: auto;
  margin-top: 1px;
}
.sfFormFile .RadUpload .ruFileWrap {
  height: 42px;
}
.sfFormFile .RadUpload .ruStyled .ruFileInput {
  padding: 4px;
  height: 30px;
  cursor: pointer;
}

.sfFormSubmit {
  margin-bottom: 15px;
}

.sfFormSubmit input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #007698;
  border-color: #007698;
}
.sfFormSubmit input[type=submit]:focus, .sfFormSubmit input[type=submit].focus, .sfFormSubmit input[type=submit]:active:focus, .sfFormSubmit input[type=submit]:active.focus, .sfFormSubmit input[type=submit].active:focus, .sfFormSubmit input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto #66afe9;
  outline-offset: -2px;
}
.sfFormSubmit input[type=submit]:hover, .sfFormSubmit input[type=submit]:focus, .sfFormSubmit input[type=submit].focus {
  color: #333;
  text-decoration: none;
}
.sfFormSubmit input[type=submit]:active, .sfFormSubmit input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sfFormSubmit input[type=submit].disabled, .sfFormSubmit input[type=submit][disabled], fieldset[disabled] .sfFormSubmit input[type=submit] {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sfFormSubmit input[type=submit]:focus {
  color: #fff;
  background-color: #004e65;
  border-color: #001319;
}
.sfFormSubmit input[type=submit]:hover {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
}
.sfFormSubmit input[type=submit]:active {
  color: #fff;
  background-color: #004e65;
  border-color: #00465b;
  background-image: none;
}
.sfFormSubmit input[type=submit]:active:hover, .sfFormSubmit input[type=submit]:active:focus {
  color: #fff;
  background-color: #003341;
  border-color: #001319;
}

.sfSubmitBtnSmall input[type=submit] {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}

.sfSubmitBtnMedium input[type=submit] {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 8px;
}

.sfSubmitBtnLarge input[type=submit] {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 12px;
}

.sf_pagerNumeric {
  display: inline-block;
  padding-left: 0;
  margin: 36px 0;
  border-radius: 8px;
}
.sf_pagerNumeric a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
  background-color: #007698;
  border: 1px solid #005c76;
  margin-left: -1px;
}
.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  color: #f0f0f0;
  background-color: #005c76;
  border-color: #004154;
}
.sf_pagerNumeric a.sf_PagerCurrent {
  color: #007698;
  background-color: #fff;
  border-color: #005c76;
  cursor: default;
}

.SitemapWrp {
  margin: 0;
  padding: 0;
}
.SitemapWrp .sfNavVerticalSiteMapWrp {
  margin-top: 30px;
  margin-bottom: 30px;
}
.SitemapWrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.SitemapWrp ul > li {
  margin: 0 0 30px 0;
  list-style: none;
  padding: 0;
}
.ShareWidget.sf_cols.row {
  position: relative;
  margin: 0 !important;
  display: none;
}

.ShareWidget.sf_cols.row.on {
  display: block;
}

.ShareWidget .sf_colsOut {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 100;
  padding: 10px 15px !important;
  width: auto;
}
.ShareWidget .sf_colsOut ul {
  margin: 0;
}
.ShareWidget .sf_colsOut ul li {
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
}
.ShareWidget .sf_colsOut ul li:last-child {
  margin-right: 0;
}

.RadSocialShare_Default {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #8a8a8a;
  background-color: white;
}

.RadSocialShare, .RadSocialShare * {
  box-sizing: content-box;
}

.sshListItem, .st--share-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
}

.sshLinkItem .sshIcon, .sshLinkItem .sshText, .sshLinkItem .sshCustomIcon {
  vertical-align: middle;
}

.RadSocialShare_Default, .RadSocialShare {
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
.RadSocialShare_Default .sshContent, .RadSocialShare .sshContent {
  margin: 0;
  padding: 0;
  list-style: none;
}
.RadSocialShare_Default li.sshListItem, .RadSocialShare li.sshListItem {
  text-indent: 0 !important;
  margin-right: 10px;
}
.RadSocialShare_Default li.sshListItem .sshIcon, .RadSocialShare li.sshListItem .sshIcon {
  width: 20px;
  height: 20px;
  margin: 0;
  background-image: none;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.RadSocialShare_Default li.sshListItem .sshIcon:before, .RadSocialShare li.sshListItem .sshIcon:before {
  margin: 0;
  line-height: 1em;
}
.RadSocialShare_Default li.sshListItem .sshIcon:before, .RadSocialShare_Default li.sshListItem .sshIcon::before, .RadSocialShare li.sshListItem .sshIcon:before, .RadSocialShare li.sshListItem .sshIcon::before {
  font-size: 20px !important;
  color: #40b679;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.RadSocialShare_Default li.sshListItem .sshBlogger:before, .RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0:before,
.RadSocialShare_Default li.sshListItem .sf-icon-blogger:before, .RadSocialShare li.sshListItem .sshBlogger:before, .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0:before,
.RadSocialShare li.sshListItem .sf-icon-blogger:before {
  font-family: "fscj";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0, .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0 {
  font-size: 17px;
  color: #40b679;
  position: relative;
  width: 17px !important;
  height: 17px !important;
  margin: 0;
  background-image: none;
}
.RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0:before, .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0:before {
  content: "\e901";
  font-size: 17px;
  color: #40b679;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
}
.RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0 iframe, .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0 iframe {
  opacity: 0;
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
}
.RadSocialShare_Default li.sshListItem .sshShareOnFacebook:before, .RadSocialShare_Default li.sshListItem .sf-icon-facebook:before, .RadSocialShare li.sshListItem .sshShareOnFacebook:before, .RadSocialShare li.sshListItem .sf-icon-facebook:before {
  content: "\f082";
}
.RadSocialShare_Default li.sshListItem .sshShareOnTwitter:before, .RadSocialShare_Default li.sshListItem .sf-icon-twitter:before, .RadSocialShare li.sshListItem .sshShareOnTwitter:before, .RadSocialShare li.sshListItem .sf-icon-twitter:before {
  content: "\f081";
}
.RadSocialShare_Default li.sshListItem .sshLinkedIn:before, .RadSocialShare_Default li.sshListItem .sf-icon-linkedin:before, .RadSocialShare li.sshListItem .sshLinkedIn:before, .RadSocialShare li.sshListItem .sf-icon-linkedin:before {
  content: "\f08c";
}
.RadSocialShare_Default li.sshListItem .sshBlogger:before, .RadSocialShare_Default li.sshListItem .sf-icon-blogger:before, .RadSocialShare li.sshListItem .sshBlogger:before, .RadSocialShare li.sshListItem .sf-icon-blogger:before {
  content: "\e904";
}
.RadSocialShare_Default li.sshListItem .sshTumblr:before, .RadSocialShare_Default li.sshListItem .sf-icon-tumblr:before, .RadSocialShare li.sshListItem .sshTumblr:before, .RadSocialShare li.sshListItem .sf-icon-tumblr:before {
  content: "\f174";
}
.RadSocialShare_Default li.sshListItem .sshGoogleBookmarks:before, .RadSocialShare_Default li.sshListItem .sf-icon-google:before, .RadSocialShare li.sshListItem .sshGoogleBookmarks:before, .RadSocialShare li.sshListItem .sf-icon-google:before {
  content: "\f1a0";
}
.RadSocialShare_Default li.sshListItem .sshDelicious:before, .RadSocialShare_Default li.sshListItem .sf-icon-delicious:before, .RadSocialShare li.sshListItem .sshDelicious:before, .RadSocialShare li.sshListItem .sf-icon-delicious:before {
  content: "\f1a5";
}
.RadSocialShare_Default li.sshListItem .sshDigg:before, .RadSocialShare_Default li.sshListItem .sf-icon-digg:before, .RadSocialShare li.sshListItem .sshDigg:before, .RadSocialShare li.sshListItem .sf-icon-digg:before {
  content: "\f1a6";
}
.RadSocialShare_Default li.sshListItem .sshStumbleUpon:before, .RadSocialShare_Default li.sshListItem .sf-icon-stumble-upon:before, .RadSocialShare li.sshListItem .sshStumbleUpon:before, .RadSocialShare li.sshListItem .sf-icon-stumble-upon:before {
  content: "\f1a3";
}
.RadSocialShare_Default li.sshListItem .sshReddit:before, .RadSocialShare_Default li.sshListItem .sf-icon-reddit:before, .RadSocialShare li.sshListItem .sshReddit:before, .RadSocialShare li.sshListItem .sf-icon-reddit:before {
  content: "\f1a2";
}
.RadSocialShare_Default li.sshListItem .sshMailTo:before, .RadSocialShare_Default li.sshListItem .sf-icon-mailto:before, .RadSocialShare li.sshListItem .sshMailTo:before, .RadSocialShare li.sshListItem .sf-icon-mailto:before {
  content: "\f0e0";
}
.RadSocialShare_Default li:before, .RadSocialShare li:before {
  display: none;
}
.RadSocialShare_Default li:last-child, .RadSocialShare li:last-child {
  margin-right: 0;
}

.ShareDropdown .RadSocialShare_Default li.sshListItem .sshIcon, .ShareDropdown .RadSocialShare li.sshListItem .sshIcon {
  width: 40px;
  height: 40px;
}
.ShareDropdown .RadSocialShare_Default li.sshListItem .sshIcon:before, .ShareDropdown .RadSocialShare_Default li.sshListItem .sshIcon::before, .ShareDropdown .RadSocialShare li.sshListItem .sshIcon:before, .ShareDropdown .RadSocialShare li.sshListItem .sshIcon::before {
  font-size: 40px !important;
}
.ShareDropdown .RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0, .ShareDropdown .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0 {
  width: 35px !important;
  height: 35px !important;
}
.ShareDropdown .RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0:before, .ShareDropdown .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0:before {
  width: 35px;
  height: 35px;
  font-size: 35px;
}
.ShareDropdown .RadSocialShare_Default li.sshListItem .sshLinkItem + #___plusone_0 iframe, .ShareDropdown .RadSocialShare li.sshListItem .sshLinkItem + #___plusone_0 iframe {
  width: 35px !important;
  height: 35px !important;
}

.stButton .stLarge {
  background: none;
}

.st_facebook_large .sfLarge::before {
  content: "\f082";
  display: block;
  height: 35px;
  width: 35px;
}

.utility {
  height: 35px;
  background-color: #005c76;
  border: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .utility {
    height: 60px;
    border-top: 1px solid #005c76;
  }
}
@media (max-width: 1279px) {
  .main-nav-open .utility {
    display: none;
    visibility: hidden;
  }
}
.sfTemplateEditor .utility {
  height: auto;
}
.sfTemplateEditor .utility .dropdown-menu {
  display: block;
}
.main-nav-hover .utility {
  opacity: 0.8;
}

.utility-inner {
  max-width: 1800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.divider {
  width: 1px;
  height: 25px;
  background-color: #40b679;
  margin: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .divider {
    margin: 0 15px;
  }
}

.utility-group-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.utility-group-one + .divider {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .utility-group-one + .divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }
}

.utility-group-two {
  display: none;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 auto 0 0;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .utility-group-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.utility-group-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 0 auto;
  height: 100%;
}

.btn-utility {
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .btn-utility {
    font-size: 14px;
    height: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .btn-utility {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .btn-utility {
    font-size: 16px;
  }
}
.btn-utility .fa {
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .btn-utility .fa {
    font-size: 24px;
  }
}
.btn-utility .fa-chevron {
  font-size: 14px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .btn-utility .fa-chevron {
    font-size: 14px;
  }
}

.btn-utility-white {
  color: #fff;
  background-color: #005c76;
  border-color: #005c76;
}
.btn-utility-white:focus, .btn-utility-white.focus {
  color: #fff;
  background-color: #003443;
  border-color: black;
}
.btn-utility-white:hover {
  color: #fff;
  background-color: #003443;
  border-color: #002c39;
}
.btn-utility-white:active, .btn-utility-white.active, .open > .btn-utility-white.dropdown-toggle {
  color: #fff;
  background-color: #003443;
  border-color: #002c39;
}
.btn-utility-white:active:hover, .btn-utility-white:active:focus, .btn-utility-white:active.focus, .btn-utility-white.active:hover, .btn-utility-white.active:focus, .btn-utility-white.active.focus, .open > .btn-utility-white.dropdown-toggle:hover, .open > .btn-utility-white.dropdown-toggle:focus, .open > .btn-utility-white.dropdown-toggle.focus {
  color: #fff;
  background-color: #00181f;
  border-color: black;
}
.btn-utility-white:active, .btn-utility-white.active, .open > .btn-utility-white.dropdown-toggle {
  background-image: none;
}
.btn-utility-white.disabled:hover, .btn-utility-white.disabled:focus, .btn-utility-white.disabled.focus, .btn-utility-white[disabled]:hover, .btn-utility-white[disabled]:focus, .btn-utility-white[disabled].focus, fieldset[disabled] .btn-utility-white:hover, fieldset[disabled] .btn-utility-white:focus, fieldset[disabled] .btn-utility-white.focus {
  background-color: #005c76;
  border-color: #005c76;
}
.btn-utility-white .badge {
  color: #005c76;
  background-color: #fff;
}

.btn-utility-blue {
  color: #96dcef;
  background-color: #005c76;
  border-color: #005c76;
}
.btn-utility-blue:focus, .btn-utility-blue.focus {
  color: #96dcef;
  background-color: #003443;
  border-color: black;
}
.btn-utility-blue:hover {
  color: #96dcef;
  background-color: #003443;
  border-color: #002c39;
}
.btn-utility-blue:active, .btn-utility-blue.active, .open > .btn-utility-blue.dropdown-toggle {
  color: #96dcef;
  background-color: #003443;
  border-color: #002c39;
}
.btn-utility-blue:active:hover, .btn-utility-blue:active:focus, .btn-utility-blue:active.focus, .btn-utility-blue.active:hover, .btn-utility-blue.active:focus, .btn-utility-blue.active.focus, .open > .btn-utility-blue.dropdown-toggle:hover, .open > .btn-utility-blue.dropdown-toggle:focus, .open > .btn-utility-blue.dropdown-toggle.focus {
  color: #96dcef;
  background-color: #00181f;
  border-color: black;
}
.btn-utility-blue:active, .btn-utility-blue.active, .open > .btn-utility-blue.dropdown-toggle {
  background-image: none;
}
.btn-utility-blue.disabled:hover, .btn-utility-blue.disabled:focus, .btn-utility-blue.disabled.focus, .btn-utility-blue[disabled]:hover, .btn-utility-blue[disabled]:focus, .btn-utility-blue[disabled].focus, fieldset[disabled] .btn-utility-blue:hover, fieldset[disabled] .btn-utility-blue:focus, fieldset[disabled] .btn-utility-blue.focus {
  background-color: #005c76;
  border-color: #005c76;
}
.btn-utility-blue .badge {
  color: #005c76;
  background-color: #96dcef;
}

.search-container {
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 35px;
  background-color: #005c76;
  position: absolute;
  top: -60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .search-container {
    height: 59px;
  }
}
.search-container.open {
  visibility: visible;
  top: 0;
  opacity: 1;
}
.search-container .btn-utility {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .search-container .btn-utility {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.search-container .btn-utility .fa {
  vertical-align: baseline;
}
.search-container .dropdown-menu {
  background-color: #005c76;
  color: #fff;
  padding: 18px;
}
.search-container .checkbox {
  margin: 0 0 10px;
}
.search-container .checkbox label {
  min-height: 0;
}
.search-container .checkbox label:before, .search-container .checkbox label:after {
  top: 3px;
}
.search-container .checkbox:last-child {
  margin: 0;
}

.search-input {
  height: 27px;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .search-input {
    height: 40px;
    font-size: 16px;
    margin: 0 10px;
  }
}

.btn-search {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
.btn-search:focus, .btn-search.focus {
  color: #fff;
  background-color: #266a47;
  border-color: #123221;
}
.btn-search:hover {
  color: #fff;
  background-color: #266a47;
  border-color: #236342;
}
.btn-search:active, .btn-search.active, .open > .btn-search.dropdown-toggle {
  color: #fff;
  background-color: #266a47;
  border-color: #236342;
}
.btn-search:active:hover, .btn-search:active:focus, .btn-search:active.focus, .btn-search.active:hover, .btn-search.active:focus, .btn-search.active.focus, .open > .btn-search.dropdown-toggle:hover, .open > .btn-search.dropdown-toggle:focus, .open > .btn-search.dropdown-toggle.focus {
  color: #fff;
  background-color: #1c5035;
  border-color: #123221;
}
.btn-search:active, .btn-search.active, .open > .btn-search.dropdown-toggle {
  background-image: none;
}
.btn-search.disabled:hover, .btn-search.disabled:focus, .btn-search.disabled.focus, .btn-search[disabled]:hover, .btn-search[disabled]:focus, .btn-search[disabled].focus, fieldset[disabled] .btn-search:hover, fieldset[disabled] .btn-search:focus, fieldset[disabled] .btn-search.focus {
  background-color: #339060;
  border-color: #339060;
}
.btn-search .badge {
  color: #339060;
  background-color: #fff;
}

.btn-search-open {
  color: #40b679;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .btn-search-open {
    font-size: 24px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0;
  }
}
.btn-search-open:hover {
  color: #339060;
}
.btn-search-open .fa-search {
  vertical-align: baseline;
}

@media screen and (min-width: 768px) {
  .btn-search-close {
    font-size: 24px;
  }
}

.search-band .search-container {
  visibility: visible;
  top: 0;
  opacity: 1;
  position: static;
}

.sidebar-search .btn-search-close, .search-band .btn-search-close {
  display: none;
}

.dropdown-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.dropdown-utility .btn-utility {
  border-width: 0;
  border-top-width: 5px;
  padding-top: 1px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .dropdown-utility .btn-utility {
    padding-top: 3px;
  }
}
.dropdown-utility.open .btn-utility {
  color: #949494;
  background-color: #fff;
  border-top: 5px solid #007698;
}
.dropdown-utility .dropdown-menu {
  background-color: #fff;
  border-bottom: 5px solid #007698;
  min-width: 240px;
}
.dropdown-utility .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-utility a {
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  display: block;
  padding: 5px 10px;
  white-space: normal;
  color: #007698;
}
@media screen and (min-width: 768px) {
  .dropdown-utility a {
    max-width: 650px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.dropdown-utility a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80%;
  margin-right: 5px;
  color: #949494;
  content: "\f054";
  vertical-align: 1px;
}
.dropdown-utility a:hover {
  text-decoration: none;
  color: #004154;
  background-color: #f0f0f0;
}
.dropdown-utility a:hover:before {
  color: #474747;
}

.dropdown-search-categories {
  min-width: 65px;
}
@media screen and (min-width: 768px) {
  .dropdown-search-categories {
    min-width: 140px;
  }
}

.dropdown-student-alerts .fa-bell-o {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .dropdown-student-alerts .fa-bell-o {
    font-size: 24px;
  }
}
.dropdown-student-alerts .dropdown-menu {
  min-width: 240px;
}
.dropdown-student-alerts .student-alert-link {
  padding: 5px 10px;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .dropdown-student-alerts .student-alert-link {
    max-width: 650px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.dropdown-student-alerts .student-alert-link:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80%;
  margin-right: 5px;
  color: #949494;
  content: "\f054";
  vertical-align: 1px;
}
.dropdown-student-alerts .student-alert-link:hover:before {
  color: #474747;
}
.dropdown-student-alerts .badge:empty {
  display: none;
}

.btn-student-alerts {
  color: #40b679;
  background-color: #005c76;
  border-color: #005c76;
}
.btn-student-alerts:focus, .btn-student-alerts.focus {
  color: #40b679;
  background-color: #003443;
  border-color: black;
}
.btn-student-alerts:hover {
  color: #40b679;
  background-color: #003443;
  border-color: #002c39;
}
.btn-student-alerts:active, .btn-student-alerts.active, .open > .btn-student-alerts.dropdown-toggle {
  color: #40b679;
  background-color: #003443;
  border-color: #002c39;
}
.btn-student-alerts:active:hover, .btn-student-alerts:active:focus, .btn-student-alerts:active.focus, .btn-student-alerts.active:hover, .btn-student-alerts.active:focus, .btn-student-alerts.active.focus, .open > .btn-student-alerts.dropdown-toggle:hover, .open > .btn-student-alerts.dropdown-toggle:focus, .open > .btn-student-alerts.dropdown-toggle.focus {
  color: #40b679;
  background-color: #00181f;
  border-color: black;
}
.btn-student-alerts:active, .btn-student-alerts.active, .open > .btn-student-alerts.dropdown-toggle {
  background-image: none;
}
.btn-student-alerts.disabled:hover, .btn-student-alerts.disabled:focus, .btn-student-alerts.disabled.focus, .btn-student-alerts[disabled]:hover, .btn-student-alerts[disabled]:focus, .btn-student-alerts[disabled].focus, fieldset[disabled] .btn-student-alerts:hover, fieldset[disabled] .btn-student-alerts:focus, fieldset[disabled] .btn-student-alerts.focus {
  background-color: #005c76;
  border-color: #005c76;
}
.btn-student-alerts .badge {
  color: #005c76;
  background-color: #40b679;
}
.btn-student-alerts .badge {
  color: #fff;
  background-color: #d9534f;
  padding: 3px 5px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .btn-student-alerts .badge {
    font-size: 14px;
    padding: 3px 7px;
  }
}

.bg-grey {
  background-color: #949494;
}

.bg-grey-dark {
  background-color: #6f6f6f;
}

.bg-grey-darker {
  background-color: #474747;
}

.bg-grey-darkest {
  background-color: #272727;
}

.bg-grey-light {
  background-color: #bebebe;
}

.bg-grey-lighter {
  background-color: #d3d3d3;
}

.bg-grey-lightest {
  background-color: #f0f0f0;
}

.bg-blue {
  background-color: #007698;
}

.bg-blue-dark {
  background-color: #005c76;
}

.bg-blue-darker {
  background-color: #004154;
}

.bg-blue-darkest {
  background-color: #002732;
}

.bg-blue-light {
  background-color: #0090ba;
}

.bg-blue-lighter {
  background-color: #76e0ff;
}

.bg-blue-lightest {
  background-color: #96dcef;
}

.bg-green {
  background-color: #40b679;
}

.bg-green-dark {
  background-color: #339060;
}

.bg-green-darker {
  background-color: #256b47;
}

.bg-green-darkest {
  background-color: #143825;
}

.bg-green-light {
  background-color: #7bd0a4;
}

.bg-green-lighter {
  background-color: #b9e7cf;
}

.bg-green-lightest {
  background-color: #b9e7cf;
}

.col-foot-links.green-links a, .col-foot-link.green-links a {
  color: #40b679;
  font-size: 20px;
}
@media (max-width: 767px) {
  .col-foot-links.green-links a, .col-foot-link.green-links a {
    background-color: transparent;
    border: 2px solid #40b679;
    border-radius: 8px;
    clear: both;
    display: block;
    font-weight: 600;
    margin: 30px auto 0;
    max-width: 280px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .col-foot-links.green-links a:hover, .col-foot-links.green-links a:active, .col-foot-link.green-links a:hover, .col-foot-link.green-links a:active {
    color: #007698;
    border-color: #007698;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .col-foot-links.green-links a, .col-foot-link.green-links a {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .col-foot-links.green-links a:first-child, .col-foot-link.green-links a:first-child {
    border-right: 1px solid #949494;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.col-foot-links.green-links a:last-child, .col-foot-link.green-links a:last-child {
  border-right: none;
}
.col-foot-links.green-links a:hover, .col-foot-link.green-links a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .col-foot-links.green-links a:hover, .col-foot-link.green-links a:hover {
    color: #007698;
  }
}

.dark-band .col-foot-links.green-links a, .dark-band .col-foot-link.green-links a {
  color: #61c893;
}
.dark-band .col-foot-links.green-links a:hover, .dark-band .col-foot-links.green-links a:active, .dark-band .col-foot-link.green-links a:hover, .dark-band .col-foot-link.green-links a:active {
  color: #008ab2;
  border-color: #008ab2;
}

.header {
  height: 60px;
  padding: 0 6px 2px 10px;
  background-color: #fff;
  border-top: 2px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    border-top-width: 5px;
    padding: 0 18px 2px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 0 36px;
    height: 135px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    height: 115px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 1600px) {
  .header {
    height: 135px;
    padding: 0 36px;
  }
}
.sfTemplateEditor .header {
  height: auto;
}
@media screen and (min-width: 1280px) {
  .main-nav-hover .header {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #949494;
  }
}

.header-inner {
  max-width: 1800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.get-into-flag {
  white-space: nowrap;
  position: absolute;
  top: 195px;
  right: 20%;
  background-image: url("../Images/Shared/fscj_flag.png?v=2");
  width: 140px;
  height: 155px;
  z-index: 2;
  text-decoration: none;
}
@media screen and (max-width: 1599px) {
  .get-into-flag {
    top: 175px;
  }
}
@media screen and (max-width: 1279px) {
  .get-into-flag {
    top: 195px;
  }
}
@media screen and (max-width: 1023px) {
  .get-into-flag {
    top: 160px;
    right: 15%;
  }
}
@media screen and (max-width: 767px) {
  .get-into-flag {
    background-image: none;
    background: #40b679;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    max-height: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    padding: 8px;
    display: block;
  }
}
.get-into-flag a {
  text-align: center;
  font-size: 55px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(71, 71, 71, 0.75);
  line-height: 1.1;
  margin: 0;
  display: block;
  padding: 14px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .get-into-flag a {
    text-align: center;
    font-size: 19px;
    color: #fff;
    text-shadow: none;
    line-height: 1;
    margin: 0;
    display: inline-block;
    padding: 0;
  }
}
.get-into-flag a:hover, .get-into-flag a:after, .get-into-flag a:active, .get-into-flag a:visited {
  text-decoration: none;
}
.get-into-flag a span {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  width: 70%;
  margin: 0 auto;
  display: block;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  .get-into-flag a span {
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    border-bottom: 0;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 0 6px 0 0;
  }
}
.sfPageEditor .get-into-flag {
  overflow: visible;
  position: static;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  min-width: 140px;
  min-height: 155px;
  text-indent: inherit;
}

.get-into-bar {
  background: #40b679;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  padding: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .get-into-bar {
    display: none;
  }
}
.get-into-bar:hover {
  text-decoration: none;
}

.logo {
  width: 170px;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .logo {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .logo {
    width: auto;
    max-width: 384px;
    margin: 0 36px 0 0;
  }
}
.logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 384px;
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo img {
    width: 275px;
  }
}
.logo a {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.logo a:hover {
  opacity: 0.8;
}

.btn-menu {
  display: inline-block;
  visibility: visible;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    font-size: 16px;
    padding: 9px 18px;
  }
}
@media screen and (min-width: 1280px) {
  .btn-menu {
    display: none;
    visibility: hidden;
  }
}

.main-nav {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1280px) {
  .main-nav {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 auto 0 36px;
    width: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .main-nav {
    width: auto;
    margin: 0 auto 0 0;
  }
}
.main-nav .btn-close {
  display: none;
  visibility: hidden;
  color: #96dcef;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .main-nav .btn-close {
    font-size: 20px;
  }
}
.main-nav .btn-close:hover {
  color: #fff;
}
.main-nav + .contact-links {
  display: none;
  visibility: hidden;
}
@media (max-width: 1279px) {
  .main-nav.open {
    display: block;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    padding: 60px 18px 18px;
    background-color: #007698;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-nav.open {
    left: 33.333%;
    padding: 60px;
  }
}
@media (max-width: 1279px) {
  .main-nav.open .btn-close {
    display: inline-block;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .main-nav.open + .contact-links {
    display: block;
    visibility: visible;
  }
}
.sfTemplateEditor .main-nav {
  display: block;
  visibility: visible;
}
.sfTemplateEditor .main-nav + .contact-links {
  display: block;
  visibility: visible;
}

.main-nav-inner {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 18px 0;
  position: relative;
}
.main-nav-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #949494;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main-nav-inner::-webkit-scrollbar {
  width: 10px;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.main-nav-inner::-webkit-scrollbar-thumb {
  background-color: #004154;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .main-nav-inner {
    overflow: visible;
    padding: 0;
    height: 114px;
    position: static;
    margin-top: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav-inner {
    height: 134px;
  }
}

.main-nav-gradient {
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .main-nav-gradient {
    bottom: 55px;
  }
}
@media (min-width: 1025px) {
  .main-nav-gradient {
    bottom: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav-gradient {
    display: none;
    visibility: hidden;
  }
}
.main-nav-gradient.gradient-blue {
  background: linear-gradient(to bottom, rgba(0, 118, 152, 0) 0, #007698 100%);
}
.main-nav-gradient.gradient-blue-darker {
  background: linear-gradient(to bottom, rgba(0, 65, 84, 0) 0, #004154 100%);
}

.main-nav-link {
  color: #bebebe;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .main-nav-link {
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-top: 5px solid #d3d3d3;
    padding: 0 10px 8px;
    color: #007698;
    font-weight: 600;
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav-link {
    padding: 0 18px 8px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .main-nav-link {
    padding: 0 24px 8px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav-link:after {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    color: #40b679;
    margin: -2px 0 0 5px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav-link:after {
    margin: -2px 0 0 10px;
    font-size: 18px;
  }
}
.main-nav-link:hover, .main-nav-link:active {
  color: #004154;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .main-nav-link:hover, .main-nav-link:active {
    color: #004154;
    border-color: #007698;
  }
}
.main-nav-link:focus {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .main-nav-hover .main-nav-link {
    background-color: #ccc;
    border-color: #949494;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav-hover .hover .main-nav-link {
    position: relative;
    z-index: 2010;
    color: #007698;
    border-color: #007698;
    background-color: #fff;
  }
  .main-nav-hover .hover .main-nav-link:after {
    content: "\f077";
  }
}
.main-nav-link.main-nav-link--no-icon:after {
  content: none;
  margin: 0;
  padding: 0;
}
.hover .main-nav-link.main-nav-link--no-icon:after {
  content: none;
}

.main-nav-dropdown {
  display: block;
}
@media screen and (min-width: 1280px) {
  .main-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
  }
}
.sfTemplateEditor .main-nav-dropdown {
  min-width: 100px;
}
.main-nav-dropdown:empty {
  display: none;
}

.main-nav-dropdown-content {
  display: block;
  visibility: visible;
}
@media screen and (min-width: 1280px) {
  .main-nav-dropdown-content {
    display: none;
    visibility: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2010;
    border-bottom: 5px solid #007698;
    padding: 24px 24px 24px;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav-dropdown-content {
    top: 128px;
    padding: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .hover .main-nav-dropdown-content {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sfTemplateEditor .main-nav-dropdown-content {
  display: block;
  visibility: visible;
  position: static;
}

.dropdown-group {
  display: block;
}
@media screen and (min-width: 1280px) {
  .dropdown-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    margin: 0 24px 0 0;
    padding: 0 24px 0 0;
    border-right: 1px solid #bebebe;
  }
}
@media screen and (min-width: 1600px) {
  .dropdown-group {
    margin: 0 36px 0 0;
    padding: 0 36px 0 0;
  }
}
.dropdown-group:nth-last-child(2) {
  margin-bottom: 18px;
}
@media screen and (min-width: 1280px) {
  .dropdown-group:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.dropdown-group:last-child {
  margin: 0 0 18px;
}
@media screen and (min-width: 1280px) {
  .dropdown-group:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.dropdown-group h6 {
  margin: 0;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .dropdown-group h6 {
    margin: 0 0 10px;
    font-size: 20px;
  }
}
.dropdown-group h6 a {
  border-bottom: 2px solid #004154;
  padding: 18px 18px 18px 12px;
  position: relative;
}
.dropdown-group h6 a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 60%;
  vertical-align: 0;
  position: absolute;
  left: 0;
  top: 22px;
}
.dropdown-group h6 a:hover {
  color: #004154;
}
@media screen and (min-width: 1280px) {
  .dropdown-group h6 a {
    color: #007698;
    padding: 0;
    border: 0;
  }
  .dropdown-group h6 a:before {
    content: none;
  }
}
.dropdown-group p {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1280px) {
  .dropdown-group p {
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1600px) {
  .dropdown-group p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .dropdown-group p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-group p:last-child {
    margin: auto 0 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-group img {
    display: block;
    visibility: visible;
    border: 1px solid #007698;
    width: 100%;
    height: auto;
  }
}
.dropdown-group br {
  display: none;
  visibility: hidden;
}
.dropdown-group a {
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.dropdown-group a:hover {
  color: #004154;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .dropdown-group a {
    color: #007698;
    display: inline-block;
    padding: 18px;
  }
}
.dropdown-group a.btn-ghost-blue:hover {
  color: #fff;
}

.more-links h6 {
  color: #bebebe;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0;
  display: block;
}
.more-links p {
  display: block;
  visibility: visible;
  margin: 0;
}
.more-links p a {
  padding: 5px 0 5px 12px;
}
.more-links p a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 60%;
  vertical-align: 0;
  position: absolute;
  left: 0;
  top: 11px;
}
.more-links p a:hover {
  color: #004154;
}
@media screen and (min-width: 1280px) {
  .more-links p a {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .more-links p:last-child {
    margin: 0 0 auto;
  }
}

.contact-links {
  position: fixed;
  top: 0;
  right: 66.666%;
  bottom: 0;
  left: 0;
  z-index: 1050;
  padding: 60px 18px 60px;
  background-color: #004154;
}
@media screen and (min-width: 1024px) {
  .contact-links {
    padding: 60px 36px 60px;
  }
}
.contact-links h6 {
  font-size: 16px;
  color: #0090ba;
  text-transform: uppercase;
  font-weight: 700;
  margin: 36px 0 18px;
}
.contact-links h6:first-of-type {
  margin-top: 0;
}
.contact-links p {
  color: #bebebe;
  margin: 0 0 10px;
}
.contact-links a {
  color: #bebebe;
  display: block;
}
.contact-links a:hover {
  color: #0090ba;
  text-decoration: none;
}
.sfTemplateEditor .contact-links {
  position: static;
}

.contact-links-inner {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 18px 0;
  position: relative;
}
.contact-links-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #949494;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.contact-links-inner::-webkit-scrollbar {
  width: 10px;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.contact-links-inner::-webkit-scrollbar-thumb {
  background-color: #007698;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.button-links {
  height: auto;
  margin: 0 15px 0 auto;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .button-links {
    visibility: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .button-links {
    min-width: 215px;
  }
}
.main-nav-hover .button-links {
  opacity: 0.8;
}
.sfTemplateEditor .button-links {
  width: 275px;
}

.main-nav-button-link {
  color: #fff;
  background-color: #40b679;
  border-color: #40b679;
  display: inline-block;
  border: 0;
  height: auto;
  border-radius: 10px;
  text-align: center;
  align-items: inherit;
  margin: 0 0 0 10px;
  font-size: 16px;
  padding: 10px 18px;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .main-nav-button-link {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1600px) {
  .main-nav-button-link {
    font-size: 20px;
  }
}
.main-nav-button-link:visited {
  color: #fff;
  background-color: #40b679;
  border-color: #40b679;
}
.main-nav-button-link:hover, .main-nav-button-link:active, .main-nav-button-link:focus {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
@media screen and (min-width: 1280px) {
  .main-nav-button-link:after {
    content: none;
  }
}
.main-nav-hover .main-nav-button-link {
  color: #eee;
  background-color: #40b679;
  border-color: #40b679;
}
@media screen and (min-width: 1280px) {
  .main-nav-hover .main-nav-button-link:after {
    content: none;
  }
}

.main {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .main-nav-open .main {
    display: none;
    visibility: hidden;
  }
}
.main-nav-hover .main {
  opacity: 0.8;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body.main-nav-hover {
  background-color: #000;
}
body.ie-10 {
  overflow-x: hidden;
  overflow-y: auto;
}

.ToolbarContainer, .ToolbarContainer.sf_cols.row {
  clear: both;
  position: relative;
  background-color: #d3d3d3;
  padding: 15px 18px;
  /*> div > div {
      display:flex;
      height:100%;
      flex:1;
      align-items:center;
      align-content:center;
      flex-direction:row;
  }*/
}
.ToolbarContainer:before, .ToolbarContainer:after, .ToolbarContainer.sf_cols.row:before, .ToolbarContainer.sf_cols.row:after {
  content: " ";
  display: table;
}
.ToolbarContainer:after, .ToolbarContainer.sf_cols.row:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .ToolbarContainer, .ToolbarContainer.sf_cols.row {
    padding: 15px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .ToolbarContainer, .ToolbarContainer.sf_cols.row {
    padding: 15px 54px;
  }
}
@media screen and (min-width: 1600px) {
  .ToolbarContainer, .ToolbarContainer.sf_cols.row {
    padding: 15px 72px;
  }
}
.ToolbarContainer .sfCategoriesList, .ToolbarContainer.sf_cols.row .sfCategoriesList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ToolbarContainer .sfCategoriesList li, .ToolbarContainer.sf_cols.row .sfCategoriesList li {
  list-style-type: none;
  border-left: 1px solid #949494;
  padding-left: 8px;
  margin-left: 5px;
  display: inline-block;
}
.ToolbarContainer .sfCategoriesList li:first-child, .ToolbarContainer.sf_cols.row .sfCategoriesList li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.ToolbarContainer .sfCategoriesList li a, .ToolbarContainer.sf_cols.row .sfCategoriesList li a {
  color: #6f6f6f;
}
.ToolbarContainer .sfCategoriesList li a:hover, .ToolbarContainer .sfCategoriesList li a:focus, .ToolbarContainer .sfCategoriesList li a:active, .ToolbarContainer.sf_cols.row .sfCategoriesList li a:hover, .ToolbarContainer.sf_cols.row .sfCategoriesList li a:focus, .ToolbarContainer.sf_cols.row .sfCategoriesList li a:active {
  color: #007698;
}
.ToolbarContainer .published-date, .ToolbarContainer.sf_cols.row .published-date {
  display: block;
}
@media screen and (min-width: 768px) {
  .ToolbarContainer .published-date, .ToolbarContainer.sf_cols.row .published-date {
    display: inline-block;
  }
}
.ToolbarContainer .published-date + .event-details-categories, .ToolbarContainer .published-date + .categories, .ToolbarContainer .published-date + .cat-cloud, .ToolbarContainer .published-date + .video-cats, .ToolbarContainer .published-date + .news-details-categories, .ToolbarContainer.sf_cols.row .published-date + .event-details-categories, .ToolbarContainer.sf_cols.row .published-date + .categories, .ToolbarContainer.sf_cols.row .published-date + .cat-cloud, .ToolbarContainer.sf_cols.row .published-date + .video-cats, .ToolbarContainer.sf_cols.row .published-date + .news-details-categories {
  border-top: 1px solid #949494;
  display: block;
  margin-top: 5px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .ToolbarContainer .published-date + .event-details-categories, .ToolbarContainer .published-date + .categories, .ToolbarContainer .published-date + .cat-cloud, .ToolbarContainer .published-date + .video-cats, .ToolbarContainer .published-date + .news-details-categories, .ToolbarContainer.sf_cols.row .published-date + .event-details-categories, .ToolbarContainer.sf_cols.row .published-date + .categories, .ToolbarContainer.sf_cols.row .published-date + .cat-cloud, .ToolbarContainer.sf_cols.row .published-date + .video-cats, .ToolbarContainer.sf_cols.row .published-date + .news-details-categories {
    border-left: 1px solid #474747;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 12px;
    margin-left: 5px;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .ToolbarContainer .published-date + .event-details-categories, .ToolbarContainer .published-date + .categories, .ToolbarContainer .published-date + .cat-cloud, .ToolbarContainer .published-date + .video-cats, .ToolbarContainer .published-date + .news-details-categories, .ToolbarContainer.sf_cols.row .published-date + .event-details-categories, .ToolbarContainer.sf_cols.row .published-date + .categories, .ToolbarContainer.sf_cols.row .published-date + .cat-cloud, .ToolbarContainer.sf_cols.row .published-date + .video-cats, .ToolbarContainer.sf_cols.row .published-date + .news-details-categories {
    max-width: 75%;
  }
}
.ToolbarContainer .event-details-categories, .ToolbarContainer .categories, .ToolbarContainer .cat-cloud, .ToolbarContainer .video-cats, .ToolbarContainer .news-details-categories, .ToolbarContainer.sf_cols.row .event-details-categories, .ToolbarContainer.sf_cols.row .categories, .ToolbarContainer.sf_cols.row .cat-cloud, .ToolbarContainer.sf_cols.row .video-cats, .ToolbarContainer.sf_cols.row .news-details-categories {
  display: inline-block;
}
.ToolbarContainer .event-details-categories .sfCategoriesList, .ToolbarContainer .categories .sfCategoriesList, .ToolbarContainer .cat-cloud .sfCategoriesList, .ToolbarContainer .video-cats .sfCategoriesList, .ToolbarContainer .news-details-categories .sfCategoriesList, .ToolbarContainer.sf_cols.row .event-details-categories .sfCategoriesList, .ToolbarContainer.sf_cols.row .categories .sfCategoriesList, .ToolbarContainer.sf_cols.row .cat-cloud .sfCategoriesList, .ToolbarContainer.sf_cols.row .video-cats .sfCategoriesList, .ToolbarContainer.sf_cols.row .news-details-categories .sfCategoriesList {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.ToolbarContainer .event-details-categories .sfCategoriesList::before, .ToolbarContainer .categories .sfCategoriesList::before, .ToolbarContainer .cat-cloud .sfCategoriesList::before, .ToolbarContainer .video-cats .sfCategoriesList::before, .ToolbarContainer .news-details-categories .sfCategoriesList::before, .ToolbarContainer.sf_cols.row .event-details-categories .sfCategoriesList::before, .ToolbarContainer.sf_cols.row .categories .sfCategoriesList::before, .ToolbarContainer.sf_cols.row .cat-cloud .sfCategoriesList::before, .ToolbarContainer.sf_cols.row .video-cats .sfCategoriesList::before, .ToolbarContainer.sf_cols.row .news-details-categories .sfCategoriesList::before {
  content: "\f02c";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.SidebarContentWrp {
  background-color: #f0f0f0;
  padding: 20px 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .SidebarContentWrp {
    padding: 30px 36px;
  }
}
@media screen and (min-width: 1024px) {
  .SidebarContentWrp {
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .SidebarContentWrp {
    padding: 50px;
  }
}
.SidebarContentWrp .widget {
  clear: both;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.SidebarContentWrp .widget::after {
  clear: both;
  content: "";
  display: table;
}
.SidebarContentWrp .widget + .widget {
  border-top: 1px solid #d3d3d3;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .SidebarContentWrp .widget + .widget {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .SidebarContentWrp .widget + .widget {
    margin-top: 35px;
    padding-top: 35px;
  }
}
.SidebarContentWrp .widget h3 {
  color: #007698;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (min-width: 1600px) {
  .SidebarContentWrp .widget h3 {
    margin-bottom: 30px;
  }
}
.SidebarContentWrp .widget h3 a .fa, .SidebarContentWrp .widget h3 a [class^=icon-], .SidebarContentWrp .widget h3 a [class*=" icon-"] {
  margin-left: 10px;
}
.SidebarContentWrp .widget h3 a .fa:first-child, .SidebarContentWrp .widget h3 a [class^=icon-]:first-child, .SidebarContentWrp .widget h3 a [class*=" icon-"]:first-child {
  margin-left: 0;
  margin-right: 8px;
}
.SidebarContentWrp .widget.widget-search {
  background-color: #d3d3d3;
  border-top: none;
  margin: -20px -20px 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .SidebarContentWrp .widget.widget-search {
    margin: -30px -30px 0;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .SidebarContentWrp .widget.widget-search {
    margin: -40px -40px 0;
  }
}
@media (min-width: 1600px) {
  .SidebarContentWrp .widget.widget-search {
    margin: -50px -50px 0;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.SidebarContentWrp .widget.widget-search.bg-green-darker {
  background-color: #256b47;
}
.SidebarContentWrp .widget.widget-search .cse table.gsc-search-box td.gsc-input, .SidebarContentWrp .widget.widget-search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.SidebarContentWrp .widget.widget-search .cse input.gsc-search-button, .SidebarContentWrp .widget.widget-search input.gsc-search-button {
  background: url("../Images/Icons/fa-search.png") no-repeat center center #007698;
  background-size: 18px;
  border: none;
  display: block;
  height: 33px;
  margin: 0;
  min-width: 0;
  text-indent: -9999px;
  width: 33px;
}
.SidebarContentWrp .widget.widget-search .cse input.gsc-search-button:hover, .SidebarContentWrp .widget.widget-search input.gsc-search-button:hover {
  background: #0090ba;
}
.SidebarContentWrp .widget.widget-link {
  border-top: none;
  padding-top: 0;
}
.SidebarContentWrp .widget.widget-link .btn {
  display: block;
  text-align: center;
}
.SidebarContentWrp .widget.widget-archive h3 {
  margin-bottom: 0;
}
.SidebarContentWrp .band + .widget {
  border-top: none;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .SidebarContentWrp .band + .widget {
    padding-top: 35px;
  }
}
@media (min-width: 1600px) {
  .SidebarContentWrp .band + .widget {
    padding-top: 40px;
  }
}
.SidebarContentWrp .sidebar-search .search-input {
  margin: 0;
  height: 40px;
}
.SidebarContentWrp .sidebar-search .btn-search {
  border-radius: 0;
  height: 40px;
}
.SidebarContentWrp .band[class*=green] .sidebar-search {
  border: 3px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 1279px) {
  .main-nav-open .footer {
    display: none;
    visibility: hidden;
  }
}
.main-nav-hover .footer {
  opacity: 0.8;
}

.footer-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

.footer-top {
  color: #96dcef;
}
.footer-top .btn-ghost-green {
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.footer-top .btn-ghost-green:last-child {
  margin-bottom: 36px;
}

.footer-links {
  margin: 0 0 36px;
}
.footer-links h6 {
  font-size: 24px;
  color: #00b7ed;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.footer-links p {
  margin: 0 0 9px;
}
.footer-links a {
  color: #fff;
}
.footer-links a:visited {
  color: #fff;
}
.footer-links a:hover {
  color: #96dcef;
}
.footer-links a:active {
  color: #76e0ff;
}

.footer-logo {
  margin-bottom: 36px;
}

.footer-bottom {
  color: #96dcef;
}
.footer-bottom p {
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .footer-bottom p {
    font-size: 16px;
  }
}
.footer-bottom a {
  color: #96dcef;
}
.footer-bottom a:visited {
  color: #96dcef;
}
.footer-bottom a:hover {
  color: #fff;
}
.footer-bottom a:active {
  color: #fff;
}

.band.band-title-breadcrumbs {
  padding: 10px 18px;
}
@media (min-width: 768px) {
  .band.band-title-breadcrumbs {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .band.band-title-breadcrumbs {
    padding: 30px 20px;
  }
}
@media (min-width: 1280px) {
  .band.band-title-breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.band.band-title-breadcrumbs h1, .band.band-title-breadcrumbs h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .band.band-title-breadcrumbs h1, .band.band-title-breadcrumbs h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .band.band-title-breadcrumbs h1, .band.band-title-breadcrumbs h2 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .band.band-title-breadcrumbs h1, .band.band-title-breadcrumbs h2 {
    font-size: 32px;
  }
}
.band.band-title-breadcrumbs .sfBreadcrumbWrp ul {
  color: #fff;
  margin: 10px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .band.band-title-breadcrumbs .sfBreadcrumbWrp ul {
    margin: 2px 0 0 0;
    text-align: right;
  }
}
.band.band-title-breadcrumbs .sfBreadcrumbWrp ul a {
  color: #fff;
}
.band.band-title-breadcrumbs .sfBreadcrumbWrp ul a:hover {
  color: #40b679;
}
.band.band-title-breadcrumbs .RadSiteMap_Default .rsmOneLevel .rsmLink {
  background: none;
  line-height: 1;
  padding: 0;
}
.band.band-title-breadcrumbs .RadSiteMap_Default .rsmOneLevel .rsmLink:hover {
  background: none;
  color: #40b679;
}
.band.band-title-breadcrumbs .RadSiteMap_Default .rsmOneLevel .rsmLink::after {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 12px;
  display: inline-block;
  padding: 0 3px 0 7px;
}
.band.band-title-breadcrumbs .RadSiteMap .rsmFlow > .rsmItem:last-child .rsmLink::after {
  display: none;
}
.band.band-title-breadcrumbs .sfBreadcrumbNodeSeparator {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.link-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
h2 + .link-list {
  margin: 0 0 25px;
}
@media screen and (min-width: 1025px) {
  h2 + .link-list {
    margin-bottom: 40px;
  }
}
.link-list + .col-foot-link, .link-list + .col-foot-links {
  margin: 25px 0 0;
}
@media screen and (min-width: 1025px) {
  .link-list + .col-foot-link, .link-list + .col-foot-links {
    margin-top: 40px;
  }
}
.link-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.link-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.link-list h3 {
  font-size: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .link-list h3 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .link-list h3 {
    font-size: 24px;
  }
}
.link-list h3 a {
  color: #007698;
  display: block;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-list h3 a:hover {
  color: #40b679;
  text-decoration: none;
  top: -6px;
}
.link-list h3 a:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-list .col-foot-links {
    bottom: 54px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .link-list .col-foot-links {
    bottom: 72px;
  }
}
@media (min-width: 1600px) {
  .link-list .col-foot-links {
    bottom: 90px;
  }
}
.link-list .col-foot-links a {
  color: #40b679;
  font-size: 20px;
}
@media (max-width: 767px) {
  .link-list .col-foot-links a {
    background-color: transparent;
    border: 2px solid #40b679;
    border-radius: 8px;
    clear: both;
    display: block;
    font-weight: 600;
    margin: 30px auto 0;
    max-width: 280px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .link-list .col-foot-links a:hover, .link-list .col-foot-links a:active {
    color: #007698;
    border-color: #007698;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .link-list .col-foot-links a {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .link-list .col-foot-links a:first-child {
    border-right: 1px solid #949494;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.link-list .col-foot-links a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-list .col-foot-links a:hover {
    color: #007698;
  }
}
.link-list.bulleted-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.link-list.bulleted-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.link-list.bulleted-list li::before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  color: #40b679;
  position: absolute;
  top: 2px;
  left: 0;
}
.link-list.bordered-list li {
  border-bottom: 1px solid #949494;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.link-list.bordered-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.dark-band .link-list.bulleted-list h3 a {
  color: #7bd0a4;
}
.dark-band .link-list.bulleted-list h3 a:hover {
  color: #40b679;
}
.dark-band .link-list.bulleted-list li::before {
  color: #fff;
}

.link-list.bulleted-list.green-bullets li::before {
  color: #40b679;
}

.link-list.green-links li::before {
  color: #40b679;
}

.band-blue-dark .link-list.bordered-list li {
  border-bottom-color: #003443;
}
.band-blue-dark .link-list.bordered-list li:last-child {
  border: none;
}

.numbered-list-wrapper.numbered-list-small {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .numbered-list-wrapper.numbered-list-small {
    max-width: 600px;
  }
}

.numbered-list, .how-to-apply {
  background: #007698 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkKJ/xn4EQOLmHgZGgwpN7GBjMXQgohCoCWYjbRCRFuBWiKcKuEIsiTIU4FKEqxKMIoZCAIohCh5D/oHAiBADV4yYcoBm9JgAAAABJRU5ErkJggg==) repeat;
  color: #fff;
}

.numbered-list-heading {
  margin-top: 0;
}

.numbered-list-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.numbered-list-item {
  clear: both;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 0 30px;
}

.numbered-list-title {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
@media screen and (min-width: 1024px) {
  .numbered-list-title {
    width: 130px;
  }
}

.numbered-list-number {
  background-color: #fff;
  border-radius: 100%;
  color: #40b679;
  margin: 0 15px 0 0;
  padding: 7px;
  width: 50px;
  height: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .numbered-list-number {
    padding: 12px;
    width: 100px;
    height: 100px;
    font-size: 60px;
    margin: 0 30px 0 0;
  }
}
.numbered-list-small .numbered-list-number {
  width: 40px;
  height: 40px;
  font-size: 21px;
}
@media screen and (min-width: 1024px) {
  .numbered-list-small .numbered-list-number {
    width: 80px;
    height: 80px;
    font-size: 45px;
  }
}

.numbered-list-content {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.numbered-list-content a {
  color: #7bd0a4;
}
.numbered-list-content a:hover {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .numbered-list-small .numbered-list-content {
    font-size: 24px;
  }
}

@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 {
    background-color: #f0f0f0;
    padding: 20px 120px;
    margin-top: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mobile-pagination.level-1 {
    padding: 20px 70px;
  }
}
@media screen and (min-width: 568px) and (max-width: 0px) {
  .mobile-pagination.level-1 {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 568px) {
  .mobile-pagination.level-1 {
    padding: 20px 20px 55px 20px;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 .pagination {
    margin: 0;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 .pagination li:first-child, .mobile-pagination.level-1 .pagination li:last-child {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
  }
}
@media screen and (max-width: 568px) {
  .mobile-pagination.level-1 .pagination li:first-child, .mobile-pagination.level-1 .pagination li:last-child {
    top: auto;
    height: auto;
    width: 50%;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 .pagination li:first-child a, .mobile-pagination.level-1 .pagination li:last-child a {
    display: table;
    vertical-align: middle;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 568px) {
  .mobile-pagination.level-1 .pagination li:first-child a, .mobile-pagination.level-1 .pagination li:last-child a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 .pagination li:first-child a span, .mobile-pagination.level-1 .pagination li:last-child a span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 .pagination li:first-child {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1049px) {
  .mobile-pagination.level-1 .pagination li:last-child {
    right: 0;
    left: auto;
  }
}
.mobile-pagination.level-1 > li {
  display: inline;
}
.mobile-pagination.level-1 > li > a,
.mobile-pagination.level-1 > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #fff;
  background-color: #007698;
  border: 1px solid #005c76;
  margin-left: -1px;
}
.mobile-pagination.level-1 > li:first-child > a,
.mobile-pagination.level-1 > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.mobile-pagination.level-1 > li:last-child > a,
.mobile-pagination.level-1 > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.mobile-pagination.level-1 > li > a:hover, .mobile-pagination.level-1 > li > a:focus,
.mobile-pagination.level-1 > li > span:hover,
.mobile-pagination.level-1 > li > span:focus {
  z-index: 2;
  color: #f0f0f0;
  background-color: #005c76;
  border-color: #004154;
}
.mobile-pagination.level-1 > .active > a, .mobile-pagination.level-1 > .active > a:hover, .mobile-pagination.level-1 > .active > a:focus,
.mobile-pagination.level-1 > .active > span,
.mobile-pagination.level-1 > .active > span:hover,
.mobile-pagination.level-1 > .active > span:focus {
  z-index: 3;
  color: #007698;
  background-color: #fff;
  border-color: #005c76;
  cursor: default;
}
.mobile-pagination.level-1 > .disabled > span,
.mobile-pagination.level-1 > .disabled > span:hover,
.mobile-pagination.level-1 > .disabled > span:focus,
.mobile-pagination.level-1 > .disabled > a,
.mobile-pagination.level-1 > .disabled > a:hover,
.mobile-pagination.level-1 > .disabled > a:focus {
  color: #d3d3d3;
  background-color: #007698;
  border-color: #005c76;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.search-results .result-statistics {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .search-results .result-statistics {
    margin: 0 0 50px 0;
  }
}
.search-results .result-statistics span {
  color: #005c76;
}
.search-results .result {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .search-results .result {
    padding-left: 60px;
  }
}
.search-results .result-number-wrapper {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  top: -4px;
}
@media screen and (min-width: 1024px) {
  .search-results .result-number-wrapper {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -5px;
    margin: 0;
  }
}
.search-results .result-number {
  background-color: #f0f0f0;
  border-radius: 100%;
  color: #339060;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1024px) {
  .search-results .result-number {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 21px;
  }
}
.search-results .result-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .search-results .result-title {
    font-size: 24px;
  }
}
.search-results a.result-url {
  color: #40b679;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1em;
  max-width: 100%;
  clear: both;
}
.search-results a.result-url:hover, .search-results a.result-url:focus, .search-results a.result-url:active {
  text-decoration: none;
  color: #339060;
}
.search-results a.result-url::before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f101";
  margin-right: 4px;
}
.search-results .no-results h3 {
  font-weight: normal;
}

.band {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 27px 18px;
}
.band:before, .band:after {
  content: " ";
  display: table;
}
.band:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .band {
    padding: 54px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .band {
    padding: 72px 54px;
  }
}
@media screen and (min-width: 1600px) {
  .band {
    padding: 90px 72px;
  }
}
.band > div[class*=cols] {
  width: 100%;
}

.band-inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
}

.dark-band, .band-dark {
  color: #fff;
}
.dark-band a, .band-dark a {
  color: #fff;
  text-decoration: underline;
}
.dark-band a:visited, .band-dark a:visited {
  color: #d3d3d3;
}
.dark-band a:hover, .dark-band a:focus, .band-dark a:hover, .band-dark a:focus {
  color: #d3d3d3;
}
.dark-band a:active, .band-dark a:active {
  color: #fff;
}

.band-white {
  background-color: #fff;
}

.band-grey {
  background-color: #949494;
}

.band-grey-dark {
  background-color: #6f6f6f;
}

.band-grey-darker {
  background-color: #474747;
}

.band-grey-darkest {
  background-color: #272727;
}

.band-grey-light {
  background-color: #bebebe;
}

.band-grey-lighter {
  background-color: #d3d3d3;
}

.band-grey-lightest {
  background-color: #f0f0f0;
}

.band-blue {
  background-color: #007698;
}

.band-blue-dark {
  background-color: #005c76;
}

.band-blue-darker {
  background-color: #004154;
}

.band-blue-darkest {
  background-color: #002732;
}

.band-green {
  background-color: #40b679;
}

.band-green-dark {
  background-color: #339060;
}

.band-green-darker {
  background-color: #256b47;
}

.band-green-darkest {
  background-color: #143825;
}

.band-white-diagonal-stripe {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARElEQVQYV4XQ2QkAMAgDUJ3A/bfUCVIstPTwyPcjgTAAUBMzI+6gIxGp4UI+mDaeKIUvCmGEPpihC1Zoww5NqKrwn7oMGz9Ctme65S0AAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #474747;
}

.band-grey-diagonal-stripe {
  background: #949494 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV4XQ2QkAMAgDUJ3OL7dzEwe0WGjp4ZHvRwJBETFooqqAHXTEzDVcyAfTxhOl8EUhjNAHM3TBCm3YoQmJyPynLgP/kTVyH5aOHAAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #474747;
}

.band-grey-dark-diagonal-stripe {
  background: #6f6f6f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV4XQ2QkAMAgDUJ3GVdzG9dzOYqGlh0e+HwkERcSgiaoCdtARM9dwIR9MG0+UwheFMEIfzNAFK7RhhyYkIvOfugxONzErcxcAbQAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #474747;
}

.band-grey-darker-diagonal-stripe {
  background: #474747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2N0d3f/z0AAPHjwgIGRkEKQIgUFBfwKYYpAFuI0EVkRToXoirAqxKYIQyEuRSgK8SmCKySkCKxQXV39PyicCAEA9ZMs87bBWEkAAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #474747;
}

.band-grey-darkest-diagonal-stripe {
  background: #272727 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQ0lEQVQYV4XQ2QkAMAwCUDON+4+TaVJSaOmRw++HgkLS0ERVIR10RLKGC/lg2niiFL4ohBH6YIYuWKENOzQhAPOfugyNzikekya6hwAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #000;
}

.band-grey-light-diagonal-stripe {
  background: #bebebe url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV4XQ2QkAMAgDUJ3QUZzNBVzNYqGlh0e+HwkEVdWgiYgAdtAREdVwIR9MG0+UwheFMEIfzNAFK7RhhyZkZvOfugxCVjpYUrasbQAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #474747;
}

.band-grey-lighter-diagonal-stripe {
  background: #d3d3d3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASElEQVQYV2O8fPnyfwYC4PXr1wyMhBSCFImKiuJXCFMEshCniciKcCpEV4RVITZFGApxKUJRiE8RXCEhRWCF+/bt+w8KJ0IAAH3YPXxcn9h7AAAAAElFTkSuQmCC) repeat;
  border-bottom: 3px solid #474747;
}

.band-grey-lightest-diagonal-stripe {
  background: #f0f0f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASElEQVQYV2P88OHDfwYC4PHjxwyMhBSCFMnKyuJXCFMEshCniciKcCpEV4RVITZFGApxKUJRiE8RXCEhRWCFly9f/g8KJ0IAAE9SQMp2OqH+AAAAAElFTkSuQmCC) repeat;
  border-bottom: 3px solid #474747;
}

.band-blue-diagonal-stripe {
  background: #007698 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkKJ/xn4EQOLmHgZGgwpN7GBjMXQgohCoCWYjbRCRFuBWiKcKuEIsiTIU4FKEqxKMIoZCAIohCh5D/oHAiBADV4yYcoBm9JgAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #002732;
}

.band-blue-dark-diagonal-stripe {
  background: #005c76 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkiCn7z0AInN7DwEhQ4ek9DAymLgQUQhWBLMRtIpIi3ArRFGFXiEURpkIcilAV4lGEUEhAEUShutF/UDgRAgDFuiO8WIzzXgAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #002732;
}

.band-blue-darker-diagonal-stripe {
  background: #004154 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkcAj5z0AIPL/HwEhQ4fN7DAySSgQUQhWBLMRtIpIi3ArRFGFXiEURpkIcilAV4lGEUEhAEUShutF/UDgRAgAMYyGOKw2OjAAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #002732;
}

.band-blue-darkest-diagonal-stripe {
  background: #002732 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkUDf6z0AI3DzHwEhQ4c1zDAzqRgQUQhWBLMRtIpIi3ArRFGFXiEURpkIcilAV4lGEUEhAEUQhA8N/UDgRAgDasR8i2Kmh/gAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #000;
}

.band-green-diagonal-stripe {
  background: #40b679 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2N02Fb5n4EAeLr1HAMjIYUgRdLeRvgVwhSBLMRpIrIinArRFWFViE0RhkJcilAU4lMEV0hIEViharb7f1A4EQIA2vkyv0jDlFUAAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #143825;
}

.band-green-dark-diagonal-stripe {
  background: #339060 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2M0npDwn4EAeLjiKAMjIYUgRfIR1vgVwhSBLMRpIrIinArRFWFViE0RhkJcilAU4lMEV0hIEVihiIXqf1A4EQIAGmQvrSeN3HsAAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #143825;
}

.band-green-darker-diagonal-stripe {
  background: #256b47 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2NUzXb/z0AAvD97j4GRkEKQIkFjJfwKYYpAFuI0EVkRToXoirAqxKYIQyEuRSgK8SmCKySkCKxQxEL1PyicCAEA/DYtAfc67EsAAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #143825;
}

.band-green-darkest-diagonal-stripe {
  background: #143825 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2MUsVD9z0AAvDlxm4GRkEKQIhELVfwKYYpAFuI0EVkRToXoirAqxKYIQyEuRSgK8SmCKySkCKyQgYHhPyicCAEAcKko+pxH+zIAAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #000;
}

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

.parallax-band {
  min-height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (min-height: 800px) {
  .parallax-band {
    min-height: 500px;
  }
}
@media screen and (min-height: 900px) {
  .parallax-band {
    min-height: 600px;
  }
}

.band-white + .band-white,
.band-grey + .band-grey,
.band-grey-light + .band-grey-light,
.band-grey-dark + .band-grey-dark,
.band-blue + .band-blue,
.band-green + .band-green {
  padding-top: 0;
}

.align-middle > div[class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.ie-11 .band .flex-inner, .ie-10 .band .flex-inner {
  width: 100%;
}

.display-table {
  float: none;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .display-table {
    display: table;
  }
}
.ie-11 .display-table {
  display: block;
}
.ie-11 .display-table.display-table-cell {
  display: block;
  float: left;
}

.display-table-cell {
  float: none;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .display-table-cell {
    display: table-cell;
  }
}
.display-table-cell.vertical-align-top {
  vertical-align: top;
}
.display-table-cell.vertical-align-bottom {
  vertical-align: bottom;
}
.display-table-cell.vertical-align-middle {
  vertical-align: middle;
}
.ie-11 .display-table-cell {
  display: block;
  float: left;
}

.band-50-50-padding {
  padding: 27px 18px;
}
@media screen and (min-width: 768px) {
  .band-50-50-padding {
    padding: 54px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .band-50-50-padding {
    padding: 72px 54px;
  }
}
@media screen and (min-width: 1600px) {
  .band-50-50-padding {
    padding: 90px 72px;
  }
}

@media screen and (min-width: 768px) {
  .band-50-50-sm {
    width: 50%;
  }
}

.band-dual .band, .band-dual .band-inner {
  width: 100%;
}

.SidebarContentWrp .band, .SidebarContentWrp .band.sf_cols {
  margin: -20px -20px 0;
  padding: 20px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .SidebarContentWrp .band, .SidebarContentWrp .band.sf_cols {
    margin: -30px -30px 0;
    padding: 30px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .SidebarContentWrp .band, .SidebarContentWrp .band.sf_cols {
    margin: -40px -40px 0;
  }
}
@media screen and (min-width: 1600px) {
  .SidebarContentWrp .band, .SidebarContentWrp .band.sf_cols {
    margin: -50px -50px 0;
    padding-left: 35px;
    padding-right: 50px;
  }
}
.SidebarContentWrp .band + .band, .SidebarContentWrp .band.sf_cols + .band.sf_cols {
  margin-top: 0;
}

.band-grey-light h1, .band-grey-light h2, .band-grey-light h3, .band-grey-light h4, .band-grey-light h5, .band-grey-light h6, .band-grey-light-diagonal-stripe h1, .band-grey-light-diagonal-stripe h2, .band-grey-light-diagonal-stripe h3, .band-grey-light-diagonal-stripe h4, .band-grey-light-diagonal-stripe h5, .band-grey-light-diagonal-stripe h6,
.bg-grey-light h1,
.bg-grey-light h2,
.bg-grey-light h3,
.bg-grey-light h4,
.bg-grey-light h5,
.bg-grey-light h6, .bg-grey-light-diagonal-stripe h1, .bg-grey-light-diagonal-stripe h2, .bg-grey-light-diagonal-stripe h3, .bg-grey-light-diagonal-stripe h4, .bg-grey-light-diagonal-stripe h5, .bg-grey-light-diagonal-stripe h6 {
  color: #494949;
}
.band-grey-light p, .band-grey-light .fscjPostDate, .band-grey-light .fscjEventMetaInfo, .band-grey-light .fscjNewsMetaInfo, .band-grey-light-diagonal-stripe p, .band-grey-light-diagonal-stripe .fscjPostDate, .band-grey-light-diagonal-stripe .fscjEventMetaInfo, .band-grey-light-diagonal-stripe .fscjNewsMetaInfo,
.bg-grey-light p,
.bg-grey-light .fscjPostDate,
.bg-grey-light .fscjEventMetaInfo,
.bg-grey-light .fscjNewsMetaInfo, .bg-grey-light-diagonal-stripe p, .bg-grey-light-diagonal-stripe .fscjPostDate, .bg-grey-light-diagonal-stripe .fscjEventMetaInfo, .bg-grey-light-diagonal-stripe .fscjNewsMetaInfo {
  color: #2f2f2f;
}

.band-grey-lighter p, .band-grey-lighter .fscjPostDate, .band-grey-lighter .fscjEventMetaInfo, .band-grey-lighter .fscjNewsMetaInfo, .band-grey-lighter-diagonal-stripe p, .band-grey-lighter-diagonal-stripe .fscjPostDate, .band-grey-lighter-diagonal-stripe .fscjEventMetaInfo, .band-grey-lighter-diagonal-stripe .fscjNewsMetaInfo,
.band-grey-lightest p,
.band-grey-lightest .fscjPostDate,
.band-grey-lightest .fscjEventMetaInfo,
.band-grey-lightest .fscjNewsMetaInfo, .band-grey-lightest-diagonal-stripe p, .band-grey-lightest-diagonal-stripe .fscjPostDate, .band-grey-lightest-diagonal-stripe .fscjEventMetaInfo, .band-grey-lightest-diagonal-stripe .fscjNewsMetaInfo,
.bg-grey-lighter p,
.bg-grey-lighter .fscjPostDate,
.bg-grey-lighter .fscjEventMetaInfo,
.bg-grey-lighter .fscjNewsMetaInfo, .bg-grey-lighter-diagonal-stripe p, .bg-grey-lighter-diagonal-stripe .fscjPostDate, .bg-grey-lighter-diagonal-stripe .fscjEventMetaInfo, .bg-grey-lighter-diagonal-stripe .fscjNewsMetaInfo,
.bg-grey-lightest p,
.bg-grey-lightest .fscjPostDate,
.bg-grey-lightest .fscjEventMetaInfo,
.bg-grey-lightest .fscjNewsMetaInfo, .bg-grey-lightest-diagonal-stripe p, .bg-grey-lightest-diagonal-stripe .fscjPostDate, .bg-grey-lightest-diagonal-stripe .fscjEventMetaInfo, .bg-grey-lightest-diagonal-stripe .fscjNewsMetaInfo {
  color: #494949;
}

.border-bottom-grey-darker {
  border-bottom: 3px solid #474747;
}

.media-combo {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 0;
  padding: 0 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.media-combo::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #949494;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.media-combo::-webkit-scrollbar {
  width: 10px;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.media-combo::-webkit-scrollbar-thumb {
  background-color: #007698;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .media-combo {
    display: block;
    overflow: visible;
    border-bottom: 3px solid #474747;
    padding: 0;
  }
  .ie-10 .media-combo, .ie-11 .media-combo {
    border-bottom: 0;
    padding: 0 0 72px;
  }
}
@media screen and (min-width: 1px) and (-ms-high-contrast: active), (min-width: 1px) and (-ms-high-contrast: none) {
  .media-combo {
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .media-combo {
    height: auto;
  }
}

.media-combo-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 18px 18px;
}
@media screen and (min-width: 768px) {
  .media-combo-wrapper {
    padding: 0;
  }
}
.band + .media-combo-wrapper {
  margin: -12px 0 0;
}
@media screen and (min-width: 768px) {
  .band + .media-combo-wrapper {
    margin: -36px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .band + .media-combo-wrapper {
    margin: -36px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .band + .media-combo-wrapper {
    margin: -54px 0 0;
  }
}
.band-title-breadcrumbs + .media-combo-wrapper {
  margin-top: 0;
}
.media-combo-wrapper figure {
  position: relative;
  overflow: hidden;
}
.media-combo-wrapper figure .fa-custom {
  bottom: 0;
  cursor: pointer;
  font-size: 120px;
  height: 122px;
  left: 50%;
  margin-left: -60px;
  right: 0;
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  z-index: 3;
}
@media (min-width: 768px) {
  .media-combo-wrapper figure .fa-custom {
    top: 20%;
  }
}
@media (min-width: 1025px) {
  .media-combo-wrapper figure .fa-custom {
    top: 12%;
  }
}
@media (min-width: 1400px) {
  .media-combo-wrapper figure .fa-custom {
    top: 15%;
  }
}
@media (min-width: 1800px) {
  .media-combo-wrapper figure .fa-custom {
    top: 25%;
  }
}
.media-combo-wrapper figure .fa-custom:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.media-combo-gradient-right {
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .media-combo-gradient-right {
    display: none;
    visibility: hidden;
  }
}

.media-combo-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .media-combo-top {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .media-combo-top {
    width: 768px;
    height: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .media-combo-top {
    width: 1024px;
    height: 410px;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .media-combo-top {
    width: 1280px;
    height: 512px;
  }
}
@media screen and (min-width: 1600px) and (-ms-high-contrast: active), (min-width: 1600px) and (-ms-high-contrast: none) {
  .media-combo-top {
    width: 1600px;
    height: 640px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), (min-width: 1920px) and (-ms-high-contrast: none) {
  .media-combo-top {
    width: 1903px;
    height: 768px;
  }
}
@media screen and (min-width: 1921px) and (-ms-high-contrast: active), (min-width: 1921px) and (-ms-high-contrast: none) {
  .media-combo-top {
    width: 1920px;
    height: 768px;
  }
}

.media-combo-featured {
  width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 18px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .media-combo-featured {
    min-width: 0;
    margin: 0;
    width: 66.666%;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-featured {
    width: 40%;
  }
}

.media-combo-rows {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .media-combo-rows {
    width: 33.333%;
    height: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-rows {
    width: 60%;
  }
}

.media-combo-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .media-combo-row {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) and (-ms-high-contrast: active), (min-width: 1600px) and (-ms-high-contrast: none) {
  .media-combo-row {
    height: 384px;
  }
}

.media-combo-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .media-combo-bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .media-combo-bottom {
    width: 768px;
    height: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .media-combo-bottom .media-combo-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}

.media-combo-square {
  width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 18px;
}
@media screen and (min-width: 768px) {
  .media-combo-square {
    min-width: 0;
    margin: 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .media-combo-square {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-square {
    width: 33.333%;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .media-combo-square {
    width: 205px;
    height: 205px;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .media-combo-square {
    width: 256px;
    height: 256px;
  }
}
@media screen and (min-width: 1600px) and (-ms-high-contrast: active), (min-width: 1600px) and (-ms-high-contrast: none) {
  .media-combo-square {
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), (min-width: 1920px) and (-ms-high-contrast: none) {
  .media-combo-square {
    width: 384px;
    height: 384px;
  }
}
@media screen and (min-width: 768px) {
  .media-combo-rows .media-combo-row:nth-child(1) .media-combo-square:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-rows .media-combo-row:nth-child(1) .media-combo-square:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .media-combo-bottom .media-combo-square {
    width: 33.333%;
  }
}

.media-combo-image {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .media-combo-image {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: auto;
  }
}

.media-combo-video-image {
  position: relative;
  overflow: hidden;
}
.media-combo-video-image .fa {
  bottom: 0;
  cursor: pointer;
  font-size: 120px;
  height: 122px;
  left: 50%;
  margin-left: -60px;
  right: 0;
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  z-index: 3;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .media-combo-video-image .fa {
    top: 20%;
  }
}
@media (min-width: 1025px) {
  .media-combo-video-image .fa {
    top: 12%;
  }
}
@media (min-width: 1400px) {
  .media-combo-video-image .fa {
    top: 15%;
  }
}
@media (min-width: 1800px) {
  .media-combo-video-image .fa {
    top: 25%;
  }
}
.media-combo-video-image .fa:hover {
  opacity: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.media-combo-overlay {
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .media-combo-overlay {
    margin: auto 0 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    background-color: #007698;
    background-color: rgba(0, 118, 152, 0.9);
    padding: 18px;
    color: #fff;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1800px) {
  .media-combo-overlay {
    top: 60%;
  }
}
.media-combo-overlay a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.media-combo-overlay a:hover {
  text-shadow: 0 0 0 transparent;
}
.media-combo-featured .media-combo-overlay {
  background-color: #007698;
  background-color: rgba(0, 118, 152, 0.9);
}
.media-combo-featured .media-combo-overlay a:hover {
  color: #002732;
  text-shadow: 0 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .media-combo-featured .media-combo-overlay {
    top: 70%;
  }
}
@media screen and (min-width: 768px) {
  .media-combo-featured:hover .media-combo-overlay {
    top: 25%;
  }
}
@media screen and (min-width: 1800px) {
  .media-combo-featured:hover .media-combo-overlay {
    top: 30%;
  }
}
.media-combo-square:nth-child(odd) .media-combo-overlay {
  background-color: #40b679;
  background-color: rgba(64, 182, 121, 0.9);
}
.media-combo-square:nth-child(odd) .media-combo-overlay a:hover {
  color: #256b47;
}
@media screen and (min-width: 768px) {
  .media-combo-square:nth-child(odd) .media-combo-overlay {
    background-color: #007698;
    background-color: rgba(0, 118, 152, 0.9);
  }
  .media-combo-square:nth-child(odd) .media-combo-overlay a:hover {
    color: #002732;
  }
}
.media-combo-square:nth-child(even) .media-combo-overlay {
  background-color: #007698;
  background-color: rgba(0, 118, 152, 0.9);
}
.media-combo-square:nth-child(even) .media-combo-overlay a:hover {
  color: #002732;
}
@media screen and (min-width: 768px) {
  .media-combo-square:nth-child(even) .media-combo-overlay {
    background-color: #40b679;
    background-color: rgba(64, 182, 121, 0.9);
  }
  .media-combo-square:nth-child(even) .media-combo-overlay a:hover {
    color: #256b47;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-row:nth-child(2) .media-combo-square:nth-child(odd) .media-combo-overlay {
    background-color: #40b679;
    background-color: rgba(64, 182, 121, 0.9);
  }
  .media-combo-row:nth-child(2) .media-combo-square:nth-child(odd) .media-combo-overlay a:hover {
    color: #256b47;
  }
}
@media screen and (min-width: 1025px) {
  .media-combo-row:nth-child(2) .media-combo-square:nth-child(even) .media-combo-overlay {
    background-color: #007698;
    background-color: rgba(0, 118, 152, 0.9);
  }
  .media-combo-row:nth-child(2) .media-combo-square:nth-child(even) .media-combo-overlay a:hover {
    color: #002732;
  }
}
.media-combo-bottom .media-combo-square:nth-child(odd) .media-combo-overlay {
  background-color: #007698;
  background-color: rgba(0, 118, 152, 0.9);
}
.media-combo-bottom .media-combo-square:nth-child(odd) .media-combo-overlay a:hover {
  color: #002732;
}
.media-combo-bottom .media-combo-square:nth-child(even) .media-combo-overlay {
  background-color: #40b679;
  background-color: rgba(64, 182, 121, 0.9);
}
.media-combo-bottom .media-combo-square:nth-child(even) .media-combo-overlay a:hover {
  color: #256b47;
}
@media screen and (min-width: 768px) {
  .media-combo-square:hover .media-combo-overlay {
    top: 0;
  }
}

.media-combo-title {
  margin: 0 0 8px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .media-combo-title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1600px) {
  .media-combo-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .media-combo-title {
    font-size: 20px;
  }
}
.media-combo-square:hover .media-combo-title, .media-combo-featured:hover .media-combo-title {
  max-width: none;
  overflow: visible;
  white-space: normal;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
}
@media screen and (min-width: 768px) {
  .media-combo-featured .media-combo-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .media-combo-featured .media-combo-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .media-combo-featured .media-combo-title {
    font-size: 24px;
  }
}
.media-combo-featured .media-combo-title:hover {
  max-width: none;
  overflow: visible;
  white-space: normal;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
}

.media-combo-link {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 768px) {
  .media-combo-link {
    display: block;
    width: 25%;
    position: absolute;
    left: 18px;
    bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .media-combo-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .media-combo-link {
    font-size: 15px;
  }
}

.media-combo-meta {
  display: none;
}
@media screen and (min-width: 768px) {
  .media-combo-meta {
    font-size: 13px;
    display: block;
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 9px;
  }
}
@media screen and (min-width: 1024px) {
  .media-combo-meta {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 1280px) {
  .media-combo-meta {
    margin: 0 0 9px;
  }
}
@media screen and (min-width: 1600px) {
  .media-combo-meta {
    font-size: 16px;
  }
}
.media-combo-meta .fa {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: 1px;
}
@media screen and (min-width: 1280px) {
  .media-combo-meta .fa {
    font-size: 14px;
  }
}

.media-combo-date-time {
  display: block;
  font-size: 11px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .media-combo-date-time {
    width: 75%;
    font-size: 12px;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .media-combo-date-time {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .media-combo-date-time {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .media-combo-date-time {
    font-size: 13px;
  }
}
.media-combo-square:hover .media-combo-date-time, .media-combo-featured:hover .media-combo-date-time {
  max-width: none;
  overflow: visible;
  white-space: normal;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
}

.media-combo-date {
  border-right: 1px solid #fff;
  padding-right: 7px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .media-combo-date {
    padding-right: 10px;
    margin-right: 8px;
  }
}

.media-combo-posted {
  display: none;
}
@media screen and (min-width: 768px) {
  .media-combo-posted {
    font-size: 13px;
    display: block;
    width: 75%;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin: 0;
  }
}

.media-combo-play {
  display: none;
}
@media screen and (min-width: 768px) {
  .media-combo-play {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 75%;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .media-combo-play {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .media-combo-play {
    font-size: 20px;
  }
}

.media-combo-summary {
  display: none;
}
@media screen and (min-width: 768px) {
  .media-combo-summary {
    display: block;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1280px) {
  .media-combo-summary {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .media-combo-summary {
    font-size: 16px;
  }
}
.media-combo-featured:hover .media-combo-summary {
  max-width: none;
  overflow: visible;
  white-space: normal;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
}

.media-combo-more {
  background: #474747 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV4XQ2QkAMAgDUJ3GVdzG9dzOYqGlh0e+HwkERcSgiaoCdtARM9dwIR9MG0+UwheFMEIfzNAFK7RhhyYkIvOfugxONzErcxcAbQAAAABJRU5ErkJggg==) repeat;
  text-align: center;
  color: #fff;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .media-combo-bottom .media-combo-more {
    width: 250px;
  }
}

.media-combo-more-title {
  margin: 0 0 10px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (min-width: 1280px) {
  .media-combo-more-title {
    margin: 0 0 20px;
  }
}

.media-combo-more-link {
  color: #fff;
  display: block;
  margin: 0 0 5px;
}
@media screen and (min-width: 1280px) {
  .media-combo-more-link {
    margin: 0 0 10px;
  }
}
.media-combo-more-link .fa {
  vertical-align: 1px;
  margin-right: 3px;
}
.media-combo-more-link:hover {
  color: #bebebe;
  text-decoration: none;
}

.band.band-video-4x1, .band.band-4x1 {
  padding-left: 0;
  padding-right: 0;
}
.band.band-video-4x1 .band-inner, .band.band-4x1 .band-inner {
  max-width: none;
}
.band.band-video-4x1 .media-combo, .band.band-4x1 .media-combo {
  border-bottom: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .band.band-video-4x1 .media-combo-top .media-combo-rows, .band.band-4x1 .media-combo-top .media-combo-rows {
    width: 100%;
  }
  .band.band-video-4x1 .media-combo-top .media-combo-rows .media-combo-row, .band.band-4x1 .media-combo-top .media-combo-rows .media-combo-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .band.band-video-4x1 .media-combo-top .media-combo-rows .media-combo-row .media-combo-square, .band.band-4x1 .media-combo-top .media-combo-rows .media-combo-row .media-combo-square {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .band.band-video-4x1 .media-combo-bottom .media-combo, .band.band-video-4x1 .media-combo-bottom .media-combo-square, .band.band-4x1 .media-combo-bottom .media-combo, .band.band-4x1 .media-combo-bottom .media-combo-square {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .band.band-video-4x1 .media-combo-rows, .band.band-4x1 .media-combo-rows {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .band.band-video-4x1 .media-combo-square, .band.band-4x1 .media-combo-square {
    width: 25%;
  }
}
.band.band-video-4x1 .col-video-foot-links, .band.band-4x1 .col-video-foot-links {
  padding-top: 25px;
}

.stats {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  background: #007698 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYV2NkKJ/xn4EQOLmHgZGgwpN7GBjMXQgohCoCWYjbRCRFuBWiKcKuEIsiTIU4FKEqxKMIoZCAIohCh5D/oHAiBADV4yYcoBm9JgAAAABJRU5ErkJggg==) repeat;
  border-bottom: 3px solid #002732;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stats {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .stats {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media screen and (min-width: 1600px) {
  .stats {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .stats {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .stats {
    font-size: 20px;
  }
}
.stats p {
  text-shadow: 0 2px 0 #002732;
}
.stats .btn {
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .stats .btn {
    font-size: 21px;
    margin: 18px 0 0;
  }
}
.stats .btn-ghost-green {
  color: #7bd0a4;
  background-color: transparent;
  border-color: #40b679;
  border-width: 2px;
  background-image: none;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.stats .btn-ghost-green:focus, .stats .btn-ghost-green.focus {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
.stats .btn-ghost-green:hover {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
.stats .btn-ghost-green:active, .stats .btn-ghost-green.active {
  color: #fff;
  background-color: #339060;
  border-color: #339060;
}
@media screen and (min-width: 1024px) {
  .stats .btn-ghost-green {
    border-width: 3px;
    font-weight: 700;
  }
}
.stats .stats-column-middle .sf_colsIn {
  width: 100%;
}

.stats-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

.stats-gradient {
  background: transparent;
}

@media screen and (min-width: 1024px) {
  .stats-gradient-right {
    padding-right: 54px;
    background: linear-gradient(to right, rgba(0, 92, 118, 0) 0, rgba(0, 92, 118, 0) 90%, rgba(0, 0, 0, 0.3) 100%);
    border-right: 2px solid #005c76;
  }
}
@media screen and (min-width: 1280px) {
  .stats-gradient-right {
    padding-right: 72px;
  }
}

@media screen and (min-width: 1024px) {
  .stats-gradient-left {
    padding-left: 54px;
    background: linear-gradient(to left, rgba(0, 92, 118, 0) 0, rgba(0, 92, 118, 0) 90%, rgba(0, 0, 0, 0.3) 100%);
    border-left: 2px solid #005c76;
  }
}
@media screen and (min-width: 1280px) {
  .stats-gradient-left {
    padding-left: 72px;
  }
}

.stats-column {
  margin: 0 0 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .stats-column {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-column {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-column {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-column {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .stats-column-middle {
    padding-right: 54px;
    padding-left: 54px;
  }
}

@media screen and (min-width: 1024px) {
  .stats-column-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.stats-text-24 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .stats-text-24 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-24 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-24 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-24 {
    font-size: 24px;
  }
}

.stats-text-30 {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .stats-text-30 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-30 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-30 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-30 {
    font-size: 30px;
  }
}

.stats-text-36 {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .stats-text-36 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-36 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-36 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-36 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-36 {
    font-size: 36px;
  }
}

.stats-text-48 {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .stats-text-48 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-48 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-48 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-48 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-48 {
    font-size: 48px;
  }
}

.stats-text-60 {
  font-size: 30px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .stats-text-60 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-60 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-60 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-60 {
    font-size: 54px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-60 {
    font-size: 60px;
  }
}

.stats-text-80 {
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .stats-text-80 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-80 {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-80 {
    font-size: 64px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-80 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-80 {
    font-size: 80px;
  }
}

.stats-text-100 {
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .stats-text-100 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-100 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-100 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-100 {
    font-size: 90px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-100 {
    font-size: 100px;
  }
}

.stats-text-125 {
  font-size: 60px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .stats-text-125 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-125 {
    font-size: 84px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-125 {
    font-size: 96px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-125 {
    font-size: 108px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-125 {
    font-size: 125px;
  }
}

.stats-text-150 {
  font-size: 75px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .stats-text-150 {
    font-size: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .stats-text-150 {
    font-size: 105px;
  }
}
@media screen and (min-width: 1280px) {
  .stats-text-150 {
    font-size: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .stats-text-150 {
    font-size: 135px;
  }
}
@media screen and (min-width: 1800px) {
  .stats-text-150 {
    font-size: 150px;
  }
}

.band.band-back-to-top h2 {
  margin: 0;
  text-align: center;
}
.band.band-back-to-top a {
  color: #005c76;
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .band.band-back-to-top a {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .band.band-back-to-top a {
    font-size: 36px;
  }
}
@media (min-width: 1025px) {
  .band.band-back-to-top a {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .band.band-back-to-top a {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .band.band-back-to-top a {
    font-size: 36px;
  }
}
.band.band-back-to-top a:hover, .band.band-back-to-top a:active, .band.band-back-to-top a:focus {
  color: #0090ba;
  text-decoration: none;
}
.band.band-back-to-top.dark-band {
  color: #fff;
}
.band.band-back-to-top.dark-band a {
  color: #fff;
}
.band.band-back-to-top.dark-band a:hover, .band.band-back-to-top.dark-band a:active, .band.band-back-to-top.dark-band a:focus {
  color: #d9d9d9;
}

.band-icon {
  position: relative;
}
.band-icon .band.transparent-photo {
  border-bottom: 3px solid #474747;
}
@media screen and (min-width: 1024px) {
  .band-icon .band.transparent-photo {
    min-height: 450px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .band-icon .band.transparent-photo {
    min-height: 520px;
  }
}
@media screen and (min-width: 1600px) {
  .band-icon .band.transparent-photo {
    min-height: 550px;
  }
}
.band-icon .band {
  position: static;
}
@media screen and (min-width: 1024px) {
  .band-icon .band {
    padding: 90px 90px;
  }
}
@media screen and (min-width: 1280px) {
  .band-icon .band {
    padding: 90px 110px;
  }
}
@media screen and (min-width: 1600px) {
  .band-icon .band {
    padding: 90px 140px;
  }
}
.band-icon .band-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #007698;
  z-index: 6;
  display: none;
}
@media screen and (min-width: 1024px) {
  .band-icon .band-icon-container {
    display: block;
    font-size: 50px;
    line-height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .band-icon .band-icon-container {
    font-size: 80px;
    line-height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    width: 110px;
    height: 110px;
  }
}
@media screen and (min-width: 1600px) {
  .band-icon .band-icon-container {
    font-size: 100px;
    line-height: 130px;
    margin-top: -65px;
    margin-left: -65px;
    width: 130px;
    height: 130px;
  }
}
.band-icon .band-icon-container::before {
  z-index: 6;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
}
.band-icon .band-icon-container .fa, .band-icon .band-icon-container [class^=icon-], .band-icon .band-icon-container [class*=" icon-"] {
  position: relative;
  top: 1px;
  z-index: 7;
}

.band.transparent-photo {
  position: relative;
}
.band.transparent-photo .band, .band.transparent-photo .band-inner {
  position: static;
  width: 100%;
}
.band.transparent-photo .band-inner .sfContentBlock {
  position: relative;
  z-index: 5;
}
.band.transparent-photo.band-grey-lightest .bg-img::after {
  background-color: #f0f0f0;
}
.band.transparent-photo.band-grey-lighter .bg-img::after {
  background-color: #d3d3d3;
}

.bg-img-cover {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.bg-img-cover img {
  display: none;
}
.bg-img-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.bg-img-cover::after {
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .admissions-landing .band-icon h2 {
    font-size: 41px;
  }
}
.admissions-landing .band-icon .lead {
  font-weight: normal;
}
.admissions-landing .col-events .link-list {
  margin: 25px 0;
}
@media screen and (min-width: 1025px) {
  .admissions-landing .col-events .link-list {
    margin: 40px 0;
  }
}

.square-callout-list {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 0;
  padding: 0 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .square-callout-list {
    display: block;
    overflow: visible;
    border-bottom: 3px solid #474747;
    padding: 0;
  }
  .ie-10 .square-callout-list, .ie-11 .square-callout-list {
    border-bottom: 0;
    padding: 0 0 0;
  }
}
@media screen and (min-width: 1px) and (-ms-high-contrast: active), (min-width: 1px) and (-ms-high-contrast: none) {
  .square-callout-list {
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .square-callout-list {
    height: auto;
  }
}
.band + .square-callout-list {
  margin: -12px 0 0;
}
@media screen and (min-width: 768px) {
  .band + .square-callout-list {
    margin: -36px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .band + .square-callout-list {
    margin: -36px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .band + .square-callout-list {
    margin: -54px 0 0;
  }
}
.band-title-breadcrumbs + .square-callout-list {
  margin-top: 0;
}
.square-callout-list figure {
  position: relative;
  overflow: hidden;
}
.square-callout-list figure .fa-custom {
  bottom: 0;
  cursor: pointer;
  font-size: 120px;
  height: 122px;
  left: 50%;
  margin-left: -60px;
  right: 0;
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  z-index: 3;
}
@media (min-width: 768px) {
  .square-callout-list figure .fa-custom {
    top: 20%;
  }
}
@media (min-width: 1025px) {
  .square-callout-list figure .fa-custom {
    top: 12%;
  }
}
@media (min-width: 1400px) {
  .square-callout-list figure .fa-custom {
    top: 15%;
  }
}
@media (min-width: 1800px) {
  .square-callout-list figure .fa-custom {
    top: 25%;
  }
}
.square-callout-list figure .fa-custom:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.square-callout-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .square-callout-rows {
    width: 768px;
    height: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), (min-width: 1025px) and (-ms-high-contrast: none) {
  .square-callout-rows {
    width: 1024px;
    height: 410px;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .square-callout-rows {
    width: 1280px;
    height: 512px;
  }
}
@media screen and (min-width: 1600px) and (-ms-high-contrast: active), (min-width: 1600px) and (-ms-high-contrast: none) {
  .square-callout-rows {
    width: 1600px;
    height: 640px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), (min-width: 1920px) and (-ms-high-contrast: none) {
  .square-callout-rows {
    width: 1903px;
    height: 768px;
  }
}
@media screen and (min-width: 1921px) and (-ms-high-contrast: active), (min-width: 1921px) and (-ms-high-contrast: none) {
  .square-callout-rows {
    width: 1920px;
    height: 768px;
  }
}

.ie-11 .square-callout-rows, .ie-10 .square-callout-rows {
  height: auto;
  max-width: 100%;
}

.square-callout-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .square-callout-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .square-callout-row {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1600px) and (-ms-high-contrast: active), (min-width: 1600px) and (-ms-high-contrast: none) {
  .square-callout-row {
    height: 384px;
  }
}
.ie-11 .square-callout-row {
  height: auto;
}

.square-callout {
  width: 100%;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 18px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .square-callout {
    min-width: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .square-callout {
    width: 250px;
    height: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .square-callout {
    width: 33.333%;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: actdirive), (min-width: 1025px) and (-ms-high-contrast: none) {
  .square-callout {
    width: 205px;
    height: 205px;
  }
}
@media screen and (min-width: 1280px) and (-ms-high-contrast: active), (min-width: 1280px) and (-ms-high-contrast: none) {
  .square-callout {
    width: 256px;
    height: 256px;
  }
}
@media screen and (min-width: 1600px) and (-ms-high-contrast: active), (min-width: 1600px) and (-ms-high-contrast: none) {
  .square-callout {
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 1920px) and (-ms-high-contrast: active), (min-width: 1920px) and (-ms-high-contrast: none) {
  .square-callout {
    width: 384px;
    height: 384px;
  }
}
.ie-11 .square-callout {
  height: auto;
}

.square-callout-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .square-callout-img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.square-callout-img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .square-callout-img img {
    width: auto;
  }
}

.square-callout-overlay {
  padding: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .square-callout-overlay {
    margin: auto 0 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 2;
    background-color: #007698;
    background-color: rgba(0, 118, 152, 0.9);
    padding: 18px;
    color: #fff;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  .sfPageEditor .square-callout-overlay {
    position: static;
  }
}
.square-callout-overlay p {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.square-callout-overlay a, .square-callout-overlay .square-callout-detail-link {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.square-callout-overlay a:hover, .square-callout-overlay .square-callout-detail-link:hover {
  text-shadow: 0 0 0 transparent;
}
.square-callout-overlay h2, .square-callout-overlay h3, .square-callout-overlay h4, .square-callout-overlay h5, .square-callout-overlay h6, .square-callout-overlay .square-callout-title {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.square-callout-overlay h2:last-child, .square-callout-overlay h3:last-child, .square-callout-overlay h4:last-child, .square-callout-overlay h5:last-child, .square-callout-overlay h6:last-child, .square-callout-overlay .square-callout-title:last-child {
  margin-bottom: 0;
}
.square-callout:nth-child(even) .square-callout-overlay {
  background-color: #40b679;
  background-color: rgba(64, 182, 121, 0.9);
}
.square-callout:nth-child(even) .square-callout-overlay a:hover {
  color: #256b47;
}
@media screen and (min-width: 768px) {
  .square-callout:nth-child(even) .square-callout-overlay {
    background-color: #007698;
    background-color: rgba(0, 118, 152, 0.9);
  }
  .square-callout:nth-child(even) .square-callout-overlay a:hover {
    color: #002732;
  }
}
.square-callout:nth-child(odd) .square-callout-overlay {
  background-color: #007698;
  background-color: rgba(0, 118, 152, 0.9);
}
.square-callout:nth-child(odd) .square-callout-overlay a:hover {
  color: #002732;
}
@media screen and (min-width: 768px) {
  .square-callout:nth-child(odd) .square-callout-overlay {
    background-color: #40b679;
    background-color: rgba(64, 182, 121, 0.9);
  }
  .square-callout:nth-child(odd) .square-callout-overlay a:hover {
    color: #256b47;
  }
}
@media screen and (min-width: 1025px) {
  .square-callout-row:nth-child(2) .square-callout-square:nth-child(even) .square-callout-overlay {
    background-color: #40b679;
    background-color: rgba(64, 182, 121, 0.9);
  }
  .square-callout-row:nth-child(2) .square-callout-square:nth-child(even) .square-callout-overlay a:hover {
    color: #256b47;
  }
}
@media screen and (min-width: 1025px) {
  .square-callout-row:nth-child(2) .square-callout-square:nth-child(odd) .square-callout-overlay {
    background-color: #007698;
    background-color: rgba(0, 118, 152, 0.9);
  }
  .square-callout-row:nth-child(2) .square-callout-square:nth-child(odd) .square-callout-overlay a:hover {
    color: #002732;
  }
}

@media screen and (max-width: 1279px) {
  .square-callout-list-col-4 .square-callout-overlay h2, .square-callout-list-col-4 .square-callout-overlay h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .square-callout-list-col-4 .square-callout-overlay h2, .square-callout-list-col-4 .square-callout-overlay h3 {
    font-size: 20px;
  }
}

.square-callout-overlay.solid {
  display: block;
  position: static;
}

.ie-11 .square-callout-overlay.solid, .ie-10 .square-callout-overlay.solid {
  height: auto;
  flex: none;
}

.video-callout {
  padding: 0;
}

.video-callout .square-callout-img.video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .video-callout .square-callout-img.video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.video-callout .square-callout-img.video iframe {
  width: 100%;
  height: auto;
  display: block;
  min-height: 250px;
}
@media screen and (min-width: 1280px) {
  .video-callout .square-callout-img.video iframe {
    min-height: 360px;
  }
}

.programs-categories {
  display: none;
}

@media screen and (min-width: 1280px) {
  .programs-featured {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin: 36px 0 0;
  }
}

.programs-no-results {
  display: none;
}

.programs-all {
  margin: 18px 0 0;
}
@media screen and (min-width: 1024px) {
  .programs-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px -18px 0;
  }
}
.programs-all:empty + .programs-no-results {
  display: block;
}

.program {
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border-bottom: 3px solid #474747;
}
@media screen and (min-width: 568px) {
  .program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .program {
    margin: 36px 0;
  }
  .program:last-child {
    margin: 36px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .programs-featured .program {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .programs-featured .program {
    margin: 0 36px 0 0;
  }
  .programs-featured .program:last-child {
    margin: 0;
  }
}
.programs-all .program {
  border-bottom: 0;
  display: none;
}
.programs-all .program.is-shown {
  display: block;
}
@media screen and (min-width: 568px) {
  .programs-all .program.is-shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .programs-all .program.is-shown {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 18px;
    margin: 0 0 36px;
  }
}
.program .sfCategoriesList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.program-image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 568px) {
  .program-left .program-image {
    position: relative;
    z-index: 1;
    align-self: flex-start;
  }
}

.program-title {
  padding: 18px;
  background-color: #007698;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .program-title {
    font-size: 24px;
    padding: 36px;
  }
}
@media screen and (min-width: 568px) {
  .program-left .program-title {
    background-color: rgba(0, 118, 152, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }
}
.programs-all .program-title {
  position: static;
  align-self: center;
  line-height: 1.3;
  background-color: #005c76;
}

.program-title-link {
  color: #fff;
}
.program-title-link:visited, .program-title-link:focus {
  color: #fff;
}
.program-title-link:hover, .program-title-link:active {
  color: #d3d3d3;
  text-decoration: none;
}

.program-summary {
  line-height: 1.8;
  color: #474747;
  padding: 18px;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .program-summary {
    padding: 36px;
  }
}

.program-links {
  padding: 18px 18px 21px;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 568px) {
  .program-links {
    margin: auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .program-links {
    padding: 36px;
  }
}
.program-summary + .program-links {
  padding-top: 0;
}
.program-links .btn {
  display: block;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .program-links .btn {
    display: inline-block;
    margin: 18px 12px 0 0;
  }
}
.program-links .btn:last-child {
  margin: 0;
}
@media screen and (min-width: 480px) {
  .program-links .btn:last-child {
    margin: 18px 12px 0 0;
  }
}

@media screen and (min-width: 568px) {
  .program-left {
    position: relative;
    background-color: #007698;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.programs-all .program-left {
  background-color: #005c76;
}
@media screen and (min-width: 568px) {
  .programs-all .program-left {
    border-bottom: 3px solid #bebebe;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media screen and (min-width: 568px) {
  .program-right {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.programs-all .program-right {
  background-color: #f0f0f0;
  border-bottom: 3px solid #bebebe;
}
@media screen and (min-width: 568px) {
  .programs-all .program-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.ie-11 .programs-all .program-right, .ie-10 .programs-all .program-right {
  display: block;
}

.program-degree {
  width: 100%;
  padding: 9px;
  font-size: 16px;
  align-self: center;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .program-degree {
    padding: 18px;
  }
}

.program-school {
  background-color: #40b679;
  color: #fff;
  width: 100%;
  font-size: 16px;
  padding: 9px;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .program-school {
    padding: 18px;
  }
}

.program-detail {
  border-bottom: 3px solid #bebebe;
}

@media screen and (min-width: 768px) {
  .program-detail-image-wrapper {
    margin-right: -36px;
  }
}

.program-detail-left {
  background-color: #fff;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .program-detail-left {
    padding: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .program-detail-left {
    padding: 54px;
  }
}
@media screen and (min-width: 1600px) {
  .program-detail-left {
    padding: 90px;
  }
}

.program-detail-right {
  background-color: #f0f0f0;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .program-detail-right {
    padding: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .program-detail-right {
    padding: 54px;
  }
}
@media screen and (min-width: 1600px) {
  .program-detail-right {
    padding: 54px 90px 90px;
  }
}
.program-detail-right p strong {
  display: block;
}

.program-detail-tagline {
  margin-top: 0;
  font-weight: 300;
}

.program-detail-overview {
  line-height: 1.8;
}

.program-callout {
  background: #40b679 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAR0lEQVQYV2N02Fb5n4EAeLr1HAMjIYUgRdLeRvgVwhSBLMRpIrIinArRFWFViE0RhkJcilAU4lMEV0hIEViharb7f1A4EQIA2vkyv0jDlFUAAAAASUVORK5CYII=) repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .program-callout {
    font-size: 24px;
    padding: 36px;
    margin: 0 -36px 36px 0;
  }
}
@media screen and (min-width: 1280px) {
  .program-callout {
    font-size: 28px;
    margin: 0 -54px 54px 0;
  }
}
@media screen and (min-width: 1600px) {
  .program-callout {
    font-size: 32px;
    margin: 0 -90px 72px -36px;
  }
}
.program-callout:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  color: #b9e7cf;
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 1;
  font-size: 300px;
  line-height: 1;
  opacity: 0.7;
}
.program-callout .sfCategoriesList {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

.program-callout-text {
  position: relative;
  z-index: 2;
}
.program-callout-text:last-child {
  margin-bottom: 0;
}

.program-detail-heading {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-top: 25px;
  margin-bottom: 5px;
  margin: 25px 0 5px 25px;
}
@media screen and (min-width: 768px) {
  .program-detail-heading {
    margin: 25px 0 5px 0;
  }
}
.program-detail-heading:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  color: #40b679;
  font-size: 20px;
  position: absolute;
  left: -24px;
  top: -2px;
}

.success-story-program-detail {
  position: relative;
  background-color: #007698;
}

.success-story-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.success-story-overlay {
  padding: 36px;
  background-color: rgba(0, 118, 152, 0.9);
}
@media screen and (min-width: 768px) {
  .success-story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .success-story-overlay {
    padding: 54px;
  }
}

.success-story-subheading {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}

.success-story-title {
  margin: 0;
  color: #fff;
}
.success-story-title a {
  color: #fff;
  text-decoration: none;
}
.success-story-title a:hover {
  color: #004154;
}

.success-story-title-link {
  color: #fff;
  text-decoration: none;
}
.success-story-title-link:hover {
  color: #004154;
}

.scroll-to {
  display: none;
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 22px 18px 24px;
  background-color: #d3d3d3;
}
.scroll-to:before, .scroll-to:after {
  content: " ";
  display: table;
}
.scroll-to:after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .scroll-to {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .scroll-to {
    padding: 20px 18px 23px;
  }
}
@media screen and (min-width: 1600px) {
  .scroll-to {
    padding: 18px 18px 21px;
  }
}
.scroll-to ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scroll-to li {
  display: inline-block;
  margin-right: 18px;
}
.scroll-to a {
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .scroll-to a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .scroll-to a {
    font-size: 20px;
  }
}
.scroll-to a:hover {
  color: #0090ba;
}
.scroll-to a.active {
  color: #0090ba;
  font-weight: 700;
}

.scroll-to-clone {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .scroll-to-clone.stick {
    display: block;
  }
}

.scroll-to-inner {
  max-width: 1800px;
  margin: 0 auto;
}

.nav-tabs {
  border-bottom: 1px solid #d3d3d3;
}
.nav-tabs > li > a {
  color: #272727;
  background-color: #d3d3d3;
}
.nav-tabs > li > a:hover {
  border-color: #f0f0f0 #f0f0f0 #f0f0f0;
  background-color: #f0f0f0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #40b679;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-bottom-color: transparent;
}

.programs-related {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 568px) {
  .programs-related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .programs-related {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 36px 0 0;
  }
  .programs-related:last-child {
    padding: 0;
  }
}
.programs-related > .sf_colsIn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.programs-related > .sf_colsIn > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.programs-related .program {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

.areas-of-study-callout {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding: 18px;
}
.areas-of-study-callout li {
  list-style: none;
  position: relative;
}
.areas-of-study-callout a {
  font-size: 20px;
}
.areas-of-study-callout a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 75%;
  vertical-align: 0;
  position: absolute;
  left: -17px;
  color: #40b679;
}
@media screen and (min-width: 768px) {
  .areas-of-study-callout {
    font-size: 24px;
    padding: 36px;
    margin: 0 -36px 36px 0;
  }
  .areas-of-study-callout a:before {
    top: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .areas-of-study-callout {
    font-size: 28px;
    margin: 0 -54px 54px 0;
  }
}
@media screen and (min-width: 1600px) {
  .areas-of-study-callout {
    font-size: 32px;
    margin: 0 -90px 72px -36px;
  }
  .areas-of-study-callout a:before {
    top: 17px;
  }
}

.tab-content {
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .tab-content {
    padding: 36px 0;
  }
}

.areas-categories {
  display: none;
}

.area {
  display: block;
  width: 100%;
  margin: 0 0 27px;
  padding: 0;
}
@media screen and (min-width: 568px) {
  .area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .area {
    margin: 36px 0;
  }
  .area:last-child {
    margin: 36px 0 0;
  }
}
.areas-list .area {
  display: none;
}
.areas-list .area.is-shown {
  display: block;
}
@media screen and (min-width: 768px) {
  .areas-list .area.is-shown {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 1024px) {
  .areas-list .area.is-shown {
    float: left;
    width: 50%;
    padding: 0 18px;
    margin: 0 0 36px;
  }
}
@media screen and (min-width: 1280px) {
  .areas-list .area.is-shown {
    margin: 0 0 45px;
  }
}
.area .sfCategoriesList {
  display: none;
}

.area-no-results {
  display: none;
}

.areas-list {
  margin: 18px 0 0;
}
@media screen and (min-width: 1024px) {
  .areas-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px -18px 0;
  }
}
.areas-list:empty + .area-no-results {
  display: block;
}

.area-image {
  width: 100%;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 568px) {
  .area-left .area-image {
    align-self: flex-start;
  }
}
@media screen and (min-width: 568px) {
  .area-image {
    display: none;
  }
  .area-image.campus-image {
    display: inline-block;
  }
}
@media screen and (min-width: 1800px) {
  .area-image {
    display: inline-block;
  }
}

.area-background-image {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 568px) {
  .area-background-image {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .area-background-image {
    display: none;
  }
}

.area-title {
  padding: 18px;
  background-color: #005c76;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .area-title {
    font-size: 24px;
    padding: 36px;
  }
}
.area-right .area-title {
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .area-right .area-title {
    padding: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .area-right .area-title {
    padding: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .area-right .area-title {
    padding: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .area-right .area-title {
    padding: 36px;
  }
}

.area-title-link {
  color: #fff;
}
.area-title-link:visited, .area-title-link:focus {
  color: #fff;
}
.area-title-link:hover, .area-title-link:active {
  color: #d3d3d3;
  text-decoration: none;
}

.area-summary {
  line-height: 1.6;
  color: #474747;
  padding: 12.6px;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .area-summary {
    padding: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .area-summary {
    padding: 12.6px;
  }
}
@media screen and (min-width: 1280px) {
  .area-summary {
    padding: 12.6px;
  }
}
@media screen and (min-width: 1600px) {
  .area-summary {
    padding: 36px;
  }
}

.area-categories {
  margin: 0 0 10px;
  text-align: left;
  padding: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .area-categories {
    margin: auto 0 0;
    text-align: left;
    padding: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .area-categories {
    padding: 0 18px 18px;
  }
}
@media screen and (min-width: 1280px) {
  .area-categories {
    padding: 0 27px 27px;
  }
}
@media screen and (min-width: 1600px) {
  .area-categories {
    padding: 0 36px 36px;
  }
}
.area-categories:before {
  content: "Includes: ";
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  padding: 0;
  display: inline;
}

.area-category, .campus-building-number span {
  display: inline;
  color: #40b679;
  padding: 0;
  margin: 1px 2px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.area-category:after, .campus-building-number span:after {
  content: ",";
}
.area-category:last-child:after, .campus-building-number span:last-child:after {
  content: "";
}

.area-left {
  background-color: #fff;
}
@media screen and (min-width: 568px) {
  .area-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
  }
}

.area-right {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 568px) {
  .area-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.area-top {
  border: 1px solid #bebebe;
  border-bottom: 3px solid #949494;
}
@media screen and (min-width: 568px) {
  .area-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.area-bottom {
  background-color: #f0f0f0;
}

.btn-area-more {
  border-radius: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}
@media screen and (min-width: 568px) {
  .btn-area-more {
    left: -20px;
    margin-left: 0;
  }
}
.btn-area-more:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f139";
}
.btn-area-more.collapsed:before {
  content: "\f13a";
}
.btn-area-more.btn-area-more-wide {
  font-size: 13px;
  bottom: -30px;
  margin-left: -40px;
  border-radius: 18px;
}
@media screen and (min-width: 568px) {
  .btn-area-more.btn-area-more-wide {
    left: -50px;
    margin-left: 0;
    bottom: -20px;
  }
}
@media screen and (min-width: 768px) {
  .btn-area-more.btn-area-more-wide {
    font-size: 16px;
    left: -58px;
  }
}
.btn-area-more.btn-area-more-extra-wide {
  margin-left: -80px;
}
@media screen and (min-width: 568px) {
  .btn-area-more.btn-area-more-extra-wide {
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .btn-area-more.btn-area-more-extra-wide {
    left: -65px;
  }
}

.area-more {
  margin: 0;
  padding: 18px;
  line-height: 1.8;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .area-more {
    padding: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .area-more {
    padding: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .area-more {
    padding: 27px;
  }
}
@media screen and (min-width: 1600px) {
  .area-more {
    padding: 36px;
  }
}

.area-more-heading {
  margin: 0 0 18px;
}

.area-more-list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}

.area-more-no-items {
  display: none;
  visibility: hidden;
}
.area-more-no-items:only-child {
  display: block;
  visibility: visible;
}

.area-more-link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a9";
  margin-left: 5px;
}

.areas-of-study-image-wrapper {
  margin-right: -36px;
}

.areas-detail-right {
  background-color: #f0f0f0;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .areas-detail-right {
    padding: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .areas-detail-right {
    padding: 54px;
    border-left: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
  }
}
@media screen and (min-width: 1600px) {
  .areas-detail-right {
    padding: 54px 90px 90px;
    border-left: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
  }
}
.areas-detail-right p strong {
  display: block;
}

.areas-header {
  text-align: center;
  color: #007698;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .connect-with-us .band-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us .band-inner {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us .band-inner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us .band-inner {
    max-width: 1500px;
  }
}

.connect-with-us-heading {
  color: #007698;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin: 0 0 18px;
}
@media screen and (min-width: 768px) {
  .connect-with-us-heading {
    font-size: 50px;
    line-height: 1.1;
    width: 250px;
    margin-right: 10px;
    text-align: right;
  }
}

.connect-with-us-divider {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .connect-with-us-divider {
    display: block;
    visibility: visible;
    font-size: 180px;
    line-height: 70px;
    color: #bebebe;
    width: 50px;
    height: 115px;
    margin-right: 10px;
  }
}

.connect-with-us-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .connect-with-us-title {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-title {
    width: 35%;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us-title {
    width: 27%;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us-title {
    width: 20%;
  }
}

.connect-with-us-links {
  display: block;
}
@media screen and (min-width: 768px) {
  .connect-with-us-links {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-links {
    display: block;
    width: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us-links {
    width: 73%;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us-links {
    width: 80%;
  }
}

.connect-with-us-link {
  float: left;
  width: 46%;
}
@media screen and (min-width: 768px) {
  .connect-with-us-link {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-link {
    float: left;
    width: 31.333%;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us-link {
    width: 23%;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us-link {
    width: 18%;
  }
}
.connect-with-us-link:nth-child(odd) {
  margin: 0 4% 18px 0;
}
@media screen and (min-width: 768px) {
  .connect-with-us-link:nth-child(odd) {
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-link:nth-child(odd) {
    margin: 0 0 18px 2%;
  }
}
.connect-with-us-link:nth-child(even) {
  margin: 0 0 18px 4%;
}
@media screen and (min-width: 768px) {
  .connect-with-us-link:nth-child(even) {
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-link:nth-child(even) {
    margin: 0 0 18px 2%;
  }
}
.connect-with-us-link:nth-child(2n+1) {
  clear: left;
}
@media screen and (min-width: 768px) {
  .connect-with-us-link:nth-child(2n+1) {
    clear: none;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-link:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us-link:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us-link:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us-link:nth-child(4n+1) {
    clear: none;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us-link:nth-child(5n+1) {
    clear: left;
  }
}
.connect-with-us-link:nth-of-type(9) {
  float: none;
  margin: 0 auto;
  clear: left;
}
@media screen and (min-width: 768px) {
  .connect-with-us-link:nth-of-type(9) {
    float: left;
    clear: none;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .connect-with-us-link:nth-of-type(9) {
    margin: 0 0 18px 2%;
  }
}
@media screen and (min-width: 1280px) {
  .connect-with-us-link:nth-of-type(9) {
    clear: left;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .connect-with-us-link:nth-of-type(9) {
    clear: none;
    float: left;
    margin: 0 0 18px 2%;
  }
}
.connect-with-us-link .btn {
  display: block;
}
.connect-with-us-link .fa {
  margin-right: 3px;
  font-size: 125%;
  vertical-align: -1px;
}

.band-social h2 {
  color: #474747;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .social-white {
    background-color: #fff;
  }
}

.social-inner {
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .social-inner {
    padding: 30px 30px 120px;
  }
}
.social-inner h3 {
  color: #007698;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .social-inner h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .social-inner h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .social-inner h3 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .social-inner .col-foot-link {
    bottom: 60px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .social-inner .col-foot-link a {
    background-color: transparent;
    border: 2px solid #40b679;
    border-radius: 8px;
    clear: both;
    color: #40b679;
    display: block;
    font-weight: 600;
    margin: 30px auto 0;
    max-width: 280px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .social-inner .col-foot-link a:hover, .social-inner .col-foot-link a:active {
    color: #007698;
    border-color: #007698;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .social-inner .col-foot-link a {
    color: #40b679;
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1280px) {
  .social-inner .col-foot-link a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .social-inner .col-foot-link a:hover {
    color: #007698;
    text-decoration: none;
  }
}
@media screen and (min-width: 1600px) {
  .social-inner .col-foot-link a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.col-twitter ul, .col-facebook ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.col-twitter li, .col-facebook li {
  border-bottom: 1px solid #949494;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.col-twitter li:last-child, .col-facebook li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.col-twitter .social-content, .col-twitter .social-link, .col-facebook .social-content, .col-facebook .social-link {
  display: inline;
  -ms-word-break: break-word;
  word-break: break-word;
}
.col-twitter .social-link, .col-facebook .social-link {
  padding-left: 5px;
}

.col-twitter .sfTweetAvatar, .col-twitter .sfTweetAuthor, .col-twitter .sfTweetDate {
  display: none;
}

.col-flickr .flickr_badge_image {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50%;
  /*@media screen and (min-width:568px) {
      width: 33%;
  }

  @media screen and (min-width:1600px) {
      width: 25%;
  }*/
}
.col-flickr .flickr_badge_image a {
  display: block;
  height: 100%;
  width: 100%;
}
.col-flickr .flickr_badge_image a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.col-flickr .flickr_badge_image img {
  border: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  opacity: 0.8;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  min-width: 100%;
  min-height: 100%;
}
.col-flickr .flickr_badge_wrapper {
  text-align: left;
  width: 100%;
}
.col-flickr .flickr-inner:before, .col-flickr .flickr-inner:after {
  content: " ";
  display: table;
}
.col-flickr .flickr-inner:after {
  clear: both;
}

.col-twitter, .col-facebook, .col-flickr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .col-twitter, .col-facebook, .col-flickr {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .col-twitter, .col-facebook, .col-flickr {
    margin-bottom: 0;
  }
}
.col-twitter > .sf_colsIn, .col-facebook > .sf_colsIn, .col-flickr > .sf_colsIn {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-twitter-inner, .col-facebook-inner, .col-flickr-inner {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 1024px) {
  .ShareDropdown {
    text-align: right;
  }
}
.ShareDropdown .share-btn {
  cursor: pointer;
}
.ShareDropdown .share-btn.on {
  color: #40b679;
}
@media screen and (max-width: 1023px) {
  .ShareDropdown .share-btn {
    color: #fff;
    background-color: #40b679;
    border-color: #40b679;
    text-align: center;
    padding: 10px 20px;
    margin-left: -36px;
    margin-right: -36px;
    margin-bottom: -15px;
    display: block;
    margin-top: 15px;
  }
  .ShareDropdown .share-btn:focus, .ShareDropdown .share-btn.focus {
    color: #fff;
    background-color: #339060;
    border-color: #1f583a;
  }
  .ShareDropdown .share-btn:hover {
    color: #fff;
    background-color: #339060;
    border-color: #30895b;
  }
  .ShareDropdown .share-btn:active, .ShareDropdown .share-btn.active, .open > .ShareDropdown .share-btn.dropdown-toggle {
    color: #fff;
    background-color: #339060;
    border-color: #30895b;
  }
  .ShareDropdown .share-btn:active:hover, .ShareDropdown .share-btn:active:focus, .ShareDropdown .share-btn:active.focus, .ShareDropdown .share-btn.active:hover, .ShareDropdown .share-btn.active:focus, .ShareDropdown .share-btn.active.focus, .open > .ShareDropdown .share-btn.dropdown-toggle:hover, .open > .ShareDropdown .share-btn.dropdown-toggle:focus, .open > .ShareDropdown .share-btn.dropdown-toggle.focus {
    color: #fff;
    background-color: #29764e;
    border-color: #1f583a;
  }
  .ShareDropdown .share-btn:active, .ShareDropdown .share-btn.active, .open > .ShareDropdown .share-btn.dropdown-toggle {
    background-image: none;
  }
  .ShareDropdown .share-btn.disabled:hover, .ShareDropdown .share-btn.disabled:focus, .ShareDropdown .share-btn.disabled.focus, .ShareDropdown .share-btn[disabled]:hover, .ShareDropdown .share-btn[disabled]:focus, .ShareDropdown .share-btn[disabled].focus, fieldset[disabled] .ShareDropdown .share-btn:hover, fieldset[disabled] .ShareDropdown .share-btn:focus, fieldset[disabled] .ShareDropdown .share-btn.focus {
    background-color: #40b679;
    border-color: #40b679;
  }
  .ShareDropdown .share-btn .badge {
    color: #40b679;
    background-color: #fff;
  }
  .ShareDropdown .share-btn.on {
    background-color: #2c7d53;
    color: #fff;
  }
}
.ShareDropdown .share-btn .fa, .ShareDropdown .share-btn [class^=icon-], .ShareDropdown .share-btn [class*=" icon-"] {
  margin-left: 8px;
}
.ShareDropdown .share-btn .fa:first-child, .ShareDropdown .share-btn [class^=icon-]:first-child, .ShareDropdown .share-btn [class*=" icon-"]:first-child {
  margin-right: 5px;
  margin-left: 0;
}
.ShareDropdown .page-share-band {
  top: 100%;
  margin-top: 15px;
  max-height: 0;
  max-width: 300px;
  overflow: hidden;
  position: absolute;
  right: -20px;
  background-color: #f0f0f0;
  border: 2px solid #272727;
  border-top: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px 10px;
  width: auto;
  z-index: -1;
}
.ShareDropdown .page-share-band.on {
  display: block;
  z-index: 5;
  max-height: none;
}
@media screen and (max-width: 1023px) {
  .ShareDropdown .page-share-band {
    margin-top: 0;
    max-width: none;
    width: auto;
    border-left: none;
    border-right: none;
    margin-left: -18px;
    margin-right: -18px;
    left: 0;
    right: 0;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ShareDropdown .page-share-band {
    margin-left: -36px;
    margin-right: -36px;
  }
}

.ShareDropdown .page-share-band {
  display: none;
}

@media (min-width: 768px) {
  .band-news-landing {
    padding: 0;
  }
}
.band-news-landing .band-inner {
  max-width: none;
}
.band-news-landing h2 {
  color: #272727;
  margin: 0 0 25px;
}
@media (min-width: 1025px) {
  .band-news-landing h2 {
    margin-bottom: 40px;
  }
}
.band-news-landing .col-news, .band-news-landing .col-events, .band-news-landing .col-blogs {
  position: relative;
}
@media (max-width: 767px) {
  .band-news-landing .col-news, .band-news-landing .col-events, .band-news-landing .col-blogs {
    height: auto !important;
  }
}
.band-news-landing .col-news .alert, .band-news-landing .col-events .alert, .band-news-landing .col-blogs .alert {
  display: none;
}
.band-news-landing .col-news ul, .band-news-landing .col-events ul, .band-news-landing .col-blogs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.band-news-landing .col-news ul:empty + .alert, .band-news-landing .col-events ul:empty + .alert, .band-news-landing .col-blogs ul:empty + .alert {
  display: block;
}
.band-news-landing .col-news li, .band-news-landing .col-events li, .band-news-landing .col-blogs li {
  border-bottom: 1px solid #949494;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.band-news-landing .col-news li:last-child, .band-news-landing .col-events li:last-child, .band-news-landing .col-blogs li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.band-news-landing .col-news h3, .band-news-landing .col-events h3, .band-news-landing .col-blogs h3 {
  font-size: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .band-news-landing .col-news h3, .band-news-landing .col-events h3, .band-news-landing .col-blogs h3 {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-news h3, .band-news-landing .col-events h3, .band-news-landing .col-blogs h3 {
    font-size: 24px;
  }
}
.band-news-landing .col-news h3 a, .band-news-landing .col-events h3 a, .band-news-landing .col-blogs h3 a {
  color: #007698;
  display: block;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.band-news-landing .col-news h3 a:hover, .band-news-landing .col-events h3 a:hover, .band-news-landing .col-blogs h3 a:hover {
  color: #40b679;
  text-decoration: none;
  top: -6px;
}
.band-news-landing .col-news h3 a:active, .band-news-landing .col-events h3 a:active, .band-news-landing .col-blogs h3 a:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .band-news-landing .col-news .col-foot-links, .band-news-landing .col-events .col-foot-links, .band-news-landing .col-blogs .col-foot-links {
    bottom: 54px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-news .col-foot-links, .band-news-landing .col-events .col-foot-links, .band-news-landing .col-blogs .col-foot-links {
    bottom: 72px;
  }
}
@media (min-width: 1600px) {
  .band-news-landing .col-news .col-foot-links, .band-news-landing .col-events .col-foot-links, .band-news-landing .col-blogs .col-foot-links {
    bottom: 90px;
  }
}
.band-news-landing .col-news .col-foot-links a, .band-news-landing .col-events .col-foot-links a, .band-news-landing .col-blogs .col-foot-links a {
  color: #40b679;
  font-size: 20px;
}
@media (max-width: 767px) {
  .band-news-landing .col-news .col-foot-links a, .band-news-landing .col-events .col-foot-links a, .band-news-landing .col-blogs .col-foot-links a {
    background-color: transparent;
    border: 2px solid #40b679;
    border-radius: 8px;
    clear: both;
    display: block;
    font-weight: 600;
    margin: 30px auto 0;
    max-width: 280px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .band-news-landing .col-news .col-foot-links a:hover, .band-news-landing .col-news .col-foot-links a:active, .band-news-landing .col-events .col-foot-links a:hover, .band-news-landing .col-events .col-foot-links a:active, .band-news-landing .col-blogs .col-foot-links a:hover, .band-news-landing .col-blogs .col-foot-links a:active {
    color: #007698;
    border-color: #007698;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-news .col-foot-links a, .band-news-landing .col-events .col-foot-links a, .band-news-landing .col-blogs .col-foot-links a {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .band-news-landing .col-news .col-foot-links a:first-child, .band-news-landing .col-events .col-foot-links a:first-child, .band-news-landing .col-blogs .col-foot-links a:first-child {
    border-right: 1px solid #949494;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.band-news-landing .col-news .col-foot-links a:hover, .band-news-landing .col-events .col-foot-links a:hover, .band-news-landing .col-blogs .col-foot-links a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .band-news-landing .col-news .col-foot-links a:hover, .band-news-landing .col-events .col-foot-links a:hover, .band-news-landing .col-blogs .col-foot-links a:hover {
    color: #007698;
  }
}
.band-news-landing .col-news, .band-news-landing .col-blogs {
  padding: 27px 18px;
}
@media (max-width: 767px) {
  .band-news-landing .col-news, .band-news-landing .col-blogs {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .band-news-landing .col-news, .band-news-landing .col-blogs {
    padding-bottom: 104px;
    padding-top: 54px;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-news, .band-news-landing .col-blogs {
    padding-bottom: 144px;
    padding-top: 72px;
  }
}
@media (min-width: 1600px) {
  .band-news-landing .col-news, .band-news-landing .col-blogs {
    padding-bottom: 180px;
    padding-top: 90px;
  }
}
.band-news-landing .col-events {
  padding-left: 0;
  padding-right: 0;
}
.band-news-landing .col-events .band {
  border: none;
  padding-bottom: 27px;
  padding-top: 27px;
}
@media (max-width: 768px) {
  .band-news-landing .col-events .band {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .band-news-landing .col-events .band {
    padding-bottom: 104px;
    padding-top: 54px;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-events .band {
    padding-bottom: 144px;
    padding-top: 72px;
  }
}
@media (min-width: 1600px) {
  .band-news-landing .col-events .band {
    padding-bottom: 180px;
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .band-news-landing .col-news {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-news {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1600px) {
  .band-news-landing .col-news {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 768px) {
  .band-news-landing .col-blogs {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 1280px) {
  .band-news-landing .col-blogs {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1600px) {
  .band-news-landing .col-blogs {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.landing-wrapper .media-combo-wrapper {
  padding: 18px 0 18px 18px;
}
@media screen and (min-width: 768px) {
  .landing-wrapper .media-combo-wrapper {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .landing-wrapper .media-combo-wrapper .media-combo-featured, .landing-wrapper .media-combo-wrapper .media-combo-rows {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .landing-wrapper .media-combo-wrapper .media-combo-more {
    display: none;
  }
}
@media (min-width: 1025px) {
  .landing-wrapper .media-combo-wrapper .media-combo-square {
    width: 50%;
  }
}

.col-list h2 {
  color: #272727;
  margin: 0 0 25px;
}
@media screen and (min-width: 1025px) {
  .col-list h2 {
    margin-bottom: 40px;
  }
}
.col-list .alert {
  display: none;
}
.col-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.col-list ul:empty + .alert {
  display: block;
}
.col-list li {
  border-bottom: 1px solid #949494;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.col-list li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.col-list .sftitle {
  font-size: 20px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .col-list .sftitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .col-list .sftitle {
    font-size: 24px;
  }
}
.col-list .sftitle a {
  color: #007698;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.col-list .sftitle a:hover, .col-list .sftitle a:focus {
  color: #40b679;
  text-decoration: none;
  top: -6px;
}
.col-list .sftitle a:active {
  text-decoration: none;
}

.news-details-banner {
  -webkit-box-align: "center";
  -ms-flex-align: "center";
  -webkit-align-items: "center";
  -moz-align-items: "center";
  align-items: "center";
}

.sfnewsDetails .news-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #949494;
}
.sfnewsDetails .news-info .news-date-time, .sfnewsDetails .news-info .news-date-time li, .sfnewsDetails .news-info .news-locations, .sfnewsDetails .news-info .news-locations li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sfnewsDetails .news-info .news-date-time {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .sfnewsDetails .news-info .news-date-time {
    padding-left: 40px;
  }
}
.sfnewsDetails .news-info .news-date-time::before {
  position: absolute;
  top: -9px;
  left: 0;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  font-size: 25px;
}
.sfnewsDetails .news-info .news-date-time h4 {
  margin: 0 0 5px 0;
}
.sfnewsDetails .news-info .news-locations .location {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .sfnewsDetails .news-info .news-locations .location {
    padding-left: 40px;
  }
}
.sfnewsDetails .news-info .news-locations .location::before {
  position: absolute;
  top: -9px;
  left: 2px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 25px;
}
.sfnewsDetails .news-info .news-locations .location:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.sfnewsDetails .news-info .news-locations .location-title {
  margin: 0 0 5px 0;
}
.sfnewsDetails .news-info .news-locations address {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.sfnewsDetails .news-info .news-locations address div {
  display: inline;
}

.grid-list-wrapper {
  margin: 0 -18px;
  padding: 27px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .grid-list-wrapper {
    margin-bottom: 27px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .grid-list-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #949494;
    background-color: #bebebe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .grid-list-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #bebebe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .grid-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #007698;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .grid-list-wrapper {
    margin-left: -36px;
    margin-right: -36px;
    padding-bottom: 54px;
  }
}
@media (min-width: 1280px) {
  .grid-list-wrapper {
    margin-left: -54px;
    margin-right: -54px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1600px) {
  .grid-list-wrapper {
    margin-left: -72px;
    margin-right: -72px;
    padding-bottom: 90px;
  }
}

.inner-list-wrapper {
  margin: 0;
  background-color: #007698;
}
@media (max-width: 767px) {
  .inner-list-wrapper {
    width: 1200px;
  }
}

.grid-item-square {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .grid-item-square {
    float: left;
    flex: none;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .grid-item-square figure, .grid-item-square .grid-item-image {
    bottom: 0;
    height: auto;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
  }
}
.grid-item-square figure img, .grid-item-square .grid-item-image img {
  width: 100%;
}
.grid-item-square.default-img {
  /*border:1px solid darken($fscj-blue, 6%);*/
}
.grid-item-square.default-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #005e79;
  z-index: 2;
}
.grid-item-square .fa-custom {
  bottom: 0;
  cursor: pointer;
  font-size: 120px;
  height: 122px;
  left: 50%;
  margin-left: -60px;
  right: 0;
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  z-index: 3;
}
@media (min-width: 768px) {
  .grid-item-square .fa-custom {
    top: 20%;
  }
}
@media (min-width: 1025px) {
  .grid-item-square .fa-custom {
    top: 12%;
  }
}
@media (min-width: 1400px) {
  .grid-item-square .fa-custom {
    top: 15%;
  }
}
@media (min-width: 1800px) {
  .grid-item-square .fa-custom {
    top: 25%;
  }
}
.grid-item-square .fa-custom:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.grid-item-square:nth-child(even) .fa-custom {
  color: #007698;
}
.grid-item-square:nth-child(even):hover .fa-custom {
  color: white;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.grid-item-square:nth-child(even).default-img .grid-item-square-overlay {
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2) inset;
}
.grid-item-square:nth-child(odd) .fa-custom {
  color: #40b679;
}
.grid-item-square:nth-child(odd):hover .fa-custom {
  color: white;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.grid-item-square-overlay {
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .grid-item-square-overlay {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: auto 0 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 1800px) {
  .grid-item-square-overlay {
    top: 70%;
  }
}
.grid-item-square-overlay a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.grid-item-square-overlay a:hover {
  text-shadow: 0 0 0 transparent;
}

@media (min-width: 768px) {
  .grid-item-square:hover .grid-item-square-overlay {
    top: 0;
  }
}
.grid-item-square:hover .grid-item-square-overlay .grid-item-title, .grid-item-square:hover .grid-item-square-overlay .grid-item-summary, .grid-item-square:hover .grid-item-square-overlay .grid-item-date-time {
  max-width: none;
  overflow: visible;
  white-space: normal;
  -ms-text-overflow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
}

.grid-item-square:nth-child(even) .grid-item-square-overlay {
  background-color: #007698;
  background-color: rgba(0, 118, 152, 0.9);
}
.grid-item-square:nth-child(even) .grid-item-square-overlay .grid-item-link {
  color: #004154;
}

.grid-item-square:nth-child(odd) .grid-item-square-overlay {
  background-color: #40b679;
  background-color: rgba(64, 182, 121, 0.9);
}
.grid-item-square:nth-child(odd) .grid-item-square-overlay .grid-item-link {
  color: #256b47;
}

.grid-item-title {
  margin: 0 0 8px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .grid-item-title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1600px) {
  .grid-item-title {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .grid-item-title {
    font-size: 20px;
  }
}

.grid-item-link, .grid-item-meta {
  color: #fff;
  text-decoration: none;
}
.grid-item-link a, .grid-item-meta a {
  color: #fff;
  text-decoration: none;
}

.grid-item-link {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 768px) {
  .grid-item-link {
    display: block;
    width: 25%;
    position: absolute;
    left: 18px;
    bottom: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-item-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .grid-item-link {
    font-size: 15px;
  }
}

.grid-item-meta {
  display: none;
}
@media screen and (min-width: 768px) {
  .grid-item-meta {
    font-size: 13px;
    display: block;
    text-align: left;
    margin: 0 0 9px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-item-meta {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 1280px) {
  .grid-item-meta {
    margin: 0 0 9px;
  }
}
@media (min-width: 1600px) {
  .grid-item-meta {
    font-size: 16px;
  }
}
.grid-item-meta .fa {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: 1px;
}
@media screen and (min-width: 1280px) {
  .grid-item-meta .fa {
    font-size: 14px;
  }
}

.grid-item-play {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
@media (min-width: 768px) {
  .grid-item-play {
    display: block;
    width: 75%;
    text-align: right;
    position: absolute;
    bottom: 18px;
    right: 18px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .grid-item-play {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .grid-item-play {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .grid-item-play {
    font-size: 16px;
  }
}

.grid-item-summary {
  display: none;
}
@media screen and (min-width: 768px) {
  .grid-item-summary {
    display: block;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 1280px) {
  .grid-item-summary {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .grid-item-summary {
    font-size: 16px;
  }
}

.grid-item-square-posted {
  display: none;
}
@media screen and (min-width: 768px) {
  .grid-item-square-posted {
    font-size: 13px;
    display: block;
    width: 75%;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin: 0;
  }
}

.grid-item-date-time {
  display: block;
  font-size: 11px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-item-date-time {
    width: 75%;
    font-size: 12px;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .grid-item-date-time {
    font-size: 13px;
  }
}

.grid-item-location {
  display: block;
  font-size: 11px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid-item-location {
    width: 75%;
    font-size: 12px;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 18px;
    right: 18px;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .grid-item-location {
    font-size: 13px;
  }
}

.grid-item-list-wrapper .modal .modal-content {
  background: none;
  border: none;
  box-shadow: none;
}
.grid-item-list-wrapper .modal .modal-header {
  border: none;
  padding: 0;
}
.grid-item-list-wrapper .modal .modal-body {
  padding: 5px 0 0 0;
}
.grid-item-list-wrapper .modal iframe {
  display: block;
  height: 362px;
  width: 100%;
}
.grid-item-list-wrapper .modal .close {
  color: white;
  font-size: 40px;
  opacity: 1;
  text-shadow: none;
}

.col-grid-item-foot-links a {
  color: #40b679;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .col-grid-item-foot-links a {
    background-color: transparent;
    border: 2px solid #40b679;
    border-radius: 8px;
    clear: both;
    color: #40b679;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .col-grid-item-foot-links a:hover, .col-grid-item-foot-links a:active {
    color: #007698;
    border-color: #007698;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .col-grid-item-foot-links a {
    font-size: 24px;
  }
}
.col-grid-item-foot-links a:hover {
  color: #007698;
  text-decoration: none;
}
@media (max-width: 767px) {
  .col-grid-item-foot-links a:first-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .col-grid-item-foot-links a:first-child {
    border-right: 1px solid #949494;
    margin-right: 15px;
    padding-right: 15px;
  }
}

.grid-landing-list.grid-list-wrapper {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .grid-landing-list.grid-list-wrapper {
    margin-bottom: 0;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .grid-landing-list.grid-list-wrapper .inner-list-wrapper {
    width: auto;
  }
}
@media (max-width: 767px) {
  .grid-landing-list.grid-list-wrapper .grid-item-square {
    float: none;
    width: 100%;
  }
}
@media (min-width: 568px) {
  .grid-landing-list.grid-list-wrapper .grid-item-square {
    width: 50%;
  }
}
.grid-landing-list .pager {
  background-color: #f0f0f0;
  padding: 20px;
}
@media (min-width: 992px) {
  .grid-landing-list .pager {
    padding: 30px;
  }
}
.grid-landing-list .pager ul, .grid-landing-list .pager .pagination {
  margin: 0;
  padding: 0;
}
.grid-landing-list .pager .sf_pagerNumeric {
  margin: 0;
}
.grid-landing-list .grid-item-categories {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .grid-landing-list .grid-item-categories {
    padding: 36px 18px 36px 36px;
  }
}
@media (min-width: 1280px) {
  .grid-landing-list .grid-item-categories {
    padding: 54px 27px 54px 54px;
  }
}
@media (min-width: 1600px) {
  .grid-landing-list .grid-item-categories {
    padding: 72px 36px 72px 72px;
  }
}
.grid-landing-list .grid-item-categories .widget-tagcloud a {
  border-color: #b9e7cf;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.grid-landing-list .grid-item-categories .widget-tagcloud a:hover, .grid-landing-list .grid-item-categories .widget-tagcloud a:focus, .grid-landing-list .grid-item-categories .widget-tagcloud a:active {
  text-shadow: 0 0 0 transparent;
}
.grid-landing-list .grid-item-categories .widget-tagcloud a:nth-of-type(odd):hover {
  border-color: #339060;
  color: #339060;
}
.grid-landing-list .grid-item-categories .widget-tagcloud a:nth-of-type(even):hover {
  border-color: #007698;
  color: #007698;
}
.grid-landing-list .rss-link {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .grid-landing-list .rss-link {
    padding: 36px 36px 36px 18px;
  }
}
@media (min-width: 1280px) {
  .grid-landing-list .rss-link {
    padding: 54px 54px 54px 27px;
  }
}
@media (min-width: 1600px) {
  .grid-landing-list .rss-link {
    padding: 72px 72px 72px 36px;
  }
}
.grid-landing-list .grid-item-categories .widget, .grid-landing-list .rss-link .widget {
  background-color: #7bd0a4;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .grid-landing-list .grid-item-categories .widget, .grid-landing-list .rss-link .widget {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  .grid-landing-list .grid-item-categories .widget, .grid-landing-list .rss-link .widget {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  .grid-landing-list .grid-item-categories .widget, .grid-landing-list .rss-link .widget {
    padding: 60px;
  }
}
.grid-landing-list .grid-item-categories .widget h3, .grid-landing-list .rss-link .widget h3 {
  color: white;
  margin-top: 0;
}
.grid-landing-list .grid-item-categories .widget h3 a, .grid-landing-list .rss-link .widget h3 a {
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-landing-list .grid-item-categories .widget h3 a:hover, .grid-landing-list .rss-link .widget h3 a:hover {
  text-decoration: none;
}
.grid-landing-list .rss-link .widget h3 {
  border: 1px solid white;
  display: inline-block;
  left: 50%;
  margin-left: -98px;
  margin-top: -27.5px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
}
.grid-landing-list .rss-link .widget h3:hover a {
  color: #339060;
}

.video-list-wrapper {
  margin: 0 -18px;
  padding: 27px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .video-list-wrapper {
    margin-bottom: 27px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .video-list-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #949494;
    background-color: #bebebe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .video-list-wrapper::-webkit-scrollbar {
    width: 10px;
    background-color: #bebebe;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .video-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #007698;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .video-list-wrapper {
    margin-left: -36px;
    margin-right: -36px;
    padding-bottom: 54px;
  }
}
@media (min-width: 1280px) {
  .video-list-wrapper {
    margin-left: -54px;
    margin-right: -54px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1600px) {
  .video-list-wrapper {
    margin-left: -72px;
    margin-right: -72px;
    padding-bottom: 90px;
  }
}
.video-list-wrapper .inner-list-wrapper {
  margin: 0;
}
@media (max-width: 767px) {
  .video-list-wrapper .inner-list-wrapper {
    width: 1200px;
  }
}
.video-list-wrapper .video-square {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .video-list-wrapper .video-square {
    float: left;
    flex: none;
    width: 300px;
  }
}
.video-list-wrapper .video-square .fa-custom {
  bottom: 0;
  cursor: pointer;
  font-size: 120px;
  height: 122px;
  left: 50%;
  margin-left: -60px;
  right: 0;
  position: absolute;
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  z-index: 3;
}
@media (min-width: 768px) {
  .video-list-wrapper .video-square .fa-custom {
    top: 20%;
  }
}
@media (min-width: 1025px) {
  .video-list-wrapper .video-square .fa-custom {
    top: 12%;
  }
}
@media (min-width: 1400px) {
  .video-list-wrapper .video-square .fa-custom {
    top: 15%;
  }
}
@media (min-width: 1800px) {
  .video-list-wrapper .video-square .fa-custom {
    top: 25%;
  }
}
.video-list-wrapper .video-square .fa-custom:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.video-list-wrapper .video-square:nth-child(even) .fa-custom {
  color: #007698;
}
.video-list-wrapper .video-square:nth-child(even):hover .fa-custom {
  color: white;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.video-list-wrapper .video-square:nth-child(odd) .fa-custom {
  color: #40b679;
}
.video-list-wrapper .video-square:nth-child(odd):hover .fa-custom {
  color: white;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
@media (min-width: 768px) {
  .video-list-wrapper figure {
    bottom: 0;
    height: auto;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.video-list-wrapper figure img {
  width: 100%;
}
.video-list-wrapper .video-square-overlay {
  padding: 10px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .video-list-wrapper .video-square-overlay {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: auto 0 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    width: 100%;
    z-index: 2;
  }
}
@media (min-width: 1800px) {
  .video-list-wrapper .video-square-overlay {
    top: 70%;
  }
}
.video-list-wrapper .video-square-overlay a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .video-list-wrapper .video-square:hover .video-square-overlay {
    top: 0;
  }
}
.video-list-wrapper .video-square:nth-child(even) .video-square-overlay {
  background-color: #007698;
  background-color: rgba(0, 118, 152, 0.9);
}
.video-list-wrapper .video-square:nth-child(even) .video-square-overlay .video-link {
  color: #004154;
}
.video-list-wrapper .video-square:nth-child(odd) .video-square-overlay {
  background-color: #40b679;
  background-color: rgba(64, 182, 121, 0.9);
}
.video-list-wrapper .video-square:nth-child(odd) .video-square-overlay .video-link {
  color: #256b47;
}
.video-list-wrapper .video-title {
  margin: 0 0 8px;
  font-size: 14px;
  /*.video-square:hover & {
      @include text-ellipsis-none();
  }*/
}
@media (max-width: 767px) {
  .video-list-wrapper .video-title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1600px) {
  .video-list-wrapper .video-title {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  .video-list-wrapper .video-title {
    font-size: 20px;
  }
}
.video-list-wrapper .video-link, .video-list-wrapper .video-meta {
  color: #fff;
  text-decoration: none;
}
.video-list-wrapper .video-link a, .video-list-wrapper .video-meta a {
  color: #fff;
  text-decoration: none;
}
.video-list-wrapper .video-link {
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .video-list-wrapper .video-link {
    bottom: 18px;
    display: block;
    left: 18px;
    position: absolute;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .video-list-wrapper .video-link {
    font-size: 16px;
  }
}
.video-list-wrapper .video-meta {
  font-size: 12px;
  margin: 0 0 5px;
  display: block;
}
@media (min-width: 768px) {
  .video-list-wrapper .video-meta {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1600px) {
  .video-list-wrapper .video-meta {
    font-size: 13px;
  }
}
.video-list-wrapper .video-play {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: block;
}
@media (min-width: 768px) {
  .video-list-wrapper .video-play {
    display: block;
    width: 75%;
    text-align: right;
    position: absolute;
    bottom: 18px;
    right: 18px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1024px) {
  .video-list-wrapper .video-play {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .video-list-wrapper .video-play {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .video-list-wrapper .video-play {
    font-size: 16px;
  }
}
.video-list-wrapper .video-square-posted {
  border-right: 1px solid #fff;
  display: inline-block;
  margin-right: 5px;
  padding-right: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1280px) {
  .video-list-wrapper .video-square-posted {
    font-size: 14px;
  }
}

.video-list-wrapper .modal .modal-content, .media-combo-modals .modal .modal-content {
  background: none;
  border: none;
  box-shadow: none;
}
.video-list-wrapper .modal .modal-header, .media-combo-modals .modal .modal-header {
  border: none;
  padding: 0;
}
.video-list-wrapper .modal .modal-body, .media-combo-modals .modal .modal-body {
  padding: 5px 0 0 0;
}
.video-list-wrapper .modal iframe, .media-combo-modals .modal iframe {
  display: block;
  height: 362px;
  width: 100%;
}
.video-list-wrapper .modal .close, .media-combo-modals .modal .close {
  color: white;
  font-size: 40px;
  opacity: 1;
  text-shadow: none;
}

.col-video-foot-links a {
  color: #40b679;
  display: inline-block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .col-video-foot-links a {
    background-color: transparent;
    border: 2px solid #40b679;
    border-radius: 8px;
    clear: both;
    color: #40b679;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .col-video-foot-links a:hover, .col-video-foot-links a:active {
    color: #007698;
    border-color: #007698;
    text-decoration: none;
  }
}
@media (min-width: 1280px) {
  .col-video-foot-links a {
    font-size: 24px;
  }
}
.col-video-foot-links a:hover {
  color: #007698;
  text-decoration: none;
}
@media (max-width: 767px) {
  .col-video-foot-links a:first-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .col-video-foot-links a:first-child {
    border-right: 1px solid #949494;
    margin-right: 15px;
    padding-right: 15px;
  }
}

.video-detail video {
  border: 10px solid #143825;
  display: block;
  max-width: 100%;
}

.videoMetaShare {
  clear: both;
  position: relative;
  background-color: #d3d3d3;
  padding: 15px 18px;
}
.videoMetaShare:before, .videoMetaShare:after {
  content: " ";
  display: table;
}
.videoMetaShare:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .videoMetaShare {
    padding: 15px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .videoMetaShare {
    padding: 15px 54px;
  }
}
@media screen and (min-width: 1600px) {
  .videoMetaShare {
    padding: 15px 72px;
  }
}
.videoMetaShare .video-date {
  border-bottom: 1px solid #474747;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .videoMetaShare .video-date {
    border-bottom: none;
    border-right: 1px solid #474747;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 10px;
  }
}
.videoMetaShare .video-cats {
  display: inline-block;
}

.video-header-band h1 {
  font-size: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .video-header-band h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .video-header-band h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .video-header-band h1 {
    font-size: 40px;
  }
}

#fullVideoPost .video-feature {
  margin: 0;
  width: 100%;
}
#fullVideoPost #videoSummary {
  background-color: #d3d3d3;
  color: #474747;
  font-size: 15px;
  padding: 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #fullVideoPost #videoSummary {
    margin-bottom: 35px;
  }
}
#fullVideoPost #videoSummary p:last-of-type {
  margin-bottom: 0;
}

#VideoLandingWrapper.video-list-wrapper {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #VideoLandingWrapper.video-list-wrapper {
    margin-bottom: 0;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  #VideoLandingWrapper.video-list-wrapper .inner-list-wrapper {
    width: auto;
  }
}
@media (max-width: 767px) {
  #VideoLandingWrapper.video-list-wrapper .video-square {
    float: none;
    width: 100%;
  }
}
@media (min-width: 568px) {
  #VideoLandingWrapper.video-list-wrapper .video-square {
    width: 50%;
  }
}
#VideoLandingWrapper.video-list-wrapper .video-square.default-img {
  border: 1px solid #005e79;
}
#VideoLandingWrapper.video-list-wrapper .video-square:nth-child(even).default-img .video-square-overlay {
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2) inset;
}
#VideoLandingWrapper #videoPager {
  background-color: #f0f0f0;
  padding: 20px;
}
@media (min-width: 992px) {
  #VideoLandingWrapper #videoPager {
    padding: 30px;
  }
}
#VideoLandingWrapper #videoPager ul {
  margin: 0;
  padding: 0;
}
#VideoLandingWrapper .video-categories {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #VideoLandingWrapper .video-categories {
    padding: 36px 18px 36px 36px;
  }
}
@media (min-width: 1280px) {
  #VideoLandingWrapper .video-categories {
    padding: 54px 27px 54px 54px;
  }
}
@media (min-width: 1600px) {
  #VideoLandingWrapper .video-categories {
    padding: 72px 36px 72px 72px;
  }
}
#VideoLandingWrapper .video-categories .widget-tagcloud a {
  border-color: #b9e7cf;
  color: white;
}
#VideoLandingWrapper .video-categories .widget-tagcloud a:nth-of-type(odd):hover {
  border-color: #339060;
  color: #339060;
}
#VideoLandingWrapper .video-categories .widget-tagcloud a:nth-of-type(even):hover {
  border-color: #007698;
  color: #007698;
}
#VideoLandingWrapper .rss-link {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #VideoLandingWrapper .rss-link {
    padding: 36px 36px 36px 18px;
  }
}
@media (min-width: 1280px) {
  #VideoLandingWrapper .rss-link {
    padding: 54px 54px 54px 27px;
  }
}
@media (min-width: 1600px) {
  #VideoLandingWrapper .rss-link {
    padding: 72px 72px 72px 36px;
  }
}
#VideoLandingWrapper .video-categories .widget, #VideoLandingWrapper .rss-link .widget {
  background-color: #7bd0a4;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #VideoLandingWrapper .video-categories .widget, #VideoLandingWrapper .rss-link .widget {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  #VideoLandingWrapper .video-categories .widget, #VideoLandingWrapper .rss-link .widget {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  #VideoLandingWrapper .video-categories .widget, #VideoLandingWrapper .rss-link .widget {
    padding: 60px;
  }
}
#VideoLandingWrapper .video-categories .widget h3, #VideoLandingWrapper .rss-link .widget h3 {
  color: white;
  margin-top: 0;
}
#VideoLandingWrapper .video-categories .widget h3 a, #VideoLandingWrapper .rss-link .widget h3 a {
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#VideoLandingWrapper .video-categories .widget h3 a:hover, #VideoLandingWrapper .rss-link .widget h3 a:hover {
  text-decoration: none;
}
#VideoLandingWrapper .rss-link .widget h3 {
  border: 1px solid white;
  display: inline-block;
  left: 50%;
  margin-left: -98px;
  margin-top: -27.5px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
}
#VideoLandingWrapper .rss-link .widget h3:hover a {
  color: #339060;
}

.bluewave-container {
  background-color: #005c76;
  border-radius: 0 0 100px 0;
  margin-bottom: 50px;
  max-width: 1800px;
  min-height: 200px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .bluewave-container {
    padding: 75px 50px;
  }
}
@media (min-width: 1280px) {
  .bluewave-container {
    padding-right: 100px;
  }
}
.bluewave-container::before {
  background-color: #d3d3d3;
  content: "";
  min-height: 217px;
  left: -50%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.bluewave-container h1 {
  color: white;
  font-weight: 100;
}
.bluewave-container .bluewave-heading-bold {
  font-weight: 700;
}

.bluewave--content-band {
  padding-top: 20px;
}
.bluewave--content-band li.sfBreadcrumbNavigation {
  margin-bottom: 30px;
}
.bluewave--content-band li.sfBreadcrumbNavigation:first-child .rsmLink {
  display: inline-block;
  text-indent: -9999px;
}
.bluewave--content-band li.sfBreadcrumbNavigation:first-child .rsmLink::before {
  content: "\f015";
  display: block;
  font-family: FontAwesome;
  text-indent: 0;
}

.bluewave--logo-white {
  display: block;
}
@media (min-width: 768px) {
  .bluewave--logo-white {
    float: right;
  }
}

.atd-container {
  background-image: url("http://www.fscj.edu/images/default-source/Achieving-the-Dream-Newsletter/ATD-News-Design-Elements/atd_header_1920x720.jpg?sfvrsn=2");
  margin-bottom: 50px;
  max-width: 1800px;
  min-height: 200px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .atd-container {
    padding: 75px 50px;
    background-color: #005c76;
    border-radius: 0 0 100px 0;
  }
}
@media (min-width: 1280px) {
  .atd-container {
    padding-right: 100px;
    background-color: #005c76;
    border-radius: 0 0 100px 0;
  }
}
.atd-container::before {
  background-color: #d3d3d3;
  content: "";
  min-height: 217px;
  left: -50%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}
.atd-container h1 {
  color: white;
  font-weight: 100;
}
.atd-container .atd-heading-bold {
  font-weight: 700;
}

#atd-edition {
  padding: 10px 15px;
  font-weight: 500;
  color: gray;
}

#atd-sidebar {
  list-style: none;
  padding-left: 0;
}

.atd-event-title {
  font-weight: 700;
}

.atd-row-gap {
  margin-top: 20px;
}

.atd-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.atd-story-title {
  margin-top: 0;
}

.atd-story-summary {
  margin-bottom: 0;
}

.atd-col-centered {
  float: none;
  margin: 0 auto;
}

.atd-btn-warning {
  padding-left: 60px;
  padding-right: 60px;
}

.atd-img {
  width: 100%;
}

#atd-top-nav {
  float: right;
}

#atd-top-nav li:last-child {
  padding-left: 75px;
}

.atd-footer-container {
  background-color: #0a7d6c;
  color: #ddede8;
  padding: 0 30px 30px 30px;
}

.atd-footer-container h4 {
  color: #fdfdfd;
  font-weight: 400;
}

.atd-footer-container h3 {
  color: #fdfdfd;
  font-weight: 300;
}

.atd-footer-container p {
  font-weight: 200;
}

.atd-footer {
  background-color: #36434c;
  color: #fdfdfd;
  font-weight: 300;
  margin: 20px 0 0 0;
  padding: 20px 0;
}

.atd-footer h4 {
  font-weight: 300;
}

.blog-details-banner {
  -webkit-box-align: "center";
  -ms-flex-align: "center";
  -webkit-align-items: "center";
  -moz-align-items: "center";
  align-items: "center";
}
.blog-details-banner .blog-author {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-details-banner .blog-author {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .blog-details-banner .blog-author {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .blog-details-banner .blog-author {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .blog-details-banner .blog-author {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .blog-details-banner .blog-author {
    font-size: 28px;
  }
}

.details-banner {
  -webkit-box-align: "center";
  -ms-flex-align: "center";
  -webkit-align-items: "center";
  -moz-align-items: "center";
  align-items: "center";
}
.details-banner .byline {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 12px;
  /*@media screen and (min-width:$screen-md) {
      padding-left: 40px;
  }*/
}
@media (min-width: 768px) {
  .details-banner .byline {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .details-banner .byline {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .details-banner .byline {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .details-banner .byline {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .details-banner .byline {
    font-size: 28px;
  }
}
.details-banner .byline .fa, .details-banner .byline [class^=icon-], .details-banner .byline [class*=" icon-"] {
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .details-banner .byline .fa, .details-banner .byline [class^=icon-], .details-banner .byline [class*=" icon-"] {
    top: 8px;
  }
}
.details-banner.band-blue-darker-diagonal-stripe .byline .fa, .details-banner.band-blue-darker-diagonal-stripe .byline [class^=icon-], .details-banner.band-blue-darker-diagonal-stripe .byline [class*=" icon-"] {
  color: #0090ba;
}

.event-details-banner {
  -webkit-box-align: "center";
  -ms-flex-align: "center";
  -webkit-align-items: "center";
  -moz-align-items: "center";
  align-items: "center";
}
.event-details-banner .event-date, .event-details-banner .event-multiple-locations {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 1024px) {
  .event-details-banner .event-date, .event-details-banner .event-multiple-locations {
    padding-left: 40px;
  }
}
.event-details-banner .event-date .fa, .event-details-banner .event-date [class^=icon-], .event-details-banner .event-date [class*=" icon-"], .event-details-banner .event-multiple-locations .fa, .event-details-banner .event-multiple-locations [class^=icon-], .event-details-banner .event-multiple-locations [class*=" icon-"] {
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .event-details-banner .event-date .fa, .event-details-banner .event-date [class^=icon-], .event-details-banner .event-date [class*=" icon-"], .event-details-banner .event-multiple-locations .fa, .event-details-banner .event-multiple-locations [class^=icon-], .event-details-banner .event-multiple-locations [class*=" icon-"] {
    top: 8px;
  }
}
.event-details-banner .event-date {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .event-details-banner .event-date {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .event-details-banner .event-date {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .event-details-banner .event-date {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .event-details-banner .event-date {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .event-details-banner .event-date {
    font-size: 28px;
  }
}
.event-details-banner .event-date .fa, .event-details-banner .event-date [class^=icon-], .event-details-banner .event-date [class*=" icon-"] {
  margin-right: 10px;
}
.event-details-banner .event-multiple-locations {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-details-banner .event-multiple-locations {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .event-details-banner .event-multiple-locations {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .event-details-banner .event-multiple-locations {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .event-details-banner .event-multiple-locations {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .event-details-banner .event-multiple-locations {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .event-details-banner .event-multiple-locations {
    margin-bottom: 0;
  }
}
.event-details-banner .event-multiple-locations .fa, .event-details-banner .event-multiple-locations [class^=icon-], .event-details-banner .event-multiple-locations [class*=" icon-"] {
  margin-right: 10px;
  top: 3px;
}
@media screen and (min-width: 1024px) {
  .event-details-banner .event-multiple-locations .fa, .event-details-banner .event-multiple-locations [class^=icon-], .event-details-banner .event-multiple-locations [class*=" icon-"] {
    top: 6px;
  }
}
.event-details-banner.band-blue-darker-diagonal-stripe .event-date .fa, .event-details-banner.band-blue-darker-diagonal-stripe .event-date [class^=icon-], .event-details-banner.band-blue-darker-diagonal-stripe .event-date [class*=" icon-"], .event-details-banner.band-blue-darker-diagonal-stripe .event-multiple-locations .fa, .event-details-banner.band-blue-darker-diagonal-stripe .event-multiple-locations [class^=icon-], .event-details-banner.band-blue-darker-diagonal-stripe .event-multiple-locations [class*=" icon-"] {
  color: #0090ba;
}
.event-details-banner.band-blue-darker-diagonal-stripe .event-multiple-locations {
  color: #0090ba;
}

.sfeventDetails .event-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #949494;
  float: left;
  min-height: 260px;
  padding: 0 10px 30px 10px;
}
@media screen and (min-width: 1px) {
  .sfeventDetails .event-info {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .sfeventDetails .event-info {
    width: 50%;
  }
}
.sfeventDetails .event-info .event-date-time, .sfeventDetails .event-info .event-date-time li, .sfeventDetails .event-info .event-locations, .sfeventDetails .event-info .event-locations li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sfeventDetails .event-info .event-date-time {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .sfeventDetails .event-info .event-date-time {
    padding-left: 40px;
  }
}
.sfeventDetails .event-info .event-date-time::before {
  position: absolute;
  top: -9px;
  left: 0;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  font-size: 25px;
}
.sfeventDetails .event-info .event-date-time h4 {
  margin: 0 0 5px 0;
}
.sfeventDetails .event-info .event-locations .location {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .sfeventDetails .event-info .event-locations .location {
    padding-left: 40px;
  }
}
.sfeventDetails .event-info .event-locations .location::before {
  position: absolute;
  top: -9px;
  left: 2px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 25px;
}
.sfeventDetails .event-info .event-locations .location:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.sfeventDetails .event-info .event-locations .location-title {
  margin: 0 0 5px 0;
}
.sfeventDetails .event-info .event-locations address {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.sfeventDetails .event-info .event-locations address div {
  display: inline;
}

.sfAddEventWrp ul, .sfAddEventWrp ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sfAddEventWrp ul {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .sfAddEventWrp ul {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sfAddEventWrp ul li {
    display: inline-block;
    padding-left: 10px;
    margin-left: 5px;
    border-left: 1px solid #d3d3d3;
  }
}
.sfAddEventWrp ul li:first-child {
  border-left: none;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .sfAddEventWrp ul li:first-child {
    margin-left: 15px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sfAddEventWrp ul li a {
    width: 100%;
    cursor: pointer;
    text-shadow: none;
    white-space: normal;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    display: block;
    color: #fff;
    background-color: #007698;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .sfAddEventWrp ul li a:focus, .sfAddEventWrp ul li a.focus {
    color: #fff;
    background-color: #004e65;
    border-color: #004e65;
    text-decoration: none;
    outline: thin dotted;
    outline: 5px auto #66afe9;
    outline-offset: -2px;
  }
  .sfAddEventWrp ul li a:hover {
    color: #fff;
    background-color: #004e65;
    border-color: #004e65;
    text-decoration: none;
  }
  .sfAddEventWrp ul li a:active, .sfAddEventWrp ul li a.active {
    color: #fff;
    outline: thin dotted;
    outline: 5px auto #66afe9;
    outline-offset: -2px;
    background-color: #004e65;
    border-color: #004e65;
    text-decoration: none;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .sfAddEventWrp ul li a.disabled, .sfAddEventWrp ul li a[disabled], fieldset[disabled] .sfAddEventWrp ul li a {
    cursor: not-allowed;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .event-combo-wrapper {
    padding: 18px;
  }
}
@media (min-width: 1280px) {
  .event-combo-wrapper {
    padding: 0 18px 0 0;
  }
}
.event-combo-wrapper .event-combo {
  border-bottom: none;
}
@media (max-width: 767px) {
  .event-combo-wrapper .event-combo {
    overflow: visible;
  }
}
.event-combo-wrapper .event-combo-row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .event-combo-wrapper .event-combo-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.event-combo-wrapper .event-combo-square {
  width: 100%;
}
@media (max-width: 767px) {
  .event-combo-wrapper .event-combo-square {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .event-combo-wrapper .event-combo-square {
    width: 50%;
  }
}
.event-combo-wrapper figure img {
  width: 100%;
}

@media (min-width: 1280px) {
  .row-no-pad div[class*=col-] {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .row-no-pad div[class*=col-][class*=sf_2cols_1_50] .event-combo-wrapper {
    padding: 0 0 0 18px;
  }
}
@media (min-width: 1280px) {
  .row-no-pad div[class*=col-][class*=sf_2cols_2_50] .event-combo-wrapper {
    padding: 0 18px 0 0;
  }
}

.events-filter {
  padding-left: 36px;
  padding-right: 36px;
}
@media screen and (min-width: 768px) {
  .events-filter {
    flex: 1;
    padding-left: 54px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .events-filter {
    padding-left: 36px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .events-filter {
    padding-left: 54px;
    padding-right: 36px;
  }
}
.events-filter .checkbox label {
  min-height: 0;
}
.events-filter .checkbox input[type=checkbox]:checked + label {
  font-weight: bold;
}

.events-filter-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #949494;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .events-filter-heading:first-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .events-list {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.events-list-item {
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 480px) {
  .events-list-item {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .events-list-item {
    width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .events-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .events-list-item {
    width: 33.333%;
  }
}
@media screen and (min-width: 1600px) {
  .events-list-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .event-filtered .events-list-item {
    max-height: 365px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .events-list-overlay {
    top: 50%;
  }
}
@media screen and (min-width: 1800px) {
  .events-list-overlay {
    top: 60%;
  }
}

.events-list-date-time {
  position: static;
  bottom: auto;
  right: auto;
  text-align: left;
  width: auto;
}

@media screen and (min-width: 768px) {
  .events-filters {
    height: auto;
    display: block;
  }
}

.widget-tagcloud a {
  border: 1px solid #bebebe;
  color: #6f6f6f;
  float: left;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 5px;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .widget-tagcloud a {
    font-size: 15px;
  }
}
.widget-tagcloud a:hover {
  position: relative;
  z-index: 2;
}
.widget-tagcloud a:nth-of-type(odd):hover {
  border-color: #40b679;
  color: #40b679;
}
.widget-tagcloud a:nth-of-type(even):hover {
  border-color: #007698;
  color: #007698;
}

.widget-related-videos .video-square {
  padding: 15px 0;
}
.widget-related-videos .video-square:hover {
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-related-videos .video-square:hover h4 {
  color: #40b679;
}
.widget-related-videos .video-square:first-child {
  margin-top: -15px;
}
.widget-related-videos .col-xs-8 {
  padding-left: 0;
}
.widget-related-videos figure {
  position: relative;
}
.widget-related-videos figure .fa {
  color: #fff;
  font-size: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-related-videos figure:hover .fa {
  opacity: 1;
}
.widget-related-videos h4 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}
.widget-related-videos h4 a:hover, .widget-related-videos h4 a:active {
  text-decoration: none;
}
.widget-related-videos .video-meta {
  font-size: 14px;
}

.widget-title {
  color: #007698;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media screen and (min-width: 1600px) {
  .widget-title {
    margin: 0 0 30px;
  }
}

.related-content {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.related-content-item {
  margin: 0 0 20px;
  padding-left: 20px;
  position: relative;
}
.related-content-item:last-child {
  margin-bottom: 0;
}
.related-content-item::before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  color: #40b679;
  position: absolute;
  top: -2px;
  left: 0;
}

.related-content-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}
@media screen and (min-width: 1280px) {
  .related-content-title {
    font-size: 18px;
  }
}

.related-content-meta {
  font-size: 13px;
}
@media screen and (min-width: 1280px) {
  .related-content-meta {
    font-size: 15px;
  }
}

.related-content-time {
  padding-left: 10px;
  margin-left: 8px;
  border-left: 1px solid #bebebe;
}

.campus-right .campus-title {
  color: #fff;
}

.campus-building-number {
  padding: 27px;
}
@media screen and (min-width: 768px) {
  .campus-building-number {
    padding: 36px 36px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .campus-building-number {
    padding: 0 18px 27px;
  }
}
@media screen and (min-width: 1280px) {
  .campus-building-number {
    padding: 0 27px 36px;
  }
}
@media screen and (min-width: 1600px) {
  .campus-building-number {
    padding: 0 36px 45px;
  }
}
.schools {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 18px;
  background-color: #fff;
}
@media screen and (min-width: 568px) {
  .schools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: #f0f0f0;
  }
}

.school {
  display: block;
  width: 100%;
  margin: 0 0 36px;
  padding: 0;
  background-color: #f0f0f0;
}
@media screen and (min-width: 568px) {
  .school {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin: 0;
  }
}
.school:last-child {
  margin: 0;
}
.school.school-more {
  padding: 27px 18px;
  text-align: center;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .school.school-more {
    padding: 54px 36px;
  }
}
@media screen and (min-width: 1280px) {
  .school.school-more {
    padding: 72px 54px;
  }
}
@media screen and (min-width: 1600px) {
  .school.school-more {
    padding: 90px 72px;
  }
}
.school.school-single {
  width: 100%;
}

.ie-11 .school.school-single {
  display: block;
}

.school-overlay {
  background-color: #005c76;
  display: block;
  width: 100%;
  padding: 18px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 568px) {
  .school-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    padding: 18px 18px 72px;
    min-height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .school-overlay {
    min-height: 205px;
  }
}
@media screen and (min-width: 1024px) {
  .school-overlay {
    padding: 36px;
    min-height: 210px;
  }
}
@media screen and (min-width: 1280px) {
  .school-overlay {
    min-height: 205px;
  }
}
.school:nth-child(even) .school-overlay, .school-overlay.school-overlay-blue-darker {
  background-color: #004154;
}

.school-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 568px) {
  .school-title {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .school-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .school-title {
    width: 70%;
  }
}

.school-title-link {
  color: #fff;
}
.school-title-link:visited, .school-title-link:focus {
  color: #fff;
}
.school-title-link:hover, .school-title-link:active {
  color: #d3d3d3;
  text-decoration: none;
}

.school-of {
  display: block;
  font-size: 13px;
  color: #d3d3d3;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media screen and (min-width: 568px) {
  .school-of {
    font-size: 16px;
  }
}

@media screen and (min-width: 568px) {
  .school-link {
    margin-left: auto;
  }
}

.school-image {
  width: 100%;
  height: auto;
}

.school-programs {
  background-color: #f0f0f0;
  width: 100%;
  padding: 36px 18px 18px;
}
@media screen and (min-width: 568px) {
  .school-programs {
    padding: 27px 18px 18px;
  }
}
@media screen and (min-width: 1024px) {
  .school-programs {
    padding: 36px;
  }
}

.school-programs-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.school-programs-list {
  margin: 0;
  padding: 0 0 0 25.2px;
}

.btn-more {
  border-radius: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}
@media screen and (min-width: 568px) {
  .btn-more {
    bottom: 20px;
  }
}
.btn-more.btn-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  bottom: 2px;
  margin: 0;
  left: 0;
}
.btn-more:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f139";
}
.btn-more.collapsed:before {
  content: "\f13a";
}

.schoolOf-detail-wrapper {
  padding: 0 108px;
}
.schoolOf-detail-wrapper .schoolOf-detail-overview {
  font-size: 23px;
  padding: 30px 0;
  text-align: center;
}

.schoolsOf-degrees-list {
  font-size: 22px;
  list-style: none;
  position: relative;
}
.dark-band .schoolsOf-degrees-list a {
  color: #fff;
}
.dark-band .schoolsOf-degrees-list a:hover, .dark-band .schoolsOf-degrees-list a:focus {
  color: #fff;
}
.schoolsOf-degrees-list:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 75%;
  vertical-align: 0;
  position: absolute;
  left: -17px;
  top: 7px;
  color: #40b679;
}

.schoolsOf-certificates-list {
  font-size: 22px;
  list-style: none;
  position: relative;
}
.dark-band .schoolsOf-certificates-list a {
  color: #fff;
}
.dark-band .schoolsOf-certificates-list a:hover, .dark-band .schoolsOf-certificates-list a:focus {
  color: #fff;
}
.schoolsOf-certificates-list:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 75%;
  vertical-align: 0;
  position: absolute;
  left: -17px;
  top: 7px;
  color: #40b679;
}

.school-of-detail-right {
  padding: 40px;
  background: #007698 url(../Images/Patterns/blue-diagonal-stripe-large.png) repeat;
  border-bottom: 3px solid #002732;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .schoolOf-detail-image-wrapper {
    margin-right: -36px;
  }
}

@media screen and (min-width: 1024px) {
  .school-of-programs .program, .areas-of-study-programs .program {
    min-height: 615px;
  }
}
@media screen and (min-width: 1280px) {
  .school-of-programs .program, .areas-of-study-programs .program {
    min-height: 550px;
  }
}
.school-of-programs h2, .areas-of-study-programs h2 {
  margin-top: 20px;
}

.alert-no-results {
  display: none;
}

.faculty-list {
  margin: 27px 0 0;
}
@media screen and (min-width: 1024px) {
  .faculty-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 72px -18px 0;
  }
}
.faculty-list:empty + .alert-no-results {
  display: block;
}

.faculty-member {
  display: none;
  width: 100%;
  margin: 0 0 27px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .faculty-member {
    margin: 0 0 45px;
  }
}
@media screen and (min-width: 1024px) {
  .faculty-member {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    max-width: 50%;
    margin: 0 0 36px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 1280px) {
  .faculty-member {
    margin: 0 0 45px;
  }
}
.faculty-member.is-shown {
  display: block;
}
@media screen and (min-width: 1024px) {
  .faculty-member.is-shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.faculty-member-top {
  display: block;
  border: 1px solid #bebebe;
  border-bottom: 0;
  border-bottom: 3px solid #949494;
}
@media screen and (min-width: 568px) {
  .faculty-member-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.faculty-member-left {
  background-color: #007698;
}
@media screen and (min-width: 568px) {
  .faculty-member-left {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.faculty-member-right {
  background-color: #fff;
}
@media screen and (min-width: 568px) {
  .faculty-member-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.faculty-member-contact {
  line-height: 1.8;
  color: #474747;
  background-color: #fff;
  padding: 18px;
}
@media screen and (min-width: 1600px) {
  .faculty-member-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.faculty-member-contact-left {
  display: block;
  max-width: none;
}
@media screen and (min-width: 1600px) {
  .faculty-member-contact-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.faculty-member-contact-right {
  display: block;
  max-width: none;
}
@media screen and (min-width: 1600px) {
  .faculty-member-contact-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.faculty-member-title {
  width: 100%;
  padding: 18px;
  margin: 0;
}

.faculty-member-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 9px;
}
@media screen and (min-width: 768px) {
  .faculty-member-name {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .faculty-member-name {
    font-size: 30px;
  }
}

.faculty-member-name-link {
  color: #fff;
}
.faculty-member-name-link:visited, .faculty-member-name-link:focus {
  color: #fff;
}
.faculty-member-name-link:hover, .faculty-member-name-link:active {
  color: #d3d3d3;
  text-decoration: none;
}

.faculty-member-department {
  color: #d3d3d3;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.faculty-pagination-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.faculty-pagination {
  width: 100%;
  margin: 27px 0 18px;
  padding: 0 0 18px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.faculty-pagination::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #949494;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.faculty-pagination::-webkit-scrollbar {
  width: 10px;
  background-color: #bebebe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.faculty-pagination::-webkit-scrollbar-thumb {
  background-color: #007698;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .faculty-pagination {
    display: block;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
}
.faculty-pagination .pagination {
  width: 935px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .faculty-pagination .pagination {
    width: auto;
    margin: 18px auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .faculty-pagination .pagination {
    margin: 36px auto 0;
  }
}
.faculty-pagination .pagination > li > a {
  font-size: 13px;
}
@media screen and (min-width: 1280px) {
  .faculty-pagination .pagination > li > a {
    font-size: 16px;
  }
}

.faculty-list-gradient-right {
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .faculty-list-gradient-right {
    display: none;
    visibility: hidden;
  }
}

.faculty-member-text {
  font-size: 14px;
  margin: 0 0 18px;
}
@media screen and (min-width: 1280px) {
  .faculty-member-text {
    font-size: 16px;
  }
}
.faculty-member-text:first-child {
  margin: 0 0 9px;
}
.faculty-member-text:last-child {
  margin: 0;
}
.faculty-member-text .btn {
  margin-top: 18px;
}
@media screen and (min-width: 1600px) {
  .faculty-member-text .btn {
    margin-top: 0;
    float: right;
  }
}

.bio-image-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faculty-detail-contact-info-list {
  list-style: none;
}
.faculty-detail-contact-info-list li {
  font-weight: 700;
  line-height: 1.75;
  color: #007698;
}
.faculty-detail-contact-info-list li a {
  color: #40b679;
  text-decoration: underline;
}
.faculty-detail-contact-info-list li a:hover, .faculty-detail-contact-info-list li a:focus {
  color: #004154;
}
.faculty-detail-contact-info-list li div {
  display: inline-block;
  color: #6f6f6f;
}

.bio-contact-info-wrapper {
  margin-top: 18px;
  background: white;
  padding: 0 0 25px;
}
.bio-contact-info-wrapper ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}

.bio-content-wrapper {
  background: white;
  padding: 0 0 25px;
  margin-top: 18px;
}

.bio-programs-wrapper {
  margin-top: 18px;
  background: white;
  padding: 0 0 25px;
}
.bio-programs-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.bio-programs-wrapper ul li {
  position: relative;
  padding: 0 10px;
}
.bio-programs-wrapper ul li.no-programs {
  display: none;
  visibility: hidden;
}
.bio-programs-wrapper ul li.no-programs:only-child {
  display: block;
  visibility: visible;
}
.bio-programs-wrapper ul a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 75%;
  vertical-align: 0;
  position: absolute;
  left: -5px;
  top: 5px;
  color: #40b679;
}

.bio-contact-info-header, .bio-content-header, .bio-programs-header {
  background: #007698;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
}

.bio-content {
  padding: 0 0 0 20px;
}

.contact-info-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.col-alerts .link-list {
  margin: 25px 0;
}
@media screen and (min-width: 1025px) {
  .col-alerts .link-list {
    margin: 40px 0;
  }
}

.process .app-start-logo {
  width: 100%;
}

.fscj-foundation .carousel {
  padding: 0;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARElEQVQYV4XQ2QkAMAgDUJ3A/bfUCVIstPTwyPcjgTAAUBMzI+6gIxGp4UI+mDaeKIUvCmGEPpihC1Zoww5NqKrwn7oMGz9Ctme65S0AAAAASUVORK5CYII=) repeat;
  border-bottom: 3px solid #bebebe;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fscj-foundation .carousel {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .fscj-foundation .carousel {
    padding: 0;
  }
}

.fscj-foundation .band.band-4x1 {
  padding-top: 18px;
  border-bottom: 3px solid #474747;
}
@media screen and (min-width: 768px) {
  .fscj-foundation .band.band-4x1 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .fscj-foundation .video-callout .square-callout-img.video iframe {
    min-height: 350px;
  }
}

.general-directory li {
  padding: 2em 2em 2em 120px;
  width: auto;
  position: relative;
  min-height: 80px;
}
.general-directory li img {
  position: absolute;
  left: 2em;
  top: 2em;
  width: 90px;
  display: block;
}
.general-directory li h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  padding-bottom: 0.25em;
  margin: 0 0 0 15px;
}
.general-directory li h6 {
  margin: 5px 0 0 15px;
}
.general-directory li p {
  margin: 5px 0 0 15px;
}

.restrict-width {
  max-width: 90%;
}

.dform_desc {
  font-size: 14px;
  color: #007698;
  margin: 0 0 20px;
}

.select-margin {
  max-width: 760px;
  margin: 0 0 30px;
}

.sitemap-list {
  font-size: 25px;
}
.sitemap-list a {
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
}
.sitemap-list .sitemap-parent-branch div {
  padding-left: 12px;
}
.sitemap-list .sitemap-parent-branch a {
  color: #007698;
  text-transform: inherit;
  font-weight: 600;
  padding-left: 5px;
}
.sitemap-list .sitemap-child-branch a {
  color: #007698;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.sitemap-list .sitemap-child-branch a:hover > span {
  text-decoration: underline;
}
.sitemap-list .sitemap-child-branch a:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 12px;
  margin-right: 5px;
  color: #40b679;
  vertical-align: middle;
}

.error-page-search-bar input {
  width: 75%;
}

.error-page-search-bar .sfsearchSubmit {
  width: 19%;
  background: #40b679;
  color: #fff;
  border: none;
  padding: 4px 10px;
  border-radius: 5px;
}
.error-page-search-bar .sfsearchBox {
  margin: 0 0 0 20px;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left, .float-left-xs {
  float: left;
}

@media screen and (min-width: 768px) {
  .float-left-sm {
    float: left;
  }
}

@media screen and (min-width: 1024px) {
  .float-left-md {
    float: left;
  }
}

@media screen and (min-width: 1280px) {
  .float-left-lg {
    float: left;
  }
}

@media screen and (min-width: 1600px) {
  .float-left-xl {
    float: left;
  }
}

.float-right, .float-right-xs {
  float: right;
}

@media screen and (min-width: 768px) {
  .float-right-sm {
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .float-right-md {
    float: right;
  }
}

@media screen and (min-width: 1280px) {
  .float-right-lg {
    float: right;
  }
}

@media screen and (min-width: 1600px) {
  .float-right-xl {
    float: right;
  }
}

.float-none, .float-none-xs {
  float: none;
}

@media screen and (min-width: 768px) {
  .float-none-sm {
    float: none;
  }
}

@media screen and (min-width: 1024px) {
  .float-none-md {
    float: none;
  }
}

@media screen and (min-width: 1280px) {
  .float-none-lg {
    float: none;
  }
}

@media screen and (min-width: 1600px) {
  .float-none-xl {
    float: none;
  }
}

.margin-none {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .margin-none-sm {
    margin: 0;
  }
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-right-none {
  margin-right: 0;
}

.margin-left-none {
  margin-left: 0;
}

.padding-none {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .padding-none-sm {
    padding: 0;
  }
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-left-none {
  padding-left: 0;
}

.text-color-blue {
  color: #007698;
}

.text-color-blue-dark {
  color: #005c76;
}

.text-color-blue-darker {
  color: #004154;
}

.text-color-blue-darkest {
  color: #002732;
}

.text-color-blue-light {
  color: #0090ba;
}

.text-color-blue-lighter {
  color: #76e0ff;
}

.text-color-blue-lightest {
  color: #96dcef;
}

.text-color-green {
  color: #40b679;
}

.text-color-green-dark {
  color: #339060;
}

.text-color-green-darker {
  color: #256b47;
}

.text-color-green-darkest {
  color: #143825;
}

.text-color-green-light {
  color: #7bd0a4;
}

.text-color-green-lighter {
  color: #b9e7cf;
}

.text-color-green-lightest {
  color: #b9e7cf;
}

.sr-only {
  color: #000;
}

.utility .sr-only, .dark-band .sr-only {
  color: #fff;
}

@media print {
  @page {
    size: 8.5in 11in portrait;
    margin: 0.25in;
  }
  *,
*:before,
*:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
  }

  a, a:link, a:hover, a:active, a:visited {
    color: #000;
    text-decoration: underline;
  }

  a[href^="tel:"] {
    color: #000;
    text-decoration: none;
  }

  a[href^="http://"], a[href^="www."], a[href^="mailto:"] {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
  }

  pre,
blockquote {
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff;
  }
}
.sfPageWrapper .ZoneEditorToolboxContainer {
  z-index: 9999;
}

.sfPageEditor {
  -webkit-text-size-adjust: inherit;
  -ms-text-size-adjust: inherit;
  -moz-text-size-adjust: inherit;
  text-size-adjust: inherit;
  text-rendering: inherit;
}

.sfTemplateEditor .modal,
.sfPageWrapper .modal {
  display: block;
  overflow: auto;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1050;
  outline: 0;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.sfTemplateEditor .modal-dialog,
.sfPageWrapper .modal-dialog {
  width: auto;
  height: auto;
}

.sfPageWrapper div[placeholderid=FooterScripts] {
  display: none;
}

.sfTemplateEditor div[placeholderid=FooterScripts] {
  display: block;
}

.sfInlineEditingPageMenu {
  z-index: 2000;
}

.sfInlineEditingPageMenu a:hover, .sfInlineEditingPageMenu a:active {
  opacity: 1;
}

.sfTemplateEditor .band-icon .band-icon-container, .sfPageEditor .band-icon .band-icon-container {
  width: 98%;
  height: auto;
  margin: auto;
  position: static;
}
.sfTemplateEditor .band-icon .band-icon-container::before, .sfPageEditor .band-icon .band-icon-container::before {
  display: none;
}
.sfTemplateEditor .band-icon .band-icon-inner, .sfPageEditor .band-icon .band-icon-inner {
  margin: 15px;
}
.sfTemplateEditor .band-icon .fa, .sfPageEditor .band-icon .fa {
  font-size: 50px;
}
.sfTemplateEditor .bg-img-cover, .sfPageEditor .bg-img-cover {
  position: static;
  width: auto;
  height: auto;
}
.sfTemplateEditor .bg-img-cover::before, .sfTemplateEditor .bg-img-cover::after, .sfPageEditor .bg-img-cover::before, .sfPageEditor .bg-img-cover::after {
  display: none;
}
.sfTemplateEditor .bg-img-cover img, .sfPageEditor .bg-img-cover img {
  display: block;
}
.sfTemplateEditor .img-square-list .img-square-overlay, .sfPageEditor .img-square-list .img-square-overlay {
  position: static;
}
.sfTemplateEditor .sf-designer-dlg .checkbox label::before, .sfTemplateEditor .sf-designer-dlg .checkbox label::after, .sfPageEditor .sf-designer-dlg .checkbox label::before, .sfPageEditor .sf-designer-dlg .checkbox label::after {
  display: none;
}
.sfTemplateEditor .sf-designer-dlg .checkbox input[type=checkbox], .sfTemplateEditor .sf-designer-dlg .checkbox input[type=radio], .sfPageEditor .sf-designer-dlg .checkbox input[type=checkbox], .sfPageEditor .sf-designer-dlg .checkbox input[type=radio] {
  opacity: 1;
}

.sfTemplateEditor .utility {
  height: auto;
  min-height: 60px;
}
.sfTemplateEditor .utility:before, .sfTemplateEditor .utility:after {
  content: " ";
  display: table;
}
.sfTemplateEditor .utility:after {
  clear: both;
}
.sfTemplateEditor .utility-inner {
  display: block;
  z-index: 5;
}
.sfTemplateEditor .utility-inner:before, .sfTemplateEditor .utility-inner:after {
  content: " ";
  display: table;
}
.sfTemplateEditor .utility-inner:after {
  clear: both;
}
.sfTemplateEditor .utility .utility-inner > .RadDockZone {
  display: block;
  clear: both;
  width: 100%;
  float: none;
}
.sfTemplateEditor .utility .utility-group-one,
.sfTemplateEditor .utility .utility-group-two,
.sfTemplateEditor .utility .utility-group-three {
  display: block;
  clear: none;
  float: left;
}
.sfTemplateEditor .utility .utility-group-one .dropdown-utility,
.sfTemplateEditor .utility .utility-group-two .dropdown-utility,
.sfTemplateEditor .utility .utility-group-three .dropdown-utility {
  display: block;
}
.sfTemplateEditor .utility .utility-group-one .dropdown-utility .dropdown-menu,
.sfTemplateEditor .utility .utility-group-two .dropdown-utility .dropdown-menu,
.sfTemplateEditor .utility .utility-group-three .dropdown-utility .dropdown-menu {
  position: static;
  float: none;
}
.sfTemplateEditor .search-container {
  visibility: visible;
  top: 0;
  opacity: 1;
  position: static;
}
.sfTemplateEditor .btn-search-close {
  display: none;
}
.sfTemplateEditor .header-inner, .sfTemplateEditor .header {
  display: block;
}
.sfTemplateEditor .header-inner:before, .sfTemplateEditor .header-inner:after, .sfTemplateEditor .header:before, .sfTemplateEditor .header:after {
  content: " ";
  display: table;
}
.sfTemplateEditor .header-inner:after, .sfTemplateEditor .header:after {
  clear: both;
}
.sfTemplateEditor .main-nav-inner {
  height: auto;
}
.sfTemplateEditor .logo, .sfTemplateEditor .main-nav-inner {
  display: block;
  float: left;
}
.sfTemplateEditor .main-nav-dropdown, .sfTemplateEditor .main-nav-dropdown-content {
  clear: both;
  display: block;
}
.sfTemplateEditor .main-nav-dropdown:before, .sfTemplateEditor .main-nav-dropdown:after, .sfTemplateEditor .main-nav-dropdown-content:before, .sfTemplateEditor .main-nav-dropdown-content:after {
  content: " ";
  display: table;
}
.sfTemplateEditor .main-nav-dropdown:after, .sfTemplateEditor .main-nav-dropdown-content:after {
  clear: both;
}
