.button{
display:inline-block;
-webkit-appearance: none;
text-indent: 0px;
color:#fff;
padding:10px 20px 10px 20px;
border-radius: 3px;
border:none;
text-shadow:none;
background:none;
background-color: #00bb85;
-webkit-transition: background-color .25s linear;
-moz-transition: background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition: background-color .25s linear;
transition: background-color .25s linear;
text-decoration:none;
font-size:inherit;
font-weight:inherit;
line-height:1;
text-align: center;
white-space:inherit;
vertical-align:inherit;
cursor: pointer;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.button:hover{
box-shadow: none;
border-radius: 3px;
background-color: #00D396;
-webkit-transition: background-color .25s linear;
-moz-transition: background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition: background-color .25s linear;
transition: background-color .25s linear;
} .mp-button-icon-before:before{
font-family: 'fontawesome';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
margin-right:5px;
vertical-align:baseline;
}
.mp-button-icon-before:after{ content:''!important;
display:none;
}
.mp-button-icon-above:before{
display:block;	
} .mp-button-icon-after:after{
font-family: 'fontawesome';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;	
margin-left:5px;
vertical-align:middle;
}
.mp-button-icon-after:before{ content:''!important;
display:none;
}
.mp-button-icon-below:after{
display:block;	
} .mp-button.fa-glass:after {
content: "\F000";
}
.mp-button.fa-music:after {
content: "\f001";
}
.mp-button.fa-search:after {
content: "\f002";
}
.mp-button.fa-envelope-o:after {
content: "\f003";
}
.mp-button.fa-heart:after {
content: "\f004";
}
.mp-button.fa-star:after {
content: "\f005";
}
.mp-button.fa-star-o:after {
content: "\f006";
}
.mp-button.fa-user:after {
content: "\f007";
}
.mp-button.fa-film:after {
content: "\f008";
}
.mp-button.fa-th-large:after {
content: "\f009";
}
.mp-button.fa-th:after {
content: "\f00a";
}
.mp-button.fa-th-list:after {
content: "\f00b";
}
.mp-button.fa-check:after {
content: "\f00c";
}
.mp-button.fa-times:after {
content: "\f00d";
}
.mp-button.fa-search-plus:after {
content: "\f00e";
}
.mp-button.fa-search-minus:after {
content: "\f010";
}
.mp-button.fa-power-off:after {
content: "\f011";
}
.mp-button.fa-signal:after {
content: "\f012";
}
.mp-button.fa-gear:after,
.mp-button.fa-cog:after {
content: "\f013";
}
.mp-button.fa-trash-o:after {
content: "\f014";
}
.mp-button.fa-home:after {
content: "\f015";
}
.mp-button.fa-file-o:after {
content: "\f016";
}
.mp-button.fa-clock-o:after {
content: "\f017";
}
.mp-button.fa-road:after {
content: "\f018";
}
.mp-button.fa-download:after {
content: "\f019";
}
.mp-button.fa-arrow-circle-o-down:after {
content: "\f01a";
}
.mp-button.fa-arrow-circle-o-up:after {
content: "\f01b";
}
.mp-button.fa-inbox:after {
content: "\f01c";
}
.mp-button.fa-play-circle-o:after {
content: "\f01d";
}
.mp-button.fa-rotate-right:after,
.mp-button.fa-repeat:after {
content: "\f01e";
}
.mp-button.fa-refresh:after {
content: "\f021";
}
.mp-button.fa-list-alt:after {
content: "\f022";
}
.mp-button.fa-lock:after {
content: "\f023";
}
.mp-button.fa-flag:after {
content: "\f024";
}
.mp-button.fa-headphones:after {
content: "\f025";
}
.mp-button.fa-volume-off:after {
content: "\f026";
}
.mp-button.fa-volume-down:after {
content: "\f027";
}
.mp-button.fa-volume-up:after {
content: "\f028";
}
.mp-button.fa-qrcode:after {
content: "\f029";
}
.mp-button.fa-barcode:after {
content: "\f02a";
}
.mp-button.fa-tag:after {
content: "\f02b";
}
.mp-button.fa-tags:after {
content: "\f02c";
}
.mp-button.fa-book:after {
content: "\f02d";
}
.mp-button.fa-bookmark:after {
content: "\f02e";
}
.mp-button.fa-print:after {
content: "\f02f";
}
.mp-button.fa-camera:after {
content: "\f030";
}
.mp-button.fa-font:after {
content: "\f031";
}
.mp-button.fa-bold:after {
content: "\f032";
}
.mp-button.fa-italic:after {
content: "\f033";
}
.mp-button.fa-text-height:after {
content: "\f034";
}
.mp-button.fa-text-width:after {
content: "\f035";
}
.mp-button.fa-align-left:after {
content: "\f036";
}
.mp-button.fa-align-center:after {
content: "\f037";
}
.mp-button.fa-align-right:after {
content: "\f038";
}
.mp-button.fa-align-justify:after {
content: "\f039";
}
.mp-button.fa-list:after {
content: "\f03a";
}
.mp-button.fa-dedent:after,
.mp-button.fa-outdent:after {
content: "\f03b";
}
.mp-button.fa-indent:after {
content: "\f03c";
}
.mp-button.fa-video-camera:after {
content: "\f03d";
}
.mp-button.fa-picture-o:after {
content: "\f03e";
}
.mp-button.fa-pencil:after {
content: "\f040";
}
.mp-button.fa-map-marker:after {
content: "\f041";
}
.mp-button.fa-adjust:after {
content: "\f042";
}
.mp-button.fa-tint:after {
content: "\f043";
}
.mp-button.fa-edit:after,
.mp-button.fa-pencil-square-o:after {
content: "\f044";
}
.mp-button.fa-share-square-o:after {
content: "\f045";
}
.mp-button.fa-check-square-o:after {
content: "\f046";
}
.mp-button.fa-arrows:after {
content: "\f047";
}
.mp-button.fa-step-backward:after {
content: "\f048";
}
.mp-button.fa-fast-backward:after {
content: "\f049";
}
.mp-button.fa-backward:after {
content: "\f04a";
}
.mp-button.fa-play:after {
content: "\f04b";
}
.mp-button.fa-pause:after {
content: "\f04c";
}
.mp-button.fa-stop:after {
content: "\f04d";
}
.mp-button.fa-forward:after {
content: "\f04e";
}
.mp-button.fa-fast-forward:after {
content: "\f050";
}
.mp-button.fa-step-forward:after {
content: "\f051";
}
.mp-button.fa-eject:after {
content: "\f052";
}
.mp-button.fa-chevron-left:after {
content: "\f053";
}
.mp-button.fa-chevron-right:after {
content: "\f054";
}
.mp-button.fa-plus-circle:after {
content: "\f055";
}
.mp-button.fa-minus-circle:after {
content: "\f056";
}
.mp-button.fa-times-circle:after {
content: "\f057";
}
.mp-button.fa-check-circle:after {
content: "\f058";
}
.mp-button.fa-question-circle:after {
content: "\f059";
}
.mp-button.fa-info-circle:after {
content: "\f05a";
}
.mp-button.fa-crosshairs:after {
content: "\f05b";
}
.mp-button.fa-times-circle-o:after {
content: "\f05c";
}
.mp-button.fa-check-circle-o:after {
content: "\f05d";
}
.mp-button.fa-ban:after {
content: "\f05e";
}
.mp-button.fa-arrow-left:after {
content: "\f060";
}
.mp-button.fa-arrow-right:after {
content: "\f061";
}
.mp-button.fa-arrow-up:after {
content: "\f062";
}
.mp-button.fa-arrow-down:after {
content: "\f063";
}
.mp-button.fa-mail-forward:after,
.mp-button.fa-share:after {
content: "\f064";
}
.mp-button.fa-expand:after {
content: "\f065";
}
.mp-button.fa-compress:after {
content: "\f066";
}
.mp-button.fa-plus:after {
content: "\f067";
}
.mp-button.fa-minus:after {
content: "\f068";
}
.mp-button.fa-asterisk:after {
content: "\f069";
}
.mp-button.fa-exclamation-circle:after {
content: "\f06a";
}
.mp-button.fa-gift:after {
content: "\f06b";
}
.mp-button.fa-leaf:after {
content: "\f06c";
}
.mp-button.fa-fire:after {
content: "\f06d";
}
.mp-button.fa-eye:after {
content: "\f06e";
}
.mp-button.fa-eye-slash:after {
content: "\f070";
}
.mp-button.fa-warning:after,
.mp-button.fa-exclamation-triangle:after {
content: "\f071";
}
.mp-button.fa-plane:after {
content: "\f072";
}
.mp-button.fa-calendar:after {
content: "\f073";
}
.mp-button.fa-random:after {
content: "\f074";
}
.mp-button.fa-comment:after {
content: "\f075";
}
.mp-button.fa-magnet:after {
content: "\f076";
}
.mp-button.fa-chevron-up:after {
content: "\f077";
}
.mp-button.fa-chevron-down:after {
content: "\f078";
}
.mp-button.fa-retweet:after {
content: "\f079";
}
.mp-button.fa-shopping-cart:after {
content: "\f07a";
}
.mp-button.fa-folder:after {
content: "\f07b";
}
.mp-button.fa-folder-open:after {
content: "\f07c";
}
.mp-button.fa-arrows-v:after {
content: "\f07d";
}
.mp-button.fa-arrows-h:after {
content: "\f07e";
}
.mp-button.fa-bar-chart-o:after {
content: "\f080";
}
.mp-button.fa-twitter-square:after {
content: "\f081";
}
.mp-button.fa-facebook-square:after {
content: "\f082";
}
.mp-button.fa-camera-retro:after {
content: "\f083";
}
.mp-button.fa-key:after {
content: "\f084";
}
.mp-button.fa-gears:after,
.mp-button.fa-cogs:after {
content: "\f085";
}
.mp-button.fa-comments:after {
content: "\f086";
}
.mp-button.fa-thumbs-o-up:after {
content: "\f087";
}
.mp-button.fa-thumbs-o-down:after {
content: "\f088";
}
.mp-button.fa-star-half:after {
content: "\f089";
}
.mp-button.fa-heart-o:after {
content: "\f08a";
}
.mp-button.fa-sign-out:after {
content: "\f08b";
}
.mp-button.fa-linkedin-square:after {
content: "\f08c";
}
.mp-button.fa-thumb-tack:after {
content: "\f08d";
}
.mp-button.fa-external-link:after {
content: "\f08e";
}
.mp-button.fa-sign-in:after {
content: "\f090";
}
.mp-button.fa-trophy:after {
content: "\f091";
}
.mp-button.fa-github-square:after {
content: "\f092";
}
.mp-button.fa-upload:after {
content: "\f093";
}
.mp-button.fa-lemon-o:after {
content: "\f094";
}
.mp-button.fa-phone:after {
content: "\f095";
}
.mp-button.fa-square-o:after {
content: "\f096";
}
.mp-button.fa-bookmark-o:after {
content: "\f097";
}
.mp-button.fa-phone-square:after {
content: "\f098";
}
.mp-button.fa-twitter:after {
content: "\f099";
}
.mp-button.fa-facebook:after {
content: "\f09a";
}
.mp-button.fa-github:after {
content: "\f09b";
}
.mp-button.fa-unlock:after {
content: "\f09c";
}
.mp-button.fa-credit-card:after {
content: "\f09d";
}
.mp-button.fa-rss:after {
content: "\f09e";
}
.mp-button.fa-hdd-o:after {
content: "\f0a0";
}
.mp-button.fa-bullhorn:after {
content: "\f0a1";
}
.mp-button.fa-bell:after {
content: "\f0f3";
}
.mp-button.fa-certificate:after {
content: "\f0a3";
}
.mp-button.fa-hand-o-right:after {
content: "\f0a4";
}
.mp-button.fa-hand-o-left:after {
content: "\f0a5";
}
.mp-button.fa-hand-o-up:after {
content: "\f0a6";
}
.mp-button.fa-hand-o-down:after {
content: "\f0a7";
}
.mp-button.fa-arrow-circle-left:after {
content: "\f0a8";
}
.mp-button.fa-arrow-circle-right:after {
content: "\f0a9";
}
.mp-button.fa-arrow-circle-up:after {
content: "\f0aa";
}
.mp-button.fa-arrow-circle-down:after {
content: "\f0ab";
}
.mp-button.fa-globe:after {
content: "\f0ac";
}
.mp-button.fa-wrench:after {
content: "\f0ad";
}
.mp-button.fa-tasks:after {
content: "\f0ae";
}
.mp-button.fa-filter:after {
content: "\f0b0";
}
.mp-button.fa-briefcase:after {
content: "\f0b1";
}
.mp-button.fa-arrows-alt:after {
content: "\f0b2";
}
.mp-button.fa-group:after,
.mp-button.fa-users:after {
content: "\f0c0";
}
.mp-button.fa-chain:after,
.mp-button.fa-link:after {
content: "\f0c1";
}
.mp-button.fa-cloud:after {
content: "\f0c2";
}
.mp-button.fa-flask:after {
content: "\f0c3";
}
.mp-button.fa-cut:after,
.mp-button.fa-scissors:after {
content: "\f0c4";
}
.mp-button.fa-copy:after,
.mp-button.fa-files-o:after {
content: "\f0c5";
}
.mp-button.fa-paperclip:after {
content: "\f0c6";
}
.mp-button.fa-save:after,
.mp-button.fa-floppy-o:after {
content: "\f0c7";
}
.mp-button.fa-square:after {
content: "\f0c8";
}
.mp-button.fa-bars:after {
content: "\f0c9";
}
.mp-button.fa-list-ul:after {
content: "\f0ca";
}
.mp-button.fa-list-ol:after {
content: "\f0cb";
}
.mp-button.fa-strikethrough:after {
content: "\f0cc";
}
.mp-button.fa-underline:after {
content: "\f0cd";
}
.mp-button.fa-table:after {
content: "\f0ce";
}
.mp-button.fa-magic:after {
content: "\f0d0";
}
.mp-button.fa-truck:after {
content: "\f0d1";
}
.mp-button.fa-pinterest:after {
content: "\f0d2";
}
.mp-button.fa-pinterest-square:after {
content: "\f0d3";
}
.mp-button.fa-google-plus-square:after {
content: "\f0d4";
}
.mp-button.fa-google-plus:after {
content: "\f0d5";
}
.mp-button.fa-money:after {
content: "\f0d6";
}
.mp-button.fa-caret-down:after {
content: "\f0d7";
}
.mp-button.fa-caret-up:after {
content: "\f0d8";
}
.mp-button.fa-caret-left:after {
content: "\f0d9";
}
.mp-button.fa-caret-right:after {
content: "\f0da";
}
.mp-button.fa-columns:after {
content: "\f0db";
}
.mp-button.fa-unsorted:after,
.mp-button.fa-sort:after {
content: "\f0dc";
}
.mp-button.fa-sort-down:after,
.mp-button.fa-sort-asc:after {
content: "\f0dd";
}
.mp-button.fa-sort-up:after,
.mp-button.fa-sort-desc:after {
content: "\f0de";
}
.mp-button.fa-envelope:after {
content: "\f0e0";
}
.mp-button.fa-linkedin:after {
content: "\f0e1";
}
.mp-button.fa-rotate-left:after,
.mp-button.fa-undo:after {
content: "\f0e2";
}
.mp-button.fa-legal:after,
.mp-button.fa-gavel:after {
content: "\f0e3";
}
.mp-button.fa-dashboard:after,
.mp-button.fa-tachometer:after {
content: "\f0e4";
}
.mp-button.fa-comment-o:after {
content: "\f0e5";
}
.mp-button.fa-comments-o:after {
content: "\f0e6";
}
.mp-button.fa-flash:after,
.mp-button.fa-bolt:after {
content: "\f0e7";
}
.mp-button.fa-sitemap:after {
content: "\f0e8";
}
.mp-button.fa-umbrella:after {
content: "\f0e9";
}
.mp-button.fa-paste:after,
.mp-button.fa-clipboard:after {
content: "\f0ea";
}
.mp-button.fa-lightbulb-o:after {
content: "\f0eb";
}
.mp-button.fa-exchange:after {
content: "\f0ec";
}
.mp-button.fa-cloud-download:after {
content: "\f0ed";
}
.mp-button.fa-cloud-upload:after {
content: "\f0ee";
}
.mp-button.fa-user-md:after {
content: "\f0f0";
}
.mp-button.fa-stethoscope:after {
content: "\f0f1";
}
.mp-button.fa-suitcase:after {
content: "\f0f2";
}
.mp-button.fa-bell-o:after {
content: "\f0a2";
}
.mp-button.fa-coffee:after {
content: "\f0f4";
}
.mp-button.fa-cutlery:after {
content: "\f0f5";
}
.mp-button.fa-file-text-o:after {
content: "\f0f6";
}
.mp-button.fa-building-o:after {
content: "\f0f7";
}
.mp-button.fa-hospital-o:after {
content: "\f0f8";
}
.mp-button.fa-ambulance:after {
content: "\f0f9";
}
.mp-button.fa-medkit:after {
content: "\f0fa";
}
.mp-button.fa-fighter-jet:after {
content: "\f0fb";
}
.mp-button.fa-beer:after {
content: "\f0fc";
}
.mp-button.fa-h-square:after {
content: "\f0fd";
}
.mp-button.fa-plus-square:after {
content: "\f0fe";
}
.mp-button.fa-angle-double-left:after {
content: "\f100";
}
.mp-button.fa-angle-double-right:after {
content: "\f101";
}
.mp-button.fa-angle-double-up:after {
content: "\f102";
}
.mp-button.fa-angle-double-down:after {
content: "\f103";
}
.mp-button.fa-angle-left:after {
content: "\f104";
}
.mp-button.fa-angle-right:after {
content: "\f105";
}
.mp-button.fa-angle-up:after {
content: "\f106";
}
.mp-button.fa-angle-down:after {
content: "\f107";
}
.mp-button.fa-desktop:after {
content: "\f108";
}
.mp-button.fa-laptop:after {
content: "\f109";
}
.mp-button.fa-tablet:after {
content: "\f10a";
}
.mp-button.fa-mobile-phone:after,
.mp-button.fa-mobile:after {
content: "\f10b";
}
.mp-button.fa-circle-o:after {
content: "\f10c";
}
.mp-button.fa-quote-left:after {
content: "\f10d";
}
.mp-button.fa-quote-right:after {
content: "\f10e";
}
.mp-button.fa-spinner:after {
content: "\f110";
}
.mp-button.fa-circle:after {
content: "\f111";
}
.mp-button.fa-mail-reply:after,
.mp-button.fa-reply:after {
content: "\f112";
}
.mp-button.fa-github-alt:after {
content: "\f113";
}
.mp-button.fa-folder-o:after {
content: "\f114";
}
.mp-button.fa-folder-open-o:after {
content: "\f115";
}
.mp-button.fa-smile-o:after {
content: "\f118";
}
.mp-button.fa-frown-o:after {
content: "\f119";
}
.mp-button.fa-meh-o:after {
content: "\f11a";
}
.mp-button.fa-gamepad:after {
content: "\f11b";
}
.mp-button.fa-keyboard-o:after {
content: "\f11c";
}
.mp-button.fa-flag-o:after {
content: "\f11d";
}
.mp-button.fa-flag-checkered:after {
content: "\f11e";
}
.mp-button.fa-terminal:after {
content: "\f120";
}
.mp-button.fa-code:after {
content: "\f121";
}
.mp-button.fa-reply-all:after {
content: "\f122";
}
.mp-button.fa-mail-reply-all:after {
content: "\f122";
}
.mp-button.fa-star-half-empty:after,
.mp-button.fa-star-half-full:after,
.mp-button.fa-star-half-o:after {
content: "\f123";
}
.mp-button.fa-location-arrow:after {
content: "\f124";
}
.mp-button.fa-crop:after {
content: "\f125";
}
.mp-button.fa-code-fork:after {
content: "\f126";
}
.mp-button.fa-unlink:after,
.mp-button.fa-chain-broken:after {
content: "\f127";
}
.mp-button.fa-question:after {
content: "\f128";
}
.mp-button.fa-info:after {
content: "\f129";
}
.mp-button.fa-exclamation:after {
content: "\f12a";
}
.mp-button.fa-superscript:after {
content: "\f12b";
}
.mp-button.fa-subscript:after {
content: "\f12c";
}
.mp-button.fa-eraser:after {
content: "\f12d";
}
.mp-button.fa-puzzle-piece:after {
content: "\f12e";
}
.mp-button.fa-microphone:after {
content: "\f130";
}
.mp-button.fa-microphone-slash:after {
content: "\f131";
}
.mp-button.fa-shield:after {
content: "\f132";
}
.mp-button.fa-calendar-o:after {
content: "\f133";
}
.mp-button.fa-fire-extinguisher:after {
content: "\f134";
}
.mp-button.fa-rocket:after {
content: "\f135";
}
.mp-button.fa-maxcdn:after {
content: "\f136";
}
.mp-button.fa-chevron-circle-left:after {
content: "\f137";
}
.mp-button.fa-chevron-circle-right:after {
content: "\f138";
}
.mp-button.fa-chevron-circle-up:after {
content: "\f139";
}
.mp-button.fa-chevron-circle-down:after {
content: "\f13a";
}
.mp-button.fa-html5:after {
content: "\f13b";
}
.mp-button.fa-css3:after {
content: "\f13c";
}
.mp-button.fa-anchor:after {
content: "\f13d";
}
.mp-button.fa-unlock-alt:after {
content: "\f13e";
}
.mp-button.fa-bullseye:after {
content: "\f140";
}
.mp-button.fa-ellipsis-h:after {
content: "\f141";
}
.mp-button.fa-ellipsis-v:after {
content: "\f142";
}
.mp-button.fa-rss-square:after {
content: "\f143";
}
.mp-button.fa-play-circle:after {
content: "\f144";
}
.mp-button.fa-ticket:after {
content: "\f145";
}
.mp-button.fa-minus-square:after {
content: "\f146";
}
.mp-button.fa-minus-square-o:after {
content: "\f147";
}
.mp-button.fa-level-up:after {
content: "\f148";
}
.mp-button.fa-level-down:after {
content: "\f149";
}
.mp-button.fa-check-square:after {
content: "\f14a";
}
.mp-button.fa-pencil-square:after {
content: "\f14b";
}
.mp-button.fa-external-link-square:after {
content: "\f14c";
}
.mp-button.fa-share-square:after {
content: "\f14d";
}
.mp-button.fa-compass:after {
content: "\f14e";
}
.mp-button.fa-toggle-down:after,
.mp-button.fa-caret-square-o-down:after {
content: "\f150";
}
.mp-button.fa-toggle-up:after,
.mp-button.fa-caret-square-o-up:after {
content: "\f151";
}
.mp-button.fa-toggle-right:after,
.mp-button.fa-caret-square-o-right:after {
content: "\f152";
}
.mp-button.fa-euro:after,
.mp-button.fa-eur:after {
content: "\f153";
}
.mp-button.fa-gbp:after {
content: "\f154";
}
.mp-button.fa-dollar:after,
.mp-button.fa-usd:after {
content: "\f155";
}
.mp-button.fa-rupee:after,
.mp-button.fa-inr:after {
content: "\f156";
}
.mp-button.fa-cny:after,
.mp-button.fa-rmb:after,
.mp-button.fa-yen:after,
.mp-button.fa-jpy:after {
content: "\f157";
}
.mp-button.fa-ruble:after,
.mp-button.fa-rouble:after,
.mp-button.fa-rub:after {
content: "\f158";
}
.mp-button.fa-won:after,
.mp-button.fa-krw:after {
content: "\f159";
}
.mp-button.fa-bitcoin:after,
.mp-button.fa-btc:after {
content: "\f15a";
}
.mp-button.fa-file:after {
content: "\f15b";
}
.mp-button.fa-file-text:after {
content: "\f15c";
}
.mp-button.fa-sort-alpha-asc:after {
content: "\f15d";
}
.mp-button.fa-sort-alpha-desc:after {
content: "\f15e";
}
.mp-button.fa-sort-amount-asc:after {
content: "\f160";
}
.mp-button.fa-sort-amount-desc:after {
content: "\f161";
}
.mp-button.fa-sort-numeric-asc:after {
content: "\f162";
}
.mp-button.fa-sort-numeric-desc:after {
content: "\f163";
}
.mp-button.fa-thumbs-up:after {
content: "\f164";
}
.mp-button.fa-thumbs-down:after {
content: "\f165";
}
.mp-button.fa-youtube-square:after {
content: "\f166";
}
.mp-button.fa-youtube:after {
content: "\f167";
}
.mp-button.fa-xing:after {
content: "\f168";
}
.mp-button.fa-xing-square:after {
content: "\f169";
}
.mp-button.fa-youtube-play:after {
content: "\f16a";
}
.mp-button.fa-dropbox:after {
content: "\f16b";
}
.mp-button.fa-stack-overflow:after {
content: "\f16c";
}
.mp-button.fa-instagram:after {
content: "\f16d";
}
.mp-button.fa-flickr:after {
content: "\f16e";
}
.mp-button.fa-adn:after {
content: "\f170";
}
.mp-button.fa-bitbucket:after {
content: "\f171";
}
.mp-button.fa-bitbucket-square:after {
content: "\f172";
}
.mp-button.fa-tumblr:after {
content: "\f173";
}
.mp-button.fa-tumblr-square:after {
content: "\f174";
}
.mp-button.fa-long-arrow-down:after {
content: "\f175";
}
.mp-button.fa-long-arrow-up:after {
content: "\f176";
}
.mp-button.fa-long-arrow-left:after {
content: "\f177";
}
.mp-button.fa-long-arrow-right:after {
content: "\f178";
}
.mp-button.fa-apple:after {
content: "\f179";
}
.mp-button.fa-windows:after {
content: "\f17a";
}
.mp-button.fa-android:after {
content: "\f17b";
}
.mp-button.fa-linux:after {
content: "\f17c";
}
.mp-button.fa-dribbble:after {
content: "\f17d";
}
.mp-button.fa-skype:after {
content: "\f17e";
}
.mp-button.fa-foursquare:after {
content: "\f180";
}
.mp-button.fa-trello:after {
content: "\f181";
}
.mp-button.fa-female:after {
content: "\f182";
}
.mp-button.fa-male:after {
content: "\f183";
}
.mp-button.fa-gittip:after {
content: "\f184";
}
.mp-button.fa-sun-o:after {
content: "\f185";
}
.mp-button.fa-moon-o:after {
content: "\f186";
}
.mp-button.fa-archive:after {
content: "\f187";
}
.mp-button.fa-bug:after {
content: "\f188";
}
.mp-button.fa-vk:after {
content: "\f189";
}
.mp-button.fa-weibo:after {
content: "\f18a";
}
.mp-button.fa-renren:after {
content: "\f18b";
}
.mp-button.fa-pagelines:after {
content: "\f18c";
}
.mp-button.fa-stack-exchange:after {
content: "\f18d";
}
.mp-button.fa-arrow-circle-o-right:after {
content: "\f18e";
}
.mp-button.fa-arrow-circle-o-left:after {
content: "\f190";
}
.mp-button.fa-toggle-left:after,
.mp-button.fa-caret-square-o-left:after {
content: "\f191";
}
.mp-button.fa-dot-circle-o:after {
content: "\f192";
}
.mp-button.fa-wheelchair:after {
content: "\f193";
}
.mp-button.fa-vimeo-square:after {
content: "\f194";
}
.mp-button.fa-turkish-lira:after,
.mp-button.fa-try:after {
content: "\f195";
}
.mp-button.fa-plus-square-o:after {
content: "\f196";
}.mp-events-holder{
display:inline-block;
}
.mp-events-ul{
margin:0px;
padding-left:0px;
}
.mp-events-li{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
padding: 0.6em 1em 0.6em 0em;
} .mp-events-month-grid-li{
display:inline-block;
box-sizing: border-box; 
float:left;
width: 14.28%;
height:100px;
border-bottom:1px solid #ddd;	
border-left:1px solid #ddd;	
padding:5px;
overflow:hidden;
white-space:nowrap;	
}
.mp-events-saturday{
border-right:1px solid #ddd;	
}
.mp-events-non-current-month{
background-color:#F3F3F3;
}
.mp-events-first-week{
border-top:	1px solid #ddd;	
}
.mp-events-day-number{
margin-bottom:5px;
}
.mp-events-today{
background-color:#ddd;	
}
.mp-events-event-link{
display:block;
clear:both;
margin: 5px 0px 5px 0px;	
}html, #mp-menu-site-wrap{
min-height:100%;
overflow-x: hidden;
position:relative;
}
body{
height:100%;
}
#mp-menu-toggle-button-holder, #mp-menu-close-button-holder{
display:none;
z-index:9999999999;
position:relative;
top:0;
}
#mp-menu-toggle-button-holder .mp-menu-toggle:hover, #mp-menu-close-button-holder .mp-menu-close-button:hover{
text-decoration:none;
cursor: pointer; 
}
#mp-menu-toggle-button-holder .mp-menu-toggle, #mp-menu-close-button-holder .mp-menu-close-button{
display:inline-block;	
}
#mp-menu-close-button-holder{
float:left;	
}@font-face {
font-family: 'mp_menu';
src: url(//baysidesuperior.org/wp/wp-content/plugins/mp-menu/includes/css/skins/mp_menu.eot?70254484);
src: url(//baysidesuperior.org/wp/wp-content/plugins/mp-menu/includes/css/skins/mp_menu.eot?70254484#iefix) format('embedded-opentype'),
url(//baysidesuperior.org/wp/wp-content/plugins/mp-menu/includes/css/skins/mp_menu.woff?70254484) format('woff'),
url(//baysidesuperior.org/wp/wp-content/plugins/mp-menu/includes/css/skins/mp_menu.ttf?70254484) format('truetype'),
url(//baysidesuperior.org/wp/wp-content/plugins/mp-menu/includes/css/skins/mp_menu.svg?70254484#mp_menu) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="mp-menu-"]:before, [class*=" mp-menu-"]:before {
font-family: "mp_menu";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;  font-variant: normal;
text-transform: none;
font-size:44px;
float: left;    }
.mp-menu-th-list:before { content: '\e82e'; } .mp-menu-menu-1:before { content: '\e800'; } .mp-menu-cancel:before { content: '\e804'; } .mp-menu-cancel-circled:before { content: '\e805'; } .mp-menu-menu-outline:before { content: '\e802'; } .mp-menu-menu-2:before { content: '\e801'; } .mp-menu-right-open-1:before { content: '\e807'; } .mp-menu-menu-3:before { content: '\e803'; } .mp-menu-menu:before { content: '\e82f'; } .mp-menu-angle-right:before { content: '\e806'; }.mp-stacks-features{
display:block;	
}
.mp-stacks-feature{
display:inline-block;
text-align:left;
vertical-align: top;
margin:0px auto;
padding:20px;	
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mp-stacks-features-icon-title {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.mp-stacks-features-icon:before {
font-size:30px;
}
.mp-stacks-features-icon-container{
display: inline-block;
vertical-align:middle;
text-align:center;
}
.mp-stacks-feature a{
text-decoration:none;
}
.mp-stacks-feature .mp-stacks-features-icon-container img{
margin:0px;	
display:inline-block;
vertical-align: top;
}
.mp-stacks-features-title-text-area{
display: inline-block;
vertical-align:middle;
}
.mp-stacks-features-title{
display: inline-block;
font-size: 130%;	
}
.mp-stacks-features-text{
display: inline-block;	
padding-top:10px;
}
.mp-stacks-features-text > p{
margin-bottom:10px;
}
.mp-stacks-features-text > p:last-child{
margin-bottom:0px;
}
.mp-stacks-features-clearedfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}@font-face {
font-family: 'mintplugins';
src: url(//baysidesuperior.org/wp/wp-content/plugins/mp-core/includes/fonts/mintplugins.eot?v=4.0.3);
src: url(//baysidesuperior.org/wp/wp-content/plugins/mp-core/includes/fonts/mintplugins.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(//baysidesuperior.org/wp/wp-content/plugins/mp-core/includes/fonts/mintplugins.woff?v=4.0.3) format('woff'), url(//baysidesuperior.org/wp/wp-content/plugins/mp-core/includes/fonts/mintplugins.ttf?v=4.0.3) format('truetype'), url(//baysidesuperior.org/wp/wp-content/plugins/mp-core/includes/fonts/mintplugins.svg?v=4.0.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="mp-font"]:before,
[class*=" mp-font"]:before{
display: inline-block;
font-family: 'mintplugins';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mp-font-mintplugins-logo:before {
content: "\0041";
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: 'Knapstack Font 1';
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; color:#00bb85;
height:100%;
}
body {
background: #fff;
font-size:14px;
font-size:1.4rem;
line-height:1.55;
height:100%;
}
a{
color:#00bb85;
transition: all .10s linear;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
display: block;
}
ol, ul {
list-style: inside disc;
margin: 0 0 1.5rem 0;
}
ol{
list-style:decimal;
list-style-position: inside;
}
li{
margin-bottom: 1rem;
}
table { border-width:1px;
border-style:solid;
}
caption, th, td {
font-weight: normal;
text-align: left;
border:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
blockquote{
margin-bottom: 1.8182em;
padding-left: 0.9091em;
border-left: 4px solid rgba(51, 51, 51, 0.7);
font-size: 1;
font-style: italic;
line-height: 1.6667;
margin-bottom: 1.6667em;
padding-left: 0.7778em;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { outline: 0;
}
a img {
border: 0;
vertical-align: top;
}
p{
margin-bottom: 1.5rem;
line-height:1.55;
}
hr{
border-style:solid;
} .entry-content, .entry-summary{
max-width:600px;
}
.entry-content img, .page-content img, .mceContentBody img  {
margin: 0 0 1.5rem 0;
}
.entry-content iframe{
max-width:100%;
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 1.5rem;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
margin-bottom: 1.5rem;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text {
margin: 0 5px;
background-color: #EAEAEA;
font-size: 13px;
padding: 5px;
}
.wp-smiley {
max-height: 1rem;
margin:0 !important;
}
.gallery dl {
margin: 0;
}
.gallery-caption {
margin:-1.5rem 0 0 0;
} blockquote.left {
float: left;
margin-left: 0;
margin-right: 1.5rem;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 1.5rem;
margin-right: 0;
text-align: left;
width: 33%;
} strong{
font-weight:bold;
}
em{
font-style:italic;
} #knapstack-page{
width:100%;
min-height:100%;
display:block;
margin: 0px auto;
} .admin-bar #knapstack-page > header,
.admin-bar #knapstack-page #main-container{
margin-top:32px;
}
@media screen and (max-width: 782px) {
.admin-bar #knapstack-page > header,
.admin-bar #knapstack-page #main-container{
margin-top:46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar #knapstack-page > header,
.admin-bar #knapstack-page #main-container{
margin-top:0px;
}
#wpadminbar{
display:none;
}
} #knapstack-page > header{
position:absolute;
top:0px;
width:100%;
z-index:99999;
}
#knapstack-page > header #knapstack-theme-header{
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width:1100px;
width:100%;
margin:0px auto;
padding:0px 20px 0px 20px;
}
.header-inner-content{
display:table;
width:100%;
} @media screen and (max-width: 600px) {
#knapstack-page > header{
position:absolute!important;
}
} .site-branding{
display:table-cell;
vertical-align:middle;
}
.site-branding a{
display: block;
margin:10px 10px 10px 0px;
}
#mp-core-logo{
display:block;
position:relative;
} @media screen and (max-width: 600px){
#mp-core-logo{
max-width:90%;
height:inherit;
}
}
.site-description{
display:none;
}
.middle-padder{
display: table-cell;
width: auto;
} #mp-menu-toggle-button-holder {
display:table-cell!important;
vertical-align:middle;
}
#mp-menu-toggle-button-holder .mp-menu-toggle {
float:right;
}
.menu-main-navigation-container{
float:left;
}
#knapstack-theme-header .mp-links{
float:left;
}
#knapstack-theme-header .mp-links li{
margin:0px 0px 0px 10px;
}
#knapstack-theme-header .mp-links li a:before{
font-size:18px;
font-size:1.8rem;
}
#site-navigation{
display:table-cell;
vertical-align:middle;
margin-top:9px;
font-size: 13px;
font-size: 1.3rem;
}
#site-navigation li{
margin-bottom:0px;
}
#knapstack-theme-header .nav-inner{
float:right;
}
#knapstack-theme-header .menu{
position:relative;
z-index:1000;
}
#knapstack-theme-header #site-navigation *{
font-family: 'Knapstack Header Font';
} .main-navigation a,{
-webkit-transition: all 0.2s;
-moz-transition:    all 0.2s;
transition:         all 0.2s;
}
#knapstack-theme-header .menu {
float: right;
}
#knapstack-theme-header .search-form {
float: right;
}
#knapstack-theme-header .main-menu {
float: right;
}
#knapstack-theme-header ul {
list-style: none;
margin: 0;
padding-left: 0;
white-space: nowrap;
display:table;
}
#knapstack-theme-header .menu-main-navigation-container > ul > li{
padding-left: 20px;
}
#knapstack-theme-header li {
position: relative;
vertical-align:middle;
display:table-cell;
}
#knapstack-theme-header a {
display: block;
border-color: transparent;
text-decoration:none;
}
#knapstack-theme-header a:hover,
#knapstack-theme-header .current-menu-item a {
color: #fff;
border-color: #fff;
}
#knapstack-theme-header ul ul {
border-radius: 4px;
float: left;
position: absolute;
top: 1.3em;
left: 50%;
z-index: 99999;
opacity: 0;
padding-top:20px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
backface-visibility:         hidden;
-webkit-transform: translate(-50%, 60%) scale(0);
-moz-transform:    translate(-50%, 60%) scale(0);
transform:         translate(-50%, 60%) scale(0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition:    all 0.2s ease-in-out;
transition:         all 0.2s ease-in-out;
}
#knapstack-theme-header ul ul:after {
width: 0;
height: 0;
border: 7px solid transparent;
border-bottom: 7px solid #fff;
content: ' ';
position: absolute;
top: 6px;
right: 50%;
margin-right: -4px;
}
#knapstack-theme-header ul ul ul {
top: -1px;
left: 100%;
min-width:100%;
z-index: 5;
margin-right: 0;
display:none;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform:    translate(0, 0) scale(1);
transform:         translate(0, 0) scale(1);
}
#knapstack-theme-header ul ul ul:after {
border-width: 0 0 0 7px;
top: 14px;
right: -14px;
}
#knapstack-theme-header .menu ul a {
background: #fff;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
font-size: 12px;
letter-spacing: 0;
color: #515a63;
padding: 12px;
border: 0;
}
#knapstack-theme-header ul ul li:first-child a {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#knapstack-theme-header ul ul li {
margin-left: 0;
display:block;
width:100%;
}
#knapstack-theme-header ul ul li:last-child a {
border-bottom: 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#knapstack-theme-header li:hover > a {
} #knapstack-theme-header ul ul :hover > a {
}
#knapstack-theme-header ul ul a:hover {
color: #404040!important;
border: 0;
background: #fbfbfb;
}
#knapstack-theme-header ul li:hover > ul {
display: block;
opacity: 1;
-webkit-transform: translate(-48%, 0) scale(1);
-moz-transform:    translate(-48%, 0) scale(1);
transform:         translate(-48%, 0) scale(1);
}
#knapstack-theme-header ul ul li:hover > ul {
display: block;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform:    translate(0, 0) scale(1);
transform:         translate(0, 0) scale(1);
}
#knapstack-theme-header li.current_page_item a,
#knapstack-theme-header li.current-menu-item a {
}
#knapstack-theme-header li a:first-child:nth-last-child(2):hover {
border-color: transparent;
} #knapstack-theme-header .menu > li > ul > li > ul{
position:absolute;
list-style:none;
}
#knapstack-theme-header .menu > li > ul > li:hover > ul{
display: block;
opacity: 1;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform:    translate(0, 0) scale(1);
transform:         translate(0, 0) scale(1);
} #knapstack-theme-header .menu > li > ul > li > ul > li > ul{
position:absolute;
list-style:none;
}
#knapstack-theme-header .menu > li > ul > li > ul > li:hover > ul{
display: block;
opacity: 1;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform:    translate(0, 0) scale(1);
transform:         translate(0, 0) scale(1);
} .menu-toggle, .screen-reader-text{
display:none;
} #main-container{
width:100%;
margin:0px auto;
position: relative;
font-size:115%;
} #main-container > .page-header, #main-container > .entry-header{
padding:40px 0px 40px 0px;
background-color:#00bb85;
color:#fff;
background-size:cover;
}
#main-container > .page-header > .page-header-inner{
margin:0px auto;
width:100%;
max-width:1100px;
text-align:left;
padding:0px 20px 0px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
#main-container > .page-header > .page-header-inner a {
color:#fff;
text-decoration:none;
}
#main-container > .page-header > .page-header-inner .page-info,
#main-container > .page-header > .page-header-inner .feat-img,
#main-container > .page-header > .page-header-inner .page-header-right-column{
display:table-cell;
vertical-align:middle;
margin-right:20px;
white-space: nowrap;
}
#main-container > .page-header > .page-header-inner .page-info{
white-space:normal;
width:100%;
}
#main-container > .page-header > .page-header-inner .feat-img img{
width:150px;
height:150px;
border-radius: 50%;
margin-right:20px;
}
#main-container > .page-header > .page-header-inner .page-header-right-column{
text-align:right;
width:100%;
} @media screen and (max-width: 850px) {
#main-container > .page-header > .page-header-inner .page-info,
#main-container > .page-header > .page-header-inner .feat-img,
#main-container > .page-header > .page-header-inner .page-header-right-column{
display:block;
width:100%;
margin-right:0px;
text-align:center;
}
#main-container > .page-header > .page-header-inner .feat-img img{
margin-right:0px;
}
#main-container > .page-header > .page-header-inner .page-info{
white-space:normal;
}
.entry-content {
text-align:left;
}
} @media screen and (max-width: 400px) {
#main-container > .page-header > .page-header-inner .page-info span{
display:block;
float:none;
}
} .site-content{
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 1100px;
margin: 0px auto;
padding:20px;
} .site-content-container.content-grid{
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 1100px;
margin: 0px auto;
padding:20px;
}
.site-content.content-grid{
margin:0px -1%;
padding:0px;
}
.site-content.content-grid h1,
.site-content.content-grid h2{
margin:0px;
} #posts-navigation{
display:inline-block;
clear:both;
margin: 0px 0 19px 0;
float: left;
}
.download-archive #posts-navigation{
display:inline-block;
clear:both;
margin: 0px 1% 19px 1%;
float: left;
}
#posts-navigation .page-numbers{
list-style:none;
}
#posts-navigation .page-numbers li{
float:left;
display:inline-block;
margin: 0px 10px 0px 0px;
}
#posts-navigation .page-numbers li a{
text-decoration:none;
} .page-header h1, .entry-header h1{
font-size: 40px;
font-size: 4.0rem;
font-weight:400;
line-height: 6rem;
} .site-content h1, .site-content h2,
.mceContentBody h1, .mceContentBody h2{
font-size: 40px;
font-size: 4.0rem;
font-weight:400;
line-height: 5.0rem;
margin: .8333333333333334em 0 .34em;
letter-spacing: -.02rem;
}
.site-content h3, .mceContentBody h3{
font-size: 35px;
font-size: 3.5rem;
font-weight:400;
line-height: 4.5rem;
margin: .8333333333333334em 0 .34em;
letter-spacing: -.02rem;
}
.site-content h4, .mceContentBody h4{
font-size: 30px;
font-size: 3.0rem;
font-weight:400;
line-height: 4.0rem;
margin: .8333333333333334em 0 .34em;
}
.site-content h5, .mceContentBody h5{
font-size: 60px;
font-size: 6.0rem;
font-weight:400;
line-height: 7.0rem;
margin: .8333333333333334em 0 .34em;
}
.site-content h6, .mceContentBody h6{
font-size: 65px;
font-size: 6.5rem;
font-weight:400;
line-height: 7.5rem;
margin: .8333333333333334em 0 .34em;
} input,
input[type=search],
textarea{
border: 2px solid #bdc3c7;
color: #34495e;
font-family: 'Knapstack Font 1';
font-size: 14px;
padding: 8px 5px;
text-indent: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear;
-moz-transition: border .25s linear, color .25s linear;
-o-transition: border .25s linear, color .25s linear;
transition: border .25s linear, color .25s linear;
-webkit-backface-visibility: hidden;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
input:focus, input[type=search]:focus, textarea:focus{
border: 2px solid #000;
outline: none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
textarea#comment{
height: 132px;
width:90%;
max-width: 400px;
margin:0px;
}
input[type=submit],
.button,
#posts-navigation .page-numbers li a,
#posts-navigation .page-numbers li span{
display:inline-block;
-webkit-appearance: none;
text-indent: 0px;
color:#fff;
padding:10px 20px 10px 20px;
font-family: 'Knapstack Font 1';
border-radius: 3px;
border:none;
text-shadow:none;
background:none;
background-color: #00bb85;
-webkit-transition: background-color .25s linear;
-moz-transition: background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition: background-color .25s linear;
transition: background-color .25s linear;
text-decoration:none;
font-size:inherit;
font-weight:inherit;
line-height:1;
text-align: center;
white-space:inherit;
vertical-align:inherit;
cursor: pointer;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type=submit]:hover,
.button:hover,
#posts-navigation .page-numbers li a:hover{
box-shadow: none;
border-radius: 3px;
background-color: #00D396;
-webkit-transition: background-color .25s linear;
-moz-transition: background-color .25s linear;
-o-transition: background-color .25s linear;
-ms-transition: background-color .25s linear;
transition: background-color .25s linear;
}
input[type=checkbox],
input[type=checkbox]:hover,
input[type=radio],
input[type=radio]:hover{
border:none;
}
input[type=checkbox]{
border: 1px solid #bbb;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 16px;
margin: 0px 4px 0 0;
outline: 0;
padding: 0!important;
text-align: center;
vertical-align: middle;
width: 16px;
min-width: 16px;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
-webkit-transition: .05s border-color ease-in-out;
transition: .05s border-color ease-in-out;
}
input[type=checkbox]:checked:before {
font-family: 'fontawesome';
content: "\f00c";
margin: 7px 0px 0px -11px;
color: #000000;
display: inline-block;
}  .bbpress .site-content{
max-width: 1100px;
}
.bp-the-content, .wp-editor-area{
border-top: none;
}
#bbpress-forums .wp-editor-container{
border-style:solid;
border-width: 2px;
border-radius:3px;
}
#bbpress-forums .wp-editor-area,
#bbpress-forums .wp-editor-area:hover{
border:none;
}
.bp-the-content:hover, .wp-editor-area:hover{
border-top: none;
}
.bbp-search-form{
margin-bottom:10px;
} #comments, #disqus_thread > iframe{
display:block;
box-sizing: border-box;
margin:0px auto;
max-width:1100px;
}
#comments .comment-list, #comments ul.children{
list-style:none;
}
#comments .comment{
margin-bottom:20px;
}
#comments .comment footer{
margin-bottom:5px;
}
#reply-title, .comments-title{
font-size: 20px;
font-size: 2.0rem;
font-weight:400;
}
#comments .comments-title{
margin-bottom:20px;
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
line-height: 4.0rem;
margin: .8333333333333334em 0 .34em;
}
.logged-in-as, .comment-notes{
margin:5px 0px 10px 0px;
}
.mp-core-comment-avatar img{
border-radius: 30px;
float:left;
margin-right:10px;
}
.commentmetadata a{
text-decoration:none;
}
.mp-core-comment-meta{
display:inline-block;
margin-bottom:10px;
}
.mp-core-comment-meta .comment-author{
margin-bottom:5px;
}
.mp-core-comment-meta .mp-core-comment-time,
.mp-core-comment-meta .reply{
float:left;
font-size: 1.2rem;
line-height: 1.2rem;
}
.mp-core-comment-time-link,
.mp-core-comment-meta .reply .comment-reply-link{
margin-right:10px;
}
.mp-core-comment-time-link:before{
font-family: 'fontawesome';
content: "\f073";
margin-right: 5px;
}
.mp-core-comment-meta .reply .comment-reply-link:before{
font-family: 'fontawesome';
content: "\f112";
margin-right: 5px;
}
.mp-core-comment-meta .reply .comment-edit-link:before{
font-family: 'fontawesome';
content: "\f044";
margin-right: 5px;
}
.comment-content{
font-size:14px;
font-size: 1.4rem;
line-height:2.0rem;
}
#comments .children{
margin-left:50px;
} .site-content footer{
font-size:12px;
font-size:1.2rem;
margin-top:25px;
}
#nav-below{
float:none;
clear:both;
font-size:12px;
font-size:1.2rem;
margin-top:25px;
}
.nav-previous{
float:left;
}
.nav-next{
float:right;
} .archive .hentry{
margin-bottom:4em;
}
.sticky, .bypostauthor {
}
.col1{
display:inline-block;
float:left;
margin-right:20px;
}
.col1 img{
width:150px;
height:150px;
border-radius: 50%;
}
.col2{
display:inline-block;
max-width:600px;
}
.entry-header a{
text-decoration:none;
}
.entry-meta{
font-size:80%;
}
.entry-summary {
margin: 1em 0 0;
}
time.entry-date:before{
font-family: 'fontawesome';
content: "\f073";
margin-right:5px;
}
.entry-meta > span{
margin-right:10px;
}
.entry-meta .author .avatar{
width:20px;
height:20px;
border-radius: 50%;
margin:2px 5px 0px 0px;
}
.comment-numbers:before{
font-family: 'fontawesome';
content: "\f075";
}
.post-edit-link:before{
font-family: 'fontawesome';
content: "\f044";
margin-right:3px;
} @media screen and (max-width: 850px) {
.col1{
width:100%;
margin-right:0px;
text-align:center;
}
.col2{
width:100%;
text-align:center;
}
.entry-summary {
display:inline-block;
text-align:left;
margin: 1em auto 0 auto;
}
} @media screen and (max-width: 400px) {
.col2 span{
display:block;
float:none;
}
} .single .type-download .entry-content{
max-width:100%;
} .download-archive .archive-download-article{
position:relative;
display:inline-block;
width:23%;
margin:0px 1% 20px 1%;
float:left;
box-sizing: border-box;
}
.download-archive .archive-download-article:nth-child(4n+1){
clear:left;
} @media screen and (max-width: 1100px) and (min-width: 800px){
.download-archive .archive-download-article{
width:31.33%;
}
.download-archive .archive-download-article:nth-child(4n+1){
clear:none;
}
.download-archive .archive-download-article:nth-child(3n+1){
clear:left;
}
} @media screen and (max-width: 800px) and (min-width: 600px){
.download-archive .archive-download-article{
width:48%;
}
.download-archive .archive-download-article:nth-child(2n+1){
clear:left;
}
} @media screen and (max-width: 600px){
.download-archive .archive-download-article{
width:98%;
}
}
.download-archive .archive-download-article .entry-header{
padding:20px;
box-sizing:border-box;
border:none;
}
.download-archive .archive-download-article .page-header h1,
.download-archive .archive-download-article .entry-header h1{
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4rem;
font-weight:400;
}
.download-archive .archive-download-article .entry-header .sub-text{
margin-top:10px;
}
.download-archive .archive-download-article .entry-image{
position:relative;
}
.download-archive .archive-download-article .entry-image archive_feat_image,
.download-archive .archive-download-article .entry-image img{
width:100%;
}
.archive-item-overlay{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 10;
background: transparent;
opacity: 0;
border: 1px solid transparent;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4rem;
font-weight:700;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.archive-item-overlay:hover{
opacity: 1;
background: rgba(104, 104, 104, 0.8);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.archive-item-overlay-inner{
display: table;
width: 100%;
height: 100%;
}
.archive-item-overlay .actions{
display: table-cell;
vertical-align:middle;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate(0%, 10%);
-moz-transform: translate(0%, 10%);
transform: translate(0%, 10%);
}
.archive-item-overlay:hover .archive-item-overlay-inner .actions{
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0);
}
.archive-item-overlay .archive-item-overlay-inner .actions-inner{
display:inline-block;
margin:0 auto;
}
.archive-item-overlay .archive-item-overlay-inner .edd-buy-form{
display:inline-block;
float:left;
}
.archive-item-overlay .item-price{
margin:10px 0px 10px 0px;
color:#ffffff;
}
.download-archive .archive-download-article .edd_download_purchase_form{
display: inline-block;
margin-right:5px;
}
.download-archive .archive-download-article .edd-cart-ajax-alert{
color:inherit;
position: absolute;
top: 43px;
white-space: nowrap;
color:#ffffff;
}
.download-archive .archive-download-article .edd_purchase_tax_rate{
display:none;
}
.related-downloads{
margin:0px -1% 0px -1%;
} .knapstack-sorting-container{
display:table;
float:right;
}
.knapstack-sorting-container-cell{
display:table-cell;
vertical-align:middle;
}
.knapstack-sorting-title{
display:inline-block;
vertical-align: bottom;
margin-right:5px;
}
.knapstack_sort_downloads_by_asc,
.knapstack_sort_downloads_by_desc{
margin: 0px 10px;
}
.knapstack_sort_downloads_by_asc:before,
.knapstack_sort_downloads_by_desc:before{
font-family: 'fontawesome';
}
.knapstack_sort_downloads_by_asc:before{
content: "\f176";
}
.knapstack_sort_downloads_by_desc:before{
content: "\f175";
} .mp-links{
list-style:none;
} .mp-links-title{
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.mp-links li {
float:left;
margin:5px;
}
.mp-links li a div:before{
font-size:20px;
font-size:2.0rem;
}
pre{
background-color: rgb(245, 245, 245);
padding: 20px;
margin-bottom:20px;
font-size:80%;
} .page-template-templatespage-title-1100px-php .site-content{
width:100%;
max-width:1100px;
}
.page-template-templatespage-title-1100px-php .content-area-one{
width:100%;
max-width:1100px;
display:inline-block;
vertical-align: top;
}
.page-template-templatespage-title-1100px-php .entry-content{
width:100%;
max-width:1100px;
} .woocommerce-page .entry-content,
.woocommerce-page .content-area-one{
width:100%!important;
max-width:1100px;
}
.mp-knapstack-mp-stacks-full-width.woocommerce-page .content-area-one{
max-width:100%;
}
.woocommerce-page .product .variations,
.woocommerce-page .product .variations tr,
.product .variations td{
background-color:transparent;
}
.woocommerce-page .input-text.qty{
padding:6.5px 5px;
}
.woocommerce-page #rating{
margin-left:10px;
}
.woocommerce-product-gallery__wrapper{
margin:0!important;
} .content-area-600 .site-content{
width:100%;
max-width:1100px;
}
.content-area-600 .content-area-one{
width:100%;
max-width:600px;
display:inline-block;
vertical-align: top;
margin-right: 65px;
}
.content-area-600 .content-area-two{
width:100%;
max-width:390px;
display:inline-block;
vertical-align: top;
}
@media screen and (max-width: 1100px) {
.content-area-600 .content-area-one{
width:60%;
margin-right:5%;
}
.content-area-600 .content-area-two{
width:30%;
}
}
@media screen and (max-width: 870px) {
.content-area-600 .content-area-one,
.content-area-600 .content-area-one{
width:100%;
max-width:100%;
margin-right:0;
}
.content-area-600 .content-area-two{
width:100%;
max-width:100%;
}
} .archive .content-area-one{
display:inline-block;
max-width:770px;
margin-right:10px;
vertical-align: top;
}
.archive .content-area-two{
display:inline-block;
width:100%;
max-width:275px;
vertical-align: top;
}
@media screen and (max-width: 1114px) {
.archive .content-area-one{
display:inline-block;
max-width:100%;
margin-right:0px;
vertical-align: top;
}
.archive .content-area-two{
display:inline-block;
width:100%;
max-width:100%;
vertical-align: top;
}
} .content-area-one img,
.content-area-one div,
.content-area-one pre{
max-width:100%;
} .margin20{
margin:20px;
}  .page-template-templatespage-template-stack-php .site-content,
.mp-knapstack-mp-stacks-full-width .site-content,
.single-format-gallery .site-content,
.site-content.stack-content{
max-width:100%;
padding:0px;
}
.page-template-templatespage-template-stack-php .entry-content,
.site-content.stack-content .entry-content,
.mp-knapstack-mp-stacks-full-width .entry-content{
max-width:100%;
}
.mp-brick-outer{
max-width:1000px;
} .gform_wrapper ul{
list-style:none;
}
.gform_wrapper ul li{
display:inline-block;
margin-bottom:20px;
width:100%;
}
.gform_wrapper ul li{
width:100%;
}
.gform_heading{
margin-bottom:20px;
}
.gform_wrapper input,
.gform_wrapper textarea{
width:100%;
}
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex select {
width: 100% !important;
}
.gform_wrapper input[type=checkbox], input[type=radio],
.gform_wrapper input[type=checkbox], input[type=radio] {
width:16px!important;
}
.gform_wrapper .ginput_complex input[type=hidden],
.gform_wrapper .gfield.gform_hidden{
display:none;
}
.gform_wrapper .gfield_required {
color: #790000;
margin-left: 4px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, validation_error {
background-color: #FFDFE0;
margin-bottom: 6px !important;
padding: 6px 6px 4px 6px !important;
width:100%;
}
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
width: 48%;
}
.gform_wrapper .ginput_complex .ginput_left{
float:left;
}
.gform_wrapper .ginput_complex .ginput_right{
float:right;
}
.gform_wrapper .ginput_container{
margin-top:5px;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_checkbox li{
margin-bottom:0px;
}
.gfield_description{
font-size:13px;
font-size:1.3rem;
margin-top:8px;
}
.gfield_list,
.gfield_list td,
.gfield_list tr{
border:none;
}
.gfield_list_icons img{
margin:0px 3px 0px 3px!important;
vertical-align:middle;
} .isotopenav {
list-style:none;
margin-top:15px;
}
.isotopenav li{
margin-right:10px;
display:inline;
} table[id^="edd"],
table[id^="fes"] {
text-align: left;
width: 100%;
margin: 0 0 21px;
}
table[id^="edd"] thead th,
table[id^="fes"] thead th {
padding: 1.387em;
font-weight: 700;
}
table[id^="edd"] td,
table[id^="edd"] th,
table[id^="fes"] td,
table[id^="fes"] th {
line-height: 25px;
vertical-align: middle;
padding: .5em 1.387em;
}
table[id^="edd"] td img,
table[id^="fes"] td img {
float: left;
margin: 0 8px 0 0;
background: 0 0;
padding: none;
border: 0;
}
table[id^="edd"] td.edd_cart_actions,
table[id^="edd"] th.edd_cart_actions,
table[id^="edd"] th.edd_cart_total {
text-align: right;
}
table[id^="edd"] tbody tr td{
border-style:solid;
border-bottom-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
}
table[id^="edd"] tbody tr:last-child td{
border:none;
}
#edd_checkout_cart .edd-item-quantity{
max-width: 60px;
}
#edd_checkout_cart .edd-item-quantity:before{
content: "Quantity";
}
table[id^="edd"] .edd_cart_header_row{
display:none;
}
#edd_checkout_cart{
padding:25px;
}
#edd_checkout_cart td{
padding: 15px 0px 15px 0px;
}
#edd_checkout_cart tr:first-child td{
padding: 0px 0px 15px 0px;
}
#edd_checkout_cart tfoot tr th{
padding: 15px 0 0 0;
text-align:right;
}
#edd_checkout_cart td div,
#edd_checkout_cart td span{
display: table-cell;
vertical-align: middle;
}
#edd_checkout_cart .edd_cart_item_image img{
width:80px;
height:80px;
}
.edd-payment-mode-label{
margin-bottom: 1.5rem;
display: inline-block;
}
form[id^="edd"] fieldset,
form[class^="fes"] fieldset,
#edd-login-account-wrap,
#edd_checkout_user_info,
#edd_register_account_fields {
padding: 25px;
margin: 0 0 21px;
border-width:1px;
border-style:solid;
}
form[id^="edd"] fieldset fieldset,
form[class^="fes"] fieldset fieldset,
#edd_register_fields {
padding: 0px;
margin: 0 0 0px;
background-color:inherit;
}
#edd_register_fields, #edd_purchase_submit fieldset {
border:none!important;
}
form[class^="fes"] input[type=text] {
width:100%;
}
form[id^="edd"] legend,
form[class^="fes"] legend {
display: block;
font-size: 120%;
line-height: 1;
font-weight: 700;
}
form[id^="edd"] span.edd-description,
form[class^="fes"] span.edd-description {
font-size: 80%;
display: block;
margin: 0 0 5px;
}
label[for^="edd"],
label[for^="fes"] {
display: inline-block;
font-weight: 700;
position: relative;
line-height: 100%;
font-size: 95%;
margin: 0 0 5px;
}
#edd_profile_editor_form label,
#edd_login_form label{
width: 200px;
}
#edd_profile_editor_form span{
margin:20px 0px 0px 0px;
display:inline-block;
}
#edd_profile_editor_form span:first-child{
margin:0;
}
.edd_errors {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #E6DB55;
margin: 0 0 21px;
background: #FFFFE0;
color: #333;
padding: 1.387em;
}
.edd_errors p{
margin-bottom:0px!important;
}
.edd_success{
border: none;
margin: 20px 0;
background: #58DD88;
color: #FFFFFF;
}
form[id^="edd"] #edd-payment-mode-wrap label {
display: inline-block;
margin: 0 20px 0 0;
}
form[id^="edd"] .edd-payment-icons img.payment-icon {
max-height: 32px;
width: auto;
margin: 0 3px 0 0;
background: 0 0;
padding: none;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#edd_profile_editor_form p{
max-width:500px;
}
#edd_address_country{
margin: 1.5rem 0px;
}
#edd-save-cart-button{
float:right;
}
.page-header .edd-buy-form{
margin-top:.6em;
}
#edd_login_form input:not([type="checkbox"]){
width:inherit;
}
#edd_terms_agreement{
border: none;
margin: 0px 0px 1.5rem 0px;
padding: 0px;
}
.edd-cart-added-alert{
margin-right:10px;
}
.fes-vendor-menu ul{
list-style:none;
display: inline-block;
}
.fes-vendor-menu li{
float:left;
margin-right:10px;
}
.fes-help{
font-size: 13px;
font-size: 1.3rem;
}
.fes-el{
margin-bottom:30px;
}
.fes-attachment-list{
list-style:none;
}
.fes-submit .fes-label{
display:none;
}
.fes-fields #post_content{
width:100%;
}
.edd-fes-adf-submission-option-description,
.edd-fes-adf-submission-option-price,
.edd-fes-adf-submission-option-remove,
.edd-fes-adf-submission-option-file{
float:left;
margin-right:1%;
}
.edd-fes-adf-submission-option{
display:inline-block;
width:100%;
float:left;
}
.edd-fes-adf-submission-option-description,
.edd-fes-adf-submission-option-price,
.edd-fes-adf-submission-option-file,
.edd-fes-adf-submission-option-remove{
width:22%;
font-size:10px;
font-size:1.0rem;
}
.edd-fes-adf-submission-option-description input,
.edd-fes-adf-submission-option-price input,
.edd-fes-adf-submission-option-file input,
.edd-fes-adf-submission-option-remove input{
width:100%%;
}
.edd-fes-adf-submission-option-remove{
float:right;
}
.edd-fes-adf-submission-option-remove a{
font-size:60px;
font-size:6rem;
text-decoration:none;
margin-top: 8px;
display: inline-block;
}
.fes-loading{
font-family: 'fontawesome';
content: "\f013";
font-size:18px;
font-size: 1.8rem;
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.fes-form fieldset.has-error{
background-color:#FFE4E4;
}
.edd-free-download-btn{
margin-right:5px;
}
#edd_show_discount,
#edd-discount-code-wrap{
margin-bottom:0px;
}
.single .mp-ecommerce-preview{
max-width:600px;
} @media screen and (max-width: 850px) {
.entry-content .mp-ecommerce-preview	{
width:100%;
margin:0px 0px 20px 0px;
}
} #searchform{
position:relative;
display:inline-block;
}
#searchform #searchsubmit{
background-color: transparent;
position: absolute;
top: 0;
right: 0;
border:none;
padding: 11px;
padding: 1.1rem;
}
#searchform #searchsubmit:after{
font-family: 'fontawesome';
content: "\f002";
font-size:18px;
font-size: 1.8rem;
} .mp-knapstack-clearedfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
} .knapstack-widgets-title{
font-size: 20px;
font-size: 2.0rem;
font-weight:400;
margin-bottom:10px;
}
#wp-calendar th,
#wp-calendar td{
padding:5px;
}
#wp-calendar caption{
margin-bottom:10px;
} .knapstack-no-img-box{
background-color:#f8f8f8;
} .knapstack-notice{
position:absolute;
top:0;
left:0;
padding:25px;
background-color:#FFB3B0;
z-index:99999999999999;
width:100%;
}
#mp_knapstack_pagetemplate_chooser{
margin-right:10px;
}
#mp_knapstack_pagetemplate_chooser_container{
margin-top:20px;
margin-bottom:20px;
} .woocommerce img, .woocommerce-page img {
max-width: inherit;
}
#review_form #comment{
display:block;
}
.woocommerce .star-rating,
.woocommerce .star-rating *:before{
font-family:star;
} .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .edd-aa-wrapper{
max-width: 600px!important;
width: 100%;
margin: 0 auto;
text-align: center;
}
p:empty { display: none }#page{
min-width:inherit;
} @media screen and (max-width: 865px) {
} @media screen and (max-width: 617px) {
}#bbpress-forums hr {
margin: 0 0 24px 0;
}
#bbpress-forums {
background: transparent;
clear: both;
margin-bottom: 20px;
overflow: hidden;
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fff;
}
body.reply-edit .reply {
float: none;
}
#bbpress-forums div.reply {
height: auto;
width: 100%;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
background-color: #f4f4f4;
}
#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
background-color: #fee;
}
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
background-color: #fdd;
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #ccc;
}
#bbpress-forums ul {
background:  none;
list-style: none;
margin: 0;
padding: 0;
}
#bbpress-forums ul.bbp-threaded-replies {
margin-left: 50px;
}
#bbpress-forums li {
background: none;
margin: 0;
list-style: none;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
overflow: hidden;
margin-bottom: 20px;
clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
border-top: 1px solid #eee;
font-weight: bold;
padding: 8px;
text-align: center;
}
#bbpress-forums li.bbp-header ul {
overflow: hidden;
}
#bbpress-forums .bbp-forums-list {
margin: 0 0 0 5px;
padding-left: 15px;
border-left: 1px solid #ddd;
}
#bbpress-forums .bbp-forums-list li {
display: inline;
}
#bbpress-forums li.bbp-footer p {
margin: 0;
line-height: 1em;
}
li.bbp-forum-info,
li.bbp-topic-title {
float: left;
text-align: left;
width: 55%;
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
float: left;
text-align: center;
width: 10%;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness {
text-align: center;
float: left;
width: 22%;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #eee;
overflow: hidden;
padding: 8px;
}
li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
float: right;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
background: none;
border: none;
line-height: 1em;
margin: 8px 0;
padding: 0;
text-transform: none;
}
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
float: left;
text-align: center;
width: 115px;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
border-radius:50%;
border: none;
max-width: 80px;
padding: 0;
margin: 12px auto 10px auto;
float: none;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
margin: 0 12px;
word-break: break-word;
display: inline-block;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: left;
display: block;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: italic;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
float: left;
margin: 0;
padding: 0;
width: 120px;
}
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
margin-left: 140px;
padding: 0;
text-align: left;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
margin-bottom: 0;
overflow: hidden;
padding: 8px;
}
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
border-top: 1px solid #ddd;
clear: both;
}
span.bbp-author-ip {
font-weight: bold;
color: #aaa;
} #bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
margin-left: 130px;
padding: 12px 12px 12px 0;
text-align: left;
} #bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
clear: both;
content: ".";
display: block;
float: none;
height: 0;
font-size: 0;
visibility: hidden;
}
#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
background: none;
border: none;
display: inline;
font-weight: normal;
margin: 0;
padding: 0;
}
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
clear: none;
line-height: 1em;
margin: 24px 0;
padding: 0;
}
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
max-width: 100%;
}
#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
margin: 0 15px 15px;
padding: 0;
}
#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
list-style-type: disc;
}
#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
list-style-type: decimal;
}
#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
list-style-type: lower-alpha;
}
#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
list-style-type: upper-roman;
}
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
display: inline-block;
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 0 5px;
max-width: 95%;
vertical-align: middle;
margin-top: -3px;
}
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
display: block;
line-height: 18px;
margin: 0 0 24px;
padding: 5px 10px;
white-space: pre;
overflow: auto;
}
#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
display: block;
border: none;
padding: 0;
margin: 0;
background-color: transparent;
overflow-wrap: normal;
overflow: auto;
max-width: 100%;
} #bbpress-forums div.bbp-reply-to {
margin-left: 130px;
padding: 12px 12px 12px 0;
text-align: right;
}
#bbpress-forums div#bbp-cancel-reply-to {
text-align: right;
} div.bbp-breadcrumb {
float: none;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
margin-bottom: 10px
}
#bbpress-forums div.bbp-topic-tags {
float: right;
}
#bbp-topic-hot-tags {
clear: both;
} #bbpress-forums #bbp-search-form {
clear: left;
}
#bbpress-forums #bbp-search-form .hidden {
height: 0;
width: 0;
overflow: hidden;
position: absolute;
background: none;
left: -999em;
}
#bbpress-forums #bbp-search-form #bbp_search {
display: inline-block;
width: auto;
} span.bbp-admin-links {
float: right;
color: #ddd;
}
span.bbp-admin-links a {
color: #bbb;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
}
fieldset span.bbp-admin-links {
float: left;
}
tr td span.bbp-admin-links a:hover {
color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
width: 50%;
}
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
float: right;
margin-left: 10px;
color: #ccc;
} .bbp-row-actions #favorite-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: bold;
}
.bbp-row-actions #favorite-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb;
}
.bbp-row-actions #favorite-toggle span.is-favorite a {
color: #faa;
border: 1px solid #faa;
background-color: #fee;
}
.bbp-row-actions #favorite-toggle span.is-favorite a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd;
}
.bbp-row-actions #subscription-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: bold;
}
.bbp-row-actions #subscription-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a {
color: #faa;
border: 1px solid #faa;
background-color: #fee;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
margin: 5px 0 5px;
padding: 0;
word-wrap: break-word;
}
#bbpress-forums p.bbp-topic-meta span {
white-space: nowrap;
} .bbp-pagination-count {
float: left;
border: 1px solid transparent;
}
.bbp-pagination-links {
float: right;
list-style: none;
display: inline;
}
.bbp-pagination-links a,
.bbp-pagination-links span.current {
display: block;
float: left;
padding: 0px 5px;
margin-left: 5px;
border: 1px solid #efefef;
text-decoration: none;
}
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
background: #eee;
opacity: 0.8;
border: 1px solid #ddd;
}
.bbp-pagination-links span.dots {
display: block;
float: left;
padding: 1px 4px;
margin-left: 5px;
}
.bbp-pagination {
float: left;
width: 100%;
margin-bottom: 15px;
}
.bbp-topic-pagination {
display: inline-block;
margin-left: 5px;
margin-bottom: 2px;
}
.bbp-topic-pagination a {
line-height: 10px;
padding: 1px 3px;
border: 1px solid #ddd;
text-decoration: none;
} #bbpress-forums fieldset.bbp-form {
clear: left;
}
#bbpress-forums fieldset.bbp-form {
border: 1px solid #eee;
padding: 10px 20px;
margin-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form legend {
padding: 5px;
}
#bbpress-forums fieldset.bbp-form label {
margin: 0;
display: inline-block;
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
width: 100px;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
margin: 0 0 8px;
}
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
width: 97%;
box-sizing: border-box;
}
textarea#bbp_forum_content {
height: 210px;
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
width: 200px;
float: right;
clear: none;
margin-left: 25px;
} #bbpress-forums fieldset select#bbp_forum_id {
max-width: 200px;
}
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
margin-right: 0;
padding: 10px;
border: 1px solid #ddd;
line-height: 0;
background-color: #efefef;
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
background-color: #f0fff8;
border: 1px solid #CEEFE1;
display: block;
padding: 8px;
margin-top: 5px;
width: 369px;
}
#merge_tag,
#delete_tag {
display: inline;
}
div.bbp-submit-wrapper {
margin-top: 15px;
clear: both;
}
p.form-allowed-tags {
max-width: 100%;
} #bbpress-forums div.bbp-the-content-wrapper {
margin-bottom: 10px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
width: 100%;
margin: 0;
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
border: none;
padding: 0;
margin: 0;
width: auto;
line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper input {
padding: 5px;
margin: 0 2px 0 0;
line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
padding: 5px;
min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
padding: 4px 4px 8px;
}
#bbpress-forums div.wp-editor-container {
margin: 0;
padding: 0;
line-height: 0;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
line-height: 16px;
} #bbpress-forums #bbp-your-profile fieldset {
padding: 20px 20px 0 20px;
}
#bbpress-forums #bbp-your-profile fieldset div {
margin-bottom: 20px;
float: left;
width: 100%;
clear: left;
}
#bbpress-forums #bbp-your-profile fieldset select {
margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
margin-bottom: 0;
width: 60%;
background: #f9f9f9;
border: 1px solid #ddd;
box-shadow: none;
padding: 5px 8px;
border-radius: 0;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
outline-color: rgba(240,255,240,0.1);
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
width: auto;
}
#bbpress-forums #bbp-your-profile fieldset legend {
display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
float: left;
width: 20%;
padding: 5px 20px 5px 0;
text-align: right;
cursor: pointer;
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
text-align: left;
width: 60%;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
margin: 5px 0 0 20%;
font-style: italic;
float: left;
clear: left;
width: 60%;
padding: 5px 8px;
border: #cee1ef 1px solid;
background-color: #f0f8ff;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
margin: 0;
border: none;
padding: 0;
clear: none;
float: none;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
width: 60%;
display: inline;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
margin: 0;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
margin-left: 0;
margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
float: right;
} div.bbp-template-notice,
div.indicator-hint {
padding: 10px;
margin: 5px 0 15px;
border-radius: 3px;
clear: both;
}
div.bbp-template-notice a {
text-decoration: none;
}
div.bbp-template-notice.important {
border: #e6db55 1px solid;
background-color: #fffbcc;
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
background-color: #ffebe8;
border-color: #c00;
}
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
color: #c00;
}
div.bbp-template-notice p {
margin: 0.5em 0 6px 0 !important;
padding: 2px;
line-height: 140%;
} .bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
background-color: #ffffe0 !important;
} #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
border-top: 1px dotted #ddd;
width: 100%;
margin: 0;
padding: 8px 0 0 0;
color: #aaa;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
list-style-type: none;
} .bbp-login-form fieldset legend {
display: none;
}
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
padding: 5px;
}
.bbp-login-form label {
width: 140px;
display: inline-block;
}
#sidebar .bbp-login-form label {
width: 70px;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
margin-top: 10px;
}
.bbp-login-form .bbp-remember-me {
}
.bbp-login-form .bbp-submit-wrapper {
text-align: right;
}
.bbp-login-form .bbp-login-links {
}
.bbp-login-form .bbp-login-links a {
float: left;
clear: left;
}
.bbp-logged-in img.avatar {
float: left;
margin: 0 15px 0 0;
}
.bbp-logged-in h4 {
font-weight: bold;
clear: none;
margin-bottom: 10px;
} #bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
float: none;
margin-bottom: -7px;
border: 3px double #ddd;
}
fieldset div.avatar {
float: right;
} .activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
border-left: 2px solid #eaeaea;
margin-left: 5px;
padding-left: 10px;
} #bbpress-forums h1 {
clear: none;
line-height: 1em;
padding-bottom: 10px;
}
#bbpress-forums #bbp-user-wrapper {
float: left;
width: 100%;
}
#bbpress-forums .bbp-user-section {
overflow: auto;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
margin: 0;
padding-bottom: 10px;
padding-top: 0;
clear: none;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
clear: none;
}
#bbpress-forums #bbp-single-user-details {
margin: 0;
width: 150px;
float: left;
overflow: hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
margin: 0;
width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
border: none;
height: 150px;
padding: 0;
margin: 0 0 20px 0;
width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
float: none;
margin-left: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
float: none;
margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
padding: 5px 8px;
display: block;
border: 1px solid transparent;
text-decoration: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
background: #eee;
opacity: 0.8;
}
#bbpress-forums #bbp-user-body {
margin-left: 180px;
}
body.my-account #bbpress-forums {
border-top: none;
padding-top: 0;
margin-bottom: 0;
} #bbpress-forums dl.bbp-user-capabilities {
display: inline-block;
vertical-align: top;
}
#bbpress-forums dl.bbp-user-capabilities dt {
margin: 0 0 10px;
text-transform: capitalize;
}
#bbpress-forums dl.bbp-user-capabilities dd {
margin: 0;
padding: 0;
} #bbpress-forums div.row-actions {
visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
visibility: visible;
}  @media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px) {
#bbpress-forums div.bbp-topic-tags {
clear: left;
float: left;
}
div.bbp-search-form input,
div.bbp-search-form button {
padding: 2px;
}
li.bbp-forum-info,
li.bbp-topic-title {
width: 45%;
}
li.bbp-forum-topic-count,
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
width: 15%;
}
span.bbp-reply-post-date {
float: left;
}
span.bbp-admin-links {
clear: left;
float: left;
}
#bbpress-forums .bbp-forums-list li {
display: block;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: -15px 10px 10px;
min-height: 100px;
padding-left: 80px;
position: relative;
text-align: left;
width: 100%;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: none;
display: inline-block;
margin-left: 0;
word-wrap: break-word;
}
#bbpress-forums div.bbp-reply-author img.avatar {
position: absolute;
top: 15px;
left: 0;
width: 60px;
height: auto;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: normal;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
clear: both;
margin: 10px;
padding: 0;
}
#bbpress-forums div.bbp-reply-content p {
margin-bottom: 1em;
}
div.bbp-submit-wrapper {
float: left;
}
#bbpress-forums fieldset.bbp-form {
padding: 0 10px 10px;
}
#bbpress-forums #bbp-user-body {
clear: both;
margin-left: 0;
word-wrap: break-word;
}
} @media only screen and (max-width: 320px) {
#bbpress-forums div.bbp-search-form {
margin-bottom: 10px;
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-body li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title,
#bbpress-forums li.bbp-body li.bbp-topic-title {
width: 100%;
}
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title {
text-align: center;
text-transform: uppercase;
}
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
width: 20%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
width: 58%;
}
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
margin-top: 7px;
}
#bbpress-forums li.bbp-header div.bbp-reply-author {
text-align: left;
width: 25%;
}
#bbpress-forums li.bbp-header div.bbp-reply-content {
margin-left: 25%;
}
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
width: 14px;
height: auto;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
padding: 1px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
width: 20px;
height: 20px;
}
#bbpress-forums div.wp-editor-container {
width: 100%;
overflow: auto;
}
#bbpress-forums input#bbp_topic_title,
#bbpress-forums input#bbp_topic_tags {
width: 95%;
}
} @media only screen and (max-width: 240px) {
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
#bbpress-forums li.bbp-footer div.bbp-reply-author,
#bbpress-forums li.bbp-footer div.bbp-reply-content {
width: 45%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness,
#bbpress-forums li.bbp-header div.bbp-reply-author,
#bbpress-forums li.bbp-header div.bbp-reply-content {
clear: both;
width: 100%;
}
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness {
text-align: center;
}
#bbpress-forums li.bbp-body li.bbp-topic-freshness,
#bbpress-forums li.bbp-header div.bbp-reply-content {
margin-left: 0;
text-align: left;
}
#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
display: inline-block;
}
#bbpress-forums li.bbp-header {
overflow: hidden;
}
#bbpress-forums li.bbp-footer div.bbp-reply-content {
display: inline-block;
margin-left: 0;
}
#bbpress-forums li.bbp-body div.bbp-reply-author {
min-height: 60px;
padding-left: 60px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
width: 40px;
height: auto;
}
}@font-face{font-family:'FontAwesome';src:url(//baysidesuperior.org/wp/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//baysidesuperior.org/wp/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//baysidesuperior.org/wp/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//baysidesuperior.org/wp/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//baysidesuperior.org/wp/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//baysidesuperior.org/wp/wp-content/plugins/popup-anything-on-click/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.custombox-content,.custombox-overlay{position:fixed;overflow:hidden;top:0;width:100%;height:100%}.custombox-overlay{z-index:9997;opacity:0;transition-delay:0s;transition-timing-function:linear;transition-property:opacity}.custombox-content{z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:stretch;align-content:stretch}.custombox-lock{overflow:hidden}.custombox-reference{display:none}.custombox-content{overflow-y:auto}.custombox-content>*{max-width:100%;max-height:95%}.custombox-fullscreen.custombox-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch}.custombox-fullscreen.custombox-content>*{width:100%;max-height:100%}.custombox-y-top{-ms-flex-align:baseline;align-items:baseline}.custombox-x-left{-ms-flex-align:start;align-items:flex-start}.custombox-y-center{-ms-flex-align:center;align-items:center}.custombox-y-bottom{-ms-flex-align:end;align-items:flex-end}.custombox-x-center{-ms-flex-pack:center;justify-content:center}.custombox-x-right{-ms-flex-pack:end;justify-content:flex-end}.custombox-perspective,.custombox-perspective body{perspective:600px;height:100%;overflow:hidden}.custombox-perspective .custombox-container{overflow:hidden;height:100%}@keyframes paoc-fadeIn{from{transform:scale(.7);transition-property:all}to{transform:scale(1);opacity:1}}@keyframes fadeOut{from{transform:scale(1);opacity:1}to{transform:scale(.7);transition-property:all}}.custombox-fadein.custombox-content{opacity:0}.custombox-fadein.custombox-content.custombox-open{animation-name:paoc-fadeIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-fadein.custombox-content.custombox-close{animation-name:fadeOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slideInTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideOutTop{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slideInBottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutBottom{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slideInLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutRight{from{transform:translateX(0)}to{transform:translateX(100%)}}.custombox-contentscale.custombox-content,.custombox-letmein.custombox-content,.custombox-makeway.custombox-content,.custombox-push.custombox-content,.custombox-slide.custombox-content,.custombox-slip.custombox-content{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-contentscale.custombox-content.custombox-open.custombox-top,.custombox-letmein.custombox-content.custombox-open.custombox-top,.custombox-makeway.custombox-content.custombox-open.custombox-top,.custombox-push.custombox-content.custombox-open.custombox-top,.custombox-slide.custombox-content.custombox-open.custombox-top,.custombox-slip.custombox-content.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-bottom,.custombox-letmein.custombox-content.custombox-open.custombox-bottom,.custombox-makeway.custombox-content.custombox-open.custombox-bottom,.custombox-push.custombox-content.custombox-open.custombox-bottom,.custombox-slide.custombox-content.custombox-open.custombox-bottom,.custombox-slip.custombox-content.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-left,.custombox-letmein.custombox-content.custombox-open.custombox-left,.custombox-makeway.custombox-content.custombox-open.custombox-left,.custombox-push.custombox-content.custombox-open.custombox-left,.custombox-slide.custombox-content.custombox-open.custombox-left,.custombox-slip.custombox-content.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-right,.custombox-letmein.custombox-content.custombox-open.custombox-right,.custombox-makeway.custombox-content.custombox-open.custombox-right,.custombox-push.custombox-content.custombox-open.custombox-right,.custombox-slide.custombox-content.custombox-open.custombox-right,.custombox-slip.custombox-content.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-top,.custombox-letmein.custombox-content.custombox-close.custombox-top,.custombox-makeway.custombox-content.custombox-close.custombox-top,.custombox-push.custombox-content.custombox-close.custombox-top,.custombox-slide.custombox-content.custombox-close.custombox-top,.custombox-slip.custombox-content.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-bottom,.custombox-letmein.custombox-content.custombox-close.custombox-bottom,.custombox-makeway.custombox-content.custombox-close.custombox-bottom,.custombox-push.custombox-content.custombox-close.custombox-bottom,.custombox-slide.custombox-content.custombox-close.custombox-bottom,.custombox-slip.custombox-content.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-left,.custombox-letmein.custombox-content.custombox-close.custombox-left,.custombox-makeway.custombox-content.custombox-close.custombox-left,.custombox-push.custombox-content.custombox-close.custombox-left,.custombox-slide.custombox-content.custombox-close.custombox-left,.custombox-slip.custombox-content.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-right,.custombox-letmein.custombox-content.custombox-close.custombox-right,.custombox-makeway.custombox-content.custombox-close.custombox-right,.custombox-push.custombox-content.custombox-close.custombox-right,.custombox-slide.custombox-content.custombox-close.custombox-right,.custombox-slip.custombox-content.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes newspaperIn{from{transform:scale(0) rotate(720deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes newspaperOut{from{transform:scale(1) rotate(0);opacity:1}to{transform:scale(0) rotate(720deg);opacity:0}}.custombox-newspaper.custombox-content{opacity:0}.custombox-newspaper.custombox-content.custombox-open{animation-name:newspaperIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-newspaper.custombox-content.custombox-close{animation-name:newspaperOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes fallIn{from{transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}to{transition-timing-function:ease-in;transition-property:all;transform:translateZ(0) rotateX(0);opacity:1}}@keyframes fallOut{from{transition-timing-function:ease-in;transition-property:all;transform:translateZ(0) rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}}.custombox-fall.custombox-content{opacity:0}.custombox-fall.custombox-content.custombox-open{animation-name:fallIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-fall.custombox-content.custombox-close{animation-name:fallOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes sidefallIn{from{transform-style:preserve-3d;transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}to{transition-timing-function:ease-in;transition-property:all;transform:translate(0) translateZ(0) rotate(0);opacity:1}}@keyframes sidefallOut{from{transition-timing-function:ease-in;transition-property:all;transform:translate(0) translateZ(0) rotate(0);opacity:1}to{transform-style:preserve-3d;transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}}.custombox-sidefall.custombox-content{opacity:0}.custombox-sidefall.custombox-content.custombox-open{animation-name:sidefallIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-sidefall.custombox-content.custombox-close{animation-name:sidefallOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes blurInTop{from{transform:translateY(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutTop{from{transform:translateY(0);opacity:1}to{transform:translateY(-5%);opacity:0}}@keyframes blurInBottom{from{transform:translateY(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutBottom{from{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}@keyframes blurInRight{from{transform:translateX(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutRight{from{transform:translateY(0);opacity:1}to{transform:translateX(5%);opacity:0}}@keyframes blurInLeft{from{transform:translateX(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutLeft{from{transform:translateY(0);opacity:1}to{transform:translateX(-5%);opacity:0}}@keyframes blurInContainer{from{filter:blur(0)}to{filter:blur(3px)}}@keyframes blurOutContainer{from{filter:blur(3px)}to{filter:blur(0)}}.custombox-blur.custombox-content{opacity:0}.custombox-blur.custombox-content.custombox-open.custombox-top{animation-name:blurInTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-bottom{animation-name:blurInBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-left{animation-name:blurInLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-right{animation-name:blurInRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-top{animation-name:blurOutTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-bottom{animation-name:blurOutBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-right{animation-name:blurOutRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-left{animation-name:blurOutLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-container{animation-name:blurOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-container.custombox-open{animation-name:blurInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes flipInTop{from{transform-style:preserve-3d;transform:rotateX(-70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutTop{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(-70deg)}}@keyframes flipInBottom{from{transform-style:preserve-3d;transform:rotateX(70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutBottom{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(70deg)}}@keyframes flipInRight{from{transform-style:preserve-3d;transform:rotateY(70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutRight{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateY(70deg)}}@keyframes flipInLeft{from{transform-style:preserve-3d;transform:rotateY(-70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutLeft{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateY(-70deg)}}.custombox-flip.custombox-content{opacity:0}.custombox-flip.custombox-content.custombox-open.custombox-top{animation-name:flipInTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-bottom{animation-name:flipInBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-right{animation-name:flipInRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-left{animation-name:flipInLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-top{animation-name:flipOutTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-bottom{animation-name:flipOutBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-right{animation-name:flipOutRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-left{animation-name:flipOutLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes signIn{from{transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;transition-property:all}to{transform:rotateX(0);opacity:1}}@keyframes signOut{from{transform:rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;transition-property:all}}.custombox-sign{perspective:1300px}.custombox-sign.custombox-content{opacity:0}.custombox-sign.custombox-content.custombox-open{animation-name:signIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-sign.custombox-content.custombox-close{animation-name:signOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes superscaledIn{from{transform:scale(2)}to{transform:scale(1);opacity:1}}@keyframes superscaledOut{from{transform:scale(1);opacity:1}to{transform:scale(2)}}.custombox-superscaled.custombox-content{opacity:0}.custombox-superscaled.custombox-content.custombox-open{animation-name:superscaledIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-superscaled.custombox-content.custombox-close{animation-name:superscaledOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slitIn{0%{transform:translateZ(-3000px) rotateY(90deg)}50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-out}100%{transform:translateZ(0) rotateY(0);opacity:1}}@keyframes slitOut{0%{transform:translateZ(0) rotateY(0);opacity:1}50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-out}100%{transform:translateZ(-3000px) rotateY(90deg)}}.custombox-slit.custombox-content{opacity:0;transform-style:preserve-3d}.custombox-slit.custombox-content.custombox-open{animation-name:slitIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slit.custombox-content.custombox-close{animation-name:slitOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes rotateIn{from{transform-style:preserve-3d;transform:translateY(0) rotateX(90deg);transform-origin:0 100%;opacity:0;transition-timing-function:ease-out;transition-property:all}to{transform:translateY(0) rotateX(0);opacity:1}}@keyframes rotateOut{from{transform:translateY(0) rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:translateY(0) rotateX(90deg);transform-origin:0 100%;opacity:0;transition-timing-function:ease-out;transition-property:all}}.custombox-rotate{perspective:2300px}.custombox-rotate.custombox-content{-ms-transform:translateY(-100%);transform:translateY(-100%)}.custombox-rotate.custombox-content.custombox-open{animation-name:rotateIn;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-rotate.custombox-content.custombox-close{animation-name:rotateOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes letmeinBottomOverlay{to{transform:rotateX(-2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutBottomOverlay{from{transform:rotateX(-2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinLeftOverlay{to{transform:rotateY(-2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutLeftOverlay{from{transform:rotateY(-2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinRightOverlay{to{transform:rotateY(2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutRightOverlay{from{transform:rotateY(2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinTopOverlay{to{transform:rotateX(2deg);transform-origin:0 50%;transform-style:preserve-3d}}@keyframes letmeinOutTopOverlay{from{transform:rotateX(2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}.custombox-letmein.custombox-overlay.custombox-open.custombox-top{animation-name:letmeinTopOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom{animation-name:letmeinBottomOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-left{animation-name:letmeinLeftOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-right{animation-name:letmeinRightOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-top{animation-name:letmeinOutTopOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom{animation-name:letmeinOutBottomOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-left{animation-name:letmeinOutLeftOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-right{animation-name:letmeinOutRightOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes makewayInContainer{50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{transform:translateZ(-200px)}}@keyframes makewayOutContainer{0%{transform:translateZ(-200px)}50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{opacity:0}}@keyframes makewayInTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes makewayOutTop{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes makewayInBottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes makewayOutBottom{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes makewayInLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes makewayOutLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes makewayInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes makewayOutRight{from{transform:translateX(0)}to{transform:translateX(100%)}}.custombox-makeway.custombox-overlay{transform-style:preserve-3d;-ms-transform-origin:0 50%;transform-origin:0 50%}.custombox-makeway.custombox-overlay.custombox-open{animation-name:makewayInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-overlay.custombox-close{animation-name:makewayOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-container{transform-style:preserve-3d;-ms-transform-origin:0 50%;transform-origin:0 50%}.custombox-makeway.custombox-container.custombox-open{animation-name:makewayInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-container.custombox-close{animation-name:makewayOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slipTopOverlay{50%{transform:rotateX(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutTopOverlay{50%{transform:rotateX(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipRightOverlay{50%{transform:rotateY(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutRightOverlay{50%{transform:rotateY(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipBottomOverlay{50%{transform:rotateX(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutBottomOverlay{50%{transform:rotateX(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipLeftOverlay{50%{transform:rotateY(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutLeftOverlay{50%{transform:rotateY(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}.custombox-slip.custombox-overlay.custombox-open.custombox-top{animation-name:slipTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-bottom{animation-name:slipBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-left{animation-name:slipLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-right{animation-name:slipRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-top{animation-name:slipOutTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-bottom{animation-name:slipOutBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-left{animation-name:slipOutLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-right{animation-name:slipOutRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-top{animation-name:slipTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-bottom{animation-name:slipBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-left{animation-name:slipLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-right{animation-name:slipRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-top{animation-name:slipOutTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-bottom{animation-name:slipOutBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-left{animation-name:slipOutLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-right{animation-name:slipOutRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes cornerInOverlay{from{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility}to{transform:translateY(0);transition-property:opacity,transform}}@keyframes cornerOutOverlay{from{transform:translateY(0);transition-property:opacity,transform}to{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility;opacity:0}}@keyframes cornerInContent{from{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility}to{transform:translateY(0);transition-property:opacity,transform;opacity:1}}@keyframes cornerOutContent{from{transform:translateY(0);transition-property:opacity,transform;opacity:1}to{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility;opacity:0}}.custombox-corner.custombox-overlay.custombox-open{animation-name:cornerInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-overlay.custombox-close{animation-name:cornerOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-content.custombox-open{animation-name:cornerInContent;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-content.custombox-close{animation-name:cornerOutContent;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content,.custombox-slidetogether.custombox-overlay{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-slidetogether.custombox-content.custombox-open.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes scaleInOverlay{from{transform:scale(.9);transition:transform;opacity:0}to{transform:scale(1);transition:transform}}@keyframes scaleOutOverlay{from{transform:scale(1);transition:transform}to{transform:scale(.9);transition:transform;opacity:0;opacity:0}}.custombox-scale.custombox-overlay.custombox-open{animation-name:scaleInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-overlay.custombox-close{animation-name:scaleOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-content.custombox-open{animation-name:scaleInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-content.custombox-close{animation-name:scaleOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes doorInOverlay{from{position:fixed;bottom:0;left:50%;right:50%;width:0}to{width:100%;left:0;right:0;transition-property:width}}@keyframes doorOutOverlay{from{width:100%;left:0;right:0;transition-property:width}to{position:fixed;bottom:0;left:50%;right:50%;width:0}}.custombox-door.custombox-overlay.custombox-open{animation-name:doorInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-overlay.custombox-close{animation-name:doorOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-content.custombox-open{animation-name:doorInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-content.custombox-close{animation-name:doorOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes pushInLeftOverlay{from{transform:translateX(-100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutLeftOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateX(-100%)}}@keyframes pushInRightOverlay{from{transform:translateX(100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutRightOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateX(100%)}}@keyframes pushInTopOverlay{from{transform:translateY(-100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutTopOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(-100%)}}@keyframes pushInBottomOverlay{from{transform:translateY(100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutBottomOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(100%)}}@keyframes pushOutTopOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(-100%)}}@keyframes pushInLeftContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateX(100%)}}@keyframes pushOutLeftContainer{from{transform:translateX(100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInRightContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateX(-100%)}}@keyframes pushOutRightContainer{from{transform:translateX(-100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInTopContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateY(100%)}}@keyframes pushOutTopContainer{from{transform:translateY(100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInBottomContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateY(-100%)}}@keyframes pushOutBottomContainer{from{transform:translateY(-100%)}to{overflow-x:hidden;transition-property:transform}}.custombox-push.custombox-overlay{transition-property:transform}.custombox-push.custombox-overlay.custombox-open.custombox-top{animation-name:pushInTopOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-bottom{animation-name:pushInBottomOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-left{animation-name:pushInLeftOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-right{animation-name:pushInRightOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-top{animation-name:pushOutTopOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-bottom{animation-name:pushOutBottomOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-left{animation-name:pushOutLeftOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-right{animation-name:pushOutRightOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-top{animation-name:pushInTopContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-bottom{animation-name:pushInBottomContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-left{animation-name:pushInLeftContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-right{animation-name:pushInRightContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-top{animation-name:pushOutTopContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-bottom{animation-name:pushOutBottomContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-left{animation-name:pushOutLeftContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-right{animation-name:pushOutRightContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes contentscaleInContainer{from{transition:transform}to{transform:scale(.8)}}@keyframes contentscaleOutContainer{from{transform:scale(.8)}to{transition:transform}}.custombox-contentscale.custombox-overlay{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-contentscale.custombox-overlay.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-container.custombox-open{animation-name:contentscaleInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-container.custombox-close{animation-name:contentscaleOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes swellOpen{0%{opacity:0;transform:translate3d(calc(-100vw - 50%),0,0)}50%{opacity:1;transform:translate3d(100px,0,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes swellClose{0%{opacity:1;transform:translate3d(0,0,0)}50%{opacity:1;transform:translate3d(-100px,0,0) scale3d(1.1,1.1,1)}100%{opacity:0;transform:translate3d(calc(100vw + 50%),0,0)}}.custombox-swell.custombox-content{opacity:0}.custombox-swell.custombox-content.custombox-open{animation-name:swellOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-swell.custombox-content.custombox-close{animation-name:swellClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes rotatedownOpen{0%{opacity:0;transform:rotate3d(0,0,1,-45deg)}100%{opacity:1;transform:rotate3d(0,0,1,0deg)}}@keyframes rotatedownClose{0%{opacity:1}100%{opacity:0;transform:rotate3d(0,0,1,45deg)}}@keyframes rotatedownElem{0%{opacity:0;transform:translate3d(0,-150px,0) rotate3d(0,0,1,-20deg)}100%{opacity:1;transform:translate3d(0,0,0) rotate3d(0,0,1,0deg)}}.custombox-rotatedown.custombox-content{opacity:0;animation-timing-function:cubic-bezier(.7,0,.3,1);-ms-transform-origin:-150% 50%;transform-origin:-150% 50%}.custombox-rotatedown.custombox-content.custombox-open{animation-name:rotatedownOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-rotatedown.custombox-content.custombox-close{animation-name:rotatedownClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes flashOpen{0%{opacity:0;transform:translate3d(-400px,0,0) scale3d(1.4,0,1)}100%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}}@keyframes flashClose{0%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}20%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}100%{opacity:0;transform:translate3d(-400px,0,0) scale3d(1.4,0,1)}}.custombox-flash.custombox-content{opacity:0;animation-timing-function:cubic-bezier(.7,0,.3,1)}.custombox-flash.custombox-content.custombox-open{animation-name:flashOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flash.custombox-content.custombox-close{animation-name:flashClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.custombox-loader{display:none;border-style:solid;border-width:5px;border-radius:50%;width:40px;height:40px;animation-name:spin;animation-timing-function:linear;animation-iteration-count:infinite;position:fixed;top:50%;left:50%;margin:-25px 0 0 -25px;z-index:9998} .paoc-clearfix:before, .paoc-clearfix:after{content: ""; display: table;}
.paoc-clearfix::after{clear: both;}
.paoc-clear{clear: both;}
.paoc-hide{display:none;}
.paoc-center{text-align: center;}
.paoc-left{text-align: left;}
.paoc-padding-20{padding: 20px;}
.paoc-padding-30{padding: 30px;}
.paoc-lr-padding{padding-left: 15px; padding-right: 15px;}
.paoc-wrap,
.paoc-wrap *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none;}
.paoc-cb-popup-body{display: none; background-color: #FFF; max-width: 800px; width: 100%; position: relative; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); line-height: normal;}
.paoc-popup-overlay.custombox-open.custombox-overlay{opacity: 1; z-index: 100000;}
.custombox-open.custombox-content{z-index: 100002;}
.custombox-content>*{max-height: inherit !important;}
.paoc-popup iframe{width: 100%;}
.paoc-popup img{max-width: 100%; height: auto;}
.paoc-iframe-wrap{position: relative; overflow: hidden; padding-top: 56.25%;}
.paoc-iframe-wrap iframe{position: absolute; left: 0; top: 0; border: 0; height: 100%;}
.paoc-image-popup{ padding: 10px 0; }
.paoc-popup-inr-wrap{position: relative;}
.paoc-popup-inr{width: 100%; color: #333; -ms-flex-preferred-size: 100%; flex-basis: 100%;}
.paoc-popup-mheading{font-size: 26px; color: #000000; line-height:normal; font-weight: 700;}
.paoc-popup-sheading{font-size: 20px; color: #333333; line-height:normal; font-weight: 500;}
.paoc-popup-content,
.paoc-secondary-con,
.paoc-popup-content p,
.paoc-secondary-con p{color: #444444;}
.paoc-cus-close-txt{font-size: 12px; text-decoration: underline;}
.paoc-cus-close-txt span{cursor: pointer;}
.paoc-popup-snote{font-size: 12px;}
.paoc-popup-margin{margin-bottom: 15px;}
.paoc-popup .paoc-popup-margin:last-child{margin-bottom: 0;}
.paoc-cb-popup.custombox-content{overflow-y: hidden;}
.paoc-cb-popup-complete.custombox-content{overflow-y: auto;}
.paoc-cb-popup-body .paoc-popup-content p,
.paoc-cb-popup-body .paoc-secondary-con p{margin-bottom: 15px;}
.paoc-cb-popup-body .paoc-popup-content p:last-child,
.paoc-cb-popup-body .paoc-secondary-con p:last-child{margin-bottom: 0;}
.paoc-close-popup{position: absolute; top: -10px; right: -10px; width: 35px; height: 35px; font-size: 0; cursor: pointer; text-decoration: none; text-align: center; line-height: 29px; fill: #fff; border-radius: 50px; background-color: rgb(0, 0, 0); border: 3px solid #fff; outline: none !important;}
.paoc-close-popup svg{display: inline-block; vertical-align: middle; height: 19px; width: 19px;}
.paoc-close-popup:hover{background-color: #000000;}
.paoc-popup textarea{resize: vertical;} body.custombox-lock{height: auto;}
.custombox-overlay:empty{display: block;}
.pac-container{z-index: 100003;}
.paoc-popup .nf-form-cont{text-align: left;}
.paoc-popup .nf-form-hp{display: none;}
.flatpickr-calendar.open,
body div#ui-datepicker-div[style]{z-index: 999999 !important;} .paoc-popup-btn{display: inline-block; padding: 8px 20px; text-align:center; background:#e91e63; color:#fff; border-radius: 3px;}
.paoc-popup-btn:hover,
.paoc-popup-btn:focus,
.paoc-popup-btn:active{background:#555; color:#fff;}
.popupaoc-black{background-color: #252525;}
.popupaoc-black:hover, .popupaoc-black:focus{background-color: #000;}
a.popupaoc-black{color: #fff  !important;}
.popupaoc-white{background-color: #fff;}
.popupaoc-white:hover, .popupaoc-white:focus{background-color: #f1f1f1;}
a.popupaoc-white{color: #8799a3  !important;}
.popupaoc-grey{background-color: #8799a3;}
.popupaoc-grey:hover, .popupaoc-gray:focus{background-color: #73848d;}
a.popupaoc-grey{color: #fff  !important;}
.popupaoc-azure{background-color: #0081ff;}
.popupaoc-azure:hover, .popupaoc-azure:focus{background-color: #0374e3;}
a.popupaoc-azure{color: #fff  !important;}
.popupaoc-moderate-green{background-color: #8dc63f;}
.popupaoc-moderate-green:hover, .popupaoc-moderate-green:focus{background-color: #78b623;}
a.popupaoc-moderate-green{color: #fff  !important;}
.popupaoc-soft-red{background-color: #f04e4e;}
.popupaoc-soft-red:hover, .popupaoc-soft-red:focus{background-color: #dd3131;}
a.popupaoc-soft-red{color: #fff  !important;}
.popupaoc-red{background-color: #fe0000;}
.popupaoc-red:hover, .popupaoc-red:focus{background-color: #df0303;}
a.popupaoc-red{color: #fff  !important;}
.popupaoc-green{background-color: #39b54a;}
.popupaoc-green:hover, .popupaoc-green:focus{background-color: #23a535;}
a.popupaoc-green{color: #fff  !important;}
.popupaoc-bright-yellow{background-color: #fefb30;}
.popupaoc-bright-yellow:hover, .popupaoc-bright-yellow:focus{background-color: #e2df22;}
a.popupaoc-bright-yellow{color: #000  !important;}
.popupaoc-cyan{background-color: #1cbbb4;}
.popupaoc-cyan:hover, .popupaoc-cyan:focus{background-color: #10a19b;}
a.popupaoc-cyan{color: #fff  !important;}
.popupaoc-orange{background-color: #ff9700;}
.popupaoc-orange:hover, .popupaoc-orange:focus{background-color: #e68903;}
a.popupaoc-orange{color: #fff  !important;}
.popupaoc-moderate-violet{background-color: #6739b6;}
.popupaoc-moderate-violet:hover, .popupaoc-moderate-violet:focus{background-color: #5e2eb0;}
a.popupaoc-moderate-violet{color: #fff  !important;}
.popupaoc-dark-magenta{background-color: #9c26b0;}
.popupaoc-dark-magenta:hover, .popupaoc-dark-magenta:focus{background-color: #911ea5;}
a.popupaoc-dark-magenta{color: #fff  !important;}
.popupaoc-moderate-blue{background-color: #5674b9;}
.popupaoc-moderate-blue:hover, .popupaoc-moderate-blue:focus{background-color: #435f9f;}
a.popupaoc-moderate-blue{color: #fff  !important;}
.popupaoc-blue{background-color: #00f;}
.popupaoc-blue:hover, .popupaoc-blue:focus{background-color: #0101e1;}
a.popupaoc-blue{color: #fff  !important;}
.popupaoc-magenta{background-color: #f0f;}
.popupaoc-magenta:hover, .popupaoc-magenta:focus{background-color: #e201e2;}
a.popupaoc-magenta{color: #fff  !important;}
.popupaoc-lime{background-color: #bfff00;}
.popupaoc-lime:hover, .popupaoc-lime:focus{background-color: #a8e003;}
a.popupaoc-lime{color: #000  !important;}
.popupaoc-pink{background-color: #ff0056;}
.popupaoc-pink:hover, .popupaoc-pink:focus{background-color: #dd044d;}
a.popupaoc-pink{color: #fff  !important;}
.popupaoc-vivid-yellow{background-color: #fecb16;}
.popupaoc-vivid-yellow:hover, .popupaoc-vivid-yellow:focus{background-color: #dfb10e;}
a.popupaoc-vivid-yellow{color: #000  !important;}
.popupaoc-lime-green{background-color: #7bcba7;}
.popupaoc-lime-green:hover, .popupaoc-lime-green:focus{background-color: #67ac8d;}
a.popupaoc-lime-green{color: #000  !important;}
.popupaoc-yellow{background-color: #e8ff00;}
.popupaoc-yellow:hover, .popupaoc-yellow:focus{background-color: #c7da05;}
a.popupaoc-yellow{color: #000  !important;} .paoc-credit-wrp{position: absolute; left: 0; right: 0; padding: 3px 0; line-height: 0; text-align: center;}
.paoc-credit-wrp .paoc-credit-inr-wrp{display: inline-block; padding: 3px 6px; background-color:  #fff; border-radius: 3px; box-shadow: 0 0 0px 2px #d5d5d5;}
.paoc-credit-wrp .paoc-credit-link{display: inline-block !important; color: #333 !important; outline: 0 !important; text-decoration: none !important; border: 0 !important; font-size: 13px !important;}
.paoc-credit-wrp .paoc-credit-link span{vertical-align: middle;}
.paoc-credit-wrp .paoc-credit-copyright-logo{display: inline-block; line-height: normal; margin-left: 3px;}
.paoc-credit-copyright-logo img{display: inline-block; vertical-align: middle; box-shadow: none; outline: none; padding: 0; margin: 0; border-radius: 0;}
.paoc-popup-fullscreen:not(.paoc-inline-popup) .paoc-credit-wrp{position: fixed; left: 5px; bottom: 0; right: unset;}  .paoc-popup-left-center .paoc-cb-popup-body{margin: auto 0;}
.paoc-popup-left-bottom .paoc-cb-popup-body{margin: auto 0 0 0;}
.paoc-popup-center-center .paoc-cb-popup-body{margin: auto;}
.paoc-popup-center-bottom .paoc-cb-popup-body{margin: auto auto 0;}
.paoc-popup-right-center .paoc-cb-popup-body{margin: auto 0;}
.paoc-popup-right-bottom .paoc-cb-popup-body{margin: auto 0 0 auto;}  .paoc-hide-overlay.custombox-content{max-width: 800px; width: 100%; max-height: 100vh; height: auto;}
.admin-bar .paoc-hide-overlay.paoc-cb-popup.custombox-content.custombox-y-top{top: 32px;}
.paoc-hide-overlay.paoc-cb-bar-popup{max-width: 100%;}
.paoc-hide-overlay .paoc-cb-popup-body{box-shadow: 0px 2px 1px 1px #ececec; margin: unset;}
.paoc-hide-overlay.paoc-cb-popup-complete.custombox-content{overflow-y: hidden;}
.paoc-hide-overlay.paoc-popup-left-center{bottom: 0; left: 0;}
.paoc-hide-overlay.paoc-popup-left-bottom{top: unset; bottom: 0; left: 0;}
.paoc-hide-overlay.paoc-popup-center-top{left: 0; right: 0; margin: 0 auto;}
.paoc-hide-overlay.paoc-popup-center-center{bottom: 0; left: 0; right: 0; margin: auto;}
.paoc-hide-overlay.paoc-popup-center-bottom{top: unset; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.paoc-hide-overlay.paoc-popup-right-top{right: 0;}
.paoc-hide-overlay.paoc-popup-right-center{right: 0; bottom: 0;}
.paoc-hide-overlay.paoc-popup-right-bottom{right: 0; bottom: 0; top: unset;}
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-left-center,
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-right-center{margin: auto 0; height: -webkit-max-content; height: -moz-max-content; height: max-content;}
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-center-center{height: -webkit-max-content; height: -moz-max-content; height: max-content;}
.paoc-hide-overlay .paoc-close-popup{top: 0; right: 0;}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-top,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-center{-webkit-transform: translateY(-120%);transform: translateY(-120%);}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-bottom{-webkit-transform: translateY(100%);transform: translateY(100%);}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-top,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-center,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-bottom{-webkit-transform: translateX(100%);transform: translateX(100%);}  .paoc-popup .paoc-popup-inr-wrap{max-height: inherit; overflow-y: auto;}  .custombox-fullscreen.paoc-cb-popup .paoc-cb-popup-body{height: 100%; overflow-y: auto;}
.custombox-fullscreen .paoc-popup-fullscreen .paoc-popup-inr-wrap{height: 100%;}
.paoc-popup-fullscreen.paoc-cb-popup-body{max-width: 100%;}
.paoc-popup-fullscreen .paoc-close-popup{top: 0; right: 0;}  .paoc-design-1 .paoc-popup-con-bg{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; overflow-y: auto;}
.paoc-design-1 .paoc-popup-inr{margin: auto;}
.paoc-popup-fullscreen.paoc-design-1 .paoc-popup-con-bg{height: 100%;}  @media only screen and (max-width: 640px) { .paoc-padding-30{padding: 30px 15px;}
} @media only screen and (max-width: 720px) {
.paoc-cb-popup-body,
.paoc-hide-overlay.custombox-content{width: 95%; max-width: 95% !important;}
.paoc-hide-overlay .paoc-cb-popup-body{width: 100%; max-width: 100% !important;}
}.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}