@charset "UTF-8";

 @font-face {
font-family: "PPMigra";
src: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-Bold.woff2?d8badb9c6237dda411ebf9623a369021) format("woff2"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-Bold.woff?d0a99c2a16dba991b756a440a686b483) format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "PPMigra";
src: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-BoldItalic.woff2?557272a5fd3b613965d3c5833d6dd30d) format("woff2"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-BoldItalic.woff?eb503c6ebdf5f22a6ab1763377c3ee5b) format("woff");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "PPMigra";
src: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-Italic.woff2?531417d4ef641b5818574467a7249c90) format("woff2"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-Italic.woff?52108a490e6010ed698068dd2b0e96f6) format("woff");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "PPMigra";
src: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-Regular.woff2?d123cd7d1a89b01150b6f65c2cd1fdaf) format("woff2"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/PPMigra-Regular.woff?0e59c73840d9b28b4dca3c93ea68b836) format("woff");
font-weight: 400;
font-style: normal;
}  @font-face {
font-family: "FontAwesome";
src: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
src: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) 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;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: solid 0.08em #eeeeee;
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;
} .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% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\F000";
}
.fa-music:before {
content: "\F001";
}
.fa-search:before {
content: "\F002";
}
.fa-envelope-o:before {
content: "\F003";
}
.fa-heart:before {
content: "\F004";
}
.fa-star:before {
content: "\F005";
}
.fa-star-o:before {
content: "\F006";
}
.fa-user:before {
content: "\F007";
}
.fa-film:before {
content: "\F008";
}
.fa-th-large:before {
content: "\F009";
}
.fa-th:before {
content: "\F00A";
}
.fa-th-list:before {
content: "\F00B";
}
.fa-check:before {
content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\F00D";
}
.fa-search-plus:before {
content: "\F00E";
}
.fa-search-minus:before {
content: "\F010";
}
.fa-power-off:before {
content: "\F011";
}
.fa-signal:before {
content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
content: "\F013";
}
.fa-trash-o:before {
content: "\F014";
}
.fa-home:before {
content: "\F015";
}
.fa-file-o:before {
content: "\F016";
}
.fa-clock-o:before {
content: "\F017";
}
.fa-road:before {
content: "\F018";
}
.fa-download:before {
content: "\F019";
}
.fa-arrow-circle-o-down:before {
content: "\F01A";
}
.fa-arrow-circle-o-up:before {
content: "\F01B";
}
.fa-inbox:before {
content: "\F01C";
}
.fa-play-circle-o:before {
content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\F01E";
}
.fa-refresh:before {
content: "\F021";
}
.fa-list-alt:before {
content: "\F022";
}
.fa-lock:before {
content: "\F023";
}
.fa-flag:before {
content: "\F024";
}
.fa-headphones:before {
content: "\F025";
}
.fa-volume-off:before {
content: "\F026";
}
.fa-volume-down:before {
content: "\F027";
}
.fa-volume-up:before {
content: "\F028";
}
.fa-qrcode:before {
content: "\F029";
}
.fa-barcode:before {
content: "\F02A";
}
.fa-tag:before {
content: "\F02B";
}
.fa-tags:before {
content: "\F02C";
}
.fa-book:before {
content: "\F02D";
}
.fa-bookmark:before {
content: "\F02E";
}
.fa-print:before {
content: "\F02F";
}
.fa-camera:before {
content: "\F030";
}
.fa-font:before {
content: "\F031";
}
.fa-bold:before {
content: "\F032";
}
.fa-italic:before {
content: "\F033";
}
.fa-text-height:before {
content: "\F034";
}
.fa-text-width:before {
content: "\F035";
}
.fa-align-left:before {
content: "\F036";
}
.fa-align-center:before {
content: "\F037";
}
.fa-align-right:before {
content: "\F038";
}
.fa-align-justify:before {
content: "\F039";
}
.fa-list:before {
content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\F03B";
}
.fa-indent:before {
content: "\F03C";
}
.fa-video-camera:before {
content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\F03E";
}
.fa-pencil:before {
content: "\F040";
}
.fa-map-marker:before {
content: "\F041";
}
.fa-adjust:before {
content: "\F042";
}
.fa-tint:before {
content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\F044";
}
.fa-share-square-o:before {
content: "\F045";
}
.fa-check-square-o:before {
content: "\F046";
}
.fa-arrows:before {
content: "\F047";
}
.fa-step-backward:before {
content: "\F048";
}
.fa-fast-backward:before {
content: "\F049";
}
.fa-backward:before {
content: "\F04A";
}
.fa-play:before {
content: "\F04B";
}
.fa-pause:before {
content: "\F04C";
}
.fa-stop:before {
content: "\F04D";
}
.fa-forward:before {
content: "\F04E";
}
.fa-fast-forward:before {
content: "\F050";
}
.fa-step-forward:before {
content: "\F051";
}
.fa-eject:before {
content: "\F052";
}
.fa-chevron-left:before {
content: "\F053";
}
.fa-chevron-right:before {
content: "\F054";
}
.fa-plus-circle:before {
content: "\F055";
}
.fa-minus-circle:before {
content: "\F056";
}
.fa-times-circle:before {
content: "\F057";
}
.fa-check-circle:before {
content: "\F058";
}
.fa-question-circle:before {
content: "\F059";
}
.fa-info-circle:before {
content: "\F05A";
}
.fa-crosshairs:before {
content: "\F05B";
}
.fa-times-circle-o:before {
content: "\F05C";
}
.fa-check-circle-o:before {
content: "\F05D";
}
.fa-ban:before {
content: "\F05E";
}
.fa-arrow-left:before {
content: "\F060";
}
.fa-arrow-right:before {
content: "\F061";
}
.fa-arrow-up:before {
content: "\F062";
}
.fa-arrow-down:before {
content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\F064";
}
.fa-expand:before {
content: "\F065";
}
.fa-compress:before {
content: "\F066";
}
.fa-plus:before {
content: "\F067";
}
.fa-minus:before {
content: "\F068";
}
.fa-asterisk:before {
content: "\F069";
}
.fa-exclamation-circle:before {
content: "\F06A";
}
.fa-gift:before {
content: "\F06B";
}
.fa-leaf:before {
content: "\F06C";
}
.fa-fire:before {
content: "\F06D";
}
.fa-eye:before {
content: "\F06E";
}
.fa-eye-slash:before {
content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\F071";
}
.fa-plane:before {
content: "\F072";
}
.fa-calendar:before {
content: "\F073";
}
.fa-random:before {
content: "\F074";
}
.fa-comment:before {
content: "\F075";
}
.fa-magnet:before {
content: "\F076";
}
.fa-chevron-up:before {
content: "\F077";
}
.fa-chevron-down:before {
content: "\F078";
}
.fa-retweet:before {
content: "\F079";
}
.fa-shopping-cart:before {
content: "\F07A";
}
.fa-folder:before {
content: "\F07B";
}
.fa-folder-open:before {
content: "\F07C";
}
.fa-arrows-v:before {
content: "\F07D";
}
.fa-arrows-h:before {
content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\F080";
}
.fa-twitter-square:before {
content: "\F081";
}
.fa-facebook-square:before {
content: "\F082";
}
.fa-camera-retro:before {
content: "\F083";
}
.fa-key:before {
content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\F085";
}
.fa-comments:before {
content: "\F086";
}
.fa-thumbs-o-up:before {
content: "\F087";
}
.fa-thumbs-o-down:before {
content: "\F088";
}
.fa-star-half:before {
content: "\F089";
}
.fa-heart-o:before {
content: "\F08A";
}
.fa-sign-out:before {
content: "\F08B";
}
.fa-linkedin-square:before {
content: "\F08C";
}
.fa-thumb-tack:before {
content: "\F08D";
}
.fa-external-link:before {
content: "\F08E";
}
.fa-sign-in:before {
content: "\F090";
}
.fa-trophy:before {
content: "\F091";
}
.fa-github-square:before {
content: "\F092";
}
.fa-upload:before {
content: "\F093";
}
.fa-lemon-o:before {
content: "\F094";
}
.fa-phone:before {
content: "\F095";
}
.fa-square-o:before {
content: "\F096";
}
.fa-bookmark-o:before {
content: "\F097";
}
.fa-phone-square:before {
content: "\F098";
}
.fa-twitter:before {
content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\F09A";
}
.fa-github:before {
content: "\F09B";
}
.fa-unlock:before {
content: "\F09C";
}
.fa-credit-card:before {
content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
content: "\F09E";
}
.fa-hdd-o:before {
content: "\F0A0";
}
.fa-bullhorn:before {
content: "\F0A1";
}
.fa-bell:before {
content: "\F0F3";
}
.fa-certificate:before {
content: "\F0A3";
}
.fa-hand-o-right:before {
content: "\F0A4";
}
.fa-hand-o-left:before {
content: "\F0A5";
}
.fa-hand-o-up:before {
content: "\F0A6";
}
.fa-hand-o-down:before {
content: "\F0A7";
}
.fa-arrow-circle-left:before {
content: "\F0A8";
}
.fa-arrow-circle-right:before {
content: "\F0A9";
}
.fa-arrow-circle-up:before {
content: "\F0AA";
}
.fa-arrow-circle-down:before {
content: "\F0AB";
}
.fa-globe:before {
content: "\F0AC";
}
.fa-wrench:before {
content: "\F0AD";
}
.fa-tasks:before {
content: "\F0AE";
}
.fa-filter:before {
content: "\F0B0";
}
.fa-briefcase:before {
content: "\F0B1";
}
.fa-arrows-alt:before {
content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
content: "\F0C1";
}
.fa-cloud:before {
content: "\F0C2";
}
.fa-flask:before {
content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\F0C5";
}
.fa-paperclip:before {
content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\F0C7";
}
.fa-square:before {
content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\F0C9";
}
.fa-list-ul:before {
content: "\F0CA";
}
.fa-list-ol:before {
content: "\F0CB";
}
.fa-strikethrough:before {
content: "\F0CC";
}
.fa-underline:before {
content: "\F0CD";
}
.fa-table:before {
content: "\F0CE";
}
.fa-magic:before {
content: "\F0D0";
}
.fa-truck:before {
content: "\F0D1";
}
.fa-pinterest:before {
content: "\F0D2";
}
.fa-pinterest-square:before {
content: "\F0D3";
}
.fa-google-plus-square:before {
content: "\F0D4";
}
.fa-google-plus:before {
content: "\F0D5";
}
.fa-money:before {
content: "\F0D6";
}
.fa-caret-down:before {
content: "\F0D7";
}
.fa-caret-up:before {
content: "\F0D8";
}
.fa-caret-left:before {
content: "\F0D9";
}
.fa-caret-right:before {
content: "\F0DA";
}
.fa-columns:before {
content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\F0DE";
}
.fa-envelope:before {
content: "\F0E0";
}
.fa-linkedin:before {
content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\F0E4";
}
.fa-comment-o:before {
content: "\F0E5";
}
.fa-comments-o:before {
content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\F0E7";
}
.fa-sitemap:before {
content: "\F0E8";
}
.fa-umbrella:before {
content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\F0EA";
}
.fa-lightbulb-o:before {
content: "\F0EB";
}
.fa-exchange:before {
content: "\F0EC";
}
.fa-cloud-download:before {
content: "\F0ED";
}
.fa-cloud-upload:before {
content: "\F0EE";
}
.fa-user-md:before {
content: "\F0F0";
}
.fa-stethoscope:before {
content: "\F0F1";
}
.fa-suitcase:before {
content: "\F0F2";
}
.fa-bell-o:before {
content: "\F0A2";
}
.fa-coffee:before {
content: "\F0F4";
}
.fa-cutlery:before {
content: "\F0F5";
}
.fa-file-text-o:before {
content: "\F0F6";
}
.fa-building-o:before {
content: "\F0F7";
}
.fa-hospital-o:before {
content: "\F0F8";
}
.fa-ambulance:before {
content: "\F0F9";
}
.fa-medkit:before {
content: "\F0FA";
}
.fa-fighter-jet:before {
content: "\F0FB";
}
.fa-beer:before {
content: "\F0FC";
}
.fa-h-square:before {
content: "\F0FD";
}
.fa-plus-square:before {
content: "\F0FE";
}
.fa-angle-double-left:before {
content: "\F100";
}
.fa-angle-double-right:before {
content: "\F101";
}
.fa-angle-double-up:before {
content: "\F102";
}
.fa-angle-double-down:before {
content: "\F103";
}
.fa-angle-left:before {
content: "\F104";
}
.fa-angle-right:before {
content: "\F105";
}
.fa-angle-up:before {
content: "\F106";
}
.fa-angle-down:before {
content: "\F107";
}
.fa-desktop:before {
content: "\F108";
}
.fa-laptop:before {
content: "\F109";
}
.fa-tablet:before {
content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\F10B";
}
.fa-circle-o:before {
content: "\F10C";
}
.fa-quote-left:before {
content: "\F10D";
}
.fa-quote-right:before {
content: "\F10E";
}
.fa-spinner:before {
content: "\F110";
}
.fa-circle:before {
content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\F112";
}
.fa-github-alt:before {
content: "\F113";
}
.fa-folder-o:before {
content: "\F114";
}
.fa-folder-open-o:before {
content: "\F115";
}
.fa-smile-o:before {
content: "\F118";
}
.fa-frown-o:before {
content: "\F119";
}
.fa-meh-o:before {
content: "\F11A";
}
.fa-gamepad:before {
content: "\F11B";
}
.fa-keyboard-o:before {
content: "\F11C";
}
.fa-flag-o:before {
content: "\F11D";
}
.fa-flag-checkered:before {
content: "\F11E";
}
.fa-terminal:before {
content: "\F120";
}
.fa-code:before {
content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\F123";
}
.fa-location-arrow:before {
content: "\F124";
}
.fa-crop:before {
content: "\F125";
}
.fa-code-fork:before {
content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\F127";
}
.fa-question:before {
content: "\F128";
}
.fa-info:before {
content: "\F129";
}
.fa-exclamation:before {
content: "\F12A";
}
.fa-superscript:before {
content: "\F12B";
}
.fa-subscript:before {
content: "\F12C";
}
.fa-eraser:before {
content: "\F12D";
}
.fa-puzzle-piece:before {
content: "\F12E";
}
.fa-microphone:before {
content: "\F130";
}
.fa-microphone-slash:before {
content: "\F131";
}
.fa-shield:before {
content: "\F132";
}
.fa-calendar-o:before {
content: "\F133";
}
.fa-fire-extinguisher:before {
content: "\F134";
}
.fa-rocket:before {
content: "\F135";
}
.fa-maxcdn:before {
content: "\F136";
}
.fa-chevron-circle-left:before {
content: "\F137";
}
.fa-chevron-circle-right:before {
content: "\F138";
}
.fa-chevron-circle-up:before {
content: "\F139";
}
.fa-chevron-circle-down:before {
content: "\F13A";
}
.fa-html5:before {
content: "\F13B";
}
.fa-css3:before {
content: "\F13C";
}
.fa-anchor:before {
content: "\F13D";
}
.fa-unlock-alt:before {
content: "\F13E";
}
.fa-bullseye:before {
content: "\F140";
}
.fa-ellipsis-h:before {
content: "\F141";
}
.fa-ellipsis-v:before {
content: "\F142";
}
.fa-rss-square:before {
content: "\F143";
}
.fa-play-circle:before {
content: "\F144";
}
.fa-ticket:before {
content: "\F145";
}
.fa-minus-square:before {
content: "\F146";
}
.fa-minus-square-o:before {
content: "\F147";
}
.fa-level-up:before {
content: "\F148";
}
.fa-level-down:before {
content: "\F149";
}
.fa-check-square:before {
content: "\F14A";
}
.fa-pencil-square:before {
content: "\F14B";
}
.fa-external-link-square:before {
content: "\F14C";
}
.fa-share-square:before {
content: "\F14D";
}
.fa-compass:before {
content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
content: "\F153";
}
.fa-gbp:before {
content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\F158";
}
.fa-won:before,
.fa-krw:before {
content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\F15A";
}
.fa-file:before {
content: "\F15B";
}
.fa-file-text:before {
content: "\F15C";
}
.fa-sort-alpha-asc:before {
content: "\F15D";
}
.fa-sort-alpha-desc:before {
content: "\F15E";
}
.fa-sort-amount-asc:before {
content: "\F160";
}
.fa-sort-amount-desc:before {
content: "\F161";
}
.fa-sort-numeric-asc:before {
content: "\F162";
}
.fa-sort-numeric-desc:before {
content: "\F163";
}
.fa-thumbs-up:before {
content: "\F164";
}
.fa-thumbs-down:before {
content: "\F165";
}
.fa-youtube-square:before {
content: "\F166";
}
.fa-youtube:before {
content: "\F167";
}
.fa-xing:before {
content: "\F168";
}
.fa-xing-square:before {
content: "\F169";
}
.fa-youtube-play:before {
content: "\F16A";
}
.fa-dropbox:before {
content: "\F16B";
}
.fa-stack-overflow:before {
content: "\F16C";
}
.fa-instagram:before {
content: "\F16D";
}
.fa-flickr:before {
content: "\F16E";
}
.fa-adn:before {
content: "\F170";
}
.fa-bitbucket:before {
content: "\F171";
}
.fa-bitbucket-square:before {
content: "\F172";
}
.fa-tumblr:before {
content: "\F173";
}
.fa-tumblr-square:before {
content: "\F174";
}
.fa-long-arrow-down:before {
content: "\F175";
}
.fa-long-arrow-up:before {
content: "\F176";
}
.fa-long-arrow-left:before {
content: "\F177";
}
.fa-long-arrow-right:before {
content: "\F178";
}
.fa-apple:before {
content: "\F179";
}
.fa-windows:before {
content: "\F17A";
}
.fa-android:before {
content: "\F17B";
}
.fa-linux:before {
content: "\F17C";
}
.fa-dribbble:before {
content: "\F17D";
}
.fa-skype:before {
content: "\F17E";
}
.fa-foursquare:before {
content: "\F180";
}
.fa-trello:before {
content: "\F181";
}
.fa-female:before {
content: "\F182";
}
.fa-male:before {
content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\F184";
}
.fa-sun-o:before {
content: "\F185";
}
.fa-moon-o:before {
content: "\F186";
}
.fa-archive:before {
content: "\F187";
}
.fa-bug:before {
content: "\F188";
}
.fa-vk:before {
content: "\F189";
}
.fa-weibo:before {
content: "\F18A";
}
.fa-renren:before {
content: "\F18B";
}
.fa-pagelines:before {
content: "\F18C";
}
.fa-stack-exchange:before {
content: "\F18D";
}
.fa-arrow-circle-o-right:before {
content: "\F18E";
}
.fa-arrow-circle-o-left:before {
content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\F191";
}
.fa-dot-circle-o:before {
content: "\F192";
}
.fa-wheelchair:before {
content: "\F193";
}
.fa-vimeo-square:before {
content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\F195";
}
.fa-plus-square-o:before {
content: "\F196";
}
.fa-space-shuttle:before {
content: "\F197";
}
.fa-slack:before {
content: "\F198";
}
.fa-envelope-square:before {
content: "\F199";
}
.fa-wordpress:before {
content: "\F19A";
}
.fa-openid:before {
content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\F19D";
}
.fa-yahoo:before {
content: "\F19E";
}
.fa-google:before {
content: "\F1A0";
}
.fa-reddit:before {
content: "\F1A1";
}
.fa-reddit-square:before {
content: "\F1A2";
}
.fa-stumbleupon-circle:before {
content: "\F1A3";
}
.fa-stumbleupon:before {
content: "\F1A4";
}
.fa-delicious:before {
content: "\F1A5";
}
.fa-digg:before {
content: "\F1A6";
}
.fa-pied-piper-pp:before {
content: "\F1A7";
}
.fa-pied-piper-alt:before {
content: "\F1A8";
}
.fa-drupal:before {
content: "\F1A9";
}
.fa-joomla:before {
content: "\F1AA";
}
.fa-language:before {
content: "\F1AB";
}
.fa-fax:before {
content: "\F1AC";
}
.fa-building:before {
content: "\F1AD";
}
.fa-child:before {
content: "\F1AE";
}
.fa-paw:before {
content: "\F1B0";
}
.fa-spoon:before {
content: "\F1B1";
}
.fa-cube:before {
content: "\F1B2";
}
.fa-cubes:before {
content: "\F1B3";
}
.fa-behance:before {
content: "\F1B4";
}
.fa-behance-square:before {
content: "\F1B5";
}
.fa-steam:before {
content: "\F1B6";
}
.fa-steam-square:before {
content: "\F1B7";
}
.fa-recycle:before {
content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\F1BA";
}
.fa-tree:before {
content: "\F1BB";
}
.fa-spotify:before {
content: "\F1BC";
}
.fa-deviantart:before {
content: "\F1BD";
}
.fa-soundcloud:before {
content: "\F1BE";
}
.fa-database:before {
content: "\F1C0";
}
.fa-file-pdf-o:before {
content: "\F1C1";
}
.fa-file-word-o:before {
content: "\F1C2";
}
.fa-file-excel-o:before {
content: "\F1C3";
}
.fa-file-powerpoint-o:before {
content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\F1C8";
}
.fa-file-code-o:before {
content: "\F1C9";
}
.fa-vine:before {
content: "\F1CA";
}
.fa-codepen:before {
content: "\F1CB";
}
.fa-jsfiddle:before {
content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\F1CD";
}
.fa-circle-o-notch:before {
content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
content: "\F1D1";
}
.fa-git-square:before {
content: "\F1D2";
}
.fa-git:before {
content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\F1D4";
}
.fa-tencent-weibo:before {
content: "\F1D5";
}
.fa-qq:before {
content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\F1D9";
}
.fa-history:before {
content: "\F1DA";
}
.fa-circle-thin:before {
content: "\F1DB";
}
.fa-header:before {
content: "\F1DC";
}
.fa-paragraph:before {
content: "\F1DD";
}
.fa-sliders:before {
content: "\F1DE";
}
.fa-share-alt:before {
content: "\F1E0";
}
.fa-share-alt-square:before {
content: "\F1E1";
}
.fa-bomb:before {
content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\F1E3";
}
.fa-tty:before {
content: "\F1E4";
}
.fa-binoculars:before {
content: "\F1E5";
}
.fa-plug:before {
content: "\F1E6";
}
.fa-slideshare:before {
content: "\F1E7";
}
.fa-twitch:before {
content: "\F1E8";
}
.fa-yelp:before {
content: "\F1E9";
}
.fa-newspaper-o:before {
content: "\F1EA";
}
.fa-wifi:before {
content: "\F1EB";
}
.fa-calculator:before {
content: "\F1EC";
}
.fa-paypal:before {
content: "\F1ED";
}
.fa-google-wallet:before {
content: "\F1EE";
}
.fa-cc-visa:before {
content: "\F1F0";
}
.fa-cc-mastercard:before {
content: "\F1F1";
}
.fa-cc-discover:before {
content: "\F1F2";
}
.fa-cc-amex:before {
content: "\F1F3";
}
.fa-cc-paypal:before {
content: "\F1F4";
}
.fa-cc-stripe:before {
content: "\F1F5";
}
.fa-bell-slash:before {
content: "\F1F6";
}
.fa-bell-slash-o:before {
content: "\F1F7";
}
.fa-trash:before {
content: "\F1F8";
}
.fa-copyright:before {
content: "\F1F9";
}
.fa-at:before {
content: "\F1FA";
}
.fa-eyedropper:before {
content: "\F1FB";
}
.fa-paint-brush:before {
content: "\F1FC";
}
.fa-birthday-cake:before {
content: "\F1FD";
}
.fa-area-chart:before {
content: "\F1FE";
}
.fa-pie-chart:before {
content: "\F200";
}
.fa-line-chart:before {
content: "\F201";
}
.fa-lastfm:before {
content: "\F202";
}
.fa-lastfm-square:before {
content: "\F203";
}
.fa-toggle-off:before {
content: "\F204";
}
.fa-toggle-on:before {
content: "\F205";
}
.fa-bicycle:before {
content: "\F206";
}
.fa-bus:before {
content: "\F207";
}
.fa-ioxhost:before {
content: "\F208";
}
.fa-angellist:before {
content: "\F209";
}
.fa-cc:before {
content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\F20B";
}
.fa-meanpath:before {
content: "\F20C";
}
.fa-buysellads:before {
content: "\F20D";
}
.fa-connectdevelop:before {
content: "\F20E";
}
.fa-dashcube:before {
content: "\F210";
}
.fa-forumbee:before {
content: "\F211";
}
.fa-leanpub:before {
content: "\F212";
}
.fa-sellsy:before {
content: "\F213";
}
.fa-shirtsinbulk:before {
content: "\F214";
}
.fa-simplybuilt:before {
content: "\F215";
}
.fa-skyatlas:before {
content: "\F216";
}
.fa-cart-plus:before {
content: "\F217";
}
.fa-cart-arrow-down:before {
content: "\F218";
}
.fa-diamond:before {
content: "\F219";
}
.fa-ship:before {
content: "\F21A";
}
.fa-user-secret:before {
content: "\F21B";
}
.fa-motorcycle:before {
content: "\F21C";
}
.fa-street-view:before {
content: "\F21D";
}
.fa-heartbeat:before {
content: "\F21E";
}
.fa-venus:before {
content: "\F221";
}
.fa-mars:before {
content: "\F222";
}
.fa-mercury:before {
content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\F224";
}
.fa-transgender-alt:before {
content: "\F225";
}
.fa-venus-double:before {
content: "\F226";
}
.fa-mars-double:before {
content: "\F227";
}
.fa-venus-mars:before {
content: "\F228";
}
.fa-mars-stroke:before {
content: "\F229";
}
.fa-mars-stroke-v:before {
content: "\F22A";
}
.fa-mars-stroke-h:before {
content: "\F22B";
}
.fa-neuter:before {
content: "\F22C";
}
.fa-genderless:before {
content: "\F22D";
}
.fa-facebook-official:before {
content: "\F230";
}
.fa-pinterest-p:before {
content: "\F231";
}
.fa-whatsapp:before {
content: "\F232";
}
.fa-server:before {
content: "\F233";
}
.fa-user-plus:before {
content: "\F234";
}
.fa-user-times:before {
content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\F236";
}
.fa-viacoin:before {
content: "\F237";
}
.fa-train:before {
content: "\F238";
}
.fa-subway:before {
content: "\F239";
}
.fa-medium:before {
content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\F23B";
}
.fa-optin-monster:before {
content: "\F23C";
}
.fa-opencart:before {
content: "\F23D";
}
.fa-expeditedssl:before {
content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\F244";
}
.fa-mouse-pointer:before {
content: "\F245";
}
.fa-i-cursor:before {
content: "\F246";
}
.fa-object-group:before {
content: "\F247";
}
.fa-object-ungroup:before {
content: "\F248";
}
.fa-sticky-note:before {
content: "\F249";
}
.fa-sticky-note-o:before {
content: "\F24A";
}
.fa-cc-jcb:before {
content: "\F24B";
}
.fa-cc-diners-club:before {
content: "\F24C";
}
.fa-clone:before {
content: "\F24D";
}
.fa-balance-scale:before {
content: "\F24E";
}
.fa-hourglass-o:before {
content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\F253";
}
.fa-hourglass:before {
content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\F256";
}
.fa-hand-scissors-o:before {
content: "\F257";
}
.fa-hand-lizard-o:before {
content: "\F258";
}
.fa-hand-spock-o:before {
content: "\F259";
}
.fa-hand-pointer-o:before {
content: "\F25A";
}
.fa-hand-peace-o:before {
content: "\F25B";
}
.fa-trademark:before {
content: "\F25C";
}
.fa-registered:before {
content: "\F25D";
}
.fa-creative-commons:before {
content: "\F25E";
}
.fa-gg:before {
content: "\F260";
}
.fa-gg-circle:before {
content: "\F261";
}
.fa-tripadvisor:before {
content: "\F262";
}
.fa-odnoklassniki:before {
content: "\F263";
}
.fa-odnoklassniki-square:before {
content: "\F264";
}
.fa-get-pocket:before {
content: "\F265";
}
.fa-wikipedia-w:before {
content: "\F266";
}
.fa-safari:before {
content: "\F267";
}
.fa-chrome:before {
content: "\F268";
}
.fa-firefox:before {
content: "\F269";
}
.fa-opera:before {
content: "\F26A";
}
.fa-internet-explorer:before {
content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
content: "\F26C";
}
.fa-contao:before {
content: "\F26D";
}
.fa-500px:before {
content: "\F26E";
}
.fa-amazon:before {
content: "\F270";
}
.fa-calendar-plus-o:before {
content: "\F271";
}
.fa-calendar-minus-o:before {
content: "\F272";
}
.fa-calendar-times-o:before {
content: "\F273";
}
.fa-calendar-check-o:before {
content: "\F274";
}
.fa-industry:before {
content: "\F275";
}
.fa-map-pin:before {
content: "\F276";
}
.fa-map-signs:before {
content: "\F277";
}
.fa-map-o:before {
content: "\F278";
}
.fa-map:before {
content: "\F279";
}
.fa-commenting:before {
content: "\F27A";
}
.fa-commenting-o:before {
content: "\F27B";
}
.fa-houzz:before {
content: "\F27C";
}
.fa-vimeo:before {
content: "\F27D";
}
.fa-black-tie:before {
content: "\F27E";
}
.fa-fonticons:before {
content: "\F280";
}
.fa-reddit-alien:before {
content: "\F281";
}
.fa-edge:before {
content: "\F282";
}
.fa-credit-card-alt:before {
content: "\F283";
}
.fa-codiepie:before {
content: "\F284";
}
.fa-modx:before {
content: "\F285";
}
.fa-fort-awesome:before {
content: "\F286";
}
.fa-usb:before {
content: "\F287";
}
.fa-product-hunt:before {
content: "\F288";
}
.fa-mixcloud:before {
content: "\F289";
}
.fa-scribd:before {
content: "\F28A";
}
.fa-pause-circle:before {
content: "\F28B";
}
.fa-pause-circle-o:before {
content: "\F28C";
}
.fa-stop-circle:before {
content: "\F28D";
}
.fa-stop-circle-o:before {
content: "\F28E";
}
.fa-shopping-bag:before {
content: "\F290";
}
.fa-shopping-basket:before {
content: "\F291";
}
.fa-hashtag:before {
content: "\F292";
}
.fa-bluetooth:before {
content: "\F293";
}
.fa-bluetooth-b:before {
content: "\F294";
}
.fa-percent:before {
content: "\F295";
}
.fa-gitlab:before {
content: "\F296";
}
.fa-wpbeginner:before {
content: "\F297";
}
.fa-wpforms:before {
content: "\F298";
}
.fa-envira:before {
content: "\F299";
}
.fa-universal-access:before {
content: "\F29A";
}
.fa-wheelchair-alt:before {
content: "\F29B";
}
.fa-question-circle-o:before {
content: "\F29C";
}
.fa-blind:before {
content: "\F29D";
}
.fa-audio-description:before {
content: "\F29E";
}
.fa-volume-control-phone:before {
content: "\F2A0";
}
.fa-braille:before {
content: "\F2A1";
}
.fa-assistive-listening-systems:before {
content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\F2A4";
}
.fa-glide:before {
content: "\F2A5";
}
.fa-glide-g:before {
content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\F2A7";
}
.fa-low-vision:before {
content: "\F2A8";
}
.fa-viadeo:before {
content: "\F2A9";
}
.fa-viadeo-square:before {
content: "\F2AA";
}
.fa-snapchat:before {
content: "\F2AB";
}
.fa-snapchat-ghost:before {
content: "\F2AC";
}
.fa-snapchat-square:before {
content: "\F2AD";
}
.fa-pied-piper:before {
content: "\F2AE";
}
.fa-first-order:before {
content: "\F2B0";
}
.fa-yoast:before {
content: "\F2B1";
}
.fa-themeisle:before {
content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\F2B4";
}
.fa-handshake-o:before {
content: "\F2B5";
}
.fa-envelope-open:before {
content: "\F2B6";
}
.fa-envelope-open-o:before {
content: "\F2B7";
}
.fa-linode:before {
content: "\F2B8";
}
.fa-address-book:before {
content: "\F2B9";
}
.fa-address-book-o:before {
content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\F2BC";
}
.fa-user-circle:before {
content: "\F2BD";
}
.fa-user-circle-o:before {
content: "\F2BE";
}
.fa-user-o:before {
content: "\F2C0";
}
.fa-id-badge:before {
content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\F2C3";
}
.fa-quora:before {
content: "\F2C4";
}
.fa-free-code-camp:before {
content: "\F2C5";
}
.fa-telegram:before {
content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\F2CB";
}
.fa-shower:before {
content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\F2CD";
}
.fa-podcast:before {
content: "\F2CE";
}
.fa-window-maximize:before {
content: "\F2D0";
}
.fa-window-minimize:before {
content: "\F2D1";
}
.fa-window-restore:before {
content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\F2D4";
}
.fa-bandcamp:before {
content: "\F2D5";
}
.fa-grav:before {
content: "\F2D6";
}
.fa-etsy:before {
content: "\F2D7";
}
.fa-imdb:before {
content: "\F2D8";
}
.fa-ravelry:before {
content: "\F2D9";
}
.fa-eercast:before {
content: "\F2DA";
}
.fa-microchip:before {
content: "\F2DB";
}
.fa-snowflake-o:before {
content: "\F2DC";
}
.fa-superpowers:before {
content: "\F2DD";
}
.fa-wpexplorer:before {
content: "\F2DE";
}
.fa-meetup:before {
content: "\F2E0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-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: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline 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 {
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;
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] {
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;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-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;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #008D98;
text-decoration: none;
}
a:hover,
a:focus {
color: #00464c;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role=button] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
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: 400;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
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: 10px;
margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.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: #777777;
}
.text-primary {
color: #008D98;
}
a.text-primary:hover,
a.text-primary:focus {
color: #005e65;
}
.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: #008D98;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #005e65;
}
.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: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
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-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: 700;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.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;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
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.428571429;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: "\2014\A0";
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eeeeee;
border-left: 0;
}
.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: "\A0\2014";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
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: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
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;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row-no-gutters {
margin-right: 0;
margin-left: 0;
}
.row-no-gutters [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.3333333333%;
}
.col-xs-2 {
width: 16.6666666667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333333333%;
}
.col-xs-5 {
width: 41.6666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333333333%;
}
.col-xs-8 {
width: 66.6666666667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333333333%;
}
.col-xs-11 {
width: 91.6666666667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.3333333333%;
}
.col-xs-pull-2 {
right: 16.6666666667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.3333333333%;
}
.col-xs-pull-5 {
right: 41.6666666667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.3333333333%;
}
.col-xs-pull-8 {
right: 66.6666666667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.3333333333%;
}
.col-xs-pull-11 {
right: 91.6666666667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.3333333333%;
}
.col-xs-push-2 {
left: 16.6666666667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.3333333333%;
}
.col-xs-push-5 {
left: 41.6666666667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.3333333333%;
}
.col-xs-push-8 {
left: 66.6666666667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.3333333333%;
}
.col-xs-push-11 {
left: 91.6666666667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.3333333333%;
}
.col-md-2 {
width: 16.6666666667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333333333%;
}
.col-md-5 {
width: 41.6666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333333333%;
}
.col-md-8 {
width: 66.6666666667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333333333%;
}
.col-md-11 {
width: 91.6666666667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.3333333333%;
}
.col-md-pull-2 {
right: 16.6666666667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333333333%;
}
.col-md-pull-5 {
right: 41.6666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333333333%;
}
.col-md-pull-8 {
right: 66.6666666667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333333333%;
}
.col-md-pull-11 {
right: 91.6666666667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.3333333333%;
}
.col-md-push-2 {
left: 16.6666666667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333333333%;
}
.col-md-push-5 {
left: 41.6666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333333333%;
}
.col-md-push-8 {
left: 66.6666666667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333333333%;
}
.col-md-push-11 {
left: 91.6666666667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.3333333333%;
}
.col-md-offset-2 {
margin-left: 16.6666666667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333333333%;
}
.col-md-offset-5 {
margin-left: 41.6666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333333333%;
}
.col-md-offset-8 {
margin-left: 66.6666666667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333333333%;
}
.col-md-offset-11 {
margin-left: 91.6666666667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.3333333333%;
}
.col-lg-2 {
width: 16.6666666667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333333333%;
}
.col-lg-5 {
width: 41.6666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333333333%;
}
.col-lg-8 {
width: 66.6666666667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333333333%;
}
.col-lg-11 {
width: 91.6666666667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.3333333333%;
}
.col-lg-pull-2 {
right: 16.6666666667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333333333%;
}
.col-lg-pull-5 {
right: 41.6666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333333333%;
}
.col-lg-pull-8 {
right: 66.6666666667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333333333%;
}
.col-lg-pull-11 {
right: 91.6666666667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.3333333333%;
}
.col-lg-push-2 {
left: 16.6666666667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333333333%;
}
.col-lg-push-5 {
left: 41.6666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333333333%;
}
.col-lg-push-8 {
left: 66.6666666667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333333333%;
}
.col-lg-push-11 {
left: 91.6666666667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
margin-left: 41.6666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333333333%;
}
.col-lg-offset-8 {
margin-left: 66.6666666667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333333333%;
}
.col-lg-offset-11 {
margin-left: 91.6666666667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
table col[class*=col-] {
position: static;
display: table-column;
float: none;
}
table td[class*=col-],
table th[class*=col-] {
position: static;
display: table-cell;
float: none;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.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.428571429;
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 > 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 {
min-height: 0.01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
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 {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
input[type=search] {
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=radio],
input[type=checkbox] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
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;
}
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: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
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 {
background-color: transparent;
border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
@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: 34px;
}
input[type=date].input-sm,
.input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
line-height: 30px;
}
input[type=date].input-lg,
.input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
position: absolute;
margin-top: 4px \9;
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;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.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;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.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;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.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;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@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 {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-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: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: 0.65;
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;
background-image: none;
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.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: #008D98;
border-color: #00757f;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #005e65;
border-color: black;
}
.btn-primary:hover {
color: #fff;
background-color: #005e65;
border-color: #003d41;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #005e65;
background-image: none;
border-color: #003d41;
}
.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: #003d41;
border-color: black;
}
.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: #008D98;
border-color: #00757f;
}
.btn-primary .badge {
color: #008D98;
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;
background-image: none;
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.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;
background-image: none;
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.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;
background-image: none;
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.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;
background-image: none;
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.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 {
font-weight: 400;
color: #008D98;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #00464c;
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: #777777;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.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%;
}
.alert,
div.wpcf7-response-output {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4,
div.wpcf7-response-output h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link,
div.wpcf7-response-output .alert-link {
font-weight: bold;
}
.alert > p,
div.wpcf7-response-output > p,
.alert > ul,
div.wpcf7-response-output > ul {
margin-bottom: 0;
}
.alert > p + p,
div.wpcf7-response-output > 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,
div.wpcf7-mail-sent-ok {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr,
div.wpcf7-mail-sent-ok hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link,
div.wpcf7-mail-sent-ok .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning,
div.wpcf7-validation-errors {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr,
div.wpcf7-validation-errors hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link,
div.wpcf7-validation-errors .alert-link {
color: #66512c;
}
.alert-danger,
div.wpcf7-mail-sent-ng {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr,
div.wpcf7-mail-sent-ng hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
div.wpcf7-mail-sent-ng .alert-link {
color: #843534;
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.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;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.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 !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .lity {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
white-space: nowrap;
background: #0b0b0b;
background: rgba(0, 0, 0, 0.9);
outline: none !important;
opacity: 0;
transition: opacity 0.3s ease;
}
.lity.lity-opened {
opacity: 1;
}
.lity.lity-closed {
opacity: 0;
}
.lity * {
box-sizing: border-box;
}
.lity-wrap {
z-index: 9990;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
outline: none !important;
}
.lity-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.lity-loader {
z-index: 9991;
color: #fff;
position: absolute;
top: 50%;
margin-top: -0.8em;
width: 100%;
text-align: center;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
opacity: 0;
transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
opacity: 1;
}
.lity-container {
z-index: 9992;
position: relative;
text-align: left;
vertical-align: middle;
display: inline-block;
white-space: normal;
max-width: 100%;
max-height: 100%;
outline: none !important;
}
.lity-content {
z-index: 9993;
width: 100%;
transform: scale(1);
transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
transform: scale(0.8);
}
.lity-content:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
z-index: 9994;
width: 35px;
height: 35px;
position: fixed;
right: 0;
top: 0;
-webkit-appearance: none;
cursor: pointer;
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
box-shadow: none;
}
.lity-close::-moz-focus-inner {
border: 0;
padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
text-decoration: none;
text-align: center;
padding: 0;
color: #fff;
font-style: normal;
font-size: 35px;
font-family: Arial, Baskerville, monospace;
line-height: 35px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
border: 0;
background: none;
outline: none;
box-shadow: none;
}
.lity-close:active {
top: 1px;
} .lity-image img {
max-width: 100%;
display: block;
line-height: 0;
border: 0;
} .lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
width: 100%;
max-width: 964px;
}
.lity-iframe-container {
width: 100%;
height: 0;
padding-top: 56.25%;
overflow: auto;
pointer-events: auto;
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.lity-hide {
display: none;
}         body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.main {
flex-grow: 1;
}
img {
max-width: 100%;
height: auto;
} a {
transition: all 0.15s ease;
}
.container-fluid {
max-width: 1170px;
}
@media (max-width: 479px) {
.hidden-xxs {
display: none !important;
}
}
@media (min-width: 480px) {
.visible-xxs {
display: block !important;
}
} .the-content p,
.the-content ul,
.the-content ol {
margin-bottom: 1em;
}
.the-content ul,
.the-content ol {
line-height: 2em;
padding-left: 2em;
}
.the-content ul {
list-style-type: disc;
} .alignleft {
float: left;
text-align: left;
margin-bottom: 20px;
margin-right: 20px;
}
.alignright {
float: right;
text-align: right;
margin-bottom: 20px;
margin-left: 20px;
}
.aligncenter {
display: block;
text-align: center;
margin: 0 auto 20px;
}
.wp-caption img,
.wp-caption {
width: auto;
height: auto;
max-width: 100%;
}
.wp-caption-text {
padding: 5px 0;
font-size: 12px;
}
img.size-full,
img.size-large {
max-width: 100%;
width: auto;
height: auto;
} span.wpcf7-form-control-wrap {
display: block;
}
span.wpcf7-not-valid-tip {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.l-module {
margin-bottom: 60px;
}
.l-media {
align-items: flex-start;
display: flex;
flex-direction: column;
}
@media (min-width: 480px) {
.l-media {
flex-direction: row;
}
}
.l-media--center {
align-items: center;
}
.l-media__body {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0%;
}
.l-media__left {
order: 0;
margin-bottom: 30px;
}
@media (min-width: 480px) {
.l-media__left {
margin-bottom: 0;
margin-right: 30px;
}
}
.l-media__right {
order: 1;
}
@media (min-width: 480px) {
.l-media__right {
margin-left: 30px;
}
} .section {
padding: 60px 0;
}
@media (max-width: 767px) {
.section {
padding: 40px 0;
}
}
.section--tight {
padding: 30px 0;
}
.section--xtight {
padding: 15px 0;
}
.section--loose {
padding: 90px 0;
}
@media (max-width: 767px) {
.section--loose {
padding: 60px 0;
}
}
.section--xloose {
padding: 120px 0;
}
@media (max-width: 767px) {
.section--xloose {
padding: 90px 0;
}
}
.section--no-top {
padding-top: 0;
}
.section--no-bottom {
padding-bottom: 0;
} .mobile-drawer {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
overflow: hidden;
pointer-events: none;
z-index: 250;
} .no-csspointerevents .mobile-drawer {
visibility: hidden;
} .mobile-drawer.js-active {
pointer-events: auto;
}
.no-csspointerevents .mobile-drawer.js-active {
visibility: visible;
} .mobile-drawer::before {
position: absolute;
height: 100%;
width: 100%;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
content: "";
display: block;
opacity: 0;
will-change: opacity;
pointer-events: none;
transition: opacity 0.3s ease;
} .js-active.mobile-drawer::before {
opacity: 1;
pointer-events: auto;
}
.mobile-menu {
background-color: #eeeeee;
color: white;
height: 100%;
width: 90%;
max-width: 275px;
overflow-y: auto;
pointer-events: auto;
padding: 40px 20px;
position: absolute;
right: 100%;
transform: translateX(0);
will-change: transform;
z-index: 260;
} .admin-bar .mobile-menu {
margin-top: 32px;
}
@media (max-width: 782px) {
.admin-bar .mobile-menu {
margin-top: 46px;
}
} .mobile-drawer.js-active .mobile-menu {
transform: translateX(100%);
transition: all 0.35s ease-out;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
} .mobile-drawer .mobile-menu {
transition: all 0.15s ease-in;
} .mobile-menu__link {
display: block;
font-size: 18px;
} .mobile-menu__close {
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
-webkit-appearance: none;
position: absolute;
top: 0;
right: 0;
font-size: 24px;
padding: 0.5em;
opacity: 0.6;
transition: all 0.15s ease;
}
.mobile-menu__close:hover,
.mobile-menu__close:focus {
outline: none;
border: none;
}
.mobile-menu__close:hover,
.mobile-menu__close:focus {
opacity: 1;
} .mobile-trigger {
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
-webkit-appearance: none;
float: right;
}
.mobile-trigger:hover,
.mobile-trigger:focus {
outline: none;
border: none;
}  .lity-modal {
background: #fff;
max-width: 600px;
padding: 60px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.lity-active body {
overflow-y: hidden;
}
.h-visually-hidden {
position: absolute !important;
overflow: hidden;
width: 1px;
height: 1px;
padding: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px);
}
.h-overflow-hidden {
overflow: hidden;
}
.h-display-none {
display: none;
}
.h-position-relative {
position: relative;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
}
p,
ul,
ol,
li {
font-family: "change", Georgia, "Times New Roman", Times, serif;
}
body {
background-color: #FFFCF2;
}
.btn {
border-radius: 0;
text-transform: uppercase;
padding: 8px 16px;
}
.btn-white {
background-color: #FFFCF2;
color: #0A2021;
}
.btn-primary {
border-radius: 0;
text-transform: uppercase;
border: none;
padding: 8px 16px;
border-bottom: solid 1px #F5C106;
}
.main-header {
position: absolute;
width: 100%;
}
.main-header .header--top {
padding: 10px 0;
width: 100%;
}
.main-header ul {
-webkit-margin-start: 0;
margin-inline-start: 0;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.main-header .social-nav {
float: left;
padding: 3px 3px 3px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.main-header .social-nav .social-nav__list {
display: flex;
align-items: center;
}
.main-header .social-nav img {
float: left;
display: inline-block;
height: 15px;
padding-right: 7.5px;
filter: invert(100%) sepia(0%) saturate(110%) hue-rotate(54deg) brightness(106%) contrast(215%);
}
.main-header .main-menu__search {
float: right;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: white;
}
.main-header .main-menu__search a {
color: white;
}
.main-header .header--bottom {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0;
width: 100%;
}
.main-header .main-header__home {
flex-grow: 5;
}
.main-header .main-menu {
float: right;
width: 50%;
}
.main-header .main-menu .main-menu__list {
align-items: baseline;
display: flex;
justify-content: flex-end;
}
.main-header .main-menu .main-menu__item {
float: left;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
text-transform: uppercase;
margin-right: 35px;
}
.main-header .main-menu .main-menu__item a {
color: #FFFCF2;
}
.main-header .main-menu .main-menu__item:last-child {
margin-right: 0;
margin-left: 25px;
background-color: #F5C106;
padding: 8px 16px;
border-bottom: solid 1px #FFFCF2;
}
.main-header .main-menu .main-menu__item:last-child a {
color: #0A2021 !important;
}
.main-header .mobile-trigger {
color: white;
font-size: 24px;
}
.main-header.home {
height: 17vh;
position: absolute;
width: 100%;
background-color: transparent;
}
.main-header.home .social-nav img {
filter: none;
}
.main-header.home .mobile-trigger {
color: #003133;
font-size: 24px;
}
@media (max-width: 767px) {
.main-header.home .main-menu__search a {
color: #003133;
}
}
.mobile-menu {
background-color: #003133;
}
.mobile-menu a {
color: #008D98;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 12px;
}
.mobile-menu ul {
list-style: none;
padding: 0;
}
.rgf-search {
display: none;
}
.lity-wrap .rgf-search {
display: block;
width: 500px;
max-width: 98%;
}
.lity-wrap .rgf-search .main-site__search-input {
font-size: 24px;
padding: 10px;
line-height: 2;
border: solid 1px #008D98;
height: 65px;
}
.home-hero--wrap .intro--wrap {
padding-top: 17vh;
background-color: #FFFCF2;
width: 40%;
}
@media (max-width: 991px) {
.home-hero--wrap .intro--wrap {
width: 45%;
}
}
@media (max-width: 767px) {
.home-hero--wrap .intro--wrap {
width: 100%;
}
}
.home-hero--wrap .explainer--wrap {
padding-top: 35vh;
background-color: #003133;
width: 60%;
position: relative;
z-index: -1;
}
@media (max-width: 991px) {
.home-hero--wrap .explainer--wrap {
width: 55%;
}
}
@media (max-width: 767px) {
.home-hero--wrap .explainer--wrap {
width: 100%;
padding-top: 55vh;
}
}
@media (max-width: 767px) {
.home-hero--wrap {
flex-wrap: wrap;
}
}
.home-hero--wrap {
padding-top: 19vh;
display: flex;
margin-top: -19vh;
z-index: -1;
width: 100%;
}
.home-hero--wrap .intro {
padding-top: 60px;
margin-left: 2vw;
padding-right: 2vw;
padding-bottom: 6vw;
margin-bottom: 4vw;
border-bottom: solid 2px #008D98;
}
@media (max-width: 767px) {
.home-hero--wrap .intro {
border-bottom: none;
}
}
.home-hero--wrap .intro h1 {
color: #008D98;
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
font-weight: 400;
font-size: 80px;
line-height: 80px;
margin-bottom: 0;
}
@media (max-width: 991px) {
.home-hero--wrap .intro h1 {
font-size: 60px;
line-height: 60px;
}
}
.home-hero--wrap .intro img.divider {
padding: 30px 0;
}
.home-hero--wrap .intro h3 {
font-family: "change", Georgia, "Times New Roman", Times, serif;
font-size: 16px;
line-height: 20px;
letter-spacing: 1px;
font-weight: 400;
}
@media (max-width: 767px) {
.home-hero--wrap .intro h3 {
margin-bottom: 42px;
}
}
.explainer {
padding-top: 60px;
padding-right: 2vw;
}
.explainer h3 {
color: white;
font-family: "Freehand", cursive;
transform: rotate(-5.12deg);
font-size: 48px;
line-height: 1;
letter-spacing: 1px;
position: absolute;
right: 1vw;
font-weight: 400;
width: 60%;
top: 30vh;
}
.explainer h3 span {
color: #F5C106;
}
@media (max-width: 767px) {
.explainer h3 {
top: 10vw;
z-index: 6;
right: inherit;
left: 10vw;
width: 80%;
}
}
.explainer img {
position: absolute;
bottom: 0;
z-index: -1;
width: 600px;
}
@media (max-width: 767px) {
.explainer:after {
content: "";
width: 100%;
height: 100%;
position: relative;
background-color: rgba(10, 32, 33, 0.6);
position: absolute;
top: 0;
}
}
.section--feature {
margin-top: 60px;
background: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/feature-pattern.jpg?e4ee0bceda58310c71bef3e40c133c49), lightgray 0% 0%/21.2400004268px 21.2400004268px repeat;
box-shadow: inset 0 0 0 2000px rgba(0, 141, 152, 0.9);
z-index: 0;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
border-bottom: solid 7px #003133;
}
.headliner--wrap {
position: relative;
width: 48%;
padding: 10px;
display: flex;
max-width: 750px;
}
.headliner--wrap img {
margin-top: -70px;
max-width: 75%;
max-height: 100%;
position: absolute;
right: 0;
}
@media (max-width: 1199px) {
.headliner--wrap img {
max-width: 500px;
}
}
@media (max-width: 991px) {
.headliner--wrap {
width: 100%;
}
}
@media (max-width: 991px) {
.headliner--wrap:first-child {
margin-bottom: 82px;
}
}
.section .headliner {
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 35px 40px;
width: 56%;
flex-shrink: 0;
background-color: #FFFCF2;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.section .headliner {
width: 100%;
}
}
.section .headliner h2 {
text-align: center;
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 30.18px;
letter-spacing: 0.25px;
width: 100%;
}
.section .headliner p {
text-align: center;
font-feature-settings: "clig" off, "liga" off;
font-family: "change", Georgia, "Times New Roman", Times, serif;
font-size: 15.577px;
font-style: normal;
font-weight: 400;
line-height: 19.471px; letter-spacing: 0.974px;
width: 100%;
}
.section h2 {
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
font-size: 52px;
letter-spacing: -2px;
font-weight: 400;
color: #008D98;
margin-bottom: 30px;
line-height: 1;
}
.section .divider {
margin-bottom: 32px;
}
.issue--wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.issue--wrap .issue {
width: 30%;
background-color: white;
padding: 24px;
margin-bottom: 24px;
align-self: normal;
}
@media (max-width: 991px) {
.issue--wrap .issue {
width: 48%;
}
}
@media (max-width: 767px) {
.issue--wrap .issue {
width: 100%;
}
.issue--wrap .issue .learn-more {
margin-top: 24px;
}
}
.issue--wrap .issue h2 {
color: #0A2021;
font-size: 24px;
letter-spacing: 0.2px;
line-height: 1;
font-weight: 400;
margin-top: 36px;
max-width: 60%;
display: flex;
align-items: center;
height: 48px;
}
.issue--wrap .issue .divider {
display: block;
margin: 2em 0 3em;
}
.issue--wrap .issue img {
width: 40px;
}
.issue--wrap .issue p {
font-size: 16px;
line-height: 20px;
letter-spacing: 1px;
max-width: 60%;
}
.issue--wrap .issue p.description {
min-height: 125px;
margin-bottom: 32px;
}
.learn-more {
display: flex;
align-items: baseline;
}
.learn-more p {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
float: left;
display: inline-block;
padding-right: 16px;
max-width: 100%;
}
.learn-more img {
float: left;
display: inline-block;
}
.section--green {
background-color: #003133;
}
.section--green .blog-top {
background-color: #003133;
}
.section--green .tease {
border-bottom-color: rgba(255, 252, 242, 0.1);
}
.section--green .tease .post--kicker:after {
border-top: solid 1px rgba(255, 252, 242, 0.1);
}
.section--green .tease .post--post-type {
color: #73DAE3;
background-color: #003134;
}
.section--green .tease h2 {
color: #FFFCF2;
}
.section--green .tease h5 {
color: #73DAE3;
}
.section--xloose-bottom {
padding-bottom: 140px;
}
.filter--wrap {
border: 8px solid rgba(10, 32, 33, 0.1);
padding: 50px 50px 20px;
margin: 0 auto 78px;
width: 780px;
max-width: 100%;
}
@media (max-width: 767px) {
.filter--wrap {
padding: 50px 10px 20px;
}
}
.filter--wrap ul {
display: flex;
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-margin-after: 0;
margin-block-end: 0;
-webkit-margin-start: 0px;
margin-inline-start: 0px;
-webkit-margin-end: 0px;
margin-inline-end: 0px;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.filter--wrap ul li {
list-style: none;
width: 33%;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-end;
}
@media (max-width: 767px) {
.filter--wrap ul {
flex-wrap: wrap;
}
.filter--wrap ul li {
width: 100%;
}
}
.filter--wrap h4 {
font-size: 9px;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #0A2021;
letter-spacing: 1px;
text-align: left;
text-transform: uppercase;
text-align: left;
margin: 0 20px 5px;
width: 100%;
}
.filter--wrap input,
.filter--wrap select {
font-family: "Antarctican Mono";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1px;
color: #0A2021;
border-color: #0A2021;
border-width: 1px;
width: 100%;
line-height: 1;
height: 32px;
letter-spacing: 1px;
margin: 0 20px;
padding: 0 10px;
border-radius: 0;
}
@media (max-width: 767px) {
.filter--wrap input,
.filter--wrap select {
margin: 5px 20px 10px;
}
}
.filter--wrap input[type=submit] {
background-color: #F5C106;
border-color: #F5C106;
text-transform: uppercase;
margin-bottom: 0;
}
.filter--wrap.no-results {
padding-top: 20px;
}
.filter--wrap.no-results ul {
flex-wrap: wrap;
}
.filter--wrap.no-results li {
width: 100%;
margin-bottom: 10px;
}
.filter--title-wrap {
background-color: #FFFCF2;
text-align: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: -85px auto 0;
padding: 0px 40px;
}
.filter--title-wrap h3 {
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px;
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
}
.section--opt-in {
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/ristras.jpg?052fc2bf796dd98c8864f8e29bcb11bc);
background-size: cover;
background-repeat: no-repeat;
}
.section--opt-in .email--wrap {
margin-left: 55%;
padding: 3vw 4vw 1.5vw;
margin-right: 2vw;
background-color: #F5C106;
display: flex;
flex-wrap: wrap;
border-bottom: solid 3px #0A2021;
position: relative;
}
@media (max-width: 991px) {
.section--opt-in .email--wrap {
margin-left: 40%;
}
}
@media (max-width: 767px) {
.section--opt-in .email--wrap {
margin-left: 2vw;
}
}
.section--opt-in .email--wrap h1 {
font-family: "Freehand", cursive;
color: #0A2021;
width: 100%;
margin-top: 0;
font-size: 48px;
line-height: 48px;
transform: rotate(-5.12deg);
margin-bottom: 30px;
font-weight: 400;
letter-spacing: 1px;
}
.section--opt-in .email--wrap .divider {
margin: 30px 0;
}
.section--opt-in .email--wrap .email--form {
width: 100%;
}
.section--opt-in .email--wrap:after {
content: "";
background: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/border-pattern.jpg?cb97e3e8c14a38455ed9ff83dc1d9b48) lightgray 0% 0%/10.9999999404px 10.9999999404px repeat;
height: 32px;
position: absolute;
mix-blend-mode: hard-light;
opacity: 0.8;
opacity: 0.5;
width: 100%;
bottom: -32px;
left: 0;
background-size: contain;
}
.section--opt-in .nf-form-cont {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #0A2021;
font-weight: 400;
text-transform: uppercase;
padding: 0;
}
.section--opt-in .nf-form-cont .nf-form-content .label-above .nf-field-label,
.section--opt-in .nf-form-cont .nf-form-content .label-below .nf-field-label,
.section--opt-in .nf-form-cont .nf-form-content .label-hidden .nf-field-label {
margin-bottom: 2px;
}
.section--opt-in .nf-form-cont .nf-field-label .nf-label-span,
.section--opt-in .nf-form-cont .nf-field-label label {
font-weight: 400;
font-size: 12px;
}
.section--opt-in .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.section--opt-in .nf-form-cont .nf-form-content input:not([type=button]),
.section--opt-in .nf-form-cont .nf-form-content textarea {
background: transparent;
border: #0A2021 solid 2px;
}
.section--opt-in .nf-form-cont #ninja_forms_required_items,
.section--opt-in .nf-form-cont .nf-field-container {
margin-bottom: 10px;
}
.section--opt-in .nf-form-cont .nf-form-fields-required {
display: none;
}
.section--opt-in .nf-form-cont .nf-form-content button,
.section--opt-in .nf-form-cont .nf-form-content input[type=button],
.section--opt-in .nf-form-cont .nf-form-content input[type=submit] {
width: 100%;
background-color: #003133;
color: #FFFCF2;
text-transform: uppercase;
margin-top: 22px;
border: none;
letter-spacing: 1.5px;
line-height: 1;
}
.section--opt-in .nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div,
.section--opt-in .nf-form-cont .nf-form-content input.ninja-forms-field,
.section--opt-in .nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
height: 40px;
}
.section--opt-in .nf-form-cont .nf-after-form-content {
display: flex;
width: 100%;
}
.section.section--latest .learn-more {
color: #0A2021;
justify-content: flex-end;
}
.section.section--latest .learn-more img {
filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(0%);
}
.section.section--latest .divider {
margin-bottom: 0;
}
.tease--wrap {
display: flex;
flex-wrap: wrap;
}
@media (max-width: 991px) {
.tease--wrap {
flex-wrap: wrap;
}
}
.tease {
width: 32%;
margin: 0 6px 32px;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
@media (max-width: 991px) {
.tease {
width: 48%;
margin: 0 6px 42px;
}
}
@media (max-width: 767px) {
.tease {
width: 100%;
}
.post--kicker .tease:after {
top: -12px;
}
.tease .post--category {
margin-top: -2.5%;
}
}
.feature--wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 64px;
justify-content: space-between;
}
@media (max-width: 767px) {
.feature--wrap {
margin-bottom: 0;
}
}
.secondary-feature--wrap {
display: flex;
flex-wrap: wrap;
width: 31%;
align-content: space-between;
justify-content: space-between;
}
@media (max-width: 991px) {
.secondary-feature--wrap {
width: 100%;
}
.secondary-feature--wrap .post--feature.secondary {
width: 48%;
}
}
@media (max-width: 767px) {
.secondary-feature--wrap .post--feature.secondary {
width: 100%;
}
}
.post--feature {
display: flex;
position: relative;
width: 67%;
}
@media (max-width: 991px) {
.post--feature {
width: 100%;
}
}
.post--feature img {
width: 100%;
}
.post--feature .post--meta {
position: absolute;
bottom: 0;
left: 0;
padding: 32px;
background-color: rgba(0, 0, 0, 0.7);
width: 55%;
color: #FFFCF2;
}
@media (max-width: 767px) {
.post--feature .post--meta {
width: 100%;
}
.post--feature .post--meta h2 {
margin-bottom: 0;
}
.post--feature .post--meta p {
display: none;
}
.post--feature .post--meta .feature__byline {
border-bottom: none;
padding-bottom: 0;
display: none;
}
}
.post--feature .post--meta:hover {
background-color: rgba(0, 0, 0, 0.75);
}
.post--feature .post--meta .post--kicker {
position: absolute;
top: -12.5px;
left: 32px;
background-color: #008D98;
text-transform: uppercase;
font-size: 12px;
line-height: 15px;
letter-spacing: 1px;
padding: 5px;
}
.post--feature .post--meta .post--kicker:hover {
text-decoration: none;
}
.post--feature .post--meta .post--kicker:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-tail.svg?8475be1926a68c9940d1c99914570983);
height: 100%;
background-size: cover;
position: absolute;
left: -4px;
width: 4px;
top: 0;
}
.post--feature .post--meta .post--kicker:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-head.svg?c4fb5e475bc3333eda38385d399f937c);
height: 100%;
background-size: cover;
position: absolute;
right: -4px;
width: 4px;
top: 0;
}
.post--feature .post--meta .post--post-type {
position: absolute;
top: 5px;
right: 16px;
text-transform: uppercase;
font-size: 12px;
line-height: 15px;
letter-spacing: 1px;
color: #73DAE3;
}
.post--feature h2 {
color: #FFFCF2;
font-size: 32px;
line-height: 32px;
letter-spacing: -1px;
margin-bottom: 26px;
}
.post--feature h5 {
color: #73DAE3;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400;
width: 50%;
float: left;
display: inline-block;
margin: 0;
}
.post--feature .feature__byline {
border-bottom: solid 1px rgba(115, 218, 227, 0.3);
width: 100%;
display: flex;
padding-bottom: 18px;
}
.post--feature p {
margin: 0;
margin-top: revert;
font-size: 16px;
line-height: 20px;
letter-spacing: 1px;
}
@media (max-width: 991px) {
.post--feature {
margin-bottom: 32px;
}
}
.post--feature.secondary {
background-size: cover;
width: 100%;
}
.post--feature.secondary .post--meta {
width: 100%;
padding: 20px;
position: static;
}
.post--feature.secondary .post--post-type {
position: static;
}
.post--feature.secondary .post--kicker {
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content; margin: 32px 0px; top: auto;
left: auto;
}
.post--feature.secondary .post--kicker:hover {
text-decoration: none;
}
.post--feature.secondary .post--kicker:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-tail.svg?8475be1926a68c9940d1c99914570983);
height: 100%;
background-size: cover;
position: absolute;
left: -4px;
width: 4px;
top: 0;
}
.post--feature.secondary .post--kicker:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-head.svg?c4fb5e475bc3333eda38385d399f937c);
height: 100%;
background-size: cover;
position: absolute;
right: -4px;
width: 4px;
top: 0;
}
.post--feature.secondary .feature__byline {
padding-bottom: 0;
border-bottom: none;
}
.post--feature.secondary h2 {
font-size: 24px;
}
.post--feature.secondary:first-child {
margin-bottom: 20px;
}
.tease .post--kicker,
.single-reports .post--kicker {
position: absolute;
top: 0;
display: flex;
align-items: center;
text-transform: uppercase;
width: 100%;
justify-content: space-between;
}
.tease .post--kicker:after,
.single-reports .post--kicker:after {
content: "";
border-top: solid 1px rgba(10, 32, 33, 0.1);
position: absolute;
top: -5px;
width: 100%;
z-index: -1;
}
@media (max-width: 767px) {
.tease .post--kicker:after,
.single-reports .post--kicker:after {
top: -12px;
}
}
.tease .post--kicker .post--category,
.single-reports .post--kicker .post--category {
background-color: #008D98;
position: relative;
color: #FFFCF2;
margin-top: -5.5%;
font-size: 12px;
line-height: 15px;
letter-spacing: 1px;
padding: 5px;
}
.tease .post--kicker .post--category:hover,
.single-reports .post--kicker .post--category:hover {
text-decoration: none;
}
.tease .post--kicker .post--category:before,
.single-reports .post--kicker .post--category:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-tail.svg?8475be1926a68c9940d1c99914570983);
height: 100%;
background-size: cover;
position: absolute;
left: -4px;
width: 4px;
top: 0;
}
.tease .post--kicker .post--category:after,
.single-reports .post--kicker .post--category:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-head.svg?c4fb5e475bc3333eda38385d399f937c);
height: 100%;
background-size: cover;
position: absolute;
right: -4px;
width: 4px;
top: 0;
}
.tease .post--kicker .post--post-type,
.single-reports .post--kicker .post--post-type {
background-color: #FFFCF2;
color: #008D98;
padding: 5px 10px;
margin-top: -5.5%;
}
.tease {
position: relative;
border-bottom: solid 1px rgba(10, 32, 33, 0.1);
}
.tease h2 {
font-family: PP Migra;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; letter-spacing: -1px;
color: #0A2021;
padding: 24px 0;
width: 100%;
margin: 0;
}
.tease h5 {
color: #0A2021;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400;
margin-top: 0;
margin-bottom: 18px;
}
.post--list {
position: relative;
padding-top: 32px;
padding-bottom: 32px;
margin-top: 16px;
border-top: solid 1px rgba(10, 32, 33, 0.1);
}
.post--list h2 {
font-size: 32px;
line-height: 32px;
letter-spacing: -1px;
color: #0A2021;
margin-bottom: 16px;
}
.post--list a h2 {
color: #0A2021;
}
.post--list .post--kicker {
position: absolute;
top: 0;
display: flex;
align-items: center;
text-transform: uppercase;
width: 100%;
justify-content: space-between;
}
.post--list .post--kicker .post--category {
background-color: #008D98;
color: #FFFCF2;
padding: 5px 10px;
margin-top: -5.5%;
}
.post--list .post--kicker .post--post-type {
background-color: #FFFCF2;
color: #008D98;
padding: 5px 10px;
margin-top: -5.5%;
}
.post--list h5 {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
margin-bottom: 0;
}
.content-top {
padding-top: 17vh;
}
.content-top h1 {
font-size: 80px;
font-style: normal;
font-weight: 400;
text-align: center;
}
@media (max-width: 767px) {
.content-top h1 {
font-size: 60px;
line-height: 64px;
}
}
.content-top .divider {
margin: 0 auto 32px;
display: block;
}
.search .divider,
.archive .divider {
margin: 0 auto 32px;
display: block;
}
.search .main-header .main-menu .main-menu__item a,
.archive .main-header .main-menu .main-menu__item a {
color: #0A2021;
}
.search .tease,
.archive .tease {
margin-bottom: 62px;
}
.blog .content-top {
background-color: #003133;
color: #FFFCF2;
padding-bottom: 300px;
}
.blog .tease {
margin-bottom: 62px;
}
.blog-top {
margin-top: -350px;
background-color: #FFFCF2;
padding: 24px;
}
@media (min-width: 992px) {
.blog .post--feature.secondary:first-child {
margin-bottom: 24px;
}
}
.archive.category.advanced .main-header .main-menu .main-menu__item a {
color: #FFFCF2;
}
.archive.category.advanced .content-top {
background-color: #003133;
color: #FFFCF2;
padding-bottom: 300px;
}
.archive.category.advanced .content-top.no-description {
padding-bottom: 0;
}
.archive.category.advanced .content-top.no-description .category--title h1 {
position: static;
}
.archive.category.advanced .content-top.no-description .category--title img {
top: -10px;
}
.archive.category.advanced .content-top.no-description .category--title img.divider {
padding: 0 25%;
width: inherit;
}
.archive.category.advanced .content-top.no-description.has-blog {
padding-bottom: 300px;
}
.archive.category.advanced .section--green .tease--wrap {
justify-content: space-between;
}
.archive.category.advanced .section--green .tease {
width: 30%;
}
.archive.category.advanced .section--green .tease .post--kicker .post--post-type {
background-color: inherit;
color: #73DAE3;
padding: 5px 0;
}
@media (max-width: 767px) {
.archive.category.advanced .section--green .tease {
width: 100%;
}
}
.archive.category.advanced .tease--wrap {
justify-content: space-between;
}
.archive.category.advanced .tease {
width: 30%;
}
.archive.category.advanced .tease a,
.archive.category.advanced .tease h2 {
width: 100%;
}
@media (max-width: 991px) {
.archive.category.advanced .tease {
width: 48%;
margin: 0 6px 42px;
}
}
@media (max-width: 767px) {
.archive.category.advanced .tease {
width: 100%;
}
}
.post-type-archive-reports .main-header .main-menu .main-menu__item a {
color: #FFFCF2;
}
.post-type-archive-reports .content-top {
background-color: #001D33;
color: #FFFCF2;
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/reports-placeholder.jpg?c85594f3294996e0c7c2c4fc100b64ff);
background-size: cover;
background-position: center center;
box-shadow: inset 0 0 0 2000px rgba(0, 29, 51, 0.9);
padding-bottom: 300px;
}
.post-type-archive-reports .tease {
margin-bottom: 62px;
}
.category--title {
display: flex;
position: relative;
justify-content: center;
flex-wrap: wrap;
}
.category--title img {
position: absolute;
top: 10px;
z-index: 1;
width: 40px;
}
.category--title p {
width: 300px;
right: 42px;
top: 0;
margin-right: 150px;
padding: 42px 42px 36px 42px;
background-color: #0A2021;
position: relative;
z-index: 0;
color: #73DAE3;
font-family: "change", Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; letter-spacing: 1px;
}
.category--title h1 {
width: 50%;
text-align: center;
align-self: flex-start;
left: 0;
top: 50px;
position: relative;
z-index: 1;
}
.category--title img.divider {
position: static;
flex: none;
margin: 32px 100px 0;
}
@media (max-width: 767px) {
.category--title img {
position: static;
display: block;
margin: 10px auto;
}
.category--title h1 {
width: 100%;
top: 0;
}
.category--title p {
width: 100%;
right: inherit;
top: inherit;
margin-right: auto;
}
}
.pagination__list {
display: flex;
justify-content: center;
width: 550px;
max-width: 100%;
font-size: 14px;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 900;
margin: 0em auto 0;
list-style: none;
padding-top: 2em;
}
.pagination__list li {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 14px;
font-style: normal;
font-weight: 400;
margin: 0 12px;
line-height: normal;
letter-spacing: 1px;
color: #008D98;
}
.pagination__list a {
color: #0A2021;
}
.pagination__list a:hover {
text-decoration: none;
color: #008D98;
}
.single-issues .content-top {
background-color: #003133;
}
.single-post article header .post--kicker {
display: flex;
align-items: center;
text-transform: uppercase;
width: 400px;
justify-content: space-between;
margin: 0 auto 44px;
width: 70%;
border-top: solid 1px;
border-image-slice: 1;
border-image-source: linear-gradient(to left, rgba(0, 29, 51, 0), rgba(0, 29, 51, 0), rgba(255, 252, 242, 0.1), rgba(0, 29, 51, 0), rgba(0, 29, 51, 0));
padding-top: 10px;
}
.single-post article header .post--kicker:after {
content: "";
border-top: solid 1px rgba(10, 32, 33, 0.1);
position: absolute;
top: -5px;
width: 100%;
z-index: -1;
}
@media (max-width: 767px) {
.single-post article header .post--kicker {
padding-top: 0;
}
}
.single-post article header .post--kicker .post--category {
background-color: #008D98;
position: relative;
color: #FFFCF2;
margin-top: -5.5%;
font-size: 12px;
line-height: 15px;
letter-spacing: 1px;
padding: 5px;
}
.single-post article header .post--kicker .post--category:hover {
text-decoration: none;
}
.single-post article header .post--kicker .post--category:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-tail.svg?8475be1926a68c9940d1c99914570983);
height: 100%;
background-size: cover;
position: absolute;
left: -4px;
width: 4px;
top: 0;
}
.single-post article header .post--kicker .post--category:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-head.svg?c4fb5e475bc3333eda38385d399f937c);
height: 100%;
background-size: cover;
position: absolute;
right: -4px;
width: 4px;
top: 0;
}
.single-post article header .post--kicker .post--post-type {
color: #008D98;
padding: 5px 10px;
margin-top: -5.5%;
}
.single-post .learn-more {
justify-content: center;
background-color: #FFFCF2;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 58px auto;
padding: 8px 16px;
}
@media (max-width: 991px) {
.single-post .learn-more {
margin: 46px auto 12px;
}
}
@media (max-width: 767px) {
.single-post .learn-more {
margin: 32px auto 0;
}
}
.single-post .learn-more p {
margin: 0;
line-height: 1;
color: #0A2021;
gap: 16px;
}
.single-post .learn-more img {
width: 24px;
height: 9px;
}
.single-post h1 {
max-width: 720px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 44px;
}
.single-post .post--meta {
display: flex;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #008D98;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1px;
justify-content: space-around;
}
.single-post .post--meta h5 {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
}
.single-post article header,
.single-team article header {
padding-bottom: 300px;
}
.single-post .content-width,
.single-team .content-width,
.page-feature .content-width {
margin: -300px auto 0;
background-color: #FFFCF2;
width: 950px;
max-width: 100%;
position: relative;
}
.single-post .content-width .container-fluid,
.single-team .content-width .container-fluid,
.page-feature .content-width .container-fluid {
padding: 0;
}
.single-post .content-width .the-content,
.single-team .content-width .the-content,
.page-feature .content-width .the-content {
padding: 80px 15px 0;
}
.single-post .content-width .breadcrumbs,
.single-team .content-width .breadcrumbs,
.page-feature .content-width .breadcrumbs {
position: absolute;
color: #FFFCF2;
top: -35px;
}
.single-post .content-width .feature--thumbnail img,
.single-team .content-width .feature--thumbnail img,
.page-feature .content-width .feature--thumbnail img {
margin: 0 auto;
display: block;
}
.original-placement {
padding: 8px;
justify-content: center;
align-items: center;
gap: 8px;
text-align: center;
display: flex;
background: #DBEFF1;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 55px auto 0;
}
@media (max-width: 767px) {
.original-placement {
flex-wrap: wrap;
width: 100%;
}
}
.section--related {
background-color: #003134;
}
.section--related .tease {
border-bottom-color: rgba(255, 252, 242, 0.1);
}
.section--related .tease .post--kicker .post--category {
color: #0A2021;
background-color: #73DAE3;
}
.section--related .tease .post--kicker .post--category:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/badge-head-bright.svg?6023a7b85796f0fc2b2d3466b0e741fa);
height: 100%;
background-size: cover;
position: absolute;
left: -4px;
width: 4px;
top: 0;
}
.section--related .tease .post--kicker .post--category:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/badge-tail-bright.svg?c8071acf1f3fe6842642b767b01067ca);
height: 100%;
background-size: cover;
position: absolute;
right: -4px;
width: 4px;
top: 0;
border-top: solid 1px rgba(255, 252, 242, 0.1);
}
.section--related .tease .post--kicker:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/related-border-top.svg?5a853096f6f55d05b9762aa0c3caec2e);
width: 100%;
height: 1px;
position: absolute;
z-index: 0;
border-top: none;
}
@media (max-width: 767px) {
.section--related .tease .post--kicker:after {
top: -5px;
}
}
.section--related .tease .post--post-type {
color: #73DAE3;
background-color: #003134;
padding-left: 15px;
z-index: 1;
}
.section--related .tease h2 {
color: #FFFCF2;
}
.section--related .tease h5 {
color: #73DAE3;
}
.section--related footer h3 {
color: #FFFCF2;
font-family: PP Migra;
font-size: 24px;
font-style: normal;
text-align: center;
margin-bottom: 32px;
font-weight: 400;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
position: relative;
line-height: 24px;
margin: 0 auto 54px;
}
.section--related footer h3:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/related-left.svg?dc17d79850888ccd4137bf8413ed6df5);
height: 14px;
position: absolute;
left: -30px;
width: 24px;
top: 5px;
}
.section--related footer h3:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/related-right.svg?9ffda54a87d9e456d826801a0d1504b8);
position: absolute;
height: 14px;
position: absolute;
right: -30px;
width: 24px;
top: 5px;
}
.single-reports article header.thumbnail {
box-shadow: inset 0 0 0 2000px rgba(0, 29, 51, 0.9);
}
.single-reports article header.thumbnail .container-fluid {
display: flex;
}
.single-reports article header.thumbnail .post--post-type {
background-color: rgba(0, 29, 51, 0.9);
}
.title--wrap {
width: 66%;
position: relative;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin: 50px 0;
}
.title--wrap .post--kicker {
width: 70%;
border-top: solid 1px;
border-image-slice: 1;
border-image-source: linear-gradient(to left, rgba(0, 29, 51, 0), rgba(0, 29, 51, 0), rgba(255, 252, 242, 0.1), rgba(0, 29, 51, 0), rgba(0, 29, 51, 0));
padding-top: 10px;
}
.title--wrap h1 {
font-size: 80px;
font-style: normal;
font-weight: 400;
line-height: 80px; letter-spacing: -2px;
margin: 60px 15px;
}
.title--wrap h5 {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #008D98;
}
.report--feature {
width: 33%;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0 50px;
align-items: center;
}
.report--feature img {
align-self: flex-end;
}
.report--feature a {
background-color: #F5C106;
padding: 10px 16px;
align-self: flex-start;
justify-content: center;
align-items: center;
width: 100%;
gap: 16px;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1;
letter-spacing: 1px;
text-transform: uppercase;
color: #003133;
}
.report--feature a:hover {
text-decoration: none;
}
.freedom-index--wrap h3 {
font-family: "Freehand", cursive;
font-weight: 400;
font-size: 32px;
width: 300px;
transform: rotate(-13.11deg);
position: relative;
}
.freedom-index--wrap h3:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/point-arrow.svg?edb662a112cb4fb2ee898a1a6679c90f);
transform: rotate(22deg);
position: absolute;
z-index: 3;
background-size: contain;
background-repeat: no-repeat;
bottom: -120px;
left: 60px;
width: 120px;
height: 120px;
}
@media (max-width: 991px) {
.freedom-index--wrap h3:after {
bottom: -70px;
left: 0px;
width: 70px;
height: 70px;
}
}
@media (max-width: 767px) {
.freedom-index--wrap h3:after {
bottom: -50px;
left: 0px;
width: 50px;
height: 50px;
}
}
.freedom-index--wrap a:hover {
text-decoration: none;
}
.freedom-index--wrap a:hover h2 {
border-bottom: solid 1px rgba(245, 193, 6, 0.3);
}
.freedom-index--wrap .freedom-index {
background-color: #00CAD9;
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/grid.png?9abdd51ecf0ec91484ff4b84b4eadfbd);
background-size: cover;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 24px 48px;
display: flow-root;
margin: 0 auto;
}
.freedom-index--wrap .freedom-index h4 {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400;
padding-bottom: 12px;
}
.freedom-index--wrap .freedom-index h2 {
font-size: 120px;
line-height: 120px;
letter-spacing: -4px;
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
color: #0A2021;
font-weight: 400;
}
@media (max-width: 767px) {
.freedom-index--wrap .freedom-index h2 {
font-size: 60px;
line-height: 60px;
}
}
.freedom-index--wrap .freedom-index .btn-white {
float: right;
margin-right: 5px;
}
@media (max-width: 991px) {
.freedom-index--wrap .freedom-index {
padding: 32px 52px;
}
.freedom-index--wrap .freedom-index h2 {
font-size: 86px;
line-height: 82px;
}
}
@media (max-width: 767px) {
.freedom-index--wrap .freedom-index {
padding: 32px 20px;
margin-top: 32px;
}
}
.freedom-index--wrap.bottom {
padding-top: 0;
}
.freedom-index--wrap.top {
padding-bottom: 0;
}
article header {
background-color: #003133;
color: white;
text-align: center;
padding-top: 17vh;
background-size: cover;
background-position: center center;
}
article header.thumbnail {
box-shadow: inset 0 0 0 2000px rgba(10, 32, 33, 0.9);
}
article header h1 {
font-size: 80px;
font-weight: 400;
letter-spacing: -2px;
}
@media (max-width: 991px) {
article header h1 {
font-size: 60px;
line-height: 66px;
}
}
@media (max-width: 767px) {
article header h1 {
font-size: 46px;
line-height: 1.1;
}
}
article.page-feature header h1 {
padding: 5vh 0 50vh;
}
.the-content {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.25; letter-spacing: 1px;
width: 620px;
max-width: 100%;
margin: 0 auto;
}
.the-content ::-moz-selection {
background: #73DAE3;
}
.the-content ::selection {
background: #73DAE3;
}
.the-content a::-moz-selection {
color: #FFFCF2;
background: #73DAE3;
}
.the-content a::selection {
color: #FFFCF2;
background: #73DAE3;
}
article .about--wrap {
background-color: #FC9027;
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/landscape.jpg?785c672f7003c12cb2b9cb4795b0a3a4);
background-size: cover;
background-position: top center;
padding-bottom: 30vh;
}
@media (max-width: 767px) {
article .about--wrap {
padding-bottom: 10vh;
}
}
article .about--wrap header {
background-color: transparent;
}
article .about--wrap header .logo--wrap {
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/about-badge.svg?9b0147a3474acc076a636c6bc4620dfa);
background-size: contain;
background-repeat: no-repeat;
padding: 27px 47px 28px 44px;
display: inline-block;
clear: both;
position: relative;
}
article .about--wrap header .logo--wrap img {
width: 375px;
}
@media (max-width: 767px) {
article .about--wrap header .logo--wrap {
height: 120px;
}
article .about--wrap header .logo--wrap:before {
height: 120px;
}
article .about--wrap header .logo--wrap:after {
height: 120px;
}
}
article .about--wrap header .post--kicker {
position: relative;
top: -12.5px;
background-color: #008D98;
text-transform: uppercase;
font-size: 12px;
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
line-height: 15px;
margin: 0 auto -24px;
letter-spacing: 1px;
padding: 5px;
z-index: 1;
}
article .about--wrap header .post--kicker:hover {
text-decoration: none;
}
article .about--wrap header .post--kicker:before {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-tail.svg?8475be1926a68c9940d1c99914570983);
height: 100%;
background-size: cover;
position: absolute;
left: -4px;
width: 4px;
top: 0;
}
article .about--wrap header .post--kicker:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/kicker-head.svg?c4fb5e475bc3333eda38385d399f937c);
height: 100%;
background-size: cover;
position: absolute;
right: -4px;
width: 4px;
top: 0;
}
article .about--wrap nav {
margin-top: 32px;
}
article .about--wrap nav ul {
display: flex;
margin: 40px auto;
justify-content: center;
background-color: rgba(0, 0, 0, 0.4);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
z-index: 9;
position: relative;
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
article .about--wrap nav ul li {
list-style: none;
padding: 23px 26px;
}
article .about--wrap nav ul li a {
text-transform: uppercase;
color: #73DAE3;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 24px 0;
}
article .about--wrap nav ul li a.active {
border-bottom: solid #F5C106 2px;
}
@media (max-width: 767px) {
article .about--wrap nav ul {
flex-wrap: wrap;
margin-top: 32px;
}
article .about--wrap nav ul li {
width: 100%;
}
article .about--wrap nav ul li a {
padding: 12px 0;
margin-bottom: 10px;
}
}
.post-type-page.child nav ul {
display: flex;
margin: 40px auto;
justify-content: center;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
border-top: solid 1px #73DAE3;
border-bottom: solid 1px #73DAE3;
z-index: 9;
position: relative;
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.post-type-page.child nav ul li {
list-style: none;
padding: 23px 26px;
}
.post-type-page.child nav ul li a {
text-transform: uppercase;
color: #73DAE3;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 24px 0;
}
.post-type-page.child nav ul li a.active {
border-bottom: solid #F5C106 2px;
}
@media (max-width: 767px) {
.post-type-page.child nav ul {
flex-wrap: wrap;
margin-top: 32px;
}
.post-type-page.child nav ul li {
width: 100%;
padding: 18px;
}
.post-type-page.child nav ul li a {
padding: 12px 0;
margin-bottom: 10px;
}
}
.mission--wrap {
background: linear-gradient(180deg, #0A2021 0%, #003133 100%);
position: relative;
padding-bottom: 60px;
}
.mission--wrap .video--wrap {
width: 754px;
height: 425px;
position: relative;
z-index: 1;
margin-top: -200px;
max-width: 100%;
}
.mission--wrap .video--wrap .video {
width: 100%;
}
.mission--wrap .video--wrap:after {
content: "";
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/play.svg?b2aabef28fe00b4d7bc395a7a24625f0);
width: 53px;
height: 68px;
position: absolute;
z-index: 2;
top: 40%;
left: 48%;
}
@media (max-width: 767px) {
.mission--wrap .video--wrap {
width: 350px;
height: auto;
margin: 100px 0;
}
.mission--wrap .video--wrap:after {
background-size: contain;
background-repeat: no-repeat;
background-position: top center;
height: 50px;
top: -115px;
left: 10px;
width: 100%;
}
.mission--wrap .video--wrap .testimonial {
width: 90%;
}
}
.mission--wrap .explainer {
display: flex;
justify-content: center;
position: relative;
padding-top: 0;
}
.mission--wrap .explainer h3 {
top: 0;
width: 45%;
z-index: 4;
margin-top: -200px;
}
@media (max-width: 767px) {
.mission--wrap .explainer h3 {
display: none;
}
}
.mission--wrap .transition-gradient {
position: absolute;
top: 0px;
width: 100%;
margin-top: -487px;
height: 487px;
background: linear-gradient(180deg, rgba(10, 32, 33, 0) 0%, #0A2021 100%);
}
.mission--wrap .brand-icon {
width: 656px;
height: 746px;
opacity: 0.05;
margin-top: -50px;
float: right;
filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(0%);
}
@media (max-width: 767px) {
.mission--wrap .brand-icon {
position: absolute;
}
}
.mission--wrap .mission {
border: 6px solid #003133;
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 63px 28px;
position: absolute;
top: 400px;
left: 100px;
width: 50%;
}
.mission--wrap .mission h2 p {
color: #FFFCF2;
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 32px; letter-spacing: 1px;
}
.mission--wrap .mission h2 p span {
color: #F5C106;
}
@media (max-width: 767px) {
.mission--wrap .mission {
position: static;
margin-top: 32px;
width: 100%;
}
}
.mission--wrap .testimonials--wrap {
display: flex;
justify-content: space-between;
width: 100%;
}
.mission--wrap .testimonials--wrap .testimonial {
width: 31%;
margin: 0 15px;
}
.mission--wrap .testimonials--wrap .testimonial h3 {
color: #FFFCF2;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 32px; letter-spacing: 1px;
margin: 40px 0;
}
.mission--wrap .testimonials--wrap .testimonial h4 {
text-transform: uppercase;
color: #73DAE3;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1px;
}
.mission--wrap .testimonials--wrap .testimonial h4 span {
font-weight: 400;
}
@media (max-width: 767px) {
.mission--wrap .testimonials--wrap {
flex-wrap: wrap;
}
.mission--wrap .testimonials--wrap .testimonial {
width: 90%;
margin: 32px 15px;
}
}
.page-template-about .main-header {
padding-bottom: 9vh;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.post-type-page.child .the-content {
background-color: #FFFCF2;
margin-top: -175px;
padding: 60px 45px;
}
.page.wide header {
padding-bottom: 300px;
}
.page.wide .container-fluid.content {
margin-top: -300px;
background-color: #FFFCF2;
padding-top: 30px;
}
.page.wide .the-content {
width: inherit;
}
.single-staff {
display: flex;
flex-wrap: wrap;
width: 31%;
flex-grow: 0;
justify-content: center;
margin: 10px;
}
@media (max-width: 991px) {
.single-staff {
width: 47%;
}
}
@media (max-width: 767px) {
.single-staff {
width: 100%;
}
}
.single-staff img.staff {
border-radius: 100%;
z-index: 2;
position: relative;
width: 73%;
}
.single-staff .post--meta {
background-color: white;
text-align: center;
width: 100%;
height: 300px;
margin-top: -125px;
padding: 155px 64px 0;
z-index: 0;
text-align: center;
flex-wrap: wrap;
display: flex;
justify-content: center;
}
.single-staff .post--meta h2 {
width: 100%;
margin: 0 0 24px;
padding: 0;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 36px;
color: #003133;
}
.single-staff .post--meta p {
color: #008D98;
width: 100%;
margin: 0;
padding: 0;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1px;
margin-bottom: 24px;
text-transform: uppercase;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-staff .post--meta img.divider {
border-radius: 0;
margin-bottom: 24px;
}
.single-staff .staff--ctas {
width: 100%;
display: flex;
text-transform: uppercase;
line-height: 2;
}
.single-staff .staff--ctas .bio {
display: flex;
border: 1px solid #0A2021;
color: #0A2021;
width: 50%;
background-color: #FFFCF2;
padding: 7.788px 15.577px;
justify-content: center;
align-items: center;
gap: 7.788px;
flex-grow: 2;
}
.single-staff .staff--ctas .contact {
display: flex;
border: 1px solid #0A2021;
color: #FFFCF2;
width: 50%;
background-color: #0A2021;
padding: 7.788px 15.577px;
justify-content: center;
align-items: center;
gap: 7.788px;
}
header.single-staff {
width: 100%;
margin: inherit;
}
header.single-staff img.staff {
width: 300px;
margin-bottom: -200px;
border: solid 6px rgba(255, 252, 242, 0.1);
}
.single-team .staff-intro {
text-align: center;
padding: 60px 0;
}
.single-team .staff-intro h1 {
font-family: "PPMigra", Georgia, "Times New Roman", Times, serif;
font-size: 52px;
letter-spacing: -2px;
font-weight: 400;
color: #008D98;
margin: 48px 0 10px;
line-height: 1;
}
.single-team .staff-intro p {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin: 0;
color: #0A2021;
font-size: 18px;
margin: 0 0 48px;
}
.single-team .staff-intro img {
display: block;
margin: 0 auto;
}
.single-team .staff-intro img.message {
width: 26px;
margin-top: 12px;
margin-bottom: 0;
}
.page-template-freedom-index .page.wide header {
padding-bottom: 0;
}
.page-template-freedom-index .bt50-scorecard-container {
background-color: #003133;
}
.page-template-freedom-index .legislators-container {
padding-top: 2em;
}
.page-template-freedom-index .bt50-back,
.page-template-freedom-index .legislator-table,
.page-template-freedom-index .record {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-freedom-index .record {
text-transform: uppercase;
}
.four-oh-four {
background-color: #FC9027;
background-image: url(https://riograndefoundation.org/app/themes/rio-grande-foundation/dist/images/landscape.jpg?785c672f7003c12cb2b9cb4795b0a3a4);
background-size: cover;
background-position: top center;
padding-bottom: 30vh;
}
.four-oh-four .section.base {
padding-top: 17vh;
}
.four-oh-four .section.base .error--wrap {
color: #FFFCF2;
background-color: rgba(0, 49, 51, 0.4);
float: right;
margin-right: 10%;
width: 45%;
padding: 48px;
margin: 48px 10% 0;
}
.four-oh-four .section.base .error--wrap h1 {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding-right: 10px;
border-bottom: solid 2px #F5C106;
}
.four-oh-four .section.base .error--wrap h3 {
font-weight: 400;
}
.four-oh-four .section.base .filter--wrap {
clear: both;
margin: 48px auto 0;
}
.error404 .main-header {
padding-bottom: 9vh;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-footer {
background-color: #0A2021;
color: #FFFCF2;
padding: 30px 0 0;
text-align: center;
}
.main-footer ul {
-webkit-margin-start: 0;
margin-inline-start: 0;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.main-footer img.main-footer {
padding: 30px 0;
}
.main-footer .footer-top,
.main-footer .footer-main {
border-bottom: solid 1px rgba(0, 141, 152, 0.2);
}
.main-footer .footer-top .container-fluid {
display: flex;
align-items: baseline;
justify-content: space-between;
}
.main-footer .footer-top .container-fluid a {
color: #F5C106;
}
.main-footer .footer-top .container-fluid * {
flex-grow: 1;
}
.main-footer .footer-top .container-fluid .social-nav {
padding-left: 10vw;
}
.main-footer .footer-top .container-fluid .social-nav .social-nav__list {
display: flex;
align-items: center;
width: 170px;
margin: 0 auto;
}
.main-footer .footer-top .container-fluid .social-nav img {
height: 15px;
filter: invert(100%) sepia(0%) saturate(90%) hue-rotate(58deg) brightness(100%) contrast(220%);
}
.main-footer .footer-top .container-fluid .footer-donate {
padding-right: 10vw;
}
.main-footer .footer-top .container-fluid .main-footer__search {
flex-grow: 0;
}
.main-footer .footer-top .container-fluid .main-footer__search-link {
color: white;
text-transform: uppercase;
font-size: 12px;
}
.main-footer .footer-top .container-fluid .main-footer__search-link i {
font-size: 16px;
}
.main-footer .footer-top .container-fluid .btn-footer {
background-color: #F5C106;
border-radius: 0;
text-transform: uppercase;
padding: 8px 16px;
border-bottom: solid 1px #FFFCF2;
color: #0A2021;
}
@media (max-width: 991px) {
.main-footer .footer-top .container-fluid {
flex-wrap: wrap;
padding-bottom: 32px;
}
.main-footer .footer-top .container-fluid .social-nav {
padding-left: 0;
width: 100%;
}
.main-footer .footer-top .container-fluid .footer-logo {
width: 100%;
}
.main-footer .footer-top .container-fluid .main-footer__search {
flex-grow: 1;
}
}
.main-footer .footer-main .container-fluid {
display: flex;
padding-top: 30px;
padding-bottom: 30px;
}
@media (max-width: 991px) {
.main-footer .footer-main .container-fluid {
flex-wrap: wrap;
}
}
.main-footer .footer-main .container-fluid .footer-menu {
width: 75%;
}
@media (max-width: 991px) {
.main-footer .footer-main .container-fluid .footer-menu {
width: 100%;
}
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list {
display: flex;
flex-wrap: no-wrap;
list-style: none;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
justify-content: space-between;
letter-spacing: 1px;
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list li {
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: left;
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list li ul {
list-style: none;
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list li ul a {
color: white;
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list a {
color: #F5C106;
}
@media (max-width: 767px) {
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list {
flex-wrap: wrap;
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list li {
width: 100%;
padding: 0 0 24px 12px;
}
.main-footer .footer-main .container-fluid .footer-menu .footer-menu__list li li {
padding: 12px 0 0 24px;
}
}
@media (max-width: 991px) {
.main-footer .footer-main .container-fluid .footer-contact {
width: 100%;
}
}
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont {
margin-left: 10vw;
font-family: "antarctican-mono", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #F5C106;
font-weight: 400;
text-transform: uppercase;
}
@media (max-width: 991px) {
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont {
margin-left: 0;
margin-top: 32px;
padding: 0 32px;
}
}
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-field-label .nf-label-span,
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-field-label label {
font-weight: 400;
font-size: 12px;
}
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-content input:not([type=button]),
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-content textarea {
background: transparent;
border-color: #F5C106;
}
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont #ninja_forms_required_items,
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-field-container {
margin-bottom: 10px;
}
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-fields-required {
display: none;
}
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-content button,
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-content input[type=button],
.main-footer .footer-main .container-fluid .footer-contact .nf-form-cont .nf-form-content input[type=submit] {
width: 100%;
background-color: #F5C106;
color: #0A2021;
text-transform: uppercase;
margin-top: 30px;
border: none;
}
.main-footer .footer-bottom {
color: rgba(255, 252, 242, 0.8);
padding: 16px 0;
text-transform: uppercase;
}