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

html{
  min-height:100%;
    position:relative;
    font-size:10px;
		    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
		margin:0px;
		padding:0px;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

p{
    margin:0 0 10px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img{
    display:block;
    width:100% \9;
    max-width:100%;
    height:auto;
}

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

a{
  color:#1aa8d3;
  text-decoration:none;
}

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

a:hover, a:focus{
  color:#12728f;
  text-decoration:underline;
}

a:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

figure{
  margin:0;
}

img{
  vertical-align:middle;
}

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

.img-thumbnail{
  padding:4px;
  line-height:1.42857143;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:4px;
  transition:all 0.2s ease-in-out;
  display:inline-block;
  width:100% \9;
  max-width:100%;
  height:auto;
}

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

hr{
  margin-top:20px;
  margin-bottom:20px;
  border:0;
  border-top:1px solid #eeeeee;
}

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

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

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

.caret{
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
}

b, strong{
    font-weight:bold;
}@font-face{
  font-family:'FontAwesome';
  src:url(../fonts/8b27bc96115c2d24350f0d09e6a9433f.eot);
  src:url(../fonts/8b27bc96115c2d24350f0d09e6a9433f.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2) format('woff2'), url(../fonts/3293616ec0c605c7c2db25829a0a509e.woff) format('woff'), url(../fonts/dcb26c7239d850266941e80370e207c1.ttf) format('truetype'), url(../fonts/0a799148a50bb02c6f380eabd8d97559.svg#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;
  transform:translate(0, 0);
}

.fa-lg{
  font-size:1.33333333em;
  line-height:0.75em;
  vertical-align:-15%;
}

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

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

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

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

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

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

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

.fa-li{
  position:absolute;
  left:-2.14285714em;
  width:2.14285714em;
  top:0.14285714em;
  text-align:center;
}

.fa-li.fa-lg{
  left:-1.85714286em;
}

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

.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{
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

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

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

.fa-flip-horizontal{
  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{
  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:#ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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: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-rebel:before{
  content:"\F1D0";
}

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

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

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

.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-genderless:before, .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-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-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";
}

body{
	font-family:"proxima-nova",Helvetica,Arial,sans-serif;
	background:white;
	font-size:16px;
	margin:0;
	line-height:1.4
}

@media (min-width: 770px){

  body{
    overflow-x:hidden;
  }
	}

hr{border-color:#ddd}

hr.double{
	box-shadow:0px -1px 0 #FFF;
}

.shadow{
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
}

.no-boxshadow  .shadow{
	border:1px solid #efefef;
}

.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

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

.img-container{
	overflow:hidden;
}

.img-container img{
  max-width:100%;
}

.entry-content img{
	max-width:100% !important;
	height:auto !important;
}

.entry-content li{
	margin-bottom:15px;
}

.img-container.circle{
	border-radius:50%;
	background-size:cover;
    background-position:center center;
}

.img-container.circle img{
  max-width:auto;
  min-width:100%;
  height:100%
}

.wp-caption{
	background-clip:padding-box;
	font-size:12px;
	font-weight:normal;
}

.wp-caption >a{
  display:block;
  overflow:hidden;
}

.wp-caption img{
  min-width:100%;
}

.wp-caption .wp-caption-text{
  margin-bottom:0;
  padding:10px;
  background:#e7e7e7;
}

h1{
	color:inherit;
	font-weight:600;
	margin-top:0;
	margin-bottom:20px;
	font-size:38px
}

@media (min-width: 770px){

  h1{
    font-size:48px;
  }
	}

h2{
	color:inherit;
	font-weight:600;
	margin-top:0;
	margin-bottom:20px;
	font-size:28px
}

@media (min-width: 770px){

  h2{
    font-size:38px;
  }
	}

h2.ui-sortable-handle{
  display:inline-block;
}

h3{
	color:inherit;
	font-weight:600;
	font-size:24px;
	margin:0;
	text-transform:uppercase;
}

h4{
	color:inherit;
	font-weight:200;
	font-size:24px;
	margin:0;
}

h5{
	font-weight:200;
	margin-bottom:10px;
	font-size:20px;
	color:#F47F10;
	font-weight:bold;
}

.heading-background{
	background:#EEF2F5;
	display:block;
}

.heading-background h1, .heading-background h2, .heading-background h3, .heading-background h4{
  display:inline-block;
  background:white;
  padding:0 10px 0 0;
}

.line-through-parent{
	text-align:center;
	position:relative;
	display:block
}

.line-through-parent:before{
  content:"";
  width:100%;
  border-bottom:1px solid #ddd;
  position:absolute;
  left:0;
  top:50%;
}

.flickriframe{
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){

  .flickriframe{
    min-height:200px!important;
  }
	 }

.container{
	max-width:1170px;
	  margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px;
}

.single-col{
			width:100%;
			max-width:860px;
			margin:20px auto 0px
}

@media (min-width: 770px){

  .single-col{
    margin:40px auto 0px;
  }
			}

.row{
		display:flex;
		flex-flow:wrap;
}

.row [class^="col-md-"], .row [class^="col-sm-"], .row [class^="col-xs-"]{
  padding-left:15px;
  padding-right:15px
}

.row .col-md-12{
}

.row .col-sm-12{
}

.row .col-md-1, .row .col-xs-1, .row .col-sm-1{
}

.row .col-md-2, .row .col-xs-2, .row .col-sm-2{
}

.row .col-xs-3, .row .col-md-3, .row .col-sm-3{
}

.row .col-xs-4, .row .col-md-4, .row .col-sm-4{
}

.row .col-xs-5, .row .col-md-5, .row .col-sm-5{
}

.row .col-md-6, .row .col-xs-6, .row .col-sm-6{
}

.row .col-xs-6{
}

.row .col-md-7, .row .col-xs-7, .row .col-sm-7{
}

.row .col-md-8, .row .col-xs-8, .row .col-sm-8{
  position:relative;
  padding-left:15px;
  padding-right:15px
}

.row .col-md-9, .row .col-xs-9, .row .col-sm-9{
}

.row .col-xs-10, .row .col-md-10, .row .col-sm-10{
}

.row .col-md-11, .row .col-xs-11, .row .col-sm-11{
}

.row .col-xs-12, .row .col-md-12, .row .col-sm-12{
}

.row .col-md-offset-1{
}

.row .col-md-offset-2, .row .col-sm-offset-2{
}

.row .col-md-offset-3, .row .col-sm-offset-3{
}

.row .col-md-offset-4, .row .col-sm-offset-4{
}

.row .col-md-offset-5, .row .col-sm-offset-5{
}

.row .col-md-offset-6, .row .col-sm-offset-6{
}

.row .col-md-offset-7, .row .col-sm-offset-7{
}

.row .col-md-offset-8, .row .col-sm-offset-8{
}

.row .col-md-offset-9, .row .col-sm-offset-9{
}

.row .col-md-offset-10, .row .col-sm-offset-10{
}

@media (min-width: 770px){

  .row{
    margin-left:-15px;
    margin-right:-15px;
  }
			}

@media (max-width: 770px){

  .row [class^="col-md-"], .row [class^="col-sm-"], .row [class^="col-xs-"]{
    width:100%;
  }
				}

@media (min-width: 770px){

  .row .col-md-12{
    width:100%;
  }
			}

@media (max-width: 770px){

  .row .col-sm-12{
    width:100%;
  }
			}

@media (min-width: 770px){

  .row .col-md-1, .row .col-xs-1, .row .col-sm-1{
    width:8.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-md-2, .row .col-xs-2, .row .col-sm-2{
    width:16.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-xs-3, .row .col-md-3, .row .col-sm-3{
    width:25%;
  }
				}

@media (min-width: 770px){

  .row .col-xs-4, .row .col-md-4, .row .col-sm-4{
    width:33.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-xs-5, .row .col-md-5, .row .col-sm-5{
    width:41.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-md-6, .row .col-xs-6, .row .col-sm-6{
    width:50%;
  }
				}

@media (max-width: 770px){

  .row .col-xs-6{
    width:50%;
  }
				}

@media (min-width: 770px){

  .row .col-md-7, .row .col-xs-7, .row .col-sm-7{
    width:58.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-md-8, .row .col-xs-8, .row .col-sm-8{
    width:66.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-md-9, .row .col-xs-9, .row .col-sm-9{
    width:75%;
  }
				}

@media (min-width: 770px){

  .row .col-xs-10, .row .col-md-10, .row .col-sm-10{
    width:83.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-md-11, .row .col-xs-11, .row .col-sm-11{
    width:91.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-xs-12, .row .col-md-12, .row .col-sm-12{
    width:100%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-1{
    margin-left:8.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-2, .row .col-sm-offset-2{
    margin-left:16.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-3, .row .col-sm-offset-3{
    margin-left:25%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-4, .row .col-sm-offset-4{
    margin-left:33.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-5, .row .col-sm-offset-5{
    margin-left:41.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-6, .row .col-sm-offset-6{
    margin-left:50%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-7, .row .col-sm-offset-7{
    margin-left:58.33333333%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-8, .row .col-sm-offset-8{
    margin-left:66.66666667%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-9, .row .col-sm-offset-9{
    margin-left:75%;
  }
				}

@media (min-width: 770px){

  .row .col-md-offset-10, .row .col-sm-offset-10{
    margin-left:83.33333333%;
  }
				}

.no-padding-left{
    padding-left:0px !important;
}

.btn{
	outline:none;
	font-size:18px;
	border-radius:0;
	padding:12px 24px;
	
	display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    line-height:1.42857143;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.btn:focus, .btn:hover, .btn:active, .btn:focus:active{
  color:white;
  text-decoration:none;
}

.btn-blue-light{
	background:#1AA8D3;
	border-color:#1AA8D3;
	color:white
}

.btn-blue-light:hover{
  background:rgb(15, 94, 118);
  border-color:#0f6078;
}

.btn-primary{
	background:#428bca;
	border-color:#357ebd;
	color:white
}

.btn-primary:hover{
  background:rgb(37, 87, 131);
  border-color:#285e8e;
}

.btn-gold{
	background:#ba9f7b;
	border-color:#ba9f7b;
	color:white
}

.btn-gold:hover{
  background:#886c47;
  border-color:#886c47;
}

.btn-blue-light.form-control[disabled]{
	background:#89CAEA;
}

.btn-blue-inverted, .btn-blue-inverted:focus{
	background:#EEF2F5;
	border-color:#EEF2F5;
	color:#1AA8D3
		
}

.btn-blue-inverted:hover, .btn-blue-inverted:focus:hover{
  background:#1AA8D3;
  border-color:#1AA8D3;
  color:white;
}

.btn-orange{
	border-color:#E87D2D;
	background:#E87D2D;
	color:white
}

.btn-orange:hover{
  background:#9e4d11;
}

.btn-black{
	background:black;
	border-color:black;
	color:white
}

.btn-black:hover{
  background:#333;
}

.btn-circle{
	border-radius:50%;
	background:#DB4437;
	margin-top:5px;
	color:white;
}

.gform_button{
	outline:none;
	font-size:18px;
	border-radius:0;
	padding:12px 24px;
	background:#1AA8D3;
	border-color:#1AA8D3;
	color:white
}

.gform_button:focus, .gform_button:hover, .gform_button:active, .gform_button:focus:active{
  color:white;
}

.gform_button:hover{
  background:#0f6078;
  border-color:#0f6078;
}

.btn-default{
  color:#333;
  background-color:#fff;
  border-color:#ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, {
  color:#333;
  background-color:#e6e6e6;
  border-color:#adadad;
}

.btn-default:active, .btn-default.active{
  background-image:none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active{
  background-color:#fff;
  border-color:#ccc;
}

.btn-default .badge{
  color:#fff;
  background-color:#333;
}

.btn-primary{
  color:#fff;
  background-color:#428bca;
  border-color:#357ebd;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{
  color:#fff;
  background-color:#3071a9;
  border-color:#285e8e;
}

.btn-primary:active, .btn-primary.active{
  background-image:none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
  background-color:#428bca;
  border-color:#357ebd;
}

.btn-primary .badge{
  color:#428bca;
  background-color:#fff;
}

.btn-success{
  color:#fff;
  background-color:#5cb85c;
  border-color:#4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active{
  color:#fff;
  background-color:#449d44;
  border-color:#398439;
}

.btn-success:active, .btn-success.active{
  background-image:none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active{
  background-color:#5cb85c;
  border-color:#4cae4c;
}

.btn-success .badge{
  color:#5cb85c;
  background-color:#fff;
}

.btn-info{
  color:#fff;
  background-color:#5bc0de;
  border-color:#46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active{
  color:#fff;
  background-color:#31b0d5;
  border-color:#269abc;
}

.btn-info:active, .btn-info.active{
  background-image:none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active{
  background-color:#5bc0de;
  border-color:#46b8da;
}

.btn-info .badge{
  color:#5bc0de;
  background-color:#fff;
}

.btn-warning{
  color:#fff;
  background-color:#f0ad4e;
  border-color:#eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active{
  color:#fff;
  background-color:#ec971f;
  border-color:#d58512;
}

.btn-warning:active, .btn-warning.active{
  background-image:none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active{
  background-color:#f0ad4e;
  border-color:#eea236;
}

.btn-warning .badge{
  color:#f0ad4e;
  background-color:#fff;
}

.btn-danger{
  color:#fff;
  background-color:#d9534f;
  border-color:#d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active{
  color:#fff;
  background-color:#c9302c;
  border-color:#ac2925;
}

.btn-danger:active, .btn-danger.active{
  background-image:none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active{
  background-color:#d9534f;
  border-color:#d43f3a;
}

.btn-danger .badge{
  color:#d9534f;
  background-color:#fff;
}

.btn-link{
  font-weight:normal;
  color:#428bca;
  cursor:pointer;
  border-radius:0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link{
  background-color:transparent;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active{
  border-color:transparent;
}

.btn-link:hover, .btn-link:focus{
  color:#2a6496;
  text-decoration:underline;
  background-color:transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus{
  color:#777;
  text-decoration:none;
}

.site-header{
	position:relative;
	padding-left:110px;
	z-index:100
}

@media (min-width: 770px){

  .site-header{
    padding-left:140px;
    box-shadow:0 -3px 10px #666;
  }
	}

.site-logo{
	position:absolute;
	background:#E87D2D;
	width:110px;
	text-align:center;
	padding:12px 0 7px 0;
	top:0;
	left:0;
	text-decoration:none;
}

.site-logo img{
  height:40px
}

@media (min-width: 770px){

  .site-logo{
    height:100%;
    width:140px;
    padding:22px 0 0;
  }
	}

.site-logo:hover{
  text-decoration:none;
}

@media (min-width: 770px){

  .site-logo img{
    height:auto;
  }
		}

.site-header{	
}

@media (min-width: 770px){

  .site-header .site-logo{
    min-height:100px;
  }
	}

.region-name, .region-name:hover{
	color:white;
	display:block;
	font-size:12px
}

@media (min-width: 770px){

  .region-name, .region-name:hover{
    font-size:14px;
  }
	}

.site-header__top-nav{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#183346;
	padding-left:20px
}

.site-header__top-nav:before, .site-header__top-nav:after{
  content:" ";
  display:table;
}

.site-header__top-nav:after{
  clear:both;
}

.site-header__social{
	  margin-right:auto;
}

.site-header--right{
	  margin-left:auto;
}

.main-nav__link{
	color:#7A93A5;
	display:inline-block;
	padding:12px;
	font-weight:200
}

.main-nav__link:hover{
  text-decoration:none;
}

.main-nav__link--social{
	font-size:18px;
	padding:10px 12px;
}

.site-header__user-menu{
	display:inline-block;
}

.main-nav__link--gift, .main-nav__link--gift:focus{
	background:#1AA8D3;
	color:white;
	text-decoration:none
}

.main-nav__link--gift:hover, .main-nav__link--gift:focus:hover{
  color:white;
  background:#1484a6;
}

.user-menu__logged{
	position:relative;
	display:flex;
	text-transform:capitalize;
}

.user-menu__img{
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin-right:10px;
}

.user-menu__link{
	color:#7A93A5 !important
}

.user-menu__link:hover, .user-menu__link:focus{
  background:none !important;
  color:#2a6496 !important;
}

.site-header__search-menu{
	position:relative;
	display:inline-block;
}

.search-menu__dropdown{
	background:#183346;
	border-radius:0;
	margin-top:0;
	right:-4px;
	left:auto;
	padding:10px;
	min-width:160px;
	border:1px solid rgba(0, 0, 0, 0.15);
	position:absolute;
	z-index:20;

	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
	  box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
}

.site-header__main-nav .dropdown-menu{
  border-top:none;
  top:55px;
  background:#999;
  background:rgba(0, 0, 0, 0.4);
  border-radius:0;
  box-shadow:none;
}

@media (min-width: 770px){

  .site-header__main-nav{
    background:#999;
  }

  .site-header__main-nav ul.nav > li{
    padding:10px 0;
  }

  .site-header__main-nav ul.nav li.dropdown:hover ul.dropdown-menu{
    display:block;
  }

  .site-header__main-nav .dropdown-menu .menu-item a{
    font-size:14px;
  }

  .site-header__main-nav.main-nav--inner{
    background:#efefef;
  }

  .site-header__main-nav.main-nav--inner .dropdown-menu{
    background:#efefef;
    top:54px;
    box-shadow:0 2px 5px #ccc;
    border:none;
    z-index:-1;
  }
	}

.nav .menu-item a{
	font-weight:bold;
	color:#333;
	font-size:14px;
	display:inline-block
}

.nav .menu-item a:hover, .nav .menu-item a:focus, .nav .menu-item a:active, .nav .menu-item a:focus:active{
  background:none;
  text-decoration:none;
  color:#E87D2D;
}

@media (min-width:770px){

  .nav .menu-item a{
    font-size:14px;
    color:white;
    padding:7px 15px;
  }
	}

@media (min-width:1200px){

  .nav .menu-item a{
    font-size:15px;
  }
	}

.nav .menu-item .caret{
	border-top-color:#333;
	border-width:7px;
	margin-right:5px;
	cursor:pointer
}

@media (min-width:770px){

  .nav .menu-item .caret{
    border-width:4px;
    border-top-color:white;
  }
	}

.nav .menu-item:hover .caret{
	border-top-color:#E87D2D;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background:none;
}

.main-nav--inner .nav .menu-item .caret{
}

@media (min-width:770px){

  .main-nav--inner .nav .menu-item .caret{
    border-top-color:#333;
  }
	}

.main-nav--inner .nav .menu-item a{
}

@media (min-width:770px){

  .main-nav--inner .nav .menu-item a{
    color:#333;
    background:none;
  }

  .main-nav--inner .nav .menu-item a:active, .main-nav--inner .nav .menu-item a:hover{
    color:#E87D2D;
    background:none;
  }
	}

.menu-sep{
    text-indent:-9999px;
    border-bottom:1px solid #ccc;
    line-height:0;
    height:3px;
    margin-bottom:3px;
    opacity:.3
}

@media (min-width:770px){

  .menu-sep{
    border-color:#444;
  }
	}

.main-nav--inner .menu-sep{
}

@media (min-width:770px){

  .main-nav--inner .menu-sep{
    border-color:#adadad;
  }
	}

.dropdown-menu .dropdown .caret{
}

@media (min-width:770px){

  .dropdown-menu .dropdown .caret{
    transform:rotate(270deg);
  }
	}

.site-header__main-nav ul.nav li.dropdown:hover .dropdown-menu .dropdown-menu{
	display:none
}

@media (min-width:770px){

  .site-header__main-nav ul.nav li.dropdown:hover .dropdown-menu .dropdown-menu{
    top:-7px;
    left:100%;
    margin-left:1px;
  }
	}

.site-header__main-nav ul.nav li.dropdown:hover .dropdown-menu li:hover .dropdown-menu{
}

@media (min-width:770px){

  .site-header__main-nav ul.nav li.dropdown:hover .dropdown-menu li:hover .dropdown-menu{
    display:block;
  }
	}

.navbar{
	min-height:0;
	border:none;
	background:white;
	border:1px solid #ddd;
    z-index:9999
}

@media (min-width:770px){

  .navbar{
    background:none;
    border:none;
  }
	}

.navbar-nav > li > a{
	padding:10px 9px;
	position:relative;
	    line-height:20px
}

@media (min-width:770px){

  .navbar-nav > li > a{
    padding:15px 9px;
  }
	}

@media (min-width:992px){

  .navbar-nav > li > a{
    padding:15px;
  }
	}

.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu .dropdown-menu{
}

@media (max-width:770px){

  .navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu .dropdown-menu{
    position:relative;
    top:auto;
    margin:0;
    background:none;
    border:none;
    float:none;
  }
	}

.dropdown-menu > li > a{
	    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:normal;
    line-height:1.42857143;
    color:#333333;
    white-space:nowrap
}

@media (max-width:770px){

  .dropdown-menu > li > a{
    padding:10px 10px 10px 30px;
  }
	}

.dropdown-menu .dropdown-menu > li > a{
}

@media (max-width:770px){

  .dropdown-menu .dropdown-menu > li > a{
    padding:10px 10px 10px 50px;
  }
	}

.navbar-toggle{
	margin:0;
	padding:14px;
		position:relative;
    float:right;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
}

.navbar-toggle .icon-bar{
  display:block;
  width:22px;
  height:2px;
  border-radius:1px;
  background:#7A93A5
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:4px;
}

.navbar-collapse{
    overflow-x:visible;
    padding-right:15px;
    padding-left:15px;
    border-top:1px solid transparent;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling:touch
}

@media (min-width:770px){

  .navbar-collapse{
    display:block !important;
    height:auto !important;
    padding-bottom:0;
    overflow:visible !important;
    width:auto;
    border-top:0;
    box-shadow:none;
  }
			}

.navbar-collapse.navbar-collapse.in{
  overflow-y:auto;
}

.collapse{
	  display:none
}

.collapse.in{
  display:block;
}

.dark-bg{
	z-index:1;
	top:0;
	left:0;
	background:rgba(0,0,0,0);
	transition:.3s background ease-in-out
}

.dark-bg.on{
  height:100%;
  width:100%;
  position:fixed;
  background:rgba(0,0,0,.7);
}

.site-header--live{
	height:10px;
	background:#ff7414;
	box-shadow:none;
}

.site-header--live .site-logo{
  background:none;
  top:-18px;
}

.site-header--live img{
  max-height:150px;
}

.live-zoombar{
	background:#ff7414;
	position:fixed;
	padding:5px 0 15px 100px;
	width:100%;
	color:black;
	font-size:14px;
	cursor:pointer;
	z-index:1;
	padding-left:125px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.zoombar-link{
	margin-left:auto;
	cursor:pointer;
	text-decoration:underline;
	margin-right:20px;
	font-size:12px;
}

.live-event__name{
    font-weight:bold;
    margin-right:20px;
}

.live-event__timeleft{
	font-size:12px;
}

@media (max-width: 720px){
	.live-event__name{
		min-width:100%;
		margin-bottom:5px;
	}
	.site-logo img.virtual-logo{
		height:150px;
		margin-top:10px;
	}
}

.site-header__main-nav  ul.nav.navbar-nav{
}

@media (min-width:770px){

  .site-header__main-nav  ul.nav.navbar-nav{
    display:flex;
    align-items:center;
    flex-flow:wrap;
  }
	}

.nav{
    margin-bottom:0;
    padding-left:0;
    list-style:none
}

.nav > li{
  position:relative;
  display:block;
}

.site-footer{
	display:flex;
	width:100%;
	max-width:100%;
	color:#7A93A5;
	font-size:14px;
}

.site-footer a{
  color:#7A93A5
}

@media (min-width: 770px){

  .site-footer{
}
	}

.site-footer__above{
	width:100%;
}

.site-logo--footer{
	height:auto;
	position:relative;
	padding:0px;
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center
}

@media (max-width: 770px){

  .site-logo--footer{
    margin-right:10px;
  }
		}

.site-footer__top-part{
	background:#224259;
	border-bottom:3px solid #142734;
	padding:17px 20px
}

.site-footer__top-part:before, .site-footer__top-part:after{
  content:" ";
  display:table;
}

.site-footer__top-part:after{
  clear:both;
}

.site-footer__contact-info{
	text-align:right;
	padding-top:12px;
}

.site-footer__contact-info strong{
  color:white;
}

.site-footer__bottom-part{
	background:#183346;
	height:45px;
	padding:0 20px;
	overflow:hidden;
}

.site-footer__bottom-part:before, .site-footer__bottom-part:after{
  content:" ";
  display:table;
}

.site-footer__bottom-part:after{
  clear:both;
}

.site-footer__terms{
	line-height:45px;
}

.site-footer__social{
	display:inline-block;
}

.ou-logo img{
	max-width:100%;
}

footer.footer-site{
  color:rgb(240, 240, 240);
  padding:45px 20px 15px;
  text-align:left;
  font-size:14px;
  background-color:#183346;
}

footer.footer-site h5{
  font-weight:700;
  font-style:normal;
  margin:0 0 10px;
  color:#ffffff;
  font-size:18px;
  line-height:23px;
}

footer.footer-site h5 a{
  color:#ffffff;
}

footer.footer-site .footer__socials{
  display:flex;
  align-items:center;
  font-size:40px;
  justify-content:center;
}

footer.footer-site .footer__socials a{
  color:#ffffff;
  padding:25px 20px
}

footer.footer-site .footer__socials a:hover{
  color:#868a8e;
}

footer.footer-site .section-footer{
  margin:30px auto 5px;
}

footer.footer-site .section-footer .footer__list{
  width:100%
}

footer.footer-site .section-footer ul{
  margin:0;
  padding:0;
}

footer.footer-site .section-footer li{
  display:block;
  padding-bottom:5px;
}

footer.footer-site .section-footer a{
  font-size:16px;
  line-height:23px;
  color:#BCC1C5;
  line-height:30px;
  font-weight:500;
  text-transform:none;
  font-style:normal;
  text-transform:capitalize;
  text-decoration:none
}

footer.footer-site .section-footer a:hover{
  color:white;
}

footer.footer-site .section-footer .menu-social{
  display:flex;
  margin-top:20px;
  align-items:center;
}

footer.footer-site .section-footer .menu-social a{
  display:flex;
  align-items:center;
  margin-right:10px;
  text-align:center;
  justify-content:center;
  margin-right:20px;
  text-decoration:none;
  -webkit-transition:color .2s ease-in-out;
}

footer.footer-site .section-footer .menu-social a i.fa{
  font-size:20px;
  color:#ffffff;
}

footer.footer-site .section-footer .menu-social a:hover i.fa{
  color:#e54b4b;
}

footer.footer-site ul.footer__gallery{
  display:flex;
  margin-bottom:5px;
  justify-content:center;
  align-items:center;
  flex-flow:wrap;
  max-width:210px;
}

footer.footer-site ul.footer__gallery li{
  width:31%;
  display:block;
  margin-bottom:5px;
  background-size:cover;
  background-position:center;
  height:65px;
  margin-right:2%;
}

footer.footer-site .footer-copyright{
  color:#9096A5;
  padding-top:15px;
}

footer.footer-site .detailed-li p{
  margin-bottom:20px;
  margin-top:20px;
  color:#9096A5;
  font-size:14px;
  line-height:19px;
}

footer.footer-site .detailed-li a:first-of-type{
  margin-right:30px;
}

@media only screen and (min-width: 720px){

  footer.footer-site .section-footer{
    display:flex;
    margin:30px auto 55px;
    justify-content:center;
  }
    }

@media only screen and (min-width: 720px){

  footer.footer-site .section-footer .footer__list{
    width:48%;
    border-right:1px dashed #43454c;
    margin-bottom:0px;
    padding-right:20px;
    margin-right:2%;
  }

  footer.footer-site .section-footer .footer__list:last-of-type{
    margin-right:0;
    border-right:none;
  }
      }

@media only screen and (min-width: 1020px){

  footer.footer-site .section-footer .footer__list{
    width:23%;
  }
      }

.form-row{
    margin-bottom:15px;
}

.form-container{
    box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    margin:0 auto 100px;
    padding:20px
}

.form-container.form-container--sm{
  max-width:700px !important;
}

.form-control{
    height:40px;
    border-radius:2px;
    box-shadow:none;
    border-color:#ddd;
    border-width:1px;
}

//labels
.upper-label, .side-label{
    font-size:14px;
    font-weight:normal;
    color:#333;
    vertical-align:middle;
}

.ast{
    color:#E87D2D;
    left:3px;
}

.search-icon{
    position:relative;
}

.search-icon:after{
    content:"\F002";
    font-family:fontAwesome;
    color:#1aa8d3;
    position:absolute;
    right:25px;
    top:8px;
}

.input-container{
    position:relative
}

.styled-radio-container{
    margin-bottom:0px;
    margin-top:-10px;
}

.styled-radio-container input[type="radio"]{
  height:0;
  top:20px;
  position:relative;
  left:20px;
  z-index:-1;
}

.styled-radio-container label{
  padding:10px;
  background:#EEF2F5;
  color:rgb(87, 87, 87);
  width:100%;
  text-align:center;
  border-radius:4px;
  font-weight:normal;
  cursor:pointer;
  margin-top:-10px
}

.styled-radio-container label:hover{
  background:#ced9e2;
}

.styled-radio-container label.other-label{
  height:auto;
}

.styled-radio-container input[type="radio"]:checked+label{
  background:#1AA8D3;
  color:white;
}

.styled-radio-container input[type="radio"]:focus+label{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.styled-radio-container .amount_other__wrapper{
  position:relative
}

.styled-radio-container .amount_other__wrapper:after{
  content:'\F155';
  font-family:fontAwesome;
  color:#333;
  position:absolute;
  left:27px;
  top:23px;
}

.styled-radio-container .argentina_amount_other__wrapper{
  position:relative
}

.styled-radio-container .argentina_amount_other__wrapper:after{
  color:#333;
  position:absolute;
  left:27px;
  top:23px;
}

.styled-radio-container #amount_other{
  height:43px;
  padding-left:26px;
  margin-top:-10px
}

.styled-radio-container #amount_other:focus{
  background:white;
}

.styled-radio-container.row{
  margin-left:-15px;
  margin-right:-15px;
}

input.error, textarea.error, select.error{
    background:#F5CCCE;
    border:1px solid #C88A8C;
    color:#333;
}

span.error{
    font-size:12px;
    color:#333;
    background:#F5CCCE;
    padding:5px;
    margin-top:5px;
    display:block;
    border:1px solid #C88A8C;
}

label.error{
    font-size:14px;
    font-weight:bold;
    color:#C88A8C;
    display:block;
    margin-top:5px;
}

.form-table tr>td:first-child, .form-table tr>th:first-child{
    padding-left:0;
}

.form-table tr>td:last-child, .form-table tr>th:last-child{
    padding-right:0;
}

input:-webkit-autofill.error, textarea:-webkit-autofill.error, select:-webkit-autofill.error{
    background:#F5CCCE !important;
    border:1px solid #C88A8C !important;
    color:#333 !important;
    -webkit-text-fill-color:#333;
    -webkit-box-shadow:0 0 0 50px #F5CCCE inset;
}

.form-note{
    color:#666;
    font-size:13px;
    margin:10px 0;
}

.zip-return{
    display:none;
}

.zip-error{
    display:none;
    color:red;
    margin-top:5px;
    font-size:85%;
}

.zip-spinner{
    display:none;
    position:absolute;
    top:13px;
    right:20px;
}

.styled-dropdown__container{
    margin-top:10px;
    transition:all .3s ease-in-out;
    min-height:95px;
    position:relative;
    border-bottom:1px solid #ddd;
}

.styled-dropdown__list{
    padding-left:0;
    list-style:none;
    background:#ffffff;
    border:1px solid #ddd;
    border-bottom:none;
    margin-bottom:0;
}

.styled-dropdown__list li{
  padding:10px 20px;
  overflow:hidden;
  min-height:95px;
  display:none;
}

.styled-dropdown__list li.active{
  display:block;
}

.styled-dropdown__list li:hover{
  background:#efefef;
}

.styled-dropdown__list li:last-child{
  border:none;
}

.styled-dropdown__list input[type="radio"]{
  position:absolute;
  left:-9999px;
}

.styled-dropdown__list label{
  display:flex;
  align-items:center;
  margin-bottom:0;
  cursor:pointer;
}

.styled-dropdown__container.open li{
  display:block;
  border-bottom:1px solid #ddd;
}

.styled-dropdown__item-img{
    width:70px;
    height:70px;
    border-radius:50%;
    margin-right:20px;
}

.styled-dropdown__item-desc{
    display:block;
    font-weight:100;
    font-size:12px;
    color:#666;
    margin-top:3px;
}

.styled-dropdown__item-name{
    color:#333;
    font-weight:400;
}

.styled-dropdown__handle{
    position:absolute;
    top:0;
    right:0;
    height:96px;
    width:100%;
    padding-right:15px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    cursor:pointer;
}

.styled-dropdown__handle:hover{
    background:rgba(0, 0, 0, .05);
}

.styled-dropdown--wcchapter{
    min-height:0;
}

.styled-dropdown--wcchapter .styled-dropdown__list li{
  min-height:0;
}

.styled-dropdown--wcchapter .styled-dropdown__handle{
  height:100%;
}

.wc-donate-amount{
    display:flex;
    margin-top:15px;
    color:#666;
}

.wc-donate-amount label{
  margin-top:1px;
  margin-left:10px;
  font-weight:normal;
  font-size:14px;
}

.wc-donate-amount label span{
  font-weight:bold;
  color:#1ba8d3;
  display:block;
  font-size:16px;
}

.wc-donate-amount .amount-other-input{
  margin-left:10px;
  max-width:200px;
}

fieldset{
  padding:0;
  margin:0;
  border:0;
  min-width:0;
}

legend{
  display:block;
  width:100%;
  padding:0;
  margin-bottom:20px;
  font-size:21px;
  line-height:inherit;
  color:#333333;
  border:0;
  border-bottom:1px solid #e5e5e5;
}

label{
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
  font-weight:bold;
}

input[type="search"]{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type="radio"], input[type="checkbox"]{
  margin:4px 0 0;
  margin-top:1px \9;
  line-height:normal;
}

input[type="file"]{
  display:block;
}

input[type="range"]{
  display:block;
  width:100%;
}

select[multiple], select[size]{
  height:auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

output{
  display:block;
  padding-top:7px;
  font-size:14px;
  line-height:1.42857143;
  color:#555555;
}

.form-control{
  display:block;
  width:100%;
  height:40px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555555;
  background-color:#ffffff;
  background-image:none;
  border:1px solid #cccccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder{
  color:#777777;
  opacity:1;
}

.form-control:-ms-input-placeholder{
  color:#777777;
}

.form-control::-webkit-input-placeholder{
  color:#777777;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  cursor:not-allowed;
  background-color:#eeeeee;
  opacity:1;
}

textarea.form-control{
  height:auto;
}

input[type="search"]{
  -webkit-appearance:none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"]{
  line-height:34px;
  line-height:1.42857143 \0;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm{
  line-height:30px;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg{
  line-height:46px;
}

.form-group{
  margin-bottom:15px;
}

.radio, .checkbox{
  position:relative;
  display:block;
  min-height:20px;
  margin-top:10px;
  margin-bottom:10px;
}

.radio label, .checkbox label{
  padding-left:20px;
  margin-bottom:0;
  font-weight:normal;
  cursor:pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
  position:absolute;
  margin-left:-20px;
  margin-top:4px \9;
}

.radio + .radio, .checkbox + .checkbox{
  margin-top:-5px;
}

.radio-inline, .checkbox-inline{
  display:inline-block;
  padding-left:20px;
  margin-bottom:0;
  vertical-align:middle;
  font-weight:normal;
  cursor:pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
  margin-top:0;
  margin-left:10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"]{
  cursor:not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline{
  cursor:not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label{
  cursor:not-allowed;
}

.form-control-static{
  padding-top:7px;
  padding-bottom:7px;
  margin-bottom:0;
}

.form-control-static.input-lg, .form-control-static.input-sm{
  padding-left:0;
  padding-right:0;
}

.input-sm, .form-horizontal .form-group-sm .form-control{
  height:30px;
  padding:5px 10px;
  font-size:12px;
  line-height:1.5;
  border-radius:3px;
}

select.input-sm{
  height:30px;
  line-height:30px;
}

textarea.input-sm, select[multiple].input-sm{
  height:auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control{
  height:46px;
  padding:10px 16px;
  font-size:18px;
  line-height:1.33;
  border-radius:6px;
}

select.input-lg{
  height:46px;
  line-height:46px;
}

textarea.input-lg, select[multiple].input-lg{
  height:auto;
}

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

button, select{
    text-transform:none;
}

button{
    overflow:visible;
}

.upper-label, .side-label{
    font-size:14px;
    font-weight:normal;
    color:#333;
    vertical-align:middle;
}

.gradient-top{
	padding-top:50px
}

.gradient-top:before{
  content:"";
  z-index:-1;
  height:180px;
  width:100%;
  position:absolute;
  top:0;
  left:0;
}

.header-link--subscribe{
	display:block
}

@media (min-width: 992px){

  .header-link--subscribe{
    text-align:right;
    padding-top:25px;
  }
	}

.gf-bg .gform_wrapper{
	margin:0;
	padding:0 20px;
	max-width:none;
	background:#f7f7f7;
	border:1px solid #ddd;
}

.article-list__header{
	margin-bottom:40px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}

.list-item{
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #efefef
}

.list-item:last-item{
  border:none;
}

.list-item__image{
 	background-size:cover;
 	background-position:center center;
 	background-color:#7A93A5;
 	width:100%;
 	height:150px;
 	display:block;
 	margin-bottom:10px
}

@media (min-width: 992px){

  .list-item__image{
    width:220px;
    float:left;
    margin-bottom:0px;
  }
  }

.list-item__body{
}

@media (min-width: 992px){

  .list-item__body{
    margin-left:270px;
  }
  }

.list-item__title{
    color:#1AA8D3;
    font-size:20px;
	line-height:1.1;
  	font-weight:bold
}

@media (min-width: 992px){

  .list-item__title{
    font-size:28px;
  }
	}

.list-item__title:hover{
  text-decoration:none;
}

.list-item__meta{
	text-transform:uppercase;
	font-weight:200;
}

.list-item__date{
    display:block;
    color:#666;
    font-size:14px;
    margin-bottom:10px;
    font-weight:200;
}

.list-item__excerpt{
	margin-top:10px;
	color:#666;
	font-weight:200;
}

.wp-pagination{
	margin-bottom:40px;
	text-align:center;
	width:100%;
}

.wp-pagination a{
  display:block;
  background:#1AA8D3;
  color:white;
  padding:10px 30px;
  font-weight:bold;
  margin:20px 10px
}

.wp-pagination a:hover, .wp-pagination a:focus{
  text-decoration:none;
  background:#12728f;
}

@media (min-width: 770px){

  .wp-pagination a{
    width:30%;
    display:inline-block;
  }
		}

.page-kinot h1{
  text-align:center;
  margin-bottom:40px;
}

.kinot-group .kinot__col{
  margin-bottom:35px;
}

.kinot-group .kinot__col h3{
  text-align:center;
  margin-bottom:10px;
}

.kinot-group .kinot__col .kinot__inner{
  border:2px solid #cccccc;
}

.kinot-group .kinot__col .video-container{
  border:1px  transparent;
  border-bottom:none;
  margin-bottom:0px;
}

@media (min-width: 480px){

  .kinot-group{
    display:flex;
    flex-flow:wrap;
  }
	}

@media (min-width: 480px){

  .kinot-group .kinot__col{
    width:48%;
    margin-right:2%;
  }
		}

@media (min-width: 720px){

  .kinot-group .kinot__col{
    width:31%;
  }
		}

.kinot-action{
	box-shadow:0 0 2px 0 rgba(234, 236, 239, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.15);

	text-align:center;
	display:flex;
	cursor:pointer;
	align-items:center;
	border-top:2px solid #cccccc;
}

.kinot-action a{
  flex:50%;
  color:black;
  letter-spacing:1px;
  padding:10px;
}

.kinot-action a svg{
  padding-right:20px;
}

.kinot-action a img{
  vertical-align:middle;
  padding-right:3px;
  padding-bottom:2px;
}

.kinot-action a:first-of-type{
  border-right:2px solid #cccccc;
}

.kinot-action a:hover{
  text-decoration:none;
  color:#1aa8d3;
}

.article-list__header.article-list__header--collections{
	border-bottom:none;
}

.list-item-container--flex .list-item.list-item--card{
  box-shadow:1px 1px 5px rgba(0,0,0,.2);
  border-radius:4px;
  margin-bottom:25px
}

.list-item-container--flex .list-item__image{
  float:none;
  width:100%;
}

.list-item-container--flex .list-item__body{
  margin-left:0;
  padding:15px 15px 0;
}

.list-item-container--flex a.list-item__title{
  font-size:18px;
  color:#333;
  display:block;
}

.list-item-container--flex .list-item__author, .list-item-container--flex .list-item__author a{
  font-weight:200;
  color:#666;
  display:block;
  margin-top:20px;
}

@media (min-width: 480px){

  .list-item-container--flex{
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px 40px;
  }
	}

@media (min-width: 480px){

  .list-item-container--flex .list-item.list-item--card{
    flex:1;
    max-width:48%;
    min-width:48%;
    margin:0 1% 25px;
  }
		}

@media (min-width: 720px){

  .list-item-container--flex .list-item.list-item--card{
    max-width:23%;
    min-width:23%;
  }
		}

.single-item{
	margin-bottom:60px;
}

.single-item--width{
	margin:0 auto 60px;
	max-width:900px;
  overflow:hidden;
}

.single-item--fullwidth{
	margin:0 auto 60px;
	max-width:700px;
}

.single-item__img{
	max-width:100%;
	height:auto;
}

a.single__download{
    box-shadow:2px 2px 4px -2px rgba(0, 0, 0, 0.4);
		color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da;
    border-radius:4px
}

a.single__download:hover{
  color:#fff;
  background-color:#31b0d5;
  border-color:#269abc;
}

.single__excerpt{
		margin-bottom:10px
}

@media screen and (min-width: 960px){

  .single__excerpt{
    margin-bottom:20px;
    font-size:21px;
  }
		}

.meta-info{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
	font-size:14px;
	color:#999;
}

.single__meta{
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:10px;
	font-size:14px;
	color:black;
  display:flex;
  flex-wrap:wrap
}

.single__content{
	margin-top:20px;
}

.single__collection .divider{
  margin:0 10px;
}

.single__author{
    padding:15px 0 0px;
    max-width:800px;
    display:flex;
    align-items:center;
    flex-flow:wrap;
    font-size:16px;
}

.single__author .single__author__img{
  display:flex;
  width:50px;
  height:50px;
  border-radius:50%;
  font-weight:bold;
  align-items:center;
  justify-content:center;
  text-align:center;
  background-position:center;
  background-size:cover;
  margin-right:15px;
  overflow:hidden
}

.single__author .single__author__name{
  display:block;
}

.single__author .single__author__info{
  flex:1;
}

.single__author .single__author__info span{
  padding-right:3px;
  font-weight:700;
  color:#666;
}

.single__author .single__author__region{
  font-size:14px;
  margin-top:1px;
  font-style:italic;
}

@media only screen and (max-width: 480px){

  .single__author .single__author__img{
    margin-bottom:10px;
  }
    }

.entry-content p{
  margin-bottom:20px;
  line-height:1.6;
}

.video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom:20px
}

.video-container.vimeo{
  padding-top:0;
}

.video-container iframe, .video-container object, .video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.inline-title-img{
	float:left;
	margin-right:15px;
}

.inline-img-header{
	background:#efefef;
	padding-bottom:0;
	margin-bottom:40px;
  border-bottom:1px solid #ddd;
}

.inline-img-header h1{
  line-height:70px;
}

.inline-img-header:before, .inline-img-header:after{
  content:" ";
  display:table;
}

.inline-img-header:after{
  clear:both;
}

figure.wp-block-image{
}

figure.wp-block-image.alignwide, figure.wp-block-image.alignfull{
}

@media screen and (min-width: 960px){

  figure.wp-block-image.alignwide, figure.wp-block-image.alignfull{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
  }
}

.ncsy_tabs__tabs{
	border-bottom:1px solid #ddd;
	margin-bottom:50px;
}

.ncsy_tabs__nav-tabs.nav-tabs{
	border:none;
}

.ncsy_tabs__nav-tabs.nav-tabs .nav-tabs__search{
	height:62px;
	padding-top:12px
}

.ncsy_tabs__nav-tabs.nav-tabs .nav-tabs__search:after{
  top:20px;
  right:10px;
}

@media (min-width: 770px){

  .ncsy_tabs__nav-tabs.nav-tabs .nav-tabs__search{
    float:right;
  }
	}

.ncsy_tabs__nav-tabs.nav-tabs > li{
	float:none;
	display:block;
	text-align:center
}

@media (min-width: 770px){

  .ncsy_tabs__nav-tabs.nav-tabs > li{
    display:inline-block;
    float:left;
    margin-bottom:-1px;
  }
	}

.ncsy_tabs__nav-tabs.nav-tabs > li > a{
	border:none;
	padding:20px 15px 30px;
	color:#333;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	color:#999
}

.ncsy_tabs__nav-tabs.nav-tabs > li > a:hover{
  text-decoration:none;
}

.ncsy_tabs__nav-tabs.nav-tabs > li:first-child > a, .ncsy_tabs__nav-tabs.nav-tabs > li:first-child > a:hover, .ncsy_tabs__nav-tabs.nav-tabs > li:first-child > a:focus, .ncsy_tabs__nav-tabs.nav-tabs > li.active:first-child > a, .ncsy_tabs__nav-tabs.nav-tabs > li.active:first-child > a:hover, .ncsy_tabs__nav-tabs.nav-tabs > li.active:first-child > a:focus{
}

@media (min-width:992px){

  .ncsy_tabs__nav-tabs.nav-tabs > li:first-child > a, .ncsy_tabs__nav-tabs.nav-tabs > li:first-child > a:hover, .ncsy_tabs__nav-tabs.nav-tabs > li:first-child > a:focus, .ncsy_tabs__nav-tabs.nav-tabs > li.active:first-child > a, .ncsy_tabs__nav-tabs.nav-tabs > li.active:first-child > a:hover, .ncsy_tabs__nav-tabs.nav-tabs > li.active:first-child > a:focus{
    padding-left:0;
  }
	}

.ncsy_tabs__nav-tabs.nav-tabs > li > a:hover, .ncsy_tabs__nav-tabs.nav-tabs > li > a:focus{
	border:none;
	padding:20px 15px 30px;
	background:none;
	color:#444;
}

.ncsy_tabs__nav-tabs.nav-tabs > li.active > a, .ncsy_tabs__nav-tabs.nav-tabs > li.active > a:hover, .ncsy_tabs__nav-tabs.nav-tabs > li.active > a:focus{
	background:none;
	border:none;
	border-bottom:1px solid #F47F10;
	color:rgb(36, 36, 36);
	padding:20px 15px 30px;
	font-weight:bold;
	text-decoration:none;
}

.ncsy_tabs__tab-content{
	margin-bottom:40px;
	overflow:hidden		
}

@media (min-width:770px){

  .ncsy_tabs__tab-content{
    margin:0 -10px 40px;
  }
	}

.tab-content .tab-pane{
  display:none
}

.tab-content .tab-pane.active{
  display:flex;
  flex-flow:wrap;
}

.tab-content.profile-tabs{
}

.tab-content.profile-tabs.active{
  display:block;
}

.search-list{
	list-style:none;
	margin:20px 0;
	padding:0;
	word-wrap:break-word;
}

.search-list__url{
	display:block;
	font-size:14px;
	margin-bottom:5px;
	color:#758E1F;
}

.search-list__item{
	margin-bottom:25px;
	font-size:14px;
}

.site-header__search{
  position:relative;
	    margin:0px;
}

.site-header__search--submit{
  position:absolute;
  top:6px;
  right:10px;
  background:none;
  border:none;
  color:#183346;
  outline:none;
}

.search-widget{
	background:white;
	border:1px solid #ddd;
	box-shadow:0px 1px 4px -1px rgba(0, 0, 0, 0.4);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.24), 0 1px 6px rgba(0, 0, 0, 0.12);
	font-size:14px;
}

.search-widget__img{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:150px;
}

.search-widget__header{
	padding:20px 20px 10px;
	overflow:hidden;
}

.search-widget__body{
	padding:10px 20px 20px;
}

.summer-table__term{
  color:#aaa;
}

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

.gform_wrapper li{
    margin-bottom:15px;
}

.gform_wrapper form{
    margin-bottom:0;
}

.gform_wrapper .gfield_required{
    padding-left:1px;
    color:#b94a48;
}

.ginput_container input, .ginput_container select, .ginput_container textarea{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    color:#555;
    vertical-align:middle;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.gfield.gf_list_3col .ginput_container.ginput_container_radio ul.gfield_radio input{
    display:inline-block;
}

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder{
    color:#999;
}

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder{
    color:#999;
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder{
    color:#999;
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder{
    color:#999;
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea{
    cursor:not-allowed;
    background-color:#eee;
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea{
    height:auto;
}

.ginput_container textarea{
    height:auto;
}

.gform_button{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:normal;
    line-height:1.428571429;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid transparent;
    border-radius:4px;
    white-space:nowrap;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    color:#fff;
    background-color:#428bca;
    border-color:#357ebd;
}

.gform_button:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

.gform_button:hover, .gform_button:focus{
    color:#333;
    text-decoration:none;
}

.gform_button:active, .gform_button.active{
    outline:0;
    background-image:none;
    -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button{
    cursor:not-allowed;
    pointer-events:none;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
}

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button{
    color:#fff;
    background-color:#3276b1;
    border-color:#285e8e;
}

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button{
    background-image:none;
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active{
    background-color:#428bca;
    border-color:#357ebd;
}

.gform_wrapper .gfield_error .gfield_label{
    color:#b94a48;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea{
    border-color:#eed3d7;
    background-color:#f2dede;
    color:#b94a48;
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus{
    border-color:#b94a48;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error{
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px;
    background-color:#f2dede;
    border-color:#eed3d7;
    color:#b94a48;
}

.validation_error h4{
    margin-top:0;
    color:inherit;
}

.validation_error .alert-link{
    font-weight:bold;
}

.validation_error>p, .validation_error>ul{
    margin-bottom:0;
}

.validation_error>p+p{
    margin-top:5px;
}

.validation_error hr{
    border-top-color:#e6c1c7;
}

.validation_error .alert-link{
    color:#953b39;
}

#gforms_confirmation_message{
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px;
}

#gforms_confirmation_message h4{
    margin-top:0;
    color:inherit;
}

#gforms_confirmation_message .alert-link{
    font-weight:bold;
}

#gforms_confirmation_message>p, #gforms_confirmation_message>ul{
    margin-bottom:0;
}

#gforms_confirmation_message>p+p{
    margin-top:5px;
}

.gallery-row{
    padding:15px 0;
}

.aligncenter{
    display:block;
    margin:0 auto;
}

.alignleft{
    float:left;
}

.alignright{
    float:right;
}

figure.alignnone{
    margin-left:0;
    margin-right:0;
}

.gform_wrapper ul.gform_fields li.gfield input[type=checkbox]{
    box-shadow:none;
    border:none;
    padding:0;
    margin:-5px 0 0 2px !important;
    display:inline;
    max-width:20px;
}

.gform_wrapper ul.gform_fields li.gfield input[type=radio]{
    margin-top:2px;
    margin-right:2px;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction{
    font-weight:normal;
}

// fixes to the ou checkout plugin
.ginput_card_security_code{
    display:inline-block !important;
}

.ginput_container_creditcard{
    padding:20px;
    background:#efefef;
    border-radius:4px;
}

.name_prefix.name_prefix_select{
    display:block !important;
}

.name_prefix.name_prefix_select select{
  display:block !important;
  width:50% !important;
}

.gform_wrapper .donate-gf-styles ul.gfield_radio li{
    padding:10px 10px !important;
    background:#efefef;
    border-radius:4px;
    font-size:18px;
}

.gform_wrapper .gf__ul-col--3 ul li{
  display:inline-block;
  width:100%;
}

@media (min-width: 992px){

  .gform_wrapper .gf__ul-col--3 ul{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
  }
    }

.gform_wrapper .gf__ul-col--2 ul li{
  display:inline-block;
  width:100%;
}

@media (min-width: 992px){

  .gform_wrapper .gf__ul-col--2 ul{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
  }
    }

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text]{
    margin-left:25px;
}

.gform_wrapper input.ginput_quantity{
    display:inline-block;
    width:auto !important;
}

.gfield.radio-inline--flex ul li{
    display:flex;
    align-items:flex-start;
}

.gfield.radio-inline--flex ul li input{
    height:25px;
    margin-top:0px !important;
}

.navbar-toggle{
}

@media (min-width: 770px){

  .navbar-toggle{
    display:none;
  }
	}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:0px;
    list-style:none;
    font-size:14px;
    text-align:left;
    background-color:#ffffff;
    border:1px solid #cccccc;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip:padding-box
}

.dropdown-menu.user-menu__dropdown{
  background:#183346;
  border-radius:0;
  margin-top:0;
}

.open > .dropdown-menu{
    display:block;
}

th{
  text-align:left;
}

.table{
  width:100%;
  max-width:100%;
  margin-bottom:20px;
  border-collapse:collapse;
  border-spacing:0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  padding:8px;
  line-height:1.42857143;
  vertical-align:top;
  border-top:1px solid #dddddd;
}

.table > thead > tr > th{
  vertical-align:bottom;
  border-bottom:2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{
  border-top:0;
}

.table > tbody + tbody{
  border-top:2px solid #dddddd;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
  background-color:#f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
  background-color:#f5f5f5;
}

@media screen and (max-width: 769px){
  .table-responsive{
    width:100%;
    margin-bottom:15px;
    overflow-y:hidden;
    overflow-x:auto;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    border:1px solid #dddddd;
    -webkit-overflow-scrolling:touch;
  }
  .table-responsive > .table{
    margin-bottom:0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td{
    white-space:nowrap;
  }
}

.ld-tabs-content table{
  border-collapse:collapse;
  table-layout:fixed;
  width:100%;
  background:white;
  border-top:1px solid #ddd;
}

.ld-tabs-content th:first-child, .ld-tabs-content td:first-child{
  border-left:1px solid #ddd;
}

.ld-tabs-content th, .ld-tabs-content td{
  border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:7px 14px;
  vertical-align:baseline;
  position:relative;
}

.ld-tabs-content th{
  text-align:left;
  font-weight:bold;
  background:#f7f7f7;
  color:#333;
  overflow:hidden;
  cursor:pointer;
}

.wp-block-separator{
    border:none;
    border-bottom:2px solid #8f98a1;
    margin-left:auto;
    margin-right:auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
    max-width:100px;
}

.frontpage__cover-img{
	display:block;
	width:100%;
}

.bx-wrapper{
	position:relative;
}

.bx-wrapper img{
  max-width:100%;
  display:block;
}

.bx-wrapper:before, .bx-wrapper:after{
  content:" ";
  display:table;
}

.bx-wrapper:after{
  clear:both;
}

.frontpage__slide{
	display:block;
	width:100%;
}

.bxslider{
	margin:0;
	padding:0;
	list-style:none;
		display:none;

}

.bx-controls a{
	position:absolute;
	top:45%;
	font-size:48px;
	text-decoration:none;
	opacity:.7;
	color:white;
	text-shadow:1px 1px 5px #666;
	z-index:2
}

.bx-controls a:hover{
  opacity:1;
}

.bx-next{
	right:50px
}

.bx-next:after{
  content:"\F105";
  font-family:FontAwesome;
}

.bx-prev{
	left:50px
}

.bx-prev:after{
  content:"\F104";
  font-family:FontAwesome;
}

.slideshow-caption{
	  max-width:1000px;
	  position:absolute;
	  bottom:44%;
	  width:100%;
	  right:40px;
	  color:white;
	  font-weight:bold;
	  font-size:34px;
	  padding:20px 60px;
	  text-shadow:1px 1px black;
	  text-align:right;
}

.slideshow-caption a{
  color:white;
}

.frontpage__top-articles{
	padding-top:60px;
	padding-bottom:20px;
	max-width:1170px;
}

.frontpage__top-articles .row{
  margin-left:-15px;
  margin-right:-15px;
}

@media (min-width: 770px){

  .frontpage__top-articles .row{
    display:flex;
    justify-content:center;
    flex-flow:wrap;
    width:100%;
  }
		}

.frontpage__article{
	margin-bottom:40px	
}

@media (min-width: 770px){

  .frontpage__article{
    height:450px;
  }
	}

.frontpage__article .video-container, .frontpage__article .video-container iframe{
	height:220px;
}

.frontpage__article-img{
	display:block;
	position:relative;
	background-position:center center;
	background-size:cover;
	background-color:#7A93A5;
	height:220px;
	margin-bottom:20px;
}

.frontpage__article-title{
	color:#1AA8D3;
	font-size:20px;
	line-height:1.1;
	font-weight:bold
}

.frontpage__article-title:hover{
  text-decoration:none;
}

@media (min-width:992px){

  .frontpage__article-title{
    font-size:28px;
  }
	}

.frontpage__article-date{
	text-transform:uppercase;
	color:#666;
	font-weight:200;
	margin:5px 0 10px;
}

.frontpage__stories{
	padding:60px 0;
}

.frontpage__stories-header{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}

.frontpage__stories-header:before, .frontpage__stories-header:after{
  content:" ";
  display:table;
}

.frontpage__stories-header:after{
  clear:both;
}

.frontpage__stories-title{
	float:left;
}

.frontpage_stories-social{
	float:right;
	padding-top:25px;
}

.frontpage_stories-social a{
  color:#1AA8D3;
  margin-left:20px;
}

.frontpage__stories-footer{
	text-align:center;
	position:relative;
}

.frontpage__stories-footer .btn{
  border:10px solid white;
}

.frontpage__stories-footer:after{
  content:"";
  width:100%;
  border-bottom:1px solid #ddd;
  position:absolute;
  left:0;
  top:50%;
  z-index:-1;
}

.frontpage__testemonial{
	position:relative;
	padding:100px 0;
	background-color:#1AA8D3;
	font-size:32px;
	font-weight:200;
	color:white;
	text-align:center;
	background-position:center center;
	background-size:cover;
}

.frontpage__testemonial i{
  font-size:16px;
}

.frontpage__donate{
	padding:60px 0;
	font-size:22px;
}

.donate-btn{
	padding-top:15px;
	display:block;
	font-size:20px;
}

.frontpage__events{
	padding:60px 0;
	background:#183346;
	color:white;
}

.frontpage-events__header{
	text-align:center;
	position:relative
}

@media (min-width:992px){

  .frontpage-events__header{
}

  .frontpage-events__header:before{
    content:"";
    position:absolute;
    left:0;
    top:35%;
    width:240px;
    z-index:0;
    border-bottom:1px solid #778A99;
  }

  .frontpage-events__header:after{
    content:"";
    position:absolute;
    right:0;
    top:35%;
    width:240px;
    z-index:0;
    border-bottom:1px solid #778A99;
  }
	}

@media (min-width:1200px){

  .frontpage-events__header{
}

  .frontpage-events__header:before, .frontpage-events__header:after{
    width:380px;
  }
	}

.frontpage-events__info{
	text-align:center;
	font-size:30px;
	font-weight:200;
}

.frontpage-events__count, .frontpage-events__cities{
	color:#E87D2D;
	font-size:48px;
	font-weight:bold;
	width:90px;
	display:inline-block;
	text-align:right;
}

.frontpage-events__events{
	margin-top:30px;
	display:flex;
	flex-flow:wrap;
	margin-bottom:40px
}

.frontpage-events__events:before, .frontpage-events__events:after{
  content:" ";
  display:table;
}

.frontpage-events__events:after{
  clear:both;
}

.frontpage-event{
	width:90%;
	margin:10px 5% 10px;
	background:rgba(0, 0, 0, 0.3);
	padding:20px 40px;
	color:#778A99;
	float:left;
	text-align:center;
	
	transition:.3s all ease-in-out
}

.frontpage-event:hover{
  background:white;
  color:#333;
}

.frontpage-event:hover .frontpage-event__title{
  color:#1AA8D3;
}

@media (min-width: 770px){

  .frontpage-event{
    width:48%;
    margin:10px 1% 10px;
  }

	}

@media (min-width: 992px){

  .frontpage-event{
    width:19%;
    margin:0 .5% 30px;
  }

  .frontpage-event:hover{
    margin-top:-20px;
    margin-bottom:10px;
  }

  .frontpage-event:hover .frontpage-event__img{
    width:140px;
    height:140px;
  }
	}

@media (min-width: 1200px){

  .frontpage-event{
}
	}

.frontpage-event__img{
	border:2px solid white;
	height:120px;
	width:120px;
	margin:0px auto 20px;
	transition:.3s all ease-in-out;
	background:#7A93A5;
}

.frontpage-event__link{
	display:block;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
}

.frontpage-event__title{
	color:white;
	font-weight:bold;
	display:block;
}

.frontpage-events__featured-list{
	display:flex;
	justify-content:center;
	margin-top:10px;
	flex-wrap:wrap;
}

.frontpage-events__featured-list-event{
	flex:1 0 100%;
	padding:20px
}

@media (min-width: 770px){

  .frontpage-events__featured-list-event{
    flex:0 1 50%;
  }
	}

@media (min-width: 992px){

  .frontpage-events__featured-list-event{
    flex:0 1 33%;
    max-width:50%;
  }
	}

.frontpage-events__featured{
	display:block;
	height:220px;
	background-position:center center;
	background-size:cover;
}

.frontpage-events__footer{
	margin-top:40px;
	text-align:center;
}

.fp-instagram__container{
    display:flex;
    flex-flow:row wrap;
    margin:0 -1%;
}

.fp-instagram__img{
		height:200px;
		width:31%;
    margin:0 1% 20px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
		overflow:hidden
}

@media (min-width:992px){

  .fp-instagram__img{
    height:200px;
    width:18%;
  }
			}

.fp-instagram__meta{
    background:rgba(0,0,0,.6);
    position:absolute;
    bottom:-70px;
		width:100%;
    height:70px;
    font-size:12px;
    padding:15px;
    color:white;
    overflow:hidden;
		transition:all .2s ease-in-out;
}

.fp-instagram__img:hover{
}

@media (min-width:992px){

  .fp-instagram__img:hover .fp-instagram__meta{
    bottom:0;
  }
		}

.sidebar__widget{
	margin-bottom:40px;
}

.widget__header{
	margin-bottom:10px;
}

.widget__title{
	font-size:28px;
	margin:0;
}

.widget__body{
	color:#666;
	font-weight:200;
	margin-bottom:20px;
}

.widget__footer{
	margin-top:20px;
}

.sidebar__widget ul{
	margin-top:20px;
	padding:0;
	list-style:none;
}

.sidebar__widget ul li{
  margin-bottom:5px;
}

ul.run-widget__list{
  max-height:300px;
  overflow:auto;
}

ul.run-widget__list li{
  margin-bottom:5px;
  padding-bottom:5px;
  padding-right:10px;
  border-bottom:1px solid #efefef;
  font-size:14px;
}

.widget--donate__btn{
	display:block;
}

#fb-root{
  display:none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style]{
  width:100% !important;
}

.event.event__widget_item{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #DDD
}

.event.event__widget_item:last-child{
  margin-bottom:0;
  border:none;
  padding-bottom:0;
}

.widget-instagram__container{
    overflow:hidden;
}

.fp-instagram__item{
    display:block;
    width:31%;
    float:left;
    margin:10px 1%;
    height:100px;
    background-position:center center;
    background-size:cover;
}

.related__item{
  display:block;
  margin-bottom:10px !important;
  padding-bottom:10px;
  overflow:hidden;
  border-bottom:1px solid #eee
}

.related__item:last-child{
  border:none;
}

.related-img{
  width:100%;
  height:80px;
  display:block;
  float:left;
  margin-right:20px;
  background-position:center center;
  background-size:cover;
  background-color:#E87D2D;
}

.related__title{
  font-weight:bold;
  font-size:18px;
  color:#333;
}

.progress-sb-mod{
	padding:25px 10px 25px;
    background:#F7F7F7;
    box-shadow:1px 1px 5px #BBBABA;
    margin-bottom:40px;
}

.progress-sb-mod .hd{
  margin-bottom:0;
}

.progress-sb-mod h2.widget__title{
  text-align:center;
  border-bottom:1px solid #E8E8E8;
  padding-bottom:10px;
}

.dashed-container{
	border-right:1px dashed #ccc;
}

.progress-bar-text{
	padding-top:10px;
	text-align:center;
    font-family:'proxima-nova';
    font-weight:normal;
    font-size:14px;
    color:#666;
}

.progress-bar-text .num{
  display:block;
  font-weight:bold;
  font-size:24px;
  color:#4c4c4c;
}

.progress-bar-container{
    height:24px;
    position:relative;
    background:#E8E8E8;
    border-radius:20px;
    margin-top:15px;
    padding:0;
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.4);
}

.progress-bar-container > span.bar{
    display:block;
    height:100%;
    max-width:100%;
    border-radius:20px;
    background-color:#E87D2D;
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    -webkit-box-shadow:inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow:inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
    position:relative;
    overflow:hidden;
 }

.ks-sidebox{
	background:#EDF2F5;
    padding:20px;
    border-radius:4px;
    box-shadow:1px 1px 5px #BBBABA;
    font-size:15px;
    line-height:1.5;
}

.ks-sidebox__title{
    font-weight:bold;
    display:block;
    margin-bottom:10px;
    font-size:16px;
}

.aside-sponsoros{
  margin-top:20px;
}

.aside-sponsor{
    margin-bottom:25px;
}

.aside-sponsor h3{
  color:#326d31;
  font-size:18px;
  font-weight:700;
  margin-bottom:5px;
  text-transform:capitalize;
}

.aside-sponsor h4{
  margin:10px 0px 0;
  font-size:14px;
  font-weight:normal;
  font-style:italic;
}

.aside-sponsor img{
  max-width:200px;
  margin-bottom:10px;
}

.events-filters{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}

.events-filter{
	margin-bottom:10px;
}

.filter-registration{
	font-weight:normal;
	line-height:34px;
}

.events-filters-tags{
  overflow:hidden;
}

.events-filters-tags__label{
  display:inline-block;
  line-height:30px;
  color:#666;
  font-size:14px;
  margin:10px 10px 10px 0;
}

.events-filters-tags__list{
  margin:10px 0 0;
  padding:0;
  list-style:none;
  display:inline-block;
}

.events-filters-tag{
  display:inline-block;
  padding:5px 10px;
  background:#efefef;
  font-size:12px;
  margin:0 10px 5px 0;
  color:#666;
  border:1px solid #ddd;
  border-radius:2px;
}

.events-filters-close{
	display:inline-block;
	margin-left:5px;
	color:#333
}

.events-filters-close:hover{
  color:#12728f;
}

.events-loading{
	display:block;
	margin:20px;
	color:#999;
	text-align:center;
	min-height:500px;
}

.events-month-nav{
  margin-bottom:30px;
}

.events-nav-link{
  font-size:25px
}

.events-nav-link.disabled, .events-nav-link.disabled:hover{
  color:#ddd;
}

.events-month-title{
  font-weight:bold;
  display:inline-block;
  margin:0 10px;
}

.events-month-nav--bottom{
	margin:30px 0 60px;
	padding-top:30px;
	border-top:1px solid #ddd;
}

.events-day{
  margin-bottom:40px;
}

.events-day__weekday{
  display:inline-block;
  color:#666;
  font-weight:200;
  text-transform:uppercase;
  font-size:18px
}

@media (min-width: 992px){

  .events-day__weekday{
    display:block;
  }
  }

.events-day__monthday{
  color:#666;
  font-weight:bold;
  margin-bottom:20px;
  display:inline-block;
}

.events-day__events{
}

@media (min-width: 770px){

  .events-day__events{
    border-left:1px solid #ddd;
  }
	}

.events-day__list{
	margin:0;
	padding:0;
	list-style:none;
}

.event.event__item{
  display:block;
  margin-bottom:15px;
  overflow:hidden
}

@media (min-width: 992px){

  .event.event__item{
    float:left;
    width:48%;
  }
  }

.event-img{
  width:80px;
  height:80px;
  display:block;
  float:left;
  margin-right:20px;
  background-position:center center;
  background-size:cover;
}

.event__title{
  font-weight:bold;
  display:block;
  font-size:18px;
}

.event-meta{
  font-weight:200;
  color:#999;
}

.events-live__events li{
  margin-bottom:15px;
  display:flex;
}

.events-live__events .event.event__item{
  padding:10px 20px;
  max-width:600px;
  border-radius:4px;
  position:relative;
  overflow:visible;
  min-height:80px;
  background-position:0 0;
  background-size:1px;
  float:none;
  background-color:#f7f7f7;
  max-width:none;
  box-shadow:1px 1px 0px rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease-in-out;
  top:0;
  left:0;
  width:100%;
}

.events-live__events .event.event__item .event-img{
  height:60px;
  width:60px;
  display:block;
}

.events-live__events .event.event__item:hover{
  top:-5px;
  left:-5px;
  box-shadow:10px 10px 0px rgba(0, 0, 0, 0.15);
  background:#efefef !important;
}

.events-live__events .inner{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.events-live__events .event__title{
  color:#444;
  font-size:16px;
  display:block;
  text-decoration:none;
  margin-right:20px;
}

.events-live__events .event__title a{
  color:#444;
  text-decoration:none;
}

.events-live__events .event-meta{
  font-size:14px;
  color:#333;
  display:flex;
  align-items:center;
}

.events-live__events .time{
  width:120px;
  position:relative;
  font-size:14px;
  display:flex;
  margin-top:10px;
}

.events-live__events .time:before{
  content:"";
  min-width:10px;
  max-width:10px;
  height:10px;
  border-radius:50%;
  background:#666;
  display:inline-block;
  margin-right:8px;
  position:relative;
  top:4px;
}

.attend-btn{
  display:none;
  cursor:pointer;
  margin-left:20px;
  padding:3px 12px;
  border:1px solid #333;
  color:#333;
  font-size:12px;
  border-radius:4px
}

.attend-btn:hover, .attend-btn.attending{
  background:#333;
  color:white;
}

.event-meta--live{
  background:#222;
  color:white;
  display:flex;
  max-width:95px;
  align-items:center;
  font-size:14px;
  padding:3px 8px;
  border-radius:2px;
  margin-top:5px;
  margin-left:auto
}

.event-meta--live:before{
  content:"";
  display:inline-block;
  margin-right:5px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#e83030;
}

.frontpage__article-img .event-meta--live{
  position:absolute;
  right:5px;
  bottom:5px;
}

.events-live__weekday{
    display:block;
    font-weight:bold;
    font-size:16px;
    color:#666;
    padding-bottom:10px;
    margin-bottom:10px;
}

.events-month-nav--live .events-month-title{
  margin:0;
}

.events-month-nav--live .events-nav-link{
  padding:0 10px;
}

.events-month-nav--live{
  margin-bottom:30px;
  padding:20px;
  border-bottom:1px solid #efefef;
}

.events-month-nav--live-bottom{
  margin-bottom:-10px;
  padding:20px;
  border-top:1px solid #efefef;
}

.live-events-banner{
  background-image:url('https://ncsy.org/assets/banners-virtual-ncsy-75849_slide-banner.jpg');
  display:block;
  height:450px;
  margin-bottom:20px;
  background-position:center;
  background-size:cover;
}

.page-redux .single-event__header h1, .page-redux .single-event__description, .page-redux .event-info__header{
  font-family:'Avenir-Heavy', sans-serif !important;
}

.page-redux .event-single{
  font-family:'Avenir-Normal', sans-serif !important;
}

.event-flex{
	display:flex;
	flex-flow:column;

}

.event-flex .event-flex__main{
  margin-bottom:20px
}

.event-flex .event-flex__sidebar{
  margin-bottom:20px;
  padding:0px 15px
}

@media (min-width: 770px){

  .event-flex{
    flex-flow:row;
  }
				}

@media (min-width: 770px){

  .event-flex .event-flex__main{
    width:58.33333333%;
  }
				}

@media (min-width: 770px){

  .event-flex .event-flex__sidebar{
    width:33.33333333%;
    padding:0px;
    margin-bottom:30px;
    margin-left:8.33333333%;
  }
				}

.single-event__header{
  padding-bottom:22px;
	border-bottom:1px solid #E0E0E0;
    margin-bottom:22px;
    flex-flow:column;
    justify-content:center;
    align-items:center;
		display:flex;
}

.single-event__header h1{
  margin-bottom:10px;
  font-size:40px;
  line-height:120%;
  color:#181822;
}

@media (min-width: 770px){

  .single-event__header{
    flex-flow:row;
    padding-bottom:32px;
    border-bottom:1px solid #E0E0E0;
    margin-bottom:32px;
  }		
		}

.single-event__description{
	font-size:24px;
	line-height:120%;
	font-weight:800;
	color:#181822;
	margin-bottom:14px
}

@media (min-width: 770px){

  .single-event__description{
    margin-bottom:24px;
  }

		}

.single-event_subtitle{
	font-size:26px;
	line-height:120%;
	color:#181822;
	margin-bottom:20px;
	display:block;
}

.single-event__meta{
}

.single-event__share .addthis_toolbox{
	margin:0;
	text-align:left;
}

.single-event__title{
	flex:1;
	display:flex;
	flex-flow:column;
}

.single-event__title .social-sharing--events{
  margin-top:auto;
}

.event-img-container{
	height:100px;
	overflow:hidden;

}

.single-event__image{
						width:102px;
						height:100px;
						background-position:center;
						background-size:cover;
	border-radius:10px;
		margin-top:15px;
		margin-bottom:10px	
}

@media (min-width: 770px){

  .single-event__image{
    margin-right:24px;
    margin-bottom:0px;
    margin-top:0px;
  }
		}

.btn--event-register{
	display:block;
	margin-bottom:40px;
}

.widget--event-location{
	background:#FFFFFF;
box-shadow:0px 4px 23px 10px rgba(201, 201, 201, 0.13);
border-radius:12px;
}

.widget--event-location iframe{
  border-radius:12px 12px 0px 0px;
}

.widget--event-location__header{
	padding:15px 20px 5px;
}

.event-sidebar-info{
	font-size:16px;
	line-height:150%;
	color:#212137;
	padding:20px 24px 20px;
}

.event-sidebar-info td{
  padding-bottom:22px
}

@media (min-width: 770px){

  .event-sidebar-info{
    padding:40px 24px 40px;
  }
				}

@media (min-width: 770px){

  .event-sidebar-info td{
    padding-bottom:32px;
  }
				}

.event-info__header{
		font-size:18px;
		font-weight:800;
		line-height:150%;
		color:#212137;
		margin-bottom:8px;
}

.event-info__header i.fa{
  padding-right:6px;
}

.event-info__ticket{
	margin-top:7px;
}

.btn--event-register{
		background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
		border-radius:6px;
		font-size:18px;
		padding:17px 33px;
		line-height:120%;
		text-align:center;
		color:#FFFFFF;
}

.event-single .alert{
  padding:15px;
  margin-bottom:20px;
  border:1px solid transparent;
  border-radius:4px
}

.event-single .alert.alert-danger{
  color:#a94442;
  background-color:#f2dede;
  border-color:#ebccd1;
}

.event-single .alert.alert-success{
  color:#3c763d;
  background-color:#dff0d8;
  border-color:#d6e9c6;
}

.event-single .alert.alert-info{
  color:#31708f;
  background-color:#d9edf7;
  border-color:#bce8f1;
}

.event-single .alert.alert-warning{
  color:#8a6d3b;
  background-color:#fcf8e3;
  border-color:#faebcc;
}

.event-register__child-selection{
	background:#efefef;
	border-bottom:1px solid #ddd;
	padding:20px 0;
	margin-bottom:20px;
}

.register-title-label{
  font-weight:bold;
  text-transform:uppercase;
  color:#ccc;
}

.event-register-form{
	max-width:600px;
	margin:0 auto 40px;
}

.register__form .form-row .row:first-of-type [class^="col-md-"], .register__form .form-row .row:first-of-type [class^="col-sm-"], .register__form .form-row .row:first-of-type [class^="col-xs-"]{
}

.register__form .form-row .row:first-of-type [class^="col-md-"]:first-of-type, .register__form .form-row .row:first-of-type [class^="col-sm-"]:first-of-type, .register__form .form-row .row:first-of-type [class^="col-xs-"]:first-of-type{
  padding-left:0px;
}

.register__form .table > thead > tr > th, .event-payment__table.table > tbody > tr > th{
	border-bottom:1px solid #ddd;
	border-top:none;
	background:#efefef;
	padding-left:10px;
}

.register__form .table > thead > tr > th.side-label, .register__form .table > tbody > tr > th.side-label{
	vertical-align:middle;
	border-top:none;
	border-bottom:none;
}

.register__form .table > thead > tr > th.side-label{
	border-right:none;
}

.register__form .table > tbody > tr > td{
	border:none;
}

.event-payment-form{
	max-width:500px;
	margin:0 auto 40px;
}

.event__payment--cvv-text{
  padding:5px 10px;
  color:#999;
  font-size:12px;
  border-radius:2px;
}

.ref-num{
  background-color:#224259;
  padding:5px 20px;
  color:white;
  display:inline-block;
  margin-top:10px;
  border:2px solid #142734;
}

.event__payment__scholarship{
	margin-top:25px;
	margin-bottom:15px;
}

.sponsorship-label{
	color:#666;
	font-weight:600;
  background:#f9f9f9;
  padding:10px 15px;
  border:1px solid #efefef;
  display:block;
	font-size:12px;
}

.event__payment__scholarship-container{
	display:none;
	margin-top:10px;
	transition:all .3s ease-in-out;
	min-height:95px;
	position:relative;
	border-bottom:1px solid #ddd;
}

.event__payment__scholarship-list{
	padding-left:0;
	list-style:none;
	background:#ffffff;
  border:1px solid #ddd;
	border-bottom:none;
	margin-bottom:0;
}

.event__payment__scholarship-list li{
  padding:10px 20px;
  overflow:hidden;
  min-height:95px;
  display:none;
}

.event__payment__scholarship-list li.active{
  display:block;
}

.event__payment__scholarship-list li:hover{
  background:#efefef;
}

.event__payment__scholarship-list li:last-child{
  border:none;
}

.event__payment__scholarship-list input[type="radio"]{
  position:absolute;
  left:-9999px;
}

.event__payment__scholarship-list label{
  display:flex;
  align-items:center;
  margin-bottom:0;
  cursor:pointer;
}

.event__payment__scholarship-list.open li{
  display:block;
  border-bottom:1px solid #ddd;
}

.sponsorship__img{
	width:70px;
	height:70px;
	border-radius:50%;
	margin-right:20px;
}

.sponsorship__desc{
  display:block;
  font-weight:100;
  font-size:12px;
  color:#666;
  margin-top:3px;
}

.sponsorship__name{
	color:#333;
	font-weight:400;
}

.sponsorship__amount{
  color:#1ba8d3;
}

.sponsorship__handle{
  position:absolute;
  top:0;
  right:0;
  height:96px;
  width:100%;
	padding-right:15px;
  display:flex;
  align-items:center;
	justify-content:flex-end;
	cursor:pointer;
}

.sponsorship__handle:hover{
	background:rgba(0,0,0,.05);
}

.event-payment__table.table > tbody > tr > td{
	vertical-align:middle;
}

.form-table tr > .event-payment__table-check:first-child{
	padding-left:10px;
}

.staff__pane{
	overflow:hidden;
}

.staff__item{
	width:100%;
	margin:0 1% 20px;
	float:left;
	overflow:hidden;
	height:140px;
	background:#f7f7f7;
	box-shadow:1px 1px 5px #ccc
}

.staff__item:hover{
  box-shadow:1px 1px 10px #999;
}

@media (min-width: 992px){

  .staff__item{
    width:31%;
  }

  .staff__item:nth-child(3n+3){
    margin-right:0;
  }
	}

.staff__info{
	float:left;
}

.staff_image{
	background-size:cover;
	background-position:center center;
	border:1px solid #ddd;
	float:left;
	margin-right:15px;
	width:100px;
	height:140px;
	display:block;
}

.staff__body{
  padding:15px 10px 10px 0;
}

.staff__title{
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

.single__header--staff{
	overflow:hidden;
	margin-bottom:20px;
}

.staff__member-title, .staff__category{
	color:#888;
	display:block;
	margin-bottom:8px;
	font-weight:400;
	font-size:13px;
}

.staff__phone{
	color:#666;
	font-weight:200;
	display:block;
	font-size:12px;
}

.staff__email{
	font-weight:200;
	display:block;
	font-size:12px;
}

.staff__facebook{
	font-weight:200;
	display:block;
	font-size:12px;
}

.staff-single__name{
	margin-bottom:10px;
}

.all-staff__region{
	margin-bottom:20px;
	overflow:hidden;
}

.all-staff__region h3{
  margin-left:1%;
  margin-bottom:20px;
}

main.page-staff--redux{
		font-family:'Avenir-Normal', sans-serif !important
}

main.page-staff--redux.page-staff--all .staff__header{
}

main.page-staff--redux.page-staff--all .page-staff__tabs__content{
}

@media (min-width: 720px){

  main.page-staff--redux.page-staff--all .staff__header{
    padding-top:30px;
  }
}

@media (min-width: 720px){

  main.page-staff--redux.page-staff--all .page-staff__tabs__content{
    padding:35px 0px 75px;
  }
}

.staff__header{
	padding-top:40px;
	overflow:hidden;
	background:#212134;
}

.staff__header h1{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:28px;
  line-height:150%;
  color:#FFFFFF
}

@media (min-width: 720px){

  .staff__header h1{
    font-size:56px;
  }
				}

@media (min-width: 720px){

  .staff__header{
    padding-top:60px;
  }
				}

.page-staff__tabs{
	padding:0px;
}

.page-staff__tabs ul.staff__nav__tabs{
  margin-bottom:0;
  padding-left:0;
  margin-top:0;
  list-style:none;
  display:flex;
  flex-flow:wrap;
  align-items:center;
  justify-content:space-around;
}

.page-staff__tabs ul.staff__nav__tabs li{
  text-align:center;
  display:block;
}

.page-staff__tabs ul.staff__nav__tabs li a{
  font-size:24px;
  line-height:150%;
  position:relative;
  text-transform:capitalize;
  color:#FFFFFF;
  text-decoration:none;
  opacity:0.6;
  padding:12px;
  display:block
}

.page-staff__tabs ul.staff__nav__tabs li a:hover{
  text-decoration:none;
  opacity:1;
}

.page-staff__tabs ul.staff__nav__tabs li.active a{
  opacity:1;
}

.page-staff__tabs ul.staff__nav__tabs li.active a:before{
  content:"";
  display:block;
  height:4px;
  width:100%;
  background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
  border-radius:16px;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
}

@media (min-width: 720px){

  .page-staff__tabs{
    padding:20px 0px 0px;
  }
				}

@media (min-width: 720px){

  .page-staff__tabs ul.staff__nav__tabs li{
    width:33%;
  }
		}

@media (min-width: 720px){

  .page-staff__tabs ul.staff__nav__tabs li a{
    padding:12px 12px 16px;
  }
					}

.page-staff__tabs__content{
		background:#181822;
		color:white;
		margin:0px;
		padding:30px 0px 50px;
}

.page-staff__tabs__content .tab-pane.active{
  margin:0 -1%;
}

@media (min-width: 720px){

  .page-staff__tabs__content{
    padding:72px 0px 150px;
  }
				}

.staff__col{
	width:48%;
	margin:0 1% 20px;
	float:left;
	    overflow-wrap:break-word;
	padding:16px 16px 0px;
background:#292949;
box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius:6px;
color:white;
}

.staff__col .staff__image{
  background-blend-mode:soft-light, normal;
  border-radius:5px;
  height:175px;
  display:block;
  width:100%;
  background-size:cover;
  background-position:center;
  margin-bottom:16px
}

.staff__col .staff__name{
  font-family:'Avenir-Heavy', sans-serif !important;
  display:block;
  font-size:20px;
  line-height:120%;
  color:#FFFFFF;
  margin-bottom:8px;
}

.staff__col .staff__subtitle{
  font-size:14px;
  line-height:120%;
  color:#FFFFFF;
  opacity:0.8;
  display:block;
}

.staff__col .staff__social{
  padding-top:20px;
  font-size:14px;
  display:block;
  line-height:120%;
  color:#FFFFFF;
}

.staff__col .staff__tel, .staff__col .staff__mail, .staff__col .staff__fb{
  display:block;
  padding-bottom:15px;
}

.staff__col .staff__tel i.fa, .staff__col .staff__mail i.fa, .staff__col .staff__fb i.fa{
  padding-right:8px;
}

.staff__col .staff__mail, .staff__col .staff__fb{
  text-decoration:none;
  color:#EC8F31;
}

.staff__col a:hover{
  text-decoration:underline;
}

@media (min-width: 770px){

  .staff__col{
    width:31%;
  }
		
	}

@media (min-width: 980px){

  .staff__col{
    width:23%;
  }
		
	}

@media (min-width: 720px){

  .staff__col .staff__image{
    height:273px;
  }
			}

.staff__region--title{
	    width:100%;
    margin-bottom:20px;
    padding:0px 15px;
    margin-top:15px;
}

.login__header{
	text-align:center;
	max-width:400px;
	margin:auto
}

.login__header.login__header--register{
  max-width:600px;
}

.login__container{
	max-width:370px;
	margin:40px auto 100px;
	text-align:center;
}

.login__password-input, .login__user-input, .login__email-input{
	position:relative;
}

.login__password-input input, .login__user-input input, .login__email-input input{
  padding-left:40px;
}

.login__password-input:after, .login__user-input:after, .login__email-input:after{
  font-family:fontAwesome;
  position:absolute;
  top:8px;
  left:15px;
  color:#666;
}

.login__password-input:after{ content:"\F023";}

.login__user-input:after{ content:"\F007";}

.login__email-input:after{ content:"\F0E0";}

.login__btn{
	display:block;
	margin:20px 0;
	width:100%;
}

.login__forgot-link{
	font-size:14px;
}

.login__register-link{
	font-size:ceil((14px * 1.25));
}

.login__or{
  display:block;
  text-transform:uppercase;
  color:#666;
  position:relative;
  width:40px;
  margin:40px auto 20px;
  background:white
}

.login__or:after{
  content:"";
  position:absolute;
  width:350px;
  border-bottom:1px solid #ddd;
  top:10px;
  left:-155px;
  z-index:-1;
}

.login__footer{
	margin-bottom:60px;
}

.login__lookup-form{
	max-width:350px;
	margin-top:30px;
}

.login__help-list{
	margin:30px 0 0;
	padding:0;
	list-style:none;
	font-weight:200;
}

.login__help-list li{
  margin-bottom:15px;
}

.done-envelope{
	position:relative;
	display:inline-block;
	margin-bottom:100px;
}

.done-envelope i{
  font-size:100px
}

.done-envelope span{
  position:absolute;
  color:rgb(251, 251, 251);
  padding:5px;
  background:#1AA8D3;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:1;
  border:3px solid rgb(251, 251, 251);
  bottom:0;
  right:-15px;
  font-weight:bold;
}

.register-form__header{
	max-width:800px;
	margin:auto;
	text-align:center;
}

.donate__container{
	width:100%;
	max-width:600px;
	margin:auto;	
}

.donate__container--flex{
	width:100%;
}

.donate__container--flex .donation-wrapper{
  display:flex;
  flex-flow:column-reverse;
}

.donate__container--flex .donation-wrapper .col-md-3.col-sm-6{
}

.donate__container--flex .donation-wrapper .form-row .styled-radio-container .col-sm-4.col-xs-6{
  padding:0px 15px !important
}

.donate__container--flex .donation-wrapper .form-row .row:first-of-type [class^="col-md-"], .donate__container--flex .donation-wrapper .form-row .row:first-of-type [class^="col-sm-"], .donate__container--flex .donation-wrapper .form-row .row:first-of-type [class^="col-xs-"]{
}

.donate__container--flex .donation-wrapper .form-row .row:first-of-type .col-sm-12.col-xs-12{
  width:100%;
  padding:0px 15px;
}

.donate__container--flex .donation-wrapper select.form-control{
  height:40px;
  border-radius:2px;
  box-shadow:none;
  border-color:#ddd;
  border-width:1px;
}

.donate__container--flex .donate__form{
  width:100%;
  max-width:600px;
  margin:40px auto
}

.donate__container--flex .dd-plugin{
}

@media (min-width: 720px){

  .donate__container--flex .donation-wrapper{
    flex-flow:row;
  }
		}

@media (max-width: 720px){

  .donate__container--flex .donation-wrapper .form-row .styled-radio-container{
    display:flex;
    flex-flow:wrap;
  }
						}

@media (max-width: 720px){

  .donate__container--flex .donation-wrapper .form-row .styled-radio-container .col-sm-4.col-xs-6{
    width:50%;
  }
						}

@media (min-width: 720px){

  .donate__container--flex .donation-wrapper .form-row .styled-radio-container .col-sm-4.col-xs-6{
    width:33.3%;
  }
						}

@media (max-width: 720px){

  .donate__container--flex .donation-wrapper .form-row .row:first-of-type [class^="col-md-"], .donate__container--flex .donation-wrapper .form-row .row:first-of-type [class^="col-sm-"], .donate__container--flex .donation-wrapper .form-row .row:first-of-type [class^="col-xs-"]{
    padding-left:0px;
    padding-right:0px;
  }
						}

@media (min-width: 720px){

  .donate__container--flex .donate__form{
    width:55%;
    margin-right:5%;
  }
		}

@media (min-width: 720px){

  .donate__container--flex .dd-plugin{
    width:50%;
  }
		}

.dd-plugin{
	margin-bottom:50px;
}

.donate__form{
	margin:40px 0;
}

.form__section{
	margin-bottom:40px;
}

.form__section__header{
	color:#1AA8D3;
	font-weight:bold;
	font-size:22px;
	margin-bottom:15px;
}

.payment-amount{
	font-weight:bold;
	margin-bottom:15px;
}

.payment-amount__sum{
	color:#1AA8D3;
	font-weight:normal;
}

.cc-img{
	float:right;
}

.chile-donate--granito{
	display:flex;
	align-items:center;
}

.chile-donate--granito-amount{
    font-size:28px;
    margin-right:10px;
}

.chile-donate--granito-times{
	width:70px;
	margin-left:20px;
	margin-right:20px;
}

.chile-donate--granito-total{
		margin-left:5px;
    border:2px solid #ddd;
    border-radius:2px;
    height:40px;
    max-width:70px;
		display:block;
		width:100%;
		padding:8px;
		font-weight:bold;
}

.chile-donate--img{
    flex:1;
    height:240px;
    background-position:center;
    background-size:cover;
		margin:0 0 20px;
		position:relative;
		flex-basis:40%;
}

@media (min-width: 480px){
	.chile-donate--imgs{
		display:flex;
		margin:0 -20px 40px;
		flex-wrap:wrap;
	}
	.chile-donate--img{
		margin:20px;
		height:200px;
	}
}

@media (min-width: 760px){
	.chile-donate--imgs{
		margin:0 0 40px;
	}
	.chile-donate--img{
		height:200px;
		flex-basis:40%;
	}
}

@media (min-width: 900px){
	.chile-donate--imgs{
		margin:0 -200px 40px;
	}
	.chile-donate--img{
		height:150px;
		flex-basis:20%;
	}
}

.chile-donate--caption{
    background:rgba(0,0,0,.6);
    display:block;
    padding:5px;
    bottom:0;
    position:absolute;
    width:100%;
    color:white;
    font-size:12px;
}

.cad-note{
	display:none;
	font-size:12px;
	font-style:italic;
}

.OU-donate-form .ou-donation-logo{
  display:none;
}

.OU-donate-form h2{
  margin-bottom:20px;
  font-size:22px;
  font-weight:normal
}

.OU-donate-form .form-group{
  align-items:center
}

.OU-donate-form .embed-donation-form{
  min-height:400px;
  background-image:url('https://res.cloudinary.com/orthodox-union/image/upload/v1574026510/jlic/ajax-loading.gif');
  background-repeat:no-repeat;
  background-position:center 50px;
}

.OU-donate-form .form-container.ou-donation-form{
  margin:40px 0 20px;
  box-shadow:none;
  padding:0;
}

.OU-donate-form label{
  padding:0;
  margin:0;
  font-weight:normal
}

.OU-donate-form #amount_other{
  color:#333;
  margin:0;
  max-width:none;
  padding-left:30px;
  padding-top:2px;
}

.OU-donate-form hr{
  display:none;
}

main.our-mission-container{
    padding:0px 15px 20px;
    font-family:'Avenir-Normal', sans-serif !important;
    background:#181822
}

@media (min-width: 720px){

  main.our-mission-container{
    padding:120px 15px 60px;
  }
    }

.our-mission-wrapper{
    max-width:1200px;
    align-items:center;

    margin:0 auto
}

@media (min-width: 720px){

  .our-mission-wrapper{
    display:flex;
    flex-flow:row;
  }
    }

.our-mission__content{
    max-width:700px;
    text-align:center;
    margin:0 auto 40px;
}

.our-missions{
      display:flex;
        flex-flow:row wrap;
        margin:0 -12px;
        justify-content:center
}

@media (min-width: 720px){

  .our-missions{
}

    }

.mission-item__img{
    display:block;
    background-position:center center;
    background-size:cover;
    background-color:#7A93A5;
    height:220px;
    margin-bottom:20px;
}

.mission-item__title{
    font-family:'Avenir-Heavy', sans-serif !important;
    font-size:20px;
    line-height:120%;
    color:#FFFFFF;
    margin-bottom:16px;
}

.mission-item__excerpt{
    font-size:14px;
    line-height:150%;
    color:#FFFFFF;
    margin-bottom:24px;
}

.donate-programs__container .mission-item__excerpt{
  color:black;
  float:none;
}

a.mission-item{
    background:#292949;
    box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius:6px;
    padding:16px 24px 24px;
    display:flex;
    flex-flow:column;
    width:100%;
    margin:0px 10px 24px
}

@media (min-width: 480px){

  a.mission-item{
    min-width:48%;
    max-width:48%;
    margin:0px 1% 24px;
    padding:16px;
  }
    }

@media (min-width: 770px){

  a.mission-item{
    padding:16px 24px 24px;
    margin-bottom:48px;
    min-width:384px;
    max-width:384px;
    margin:0px 12px 48px;
  }
    }

.mission__link{
    margin-top:auto;
    font-size:14px;
    line-height:120%;
    color:#FFFFFF;
    display:flex;
    color:#ED9236;
    align-items:center;
}

.mission-item:hover{
    text-decoration:none;
}

.donate-programs-info{
    font-size:15px    
}

@media (min-width: 720px){

  .donate-programs-info{
    display:flex;
  }
    }

.donate-programs__title{
    font-weight:bold;
    font-size:19px;
    margin-bottom:7px;
    margin-top:25px;    
}

.donate-programs__img{
    display:block;
    width:100%;
    border-radius:5px;
    max-width:100%;
    height:175px;
    margin-bottom:48px;
    background-size:cover;
    background-position:center    
}

@media (min-width: 720px){

  .donate-programs__img{
}
    }

.profile{
	max-width:800px;
	margin:auto;
}

.profile__header{
	text-align:center;
}

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

.profile__user-img{
	display:block;
	height:150px;
	width:150px;
	margin:0 auto 20px;
	background:#98AEC1;
	position:relative;
}

.img-upload-spinner{
	font-size:22px;
	color:white;
	margin-top:65px;
}

.profile__user-cover{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  background:black;
  top:0;
  left:0;
  opacity:.3;
  padding-top:60px;
  font-size:28px;
  color:white;
}

.profile__user-img:hover .profile__user-cover{
	display:block;
}

.profile__link{
	font-size:14px;
	text-decoration:none;
}

.profile__form .table > thead > tr > th{
	background:#efefef;
	padding-left:10px;
	border-bottom:1px solid #ddd;
}

.event__item--profile{
	height:100px;
	overflow:hidden;
}

.event__title--profile{
	font-size:16px;
	height:42px;
	overflow:hidden;
}

.event__meta--profile{
	font-size:12px;
}

.event-history__table{
	font-size:14px;
	width:100%;	
}

.event-history__table .upper-label{
	background:#efefef;
	border-bottom:1px solid #ddd;
	font-weight:bold;
	text-align:left;
	padding:8px;
}

.event-history__action{
	display:flex;
	flex-wrap:wrap;
}

.event-history__action span{
  flex:1;
  margin:3px;
}

.event-history__action a{
  width:100%;
}

.updatedAlert{
  position:fixed;
  top:20px;
  z-index:1000;
  right:100px;
  background-color:#183346;
  color:#7790A2;
  padding:10px 30px 10px 20px;
  border-radius:2px;
  border-bottom:2px solid #7790A2;
  box-shadow:1px 1px 10px #999;
}

.updatedAlert i{
  background-color:#7992A4;
  border-radius:50%;
  padding:4px;
  color:#183346;
  margin-right:20px;
}

.gallery__album{
  margin-bottom:25px;
  width:100%;
  height:200px;
  border:5px solid white;
  box-shadow:0 0 10px #999;
  position:relative;
  border-radius:2px 2px 0 0;
  transition:.2s all ease-in-out
}

@media (min-width: 770px){

  .gallery__album{
    width:48%;
    margin-right:2%;
    float:left;
  }
  }

@media (min-width: 992px){

  .gallery__album{
    width:18%;
  }
  }

.gallery__container, .gallery__img-wrapper{
  margin:20px 0 60px;
}

.gallery__container:before, .gallery__container:after, .gallery__img-wrapper:before, .gallery__img-wrapper:after{
  content:" ";
  display:table;
}

.gallery__container:after, .gallery__img-wrapper:after{
  clear:both;
}

.gallery__link{
  display:block;
  height:100%;
  background-size:cover;
  background-position:center center;
}

.gallery__title, .gallery__metadata{
  color:#333;
  font-size:14px;
  display:block;
  position:absolute;
  bottom:0;
  padding:10px;
  background:white;
  width:100%;
  height:55px;
  text-align:center;
  font-weight:200;
}

.gallery__metadata{
  height:auto;
  text-align:left;
}

.gallery__album:hover{
  box-shadow:4px 4px 15px #666;
}

.gallery__header-btn{
}

@media (min-width: 480px){

  .gallery__header-btn{
    margin-right:2%;
    margin-top:24px;
    float:right;
  }
  }

.gallery__img-footer{
  margin-top:20px;
}

.gallery__img-footer .btn{
  font-size:14px;
}

.gallery__addthis{
  font-size:24px;
  line-height:51px;
  padding:5px;
}

.gallery__tag-item{
  overflow:hidden;
  margin-bottom:10px;
}

.gallery__tag-name{
  color:#333;
  line-height:50px;
  margin-left:60px;
}

.section-gallery{
		max-width:1150px;
		position:relative;
		margin:0 auto 30px;
}

.section-gallery .fade{
  opacity:.4;
  transition:opacity .25s ease-in-out;
  -moz-transition:opacity .25s ease-in-out;
  -webkit-transition:opacity .25s ease-in-out;
}

.section-gallery .photos-sb-mod .album{
  width:49%;
}

.section-gallery .photos-sb-mod .album a{
  height:100px;
}

.section-gallery .album{
  width:25%;
  float:left;
  box-sizing:border-box;
  padding:7px;
}

.section-gallery .album a{
  box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius:3px;
  background-color:white;
  display:block;
  height:160px;
  background-repeat:no-repeat;
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  position:relative;
  box-sizing:border-box;
}

.section-gallery .album i{
  color:#333;
}

.section-gallery .album .metadata{
  display:block;
  padding:3px 5px;
  position:absolute;
  background:#eee;
  bottom:0;
  right:0;
}

.section-gallery .album a:hover .metadata{
  display:block;
  opacity:1;
}

.section-gallery .album .title{
  position:absolute;
  bottom:0;
  width:100%;
  box-sizing:border-box;
  color:white;
  padding:10px;
  font:bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-shadow:0 2px 3px rgba(0, 0, 0, .5);
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuODEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.81) 80%, rgba(0, 0, 0, 0.81) 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(7%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
  background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.81) 80%, rgba(0, 0, 0, 0.81) 100%);
  background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.81) 80%, rgba(0, 0, 0, 0.81) 100%);
  background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.81) 80%, rgba(0, 0, 0, 0.81) 100%);
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.81) 80%, rgba(0, 0, 0, 0.81) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000', GradientType=0);
}

.section-gallery .gallery-image .the-image{
  display:block;
  box-sizing:border-box;
  border-top-radius:3px;
}

.section-gallery ul.media-list{
  margin:0;
  padding:0;
  list-style:none;
}

.section-gallery ul.media-list .media{
  overflow:hidden;
}

.section-gallery ul.media-list .media-body{
  margin-left:70px;
}

.section-gallery .header-bar{
  background:#00AAB0;
  padding:10px;
  font:300 24px 'proxima-nova';
  color:white;
  text-transform:uppercase;
  margin-bottom:20px;
  border-radius:3px;
}

.section-gallery .box{
  box-shadow:0px 1px 3px 0px rgba(0,0,0,0.25);
  border-radius:3px;
  background-color:white;
}

.section-gallery .gallery-list{
  margin-bottom:25px;
}

.section-gallery .btn--load{
  display:block;
  margin:0 auto;
}

.section-gallery a.back-link{
  font-size:16px;
  color:white;
  float:right;
  padding:6px 12px;
  margin-bottom:0;
  display:inline-block;
  text-transform:capitalize;
}

@media (max-width: 840px){

  .section-gallery .album{
    width:33.333%;
  }

  .section-gallery .album a{
    height:140px;
  }
}

@media (max-width: 600px){

  .section-gallery .album{
    width:50%;
  }

  .section-gallery .album a{
    height:200px;
  }

  .section-gallery body.gallery-image .btn-group{
    display:block;
    margin-bottom:10px;
    float:none;
    text-align:center;
  }

  .section-gallery body.gallery-image .btn-primary{
    display:block;
  }
}

@media (max-width: 420px){

  .section-gallery .album{
    width:100%;
  }

  .section-gallery .album a{
    height:200px;
  }
}

@media (max-width: 767px){

  .section-gallery .photos-sb-mod .large-set .image, .section-gallery .photos-sb-mod .smaller-set .image{
    width:33.333% !important;
  }

  .section-gallery .photos-sb-mod .large-set a, .section-gallery .photos-sb-mod .smaller-set a{
    height:110px !important;
  }
}

.widget--chapter-location{
	box-shadow:1px 1px 10px #ccc;
}

.chapter-sidebar-info{
	padding:0 20px 20px;
}

.chapter-info__header{
	font-size:22px;
	margin-bottom:5px;
	font-weight:200;
	color:#333;
	margin-top:20px;
}

a.chapter-info--fb{
	overflow-wrap:break-word;
	width:80%;
	display:block;	
}

.ncsy-connect__nav{
    background:#efefef;
    min-height:45px;
    border-bottom:1px solid #ddd;
}

.ncsy-connect__nav nav{
  background:none;
  border:none;
  padding-top:5px
}

.ncsy-connect__nav .navbar-toggle{
  position:absolute;
  top:0;
  right:0;
}

.ncsy-connect__nav .icon-bar{
  background:#333;
}

@media (min-width:992px){

  .ncsy-connect__nav nav{
    margin-left:-20px;
  }
		}

.sefer-torah__header{
	padding:40px 0 40px;
    color:white;
    text-align:center;
    margin-bottom:40px;
    position:relative;
   	background-repeat:no-repeat;
	background-size:cover;
	background-position:center

}

.sefer-torah__header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:0;
  opacity:.3;
  background:#98774B;
  background:-moz-linear-gradient(top,  #98774B 0%, #271A08 100%);
  background:-webkit-linear-gradient(top,  #98774B 0%,#271A08 100%);
  background:linear-gradient(to bottom,  #98774B 0%,#271A08 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#98774B', endColorstr='#271A08',GradientType=0 );
}

.sefer-torah__content{
	font-size:18px;
}

.sefer-torah__progress{
    padding:30px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
    color:#666;
}

.sefer-torah__progress .progress-bar-container{
  height:36px;
}

.sefer-torah__progress .progress-bar-text .num{
  color:#666;
  font-size:20px;
}

.sefer-torah__progress .progress-bar-container > span.bar{
  background-color:#d0b796;
  background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-box-shadow:inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  min-width:4%;
}

.seer-torah__percentage-num{
    font-size:34px;
    color:#444;
    display:inline-block;
    margin:0 8px;
}

.sefer-torah__form{
	margin:auto;
    background:#183346;
    padding-top:40px;
}

.sefer-torah__form-container{
	padding:0px 50px 120px;
    margin-bottom:-10px;
    background:#F9F9F9;
    max-width:800px;
    margin:0px auto 0px;
}

.sefer-torah__form-container .form__section__header{
  color:#D0B796;
  margin-bottom:20px;
}

.sefer-torah__form-container .form__section__header ul{
  margin:0px;
  padding:0;
  list-style:none;
}

.sefer-torah__form-container .form-control{
  height:40px;
  border-radius:2px;
  box-shadow:none;
  border-color:#ddd;
  border-width:1px;
}

.sefer-torah__form--tabs{
    text-align:center;
    max-width:800px;
    margin:40px auto 100px;
}

.sefer-torah__form--tabs .nav-tabs{
  border-bottom:none;
}

.sefer-torah__form--tabs .nav-tabs > li{
  width:19.5%;
  background:#132938;
  min-height:82px
}

@media (max-width:720px){

  .sefer-torah__form--tabs .nav-tabs > li{
    width:100%;
  }
			}

.sefer-torah__tabs-container{
    background:#183346;
}

.sefer-torah__tabs-container ul li{
  float:left;
  margin-bottom:-1px;
}

.sefer-torah__tabs-container ul li a{
  position:relative;
  display:block;
  padding:10px 15px;
}

.sefer-torah__tab{
	color:#5E6B73;
    font-weight:bold;
    margin-right:0 !important;
    border-radius:0 !important;
	border-color:transparent !important;
	min-height:84px;
}

.sefer-torah__tab:hover{
	color:#D0B796;
	background:#132938 !important;
}

.sefer-torah__tab span{
	display:block;
	font-size:12px;
	font-weight:normal;
}

.active .sefer-torah__tab{
	color:#d0b796 !important;
	background:#183346 !important;
	border-top:2px solid #d0b796 !important;
	border-left:none !important;
    border-right:none !important;
    border-radius:0;
}

.sefer-torah__tab-content{
    border-top:none;
    padding:20px;
    position:relative;
		overflow:hidden;
}

.list-bottom-shadw{
    position:absolute;
    top:323px;
    left:0;
    width:100%;
    height:0px;
    z-index:2;
    box-shadow:0 -5px 10px #464646;
    border-top:2px solid #ECECEC;
    border-radius:50%;
}

.sefer-torah__list-container{
    max-height:300px;
    overflow:auto;
    position:relative;
    margin-bottom:20px;
}

.sefer-torah-list{
    margin:0;
    padding:0;
    list-style:none;
    text-align:left;
        -webkit-columns:2 150px;
	    -moz-columns:2 150px;
	    columns:2 150px;
	    -webkit-column-gap:2em;
	    -moz-column-gap:2em;
	    column-gap:2em;
}

.sefer-torah-list li{
  margin-bottom:10px;
  margin-right:0;
  border-radius:0;
  border:none;
  display:inline-block;
  width:100%;
}

.sefer-torah-list label{
  color:#D0B796;
  font-weight:normal;
  font-size:14px;
  background:#1D3D54;
  padding:7px 10px;
  display:block;
}

.sefer-torah-list .sefer-torah-list__label--disabled{
  color:#556773;
  background:#132938;
}

.sefer-torah-list .sefer-torah-list__label--disabled input{
  display:none;
}

.sefer-torah-list .sefer-torah-list__sponsored{
  font-weight:200;
  color:#8297A5;
}

.sefer-torah-list.no-col{
  -webkit-columns:1;
  -moz-columns:1;
  columns:1;
}

.text-script{
	font-family:'bickham-script-pro-3','san-serif';
	font-weight:normal;
	font-size:2em;
	top:-25px;
    position:relative;
    display:inline-block
}

@media (max-width:992px){

  .text-script{
    top:-5px;
    font-size:1.5em;
  }
    }

.sefer-torah__subtitle{
	color:#d0b796;
	margin-bottom:0;
}

.sefer-torah__subtitle .text-script{
}

@media (min-width:720px){

  .sefer-torah__subtitle .text-script{
}

  .sefer-torah__subtitle .text-script:before{
    content:"";
    position:absolute;
    width:100px;
    height:1px;
    border-top:2px solid #d0b796;
    top:15px;
    left:-140px;
  }

  .sefer-torah__subtitle .text-script:after{
    content:"";
    position:absolute;
    width:80px;
    height:1px;
    border-top:2px solid #d0b796;
    top:15px;
    right:-130px;
  }
			}

.sefer-torah__gray-bg{
    background:#F9F9F9;
    padding-top:40px;
}

.social-media{
	text-align:center;
    padding-top:60px;
    background:#183346;
    color:#8697A2;
    overflow:hidden;
}

.social-media span{
  font-size:22px;
  font-weight:bold;
}

.social-media .addthis_toolbox{
	margin:20px auto 60px;
	text-align:center;
}

.social-media .addthis-btn{
	display:inline-block;
	margin:0 15px;
	font-size:38px;
}

.social-media .addthis_button_facebook{ color:#8697A2;}

.social-media .addthis_button_twitter{ color:#8697A2;}

.social-media .addthis_button_google_plusone_share{ color:#8697A2;}

.social-media .addthis_button_email{ color:#8697A2;}

.social-media .addthis-btn:hover{
	color:lighten(#8697A2,10%);
}

.dinner-wrapper{
  padding:75px 0 0px;
  color:white;
  text-align:center;
  background-color:#252526;
  position:relative;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("https://res.cloudinary.com/ncsy/image/upload/c_scale,f_auto,q_auto,w_2400/v1618842942/gala/Background.png");
}

.dinner-banner{
  max-width:100%;
}

.dinner-logo{
  background-repeat:no-repeat;
  background-size:cover;
  height:350px;
  background-position:center;
}

.honors{
  padding:50px 0px 65px;
}

.honoring__title{
  text-transform:capitalize;
  font-weight:normal;
  margin:45px 0px 15px;
  font-family:adobe-devanagari;
  font-style:italic;
  font-size:40px
}

.honoring__title.honoring__title--gala{
  margin:20px 0px 15px;
}

.honoring__wave{
  height:15px;
  width:130px;
  background-size:cover;
  background-position:center;
  margin:0 auto;
}

.honoring__individual{
  padding:19px 15px;
  background-color:#301754;
  border:2px solid #796247;
  width:90%;
    margin-bottom:2%;
}

.honoring__individual.honoring__individual--gala{
  background-color:#0f0f0f;
  border:2px solid #b29600;
}

@media (min-width: 720px){

  .honoring__individual{
    width:31%;
  }

  .honoring__individual:nth-child(-n + 4){
    margin-right:2%;
  }
  }

.benzakai-list{
  display:flex;
  flex-flow:wrap;
  max-width:1000px;
  margin:15px auto 25px;
}

.benzakai__individual{
  padding:20px;
  background-color:#301754;
  border:2px solid #796247;
  width:90%;
  margin:25px auto
}

.benzakai__individual.benzakai__individual--gala{
  border:2px solid #b29600;
  background-color:#0f0f0f;
}

@media (min-width: 720px){

  .benzakai__individual{
    width:23%;
    float:left;
    margin:25px 1%;
  }
  }

.bz_bg{
  font-family:adobe-devanagari;
  color:white;
  text-transform:uppercase;
  font-size:18px
}

.bz_bg.bz_bg--gold{
  color:#ffcb1f;
}

.bz_lg{
  font-family:adobe-devanagari;
  font-size:35px;
  color:#ffcb1f;
  margin:10px auto 15px;
  font-weight:100;
  line-height:normal;
  text-transform:capitalize;
}

.benzakai__individual-img{
  box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.6);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width:100%;
  height:180px;
  margin:0 auto;
}

.benzakai__individual-text{
  padding-top:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  line-height:22px;
}

.honoring__image{
  box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.6);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width:125px;
  height:125px;
  border-radius:50%;
  margin:0 auto;
}

.honoring__recption{
  margin:25px auto 30px;
}

.honoring__recpt__title{
  font-family:adobe-devanagari;
  font-size:24px;
  color:#ffcb1f;
  margin:10px auto 0px;
  font-weight:100;
  line-height:normal;
  text-transform:uppercase;
}

.honoring__recpt__name{
  font-family:adobe-devanagari;
  color:white;
  text-transform:uppercase;
  font-size:18px;
  margin:0px auto 10px;
}

.honoring__individual-img{
  box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.6);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width:250px;
  height:150px;
  margin:0 auto
}

@media (min-width: 480px){

  .honoring__individual-img{
    width:300px;
    height:225px;
  }
  }

@media (min-width: 992px){

  .honoring__individual-img{
    width:auto;
    height:150px;
  }
  }

.honoring__individual-text{
  padding-top:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  line-height:22px;
  margin-bottom:7px;
}

.honoring__individual-text--small{
  text-transform:none;
  letter-spacing:normal;
  font-style:italic;
  font-family:adobe-devanagari;
  font-size:17px;
  margin-top:5px;
}

.honoring__individual__bio-link{
  color:rgba(179, 161, 119, 1);
  font-style:italic;
  font-family:"Times new roman";
}

.honoring__individual__bio-link::before, .honoring__individual__bio-link::after{
  display:inline-block;
  content:"";
  border-top:1px solid rgba(179, 161, 119, 1);
  width:20px;
  margin:0 10px;
  transform:translateY(-3px);
}

.honoring__popup{
  padding:5px;
  background-color:#211a13;
  border:2px solid #796247;
  min-height:250px;
  cursor:pointer;
  width:90%;
  margin:0 auto
}

@media (min-width: 992px){

  .honoring__popup{
    width:18%;
  }

  .honoring__popup:nth-child(-n + 4){
    margin-right:2%;
  }
  }

@media (max-width: 992px){

  .honoring__popup{
    margin-bottom:50px;
  }
  }

.honoring__popup-img{
  box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.6);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width:111px;
  height:135px;
  margin:0 auto;
}

.honoring__popup-text{
  padding-top:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  line-height:18px;
  margin-bottom:7px;
  color:#ffffff;
}

.honoring__popup-text--small{
  text-transform:none;
  letter-spacing:normal;
  font-style:italic;
  font-family:adobe-devanagari;
  font-size:14px;
  margin-top:5px;
  color:#ffffff;
}

.bio--popup{
  display:none;
  position:relative;
  width:1200px;
  text-align:center;
  max-width:100%;
  background-color:white;
  padding:25px 55px;
  color:#211a13;
}

.bio--ul li{
  list-style-type:none;
}

.popup__honor__img{
  height:250px;
  width:450px;
  margin-top:-80px;
  max-width:100%;
  margin:-80px auto 0;
  background-position:center;
  background-size:cover;
}

h4.honoring__popup--title{
  color:#2f170f;
  font-weight:500;
  margin:20px 0px;
}

.popup__honor__title{
  padding-top:35px;
  text-transform:uppercase;
  letter-spacing:3px;
  line-height:25px;
  font-size:19px;
  margin-bottom:25px;
}

.popup__honor__title--small{
  text-transform:none;
  letter-spacing:normal;
  font-style:italic;
  font-family:adobe-devanagari;
  font-size:17px;
  margin-top:3px;
  color:#7e6860;
}

.bio--popup__close{
  position:absolute;
  cursor:pointer;
  top:-50px;
  right:10px;
  font-size:28px;
  font-size:25px;
  color:rgba(244, 231, 185, 1)
}

@media (min-width: 992px){

  .bio--popup__close{
    top:-50px;
    right:-15px;
  }
  }

.ncsy-dinner__wrapper{
  background-image:linear-gradient(to right, #321a55 0%, #1c0940 100%);
  padding-bottom:10px
}

@media (max-width: 992px){

  .ncsy-dinner__wrapper{
    padding:20px;
  }
  }

.section-dinner{
  background-color:white;
  color:#26184d;
  border-bottom:2px solid rgba(243, 235, 207, 1);
  padding:75px 0px;
  text-align:center
}

@media (max-width: 720px){

  .section-dinner{
    padding:75px 15px;
  }
  }

.section-dinner.section-dinner--gala{
  color:#0f0f0f;
}

.section-dinner.kls-section-dinner{
  padding-top:25px;
}

.section-dinner__details{
  padding-top:25px;
  background-position:top;
  background-size:cover;
  background-image:url("https://res.cloudinary.com/ncsy/image/upload/c_scale,f_auto,q_auto/v1548229877/dinner/testncsy6.png");
  background-repeat:no-repeat
}

.section-dinner__details:before{
  background-image:url("https://res.cloudinary.com/orthodox-union/image/upload/f_auto,q_auto/v1503473671/NCSY/ribbons-waves.png");
  width:100%;
  height:15px;
  margin-bottom:60px;
  z-index:-1;
}

h2.dinner__heading{
  margin-bottom:5px;
  font-weight:200;
  font-size:35px;
  color:#0f0f0f;
  text-transform:uppercase;
  letter-spacing:3px;
}

.dinner__subhead{
  color:rgb(143, 124, 41);
  font-size:22px;
  font-weight:200;
  text-transform:uppercase;
  letter-spacing:3px;
  margin:15px 0px 25px;
}

.dinner__details__location{
  font-style:italic;
  font-size:16px;
  color:rgb(153, 135, 129);
  font-family:"Times New Roman";
  line-height:1.7;
}

.dinner__details__location span{
  color:#9b8a84;
  font-size:23px;
}

section.reserve-details.reserve-details--form .row{
  margin:0 auto;
}

.dinner__map-link{
  display:inline-block;
  padding:8px 12px;
  margin:20px auto 0px;
  color:rgb(143, 124, 41);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:13px;
  width:155px;
  border:2px solid rgba(143, 124, 41, 0.55)
}

.dinner__map-link:hover{
  cursor:pointer;
  color:rgb(143, 124, 41);
  background-color:#f3ebcf;
}

.dinner__schedule{
  color:#0f0f0f;
  font-size:25px;
  font-style:italic;
  font-family:"Times New Roman";
}

.dinner__schedule--time{
  margin:20px 0px 0px;
  text-transform:uppercase;
  font-style:normal;
  letter-spacing:2px;
  font-size:20px;
  font-weight:500;
  color:rgb(143, 124, 41);
  font-family:"proxima-nova", Helvetica, Arial, sans-serif;
}

.dinner__schedule__link{
  color:#b29e52;
  font-size:16px;
  margin:3px 0px;
  position:relative;
  cursor:pointer;
}

.dinner__schedule__link span{
  display:inline-block;
  position:relative
}

.dinner__schedule__link span:before, .dinner__schedule__link span:after{
  content:"";
  display:block;
  position:absolute;
  top:12px;
  height:5px;
  width:20px;
  border-top:solid 1px #b29e52;
}

.dinner__schedule__link span:before{
  right:100%;
  margin-right:10px;
}

.dinner__schedule__link span:after{
  left:100%;
  margin-left:10px;
}

.dinner-wrapper--nscy .row [class^="col-md-"], .dinner-wrapper--nscy .row [class^="col-sm-"], .dinner-wrapper--nscy .row [class^="col-xs-"]{
}

.dinner-wrapper--nscy .row.section-reserve [class^="col-md-"], .dinner-wrapper--nscy .row.section-reserve [class^="col-sm-"], .dinner-wrapper--nscy .row.section-reserve [class^="col-xs-"]{
}

@media (max-width: 770px){

  .dinner-wrapper--nscy .row [class^="col-md-"], .dinner-wrapper--nscy .row [class^="col-sm-"], .dinner-wrapper--nscy .row [class^="col-xs-"]{
    padding-left:0px;
    padding-right:0px;
  }
    }

@media (max-width: 770px){

  .dinner-wrapper--nscy .row.section-reserve [class^="col-md-"], .dinner-wrapper--nscy .row.section-reserve [class^="col-sm-"], .dinner-wrapper--nscy .row.section-reserve [class^="col-xs-"]{
    padding-left:15px;
    padding-right:15px;
  }
    }

.row.honors{
  display:flex;
  justify-content:center;
  flex-flow:wrap;
  max-width:900px;
  margin:0 auto;
  padding-bottom:50px;
}

.row.section-reserve.section--choose-form{
  width:400px;
  max-width:100%;
  margin-bottom:65px;
  font-size:17px;
  color:#543428;
  text-transform:uppercase;
  letter-spacing:2px;
  border:2px solid #f3ebcf;
}

.choose-form__option:first-of-type{
  border-right:2px solid #f3ebcf;
}

label.col-md-6.choose-form__option{
  cursor:pointer;
  font-weight:400;
  min-height:50px;
  padding:15px 0px 0px;
  margin-bottom:0
}

label.col-md-6.choose-form__option:first-of-type{
  border-right:2px solid #f3ebcf;
}

label.col-md-6.choose-form__option:hover, label.col-md-6.choose-form__option.hover{
  font-weight:bold;
  background:-moz-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:-webkit-gradient(
      radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, #f9f6e9),
      color-stop(5%, #ffffff),
      color-stop(100%, #f1e8c7)
    );
  background:-webkit-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:-o-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:-ms-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:radial-gradient(
      ellipse at center,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6e9', endColorstr='#f1e8c7', GradientType=1);
  padding:4px;
  min-height:50px;
  margin-bottom:0;
  background-clip:content-box;
}

label.col-md-6.choose-form__option:hover span.choose-radio__text, label.col-md-6.choose-form__option.hover span.choose-radio__text{
  display:block;
  padding-top:10px;
}

@media (max-width: 992px){

  label.col-md-6.choose-form__option{
    width:100%;
  }

  label.col-md-6.choose-form__option:first-of-type{
    border-bottom:2px solid #f3ebcf;
  }
  }

input.choose-form__radio{
  -webkit-appearance:none;
}

.section-dinner__contribution{
}

.contribution__text{
  font-size:19px;
  margin:30px 0px 10px;
  font-family:"Times New Roman";
  color:rgb(153, 135, 129);
  font-style:italic;
}

input.contribution__text__input{
  width:325px;
  padding:8px 12px;
  margin:5px 0px 50px;
  border:1px solid rgb(221, 213, 211)
}

@media (max-width: 480px){

  input.contribution__text__input{
    width:250px;
  }
  }

input.contribution__text__input::placeholder{
  color:rgba(189, 180, 176, 1);
  text-align:center;
  font-size:14px;
}

.styled-checkbox input[type="radio"]{
  height:0;
  top:20px;
  margin:0;
  position:relative;
  left:20px;
  z-index:-1;
  display:block;
}

.donate-amount label{
  font-weight:normal;
}

.row.contribution__amount-col{
  width:70%;
  margin:0 auto;
  margin-bottom:30px;
}

.col-md-3.amount-col{
}

@media (min-width: 992px){

  .col-md-3.amount-col{
    border-right:none;
  }
  }

.col-md-3.amount-col:nth-child(4n){
  border-right:2px solid #f3eccf;
}

.col-md-3.amount-col:nth-child(n + 2){
  margin-left:-1px;
}

.col-md-3.amount-col.amount-kls-col{
  padding:0;
  min-height:210px;
  border:2px solid rgba(243, 235, 207, 1)
}

@media (min-width: 992px){

  .col-md-3.amount-col.amount-kls-col{
    border-right:none;
  }
  }

.col-md-3.amount-col.amount-kls-col:nth-child(-n + 4){
  border-bottom:none;
}

.col-md-3.amount-col.amount-kls-col:nth-child(4n){
  border-right:2px solid #f3eccf;
}

.col-md-3.amount-col.amount-kls-col:nth-child(8n){
  border-bottom:none;
  border-right:none;
}

.col-md-3.amount-col.amount-kls-col{
  min-height:255px;
}

.col-md-3.donate-amount--other{
}

@media (min-width: 992px){

  .col-md-3.donate-amount--other{
    border-right:2px solid rgba(243, 235, 207, 1);
  }
  }

.amount-col__box{
  padding:25px
}

.amount-col__box:hover{
  min-height:198px;
  background-color:rgba(242, 234, 203, 1);
  margin:2%;
  cursor:pointer;
}

.amount-col__box__name{
  font-size:17px;
  color:rgb(84, 52, 40);
  text-transform:uppercase;
  letter-spacing:2px;
}

.amount-col__box__name--input{
  padding-top:20px;
  display:block;
}

.amount-col__box__value{
  color:#8f7c29;
  font-weight:600;
  font-size:18px;
  display:inline-block;
  padding-bottom:10px;
  margin-bottom:7px;
  -moz-border-image:url("https://res.cloudinary.com/orthodox-union/image/upload/f_auto,q_auto/v1503564922/NCSY/Rectangle-border.png")
    27 fill repeat;
  -webkit-border-image:url("https://res.cloudinary.com/orthodox-union/image/upload/f_auto,q_auto/v1503564922/NCSY/Rectangle-border.png")
    27 fill repeat;
  -o-border-image:url("https://res.cloudinary.com/orthodox-union/image/upload/f_auto,q_auto/v1503564922/NCSY/Rectangle-border.png")
    27 fill repeat;
  border-image:url("https://res.cloudinary.com/orthodox-union/image/upload/f_auto,q_auto/v1503564922/NCSY/Rectangle-border.png")
    27 fill repeat;
  border-style:solid;
  border-width:0px 0px 1px 0px;
}

.amount-col__box__ticket{
  font-style:italic;
  font-size:14px;
  margin:0 auto;
  max-width:140px;
  color:rgb(126, 104, 96);
}

.amount-col__box__text{
  font-style:italic;
  color:rgb(126, 104, 96);
  font-size:14px;
}

.amount-col__box__input{
  position:relative;
  margin-top:10px;
}

.amount-col__box__input input{
  padding:5px;
  padding-left:25px;
  max-width:100%;
  width:90%;
}

.amount-col__box__input label{
  color:rgba(175, 155, 83, 1);
  position:absolute;
  left:20px;
  font-weight:bold;
  font-size:18px;
  top:4px;
  padding:0px !important;
  width:auto;
}

.contribution__amount__subnote{
  font-style:italic;
  color:rgb(126, 104, 96);
  font-size:14px;
  margin-bottom:60px;
}

ul.row.section-reserve{
  max-width:450px;
  padding:0;
  margin:0 auto;
  margin-bottom:50px;
  border:2px solid rgba(243, 235, 207, 1);
}

li.col-md-6.reserve__col{
  padding:0;
  display:block;
}

.row.section-reserve{
  max-width:450px;
  justify-content:center;
  margin:0 auto;
  margin-bottom:50px
}

@media (min-width: 720px){

  .row.section-reserve{
    display:flex;
    flex-flow:wrap;
  }
  }

.col-md-6.reserve-radio__option{
  padding:20px 25px 10px;
  text-align:left;
  border:2px solid #f3ebcf;
  width:100%;
  margin-bottom:0;
}

.col-md-6.reserve-radio__option .reserve-radio__text{
  margin-left:25px;
}

.col-md-6.reserve-radio__option input{
  float:left;
  margin-top:15px;
}

.col-md-6.reserve-radio__option .reserve-radio__text--small{
  display:block;
  margin-left:40px;
  font-weight:200;
  font-style:italic;
  font-size:16px;
  font-family:"Times New Roman";
  color:rgb(126, 104, 96);
}

.col-md-6.reserve-radio__option:hover, .col-md-6.reserve-radio__option.hover{
  background:-moz-radial-gradient(
      center,
      ellipse cover,
      rgba(249, 246, 233, 1) 0%,
      rgba(255, 255, 255, 1) 5%,
      rgba(241, 232, 199, 1) 100%
    );
  background:-webkit-gradient(
      radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, rgba(249, 246, 233, 1)),
      color-stop(5%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(241, 232, 199, 1))
    );
  background:-webkit-radial-gradient(
      center,
      ellipse cover,
      rgba(249, 246, 233, 1) 0%,
      rgba(255, 255, 255, 1) 5%,
      rgba(241, 232, 199, 1) 100%
    );
  background:-o-radial-gradient(
      center,
      ellipse cover,
      rgba(249, 246, 233, 1) 0%,
      rgba(255, 255, 255, 1) 5%,
      rgba(241, 232, 199, 1) 100%
    );
  background:-ms-radial-gradient(
      center,
      ellipse cover,
      rgba(249, 246, 233, 1) 0%,
      rgba(255, 255, 255, 1) 5%,
      rgba(241, 232, 199, 1) 100%
    );
  background:radial-gradient(
      ellipse at center,
      rgba(249, 246, 233, 1) 0%,
      rgba(255, 255, 255, 1) 5%,
      rgba(241, 232, 199, 1) 100%
    );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6e9', endColorstr='#f1e8c7', GradientType=1);
  cursor:pointer;
}

input.reserve-radio__input[type="radio"]{
  -webkit-appearance:none;
  width:26px;
  height:26px;
  border:1px solid rgb(221, 213, 211);
  border-radius:50%;
  outline:none;
  background-color:white;
}

input.reserve-radio__input--small[type="radio"]{
  width:20px;
  height:20px;
}

input.reserve-radio__input[type="radio"]:before{
  content:"";
  display:block;
  width:37%;
  height:37%;
  margin:33% auto;
  border-radius:50%;
}

input.reserve-radio__input[type="radio"]:checked:before{
  background:rgb(178, 158, 82);
}

section.reserve-details{
  max-width:600px;
  margin:0 auto 50px;
  text-align:left
}

section.reserve-details.reserve__actions{
  text-align:center;
}

.reserve-form-row{
  margin-bottom:25px;
}

.designation-form-row{
  margin-bottom:7px;
}

.designation__bz__subs{
  padding-top:5px;
}

.designation__subrow{
    margin-left:25px;
}

.designation__subrow .pre-dinner__text{
    line-height:1.4em;
}

.designation__subrow input.pre-dinner__checkbox.pre-dinner__designations[type="checkbox"]{
    width:16px;
    margin:0px;
    height:16px;
}

section.reserve-details.reserve-details--form.reserve-details--designation{
  margin-bottom:100px;
  margin-top:25px;
  max-width:400px;
}

.reserve-form-row input, .reserve-form-row textarea, .designation-form-row input, .designation-form-row textarea{
  border-radius:4px;
  border:2px solid #e8e2e1;
}

input.pre-dinner__checkbox.pre-dinner__designations[type="checkbox"]{
  width:20px;
  margin:0px;
  height:20px;
}

.covid__seats{
      margin-top:8px;
}

.covid__seats label.covid-seat__label{
  display:flex;
  flex-flow:wrap;
  align-items:center;
}

.covid__seats label.covid-seat__label input{
  width:20px;
  margin-right:8px;
  height:20px;
  margin-top:0px;
}

.reserve-details--form label.pre-dinner__label{
    display:flex;
    align-items:center;
}

.reserve-form-row--half input{
  width:300px;
  height:35px;
}

.reserve-form-row--third input, .reserve-form-row--third select{
  width:100%;
  height:35px;
  border-radius:4px;
  border:2px solid #e8e2e1;
  background:white;
  display:block;
  text-transform:uppercase;
  font-weight:400;
  letter-spacing:2px;
  font-size:13px;
}

.reserve-form-row textarea{
  width:100%;
  height:100px;
}

.pre-dinner__label{
  color:#2e180e;
  font-weight:400
}

.pre-dinner__label:hover{
  cursor:pointer;
}

.pre-dinner__text{
    display:block;
    margin-left:15px;
    line-height:1.6em;
    margin-bottom:2px
}

@media (max-width: 992px){

  .pre-dinner__text{
    margin-bottom:0px;
  }
  }

.pre-dinner__other{
    display:block;
    margin-left:0px;
    margin-right:15px;
    line-height:1.6em;
}

input.pre-dinner__checkbox[type="checkbox"], input.pre-dinner__radio[type="radio"]{
  -webkit-appearance:none;
  width:25px;
  height:25px;
  margin-right:10px;
  margin-bottom:-7px;
  background:white
}

input.pre-dinner__checkbox[type="checkbox"]:checked, input.pre-dinner__radio[type="radio"]:checked{
  -webkit-appearance:checkbox;
  height:15px;
}

input.pre-dinner__radio[type="radio"]{
  -webkit-appearance:none;
  width:26px;
  height:26px;
  border:1px solid #ddd5d3;
  border-radius:50%;
  outline:none;
  background-color:white;
}

h4.reserve-form__subhead{
  color:rgb(143, 124, 41);
  font-size:18px;
  font-weight:200;
  text-transform:uppercase;
  letter-spacing:3px;
  margin:30px 0px;
}

.section-dinner__contact-info .row{
  max-width:550px;
}

.gala__contact{
  max-width:100%;
  margin:0 auto;
  padding:0px;
}

.reserve-details--form label{
  display:block;
  text-transform:uppercase;
  font-weight:400;
  letter-spacing:2px;
  font-size:13px;
}

.reserve-form--payment{
  border-bottom:2px solid #e8e2e1;
}

.payment-total{
  text-transform:uppercase;
  letter-spacing:2px;
  margin:10px 0px 60px;
}

.payment-total__amount{
  letter-spacing:normal;
  color:#af9b53;
  font-weight:600;
  font-size:18px;
}

.btn-reserve{
  border:none;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:13px;
  padding:12px 25px;
}

.btn-reserve--pay{
  margin-bottom:10px;
  background-color:rgba(241, 232, 201, 1);
  color:black
}

.btn-reserve--pay:hover{
  background:darken(rgba(241, 232, 201, 1), 10%);
}

.btn-reserve--cancel{
  color:rgba(215, 203, 158, 1)
}

.btn-reserve--cancel:hover{
  color:darken(rgba(215, 203, 158, 1), 40%);
}

.btn-link{
  display:flex;
  justify-content:center;
  flex-flow:wrap;
  margin:35px 35px 50px;
  text-align:center;
  align-items:center;
}

.btn-link .dd__text{
  flex:100%;
  color:white;
  margin-top:10px;
  font-size:15px;
  font-weight:100;
}

.btn-link.btn-link--gala{
  margin:0px;
  padding:35px 3px 50px;
}

.btn-link a{
  margin-right:20px;
}

.ben_zakkai_bio{
  margin-top:25px;
  display:none;
}

.bio--popup .ben_zakkai_bio h1{
  font-size:25px
}

@media (min-width: 770px){

  .bio--popup .ben_zakkai_bio h1{
    font-size:25px;
  }
  }

.pre-dinner__join{
  display:block;
  margin-top:-28px;
  margin-left:45px;
  margin-bottom:5px;
  line-height:1.6em;
}

.section-kollel-legacy{
  max-width:100%;
  padding:25px;
  margin:40px 0px 55px 0px;
  border-bottom:2px solid #f3ebcf;
  border-top:2px solid #f3ebcf;
}

.kollel-legacy__radios{
  margin:0 auto 25px;
  text-align:center;
}

.row.contribution__amount-col.styled-checkbox.donate-amount__container{
  display:flex;
  flex-flow:wrap;
  justify-content:center;
}

.amount-col.donate-amount{
  padding:0;
  min-height:175px;

  width:100%;
  border:2px solid #f3eccf;
}

.amount-col.donate-amount label{
  padding:25px 20px;
  height:100%;
  display:block;
  border:2px solid transparent;
}

@media (min-width: 992px){

  .amount-col.donate-amount{
    border-right:none;
  }
  }

.amount-col.donate-amount.donate-amount--other{
}

@media (min-width: 992px){

  .amount-col.donate-amount.donate-amount--other{
    border-right:2px solid #f3eccf;
  }
}

.amount-col.donate-amount.donate-amount--other:hover label{
  border:none;
}

@media (min-width: 48){

  .amount-col.donate-amount{
    width:50%;
    float:left;
    flex:0 1 50%;
  }
  }

@media (min-width: 720px){

  .amount-col.donate-amount{
    width:33%;
    flex:0 1 33%;
  }
  }

@media (min-width: 1020px){

  .amount-col.donate-amount{
    width:25%;
    flex:0 1 25%;
  }
  }

.amount-col.donate-amount:hover label{
  border:2px solid white;
}

.amount-col.donate-amount .donate-amount--other{
  padding:25px;
}

.amount-col.donate-amount:hover, .amount-col.donate-amount.hover{
  background:-moz-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:-webkit-gradient(
      radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, #f9f6e9),
      color-stop(5%, #ffffff),
      color-stop(100%, #f1e8c7)
    );
  background:-webkit-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:-o-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:-ms-radial-gradient(
      center,
      ellipse cover,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  background:radial-gradient(
      ellipse at center,
      #f9f6e9 0%,
      #ffffff 5%,
      #f1e8c7 100%
    );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6e9', endColorstr='#f1e8c7', GradientType=1);
  cursor:pointer;
  background-clip:content-box;
}

.amount-col.donate-amount:hover label, .amount-col.donate-amount.hover label{
  cursor:pointer;
}

.amount-col.donate-amount:hover .amount-col__box__text, .amount-col.donate-amount:hover .amount-col__box__ticket, .amount-col.donate-amount.hover .amount-col__box__text, .amount-col.donate-amount.hover .amount-col__box__ticket{
  color:#56483e;
}

.honoring__individual.honoring__individual--gala.honoring__individual--multiple{
}

@media (min-width: 720px){

  .honoring__individual.honoring__individual--gala.honoring__individual--multiple{
    width:53%;
    margin-left:-2%;
  }
  }

.honoring__individual--multiple .honoring__imultiple{
  display:flex;
  align-items:center;
}

.honoring__individual--multiple .honoring__image{
}

.honoring__individual--multiple .honoring__multiple__text{
  display:flex;
  padding-top:10px;
  justify-content:space-between;
  align-items:center;
}

.honoring__individual--multiple .honoring__individual-text{
  text-align:center;
  width:200px;
}

.breadcrumbs-container{
  padding-bottom:10px;
  margin-top:-20px;
  margin-bottom:20px;
  border-bottom:1px solid #ddd;
}

.breadcrumbs__next{
	color:#ccc;
	margin:0 5px;
}

.breadcrumbs__link{
	font-size:14px;
	text-transform:uppercase;
}

.breadcrumbs__home{
	font-size:18px;
}

.breadcrumbs__current{
	display:none;
}

.pagination-list, .custom-paging ul{
	margin:0 0 0 -5px;
	padding:0;
	list-style:none;
}

.pagination-list__item, .custom-paging li{
	display:inline-block;
	margin-right:5px;	
}

.pagination-list__link, .custom-paging a, .custom-paging span{
	padding:2px 10px
}

.pagination-list__link:hover, .custom-paging a:hover, .custom-paging span:hover{
  text-decoration:none;
}

.pagination-list__link.active, .custom-paging .current{
	background:#1AA8D3;
	color:white;
}

.addthis_toolbox, .social-sharing{
	margin:60px auto;
	text-align:center;
}

.addthis-btn, .share__link--simple{
	display:inline-block;
	margin:0 15px;
	font-size:28px;
}

.addthis_button_facebook, .share__link--fb{ color:#5371a9;}

.addthis_button_twitter, .share__link--twitter{ color:#2798e7;}

.addthis_button_google_plusone_share{ color:#dc4436;}

.addthis_button_email, .share__link--mail{ color:#f38737;}

.page-redux .share__title{
  font-family:'Avenir-Normal', sans-serif !important;
}

.social-sharing--events{
display:flex;
align-items:center;


}

.social-sharing--events .share__title{
  font-size:14px;
  line-height:19px;
  margin-right:20px;
  color:#7A7A7A;
}

.social-sharing--events a.share__link--simple{
  font-size:20px;
  width:24px;
  color:#7A7A7A;
  margin-right:20px;
  margin-left:0px
}

.social-sharing--events a.share__link--simple:hover{
  color:#ED9236;
}

.wizard, .tabcontrol{
    display:block;
    width:100%;
    overflow:hidden;
}

.wizard a, .tabcontrol a{
    outline:0;
}

.wizard ul, .tabcontrol ul{
    list-style:none !important;
    padding:0;
    margin:0;
}

.wizard ul > li, .tabcontrol ul > li{
    display:block;
    padding:0;
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info{
    position:absolute;
    left:-999em;
}

.wizard > .content > .title, .tabcontrol > .content > .title{
    position:absolute;
    top:-3px;
    left:-9999px;
}

.wizard > .steps{
    position:relative;
    width:100%;
}

.wizard.vertical > .steps{
    display:inline;
    float:left;
    width:30%;
}

.wizard > .steps .number{
    font-size:1.429em;
    display:none;
}

.wizard > .steps > ul > li{
    width:25%;
    display:none;
}

.wizard > .steps > ul > li.current{
	display:block;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li{
    float:left;
}

.wizard.vertical > .steps > ul > li{
    float:none;
    width:100%;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{
    display:block;
    width:auto;
    text-decoration:none;
    
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active{
    background:#eee;
    color:#aaa;
    cursor:default;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
    color:#999;
	text-transform:uppercase;
    cursor:default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
    background:#9dc8e2;
    color:#fff;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active{

}

.wizard > .content{
    display:block;
    min-height:35em;
    overflow:hidden;
    position:relative;
    width:auto;
    padding-top:40px;
}

.wizard.vertical > .content{
    display:inline;
    float:left;
    margin:0 2.5% 0.5em 2.5%;
    width:65%;
}

.wizard > .content > .body{
    float:left;
    position:absolute;
}

.wizard > .content > .body ul{
    list-style:disc !important;
}

.wizard > .content > .body ul > li{
    display:list-item;
}

.wizard > .content > .body > iframe{
    border:0 none;
    width:100%;
    height:100%;
}

.wizard > .content > .body input{
    display:block;
    border:1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]{
    display:inline-block;
}

.wizard > .content > .body input.error{
    background:rgb(251, 227, 228);
    border:1px solid #fbc2c4;
    color:#8a1f11;
}

.wizard > .content > .body label{
    display:inline-block;
    margin-bottom:0.5em;
}

.wizard > .content > .body label.error{
    color:#8a1f11;
    display:inline-block;
    margin-left:1.5em;
}

.wizard > .actions{
    position:relative;
    display:block;
    width:100%;
    padding-top:40px;
    border-top:1px solid #ddd;
}

.wizard.vertical > .actions{
    display:inline;
    float:right;
    margin:0 2.5%;
    width:95%;
}

.wizard > .actions > ul{
    display:inline-block;
}

.wizard > .actions > ul > li{
    margin:0 15px 0 0;
}

.wizard.vertical > .actions > ul > li{
    margin:0 0 0 1em;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid transparent;
    white-space:nowrap;
    line-height:1.42857143;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    outline:none;
    font-size:18px;
    border-radius:0;
    padding:12px 24px;
    background:#1aa8d3;
    border-color:#1aa8d3;
    color:white;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active{
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    border:1px solid transparent;
    white-space:nowrap;
    line-height:1.42857143;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    outline:none;
    font-size:18px;
    border-radius:0;
    padding:12px 24px;
    background:#1aa8d3;
    border-color:#1aa8d3;
    color:white;
}

.wizard > .loading{
}

.wizard > .loading .spinner{
}

.tabcontrol > .steps{
    position:relative;
    display:block;
    width:100%;
}

.tabcontrol > .steps > ul{
    position:relative;
    margin:6px 0 0 0;
    top:1px;
    z-index:1;
}

.tabcontrol > .steps > ul > li{
    float:left;
    margin:5px 2px 0 0;
    padding:1px;

    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.tabcontrol > .steps > ul > li:hover{
    background:#edecec;
    border:1px solid #bbb;
    padding:0;
}

.tabcontrol > .steps > ul > li.current{
    background:#fff;
    border:1px solid #bbb;
    border-bottom:0 none;
    padding:0 0 1px 0;
    margin-top:0;
}

.tabcontrol > .steps > ul > li > a{
    color:#5f5f5f;
    display:inline-block;
    border:0 none;
    margin:0;
    padding:10px 30px;
    text-decoration:none;
}

.tabcontrol > .steps > ul > li > a:hover{
    text-decoration:none;
}

.tabcontrol > .steps > ul > li.current > a{
    padding:15px 30px 10px 30px;
}

.tabcontrol > .content{
    position:relative;
    display:inline-block;
    width:100%;
    height:35em;
    overflow:hidden;
    border-top:1px solid #bbb;
    padding-top:20px;
}

.tabcontrol > .content > .body{
    float:left;
    position:absolute;
    width:95%;
    height:95%;
    padding:2.5%;
}

.tabcontrol > .content > .body ul{
    list-style:disc !important;
}

.tabcontrol > .content > .body ul > li{
    display:list-item;
}

.lightbox-container{
	background:white;
	padding:30px 40px 20px;
	border-radius:5px;
	box-shadow:1px 1px 15px #666;
	position:relative;
	display:none;
}

.lightbox-container__close{
	color:#333;
	text-decoration:none;
	top:10px;
	right:10px;
	position:absolute
}

.lightbox-container__close:hover{
  color:#666;
}

.lightbox--subscribe__title{
	margin-bottom:0;
}

.lightbox--subscribe__subtitle{
	font-weight:200;
	color:#666;
}

.lightbox--subscribe__form{
	position:relative;
	margin-top:30px;
}

.lightbox--subscribe__form .form-control{
  height:40px;
}

.lightbox--subscribe__submit{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	padding-top:7px;
}

.tishbav-popup{
	max-width:1200px;
	display:flex;
	background:black;
	flex-flow:wrap;
}

.tishbav-popup a{
  width:100%;
  display:block;
  margin:1%
}

.tishbav-popup img{
  width:100%;
  height:100%;
  display:block;
}

@media (min-width: 960px){

  .tishbav-popup a{
    width:48%;
  }
			}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img{
}

.learndash-wrapper .wpProQuiz_question_text{
  font-size:20px;
  font-weight:bold;
}

.learndash-wrapper .embed-pdf-viewer{
  min-width:100%;
  min-height:980px
}

.learndash-wrapper .ld-video{
  margin-top:20px;
}

.learndash-wrapper iframe[src*="youtube.com"]{
  width:100%;
  height:450px;
}

@media (max-width: 768px){

  .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{
    display:block;
  }
			}

@media (max-width: 768px){

  .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img{
    max-width:45px;
    height:45px;
  }
					}

.learndash-cpt-sfwd-courses-11853-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-12133-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-11101-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-12072-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-11884-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-10492-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-10360-parent .ld-brand-logo a, .learndash-cpt-sfwd-courses-9575-parent .ld-brand-logo a{
  background-image:url('https://res.cloudinary.com/ncsy/image/upload/v1609847371/ncsyyu_l96cew.jpg');
  background-position:0px center;
  background-size:auto 35px;
  background-repeat:no-repeat;
  display:block;
  height:100%;
}

.learndash-cpt-sfwd-courses-11853-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-12133-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-11101-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-12072-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-11884-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-10492-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-10360-parent .ld-brand-logo img, .learndash-cpt-sfwd-courses-9575-parent .ld-brand-logo img{
  display:none;
}

.clearfix{
}

.clearfix:before, .clearfix:after{
  content:" ";
  display:table;
}

.clearfix:after{
  clear:both;
}

.center-block{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.pull-right{
  float:right !important;
}

.pull-left{
  float:left !important;
}

.hide{
  display:none !important;
}

.show{
  display:block !important;
}

.invisible{
  visibility:hidden;
}

.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}

.hidden{
  display:none !important;
  visibility:hidden !important;
}

.affix{
  position:fixed;
}

@-ms-viewport{
  width:device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg{
  display:none !important;
}

tr.visible-xs, tr.visible-sm, tr.visible-md, tr.visible-lg{
  display:none !important;
}

th.visible-xs, td.visible-xs, th.visible-sm, td.visible-sm, th.visible-md, td.visible-md, th.visible-lg, td.visible-lg{
  display:none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block{
  display:none !important;
}

.visible-xs{
}

@media (max-width: 770px - 1){

  .visible-xs{
    display:none !important;
  }

  tr.visible-xs{
    display:none !important;
  }

  th.visible-xs, td.visible-xs{
    display:none !important;
  }
  }

.visible-xs-block{
}

@media (max-width: 770px - 1){

  .visible-xs-block{
    display:block !important;
  }
  }

.visible-xs-inline{
}

@media (max-width: 770px - 1){

  .visible-xs-inline{
    display:inline !important;
  }
  }

.visible-xs-inline-block{
}

@media (max-width: 770px - 1){

  .visible-xs-inline-block{
    display:inline-block !important;
  }
  }

.visible-sm{
}

@media (min-width: 770px) and (max-width: 992px - 1){

  .visible-sm{
    display:none !important;
  }

  tr.visible-sm{
    display:none !important;
  }

  th.visible-sm, td.visible-sm{
    display:none !important;
  }
  }

.visible-sm-block{
}

@media (min-width: 770px) and (max-width: 992px - 1){

  .visible-sm-block{
    display:block !important;
  }
  }

.visible-sm-inline{
}

@media (min-width: 770px) and (max-width: 992px - 1){

  .visible-sm-inline{
    display:inline !important;
  }
  }

.visible-sm-inline-block{
}

@media (min-width: 770px) and (max-width: 992px - 1){

  .visible-sm-inline-block{
    display:inline-block !important;
  }
  }

.visible-md{
}

@media (min-width: 992px) and (max-width: 1200px - 1){

  .visible-md{
    display:none !important;
  }

  tr.visible-md{
    display:none !important;
  }

  th.visible-md, td.visible-md{
    display:none !important;
  }
  }

.visible-md-block{
}

@media (min-width: 992px) and (max-width: 1200px - 1){

  .visible-md-block{
    display:block !important;
  }
  }

.visible-md-inline{
}

@media (min-width: 992px) and (max-width: 1200px - 1){

  .visible-md-inline{
    display:inline !important;
  }
  }

.visible-md-inline-block{
}

@media (min-width: 992px) and (max-width: 1200px - 1){

  .visible-md-inline-block{
    display:inline-block !important;
  }
  }

.visible-lg{
}

@media (min-width: 1200px){

  .visible-lg{
    display:none !important;
  }

  tr.visible-lg{
    display:none !important;
  }

  th.visible-lg, td.visible-lg{
    display:none !important;
  }
  }

.visible-lg-block{
}

@media (min-width: 1200px){

  .visible-lg-block{
    display:block !important;
  }
  }

.visible-lg-inline{
}

@media (min-width: 1200px){

  .visible-lg-inline{
    display:inline !important;
  }
  }

.visible-lg-inline-block{
}

@media (min-width: 1200px){

  .visible-lg-inline-block{
    display:inline-block !important;
  }
  }

@media (max-width: 769px){
  .hidden-xs{
    display:none !important;
  }
}

@media (min-width: 770px) and (max-width: 991px){
  .hidden-sm{
    display:none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .hidden-md{
    display:none !important;
  }
}

@media (min-width: 1200px){
  .hidden-lg{
    display:none !important;
  }
}

.hidden-xs{
}

@media (max-width: 770px - 1){

  .hidden-xs{
    display:none !important;
  }

  tr.hidden-xs{
    display:none !important;
  }

  th.hidden-xs, td.hidden-xs{
    display:none !important;
  }
  }

.hidden-sm{
}

@media (min-width: 770px) and (max-width: 992px - 1){

  .hidden-sm{
    display:none !important;
  }

  tr.hidden-sm{
    display:none !important;
  }

  th.hidden-sm, td.hidden-sm{
    display:none !important;
  }
  }

.hidden-md{
}

@media (min-width: 992px) and (max-width: 1200px - 1){

  .hidden-md{
    display:none !important;
  }

  tr.hidden-md{
    display:none !important;
  }

  th.hidden-md, td.hidden-md{
    display:none !important;
  }
  }

.hidden-lg{
}

@media (min-width: 1200px){

  .hidden-lg{
    display:none !important;
  }

  tr.hidden-lg{
    display:none !important;
  }

  th.hidden-lg, td.hidden-lg{
    display:none !important;
  }
  }

.visible-print{
  display:none !important;
}

tr.visible-print{
  display:none !important;
}

th.visible-print, td.visible-print{
  display:none !important;
}

@media print{

  .visible-print{
    display:none !important;
  }

  tr.visible-print{
    display:none !important;
  }

  th.visible-print, td.visible-print{
    display:none !important;
  }
  }

.visible-print-block{
  display:none !important
}

@media print{

  .visible-print-block{
    display:block !important;
  }
  }

.visible-print-inline{
  display:none !important
}

@media print{

  .visible-print-inline{
    display:inline !important;
  }
  }

.visible-print-inline-block{
  display:none !important
}

@media print{

  .visible-print-inline-block{
    display:inline-block !important;
  }
  }

.hidden-print{
}

@media print{

  .hidden-print{
    display:none !important;
  }

  tr.hidden-print{
    display:none !important;
  }

  th.hidden-print, td.hidden-print{
    display:none !important;
  }
  }

@font-face{
  font-family:Ronnia;
  src:url(/content/themes/ncsy/assets/css/fonts/Ronnia-Regular.otf);
}

@font-face{
  font-family:Neutra2Display;
  src:url(/content/themes/ncsy/assets/css/fonts/Neutra2Display-Titling.otf);
}

.page-staffcon{
	    padding:90px 0px 10px;
		background:#5e9e33;
		background:linear-gradient(0deg, rgba(0,53,23,1) 0%, rgba(73,169,7,1) 100%);
		font-family:Ronnia;
}

.page-staffcon img{
  height:auto;
  max-width:100%;
}

.page-staffcon img.staffcon-logo{
  max-width:200px;
}

.page-staffcon .container.staffcon-gradient{
  padding-top:20px;
}

.page-staffcon section.staffcon-header{
  display:flex;
  align-items:center;
  flex-flow:column;
  justify-content:flex-start;
}

.page-staffcon section.staffcon-header h1{
  font-family:Neutra2Display;
  color:white;
  margin-bottom:10px;
  line-height:1.1;
  text-transform:uppercase
}

@media (min-width: 720px){

  .page-staffcon section.staffcon-header h1{
    font-size:55px;
  }
					}

.staffcon-video{
		height:585px;
		background-color:black;
    position:relative;
    overflow:hidden;
		padding:20px;
    display:flex;
    align-items:baseline;
    flex-flow:column;
    justify-content:flex-start;		 
}

.staffcon-video .staffcon-logo{
  z-index:9;
}

.staffcon-video video#bgvid, .staffcon-video .fp-yt{
  position:absolute;
  top:0;
  left:0;
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
  background-color:black;
  background-size:cover;
}

.staffcon-video .fp-yt__wrapper{
  position:relative;
  padding-bottom:56.25%;
  padding-top:10px;
  height:0;
}

.staffcon-video .fp-yt__wrapper iframe{
  position:absolute;
  top:0;
  left:0;
}

.staffcon-page{
	margin-bottom:25px;
}

.staffcon-section .staffcon__item{
  background:white;
  margin-bottom:20px;
  border-radius:10px;
  max-width:900px;
  margin:0 auto 25px;
  display:flex;
  width:100%;
  padding:25px;
  flex-flow:column;
  align-items:center;
}

.staffcon-section .staffcon__img{
  text-align:center;
  margin:0 auto 0px;
  max-width:200px;
  display:block
}

.staffcon-section .staffcon-item__title{
  color:black;
  font-size:26px;
  font-weight:bold;
  margin-bottom:7px;
  margin-top:10px;
  font-family:Neutra2Display;
  line-height:1.1;
  text-transform:uppercase
}

.staffcon-section .staffcon-item__excerpt{
  width:100%;
  text-align:center;
  margin:0 0 5px;
}

.staffcon-section .btn.staffcon-link{
  padding:20px 10px;
  white-space:normal;
  border-radius:16px;
  background:#FDC801;
  color:black;
  border:none;
}

@media (min-width: 720px){

  .staffcon-section{
}
	}

@media (min-width: 720px){

  .staffcon-section .staffcon__img{
    max-width:300px;
  }

	}

@media (min-width: 720px){

  .staffcon-section .staffcon-item__title{
    font-size:45px;
  }
		}

.footer-staffcon{
	    margin-top:45px;		
			text-align:center;
			align-items:flex-end;
			flex-flow:wrap;
			justify-content:center;	
			color:white;
			line-height:1.1;
			line-height:normal;
			text-transform:uppercase;	
}

.footer-staffcon .footer-staffcon__centered{
  flex:1;
  grid-column-start:2;
  margin-bottom:20px
}

.footer-staffcon .footer-staffcon__title{
  font-family:Neutra2Display;
  color:white;
  line-height:1.1;
  text-transform:uppercase
}

@media (min-width: 720px){

  .footer-staffcon{
    font-size:35px;
    display:flex;
    display:grid;
    grid-template-columns:1fr repeat(1, auto) 1fr;
    grid-column-gap:5px;
  }							
			}

@media (min-width: 720px){

  .footer-staffcon .footer-staffcon__centered{
    margin-bottom:0px;
  }
					}

@media (min-width: 720px){

  .footer-staffcon .footer-staffcon__title{
    font-size:60px;
  }
					}

.staffcon-modal{
	    width:500px;
    max-width:100%;
}

.staffcon-modal .s-modal__col{
  display:flex;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #cacaca;
  align-items:center;
  justify-content:space-between;
  flex-flow:wrap
}

.staffcon-modal .s-modal__col:last-of-type{
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:none;
}

.staffcon-modal a.staffcon-modal__link{
  padding:10px 18px;
  white-space:normal;
  border-radius:5px;
  background:#FDC801;
  color:black;
  border:none;
}

.staffcon-modal .staffcon-modal__title{
  font-family:Neutra2Display;
  font-size:25px;
}

.staffcon-footer__logos{
	display:flex;
	margin-left:auto;
justify-content:center;
	align-items:center;
}

.staffcon-footer__logos a{
  display:block;
  padding-right:10px;
}

.lsp-lp{
	background:#181822;
	padding-bottom:50px
}

@media (min-width: 720px){

  .lsp-lp{
    padding-bottom:150px;
  }
				}

section.lsp__upper-section{
		background:#181822;
		padding:0px 0px;
}

section.lsp__upper-section .container{
  display:flex;
  flex-flow:column;
  justify-content:flex-end
}

@media (min-width: 720px){

  section.lsp__upper-section .container{
    flex-flow:row;
    align-items:center;
  }
				}

h1.lsp__upper__text{
		font-family:'Avenir-Heavy', sans-serif !important;
	color:#ed9439;
	padding:32px 0px 0px;

}

h1.lsp__upper__text span{
  display:block;
  color:white;
}

@media (min-width: 720px){

  h1.lsp__upper__text{
    width:50%;
    padding:32px 0px;
    font-weight:800;
    font-size:72px;
    line-height:120%;
  }
				}

.lsp__upper__img img{
  width:100%;
}

@media (min-width: 720px){

  .lsp__upper__img{
    width:50%;
  }
				}

.lsp__slideshow{
	padding:40px 0px 0px;
	overflow:hidden;
}

.lsp__slideshow .lsp-slidehsow__title{
  display:flex;
  flex-flow:wrap;
  align-items:center;
  justify-content:space-between;
  color:white;
  margin-bottom:12px;
}

.lsp__slideshow .lsp-slidehsow__title h2{
  font-family:"Avenir-Heavy";
  font-style:normal;
  font-weight:800;
  font-size:24px;
  color:#E8E8E8;
  line-height:120%;
  margin-bottom:10px
}

.lsp__slideshow .lsp-slidehsow__title h2.h2--thin{
  font-family:"Avenir-Normal";
  font-weight:200;
}

.lsp__slideshow .conatiner{
  max-width:1196px;
}

.lsp__slideshow .redux-lsp{
  position:relative
}

.lsp__slideshow .redux-lsp::after{
  content:"";
  transition:all .3s ease-in-out;
  z-index:2;
  width:100px;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  background:linear-gradient(to left, rgb(58 58 115 / 88%) 50%, rgba(0, 0, 0, 0));
}

.lsp__slideshow .redux-lsp__wrapper--top, .lsp__slideshow .redux-lsp__wrapper--mid, .lsp__slideshow .redux-lsp__wrapper--bot{
  margin:0 auto;
  max-width:1196px
}

.lsp__slideshow .redux-lsp__wrapper--top.redux-lsp--flush, .lsp__slideshow .redux-lsp__wrapper--mid.redux-lsp--flush, .lsp__slideshow .redux-lsp__wrapper--bot.redux-lsp--flush{
  max-width:100%;
}

.lsp__slideshow .swiper-container.swiper-container--lsp{
}

.lsp__slideshow .redux-lsp__col{
  position:relative;
  height:357px;
  display:flex;
  margin-right:20px;
  min-width:282px;
  max-width:282px;
  flex-direction:column;
}

.lsp__slideshow .redux-lsp__col a{
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius:6px;
  background-blend-mode:normal, soft-light, normal;
  min-width:100%;
  max-width:100%;
  position:relative;
  height:100%;
  padding:16px 18px;
  cursor:pointer;
  background-size:cover;
  background-position:center;
  display:flex;
  z-index:9999;
  flex-direction:column;
  transition:.2s;
}

.lsp__slideshow .redux-lsp__col a .redux-lsp__col--hover{
  display:none;
}

.lsp__slideshow .redux-lsp__col a:hover{
  text-decoration:none;
}

.lsp__slideshow .redux-lsp__details{
  font-style:normal;
  font-weight:800;
  font-family:"Avenir-Heavy";
  font-size:18px;
  line-height:120%;
  color:white;
  z-index:2;
  margin-top:auto;
}

.lsp__slideshow .redux-lsp__details .redux-lsp__cat{
  font-style:normal;
  font-family:"Avenir-Heavy";
  font-weight:800;
  font-size:10px;
  line-height:120%;
  color:#FFFFFF;
}

.lsp__slideshow .redux-lsp__details .redux-lsp__cat span{
  margin-bottom:8px;
  display:inline-block;
  padding:4px 16px;
  border:0.5px solid #FFFFFF;
  border-radius:2px;
}

.lsp__slideshow .redux-lsp__details .redux-lsp__content{
  margin-top:10px;
  font-style:normal;
  font-weight:300;
  font-size:16px;
  font-family:"Avenir-Normal";
  line-height:150%;
  color:#E8E8E8
}

@media (min-width: 720px){

  .lsp__slideshow{
    padding:72px 0px 0px;
  }
				}

@media (min-width: 720px){

  .lsp__slideshow .lsp-slidehsow__title h2{
    font-size:56px;
    margin-bottom:0px;
  }
		}

@media (max-width: 720px){

  .lsp__slideshow .redux-lsp{
    margin:0 20px;
  }
			}

@media (max-width: 720px){

  .lsp__slideshow .redux-lsp::after{
    display:none;
  }
}

@media (min-width: 720px){

  .lsp__slideshow .swiper-container.swiper-container--lsp{
    width:calc(100vw - 71px);
  }
						}

@media (min-width: 720px){

  .lsp__slideshow .redux-lsp__details{
    font-size:20px;
  }
				}

@media (min-width: 720px){

  .lsp__slideshow .redux-lsp__details .redux-lsp__content{
    font-size:18px;
    margin-top:8px;
  }
				}

main.page-about{
	background:#181822;
			font-family:'Avenir-Normal', sans-serif !important;
}

.page-about__header{
	  padding-left:15px;
    display:flex;
		position:relative;
		align-items:center;
    justify-content:space-between;
    max-width:1196px;
		margin-right:auto;
    margin-left:auto;
    flex-flow:column;
    padding-right:15px;
}

.page-about__header h1{
  padding:32px 0px;
  font-family:'Avenir-Heavy', sans-serif !important;
  color:#ed9439;
  font-size:28px;
}

.page-about__header h1 span{
  display:block;
  font-family:'Avenir-Normal', sans-serif !important;
  color:white;
}

.page-about__header h1 strong{
  font-family:'Avenir-Heavy', sans-serif !important;
}

.page-about__header img{
  width:100%;
  max-width:100%;
  display:block;
}

@media (min-width: 720px){

  .page-about__header h1{
    padding:40px 0px;
    font-size:48px;
    margin-bottom:20px;
    min-width:550px;
    line-height:120%;
    max-width:550px;
  }	
				}

@media (min-width: 720px){

  .page-about__header{
    flex-flow:row;
  }
			}

.page-about__header::after{
}

@media (min-width: 1020px){

  .page-about__header::after{
    content:url(https://res.cloudinary.com/ncsy/image/upload/c_scale,f_auto,q_auto,w_500/v1605451400/REDUX20/about%20page/about-Bitmap.png);
    position:absolute;
    bottom:-75px;
    right:-115px;
  }
}

.page-about__top{
	padding:40px 0px
}

@media (min-width: 720px){

  .page-about__top{
    padding:70px 0px;
  }
			}

.about-flex{
		padding-left:15px;
    display:flex;
		align-items:center;
    justify-content:space-between;
    max-width:1196px;
		margin-right:auto;
    margin-left:auto;
    margin-bottom:30px;
    flex-flow:column;
    padding-right:15px;
	}

.about-flex img, .about-flex .about__top__text{
}

.about-flex h2{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:40px;
  line-height:55px;
  color:#FFFFFF;
  margin-bottom:24px;
}

.about-flex .about__top__text p{
  font-size:18px;
  line-height:160%;
  color:#E8E8E8;
}

.about-flex .about__text__right p{
  font-size:18px;
  line-height:160%;
  color:#E8E8E8;
}

.about-flex p.about__text--rest{
  max-width:486px;
}

.about-flex .about__left{
}

.about-flex img{
  width:100%;
}

@media (min-width: 720px){

  .about-flex{
    flex-flow:row;
    margin-bottom:70px;
  }
			}

@media (min-width: 720px){

  .about-flex img, .about-flex .about__top__text{
    min-width:50%;
    max-width:50%;
  }
			}

@media (min-width: 720px){

  .about-flex .about__left{
    padding-right:40px;
  }
			}

.about-flex--svg{
	position:relative;
	z-index:9
}

.about-flex--svg::after{
}

@media (min-width: 1020px){

  .about-flex--svg::after{
    content:url(https://res.cloudinary.com/ncsy/image/upload/f_auto,q_auto/v1605451400/REDUX20/about%20page/abourmission_svg.png);
    position:absolute;
    bottom:-155px;
    right:-146px;
    z-index:-1;
  }
}

.about__vision{
			padding-left:15px;
    max-width:1196px;
		margin-right:auto;
    margin-left:auto;
    margin-bottom:66px;
    padding-right:15px;
}

.about__vision h2{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:40px;
  line-height:55px;
  color:#FFFFFF;
  margin-bottom:44px;
}

.about__vision .about__vision-wrapper{
  display:flex;
  justify-content:space-between;
  margin-right:auto;
  margin-left:auto;
  flex-flow:column
}

.about__vision .about__vision__text p{
  font-size:18px;
  line-height:160%;
  color:#E8E8E8;
}

.about__vision .about__vision__text h3{
  color:#ED9133;
  max-width:486px;
  text-transform:none;
  background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
  -webkit-text-decoration-color:#ED9133!important;
  text-decoration-color:#ED9133!important;
  margin-bottom:20px
}

@media (min-width: 720px){

  .about__vision .about__vision-wrapper{
    flex-flow:row;
  }

			}

@media (min-width: 720px){

  .about__vision .about__vision__text{
    min-width:50%;
    max-width:50%;
  }
			}

@media (min-width: 720px){

  .about__vision .about__vision__text h3{
    font-size:32px;
    margin-bottom:0px;
    line-height:160%;
  }
					}

section.page-about__commitment{
		background:#434176;
		padding:16px 32px 17px;
		margin-bottom:30px;
}

section.page-about__commitment .commitment__col{
  padding-left:15px;
  display:flex;
  max-width:1284px;
  align-items:center;
  justify-content:space-between;
  margin-right:auto;
  margin-left:auto;
  flex-flow:column;
  padding-right:15px;
}

section.page-about__commitment .commitment__col img{
  width:100%
}

section.page-about__commitment .commit__text{
  max-width:486px;
}

section.page-about__commitment .commit__text h2{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:40px;
  line-height:55px;
  color:#FFFFFF;
  margin-bottom:24px;
}

section.page-about__commitment .commit__text p{
  font-size:18px;
  line-height:160%;
  color:#E8E8E8;
}

@media (min-width: 720px){

  section.page-about__commitment{
    margin-bottom:70px;
  }
			}

@media (min-width: 720px){

  section.page-about__commitment .commitment__col{
    flex-flow:row;
  }

			}

@media (min-width: 720px){

  section.page-about__commitment .commitment__col img{
    min-width:50%;
    max-width:50%;
  }
					}

@media (min-width: 720px){

  section.page-about__commitment .commit__text{
    margin-left:102px;
  }
					}

section.page-about__bottom{
	    max-width:1196px;
			    overflow:hidden;
		margin-right:auto;
    margin-left:auto;
		padding-left:15px;
    padding-right:15px;
		padding-top:90px;
		
}

section.page-about__bottom .privacy__col{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:50px;
  flex-flow:column
}

section.page-about__bottom h2{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:40px;
  line-height:55px;
  color:#FFFFFF;
  margin-bottom:24px;
}

section.page-about__bottom .about__bottom__text{
}

section.page-about__bottom a{
  color:#ED9236;
}

section.page-about__bottom p{
  max-width:586px;
  font-size:18px;
  line-height:160%;
  color:#E8E8E8;
}

section.page-about__bottom .about__bottom__text--right{
}

@media (min-width: 720px){

  section.page-about__bottom .privacy__col{
    flex-flow:row;
    margin-bottom:150px;
  }
					}

@media (min-width: 720px){

  section.page-about__bottom .about__bottom__text{
    min-width:50%;
    max-width:50%;
  }
			}

@media (min-width: 720px){

  section.page-about__bottom .about__bottom__text--right{
    margin-left:24px;
  }
			}

section.header-info{
			font-family:'Avenir-Normal', sans-serif !important;
				background:#181822;
    		overflow:hidden;
}

section.header-info .container{
  padding-left:15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1196px;
  margin-right:auto;
  margin-left:auto;
  flex-flow:column;
  padding-right:15px
}

section.header-info .header__text{
  padding:40px 0px;
}

section.header-info .header__text h1{
  font-size:32px;
  color:#E8E8E8;
}

section.header-info .header__text h1 strong{
  font-family:'Avenir-Heavy', sans-serif !important;
}

section.header-info .header__text .header__content{
  font-size:18px;
  line-height:150%;
  color:#FFFFFF;
}

section.header-info .header__text .header__content a{
  color:#ED9236;
}

section.header-info .header__text.header__text--orange h1 span{
  color:#EB8B29;
}

section.header-info .header__img{
  width:100%;
  display:none
}

@media (min-width: 720px){

  section.header-info .container{
    flex-flow:row;
  }
			}

@media (min-width: 720px){

  section.header-info .header__text{
    max-width:486px;
    min-width:486px;
  }
			}

@media (min-width: 720px){

  section.header-info .header__text h1{
    font-size:56px;
    line-height:120%;
  }
			}

@media (min-width: 720px){

  section.header-info .header__img{
    margin-left:110px;
    display:block;
  }
		}

main.page-contact{
		font-family:'Avenir-Normal', sans-serif !important;

}

.contact__header{
	padding-top:40px;
	background:#212134;
}

.contact__header h1{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:28px;
  line-height:150%;
  color:#FFFFFF
}

@media (min-width: 720px){

  .contact__header h1{
    font-size:56px;
  }
				}

@media (min-width: 720px){

  .contact__header{
    padding-top:60px;
  }
				}

.page-contact__tabs{
	padding:0px;
}

.page-contact__tabs ul.contact__nav__tabs{
  margin-bottom:0;
  padding-left:0;
  margin-top:0;
  list-style:none;
  display:flex;
  flex-flow:wrap;
  align-items:center;
  justify-content:space-around;
}

.page-contact__tabs ul.contact__nav__tabs li{
  text-align:center;
  display:block;
}

.page-contact__tabs ul.contact__nav__tabs li a{
  font-size:24px;
  line-height:150%;
  position:relative;
  text-transform:capitalize;
  color:#FFFFFF;
  text-decoration:none;
  opacity:0.6;
  padding:12px;
  display:block
}

.page-contact__tabs ul.contact__nav__tabs li a:hover{
  text-decoration:none;
  opacity:1;
}

.page-contact__tabs ul.contact__nav__tabs li.active a{
  opacity:1;
}

.page-contact__tabs ul.contact__nav__tabs li.active a:before{
  content:"";
  display:block;
  height:4px;
  width:100%;
  background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
  border-radius:16px;
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
}

@media (min-width: 720px){

  .page-contact__tabs{
    padding:20px 0px 0px;
  }
				}

@media (min-width: 720px){

  .page-contact__tabs ul.contact__nav__tabs li{
    width:33%;
  }
		}

@media (min-width: 720px){

  .page-contact__tabs ul.contact__nav__tabs li a{
    padding:12px 12px 16px;
  }
					}

.page-contact__tabs__content{
		background:#181822;
		color:white;
		margin:0px;
		padding:30px 0px 50px;
}

.page-contact__tabs__content .tab-pane.active{
  margin:0 -1%;
}

@media (min-width: 720px){

  .page-contact__tabs__content{
    padding:72px 0px 150px;
  }
				}

.contact__pane{
	overflow:hidden;
}

.contact__item{
	width:48%;
	margin:0 1% 20px;
	float:left;
	    overflow-wrap:break-word;
	padding:24px 20px 20px;
background:#292949;
box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius:6px;
color:white
}

@media (min-width: 770px){

  .contact__item{
    width:31%;
  }
		
	}

.contact__icn{
	width:45px;
	height:45px;
	display:block;
	float:left;
	color:#ddd;
	margin-top:-10px;
}

.contact__title{
		font-family:'Avenir-Heavy', sans-serif !important;
		font-size:20px;
		line-height:100%;
		color:#FFFFFF;
		margin-bottom:10px;
		text-decoration:none;
	display:block;
}

.contact__info{
	font-size:14px;
	line-height:120%;
	color:#FFFFFF;
			margin-bottom:8px;
	opacity:0.8;
	display:block;
}

.tab--inter-hq{
	align-items:end;
}

.tab--inter-hq .contact__item{
}

.tab--inter-hq .contact__links{
  opacity:1;
}

.tab--inter-hq .contact__links i.fa{
  padding-right:12px;
}

.tab--inter-hq a.contact__info, .tab--inter-hq a.contact__links{
  opacity:1;
  text-decoration:none;
}

@media (max-width: 720px){

  .tab--inter-hq .contact__item{
    flex:1;
  }
			}

.contact__links{
font-size:14px;
line-height:120%;
	color:#FFFFFF;
	margin-bottom:15px;
	display:block;
			opacity:0.8;
}

.contact__links i.fa{
  padding-right:3px;
}

a.contact__info, a.contact__links{
	color:#EC8F31;
	opacity:1;
	text-decoration:underline;
}

.contact-notes{
	margin-top:23px;
	padding:12px;
background:#434364;
border-radius:4px;
font-size:14px;
line-height:120%;
color:#FFFFFF;
text-align:center;
opacity:0.8;
}

.contact-notes a{
  color:#EC8F31;
}

.contact__form{
			flex:1 1 100%;
		background:#292949;
		box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
		border-radius:6px;
		padding:24px;
		margin-left:1%;
}

.contact__form h3.gform_title{
  font-family:'Avenir-Heavy', sans-serif !important;
  font-size:20px !important;
  line-height:120%;
  margin-top:0px !important;
  margin-bottom:24px !important;
  color:#FFFFFF;
  text-transform:capitalize;
}

.contact__form label.gfield_label{
  font-size:14px !important;
  color:#FFFFFF !important;
  margin-bottom:0px !important;
}

.contact__form .ginput_container input, .contact__form .ginput_container select, .contact__form .ginput_container textarea{
  color:white !important;
  background-color:inherit !important;
  border:1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius:6px !important;
}

.contact__form input.gform_button.button{
  background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
  border-radius:6px;
  font-size:18px !important;
  line-height:120%;
  padding:17px 24px;
  color:#FFFFFF;
  text-align:center;
  margin-left:auto !important;
  display:block !important;
}

@media (min-width: 720px){

  .contact__form{
    flex:1;
  }
		}

main.page-alumni{
		font-family:'Avenir-Normal', sans-serif !important;
		background:#181822;
}

main.page-alumni h2{
  color:white;
  position:relative;
}

main.page-alumni section.page-alumni__header{
  position:relative;
  padding:30px 10px;
}

main.page-alumni section.page-alumni__header .container{
  position:relative
}

main.page-alumni section.page-alumni__header h1{
  font-family:'Avenir-Heavy', sans-serif !important;
  color:#ed9439;
  font-size:28px;
}

main.page-alumni section.page-alumni__header h1 span{
  display:block;
  font-family:'Avenir-Normal', sans-serif !important;
  color:white;
}

main.page-alumni section.page-alumni__header h1 strong{
  font-family:'Avenir-Heavy', sans-serif !important;
}

main.page-alumni section.page-alumni__header h2{
  font-family:'Avenir-Heavy', sans-serif !important;
  color:#ed9439;
  font-size:20px;
}

main.page-alumni section.page-alumni__header h2 span{
  display:block;
  font-family:'Avenir-Normal', sans-serif !important;
  color:white;
}

main.page-alumni section.page-alumni__header h2 strong{
  font-family:'Avenir-Heavy', sans-serif !important;
}

main.page-alumni section.page-alumni__header .alumni__header__left{
  padding:0px 0px 20px
}

main.page-alumni section.page-alumni__header .gap__video{
  flex:1;
  z-index:2;
  max-width:560px;
}

main.page-alumni section.page-alumni__header .gap__video .video-container{
  margin:0px;
  padding-bottom:50%;
}

main.page-alumni section.page-alumni__header .alumni__description{
  color:white;
  line-height:normal;
  font-size:22px;
}

main.page-alumni section.page-alumni__header img{
  width:100%;
  max-width:100%;
  display:block;
}

main.page-alumni section.page-alumni__header::after{
}

main.page-alumni section.page-alumni__top{
  padding:25px 0px 50px;
  background:#434176;
  background:linear-gradient(180deg, rgba(24,24,35,1) 0%, rgba(67,65,118,1) 100%);
}

main.page-alumni section.page-alumni__top .container{
}

main.page-alumni section.page-alumni__top .gap__events{
  flex:0 1 70%;
}

main.page-alumni section.page-alumni__top .gap__events__group{
  display:flex;
  flex-flow:wrap;
}

main.page-alumni section.page-alumni__top .gap__events__group a.events__col{
  min-width:100%;
  max-width:100%;
  padding:15px 18px;
  border:1px solid #8686a4;
  box-sizing:border-box;
  border-radius:8px;
  display:block;
  margin-bottom:20px;
  position:relative;
}

main.page-alumni section.page-alumni__top .gap__events__group a.events__col .events-live__now{
  color:white;
  font-weight:800;
  font-size:10px;
  line-height:120%;
  text-transform:uppercase;
  position:absolute;
  display:flex;
  top:-9px;
  right:25px;
  align-items:center;
  padding:0px 8px;
  background:#181822;
}

main.page-alumni section.page-alumni__top .gap__events__group a.events__col .events-live__now span{
  background:#D2FF51;
  border-radius:50%;
  animation:blinker 2s linear infinite;
  width:8px;
  height:8px;
  display:inline-block;
  margin-right:5px;
}

main.page-alumni section.page-alumni__top .gap__events__group a.events__col.events__col--live{
  border:1px solid #EB8B29;
}

main.page-alumni section.page-alumni__top .gap__events__group a.events__col:hover{
  text-decoration:none;
  border:1px solid #EB8B29;
}

main.page-alumni section.page-alumni__top .gap__events__group .events-collections__details{
  display:flex;
  align-items:center;
}

main.page-alumni section.page-alumni__top .gap__events__group .events-collections__date{
  background-color:#FCB119;
  background-position:center;
  background-size:cover;
  display:flex;
  flex-flow:column;
  color:white;
  line-height:24px;
  min-width:61px;
  text-transform:uppercase;
  height:61px;
  align-items:center;
  justify-content:center;
  border-radius:6px;
}

main.page-alumni section.page-alumni__top .gap__events__group .events-collections__content{
  margin-left:10px;
}

main.page-alumni section.page-alumni__top .gap__events__group .events-collections__title{
  color:white;
  font-style:normal;
  font-weight:800;
  font-size:16px;
  line-height:120%;
  font-family:"Avenir-Heavy";
}

main.page-alumni section.page-alumni__top .gap__events__group .events-collections__author{
  color:white;
  margin-top:4px;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
}

main.page-alumni section.page-alumni__top .gap__contact{
  flex:0 1 30%;
  position:relative
}

main.page-alumni section.page-alumni__top .gap__contact-card{
  box-shadow:0 1px 2px 0 rgba(0,0,0,.2);
  background:#434176;
  color:white;
  border-radius:4px;
  padding:10px 30px 1px;
  text-align:center;
  position:relative;
}

main.page-alumni section.page-alumni__top .gap__contact-card a{
  display:block;
  color:white;
  background:#eb8b29;
  margin:15px auto 0;
  border-radius:4px;
  max-width:200px;
  padding:10px;
}

main.page-alumni section.page-alumni__top .gap__contact-card input, main.page-alumni section.page-alumni__top .gap__contact-card textarea{
  padding:8px 12px !important;
  font-size:14px !important;
}

main.page-alumni section.page-alumni__top .gap__contact__img{
  height:115px;
  width:115px;
  margin:0 auto 15px;
  border-radius:50%;
  background-size:cover;
  background-position:center;
}

main.page-alumni section.page-alumni__top .gap__contact__name{
  font-size:26px;
  margin-bottom:10px;
  font-family:"Avenir-Heavy";
}

main.page-alumni section.page-alumni__top .gap__contact__address{
  margin-bottom:5px;
}

main.page-alumni section.page-alumni__info{
  padding:40px 0px;
}

main.page-alumni section.page-alumni__info .container{
  display:flex;
  justify-content:space-between;
  flex-flow:column
}

main.page-alumni section.page-alumni__info a.gap-info__col{
  display:block;
  width:100%;
  background:#181823;
  border-radius:8px;
  position:relative;
  padding:0px 0px 25px;
  color:white;
  text-decoration:none;
  margin-bottom:50px;
  top:0;
  transition:all .3s ease-in-out;
  overflow:hidden
}

main.page-alumni section.page-alumni__info a.gap-info__col:hover{
  top:-10px;
  color:#ed9439;
}

main.page-alumni section.page-alumni__info .info__col__img{
  height:200px;
  background-position:center;
  background-size:cover;
  margin-bottom:10px;
}

main.page-alumni section.page-alumni__info .info__col__title{
  text-align:center;
  margin:15px auto 10px;
  padding:0 20px;
  font-size:23px;
  font-family:"Avenir-Heavy";
}

main.page-alumni section.page-alumni__info .info__col__desc{
  padding:0 20px;
}

main.page-alumni section.page-alumni__schools{
  padding:40px 0px 50px;
}

main.page-alumni .gap__schools{
  display:flex;
  align-items:baseline;
  flex-flow:wrap;
  margin:0 -10px;
}

main.page-alumni .gap__school__filters{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  color:white;
  margin-bottom:30px;
  padding-bottom:20px;
  border-bottom:1px solid #4d4d65;
}

main.page-alumni .gap__school__filters h2{
  margin-right:20px;
  margin-bottom:0
}

main.page-alumni .gap__school-choose{
  display:flex;
  flex-flow:wrap;
  align-items:center;
}

main.page-alumni .gap__school__search input{
  border:1px solid #cccccc;
  border-radius:4px;
  height:35px;
  line-height:normal;
  color:#555555;
  margin:0px 20px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding:6px 12px
}

main.page-alumni .gap__school__select select{
  border:1px solid #cccccc;
  border-radius:4px;
  height:35px;
  line-height:normal;
  color:#555555;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding:6px 12px;
}

main.page-alumni a.gap__school__all{
  display:block;
  color:white;
  text-align:right;
  margin-left:auto;
  text-decoration:none;
}

main.page-alumni .gap__school__container{
  display:flex;
  flex-wrap:wrap;
  padding:10px 0px 5px;
  width:100%;
}

main.page-alumni .gap__school__container h2.gap__school__gender{
  width:100%;
  margin-bottom:15px;
  font-size:20px;
  padding-left:5px;
}

main.page-alumni .gap__school__container .gap__school{
  min-width:48%;
  max-width:48%;
  overflow:hidden;
  text-align:left;
  margin:0 1% 30px;
  background:rgb(114 128 195 / 0.5);
  padding:10px 10px 0;
  border-radius:4px
}

main.page-alumni .gap__school__container .gap__school.gap__school--1{
  background:rgba(189, 114, 195, 0.5);
}

main.page-alumni .gap__school__container .gap__school.gap__school--2{
  background:rgba(114, 195, 168, 0.5);
}

main.page-alumni .gap__school__container .gap__school-details{
  padding:0 5px 20px;
  color:#d6d6d6;
}

main.page-alumni .gap__school__container .gap__school-details a{
  color:#d6d6d6;
  font-size:13px;
  margin-top:8px;
  display:block;
}

main.page-alumni .gap__school__container .gap__school-details .gap__school__more{
  color:#ed9439;
}

main.page-alumni .gap__school__container .gap__school__img{
  height:120px;
  width:100%;
  background-size:cover;
  display:none;
  background-position:center;
}

main.page-alumni .gap__school__container .gap__school__title{
  color:white;
  font-family:"Avenir-Heavy";
  text-transform:capitalize;
}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__header .container{
    flex-flow:row;
    padding:30px 0px 60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
			}

@media (min-width: 980px){

  main.page-alumni section.page-alumni__header .container{
}

  main.page-alumni section.page-alumni__header .container:after{
    content:"";
    position:absolute;
    top:-20px;
    background-image:url('https://res.cloudinary.com/ncsy/image/upload/c_scale,f_auto,q_auto,w_500/v1605451400/REDUX20/about%20page/about-Bitmap.png');
    background-repeat:no-repeat;
    height:510px;
    width:400px;
    right:-125px;
    bottom:-50px;
    display:block;
  }		
					}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__header h1{
    font-size:48px;
    margin-bottom:10px;
    line-height:120%;
  }
				}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__header h2{
    font-size:28px;
    margin-bottom:10px;
    line-height:120%;
  }
				}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__header .alumni__header__left{
    padding:40px 0px;
    min-width:45%;
    margin-right:5%;
    line-height:120%;
    max-width:45%;
  }	
				}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__top .container{
    flex-flow:row;
    display:flex;
    justify-content:space-between;
  }						
				}

@media (min-width: 480px){

  main.page-alumni section.page-alumni__top .gap__events__group a.events__col{
    min-width:48%;
    max-width:48%;
    margin-right:2%;
  }
				}

@media (min-width: 1020px){

  main.page-alumni section.page-alumni__top .gap__contact{
    margin-left:5%;
  }

  main.page-alumni section.page-alumni__top .gap__contact:before{
}
					}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__info .container{
    flex-flow:row;
    flex-wrap:wrap;
    padding:40px 0px;
  }
			}

@media (min-width: 720px){

  main.page-alumni section.page-alumni__info a.gap-info__col{
    margin-right:2%;
    width:31%;
    margin-bottom:20px;
  }
				}

@media (min-width: 720px){

  main.page-alumni .gap__school__filters{
    display:flex;
  }
		}

@media (max-width: 720px){

  main.page-alumni .gap__school__filters h2{
    min-width:100%;
  }
			}

@media (max-width: 720px){

  main.page-alumni .gap__school__search input{
    margin-left:0;
  }
			}

@media (max-width: 720px){

  main.page-alumni .gap__school__select{
    margin:10px auto 10px;
  }
				}

@media (min-width: 720px){

  main.page-alumni .gap__school__container{
    min-width:48%;
    max-width:48%;
    margin:0px 1%;
  }
			}

.lightbox--school{
    background:#181823;
	box-shadow:1px 1px 15px #0d0d17;
	color:white;
	font-size:13px;
	padding:20px 30px 10px;
}

.lightbox--school a{
  color:#ccc;
}

.lightbox--school a:hover{
  text-decoration:underline;
}

.lightbox--school .gap__school__title{
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}

.lightbox--school .btn--apply-now{
  background:#ed9439;
  color:white;
  margin-top:10px;
  padding:5px 10px;
  border-radius:4px;
  font-size:16px;
}

.lightbox--school .lightbox-container__close{
  color:white;
}

.lightbox--school .gap__school__text{
  font-style:italic;
  margin:10px 0;
  color:#ddd;
}

.lightbox--school .school-modal-flex{
  display:flex;
  padding-bottom:10px;
  border-bottom:1px solid #292742;
}

.lightbox--school .school-modal-flex--left, .lightbox--school .school-modal-flex--right{
  flex:1
}

.gap-gradient{
		padding:10px;
}

.gap-back{
	display:inline-block;
    color:white;
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:.5px;
    padding:9px 12px;
    background:#ec6720;
    border-radius:2px;
		position:sticky;
    top:0;
    left:0;
    right:0;		
}

.videoWrapper{
	position:relative;
	padding-bottom:52.25%;
	padding-top:10px;
	height:0;
	max-width:900px;
	margin:0 auto 20px;
	min-height:350px;
}

.school-video{
	max-width:100%
}

@media (min-width: 720px){

  .school-video{
    width:600px;
  }
					}

.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

main.page-alumni .page-alumni__programs h2{
    font-size:26px;
    text-align:center;
	color:#3b3967;
}

.page-alumni__programs{
    padding:30px 0 10px;
	background:#c7c6e4;
	box-shadow:inset 0px 0px 30px rgb(0 0 0);
}

.page-alumni__programs .gap__programs__container{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
}

.page-alumni__programs .program-logo{
  flex:1;
  max-width:23%;
  margin:0 1% 20px;
  min-width:23%;
  text-align:center;
}

.page-alumni__programs .program-logo img{
  max-width:100%;
  max-height:100px;
}

section.gap-slider{
	padding:25px 0px 0px;	
}

section.gap-slider .gap-container{
  max-width:1200px;
  margin-right:auto;
  margin-left:auto;
}

section.gap-slider .swiper-button-prev{
  left:0px;
}

section.gap-slider .swiper-button-next{
  right:0px;
}

@media (min-width: 720px){

  section.gap-slider{
    padding:50px 0px 0px;
  }
			}

.gap__slide{
	  max-width:1170px;
    margin-right:auto;
    margin-left:auto;
	display:flex;
	align-items:center;
	flex-flow:column;	
	padding:0px 30px;
	justify-content:center;
}

.gap__slide .gap__slider__img{
  height:150px;
  width:150px;
  background-position:center;
  background-size:cover
}

.gap__slide .gap__slider__content{
  text-align:center;
  flex:1;
  line-height:normal;
  color:white;
  padding:20px 10px
}

.gap__slide .gap__slider__text p{
  margin:0;
}

.gap__slide .gap__slider__author{
  margin-top:10px;
}

@media (min-width: 720px){

  .gap__slide{
    flex-flow:row;
  }	
		}

@media (min-width: 720px){

  .gap__slide .gap__slider__img{
    height:225px;
    width:225px;
  }
		}

@media (min-width: 720px){

  .gap__slide .gap__slider__content{
    padding:10px 35px 10px;
    font-size:20px;
    line-height:36px;
  }
			}

.alumni__header__left__jf{
	color:white;
}

.alumni__header__right--jf{
	display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    z-index:1;
 }

.alumni__header__right--jf .jf-alumni_img-container{
  height:200px;
}

.alumni__header__right--jf .jf-alumni_img-container img{
  object-fit:cover;
  object-position:center center;
  height:100%;
  width:100%;
}

.page-alumni__top--jd{
	 align-items:flex-start;
 }

.page-alumni__top--jd h2{
  color:#ed9439 !important;
}

.page-alumni__top--jd .container{
  align-items:flex-start;
}

.page-alumni__top--jd .gap__events{
  flex:2 !important;
}

.page-alumni__top--jd .gap__events__group a.events__col{
  min-width:100% !important;
  max-width:100% !important;
  margin-right:0 !important;
}

.jfellowship-actions{
    color:white;
	flex:3;
	margin-right:40px;
}

.jfellowship-actions ul{
  list-style:disc;
  margin-left:0;
  padding-left:20px;
}

.jfellowship-actions li{
  display:list-item !important;
  margin-bottom:10px;
}

main .page-alumni__schools--jf h2{
  color:#ed9439;
}

main .page-alumni__schools--jf .gap__schools .gap__school__container{
  display:block;
  min-width:100%;
  max-width:100%;
  padding-right:40px;
  -moz-column-break-inside:avoid;
  -webkit-column-break-inside:avoid;
  column-break-inside:avoid;
}

@media (min-width: 720px){

  main .page-alumni__schools--jf .gap__schools{
    column-count:3;
    display:block;
    margin:0;
  }
		}

.judah-fellowship__fellows .judah-fellowship__fellow{
  cursor:pointer;
}

.judah-fellowship__fellows .judah-fellowship__fellows-img{
  height:200px;
  margin-bottom:5px;
}

.judah-fellowship__fellows .judah-fellowship__fellows-img img{
  object-fit:cover;
  object-position:top center;
  height:100%;
  width:100%;
}

.judah-fellowship__fellows .name{
  font-weight:bold;
  text-align:center;
  color:#222137;
}

.judah-fellowship__fellows .campus{
  font-size:.8em;
  text-align:center;
  color:#999;
}

.judah-fellowship__fellows .fellow-popup{
  display:none;
  position:fixed;
  width:600px;
  left:50%;
  margin-left:-300px;
  background:white;
  height:auto;
  top:100px;
  padding:40px;
  box-shadow:0 0 250px rgb(0 0 0 / 90%);
}

.judah-fellowship__fellows .fellow-popup .judah-fellowship__fellows-img{
  height:120px;
  width:120px;
  border-radius:50%;
  overflow:hidden;
  margin:-80px auto 20px;
}

.judah-fellowship__fellows .fellow-popup .close{
  font-weight:bold;
  color:#ccc;
  font-size:22px;
  position:absolute;
  top:5px;
  right:15px;
  cursor:pointer;
}

.judah-fellowship__fellows .fellow-popup .close:hover{
  color:#666;
}

@media (min-width: 720px){

  .judah-fellowship__fellows{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:30px 20px;
  }
	}

.page-alumni--mtn{
	padding-bottom:80px;
}

.mtn-share-story{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #3b414d;
}

.page-alumni__header.container:after{
    content:"";
    position:absolute;
    top:-20px;
    background-image:url(https://res.cloudinary.com/ncsy/image/upload/c_scale,f_auto,q_auto,w_500/v1605451400/REDUX20/about%20page/about-Bitmap.png);
    background-repeat:no-repeat;
    height:510px;
    width:400px;
    right:-125px;
    bottom:-50px;
    display:block;
}

.alumni-form-row{
	display:flex;
	align-items:center;
	margin-bottom:40px;
}

.alumni-form-row > div{
  flex:1;
  max-width:25%;
  margin-right:10px;
}

.alumni-form-row .btn{
  color:white;
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1px;
}

.mtn-items{
	display:grid;
	position:relative;
	grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
	grid-gap:40px;
	padding-bottom:40px;
}

.mtn-pagination{
	display:flex;
	margin-top:20px;
	border-top:1px solid #3b414d;
	padding-top:40px;
}

.mtn-pagination a{
  color:white;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:14px;
}

.mtn-pagination a:last-child{
  margin-left:auto;
}

.mtn-single{
	color:white;
}

.mtn-single__meta{
	opacity:.5;
	font-size:14px;
}

.mtn-single__thumb{
	margin-bottom:10px;
	overflow:hidden;
	border-radius:40px 0 40px 0;
	background:#4c4c5f;
	max-height:255px;
}

.mtn-single__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.mtn-single__name{
	margin-bottom:8px;
}

.mtn-loader{
	min-height:300px;
	text-align:left;
}

.redux__bg{
		background:#222137;
		background:linear-gradient(to bottom, #1E1E30, #494994);
}

header.redux__header{
	font-family:'Avenir-Normal', sans-serif !important;
	display:none;
}

header.redux__header strong{
  font-family:"Avenir-Heavy";
}

@media (min-width: 720px){

  header.redux__header{
    display:block;
  }
		}

header.redux__header-mobile{
	font-family:'Avenir-Normal', sans-serif !important;
	display:block;
	background:#222137;
	padding-top:15px;
}

header.redux__header-mobile strong{
  font-family:"Avenir-Heavy";
}

header.redux__header-mobile .mobile-menu{
  display:none
}

header.redux__header-mobile .mobile-menu.show-on-mobile{
  transition:all .3s ease-in-out;
  display:block;
}

header.redux__header-mobile .mobile-menu.hide-on-mobile{
  transition:all .3s ease-in-out;
  display:none;
}

header.redux__header-mobile .mobile-container{
  display:flex;
  padding-left:20px;
  padding-right:20px;
  align-items:center;
  justify-content:space-between;
  padding-bottom:6px;
}

header.redux__header-mobile .login__mobile{
  background:#EB8B29;
  border-radius:6px;
  width:100%;
  font-style:normal;
  padding:13px 10px 12px;
  font-weight:normal;
  font-size:14px;
  line-height:19px;
  color:#FFFFFF;
}

header.redux__header-mobile a.donate__mobile{
  background:#FFFFFF;
  border-radius:6px;
  width:100%;
  font-style:normal;
  padding:11px 10px 10px;
  display:inline-block;
  font-size:17px;
  line-height:19px;
  color:#EB8B29 !important;
  text-align:center;
  font-weight:600;
  margin-top:10px;
}

header.redux__header-mobile ul.mobile-menu--lg{
  margin-top:30px;
  margin-bottom:24px;
  padding:0px;
  border-bottom:1px solid #3E3E5A;
}

header.redux__header-mobile ul.mobile-menu--lg li{
  display:block;
}

header.redux__header-mobile ul.mobile-menu--lg li a{
  font-family:"Avenir-Heavy";
  font-style:normal;
  font-weight:800;
  font-size:24px;
  line-height:33px;
  color:#FFFFFF;
  padding-bottom:12px;
  margin-bottom:12px;
  display:block
}

header.redux__header-mobile ul.mobile-menu--lg li a.menu--big__events{
  border:1px solid #EB8B29;
  border-radius:8px;
  padding:11px 36px;
  display:inline-flex;
  position:relative;
}

header.redux__header-mobile ul.mobile-menu--lg li a.menu--big__events .events-live__now{
  color:white;
  font-weight:800;
  font-size:10px;
  line-height:120%;
  text-transform:uppercase;
  position:absolute;
  display:flex;
  top:-7px;
  right:8px;
  align-items:center;
  padding:0px 8px;
  background:#181822;
}

header.redux__header-mobile ul.mobile-menu--lg li a.menu--big__events .events-live__now span{
  background:#D2FF51;
  animation:blinker 2s linear infinite;
  border-radius:50%;
  width:8px;
  height:8px;
  display:inline-block;
  margin-left:5px;
}

header.redux__header-mobile ul.mobile-menu--sm{
  margin:0px;
  padding:0px;
}

header.redux__header-mobile ul.mobile-menu--sm li{
  position:relative;
  display:block;
  padding-left:20px;
  padding-right:20px;
}

header.redux__header-mobile ul.mobile-menu--sm li.dropdown, header.redux__header-mobile ul.mobile-menu--sm li li{
  padding:0px;
}

header.redux__header-mobile ul.mobile-menu--sm li.dropdown a, header.redux__header-mobile ul.mobile-menu--sm li li a{
  padding-left:20px;
}

header.redux__header-mobile ul.mobile-menu--sm li a{
  font-style:normal;
  font-weight:normal;
  font-size:16px;
  line-height:22px;
  color:#FFFFFF;
  padding:12px 7px 12px 0px;
}

header.redux__header-mobile ul.mobile-menu--sm li.active{
  background-color:#29294E;
}

header.redux__header-mobile ul.mobile-menu--sm ul.dropdown-menu{
  border-top:none;
  background:#34345c;
  border-radius:0;
  box-shadow:none;
  bottom:0px;
  left:0;
  z-index:1000;
  display:none;
  min-width:160px;
  padding:0px 0px 8px;
  margin:0px;
  list-style:none;
  font-size:14px;
  text-align:left;
  position:relative;
  float:none;
}

header.redux__header-mobile ul.mobile-menu--sm ul.dropdown-menu li a{
  display:inline-block;
}

header.redux__header-mobile ul.mobile-menu--socials{
  display:flex;
  margin:20px 0px 0px;
  padding:0px 0px 34px;
  justify-content:center;
  align-items:center;
}

header.redux__header-mobile ul.mobile-menu--socials li{
  display:block;
}

header.redux__header-mobile ul.mobile-menu--socials li a{
  color:white;
  display:inline-block;
  padding:10px 14px 10px 14px;
  font-size:24px;
}

header.redux__header-mobile li.three-levels.dropdown.active > ul.dropdown-menu > li > a, header.redux__header-mobile li.three-levels.dropdown.active > ul.dropdown-menu > li > i{
  display:none;
}

header.redux__header-mobile li.three-levels.dropdown.active > ul.dropdown-menu > li ul.dropdown-menu{
  display:block;
  padding-bottom:0;
  border:none;
}

@media (min-width: 720px){

  header.redux__header-mobile{
    display:none;
  }
		}

.redux__fp{
	font-family:'Avenir-Normal', sans-serif !important;
}

.redux__fp .container{
  max-width:1196px;
  padding-left:20px;
  padding-right:20px
}

.redux__fp strong{
  font-family:"Avenir-Heavy";
}

@media (min-width: 720px){

  .redux__fp .container{
    padding-left:15px;
    padding-right:15px;
  }
			}

.page-redux .nav.nav--top{
  background:#222137;
}

.page-redux .nav.nav--top .container{
  align-items:center;
  justify-content:space-between;
  max-width:1196px;
  flex-flow:column;
  padding-left:20px;
  padding-right:20px
}

.page-redux ul.redux-menu__right{
  display:flex;
  margin:0px;
  flex-flow:wrap;
  padding:0px;
  align-items:center;
  justify-content:flex-end;
}

.page-redux ul.redux-menu__right li{
  position:relative;
  display:block;
}

.page-redux ul.redux-menu__right li a{
  font-size:12px;
  color:white;
  font-family:"Avenir-Normal";
  padding:7px 10px;
  line-height:16px;
  font-style:normal;
  font-weight:300;
  display:inline-block;
  font-style:normal;
  text-decoration:none;
}

.page-redux ul.redux-menu__right li a i{
  display:inline-block;
  padding-left:2px;
}

.page-redux ul.redux-menu__right li a.btn--login{
  color:#EB8B29;
}

.page-redux ul.redux-menu__right li a.btn--login:hover{
  text-decoration:underline;
}

.page-redux ul.redux-menu__right li a.btn--donate{
  color:white;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  height:46px;
  padding:13px 15px 14px;
  width:auto;
  background-color:#EB8B29;
  color:white;
  line-height:19px;
}

.page-redux ul.redux-menu__right li a.btn--donate:hover{
  color:#EB8B29;
  background-color:white;
}

.page-redux ul.redux-menu__right li a:hover, .page-redux ul.redux-menu__right li a.active{
  color:#EB8B29;
}

.page-redux ul.redux-menu__right li a.menu-item__profile{
  display:inline-flex;
  align-items:center;
}

.page-redux ul.redux-menu__right li.dropdown:hover{
}

.page-redux ul.redux-menu__right li.dropdown:hover::before{
  content:url('https://res.cloudinary.com/ncsy/image/upload/f_auto,q_auto/v1601970908/REDUX20/border-triangle.png');
  position:absolute;
  top:100%;
  z-index:2;
  left:0;
  width:100%;
  text-align:center;
}

.page-redux ul.redux-menu__right li.dropdown:hover ul.dropdown-menu{
  display:block;
}

.page-redux ul.redux-menu__right ul.dropdown-menu{
  border-top:none;
  background:#424282;
  box-shadow:0px 4px 16px rgba(75, 75, 127, 0.3);
  border-radius:6px;
  z-index:1000;
  display:none;
  min-width:160px;
  padding:0px;
  margin:0px;
  list-style:none;
  text-align:left;
  font-weight:300;
  font-size:12px;
  line-height:16px;
}

.page-redux ul.redux-menu__right ul.dropdown-menu li{
  margin-right:0px;
  margin-bottom:9px;
}

.page-redux ul.redux-menu__right ul.dropdown-menu li a{
  color:white;
  display:block
}

.page-redux ul.redux-menu__right ul.dropdown-menu li a:hover{
  color:#EB8B29;
}

.page-redux ul.redux-menu__left{
  display:flex;
  margin:0px;
  padding:0px;
  align-items:center;
}

.page-redux ul.redux-menu__left li{
  display:block;
}

.page-redux ul.redux-menu__left li a{
  color:#66668A;
  display:inline-block;
  font-size:16px;
  padding:10px 15px 10px 12px;
  font-weight:200
}

.page-redux ul.redux-menu__left li a:hover{
  color:white;
}

.page-redux ul.redux-menu__left li:first-of-type a{
  padding-left:0px;
}

.page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu{
  display:flex;
  padding:12px 0;
  flex-flow:wrap;
  left:-50%;
}

.page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu > li > a, .page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu > li > i{
  display:none;
}

.page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu > li ul.dropdown-menu{
  position:relative;
  background:none;
  box-shadow:none;
  border:none;
  top:0;
  border-radius:0;
}

.page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu >li:first-child ul.dropdown-menu{
  column-count:2;
  border-right:1px solid #333;
}

.page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu >li:first-child ul.dropdown-menu{
  padding-right:0;
}

.page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu >li:first-child ul.dropdown-menu li{
  display:block;
}

.page-redux .fp-slideshow{
  background:#212134;
  padding:0px 0px 0px;
  height:auto;
}

.page-redux .fp-slideshow .swiper-slideshow .swiper-slide{
  text-align:center;
  font-size:18px;
  background:#fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
}

.page-redux .fp-slideshow .frontpage__slide img.fp__slide--desktop{
  display:none
}

.page-redux .fp-slideshow .frontpage__slide img.fp__slide--mobile{
  display:block;
  width:100%
}

.page-redux .fp-slideshow .frontpage__slide img.fp__slide--general{
}

.page-redux .fp-slideshow .frontpage__slide, .page-redux .fp-slideshow .frontpage__slide img{
}

.page-redux .fp-slideshow .bx-controls a{
  position:absolute;
  top:49%;
  font-size:16px;
  width:24px;
  display:none;
  align-items:center;
  justify-content:center;
  height:24px;
  background-size:cover;
  text-decoration:none;
  opacity:1 !important;
  color:white;
  z-index:2;
  border:2px solid #fff;
  border-radius:50%
}

.page-redux .fp-slideshow .bx-controls a:hover{
  opacity:1;
}

.page-redux .fp-slideshow .bx-prev{
}

.page-redux .fp-slideshow .bx-prev::after{
  content:none;
}

.page-redux .fp-slideshow .bx-next{
}

.page-redux .fp-slideshow .bx-next::after{
  content:none;
}

.page-redux .fp-slideshow .slideshow__col--right{
}

.page-redux .fp-slideshow .slideshow__col__img{
  height:250px;
  background-position:center;
  background-size:cover;
  width:100%
}

.page-redux .fp-slideshow .slideshow-details{
  padding-top:65px;
}

.page-redux .fp-slideshow .slideshow-details h1{
  font-style:normal;
  font-weight:300;
  font-size:32px;
  line-height:120%;
  margin-bottom:16px;
  color:#E8E8E8;
  text-align:center;
}

.page-redux .fp-slideshow .slideshow-details h1 strong{
  font-family:"Avenir-Heavy";
}

.page-redux .fp-slideshow .slideshow-details p{
  margin-bottom:20px;
  font-style:normal;
  font-weight:300;
  font-size:14px;
  max-width:307px;
  line-height:150%;
  color:#E8E8E8;
  text-align:center
}

.page-redux .fp-slideshow .slideshow-details a.btn{
  background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
  border-radius:6px;
  font-style:normal;
  font-weight:normal;
  font-size:16px;
  line-height:120%;
  color:white;
  border-radius:4px;
  padding:13px 28px
}

.page-redux .fp-slideshow .slideshow-section{
  display:flex;
  justify-content:center;
  flex-flow:column;
}

.page-redux .fp-slideshow .slideshow-section .slideshow__col img{
  width:100%;
}

.page-redux section.menu--big{
  background:#181822;
  padding:19px 0px;
}

.page-redux section.menu--big ul{
  display:flex;
  margin:0px;
  padding:0px;
  align-items:center;
  justify-content:flex-start;
}

.page-redux section.menu--big ul li{
  display:block;
}

.page-redux section.menu--big ul li a{
  font-family:"Avenir-Heavy";
  font-weight:800;
  font-size:28px;
  line-height:38px;
  color:white;
  margin-right:30px;
  padding:13px 15px;
  display:block;
  font-style:normal;
  text-transform:capitalize;
  text-decoration:none
}

.page-redux section.menu--big ul li a:hover{
  color:#EB8B29;
}

.page-redux section.menu--big ul li a:first-of-type{
  padding-left:0px;
}

.page-redux section.menu--big ul li a.menu--big__logo{
  margin-right:25px;
}

.page-redux section.menu--big ul li a.menu--big__events{
  border:1px solid #EB8B29;
  border-radius:8px;
  padding:11px 36px;
  position:relative;
}

.page-redux section.menu--big ul li a.menu--big__events .events-live__now{
  color:white;
  font-weight:800;
  font-size:10px;
  line-height:120%;
  text-transform:uppercase;
  position:absolute;
  display:flex;
  top:-7px;
  right:8px;
  align-items:center;
  padding:0px 8px;
  background:#181822;
}

.page-redux section.menu--big ul li a.menu--big__events .events-live__now span{
  animation:blinker 2s linear infinite;
  background:#D2FF51;
  border-radius:50%;
  width:8px;
  height:8px;
  display:inline-block;
  margin-left:5px;
}

.page-redux section.menu--big .container{
  max-width:1196px;
  padding-left:20px;
  padding-right:20px
}

.page-redux .fp-title{
  display:flex;
  flex-flow:wrap;
  align-items:center;
  justify-content:space-between;
  color:white;
  margin-bottom:24px;
}

.page-redux .fp-title h2{
  font-family:"Avenir-Heavy";
  font-style:normal;
  font-weight:800;
  font-size:24px;
  color:#E8E8E8;
  line-height:120%;
  margin-bottom:0px
}

.page-redux .fp-title h2.h2--thin{
  font-family:"Avenir-Normal";
  font-weight:200;
}

.page-redux .fp-title a.fp-title__link{
  display:none;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
  color:#E8E8E8
}

.page-redux section.fp-news{
  padding:40px 0px 0px;
  overflow:hidden;
}

.page-redux section.fp-news .redux-news{
  position:relative
}

.page-redux section.fp-news .redux-news::after{
  content:"";
  transition:all .3s ease-in-out;
  z-index:2;
  width:100px;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  background:linear-gradient(to left, rgb(58 58 115 / 88%) 50%, rgba(0, 0, 0, 0));
}

.page-redux section.fp-news .redux-news__wrapper{
  margin:0 auto;
  max-width:1196px
}

.page-redux section.fp-news .redux-news__wrapper.redux-news--flush{
  max-width:100%;
}

.page-redux section.fp-news .redux-news__col{
  position:relative;
  height:357px;
  display:flex;
  margin-right:20px;
  min-width:282px;
  max-width:282px;
  flex-direction:column;
}

.page-redux section.fp-news .redux-news__col a{
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius:6px;
  background-blend-mode:normal, soft-light, normal;
  min-width:100%;
  max-width:100%;
  position:relative;
  height:100%;
  padding:16px 18px;
  cursor:pointer;
  background-size:cover;
  background-position:center;
  display:flex;
  z-index:9999;
  flex-direction:column;
  transition:.2s;
}

.page-redux section.fp-news .redux-news__col a .redux-news__col--hover{
  display:none;
}

.page-redux section.fp-news .redux-news__col a .redux-news__icon{
  font-style:normal;
  font-weight:800;
  font-size:10px;
  line-height:120%;
  z-index:999999;
  color:#FFFFFF;
  background:#EC973E;
  border-radius:300px 0px 0px 300px;
  position:absolute;
  right:0px;
  display:flex;
  align-items:center;
  padding:7px 20px 7px 9px;
}

.page-redux section.fp-news .redux-news__col a .redux-news__icon i{
  padding-right:5px;
}

.page-redux section.fp-news .redux-news__col a .redux-news__icon img{
  vertical-align:bottom;
}

.page-redux section.fp-news .redux-news__col a .redux-news__icon.redux-news__icon--video{
  background:linear-gradient(94.46deg, #9B9BFF 4.7%, #7878E6 98.71%);
}

.page-redux section.fp-news .redux-news__col a .redux-news__icon.redux-news__icon--podcast{
  background:linear-gradient(94.46deg, #3D4871 4.7%, #212D58 98.71%);
}

.page-redux section.fp-news .redux-news__col a .redux-news__icon.redux-news__icon--course{
  background:linear-gradient(93.29deg, #EB8B29 6.02%, #EE9840 96.45%);
}

.page-redux section.fp-news .redux-news__col a:hover{
  text-decoration:none;
}

.page-redux section.fp-news .redux-news__details{
  font-style:normal;
  font-weight:800;
  font-family:"Avenir-Heavy";
  font-size:18px;
  line-height:120%;
  color:white;
  z-index:2;
  margin-top:auto;
}

.page-redux section.fp-news .redux-news__details .redux-news__cat{
  font-style:normal;
  font-family:"Avenir-Heavy";
  font-weight:800;
  font-size:10px;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-news .redux-news__details .redux-news__cat span{
  margin-bottom:8px;
  display:inline-block;
  padding:4px 16px;
  border:0.5px solid #FFFFFF;
  border-radius:2px;
}

.page-redux section.fp-news .redux-news__details .redux-news__content{
  margin-top:10px;
  font-style:normal;
  font-weight:300;
  font-size:16px;
  font-family:"Avenir-Normal";
  line-height:150%;
  color:#E8E8E8
}

.page-redux section.fp-schmooze{
  padding:40px 0px 0px;
  overflow:hidden;
}

.page-redux section.fp-schmooze .redux-schmooze{
  position:relative
}

.page-redux section.fp-schmooze .redux-schmooze__col{
  min-width:100%;
  max-width:100%;
  transition:.2s
}

.page-redux section.fp-schmooze .redux-schmooze__img{
  border-radius:6px;
  background-size:cover;
  box-shadow:0px 1px 10px 5px rgba(0, 0, 0, 0.1);
  background-position:center;
  height:251px;
  width:100%;
  margin-bottom:22px
}

.page-redux section.fp-schmooze .redux-schmooze__title{
  font-style:normal;
  font-weight:800;
  font-size:18px;
  line-height:120%;
  color:#FFFFFF;
  margin-bottom:16px;
  max-width:90%
}

.page-redux section.fp-schmooze .redux-schmooze__content{
  max-width:90%;
  font-style:normal;
  font-weight:300;
  font-size:16px;
  line-height:120%;
  color:#FFFFFF
}

.page-redux section.fp-podcasts{
  padding:60px 0px;
  overflow:hidden;
}

.page-redux section.fp-podcasts .redux-podcasts{
  position:relative;
  width:calc(100vw - 71px);
}

.page-redux section.fp-podcasts .redux-podcasts__col{
  min-width:384px;
  max-width:384px;
  position:relative;
  margin-right:22px;
  height:385px;
  padding:25px;
  border-radius:6px;
  cursor:pointer;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  background-size:cover;
  background-position:center;
  display:flex;
  flex-direction:column;
  transition:.2s
}

.page-redux section.fp-podcasts .redux-podcasts__col:hover{
  text-decoration:none;
}

.page-redux section.fp-podcasts .redux-podcasts__title{
  font-style:normal;
  font-weight:800;
  font-size:20px;
  line-height:120%;
  color:#FFFFFF;
  z-index:2;
  margin-top:auto;
}

.page-redux section.fp-podcasts .redux-podcasts__content{
  z-index:2;
  font-style:normal;
  font-weight:300;
  font-size:16px;
  line-height:120%;
  color:#FFFFFF;
  margin-top:16px;
}

.page-redux section.fp-collections{
  padding:60px 0px;
  overflow:hidden;
}

.page-redux section.fp-collections .redux-collections{
  position:relative;
  width:calc(100vw - 71px);
}

.page-redux section.fp-collections .redux-collections__col{
  display:flex;
  flex-flow:column;
  min-width:282px;
  max-width:282px;
  border-radius:6px;
  margin-right:25px;
  border:1px solid #6A6AA1;
  height:456px;
  transition:.2s
}

.page-redux section.fp-collections .redux-collections__col:hover{
  text-decoration:none;
}

.page-redux section.fp-collections .redux-collections__img{
  background-size:cover;
  border-radius:6px 6px 0px 0px;
  background-position:center;
  height:201px;
  width:100%;
}

.page-redux section.fp-collections .redux-collections__details{
  padding:23px 24px 24px;
  display:flex;
  flex:1;
  flex-flow:column;
}

.page-redux section.fp-collections .redux-collections__title{
  font-style:normal;
  font-weight:800;
  font-size:20px;
  line-height:120%;
  color:#FFFFFF;
  margin-bottom:24px;
}

.page-redux section.fp-collections .redux-collections__content{
  font-style:normal;
  font-weight:300;
  font-size:16px;
  line-height:120%;
  margin-bottom:16px;
  color:#FFFFFF;
}

.page-redux section.fp-collections .redux-collections__author{
  margin-top:auto;
  font-style:normal;
  font-weight:800;
  font-size:12px;
  line-height:120%;
  text-decoration-line:underline;
  color:#BEBEED;
}

.page-redux .swiper-wrapper{
  height:auto;
}

.page-redux .swiper-container{
  width:100%;
}

.page-redux .swiper-container a{
  user-select:none;
}

.page-redux .swiper-container--tinted::after{
}

.page-redux .swiper-pagination.redux-pagination{
  display:block;
  position:relative;
  margin-top:10px;
}

.page-redux .swiper-pagination.redux-pagination .swiper-pagination-bullet{
  background:#e8e8e8;
  margin:0 4px
}

.page-redux .swiper-pagination.redux-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:white;
}

.page-redux .swiper-container{
}

.page-redux .swiper-container.swiper-container--wnf, .page-redux .swiper-container.swiper-container--learn{
}

.page-redux .show-prev__tinted::before{
  content:"";
  z-index:2;
  width:100px;
  height:100%;
  position:absolute;
  transition:all .3s ease-in-out;
  left:0;
  top:0;
  bottom:0;
  background:linear-gradient(to right, rgba(58,58,115, 1) 10%, rgba(0, 0, 0, 0))
}

.page-redux .redux-schmooze .swiper-container--tinted::after{
  background:linear-gradient(270deg, #282846 0%, rgba(31, 31, 49, 0) 89.95%);
}

.page-redux .swiper-button-next{
  position:absolute;
  top:50%;
  display:none;
  opacity:1 !important;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:white;
  z-index:9999999999;
  right:0px;
  border:2px solid #fff;
  border-radius:50%
}

.page-redux .swiper-button-next:hover{
  opacity:1;
}

.page-redux .swiper-button-next:after{
  content:none;
}

.page-redux .swiper-button-next:focus{
  outline:none;
  box-shadow:none;
}

.page-redux .swiper-button-prev{
  position:absolute;
  top:50%;
  display:none;
  opacity:1 !important;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:white;
  z-index:9999999999;
  border:2px solid #fff;
  border-radius:50%;
  left:0px
}

.page-redux .swiper-button-prev:hover{
  opacity:1;
}

.page-redux .swiper-button-prev:after{
  content:none;
}

.page-redux .swiper-button-prev:focus{
  outline:none;
  box-shadow:none;
}

.page-redux .swiper-button-prev.swiper-button-disabled{
  display:none;
}

.page-redux section.fp-events{
  background:#474A96;
  padding:50px 0px 75px;
  overflow:hidden;
}

.page-redux section.fp-events .events-collections{
  display:flex;
  margin-top:29px;
  margin-bottom:15px;
  flex-flow:wrap
}

.page-redux section.fp-events .events-col__title{
  width:100%;
  text-transform:uppercase;
  font-size:22px;
  color:#CFCFD2;
  font-weight:200;
  margin-bottom:10px;
}

.page-redux section.fp-events .events__col{
  min-width:100%;
  max-width:100%;
  padding:15px 18px;
  border-radius:8px;
  border:1px solid transparent;
  display:block;
  position:relative;
}

.page-redux section.fp-events .events__col .events-live__now{
  color:white;
  font-weight:800;
  font-size:10px;
  line-height:120%;
  text-transform:uppercase;
  position:absolute;
  display:flex;
  top:-9px;
  right:25px;
  align-items:center;
  padding:0px 8px;
  background:#474a96;
}

.page-redux section.fp-events .events__col .events-live__now span{
  background:#D2FF51;
  border-radius:50%;
  animation:blinker 2s linear infinite;
  width:8px;
  height:8px;
  display:inline-block;
  margin-right:5px;
}

.page-redux section.fp-events .events__col.events__col--live{
  border:1px solid #EB8B29;
}

.page-redux section.fp-events .events__col:hover{
  text-decoration:none;
  border:1px solid #EB8B29;
}

.page-redux section.fp-events .events-collections__details{
  display:flex;
  align-items:center;
}

.page-redux section.fp-events .events-collections__date{
  background-color:#FCB119;
  background-position:center;
  background-size:cover;
  display:flex;
  flex-flow:column;
  color:white;
  line-height:24px;
  min-width:61px;
  text-transform:uppercase;
  height:61px;
  align-items:center;
  justify-content:center;
  border-radius:6px;
}

.page-redux section.fp-events .events-collections__date span{
  font-size:33px;
}

.page-redux section.fp-events .events-collections__content{
  margin-left:10px;
}

.page-redux section.fp-events .events-collections__title{
  color:white;
  font-style:normal;
  font-weight:800;
  font-size:16px;
  line-height:120%;
}

.page-redux section.fp-events .events-collections__author{
  color:white;
  margin-top:4px;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
}

.page-redux section.fp-events .events-collections__more{
  text-align:center;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
}

.page-redux section.fp-events .events-collections__more i{
  padding-left:6px;
}

.page-redux section.fp-events .events-collections__more:hover{
  text-decoration:underline;
}

.page-redux section.fp-events .events-collections__more:hover .fa{
  animation:bounce 2s infinite;
}

.page-redux section.redux-events{
  display:flex;
  flex-flow:column;
  padding:72px 0px 35px;
  padding-left:20px;
  margin:0 auto;
  max-width:1196px;
  padding-right:20px
}

.page-redux section.fp-now .event__nolive{
  width:100%;
  background:rgba(155, 155, 255, 0.2);
  border-radius:6px;
  padding:24px 18px;
  margin-bottom:29px;
}

.page-redux section.fp-now .event__nolive .event__nolive__title{
  font-family:"Avenir-Heavy";
  font-style:normal;
  font-weight:800;
  margin-bottom:8px;
  font-size:16px;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-now .event__nolive .event__nolive__text{
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-now .events-collections{
  display:flex;
  flex-flow:wrap
}

.page-redux section.fp-now .events-col__title{
  width:100%;
  text-transform:uppercase;
  font-size:22px;
  color:#CFCFD2;
  font-weight:200;
  margin-bottom:10px;
}

.page-redux section.fp-now .events__col{
  min-width:100%;
  max-width:100%;
  padding:15px 18px;
  border:1px solid #8686a4;
  box-sizing:border-box;
  border-radius:8px;
  display:block;
  position:relative;
  margin-bottom:20px;
}

.page-redux section.fp-now .events__col .events-live__now{
  font-family:"Avenir-Heavy";
  color:white;
  font-weight:800;
  font-size:10px;
  line-height:120%;
  text-transform:uppercase;
  position:absolute;
  display:flex;
  top:-6px;
  right:25px;
  align-items:center;
  padding:0px 8px;
  background:transparent;
  z-index:2;
}

.page-redux section.fp-now .events__col .events-live__now span{
  background:#D2FF51;
  border-radius:50%;
  width:8px;
  animation:blinker 2s linear infinite;
  height:8px;
  display:inline-block;
  margin-right:5px;
}

.page-redux section.fp-now .events__col .events-live__now:after{
  content:"";
  position:absolute;
  height:1px;
  width:80px;
  left:0px;
  background:#3c3c76;
  top:5px;
  z-index:-1;
}

.page-redux section.fp-now .events__col:hover{
  text-decoration:none;
  border:1px solid #EB8B29;
}

.page-redux section.fp-now .events-collections__details{
  display:flex;
  align-items:center;
}

.page-redux section.fp-now .events-collections__date{
  background-color:#FCB119;
  background-position:center;
  background-size:cover;
  display:flex;
  flex-flow:column;
  color:white;
  line-height:24px;
  min-width:61px;
  text-transform:uppercase;
  height:61px;
  align-items:center;
  justify-content:center;
  border-radius:6px;
}

.page-redux section.fp-now .events-collections__date span{
  font-size:33px;
}

.page-redux section.fp-now .events-collections__content{
  margin-left:10px;
}

.page-redux section.fp-now .events-collections__title{
  color:white;
  font-style:normal;
  font-weight:800;
  font-size:16px;
  line-height:120%;
  font-family:"Avenir-Heavy";
}

.page-redux section.fp-now .events-collections__author{
  color:white;
  margin-top:4px;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
}

.page-redux section.fp-now .events-collections__more{
  text-align:center;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:120%;
}

.page-redux section.fp-now .events-collections__more i{
  padding-left:6px;
}

.page-redux section.fp-now .events-collections__more:hover{
  text-decoration:underline;
}

.page-redux section.fp-now .events-collections__more:hover .fa{
  animation:bounce 2s infinite;
}

.page-redux section.fp-next{
  flex:1 0 auto;
}

.page-redux section.fp-next .redux-next{
  position:relative;
}

.page-redux section.fp-next .swiper-container--whatsnext{
  position:relative;
  max-width:100%
}

.page-redux section.fp-next .redux-next__wrapper{
  max-width:100%;
  position:relative
}

.page-redux section.fp-next .redux-next__wrapper::after{
  content:"";
  z-index:2;
  width:100px;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  transition:all .3s ease-in-out;
  background:linear-gradient(to left, rgba(58,58,115, 1) 10%, rgba(0, 0, 0, 0));
}

.page-redux section.fp-next .redux-next__wrapper.show-prev__tinted{
}

.page-redux section.fp-next .redux-next__wrapper.show-prev__tinted::before{
  content:"";
  transition:all .3s ease-in-out;
  z-index:2;
  width:50px;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  background:linear-gradient(to right, rgba(58,58,115, 1) 10%, rgba(0, 0, 0, 0));
}

.page-redux section.fp-next a.redux-next__col{
  background:#292949;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  display:flex;
  flex-flow:column;
  width:100%;
  border-radius:6px;
  padding:16px;
  cursor:pointer;
  transition:.2s;
  min-width:100%;
  max-width:100%;
}

.page-redux section.fp-next a.redux-next__col .redux-next__img{
  width:100%;
  background-size:cover;
  background-position:center;
  height:175px;
  margin-bottom:16px;
}

.page-redux section.fp-next a.redux-next__col .redux-next__title{
  font-family:"Avenir-Heavy";
  font-style:normal;
  font-weight:800;
  font-size:20px;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-next a.redux-next__col .redux-next__content{
  margin-top:8px;
  font-style:normal;
  font-weight:normal;
  font-size:12px;
  height:14px;
  overflow:hidden;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-next a.redux-next__col .redux-next__link{
  font-size:14px;
  margin-top:auto;
  display:block;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-next a.redux-next__col .redux-next__link i{
  padding-left:8px;
}

.page-redux section.fp-next a.redux-next__col:hover{
  text-decoration:none;
}

.page-redux section.fp-next-fullwidth{
  padding:35px 0px 40px;
  overflow:hidden;
}

.page-redux section.fp-next-fullwidth .redux-next{
  position:relative
}

.page-redux section.fp-next-fullwidth .redux-next::after{
}

.page-redux section.fp-next-fullwidth .redux-wnf__wrapper{
  max-width:1196px;
  margin:0 auto
}

.page-redux section.fp-next-fullwidth .redux-wnf__wrapper.redux-wnf--flush{
  max-width:100%;
}

.page-redux section.fp-next-fullwidth a.redux-next__col{
  background:#292949;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  display:block;
  width:100%;
  border-radius:6px;
  padding:16px;
  cursor:pointer;
  transition:.2s;
  min-width:100%;
  max-width:100%;
}

.page-redux section.fp-next-fullwidth a.redux-next__col .redux-next__img{
  width:100%;
  background-size:cover;
  background-position:center;
  height:175px;
  margin-bottom:16px;
}

.page-redux section.fp-next-fullwidth a.redux-next__col .redux-next__title{
  font-family:"Avenir-Heavy";
  font-style:normal;
  font-weight:800;
  font-size:20px;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-next-fullwidth a.redux-next__col .redux-next__content{
  margin-top:8px;
  font-style:normal;
  font-weight:normal;
  font-size:12px;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-next-fullwidth a.redux-next__col .redux-next__link{
  font-size:14px;
  margin-top:32px;
  display:block;
  line-height:120%;
  color:#FFFFFF;
}

.page-redux section.fp-next-fullwidth a.redux-next__col .redux-next__link i{
  padding-left:8px;
}

.page-redux section.fp-next-fullwidth a.redux-next__col:hover{
  text-decoration:none;
}

.page-redux .fp-play{
  padding:40px 0px 40px;
}

.page-redux .fp-play .container{
  position:relative;
}

.page-redux .fp-play .play-svg{
  position:absolute;
  right:0px;
  bottom:16%;
  display:none
}

.page-redux .fp-play .redux-container{
  width:100%;
  height:100%;
  position:relative;
}

.page-redux .fp-play .redux-container .redux-button-next, .page-redux .fp-play .redux-container .redux-button-prev{
  position:absolute;
  bottom:0px;
  margin-right:12px;
  margin-left:12px;
  background:#F19537;
  box-shadow:0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius:6px;
  transform:matrix(-1, 0, 0, 1, 0, 0);
  width:56px;
  height:56px;
  z-index:10;
  font-size:20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white
}

.page-redux .fp-play .redux-container .redux-button-prev{
  right:40%;
}

.page-redux .fp-play .redux-container .redux-button-next{
  left:60%;
}

.page-redux .fp-play .redux-plays{
  display:flex;
  width:100%;
  align-items:center;
  flex-flow:column;
  text-align:center;
}

.page-redux .fp-play .redux-plays .redux-video{
  width:100%;
  min-height:300px
}

.page-redux .fp-play .redux-plays .redux-video__details{
  width:100%;
  position:relative;
  padding:10px 0px 10px 0px;
  color:white;
  margin-bottom:30px
}

.page-redux .fp-play .redux-plays h3.redux-video__title{
  text-transform:none;
  font-style:normal;
  font-weight:800;
  font-size:20px;
  line-height:120%;
  color:#E8E8E8;
  margin-bottom:24px
}

.page-redux .fp-play .redux-plays .redux-video__content{
  font-style:normal;
  font-weight:300;
  font-size:14px;
  line-height:150%;
  color:#E8E8E8
}

.page-redux .fp-bottom{
  background:#212134;
  padding:40px 0px 32px;
}

.page-redux .fp-bottom .bottom-details{
  padding-bottom:30px;
  text-align:center;
}

.page-redux .fp-bottom .bottom-details h1{
  font-style:normal;
  font-weight:300;
  font-size:32px;
  line-height:120%;
  color:#E8E8E8
}

.page-redux .fp-bottom .bottom-details p{
  font-style:normal;
  font-weight:300;
  line-height:150%;
  font-size:14px;
  margin:25px 0px 32px;
  color:#E8E8E8
}

.page-redux .fp-bottom .bottom-details a.btn{
  font-style:normal;
  font-weight:normal;
  font-size:18px;
  line-height:120%;
  color:#FFFFFF;
  padding:17px 41px;
  background:linear-gradient(96.53deg, #FFA64C 0.55%, #EA8825 100%);
  border-radius:6px
}

.page-redux .fp-bottom .bottom-section{
  display:flex;
  flex-flow:column;
  justify-content:center;
  align-items:center;
}

.page-redux .fp-bottom .bottom-section .bottom__col img{
  width:100%;
  max-width:100%;
}

.page-redux footer.footer-redux{
  font-family:'Avenir-Normal', sans-serif !important;
  color:#95989c;
  padding:56px 0px 40px;
  text-align:left;
  font-size:14px;
  background-color:black;
}

.page-redux footer.footer-redux strong{
  font-family:"Avenir-Heavy";
}

.page-redux footer.footer-redux .container{
  max-width:1196px;
  padding-left:20px;
  padding-right:20px
}

.page-redux footer.footer-redux .footer__logos{
  display:flex;
  align-items:center;
}

.page-redux footer.footer-redux .footer__logos a{
  margin-right:20px;
}

.page-redux footer.footer-redux .footer-sections{
  display:flex;
  flex-flow:wrap;
}

.page-redux footer.footer-redux .footer-sections .footer__col{
  width:100%;
  margin-bottom:25px;
}

.page-redux footer.footer-redux .footer-sections .footer__col h4{
  font-style:normal;
  font-weight:800;
  font-size:16px;
  line-height:120%;
  margin:0 0 24px;
  color:#ffffff;
  text-transform:uppercase;
}

.page-redux footer.footer-redux .footer-sections .footer__col h4 a{
  color:#ffffff;
}

.page-redux footer.footer-redux .footer-sections .footer__col ul{
  padding:0px;
}

.page-redux footer.footer-redux .footer-sections .footer__col li{
  display:block;
  padding-bottom:7px;
}

.page-redux footer.footer-redux .footer-sections .footer__col li a{
  padding-bottom:5px;
  margin-bottom:5px;
  display:block;
  font-weight:300;
  font-size:14px;
  line-height:120%;
  color:#ffffff;
  text-transform:capitalize;
  text-decoration:none
}

.page-redux footer.footer-redux .footer-sections .footer__col li a:hover{
  color:#EB8B29;
}

.page-redux footer.footer-redux .footer-sections .footer__col.footer__col--mobile{
}

.page-redux footer.footer-redux .footer-sections .footer__col.footer__col--mobile.footer__col--stripped h4{
}

.page-redux footer.footer-redux .footer-sections .footer__col.footer__col--site ul{
  display:flex;
  flex-flow:wrap;
}

.page-redux footer.footer-redux .footer-sections .footer__col.footer__col--site ul li{
  width:50%;
}

.page-redux footer.footer-redux .footer-sections .footer__col.footer__col--site.footer__col--stripped h4{
}

.page-redux footer.footer-redux .footer-bottom .redux-menu__left a{
}

.page-redux footer.footer-redux .footer-bottom .redux-menu__center{
  text-align:center;
  flex:1;
  font-style:normal;
  font-weight:500;
  font-size:12px;
  line-height:150%;
  text-align:center;
  color:#FFFFFF;
  text-transform:capitalize;
  text-decoration:none
}

.page-redux footer.footer-redux .footer-bottom a{
  color:#FFFFFF
}

.page-redux footer.footer-redux .footer-bottom a.redux__social{
  color:#46464e;
}

.page-redux footer.footer-redux .footer-bottom a.redux__social:hover{
  color:#FFFFFF;
}

.page-redux footer.footer-redux .redux-footer__terms{
  color:#7A93A5;
  font-size:14px;
}

.page-redux footer.footer-redux .redux-footer__terms a{
  color:#7A93A5;
}

@media (min-width: 720px){

  .page-redux .nav.nav--top .container{
    padding-left:15px;
    display:flex;
    flex-flow:row;
    padding-right:15px;
  }
				}

@media (min-width: 720px){

  .page-redux ul.redux-menu__right li{
    margin-right:22px;
  }
						}

@media (min-width: 720px){

  .page-redux ul.redux-menu__right ul.dropdown-menu{
    top:44px;
    position:absolute;
    float:left;
    padding:12px;
  }
								}

@media (min-width: 1020px){

  .page-redux ul.redux-menu__right li.three-levels.dropdown:hover > ul.dropdown-menu{
    min-width:485px;
    left:-100%;
  }
						}

@media (min-width: 720px){

  .page-redux .fp-slideshow{
    height:auto;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .frontpage__slide{
}
			}

@media (min-width: 720px){

  .page-redux .fp-slideshow .frontpage__slide img.fp__slide--desktop{
    display:block;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .frontpage__slide img.fp__slide--mobile{
    display:none;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .frontpage__slide img.fp__slide--general{
}
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .frontpage__slide, .page-redux .fp-slideshow .frontpage__slide img{
}
					}

@media (min-width: 720px){

  .page-redux .fp-slideshow .bx-controls a{
    display:flex;
  }
						}

@media (max-width: 720px){

  .page-redux .fp-slideshow .slideshow__col--right{
    height:250px;
    margin-top:78px;
    width:100%;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow__col__img{
    height:100%;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow-details{
    padding-right:20px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow-details h1{
    font-size:56px;
    text-align:left;
    line-height:120%;
    margin-bottom:22px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow-details p{
    text-align:left;
    font-size:18px;
    max-width:428px;
    margin-bottom:24px;
  }
				}

@media (max-width: 720px){

  .page-redux .fp-slideshow .slideshow-details a.btn{
    display:block;
    max-width:157px;
    margin:0 auto;
  }
					}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow-details a.btn{
    font-size:18px;
    padding:17px 23px;
  }
					}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow-section .slideshow__col{
    width:50%;
  }
				}

@media (max-width: 720px){

  .page-redux .fp-slideshow .slideshow-section{
    align-items:center;
  }
		}

@media (min-width: 720px){

  .page-redux .fp-slideshow .slideshow-section{
    display:flex;
    flex-flow:row;
    justify-content:flex-end;
  }
		}

@media (min-width: 720px){

  .page-redux section.menu--big .container{
    padding-left:15px;
    padding-right:15px;
  }
			}

@media (min-width: 720px){

  .page-redux .fp-title{
    margin-bottom:32px;
  }
		}

@media (min-width: 720px){

  .page-redux .fp-title h2{
    font-size:56px;
  }
		}

@media (min-width: 720px){

  .page-redux .fp-title a.fp-title__link{
    font-size:16px;
    display:block;
  }
		}

@media (min-width: 720px){

  .page-redux section.fp-news{
    padding:50px 0px 0px;
  }
				}

@media (max-width: 720px){

  .page-redux section.fp-news .redux-news{
    margin:0 20px;
  }
			}

@media (max-width: 720px){

  .page-redux section.fp-news .redux-news::after{
    display:none;
  }
}

@media (min-width: 720px){

  .page-redux section.fp-news .redux-news__details{
    font-size:20px;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-news .redux-news__details .redux-news__content{
    font-size:18px;
    margin-top:8px;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-schmooze{
    padding:60px 0px;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-schmooze .redux-schmooze{
    width:calc(100vw - 71px);
  }	
				}

@media (min-width: 720px){

  .page-redux section.fp-schmooze .redux-schmooze__col{
    min-width:282px;
    height:426px;
    max-width:282px;
    margin-right:20px;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-schmooze .redux-schmooze__img{
    height:283px;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-schmooze .redux-schmooze__title{
    font-size:20px;
    max-width:100%;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-schmooze .redux-schmooze__content{
}

				}

@media (min-width: 720px){

  .page-redux .swiper-pagination.redux-pagination{
    display:none;
  }
		}

@media (min-width: 720px){

  .page-redux .swiper-container.swiper-container--wnf, .page-redux .swiper-container.swiper-container--learn{
    width:calc(100vw - 71px);
  }
}

@media (max-width: 720px){

  .page-redux .show-prev__tinted::before{
    display:none;
  }
		}

@media (min-width: 720px){

  .page-redux .swiper-button-next{
    right:5px;
    display:flex;
  }
				}

@media (min-width: 960px){

  .page-redux .swiper-button-next{
    right:30px;
  }

  .page-redux .swiper-button-next.swiper-next--small{
    right:5px;
  }
				}

@media (min-width: 720px){

  .page-redux .swiper-button-prev{
    left:24px;
    display:flex;
  }

  .page-redux .swiper-button-prev.swiper-prev--small{
    left:4px;
  }					
				}

@media (min-width: 1200px){

  .page-redux .swiper-button-prev{
    left:30px;
  }

  .page-redux .swiper-button-prev.swiper-prev--small{
    left:0px;
  }
				}

@media (max-width: 720px){

  .page-redux .swiper-button-prev{
    display:none !important;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-events .events-collections{
    margin-bottom:15px;
    margin-top:45px;
  }
				}

@media (min-width: 480px){

  .page-redux section.fp-events .events__col{
    min-width:282px;
    margin-bottom:28px;
    max-width:282px;
  }
				}

@media (min-width: 960px){

  .page-redux section.redux-events{
    flex-flow:row;
    padding:72px 0px 70px;
    padding-left:15px;
    padding-right:15px;
  }
		}

@media (min-width: 960px){

  .page-redux section.fp-now{
    min-width:486px;
    overflow:hidden;
    max-width:486px;
  }
				}

@media (min-width: 960px){

  .page-redux section.fp-now .events-collections{
}
				}

@media (min-width: 480px){

  .page-redux section.fp-now .events__col{
    margin-bottom:29px;
  }

  .page-redux section.fp-now .events__col:last-of-type{
    margin-bottom:20px;
  }
				}

@media (max-width: 960px){

  .page-redux section.fp-next{
    margin-top:20px;
  }
		}

@media (min-width: 960px){

  .page-redux section.fp-next{
    margin-left:50px;
    flex:1;
    overflow:hidden;
  }
		}

@media (min-width: 1200px){

  .page-redux section.fp-next{
    margin-left:126px;
    margin-right:calc(-100vw / 2 + 1196px / 2);
  }
		}

@media (min-width: 720px){

  .page-redux section.fp-next .swiper-container--whatsnext{
}
		}

@media (max-width: 720px){

  .page-redux section.fp-next .redux-next__wrapper::after{
    display:none;
  }
}

@media (min-width: 960px){

  .page-redux section.fp-next .redux-next__wrapper.show-prev__tinted::before{
    width:96px;
  }
}

@media (max-width: 720px){

  .page-redux section.fp-next .redux-next__wrapper.show-prev__tinted::before{
    display:none;
  }
}

@media (min-width: 720px){

  .page-redux section.fp-next a.redux-next__col{
    margin-right:15px;
    min-width:282px;
    max-width:282px;
    position:relative;
    height:337px;
  }
			}

@media (min-width: 720px){

  .page-redux section.fp-next-fullwidth{
    padding:72px 0px;
  }
			}

@media (max-width: 720px){

  .page-redux section.fp-next-fullwidth .redux-next{
    padding:0px 20px;
  }
		}

@media (min-width: 720px){

  .page-redux section.fp-next-fullwidth .redux-next::after{
    content:"";
    z-index:2;
    width:100px;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background:linear-gradient(to left, rgba(58,58,115, 1) 10%, rgba(0, 0, 0, 0));
  }
}

@media (min-width: 720px) and (min-width: 720px){

  .page-redux section.fp-next-fullwidth .redux-next::after{
    width:336px;
  }
}

@media (min-width: 720px){

  .page-redux section.fp-next-fullwidth .redux-wnf__wrapper{
    padding-left:15px;
    padding-right:15px;
  }
				}

@media (min-width: 720px){

  .page-redux section.fp-next-fullwidth a.redux-next__col{
    margin-right:15px;
    min-width:282px;
    max-width:282px;
    position:relative;
    height:337px;
  }
			}

@media (min-width: 720px){

  .page-redux .fp-play .play-svg{
    left:95%;
    display:inherit;
    right:auto;
  }
			}

@media (min-width: 720px){

  .page-redux .fp-play .redux-container .redux-button-next, .page-redux .fp-play .redux-container .redux-button-prev{
}

						}

@media (min-width: 720px){

  .page-redux .fp-play .redux-plays{
    text-align:left;
    flex-flow:row;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-play .redux-plays .redux-video{
    width:60%;
    max-width:690px;
    min-height:390px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-play .redux-plays .redux-video__details{
    width:35%;
    margin-bottom:0px;
    max-width:368px;
    margin-left:64px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-play .redux-plays h3.redux-video__title{
    font-size:36px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-play .redux-plays .redux-video__content{
    font-size:18px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-bottom{
    padding:70px 0px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-details{
    text-align:left;
    padding-bottom:0px;
    padding-top:54px;
    padding-right:20px;
  }					
				}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-details h1{
    font-size:56px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-details p{
    margin:16px 0px 20px;
    font-size:18px;
    max-width:447px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-details a.btn{
    font-size:16px;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-section{
    flex-flow:row;
    justify-content:flex-end;
    align-items:inherit;
  }
			}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-section .bottom__col{
    width:50%;
  }
				}

@media (min-width: 720px){

  .page-redux .fp-bottom .bottom-section{
}

			}

@media (min-width: 720px){

  .page-redux footer.footer-redux .container{
    padding-left:15px;
    padding-right:15px;
  }
			}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer__logos{
    margin-bottom:38px;
  }
					}

@media only screen and (min-width: 720px){

  .page-redux footer.footer-redux .footer-sections{
    justify-content:center;
    flex-flow:row;
  }
					}

@media only screen and (min-width: 720px){

  .page-redux footer.footer-redux .footer-sections .footer__col{
    width:48%;
    margin-bottom:0px;
    padding-right:20px;
    margin-right:5%;
  }
							}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer-sections .footer__col.footer__col--mobile{
    width:50%;
  }
}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer-sections .footer__col.footer__col--mobile.footer__col--stripped{
    width:100%;
  }
}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer-sections .footer__col.footer__col--mobile.footer__col--stripped h4{
    margin-bottom:0px;
  }
}

@media only screen and (min-width: 1020px){

  .page-redux footer.footer-redux .footer-sections .footer__col{
    width:25%;
  }

  .page-redux footer.footer-redux .footer-sections .footer__col.footer__col--site{
    width:30%;
  }

  .page-redux footer.footer-redux .footer-sections .footer__col.footer__col--site.footer__col--stripped{
    width:25%;
  }
							}

@media only screen and (min-width: 1020px){

  .page-redux footer.footer-redux .footer-sections .footer__col h4{
    font-size:24px;
    margin:0 0 16px;
  }
								}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer-sections .footer__col.footer__col--site.footer__col--stripped h4{
    margin-bottom:0px;
  }
}

@media only screen and (min-width: 1020px){

  .page-redux footer.footer-redux .footer-sections .footer__col li a{
    font-size:16px;
  }
								}

@media only screen and (min-width: 720px){

  .page-redux footer.footer-redux .footer-bottom{
    display:flex;
    margin-top:75px;
  }
					}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer-bottom .redux-menu__left{
    margin-bottom:35px;
    justify-content:center;
  }
								}

@media only screen and (max-width: 720px){

  .page-redux footer.footer-redux .footer-bottom .redux-menu__left a{
    font-size:30px;
  }
								}

@media only screen and (min-width: 720px){

  .page-redux footer.footer-redux .footer-bottom .redux-menu__center{
    font-size:16px;
  }
								}

@-moz-keyframes bounce{
0%, 20%, 50%, 80%, 100%{
	-moz-transform:translateY(0);
	transform:translateY(0);
}
40%{
	-moz-transform:translateY(20px);
	transform:translateY(20px);
}
60%{
	-moz-transform:translateY(10px);
	transform:translateY(10px);
}
}

@-webkit-keyframes bounce{
0%, 20%, 50%, 80%, 100%{
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
40%{
	-webkit-transform:translateY(30px);
	transform:translateY(30px);
}
60%{
	-webkit-transform:translateY(15px);
	transform:translateY(15px);
}

}

@keyframes bounce{
		0%, 20%, 50%, 80%, 100%{
			-moz-transform:translateY(0);
			-ms-transform:translateY(0);
			-webkit-transform:translateY(0);
			transform:translateY(0);
		}
		40%{
			-moz-transform:translateY(30px);
			-ms-transform:translateY(30px);
			-webkit-transform:translateY(30px);
			transform:translateY(30px);
		}
		60%{
			-moz-transform:translateY(15px);
			-ms-transform:translateY(15px);
			-webkit-transform:translateY(15px);
			transform:translateY(15px);
		}
	}

@keyframes blinker{
  20%{
    opacity:0.25;
  }
  50%{
    opacity:0.5;
  }
  75%{
    opacity:0.75;
  }
  100%{
    opacity:1;
  }
}

.pdf_obj{
    border-top:4px solid #C3C3C3;
    border-bottom:4px solid #C3C3C3;
}

.dropdown-icon{
	display:inline-block;
}

[x-cloak]{ display:none !important; }