/*
========================
Base-Config
========================
*/
/*
========================
Colors
========================
*/
/*==============
$MIXINS
===============*/
/* Breakpoints */
/*
========================
Base-Base
========================
*/
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("fonts/proxima_nova/306D3D_2_0.eot");
  src: url("fonts/proxima_nova/306D3D_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/proxima_nova/306D3D_2_0.woff2") format("woff2"), url("fonts/proxima_nova/306D3D_2_0.woff") format("woff"), url("fonts/proxima_nova/306D3D_2_0.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("fonts/proxima_nova/306D3D_5_0.eot");
  src: url("fonts/proxima_nova/306D3D_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/proxima_nova/306D3D_5_0.woff2") format("woff2"), url("fonts/proxima_nova/306D3D_5_0.woff") format("woff"), url("fonts/proxima_nova/306D3D_5_0.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("fonts/proxima_nova/306D3D_8_0.eot");
  src: url("fonts/proxima_nova/306D3D_8_0.eot?#iefix") format("embedded-opentype"), url("fonts/proxima_nova/306D3D_8_0.woff2") format("woff2"), url("fonts/proxima_nova/306D3D_8_0.woff") format("woff"), url("fonts/proxima_nova/306D3D_8_0.ttf") format("truetype");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font: 100%/1.5 'ProximaNova-Regular', Arial, sans-serif;
}
@media (min-width: 64.00001em) {
  html {
    font: 110%/1.5 'ProximaNova-Regular', Arial, sans-serif;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  html {
    font: 115%/1.5 'proxima-nova', Arial, sans-serif;
  }
}

body {
  background: white;
  color: #333333;
  font-family: 'ProximaNova-Regular', sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

/*
========================
Base-Typography
========================
*/
h1, h2, h3, h4, h5, b {
  font-family: 'ProximaNova-Semibold', Arial, sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

p {
  line-height: 1.5;
  margin: 0 0 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

code, pre {
  font-family: monospace, serif;
  font-size: .9em;
  background: whitesmoke;
  padding-left: 1em;
  display: block;
}

pre {
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  padding: .5em 0;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

/*
========================
Layout-Header
========================
*/
.site-header .wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.site-header .wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header .wrapper {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1776px) {
  .site-header .wrapper {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.site-header nav,
nav.subnav,
.header-border {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.site-header nav:after,
nav.subnav:after,
.header-border:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header nav,
  nav.subnav,
  .header-border {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header nav:after,
  nav.subnav:after,
  .header-border:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header nav,
  nav.subnav,
  .header-border {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header nav:after,
  nav.subnav:after,
  .header-border:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1776px) {
  .site-header nav,
  nav.subnav,
  .header-border {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header nav:after,
  nav.subnav:after,
  .header-border:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/*
========================
Layout-Page
========================
*/
main {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
main:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0em) and (max-width: 40em) {
  main {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  main:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  main {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  main:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1776px) {
  main {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  main:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.content-wrapper {
  padding: 10px 0;
}

/*
========================
Modules-Grid
========================
*/
.row {
  clear: both;
  overflow: hidden;
}

.one-col {
  width: 6.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

.two-col {
  width: 15%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
@media (min-width: 0em) and (max-width: 40em) {
  .two-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.three-col {
  width: 23.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
@media (min-width: 0em) and (max-width: 40em) {
  .three-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .three-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.four-col {
  width: 31.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
@media (min-width: 0em) and (max-width: 40em) {
  .four-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.five-col {
  width: 40%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

.six-col {
  width: 48.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
@media (min-width: 0em) and (max-width: 40em) {
  .six-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .six-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}
@media (min-width: 641px) and (max-width: 715px) {
  .six-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.seven-col {
  width: 56.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

.eight-col {
  width: 65%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

.nine-col {
  width: 73.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
@media (min-width: 0em) and (max-width: 40em) {
  .nine-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .nine-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.ten-col {
  width: 81.66667%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}
@media (min-width: 0em) and (max-width: 40em) {
  .ten-col {
    width: 98.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.eleven-col {
  width: 90%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

.twelve-col {
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

/*
========================
Layout-Footer
========================
*/
footer.content-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
footer.content-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0em) and (max-width: 40em) {
  footer.content-wrapper {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  footer.content-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  footer.content-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer.content-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1776px) {
  footer.content-wrapper {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  footer.content-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/*
========================
Modules-Icons
========================
*/
/*
========================
Modules-Icons
========================
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
========================
Modules-Pagination
========================
*/
.pagination {
  margin-bottom: 1.5em;
}
.pagination li {
  display: inline;
  transition: all 0.2s ease-out;
}
.pagination li > a {
  padding: 10px;
}
.pagination .page {
  padding-bottom: 0;
}
.pagination .disabled:hover {
  background: transparent !important;
  cursor: not-allowed;
  border: 0 !important;
}
.pagination .disabled a {
  color: #d6d6d6 !important;
}

.next, .last, .prev, .first {
  font-weight: 600;
}

.articles .archive-pagination li:hover {
  background: #cc0033;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #cc0033;
}
.articles .archive-pagination li:hover a {
  color: #fff;
}
.articles .archive-pagination .active {
  border: 2px solid #cc0033;
}

.radio .archive-pagination li:hover {
  background: #cc6633;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #cc6633;
}
.radio .archive-pagination li:hover a {
  color: #fff;
}
.radio .archive-pagination .active {
  border: 2px solid #cc6633;
}

.tv .archive-pagination li:hover {
  background: #cc9900;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #cc9900;
}
.tv .archive-pagination li:hover a {
  color: #fff !important;
}
.tv .archive-pagination .active {
  border: 2px solid #cc9900;
}

.broadcast .archive-pagination li:hover {
  background: #2d67b2;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #2d67b2;
}
.broadcast .archive-pagination li:hover a {
  color: #fff !important;
}
.broadcast .archive-pagination .active {
  border: 2px solid #2d67b2;
}

.page .archive-pagination li:hover {
  background: #3399cc;
  color: #fff;
  transition: all 0.2s ease-in;
  border: 2px solid #3399cc;
}
.page .archive-pagination li:hover a {
  color: #fff;
}
.page .archive-pagination .active {
  border: 2px solid #3399cc;
}

/*
========================
Modules-Sidebar
========================
*/
.site-sidebar {
  border-left: 2px solid whitesmoke;
  padding-bottom: 50px;
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-sidebar {
    margin-top: 1.5em;
  }
}
.site-sidebar ul {
  list-style-type: none;
  margin-bottom: 0 !important;
  font-size: 1em !important;
  margin-left: 0 !important;
  clear: both;
}
.site-sidebar figure {
  height: 75px;
  width: 75px;
  display: block;
  border-radius: 100%;
  margin-bottom: 5px;
  padding-left: 4px;
}
.site-sidebar p {
  padding-left: 3px;
  margin-bottom: .1em;
  font-size: .9em !important;
}
.site-sidebar li {
  border-bottom: 2px dotted #cfcfcf;
  padding: 12px 8px;
  margin-bottom: 0 !important;
}
.site-sidebar li:last-of-type {
  border-bottom: 0;
}
.site-sidebar a {
  font-weight: 600;
}
.site-sidebar h3 {
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 0 !important;
  padding: 12px 8px;
  font-size: 1em;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
}
.site-sidebar h3 a {
  color: #fff !important;
}

.sidebar-ad-container {
  margin-bottom: 1.5em;
}

.home .site-sidebar,
.broadcast .site-sidebar {
  margin-top: 1em;
  margin-right: 0;
}

.sidebar-block {
  overflow: hidden;
  background: rgba(245, 245, 245, 0.1);
  border-radius: 0 0 8px 0;
}

ul.color-articles a {
  color: #cc0033 !important;
}
ul.color-articles a:hover {
  color: #f5003d !important;
}

ul.color-tv a {
  color: #cc9900 !important;
}
ul.color-tv a:hover {
  color: #f5b800 !important;
}

ul.color-radio a {
  color: #cc6633 !important;
}
ul.color-radio a:hover {
  color: #d47e54 !important;
}

.events-sidebar div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.events-sidebar figure {
  margin-right: 8px;
  min-width: 80px;
}
.events-sidebar h3 {
  background: #2d67b2;
  margin-bottom: 1em !important;
}
.events-sidebar a {
  color: #2d67b2 !important;
}

.facing-life-sidebar div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.facing-life-sidebar figure {
  margin-right: 8px;
  min-width: 80px;
}
.facing-life-sidebar h3 {
  background: #2d67b2;
  margin-bottom: 1em !important;
}
.facing-life-sidebar a {
  color: #2d67b2 !important;
}

.sidebar-widget {
  background: #f1f1f1;
  border-radius: 2px;
  margin-bottom: .5em;
  overflow: hidden;
  display: block;
  padding: 5px;
}
.sidebar-widget p {
  font-size: .9em;
  margin-top: .5em;
}
.sidebar-widget img {
  width: 100%;
}

.links-itunes li {
  font-size: .9em;
}
.links-itunes a {
  color: #3399cc;
  font-weight: bold;
}

/*
========================
Modules-Datatables
========================
*/
table.dataTable {
  width: 100%;
  margin: 1em auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

.paginate_button:hover a {
  color: #fff;
}

.paginate_button.disabled {
  cursor: default;
}
.paginate_button.disabled a {
  color: #e6e6e6 !important;
}

.paginate_button.active {
  background: #3399cc;
}
.paginate_button.active a {
  color: #fff;
}

input[type="search"] {
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 5px;
  background: white;
  padding: 7px 10px;
  outline: 0;
  transition: all 0.1s ease-out;
  border-radius: 1px;
  color: rgba(0, 0, 0, 0.54);
  border: 1px solid #d8d8d8;
}

.dataTable input:focus, .dataTable select:focus {
  outline: none;
  transition: all 0.1s ease-in;
  border: 1px solid #2d67b2;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
  padding: 8px 10px !important;
  font-size: .8em;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 14px 10px;
  font-size: .9em;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 5px 10px;
  font-size: .8em;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  font-size: .8em;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-bottom: .5em;
  font-size: .8em;
}
.dataTables_wrapper .dataTables_filter input {
  font-size: .8em;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  font-size: .8em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  font-size: .8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  background-color: #3399cc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  background-color: #3399cc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #3399cc;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*
========================
Modules-Forms
========================
*/
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.form-group {
  margin-bottom: 1.5em;
  position: relative;
}

.split-form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

form .twelve-col {
  margin: 0;
}

textarea.error {
  border: 1px solid red;
}

form {
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 1em;
}
form textarea {
  text-align: left;
  max-width: 100%;
  min-height: 450px;
}
form input,
form textarea {
  background: rgba(245, 245, 245, 0.5);
  display: block;
  border: 1px solid #d8d8d8;
  font-size: 1.1em;
  padding: 7px 10px;
  transition: all 0.1s ease-out;
  width: 100%;
  font-family: inherit;
  border-radius: 1px;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 0em) and (max-width: 40em) {
  form input,
  form textarea {
    padding: 7px 6px;
  }
}
form select {
  font: normal normal normal 20px/normal "ProximaNova-Regular" !important;
  font-size: .8em !important;
  border: 1px solid #d8d8d8;
  width: 100%;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  height: 40px;
  background: rgba(245, 245, 245, 0.3);
}
form select option {
  font-family: "ProximaNova-Regular";
}
form input [type="text"] {
  display: block;
  width: 300px;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 5px;
  background: white;
  padding: 7px 10px;
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
  transition: all 0.1s ease-in;
  border: 1px solid #2d67b2;
}
form input[type=radio] {
  -webkit-transform: 0;
          transform: 0;
  border-radius: 0;
  box-shadow: 0;
}
form label {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  font-family: "ProximaNova-Semibold", Arial, sans-serif;
}

textarea.textarea-small {
  min-height: 100px;
  height: 100px;
  max-height: 100px;
}

/*
========================
Labels
========================
*/
.long-label {
  width: 70%;
  margin: 1em 0 2em 0 !important;
}
@media (min-width: 0em) and (max-width: 40em) {
  .long-label {
    width: 100%;
  }
}

label.error {
  width: 100% !important;
}

label.error {
  color: red;
  padding-top: 8px;
  margin-bottom: 0;
  width: 40%;
}

input.error {
  border: 1px solid red;
}

.checkbox-fieldset {
  clear: both;
  display: block;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
.checkbox-fieldset .error {
  display: inline-block !important;
  width: auto !important;
}
.checkbox-fieldset input {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  float: left;
  width: auto;
  vertical-align: middle;
  margin-bottom: 0;
}
.checkbox-fieldset label {
  padding-top: 0;
  margin-left: 1em;
  display: block;
  float: left;
}

input[type="radio"] {
  -webkit-appearance: radio !important;
  appearance: radio !important;
  float: left;
  width: auto;
  vertical-align: middle;
  margin-bottom: 0;
}

.radio-group {
  margin-bottom: .5em;
  position: relative;
}

.form-group-last {
  margin-top: 2em;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.two-input {
  float: left;
  width: 50%;
}

.two-input:first-of-type {
  padding-right: 10px;
}

.two-input:last-of-type {
  padding-left: 10px;
}

.three-input {
  float: left;
  width: 33%;
}

.three-input:first-of-type {
  padding-right: 10px;
}

.three-input:last-of-type {
  padding-left: 10px;
}

select {
  font-size: 1em;
  font-family: inherit;
  margin-bottom: 1em;
}

.radio-group {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  margin-top: 1em;
}
.radio-group input {
  margin-right: 12px;
  font-size: 12px;
  display: inline;
}
.radio-group label {
  margin-bottom: 0;
  font-size: .9em;
  display: inline;
  position: relative;
  bottom: 3px;
}

/*
========================
Errors
========================
*/
label.error {
  color: #aa222c !important;
  display: block;
}

form input[type=submit],
.button-reg {
  background: #2d67b2;
  color: white;
  padding: 0 2em;
  font-family: inherit;
  text-transform: capitalize;
  overflow: hidden;
  margin-top: .8em;
  cursor: pointer;
  border-radius: 1px;
  height: 36px;
  line-height: 36px;
  transition: all 0.2s ease-out;
  border: 0 !important;
  vertical-align: middle;
  display: block;
  letter-spacing: .5px;
  width: 100%;
  font-size: .9em;
  outline: none;
  font-weight: 400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 0em) and (max-width: 40em) {
  form input[type=submit],
  .button-reg {
    height: 36px;
  }
}
form input[type=submit]:hover,
.button-reg:hover {
  background: #285b9e;
  transition: all 0.2s ease-in;
}

/*
========================
Modules-Subnav
========================
*/
/*********************
Subnav
*********************/
nav.subnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  margin-top: .5em;
  margin-bottom: 1.5em;
  background: #3399cc;
}
nav.subnav.three-stack a {
  width: 33.33%;
}
@media (min-width: 0em) and (max-width: 40em) {
  nav.subnav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}
nav.subnav a {
  width: 25%;
  color: #fff !important;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 0em) and (max-width: 40em) {
  nav.subnav a {
    width: 100%;
    padding: 8px 3px;
  }
}
nav.subnav a:nth-child(1) {
  background: #3399cc;
}
nav.subnav a:nth-child(2) {
  background: #2e8ab8;
}
nav.subnav a:nth-child(3) {
  background: #47a3d1;
}
nav.subnav a:nth-child(4) {
  background: #2b81ab;
}
nav.subnav a:nth-child(5) {
  background: #54a9d4;
}
nav.subnav a:nth-child(6) {
  background: #28779f;
}
nav.subnav a:nth-child(7) {
  background: #60afd7;
}

nav.about {
  background: #2d67b2;
}
nav.about a {
  width: 33.3%;
}
nav.about a:nth-child(1) {
  background: #3399cc;
}
nav.about a:nth-child(2) {
  background: #2e8ab8;
}
nav.about a:nth-child(3) {
  background: #47a3d1;
}
nav.about a:nth-child(4) {
  background: #2b81ab;
}
nav.about a:nth-child(5) {
  background: #54a9d4;
}
nav.about a:nth-child(6) {
  background: #28779f;
}

nav.weekly-broadcast {
  background: #2d67b2;
}
nav.weekly-broadcast a:nth-child(1) {
  background: #2d67b2;
}
nav.weekly-broadcast a:nth-child(2) {
  background: #285b9e;
}
nav.weekly-broadcast a:nth-child(3) {
  background: #3273c6;
}

nav.radio {
  background: #cc6633;
}
nav.radio a:nth-child(1) {
  background: #cc6633;
}
nav.radio a:nth-child(2) {
  background: #b85c2e;
}
nav.radio a:nth-child(3) {
  background: #d17547;
}
nav.radio a:nth-child(4) {
  background: #ab562b;
}

.posts-archive-hero + .subnav {
  margin-top: 0;
}

/*
========================
Modules-Popup
========================
*/
.overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
}

.popup {
  background: #fff;
  border: 2px solid whitesmoke;
  height: 500px;
  width: 450px;
  position: fixed;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 10%;
  z-index: 9999;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
.popup .wrapper {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.popup .wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.popup img {
  display: block;
  margin: 0 auto 1em auto;
  width: 150px;
}
.popup input {
  display: block;
  font-family: inherit;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 5px 8px;
  width: 100%;
  text-align: center;
}
.popup input:focus {
  outline: none;
}
.popup p {
  margin-bottom: 1.5em;
  font-size: 1.1em;
}
.popup input[type="submit"] {
  width: 100%;
  display: block;
  margin: .5em auto;
  font-family: inherit;
  border: 0;
  background: #2d67b2;
  color: #fff;
  padding: 12px 8px;
  font-size: 1em;
  cursor: pointer;
}

.popup .button-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5em;
}
.popup .button-row a {
  font-size: .8em;
  display: block;
  width: 50%;
  color: #fff;
  padding: 10px 0;
}
.popup .button-row a:first-of-type {
  background: #aa222c;
}
.popup .button-row a:last-of-type {
  background: #951e27;
}

/*
========================
Modules-Player
========================
*/
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.mejs-container * {
  outline: none;
}

.mejs-container:focus {
  outline: none;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  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);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: darkgray;
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url(jumpforward.png) no-repeat;
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(skipback.png) no-repeat;
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Skip Back */
/*
========================
Partials-Header
========================
*/
@media (min-width: 64.00001em) {
  .site-nav.fixed {
    position: fixed !important;
    z-index: 9999;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    clip: unset !important;
    border-bottom: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}

.site-header img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header img {
    width: 30%;
    margin-bottom: 1em;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header img {
    width: 150px;
    margin-bottom: 1em;
  }
}
.site-header p {
  padding-left: 15px;
  margin-bottom: .5em;
  font-size: 1.08em;
  line-height: 1.25;
  width: 90%;
  font-weight: 200;
  font-family: 'ProximaNova-Light', Arial, sans-serif;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header p {
    display: none;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header p {
    font-size: .9em;
    display: none;
  }
}
.site-header a {
  color: #fff;
  font-weight: 600;
}

.site-header .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header .wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header .wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-header nav {
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: 5px solid whitesmoke;
  overflow: hidden;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
  }
}
.site-header nav a {
  font-size: 1.2em;
  padding: 3px 15px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-header nav a {
    text-align: left;
    width: 100%;
    margin-bottom: 1px;
    padding: 10px 5px;
    display: block;
    font-size: 1.1em;
    height: 55px;
    min-height: 50px;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-header nav a {
    font-size: 1.15em;
    padding: 12px 5px;
  }
}

.header-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 5px;
  margin-bottom: 1.5em;
  margin-top: -1.6em;
}
@media (min-width: 0em) and (max-width: 40em) {
  .header-border {
    display: none;
  }
}
.header-border a {
  color: transparent;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2em;
  padding: 3px 15px;
  text-align: center;
  line-height: .1em;
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .header-border a {
    font-size: .9em;
  }
}

.nav-toggle {
  display: block;
  color: #2d67b2 !important;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background: whitesmoke;
  font-size: 1.2em;
  padding: 8px 0px;
}

.nav-toggle.active + .site-nav {
  margin-top: 0;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1025px) {
  .js .nav-collapse {
    position: relative;
  }

  .js .nav-collapse.closed {
    max-height: none;
  }

  .nav-toggle {
    display: none;
  }
}
.social-icons {
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 40em) {
  .social-icons {
    margin-bottom: 10px;
  }
}
.social-icons a {
  font-size: 24px;
  margin: 0 4px;
}

i.facebook {
  color: #cc3439;
}

i.youtube {
  color: #cc3439;
}

i.twitter {
  color: #cc3439;
}

i.instagram {
  color: #cc3439;
}

i.tumblr {
  color: #cc3439;
}

i.linkedin {
  color: #cc3439;
}

i.plane {
  color: #cc3439;
}

/*
========================
Partials-Page
========================
*/
main {
  background: #fff;
  margin-top: 1.5em;
  min-height: 500px;
}
main b {
  color: #404040;
}

/*
========================
Colors
========================
*/
.bg-about {
  background: #3399cc;
}

.color-about {
  color: #aa222c;
}

.bg-default {
  background: #3399cc;
}

.bg-broadcast {
  background: #2d67b2;
}

.color-broadcast {
  color: #2d67b2;
}

.bg-articles {
  background: #cc0033;
}

.color-articles {
  color: #cc0033;
}

.bg-radio {
  background: #cc6633;
}

.color-radio {
  color: #aa222c;
}

.bg-tv {
  background: #cc9900;
}

.color-tv {
  color: #cc9900;
}

.bg-contact {
  background: #3399cc;
}

.bg-donate {
  background: #2b81ab;
}

.color-contact {
  color: #3399cc;
}

.content-wrapper.row {
  overflow: visible;
}

.page {
  padding-bottom: 50px;
  overflow: hidden;
}
.page p, .page ul, .page ol {
  font-size: 1.1em;
}
@media (min-width: 0em) and (max-width: 40em) {
  .page p, .page ul, .page ol {
    font-size: 1em;
  }
}
.page a {
  font-weight: 600;
  color: #3399cc;
}
.page h1, .page h2, .page h3, .page h4 {
  color: #3399cc;
}
.page h1, .page h2, .page h3 {
  margin-bottom: .5em;
}
.page ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.page li {
  margin-bottom: .5em;
}

.tv h3 > a {
  color: #cc9900;
}
.tv a {
  color: #cc9900 !important;
  font-weight: 600;
}

.radio h3 > a {
  color: #cc6633;
}
.radio a {
  color: #cc6633;
  font-weight: 600;
}

.broadcast h3 > a {
  color: #2d67b2;
}
.broadcast a {
  color: #2d67b2 !important;
}

/*********************
Featured Post
*********************/
.featured-post-author {
  font-size: 1.15em !important;
}

.featured-post-author-block {
  clear: both;
  margin-bottom: .5em;
  display: block;
  overflow: hidden;
}
.featured-post-author-block:first-of-type {
  margin-top: 1em;
}
.featured-post-author-block:last-of-type {
  margin-bottom: 1em;
}

.featured-post {
  padding-bottom: 10px;
}
.featured-post h2 {
  font-size: 2.3em;
  margin-top: .5em;
  line-height: 1.2;
  margin-bottom: .5em;
}
@media (min-width: 0em) and (max-width: 40em) {
  .featured-post h2 {
    font-size: 2em;
  }
}
.featured-post p {
  font-size: 1em;
}
@media (min-width: 0em) and (max-width: 40em) {
  .featured-post p {
    font-size: .9em;
  }
}
.featured-post a {
  font-weight: 600;
  color: #2d67b2;
  font-size: 1em;
}
.featured-post figure {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  border: 2px solid whitesmoke;
}
@media (min-width: 0em) and (max-width: 40em) {
  .featured-post figure {
    height: 90px;
    width: 90px;
  }
}

.featured-post-date {
  background: #2d67b2;
  color: #fff;
  padding: 5px 8px;
  margin-bottom: 0;
  font-weight: 600;
}

.featured-post-image {
  height: 500px;
  width: 100%;
  background: url("../videos/day1-weekly-broadcast-parallax.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 0em) and (max-width: 40em) {
  .featured-post-image {
    height: 250px;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .featured-post-image {
    height: 300px;
  }
}

.featured-post header {
  border-bottom: 3px solid whitesmoke;
  overflow: hidden;
  margin-bottom: 1.5em;
  padding-bottom: 10px;
  padding-top: 10px;
}
.featured-post header p {
  margin-bottom: 0;
}

.featured-post-body {
  padding-left: 30px;
}

/*
========================
Sidebar
========================
*/
.site-header + .posts-archive-hero {
  margin-bottom: 0;
  margin-top: -1em;
}

.posts-archive-hero + main {
  margin-top: 2.5em;
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .posts-archive-hero + main {
    margin-top: 1em;
  }
}

.video-wrapper {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.speaker h1 {
  color: #3399cc;
  margin-bottom: .2em;
}
.speaker header {
  margin-bottom: 1.5em;
}
.speaker header a {
  color: #3399cc;
  font-weight: 600;
}

.speaker-image {
  height: 120px;
  width: 120px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  border-radius: 100%;
  border: 2px solid #e6e6e6;
}

/*
========================
Denominations
========================
*/
.page-block {
  margin-bottom: 1em;
}
.page-block h2 {
  margin-bottom: .1em;
}

/*
========================
Table
========================
*/
table.table-colored {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
table.table-colored tbody {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
table.table-colored tr:nth-child(even) {
  background: whitesmoke;
}
table.table-colored th {
  color: #fff;
  padding: 5px 0 5px 5px;
  text-align: left;
}
table.table-colored th:last-of-type {
  padding-right: 8px;
  padding-left: 0;
}
table.table-colored td {
  padding: 5px;
}
table.table-colored thead {
  background: #3399cc;
}
table.table-colored figure {
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 100%;
  margin-right: 8px;
  border: 2px solid #e6e6e6;
}
table.table-colored td {
  font-size: .9em;
}
table.table-colored p {
  font-size: 1em;
  margin-bottom: 0;
}
table.table-colored span {
  display: block;
}

.cell-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-row figure {
  border: 2px solid whitesmoke;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .author-row p {
    padding-left: .5em;
  }
}

/*
========================
Speakers Index
========================
*/
.speaker-row {
  margin-bottom: 1.5em;
}

/*
========================
Ad
========================
*/
.ad {
  margin-bottom: 1em;
}

.ad-full-container {
  overflow: hidden;
}

/*
========================
Speaker Table
========================
*/
.speaker-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.speaker-row figure {
  margin-right: 10px;
}

.video-weekly-broadcast {
  background: url("../videos/day1-weekly-broadcast-parallax.jpg") no-repeat center center;
  background-size: cover;
}

.video-articles {
  background: url("../videos/day1-article-parallax.jpg") no-repeat center center;
  background-size: cover;
}

.video-videos {
  background: url("../videos/day1-video-parallax.jpg") no-repeat center center;
  background-size: cover;
}

.video-audio {
  background: url("../videos/day1-audio-parallax.jpg") no-repeat center center;
  background-size: cover;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.overlay h1 {
  font-size: 5em;
  color: #fff;
}
.overlay p {
  color: #fff;
  font-size: 1.25em;
  width: 60%;
  margin: 0 auto;
}

/*
========================
Partials-Post
========================
*/
.post audio {
  width: 100%;
  margin-bottom: 1.5em;
}

.post-actions {
  font-size: 1.05em;
}

.post.article h1, .post.article a {
  color: #cc0033;
}
.post.article p > a {
  font-weight: 600;
}

.post.radio h1, .post.radio a {
  color: #cc6633;
}
.post.radio p > a {
  font-weight: 600;
}

.post.tv h1, .post.tv a {
  color: #cc9900;
}
.post.tv p > a {
  font-weight: 600;
}

.post {
  overflow: hidden;
  padding-bottom: 60px;
}
.post h1 {
  margin-bottom: .1em;
  line-height: 1.3;
}
.post time {
  display: block;
  margin-bottom: 1em;
}
.post p {
  font-size: 1.15em;
}
@media (min-width: 0em) and (max-width: 40em) {
  .post p {
    font-size: 1em;
  }
}

@media (min-width: 0em) and (max-width: 40em) {
  .post-author-meta {
    margin-top: 1em;
  }
}

.post header {
  margin-bottom: 1.5em;
  border-bottom: 2px solid whitesmoke;
  padding-bottom: .5em;
}
.post header figure {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  border: 2px solid whitesmoke;
}

.post-body {
  margin-left: .833333%;
  clear: both;
}
.post-body p {
  font-size: 1.15em;
}
.post-body ul, .post-body ol {
  margin-left: 1em;
}

/*********************
TV Post
*********************/
.tv-player {
  height: 500px;
  width: 100%;
  margin-bottom: 1em;
}

/*
========================
Partials-Archive
========================
*/
.archive-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive-row p {
  font-size: .9em;
  margin-bottom: 0;
}
.archive-row a {
  color: #2d67b2;
}
.archive-row time {
  display: block;
  margin-bottom: 1em;
  font-size: .9em;
}
.archive-row h3 {
  line-height: 1.3;
  padding-bottom: .2em;
  font-size: 1.2em;
  margin-bottom: .1em;
}
.archive-row div {
  margin-bottom: 50px;
  padding: 0 2px 20px 2px;
  border-bottom: 10px solid whitesmoke;
}
.archive-row figure {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-size: cover;
  float: left;
  margin-right: 10px;
  border: 2px solid #e6e6e6;
}
.archive-row .row {
  clear: both;
  display: block;
  margin-bottom: .5em;
}

.archive-author {
  margin-bottom: .5em !important;
}

.radio .archive-author a {
  color: #cc6633;
}

.archive-category {
  background: #3a7bcd;
  color: #fff;
  padding: 8px;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0;
}

.archive-view-all {
  margin-bottom: 2em;
  padding: 8px;
  font-size: .9em;
  font-weight: 600;
  color: #fff;
  background: #6b9bda;
}
.archive-view-all a {
  color: #fff !important;
}

.archive-category.articles {
  background: #cc0033;
}

.archive-view-all.articles {
  background: #990026;
}

.archive-more-link.articles a {
  background: #cc0033;
}

.articles h3 > a {
  color: #cc0033;
}
.articles a {
  color: #cc0033;
  font-weight: 600;
}

.archive-category.tv {
  background: #cc9900;
}

.archive-view-all.tv {
  background: #997300;
}

.archive-more-link.tv a {
  background: #cc9900;
}

.posts-archive h1 {
  margin-bottom: 1em;
  border-bottom: 5px solid whitesmoke;
}

.posts-archive-post {
  border-bottom: 4px solid whitesmoke;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.posts-archive-post h2 {
  margin-bottom: .1em;
}
.posts-archive-post time {
  display: block;
  margin-bottom: 1em;
}
.posts-archive-post figure {
  border: 2px solid whitesmoke;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.posts-archive-post p > a {
  font-weight: 600;
}
.posts-archive-post p {
  font-size: 1.1em;
}
.posts-archive-post span {
  display: block;
  overflow: hidden;
  display: block;
  margin-bottom: .5em;
}

.posts-archive.articles h1 {
  color: #cc0033;
}
.posts-archive.articles a {
  color: #cc0033;
}

.posts-archive.tv h1 {
  color: #cc9900;
}
.posts-archive.tv a {
  color: #cc9900;
}

.posts-archive.radio h1 {
  color: #cc6633;
}
.posts-archive.radio a {
  color: #cc6633;
}

.posts-archive.broadcast h1 {
  color: #2d67b2;
}
.posts-archive.broadcast a {
  color: #2d67b2;
}

.author-row {
  margin-bottom: .8em;
}

.archive-category.radio {
  background: #cc6633;
}

.archive-view-all.radio {
  background: #a35229;
}

.archive-more-link.radio a {
  background: #cc6633;
}

.archive-more-link {
  text-align: center;
  margin-bottom: 3em;
}
.archive-more-link a {
  display: inline-block;
  background: #4380cf;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: .9em;
}

.posts-archive-hero {
  height: 600px;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid whitesmoke;
}
@media (min-width: 0em) and (max-width: 40em) {
  .posts-archive-hero {
    height: 350px;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .posts-archive-hero {
    height: 450px;
  }
}
.posts-archive-hero h1 {
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  font-size: 3em;
}
@media (min-width: 0em) and (max-width: 40em) {
  .posts-archive-hero h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .posts-archive-hero h1 {
    font-size: 2.2em;
  }
}
.posts-archive-hero video {
  display: inline-block;
  width: 100%;
}
.posts-archive-hero .wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 40em) {
  .posts-archive-hero .wrapper {
    height: 350px;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .posts-archive-hero .wrapper {
    height: 350px;
  }
}

/*
========================
Partials-Radio
========================
*/
.mejs-audio {
  width: 100% !important;
  margin-bottom: 1.5em;
  background: #cc6633;
}

/*
========================
Partials-Footer
========================
*/
.site-footer {
  border-top: 4px solid whitesmoke;
  padding: 0;
  position: relative;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-footer {
    margin-top: 1.5em;
    padding-bottom: 50px;
  }
}
.site-footer p {
  font-size: .9em;
  margin-bottom: 0;
}
.site-footer img {
  width: 95%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-footer img {
    margin-bottom: 1em;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-footer img {
    margin-bottom: 1em;
  }
}
.site-footer ul {
  margin-left: .5em;
}
.site-footer a {
  color: #2d67b2;
  font-weight: 600;
}
.site-footer small {
  display: block;
  margin-top: .8em;
}
.site-footer .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 0em) and (max-width: 40em) {
  .site-footer .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .site-footer .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

nav.footer-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5em;
}
@media (min-width: 0em) and (max-width: 40em) {
  nav.footer-nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
nav.footer-nav a {
  font-size: 1.2em;
  padding: 3px 15px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
}
@media (min-width: 0em) and (max-width: 40em) {
  nav.footer-nav a {
    text-align: left;
    width: 100%;
    margin-bottom: 1px;
    padding: 10px 5px;
    display: block;
    font-size: 1.1em;
  }
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  nav.footer-nav a {
    font-size: .9em;
  }
}

.footer-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 5px;
  margin-top: 1.5em;
  bottom: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 0em) and (max-width: 40em) {
  .footer-border {
    display: none;
  }
}
.footer-border a {
  color: transparent;
  line-height: .1em;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2em;
  padding: 3px 15px;
  text-align: center;
}
@media (min-width: 40.00001em) and (max-width: 64em) {
  .footer-border a {
    font-size: .9em;
  }
}
