/* 
// Variables
// --------------------------------------------------


// Global values
// --------------------------------------------------

// Grays
// -------------------------
*/
/* Brand colors
// -------------------------*/
/* Scaffolding
// -------------------------*/
/*
@icon-font-path:          "../fonts/";
@icon-font-name:          "glyphicons-halflings-regular";
*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-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";
}
/*  ============================================================
	Based on Meyer Reset css http://meyerweb.com/eric/tools/css/reset/
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.6;
  background: #fff;
  font-size: 18px;
  font-family: Helvetica, 'proxima-nova', Arial, sans-serif;
  font-weight: 300;
  color: #60676A;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #9abbff;
  font-weight: 400;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
/* form element Reset */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="address"],
input[type="time"] {
  color: #999;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  background: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 36px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="address"]:focus,
input[type="time"]:focus {
  border-color: #3a85c3;
}
textarea {
  min-height: 50px;
  color: #999;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  background: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
textarea:focus {
  border-color: #3a85c3;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
select {
  height: 40px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: none;
  -webkit-border-radius: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='#666666' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
/*  WRAPPER  ============================================================================= */
.container {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}
.wrapper {
  position: relative;
  padding: 0px 40px;
}
.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex > * {
  margin-right: 10px;
}
.flex > *:last-child {
  margin-right: 0;
}
.flex-start {
  align-items: flex-start;
}
.flex-single {
  flex: 1;
}
.flex-dbl {
  flex: 2;
}
/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child {
  margin-left: 0;
}
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}
/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 100%;
  }
  .span_1_of_3 {
    width: 100%;
  }
}
/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
  width: 100%;
}
.span_3_of_4 {
  width: 74.6%;
}
.span_2_of_4 {
  width: 49.2%;
}
.span_1_of_4 {
  width: 23.8%;
}
/*  GO HALF WIDTH AT LESS THAN 920 PIXELS */
@media only screen and (max-width: 920px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 49.2%;
  }
  .span_1_of_4:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}
/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.68%;
}
.span_3_of_5 {
  width: 59.36%;
}
.span_2_of_5 {
  width: 39.04%;
}
.span_1_of_5 {
  width: 18.72%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
  .span_5_of_5 {
    width: 100%;
  }
  .span_4_of_5 {
    width: 100%;
  }
  .span_3_of_5 {
    width: 100%;
  }
  .span_2_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 100%;
  }
}
/*==================================*/
/*									*/
/*	1. General Structure			*/
/* 	2. Main header					*/
/*	3. Main Footer					*/
/* 	4. Single page					*/
/* 	5. Archive page					*/
/* 	6. misc Elements				*/
/*									*/
/*==================================*/
/*=======  General Structure     ========*/
/*======================================*/
.main {
  margin: 40px auto 50px;
}
.pull-right {
  float: right;
  margin-left: 10px;
}
.pull-left {
  float: left;
  margin-right: 10px;
}
/* images */
.img-container {
  overflow: hidden;
  margin-bottom: 10px;
}
.img-container.circle {
  border-radius: 50%;
}
.img-container img {
  max-width: 100%;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wp-caption {
  padding: 0;
  border: 1px solid #ccc;
  position: relative;
}
.wp-caption img {
  margin: 0 !important;
  width: 100%;
}
.wp-caption p {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: .8em;
  color: white;
  background: #333;
  opacity: .9;
  padding: 5px;
  bottom: 0;
}
.textwidget img {
  max-width: 100%;
  height: auto;
}
/* color backgrounds */
.bg-blue {
  background-color: #1d76b1 !important;
}
.bg-orange {
  background-color: #dc7020 !important;
}
.bg-shapes-blue {
  background-image: url('https://res.cloudinary.com/ncsy/image/upload/f_auto,q_auto/v1550578151/alumni/shapes-blue.png');
}
/*    Headings    */
/*================*/
h1 {
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  color: #333539;
  font-size: 40px;
  text-shadow: none;
}
@media (max-width: 992px) {
  h1 {
    font-size: 22px;
  }
}
/* listing headers */
h2 {
  margin: 0;
  font-weight: 700;
  text-transform: none;
  color: #333539;
  font-size: 26px;
  text-shadow: none;
}
@media (max-width: 992px) {
  h2 {
    font-size: 18px;
  }
}
/* sidebar panel headings */
h3 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  text-shadow: none;
}
/* faces person title */
h4 {
  margin: 0;
  font-size: 26px;
  text-shadow: none;
  color: #2d3e50;
}
/*     Links & Btns    */
/*=====================*/
a,
a:visited {
  text-decoration: none;
  color: #0098e0;
}
a:hover {
  color: #43abf0;
}
.btn {
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: white;
  padding: 6px 15px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1.75px;
}
.btn.btn-blue {
  background-color: #1e50b4;
  color: white !important;
}
.btn.btn-orange {
  background-color: #F6861F;
  color: white !important;
}
.btn.btn-white {
  background-color: white;
  color: #39444A;
  letter-spacing: 0;
}
.btn.btn-white:hover {
  background-color: #39444A;
  color: white;
}
.btn.btn--lightblue {
  background: rgba(46, 169, 224, 0.15);
  border-radius: 3px;
  color: #1e50b4;
}
.btn.btn--lightblue:hover {
  background: #1e50b4;
  color: white;
}
.view-all {
  font-size: .8em;
  float: right;
}
/* General Form elemetns */
.form-row {
  margin-bottom: 20px;
  overflow: hidden;
}
.donate-page {
  max-width: 600px;
  margin: auto;
}
.donate-page label {
  color: #1aa8d3;
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
label,
.gform_wrapper form .gform_fields label.gfield_label {
  font-weight: normal;
  font-size: 14px;
  color: black;
}
.gsurvey-rank-choice {
  font-size: 14px;
}
.gform_wrapper form .gform_fields input,
.gform_wrapper form .gform_fields textarea {
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: black;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 2px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.gform_button {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 8px 22px;
  cursor: pointer;
  letter-spacing: 0px;
  background: #1e50b4;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
}
.gform_button:hover {
  background: blue;
}
.gfield select {
  /* @include.form-control(); */
}
.ginput_container_creditcard {
  padding: 20px;
  background: #efefef;
  border-radius: 4px;
}
.name_prefix.name_prefix_select {
  display: block !important;
}
.gform_wrapper .gf__ul-col--3 ul.gfield_radio li,
.gform_wrapper .gf__ul-col--2 ul.gfield_radio li {
  padding: 10px 10px !important;
  background: #D8D8D8;
  border-radius: 4px;
  font-size: 18px;
}
@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--3 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 .gf__ul-col--2 ul li {
  display: inline-block;
  width: 100%;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-left: 1px !important;
}
#gform_wrapper_12 {
  padding: 20px;
  background: #EFEFEF;
  border-radius: 2px;
  border: 1px solid #ddd;
}
#gform_wrapper_12 .ginput_container_creditcard {
  padding: 0;
  background: none;
  margin-top: 20px;
}
/* add this */
.addthis_toolbox {
  overflow: hidden;
}
.addthis_toolbox a {
  margin-right: 14px;
  font-size: 18px;
  border-radius: 2px;
  padding-top: 9px;
  color: #FFF;
  width: 48px !important;
  height: 39px;
  display: block;
  float: left;
  text-align: center;
  margin-bottom: 0 !important;
}
a.addthis_button_twitter {
  background: #4099FF;
}
a.addthis_button_facebook {
  background: #3B5998;
}
a.addthis_button_google_plusone_share {
  background: #D50F25;
}
a.addthis_button_email {
  background: #7b7e85;
}
a.addthis_button_print {
  background: #dc7020;
}
/*===========  MAIN HEADER   ===========*/
/*======================================*/
.glaubach-header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.glaubach-header .container {
  display: flex;
}
@media screen and (max-width: 960px) {
  .glaubach-header .container {
    align-items: center;
  }
}
.glaubach-header .logo a {
  padding: 9px 10px 0px 18px;
  display: block;
  background: white;
}
.glaubach-header .logo {
    display: flex;
    align-items: center;
}
.header-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.header-menu__social {
  display: flex;
}
.header-menu__social a {
  color: #333;
}
.header-menu__btm {
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .header-menu__btm {
    margin-top: auto;
    background: #fff;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }
}
.header-menu__btm a {
  font-size: 16px;
  color: #173c87;
  letter-spacing: 0;
  height: 100%;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease-in-out;
  padding: 5px 15px;
  align-items: center;
  /* display: block; */
}
.header-menu__btm a:hover {
  color: #173c87;
  border-bottom: 2px solid #173c87;
}
.header-menu__btm .menu-item.active a {
  color: #173c87;
  border-bottom: 4px solid #173c87;
}
.header-menu__btm .nav {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.header-menu__btns {
  display: flex;
  /* margin-left: auto; */
}
@media screen and (max-width: 960px) {
  .header-menu__btns {
    display: none;
  }
}
.header-menu__btns a {
  background: #f87507;
  border-radius: 3px;
  font-family: Helvetica;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-menu__btns a:hover {
  color: white !important;
  background: #0b89c5;
  border-bottom: none;
}
/* Newsletter Modal */
.newsletter-container {
  background: white;
  width: 400px;
  border-radius: 4px;
  border: 1px solid #666;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.newsletter-container header {
  padding: 10px 20px 10px;
  background: #f1f5f8;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.newsletter-container h5 {
  font-size: 16px;
}
.newsletter-container p {
  font-size: 14px;
  padding: 10px 20px 0;
}
.newsletter-container form {
  padding: 20px 30px;
}
.newsletter-container input {
  margin-bottom: 15px;
  width: 100%;
}
.newsletter-container .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #333;
}
.newsletter-container .row > div {
  padding: 0 5px;
}
@media (max-width: 768px) {
  .newsletter-container {
    max-width: 300px;
  }
}
/* Search bar */
.search-container {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.search-container input {
  max-width: 320px;
  float: right;
  font-weight: 300;
}
.search-container button {
  height: 34px;
  width: 34px;
  background: none;
  border: 1px solid transparent;
  border-left-color: #CCC;
  position: absolute;
  top: 0;
  right: 34px;
  margin-right: -20px;
  outline: none;
  border-radius: 0 4px 4px 0;
}
.search-container button:hover {
  background: #efefef;
  border: 1px solid #ccc;
}
.search-container button:active {
  background: #e6e6e6;
  color: #666;
  border: 1px solid #ccc;
}
/*===========  MAIN FOOTER   ===========*/
/*======================================*/
.glaubach-ft {
  background: #080f16;
  padding: 40px 10px;
}
.footer-flex {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .footer-flex {
    display: flex;
    flex-flow: wrap;
  }
}
.footer__col {
  margin: 0px 1% 25px;
}
@media screen and (min-width: 960px) {
  .footer__col {
    width: 31%;
  }
}
.footer__col h4 {
  font-size: 27px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.footer__contact {
  font-size: 20px;
  color: #0098e0;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 5px;
  line-height: 30px;
}
.footer__title {
  color: #7C92A2;
}
.footer__email {
  margin-top: 10px;
  font-size: 18px;
  color: #BECEDB;
  letter-spacing: 0;
  line-height: 30px;
}
.footer__email a {
  color: #F6861F;
}
.footer__email a:hover {
  color: #1e50b4;
}
ul.footer__links li {
  padding: 5px 0px;
}
ul.footer__links li a {
  font-size: 16px;
  color: #BECEDB;
  letter-spacing: 0;
}
ul.footer__links li a:hover {
  color: #1e50b4;
}
.footer__socials {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 20px;
}
.footer__socials a {
  margin-right: 15px;
  color: #82929E;
  padding: 5px 15px 5px 0px;
}
.footer__socials a:hover {
  color: #F6861F;
}
.footer-copyrights {
  font-size: 14px;
  color: #BEC8D0;
  margin-top: 5px;
  letter-spacing: 0;
}
.footer-copyrights a {
  color: #1e50b4;
}
.ou-logo img {
  max-width: 150px;
}
@media only screen and (min-width: 720px) {
  .ou-logo img {
    margin: 10px 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .ou-logo {
    text-align: center;
  }
}
/*=============  SINGLE   ==============*/
/*======================================*/
article.single {
  margin-top: 10px;
  min-height: 400px;
  max-width: 850px;
  margin: auto;
}
article.single.centered {
  padding: 50px;
  text-align: center;
}
article.single > header {
  margin-bottom: 20px;
}
article.single .meta {
  font-size: 10px;
  color: #c4c4cc;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
article.single .meta a {
  color: #999;
}
article.single > header h1 {
  margin-bottom: 10px;
}
article.single > header .description {
  font-size: 18px;
  margin-bottom: 20px;
}
article.single > header .addthis_toolbox {
  padding-bottom: 10px;
}
article.single .article-content img {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
article.single .article-content p {
  margin-bottom: 15px;
}
article.single footer {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.video-container {
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article footer .btn {
  display: inline-block;
}
@media (max-width: 768px) {
  article .newsletter-link {
    margin: 20px 0;
  }
}
/* sidebar */
.sidebar-single-container {
  margin-top: 10px;
}
/* fellowship page template */
@media (min-width: 960px) {
  article.single .article-content img.judah-img {
    margin: 0 -60px 20px;
    width: calc(220%);
    max-width: none;
  }
}
.fellowship-img-grid {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .fellowship-img-grid {
    width: calc(240%);
    margin: 0 -70px 20px;
  }
}
.fellowship-img-grid .img-grid__single {
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  width: 48%;
  margin: 0 1% 20px;
}
@media (min-width: 960px) {
  .fellowship-img-grid .img-grid__single {
    height: 300px;
  }
}
/*=============  ARCHIVE   ==============*/
/*======================================*/
.blog-list {
  margin-top: 10px;
}
.archive-header {
  margin: 10px 0 30px;
  overflow: hidden;
}
.archive-header .meta {
  font-size: 10px;
  color: #C4C4CC;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.archive-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-container li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.archive-container .title {
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.archive-container .title h2:hover {
  color: #1d76b1;
}
.archive-container .cat-container a {
  color: #aaa;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
}
.archive-container .cat-container a:hover {
  text-decoration: underline;
}
.archive-container .featured .img-container {
  margin-bottom: 20px;
  max-height: 350px;
}
.archive-container .meta,
.archive-container .meta a,
.archive-container .featured .meta,
.archive-container .featured .meta a {
  color: #aaa;
  font-weight: 400;
  font-size: .9em;
}
/* Pagination */
.pagination-container {
  background: #f7f7f7;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.pagination-container a {
  padding: 5px;
  text-decoration: none;
}
.pagination.row {
  margin-left: -15px;
  margin-right: -15px;
}
.pagination .unstyled li {
  border: none;
  display: inline-block;
  padding: 0 5px;
}
.pagination .unstyled li.active a {
  text-decoration: none;
  cursor: default;
  color: #333;
}
@media (min-width: 960px) {
  .header-menu .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;
    border-top-color: #333;
    border-width: 7px;
    margin-right: 5px;
    cursor: pointer;
    border-width: 4px;
  }
  .header-menu .dropdown:hover > .caret {
    border-top-color: #1e50b4;
  }
  .header-menu a.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-menu a.dropdown-toggle .fa {
    padding-left: 7px;
  }
  .header-menu .dropdown-menu .dropdown-menu {
    top: 0px;
    left: 100%;
    padding: 0;
    margin-left: 0px;
  }
  .header-menu .dropdown-menu .dropdown .caret {
    transform: rotate(270deg);
  }
  .header-menu .dropdown-menu .dropdown {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: white;
  }
}
/*  MENU STYLES ======================================================================= */
/* collapsible menu */
.responsive-nav {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  color: white;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .responsive-nav {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background: none;
    overflow: visible;
    margin-top: 0;
    margin-left: auto;
  }
}
.responsive-nav:after {
  content: "☰";
  /* font-size: 20px;
        background: #1e50b4;
        width: 1em;
        line-height: 1;
        text-align: center;
        position: absolute;
        transition: all .3s ease-in-out;
        top: 13px;
        right: 13px;
        color: #333; */
  background: #1e50b4;
  /* content: "\2630"; */
  font-size: 30px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  position: absolute;
  transition: all 0.3s ease-in-out;
  color: white;
}
@media screen and (min-width: 960px) {
  .responsive-nav:after {
    transition: none;
    content: normal;
    content: none;
  }
}
.responsive-nav.is-open {
  overflow: visible;
  margin-left: 0;
}
.responsive-nav.is-open:after {
  content: "✕";
  color: white;
}
@media screen and (min-width: 960px) {
  .responsive-nav.is-open:after {
    content: normal;
    content: none;
  }
}
.responsive-nav:before {
  content: "";
  width: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .responsive-nav:before {
    transition: none;
  }
}
.responsive-nav.is-open:before {
  content: "";
  background-color: #183346;
  position: fixed;
  height: 100%;
  width: 400px;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .responsive-nav.is-open:before {
    display: none;
  }
}
.site-header.responsive-nav {
  float: right;
}
@media screen and (max-width: 960px) {
  .site-nav__main {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* menu ul element */
.menu-list {
  padding-top: 50px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  width: 0;
}
@media screen and (min-width: 960px) {
  .menu-list {
    padding-top: 0;
    position: static;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    transition: none;
  }
}
@media screen and (max-width: 960px) {
  .is-open .menu-list {
    width: 300px;
  }
}
.menu-list > li {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .menu-list > li {
    display: flex;
    height: 100%;
    align-items: center;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
}
.menu-list > li a {
  color: #333;
}
@media screen and (max-width: 960px) {
  .menu-list > li a {
    color: white;
    display: block;
  }
}
/* dropdown */
.dropdown {
  position: relative;
}
.dropdown-menu {
  margin-left: 20px;
  min-width: 200px;
}
@media screen and (min-width: 960px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    color: white;
    top: 100%;
    left: 0;
    margin-left: 0;
    padding: 4px 10px 10px 10px;
  }
  .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 15px 10px 5px 10px;
    color: #333;
    background: #fff;
  }
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
/*===========  SIDEBAR   =============*/
/*======================================*/
.alumni-widget {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.alumni-widget.widget_text,
.alumni-widget.widget_black_studio_tinymce {
  border: 0 none;
}
.alumni-widget > header {
  position: relative;
  padding: 15px;
  background: url('https://res.cloudinary.com/ncsy/image/upload/f_auto,q_auto/v1550578151/alumni/shapes-blue.png');
  color: white;
}
.alumni-widget > header h3 {
  font-size: 16px;
}
.alumni-widget > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alumni-widget > ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
}
.alumni-widget > ul li:last-child {
  border: none;
}
.alumni-widget > ul li:hover {
  background: #efefef;
}
.alumni-widget > ul li a {
  color: #333;
}
.alumni-widget .widget-body {
  padding: 20px;
}
/* search*/
.sidebar-search {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-search input {
  max-width: 100%;
  padding-left: 40px;
}
.sidebar-search button {
  height: 34px;
  width: 34px;
  background: none;
  border: 1px solid transparent;
  border-right-color: #CCC;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
}
.sidebar-search button:hover {
  background: #efefef;
  border: 1px solid #ccc;
}
.sidebar-search button:active {
  background: #e6e6e6;
  color: #666;
  border: 1px solid #ccc;
}
/* history Posts */
.history-post-type > header {
  overflow: hidden;
  position: relative;
  padding: 15px;
  background: url('https://res.cloudinary.com/ncsy/image/upload/f_auto,q_auto/v1550578151/alumni/shapes-blue.png');
  color: white;
}
.history-post-type > header h3 {
  float: left;
  font-size: 16px;
}
.history-post-type > header .toggle-header {
  float: right;
  color: white;
  font-size: 1.2em;
  line-height: 22px;
}
.history-post-type ol,
.history-post-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.history-post-type.closed ol {
  overflow: hidden;
  max-height: 0;
}
.history-post-type ul li,
.history-post-type ol li {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.history-post-type ul li:hover,
.history-post-type ol li:hover {
  background: #efefef;
}
.history-post-type ul li:last-child,
.history-post-type ol li:last-child {
  border: none;
}
.history-post-type .img-container {
  overflow: hidden;
  height: 60px;
  margin-top: 5px;
}
@media only screen and (max-width: 992px) {
  .history-post-type .img-container {
    display: none;
  }
}
.history-post-type .date {
  font-size: .9em;
  margin-bottom: 0px;
  color: #999;
}
.history-post-type .title .item_title {
  color: #2d3e50;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.history-post-type .title .item_excerpt {
  color: #999;
  font-size: 13px;
}
.history-post-type .title a:hover {
  color: #1d76b1;
}
.history-post-type .title a.arrow {
  text-align: right;
  color: #43abf0;
}
/* mazal tov / obituaries */
.alumni-widget.obituaries-widget > header {
  /*background: url('https://res.cloudinary.com/ncsy/image/upload/f_auto,q_auto/v1550578151/alumni/shapes-blue.png');*/
  background-color: black;
}
.obituaries-widget header,
.mazaltov-widget header {
  overflow: hidden;
}
.obituaries-widget header h3,
.mazaltov-widget header h3 {
  float: left;
}
.obituaries-widget header .view-all,
.mazaltov-widget header .view-all {
  color: white;
}
ul.obituaries-container .name,
ul.mazaltov-container .name {
  color: #333;
  font-size: .9em;
  font-weight: 400;
}
ul.obituaries-container .date,
ul.mazaltov-container .date {
  display: block;
  color: #43abf0;
  font-size: .8em;
}
/* share counter */
.sidebar-share-counter {
  padding: 20px 60px;
  height: 110px;
}
.sidebar-share-counter .count {
  text-align: center;
}
.sidebar-share-counter .divider {
  text-align: center;
  position: relative;
  padding-top: 25px;
  font-size: 13px;
  color: #bbbbbb;
}
.sidebar-share-counter .divider:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background: #bbb;
  top: -5px;
  left: 50%;
}
.sidebar-share-counter .divider:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background: #bbb;
  bottom: -30px;
  left: 50%;
}
.sidebar-share-counter a {
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
  text-decoration: none;
}
.sidebar-share-counter .counter-container {
  font-size: 18px;
  color: #333539;
  font-weight: 400;
}
.sidebar-share-counter span {
  font-size: 13px;
  color: #888888;
}
.sidebar-share-counter .fa-twitter {
  color: #4099FF;
}
.sidebar-share-counter .fa-facebook-square {
  color: #3B5998;
}
/* Dvar Torah */
.dvartorah-widget header {
  overflow: hidden;
}
.dvartorah-widget header h3 {
  float: left;
}
.dvartorah-widget header .view-all {
  color: white;
}
ul.dvartorah-container .video-container {
  margin: 10px 0;
}
ul.dvartorah-container .name {
  color: #333;
  font-size: .9em;
  font-weight: 400;
}
ul.dvartorah-container .date {
  display: block;
  color: #43abf0;
  font-size: .8em;
}
/* twitter */
iframe .timeline {
  border: none;
}
/* Donations */
.sidebar-donations {
  height: 350px;
  overflow-y: auto;
  line-height: 1.4;
}
.sidebar-donations ul {
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.sidebar-donations ul li {
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.sidebar-donations ul li:last-child {
  border: none;
}
.sidebar-donations .name {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #2d3e50;
}
.sidebar-donations .amount {
  font-weight: 400;
}
.sidebar-donations .donation {
  font-size: 13px;
  color: #2d3e50;
}
.sidebar-donations .date {
  font-size: 13px;
  color: #2d3e50;
}
.sidebar-donations .msg {
  margin-top: 5px;
  font-size: 12px;
  color: #727272;
  font-style: italic;
}
/* Progress Bar */
.progress-sb-mod {
  background: #f7f7f7 none repeat scroll 0 0;
  box-shadow: 1px 1px 5px #bbbaba;
  padding: 25px 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.progress-sb-mod .hd {
  margin-bottom: 0;
}
.progress-sb-mod h3 {
  text-align: center;
  font-size: 23px;
  color: #01878C;
  border-bottom: 1px solid #ECE2D8;
  padding-bottom: 10px;
  margin: 0;
}
.progress-sb-mod .dashed-container {
  border-right: 1px dashed #ccc;
}
.progress-sb-mod .progress-bar-text {
  padding-top: 10px;
  text-align: center;
  font-family: 'proxima-nova';
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.progress-sb-mod .num {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #4c4c4c;
}
.progress-sb-mod .progress-bar-container {
  height: 24px;
  position: relative;
  background: #eee;
  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-sb-mod .progress-bar-container > span.bar {
  display: block;
  height: 100%;
  max-width: 100%;
  border-radius: 20px;
  background-color: #00AAB0;
  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);
  position: relative;
  overflow: hidden;
}
/*===========  FRONTPAGE   =============*/
/*======================================*/
@media only screen and (min-width: 720px) {
  .missions-col {
    display: flex;
    flex-flow: wrap;
  }
}
.mission-lg {
  background: #F5F9FB;
  font-size: 22px;
}
@media only screen and (min-width: 720px) {
  .mission-lg {
    width: 65%;
    padding-left: 10px;
  }
}
.mission-lg .mission__subtitle {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #F6861F;
  font-weight: 600;
  letter-spacing: 10px;
}
@media only screen and (min-width: 720px) {
  .mission-lg .mission__subtitle {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
.mission-lg .mission__title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #134156;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (min-width: 720px) {
  .mission-lg .mission__title {
    font-size: 44px;
  }
}
.mission-lg .mission__statement {
  font-size: 18px;
  color: #60676A;
  margin-bottom: 20px;
  letter-spacing: 0;
  line-height: 32px;
}
@media only screen and (min-width: 720px) {
  .mission-lg .mission__statement {
    margin-bottom: 40px;
  }
}
.mission-lg .mission__statement p {
  margin-bottom: 20px;
}
.mission-lg .mission__statement p.mission--top {
  font-size: 22px;
  color: #60676A;
}
.mission-lg .mission__statement .mission--top {
  margin-bottom: 20px;
  font-size: 22px;
  color: #60676A;
}
.mission-lg .mission__btns {
  display: flex;
}
.mission-lg .mission__btns a.btn {
  text-transform: uppercase;
  margin-right: 20px;
  padding: 12px 19px;
}
.mission-state {
  padding: 30px 20px;
  max-width: 735px;
  margin-left: auto;
}
@media only screen and (min-width: 720px) {
  .mission-state {
    padding: 90px 45px 90px 0px;
  }
}
@media only screen and (max-width: 720px) {
  .mission-sm {
    margin: 15px 30px;
  }
}
@media only screen and (min-width: 720px) {
  .mission-sm {
    width: 30%;
    padding-top: 90px;
    padding-left: 5%;
    padding-bottom: 60px;
  }
}
.mission__sb {
  min-height: 290px;
  display: flex;
  max-width: 315px;
  flex-flow: column;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  margin-bottom: 30px;
}
.mission__sb .mission__sb__title {
  font-size: 28px;
  color: #FFFFFF;
  margin-top: auto;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}
.mission__sb a.btn {
  padding: 10px 16px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  max-width: 900px;
  margin: auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.fp-fellowships {
  background: #13619D;
  padding: 35px 0px 30px;
}
@media only screen and (min-width: 720px) {
  section.fp-fellowships {
    padding: 65px 0px 50px;
  }
}
section.fp-fellowships h1 {
  text-transform: none;
  text-align: center;
  color: white;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (min-width: 720px) {
  section.fp-fellowships h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
.fellowship-group {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 720px) {
  .fellowship-group {
    display: flex;
    flex-flow: wrap;
  }
}
.fellowship-group .fellowship__col {
  background: #FFFFFF;
  box-shadow: 0 6px 15px 0 #13619D;
  border-radius: 3px;
  display: block;
  margin-bottom: 25px;
}
@media only screen and (min-width: 720px) {
  .fellowship-group .fellowship__col {
    margin-bottom: 0px;
    width: 31%;
    float: left;
    margin-right: 3.5%;
  }
  .fellowship-group .fellowship__col:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
.fellowship-group .fellowship__col .fellowship__img {
  height: 220px;
  background-size: cover;
  background-position: center;
}
.fellowship-group .fellowship__col .fellowship__content {
  padding: 20px 25px;
}
.fellowship-group .fellowship__col .fellowship__title {
  font-size: 22px;
  color: #134156;
  font-weight: 600;
  margin-bottom: 7px;
}
.fellowship-group .fellowship__col .fellowship__excerpt {
  font-size: 16px;
  color: #60676A;
  margin-bottom: 20px;
  line-height: 24px;
}
.fellowship-group .fellowship__col a.btn--lightblue {
  background: #1e50b4;
  border-radius: 3px;
}
.fellowship-group .fellowship__col:hover .fellowship__img {
  position: relative;
}
.fellowship-group .fellowship__col:hover .fellowship__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(243, 198, 152, 0.4);
  transition: all 0.2s ease-in-out;
}
.fellowship-group .fellowship__col:hover .fellowship__title {
  color: #1e50b4;
}
.fellowship-group .fellowship__col:hover .btn.btn--lightblue {
  background: #1e50b4 !important;
  color: white;
}
section.fp-testimonials {
  padding: 65px 0px 50px;
}
section.fp-testimonials h1 {
  text-transform: none;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
}
@media only screen and (min-width: 720px) {
  section.fp-testimonials h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
section.fp-testimonials .container {
  max-width: 900px;
}
@media only screen and (min-width: 720px) {
  section.fp-testimonials .container {
    padding: 0px 25px;
  }
}
.testimonials-group {
  margin: 5px auto 20px;
  display: flex;
}
@media only screen and (min-width: 720px) {
  .testimonials-group {
    margin: 25px auto 20px;
  }
}
.testimonials-group .testimonials__col {
  text-align: center;
  margin: 0 auto;
}
.testimonials-group .testimonials__quote {
  margin: 0 auto;
}
.testimonials-group .testimonials__excerpt {
  max-width: 775px;
  margin: 0px auto 20px;
  color: #134156;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .testimonials-group .testimonials__excerpt {
    font-size: 20px;
  }
}
.testimonials-group .testimonials__img {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
  background-position: center;
  border-radius: 50%;
  background-size: cover;
}
.testimonials-group .testimonials__title {
  font-size: 20px;
  color: #1e50b4;
  font-weight: 600;
}
.testimonials-group .testimonials__date {
  font-size: 14px;
  color: #7E888C;
}
.frontpage__cover-img {
  display: block;
  width: 100%;
  position: relative;
}
.slider__image {
  height: 400px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (min-width: 720px) {
  .slider__image {
    height: 600px;
  }
}
.bx-wrapper {
  position: relative;
  margin-top: 0px !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.bx-controls {
  display: none;
}
@media only screen and (min-width: 720px) {
  .bx-controls {
    display: block;
  }
}
.bx-controls a {
  position: absolute;
  top: 45%;
  width: 54px;
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  border-radius: 50%;
  color: white;
  z-index: 100;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid #f4f4f4;
}
.bx-controls a:hover {
  background: white;
  color: #1e50b4;
}
.bx-next {
  right: 50px;
}
.bx-next:after {
  padding-bottom: 5px;
  content: "â†’";
}
.bx-prev {
  left: 50px;
}
.bx-prev:after {
  padding-bottom: 5px;
  content: "â†";
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 12%;
  top: auto;
  left: 50%;
  right: 50%;
}
.bx-wrapper .bx-pager .bx-pager-item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  background: none;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  top: auto;
  border-radius: 50%;
  position: relative;
  display: flex;
  font-size: 0;
  align-items: center;
  justify-content: center;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background: white;
}
.bx-wrapper .bx-pager .bx-pager-item a.active:before {
  border-radius: 50%;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background: #f6861f;
}
.slideshow-caption {
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  text-align: left;
}
.slideshow-caption h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .slideshow-caption h1 {
    line-height: 72px;
    margin-bottom: 15px;
    font-size: 64px;
  }
}
@media screen and (min-width: 720px) {
  .slideshow-caption {
    font-size: 30px;
  }
}
.slideshow-caption a.btn.btn-orange {
  margin-top: 25px;
  text-transform: uppercase;
  padding: 10px 40px;
  background: #f6861f;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
}
section.apply-fellowship {
  background: #F6861F;
  padding: 30px 0px;
  text-align: center;
}
section.apply-fellowship h2 {
  margin-bottom: 10px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media screen and (min-width: 720px) {
  section.apply-fellowship h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
section.apply-fellowship a.btn {
  text-transform: uppercase;
}
@media screen and (min-width: 720px) {
  section.apply-fellowship a.btn {
    padding: 15px 35px;
  }
}
@media screen and (min-width: 720px) {
  section.apply-fellowship {
    padding: 70px 0px;
  }
}
.testimonials-group {
  /* Arrows */
  /* Dots */
}
.testimonials-group .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.testimonials-group .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 10px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .testimonials-group .slick-list {
    margin: 0;
  }
}
.testimonials-group .slick-list:focus {
  outline: none;
}
.testimonials-group .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.testimonials-group .slick-slider .slick-track,
.testimonials-group .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.testimonials-group .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.testimonials-group .slick-track:before,
.testimonials-group .slick-track:after {
  display: table;
  content: "";
}
.testimonials-group .slick-track:after {
  clear: both;
}
.testimonials-group .slick-loading .slick-track {
  visibility: hidden;
}
.testimonials-group .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.testimonials-group [dir="rtl"] .slick-slide {
  float: right;
}
.testimonials-group .slick-slide img {
  display: block;
}
.testimonials-group .slick-slide.slick-loading img {
  display: none;
}
.testimonials-group .slick-slide.dragging img {
  pointer-events: none;
}
@media screen and (min-width: 720px) {
  .testimonials-group .slick-initialized .slick-slide {
    display: flex;
  }
}
.testimonials-group .slick-loading .slick-slide {
  visibility: hidden;
}
.testimonials-group .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.testimonials-group .slick-arrow.slick-hidden {
  display: none;
}
.testimonials-group .slick-prev,
.testimonials-group .slick-next {
  border: 1px solid #F4F4F4;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0px;
  font-size: 0px !important;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  background: transparent;
}
@media screen and (max-width: 720px) {
  .testimonials-group .slick-prev,
  .testimonials-group .slick-next {
    bottom: -45px;
    top: auto;
  }
}
.testimonials-group .slick-prev:hover,
.testimonials-group .slick-prev:focus,
.testimonials-group .slick-next:hover,
.testimonials-group .slick-next:focus {
  background: #F6861F;
  border-color: white;
}
.testimonials-group .slick-prev:hover:before,
.testimonials-group .slick-prev:focus:before,
.testimonials-group .slick-next:hover:before,
.testimonials-group .slick-next:focus:before,
.testimonials-group .slick-prev:hover:before,
.testimonials-group .slick-prev:focus:before,
.testimonials-group .slick-next:hover:before,
.testimonials-group .slick-next:focus:before {
  color: white;
}
.testimonials-group .slick-prev:hover:before,
.testimonials-group .slick-prev:focus:before,
.testimonials-group .slick-next:hover:before,
.testimonials-group .slick-next:focus:before {
  opacity: 1;
}
.testimonials-group .slick-prev.slick-disabled:before,
.testimonials-group .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.testimonials-group .slick-prev:before,
.testimonials-group .slick-next:before {
  font-size: 18px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials-group .slick-prev {
  left: 33%;
}
@media screen and (min-width: 720px) {
  .testimonials-group .slick-prev {
    left: -75px;
  }
}
.testimonials-group [dir="rtl"] .slick-prev {
  right: 33%;
  left: auto;
}
@media screen and (min-width: 720px) {
  .testimonials-group [dir="rtl"] .slick-prev {
    right: -75px;
  }
}
.testimonials-group .slick-prev:before {
  content: "â†";
}
.testimonials-group [dir="rtl"] .slick-prev:before {
  content: "â†’";
}
.testimonials-group .slick-next {
  right: 33%;
}
@media screen and (min-width: 720px) {
  .testimonials-group .slick-next {
    right: -75px;
  }
}
.testimonials-group [dir="rtl"] .slick-next {
  right: auto;
  left: 33%;
}
@media screen and (min-width: 720px) {
  .testimonials-group [dir="rtl"] .slick-next {
    left: -75px;
  }
}
.testimonials-group .slick-next:before {
  content: "â†’";
}
.testimonials-group [dir="rtl"] .slick-next:before {
  content: "â†";
}
.testimonials-group .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.testimonials-group .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.testimonials-group .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.testimonials-group .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent;
}
.testimonials-group .slick-dots li button:hover:before,
.testimonials-group .slick-dots li button:focus:before {
  opacity: 1;
}
.testimonials-group .slick-dots li button:before {
  font-family: "slick";
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonials-group .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
}
.testimonials-group .slider {
  width: 50%;
  margin: 100px auto;
}
.testimonials-group .slick-slide {
  margin-bottom: 5px;
}

 .testimonials-group  button.slick-next.slick-arrow::after {
    content: "\f060";
    font-family: 'FontAwesome';
}
.testimonials-group  button.slick-next.slick-arrow::before {
    content: "\f061";
    font-family: 'FontAwesome';
}
@media only screen and (min-width: 720px) {
  .testimonials-group .slick-slide {
      margin: 20px 20px 5px;
  }
}
.testimonials-group .slick-prev:before,
.testimonials-group .slick-next:before {
  color: #F6861F;
}
.testimonials-group svg.slick-arrow {
  width: 15px;
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1px;
}
@media only screen and (min-width: 720px) {
  .section.related-posts {
    display: flex;
  }
}
.col.span_1_of_3.related__post {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 720px) {
  .col.span_1_of_3.related__post {
    width: 31%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 480px) {
  .related-articles {
    margin-bottom: 50px;
    /* max-width: 900px; */
  }
}
.related-articles-header {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
.related-articles__date {
  color: #1e50b4;
  font-weight: 400;
  font-size: 14px;
}
h3.related-articles__title {
  color: #60676A;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  h3.related-articles__title {
    padding-right: 5px;
  }
}
span.related-articles__category {
  display: inline-block;
  padding: 3px 8px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #F6861F;
}
.related-articles__img {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  min-height: 175px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
.related-articles a {
  color: inherit;
}
.related-articles a:hover {
  color: #0098e0;
}
.related-articles__excerpt {
  font-size: 16px;
  margin-top: 10px;
}
.fp-gallery {
  margin-bottom: 60px;
}
.main-box-wrapper {
  background: white;
  border-radius: 4px;
  border: 1px solid #e6e5ec;
  -webkit-box-shadow: 3px 3px 10px #ccc;
  box-shadow: 3px 3px 10px #ccc;
  margin-bottom: 60px;
  padding: 30px 30px 20px;
}
.main-box-wrapper.main-box-wrapper--fp {
  border: none;
  box-shadow: none;
  text-align: center;
  font-weight: 500;
  padding: 60px 30px;
  background-size: cover;
  background-position: center;
  background-color: #183346;
  margin-bottom: 0;
}
.gallery__header {
  margin-bottom: 20px;
}
.fp-gallery h2 {
  color: white;
}
.gallery-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.gallery-social-link {
  color: white;
  margin-top: 25px;
}
a.gallery__link {
  border: 2px solid white;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 10px;
  box-shadow: none;
  margin-top: 15px;
  color: white;
}
a.gallery__link:hover {
  color: #183346;
  background-color: white;
}
.album {
  background: #fff;
  position: relative;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  flex: 0 1 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 480px) {
  .album {
    flex: 0 1 48%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 720px) {
  .album {
    flex: 0 1 31%;
  }
}
@media only screen and (min-width: 980px) {
  .album {
    flex: 0 1 23%;
  }
}
.album.album--small {
  border: 5px solid white;
  height: 200px;
}
@media only screen and (min-width: 480px) {
  .album.album--small {
    flex: 0 1 48%;
  }
}
@media only screen and (min-width: 720px) {
  .album.album--small {
    flex: 0 1 32%;
  }
}
@media only screen and (min-width: 980px) {
  .album.album--small {
    flex: 0 1 19%;
  }
}
.album.album--fp {
  border-bottom: none;
}
.album.album--fp .title {
  left: 0;
}
.album .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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, 0.5);
  background: black;
}
button.load-more {
  display: block;
  margin: 0 auto;
}
.gallery-section {
  margin: 0 auto 60px;
}
.back-gallery {
  margin-bottom: 10px;
  display: block;
}
.back-gallery:hover {
  text-decoration: underline;
}
.page-about {
  background: #F9F9F9;
  overflow: hidden;
}
.page-about h1.about--title {
  text-align: center;
  text-transform: none;
  color: #134156;
  margin-top: 20px;
}
@media screen and (min-width: 720px) {
  .page-about h1.about--title {
    font-size: 44px;
    color: #134156;
    margin-top: 50px;
    letter-spacing: 0;
    line-height: 54px;
  }
}
.page-about .about-goals__number {
  background: #DBF4FF;
  font-size: 29px;
  color: #1e50b4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.page-about .about-goals__number.about-goals__number--two {
  background: #FFE9D5;
  color: #F6861F;
}
.page-about .about-goals__number.about-goals__number--three {
  background: #F2E3FF;
  color: #8965AB;
}
.page-about .about-goals__text {
  font-size: 18px;
  color: #60676A;
  font-weight: 400;
  padding: 0px 30px;
}
@media screen and (min-width: 720px) {
  .page-about .about-goals__text {
    width: 50%;
    padding: 50px 50px 50px 0px;
  }
}
.page-about .about-goals__title b,
.page-about .about-goals__title strong {
  font-weight: bold;
}
.page-about .about-goals__title p {
  margin-bottom: 20px;
}
.page-about .about-goals__title.about-goals__title.about-goals__title--sm {
  max-width: 400px;
  margin-bottom: 20px;
}
.page-about .about-goals__title.about-goals__title.about-goals__title--sm strong {
  font-weight: bold;
}
.page-about a.btn {
  padding: 15px 30px;
  text-transform: uppercase;
}
.page-about .about-goals__img {
  width: 0;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .page-about .about-goals__img {
    width: 50%;
  }
}
.page-about section.about-us {
  flex-flow: wrap;
  clear: both;
  max-width: 1170px;
  margin: 25px auto;
  position: relative;
  padding: 0 30px;
}
.page-about section.about-us h1 {
  font-size: 44px;
  color: #134156;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .page-about section.about-us {
    display: flex;
    margin: 75px auto;
  }
}
.page-about section.about-goals {
  background: #8965AB;
  padding: 25px 10px 25px;
}
@media screen and (min-width: 720px) {
  .page-about section.about-goals {
    padding: 48px 10px 6px;
  }
}
.page-about section.about-goals h2 {
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 720px) {
  .page-about section.about-goals h2 {
    font-size: 42px;
  }
}
.page-about section.about-goals .about__goals {
  display: flex;
  margin-top: 60px;
  flex-flow: wrap;
  justify-content: space-between;
}
.page-about section.about-goals .about__goals .about__goals__col {
  margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
  .page-about section.about-goals .about__goals .about__goals__col {
    display: flex;
    margin-bottom: 30px;
    flex-flow: column;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.page-about section.about-goals .about__goals .about__goals__title {
  font-size: 28px;
  color: #FFFFFF;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 28px;
}
.page-about section.about-goals .about__goals .about__goals__text {
  font-size: 18px;
  color: #FFEFDF;
  font-weight: 400;
  max-width: 280px;
  line-height: 26px;
}
.page-about section.about-goals .about__goals .about__goals__text p {
  margin-bottom: 15px;
}
.page-about section.about-enagement {
  display: flex;
  flex-flow: wrap;
  clear: both;
  max-width: 1170px;
  margin: 25px auto;
  position: relative;
  padding: 0 30px;
}
@media screen and (min-width: 720px) {
  .page-about section.about-enagement {
    margin: 75px auto;
  }
  .page-about section.about-enagement.about-enagement--reverse {
    flex-flow: row-reverse;
  }
  .page-about section.about-enagement.about-enagement--reverse .about-goals__text {
    padding: 15px 50px;
  }
}
.page-about section.about-enagement h1 {
  font-size: 36px;
  color: #134156;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 20px;
}
.page-about section.about-lists {
  display: flex;
  flex-flow: wrap;
  clear: both;
  max-width: 1170px;
  margin: 75px auto;
  position: relative;
  padding: 0 30px;
}
.page-about section.about-lists .about-list__col {
  max-width: 425px;
}
.page-about section.about-lists .about-list__col:first-of-type {
  margin-right: 10%;
}
.page-about section.about-lists h3 {
  font-size: 24px;
  color: #134156;
  font-weight: 600;
}
.page-about section.about-lists ul {
  margin: 15px auto;
  padding-left: 35px;
}
.page-about section.about-lists ul li {
  font-size: 18px;
  color: #134156;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}
.page-about section.about-lists ul li i {
  color: #0B5B99;
  font-size: 24px;
}
@media (min-width: 720px) {
  .staff-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.staff__item {
  flex: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 1% 30px;
  padding: 20px 20px 20px;
  text-align: center;
}
@media (min-width: 720px) {
  .staff__item {
    min-width: 48%;
    max-width: 48%;
  }
}
@media (min-width: 960px) {
  .staff__item {
    min-width: 18%;
    max-width: 18%;
  }
}
.staff__item .fa {
  font-size: 12px;
  margin-right: 5px;
  color: #ccc;
}
.staff__item a {
  color: #183346;
}
.staff__item:hover a {
  color: #0097e0;
}
.staff_image {
  display: block;
  height: 250px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: -20px -20px 10px;
}
.staff__title {
  color: #183346;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.staff__member-title,
.staff__phone,
.staff__email,
.staff__facebook {
  font-size: 14px;
  color: #999;
  display: block;
}
.fellows-year {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 400;
  color: white;
  background: #fbaa1a;
  padding: 5px 30px;
  font-size: 18px;
}
.single__name_image.img-container {
  width: 250px;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 40px;
}
.single__header--staff.flex {
  align-items: flex-start;
}
@media only screen and (min-width: 960px) {
  .e__container h2 {
    font-size: 30px;
  }
}
section.page-e__slideshow .e__image {
  height: 400px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  justify-content: center;
  /* @media only screen and (min-width: 720px) {
	 	height: 600px;

			} */
}
section.page-e__calendar {
  margin-top: 45px;
}
section.page-e__calendar .e__calendar {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  border-top: 4px solid #fac863;
  padding: 20px;
  margin: 20px auto 0px;
}
section.page-e__calendar .e__calendar .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
  margin-bottom: 15px !important;
}
section.page-e__calendar .e__calendar h2.fc-toolbar-title {
  font-size: 28px !important;
  color: #345e9e;
}
section.page-e__calendar .e__calendar thead {
  background: #345e9e;
}
section.page-e__calendar .e__calendar thead a {
  color: white;
}
section.page-e__gallery {
  margin-top: 45px;
}
section.page-e__gallery ul {
  margin: 20px auto;
  display: flex;
  flex-flow: wrap;
}
section.page-e__gallery ul li.event__pic {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 225px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  section.page-e__gallery ul li.event__pic {
    width: 48%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 720px) {
  section.page-e__gallery ul li.event__pic {
    width: 31%;
  }
}
section.page-e__gallery .event__pic__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
section.page-e__gallery .event__pic__caption span {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
}
.e--popup {
  display: none;
  position: relative;
  width: 600px;
  text-align: center;
  max-width: 100%;
  background-color: white;
  padding: 5px;
  color: #211a13;
}
.e__close {
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: 10px;
  color: black;
  font-weight: 700;
  font-size: 19px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .e__close {
    right: -35px;
  }
}
.popup__container {
  /* box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; */
  max-width: 100%;
  padding: 5px;
  position: relative;
}
.popup__img {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 225px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .popup__img {
    height: 250px;
  }
}
.popup__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  width: 100%;
}
.popup__caption span {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px;
  font-weight: 500;
}
.page-header {
  background-color: #f5f3f3;
  padding: 50px 20px;
  margin-bottom: 30px;
  text-align: center;
}
.page-header.page-header--overlay {
  position: relative;
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
  padding: 75px 0;
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.page-header.page-header--overlay h1 {
  color: #fff;
}
.page-header.page-header--lg {
  min-height: 450px;
}
.page-header .container {
  max-width: 1100px;
}
article .page-container {
  margin: 20px auto;
  max-width: 1100px;
}
.article-content {
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .article-content {
    width: 75%;
  }
}
.article-content ul {
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
  list-style-type: disc;
}
.article-content ul li {
  display: list-item;
}
.article-content p,
.page-content p {
  margin-bottom: 20px;
}
.page-content {
  max-width: 800px;
  margin: 0 auto 25px;
  color: black;
}
.page-content form.form-container.form--bg {
  background: #F0F0F0;
  border-radius: 8px;
}
.page-content .releasewaivers {
  font-size: 14px;
  color: #60676A;
  height: 200px;
  margin-top: 8px;
  overflow: scroll;
  background: white;
  padding: 10px 15px;
}
.page-content h1 {
  line-height: normal;
}
.page-content h2 {
  margin: 0px 0px 20px;
}
.page-content b,
.page-content strong {
  font-weight: bold;
}
.page-content ul,
.page-content ol {
  padding-left: 20px;
}
.page-content ul li,
.page-content ol li {
  display: list-item;
  list-style-type: auto;
}
h1.single-title {
  line-height: normal;
  margin-bottom: 15px;
}
.page-section {
  margin-bottom: 80px;
}
.article-header {
  margin-bottom: 20px;
  display: flex;
}
.article-date {
  color: #0098e0;
  margin-right: 15px;
}
.article-author {
  font-style: italic;
}
.page-form {
  overflow: hidden;
  background: #F9F9F9;
  margin: 25px auto;
}
.form-container {
  padding: 20px 45px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  box-shadow: 0 1px 2px 0 #EAF0F3;
  border-radius: 4px;
  max-width: 785px;
  margin: 20px auto;
}
.page-single {
  margin-top: 35px;
}
.page-newsletters .newsletter-sections a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dce2e6;
}
.page-newsletters .newsletter-sections a img.newsletter__img {
  padding-right: 10px;
}
main.page-contact {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 720px) {
  main.page-contact {
    display: flex;
    flex-flow: wrap;
  }
}
.page-c__form {
  background: white;
}
.page-c__form h2 {
  font-size: 34px;
  color: #134156;
}
@media screen and (min-width: 720px) {
  .page-c__form {
    width: 50%;
  }
}
.page-c__form .page-c__wrap {
  max-width: 450px;
  padding: 10px;
}
@media screen and (min-width: 720px) {
  .page-c__form .page-c__wrap {
    padding: 90px  50px 10px 30px;
    margin-left: auto;
  }
}
.page-c__content {
  padding: 10px 30px;
  text-align: center;
  background: #F5F9FB;
}
@media screen and (min-width: 720px) {
  .page-c__content {
    width: 50%;
    text-align: left;
    padding: 90px 30px 10px 50px;
  }
}
.page-c__contact {
  font-size: 27px;
  color: #1e50b4;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 30px;
}
.page-c__title {
  color: #7C92A2;
}
.page-c__email {
  margin-top: 10px;
  font-size: 18px;
  color: #134156;
  letter-spacing: 0;
  line-height: 30px;
}
.page-c__email a {
  color: #F6861F;
}
main.page-contact .gform_wrapper form .gform_fields input,
main.page-contact .gform_wrapper form .gform_fields textarea {
  border-bottom: 1px solid #E6EAE8;
  box-shadow: none;
  border-top: none;
  padding: 0px;
  border-right: none;
  border-left: none;
}
main.page-contact .gform_wrapper form .gform_fields input:focus,
main.page-contact .gform_wrapper form .gform_fields textarea:focus {
  border-bottom: 2px solid #1e50b4;
}
main.page-contact .asd {
  font-family: Helvetica;
  font-size: 14px;
  color: #1e50b4;
}
.applyform__group {
  display: flex;
  max-width: 1290px;
  margin: 0px auto;
  gap: 20px;
  padding: 10px 20px;
  flex-flow: column;
}
@media screen and (min-width: 720px) {
  .applyform__group {
    flex-flow: wrap;
    padding: 20px 10px 20px;
    margin-top: 40px;
    gap: 58px;
  }
}
.applyform__group .form-container {
  padding: 10px 30px;
}
.applyform__group .gform_wrapper {
  margin-top: 0px;
}
@media screen and (min-width: 720px) {
  section.applyform__right {
    width: 50%;
  }
}
section.applyform__left {
  flex: 1;
}
@media only screen and (min-width: 720px) {
  main.page-blog .container {
    display: flex;
  }
}
main.page-blog .blog__main {
  margin-bottom: 50px;
}
@media only screen and (min-width: 720px) {
  main.page-blog .blog__main {
    width: 65%;
    margin-right: 6%;
  }
}
@media only screen and (min-width: 720px) {
  main.page-blog .blog__sidebar {
    width: 23.8%;
  }
}
main.page-blog .article-listing-item {
  padding: 20px 0;
  font-size: 16px;
  align-items: center;
  font-weight: 400;
  border-bottom: 1px solid #dce2e6;
}
@media only screen and (min-width: 720px) {
  main.page-blog .article-listing-item {
    display: flex;
  }
}
main.page-blog .article-listing-item.article-listing-item--bg {
  display: block;
  margin-top: 0;
  padding-top: 0;
}
main.page-blog .article-listing-item.article-listing-item--bg .article-listing__img {
  min-width: 100%;
  height: 300px;
  max-width: 100%;
  margin-bottom: 20px;
}
main.page-blog .article-listing-item.article-listing-item--bg .article-listing__content {
  width: 100%;
}
main.page-blog .article-listing-item.article-listing-item--bg .article-listing__content h2 {
  font-size: 40px;
}
main.page-blog .article-listing-item.article-listing-item--bg .article-listing__content h2 a {
  color: inherit;
  font-weight: 600;
}
main.page-blog .article-listing-item.article-listing-item--bg .article-listing__content h2 a:hover {
  color: #43abf0;
}
main.page-blog .article-listing__cat {
  display: inline-block;
  padding: 3px 8px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: #F6861F;
}
main.page-blog .article-listing__img {
  display: flex;
  align-items: end;
  min-height: 175px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 720px) {
  main.page-blog .article-listing__img {
    min-width: 200px;
    max-width: 200px;
    flex: 0 1 200px;
    margin-right: 25px;
  }
}
main.page-blog .article-listing__date {
  color: #1e50b4;
  font-weight: 400;
  font-size: 14px;
}
main.page-blog .article-listing__content h4 {
  line-height: normal;
}
main.page-blog .article-listing__content h4 a {
  color: inherit;
  font-weight: 600;
}
main.page-blog .article-listing__content h4 a:hover {
  color: #43abf0;
}
main.page-blog .article-listing__content p {
  margin-top: 5px;
  margin-bottom: 10px;
}
main.page-blog .article-listing__tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-size: 14px;
}
main.page-blog .article-listing__tags span {
  color: #8965aa;
  margin-right: 6px;
}
.blog__signup {
  display: flex;
  max-width: 315px;
  flex-flow: column;
  padding: 25px 20px 25px;
  margin-bottom: 30px;
  background: #8965aa;
}
.blog__signup .blog__signup__title {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog__signup input.form-control {
  box-shadow: 0 0px 1px 0 #F1F3F5;
  background: #9e78c1;
  color: #ba9ed3;
  border: none;
}
.blog__signup input.form-control:focus {
  color: white;
}
.blog__signup input.btn.btn-white.blog__signup__link {
  width: 100%;
  display: block;
  height: 36px;
  margin-top: 12px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.mission__sb.mission__sb--sm {
  min-height: 225px;
}
.singlke__postiions__center a.single-back-btn {
  color: #1e50b4;
}
@media only screen and (min-width: 720px) {
  .singlke__postiions__center .sidebar {
    padding-left: 40px;
  }
}
.singlke__postiions__center .sidebar .page-content ul,
.singlke__postiions__center .sidebar .page-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.singlke__postiions__center .sidebar .page-content ul li {
  display: list-item;
  list-style-type: inherit;
}
.singlke__postiions__center .sidebar .page-content ol li {
  display: list-item;
  list-style-type: auto;
}
@media only screen and (max-width: 720px) {
  .singlke__postiions__center .section.section__reveresd {
    display: flex;
    flex-flow: column-reverse;
  }
}
.singlke__postiions__center .position-sidebar-box {
  text-align: center;
  border: 2px solid #e6eaed;
  font-size: 18px;
  padding: 20px;
  color: #999;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.4;
}
.singlke__postiions__center .position-sidebar-box p {
  margin-bottom: 10px;
}
.singlke__postiions__center a.position-btn {
  margin: 0 0 20px;
  padding: 12px 0px;
  display: block;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-size: 20px;
}
.singlke__postiions__center a.position-btn:hover {
  background-color: #469946;
  border-color: #469946;
}
.arvive__positions .archive__item.section {
  margin-bottom: 31px;
}
.arvive__positions h3 {
  font-weight: 200;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.4;
  border-bottom: 1px solid #efefef;
}
.arvive__positions .archive__title a {
  color: #1e50b4;
}
.arvive__positions .archive__excerpt p {
  margin-bottom: 10px;
}
.arvive__positions a.readmore__link {
  font-size: 16px;
  color: #1e50b4;
}
main.page-fellows {
    padding-top: 44px;
    background: #F9F9F9;
    margin-top: -35px;
}
.page-f__group {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  flex-flow: wrap;
}
@media screen and (min-width: 720px) {
  .page-f__group {
    display: flex;
  }
}
.page-f__col {
  margin: 0px 1% 40px;
  background: white;
  text-align: center;
  padding: 20px 40px;
}
@media screen and (min-width: 720px) {
  .page-f__col {
    width: 31%;
  }
}
.page-f__col a[data-readmore-toggle] {
  margin-top: 10px;
  color: #1e50b4;
  font-size: 16px;
}
.page-f__col a[data-readmore-toggle]:after {
  padding-left: 5px;
}
.page-f__col a[data-readmore-toggle]:hover {
  color: black;
}
.page-f__img {
  height: 190px;
  background-size: cover;
  background-position: Center;
  width: 210px;
  display: block;
  margin: 0 auto 15px;
}
.page-f__title {
  font-size: 22px;
  color: #134156;
  font-weight: 600;
  text-transform: capitalize;
}
.page-f__content {
  font-size: 15px;
  color: #60676A;
  letter-spacing: 0;
  line-height: 26px;
  transition: height 200ms;
  overflow: hidden;
}
.single-fellow__image {
  margin-bottom: 10px;
  height: 200px;
  width: 200px;
  background-size: cover;
  background-position: center;
}
.fellow-year__title {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
p.no-fellows {
  margin-bottom: 25px;
}
main.page-events {
  background: #F9F9F9;
  overflow: hidden;
}
.page-e__group {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  margin: 25px auto;
  flex-flow: wrap;
}
@media screen and (min-width: 720px) {
  .page-e__group {
    display: flex;
    margin: 75px auto;
  }
}
a.page-e__col {
  margin: 0px 1% 40px;
  display: flex;
  padding-bottom: 20px;
  flex-flow: column;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border-radius: 3px;
}
a.page-e__col:hover {
  box-shadow: 0 15px 30px 0 #D9DFE2;
}
a.page-e__col:hover .page-e__title {
  color: #1e50b4;
}
a.page-e__col:hover .btn.btn--lightblue {
  background: #1e50b4 !important;
  color: white;
}
@media screen and (min-width: 720px) {
  a.page-e__col {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  a.page-e__col {
    width: 31%;
  }
}
a.page-e__col .btn.btn--lightblue {
  margin-left: 25px;
  background: rgba(46, 169, 224, 0.15);
  border-radius: 3px;
  font-size: 14px;
  color: #1e50b4;
  max-width: 115px;
  padding: 10px 0px;
}
a.page-e__col .btn.btn--lightblue:hover {
  background: #1e50b4 !important;
  color: white;
}
.page-e__img {
  height: 205px;
  background-size: cover;
  background-position: Center;
  display: block;
}
.page-e__title {
  font-size: 22px;
  color: #38454A;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.page-e__content {
  padding: 30px 25px 10px;
  font-size: 15px;
  text-align: left;
  color: #60676A;
  letter-spacing: 0;
  line-height: 24px;
}
.page-e__content img {
  padding-right: 15px;
}
.page-e__location {
  flex-flow: wrap;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.page-e__date {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 15px;
  align-items: center;
}
.page-event-single {
  font-weight: 400;
  background: #F9F9F9;
  overflow: hidden;
}
.page-event-single .event-single {
  margin: 50px auto 25px;
}
@media screen and (min-width: 720px) {
  .page-event-single .event-single {
    display: flex;
  }
}
.page-event-single .event-single .event__date,
.page-event-single .event-single .event__location,
.page-event-single .event-single .event__info {
  display: flex;
  flex-flow: wrap;
  align-items: end;
  margin-bottom: 20px;
}
.page-event-single .event-single .event__date img,
.page-event-single .event-single .event__location img,
.page-event-single .event-single .event__info img {
  padding-right: 15px;
}
.page-event-single .event__content {
  flex: 1;
  max-width: 615px;
  font-size: 18px;
  color: #60676A;
  line-height: 29px;
}
@media screen and (min-width: 720px) {
  .page-event-single .event__content {
    margin-right: 7%;
  }
}
.page-event-single .event__content h2 {
  font-size: 24px;
  color: #38454A;
  margin-bottom: 20px;
}
.page-event-single .event__sidebar {
  font-size: 16px;
  color: #60676A;
  line-height: 26px;
}
.page-event-single .event__sidebar h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #38454A;
  letter-spacing: 0;
}
.event-single p {
  margin-bottom: 20px;
}
.event-speakers {
  margin-top: 50px;
}
.speakers-group {
  margin-top: 50px;
  flex-flow: wrap;
  display: flex;
}
.e-speakers__col {
  margin: 0px 10% 40px 0px;
  width: 170px;
  flex: 0 1 170px;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .e-speakers__col {
    margin: 0px 80px 40px 0px;
  }
}
.e-speakers__img {
  height: 170px;
  background-size: cover;
  background-position: Center;
  display: block;
  border-radius: 50%;
  margin-bottom: 10px;
}
.e-speakers__name {
  font-size: 18px;
  color: #38454A;
}
.e-speakers__title {
  font-size: 14px;
  color: #7E8588;
  line-height: 18px;
}
main.page-communities {
  background: #F9F9F9;
  overflow: hidden;
}
.page-com__group {
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  margin: 25px auto;
  flex-flow: wrap;
}
@media screen and (min-width: 720px) {
  .page-com__group {
    display: flex;
    margin: 75px auto;
  }
}
.com__col {
  margin: 0px 1% 40px;
  display: flex;
  padding-bottom: 20px;
  flex-flow: column;
  text-align: center;
  font-weight: 400;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  box-shadow: 0 1px 2px 0 #F1F3F5;
  border-radius: 3px;
}
@media screen and (min-width: 720px) {
  .com__col {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .com__col {
    width: 31%;
  }
}
.com__img {
  height: 205px;
  background-size: cover;
  background-position: Center;
  display: block;
}
.com__title {
  font-size: 22px;
  color: #38454A;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.com__content {
  padding: 30px 25px 10px;
  font-size: 15px;
  text-align: left;
  color: #60676A;
  letter-spacing: 0;
  line-height: 24px;
}
.comm__region {
  margin-top: 10px;
  font-weight: 600;
}
.comm__region span {
  color: #F6861F;
}
.comm__cohosen {
  margin-top: 10px;
  font-weight: 600;
}
.comm__cohosen span {
  font-weight: 400;
}
main.page-highlights {
  background: #F9F9F9;
  overflow: hidden;
}
ul.highlights__filters {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(109, 109, 109, 0.1);
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
ul.highlights__filters li a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  text-transform: capitalize;
  color: #134156;
  padding: 10px 13px;
  display: block;
  border-bottom: 3px solid transparent;
}
@media screen and (min-width: 720px) {
  ul.highlights__filters li a {
    padding: 20px;
    font-size: 20px;
  }
}
ul.highlights__filters li.active a {
  color: #2DA9E0;
  border-bottom: 3px solid #2DA9E0;
}
.page-highlights__group {
  clear: both;
  max-width: 800px;
  margin: 0 auto;
  display: none;
  position: relative;
  padding: 0 10px;
  margin: 25px auto;
}
@media screen and (min-width: 720px) {
  .page-highlights__group {
    margin: 75px auto;
    padding: 0 30px;
  }
}
.page-highlights__group.active {
  display: block;
}
.highlight__col {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(109, 109, 109, 0.1);
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 14px 19px;
  font-size: 16px;
  line-height: 23px;
  color: #232A39;
  font-family: "open-sans", "proxima-nova", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 720px) {
  .highlight__col {
    margin-bottom: 30px;
    padding: 22px 30px 30px;
  }
}
.highlight__col .highlight__link {
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .highlight__col object {
    max-height: 500px !important;
  }
}
.highlight__col .hightlight__obj {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.highlight__col .hightlight__obj .embed-container {
  position: relative;
  padding-bottom: 50px;
  padding-top: 160%;
  max-width: 100%;
  z-index: 9;
}
@media screen and (min-width: 720px) {
  .highlight__col .hightlight__obj .embed-container {
    overflow: hidden;
  }
}
.highlight__col .hightlight__obj .embed-container embed {
  position: absolute;
  top: 0;
  max-width: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.highlight__title {
  line-height: 25px;
  font-size: 20px;
  font-weight: 900;
  color: #232A39;
  letter-spacing: 0;
  padding: 0px;
  margin-bottom: 0px;
  Font-family: "raleway", "proxima-nova", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 720px) {
  .highlight__title {
    line-height: 35px;
    margin-bottom: 7px;
    font-size: 30px;
  }
}
@media screen and (max-width: 720px) {
  .highlight__date {
    font-size: 14px;
    font-style: italic;
  }
}
.highlight__content {
  padding-bottom: 20px;
  font-size: 15px;
  text-align: left;
  color: #60676A;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (max-width: 720px) {
  .highlight__content {
    padding-bottom: 10px;
  }
}
section.highlights-gallery {
  margin-top: 25px;
}
section.highlights-gallery ul {
  margin: 20px auto;
  display: flex;
  flex-flow: wrap;
}
section.highlights-gallery ul li.mission__pic {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 225px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  section.highlights-gallery ul li.mission__pic {
    width: 48%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 720px) {
  section.highlights-gallery ul li.mission__pic {
    width: 31%;
  }
}
section.highlights-gallery .bio--popup {
  display: none;
  position: relative;
  width: 600px;
  text-align: center;
  max-width: 100%;
  background-color: white;
  padding: 25px 55px;
  color: #211a13;
}
section.highlights-gallery .bio--popup__close {
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: 10px;
  color: black;
  font-weight: 700;
  font-size: 19px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  section.highlights-gallery .bio--popup__close {
    right: -35px;
  }
}