@charset "UTF-8";
/*
Theme Name: BRM Premium
Author: Paddy O'Hanlon
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skillpay_premium
Domain Path: /languages/
*/
/* latin-ext */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url("//fonts.gstatic.com/s/oswald/v10/Qw6_9HvXRQGg5mMbFR3Phn-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url("//fonts.gstatic.com/s/oswald/v10/_P8jt3Y65hJ9c4AzRE0V1H-_kf6ByYO6CLYdB4HQE-Y.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

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

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

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

.fa-hacker-news:before {
  content: "\f1d4";
}

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

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

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

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

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

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

.fa-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";
}

.author-box img {
  border-radius: 50%;
}

.author-box, #newsletter-signup-widget, blockquote {
  background: #F5F5F5;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}

/* Bootstrap Modal */
.bootstrap-modal-open {
  overflow: hidden;
}

.bootstrap-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.bootstrap-modal.fade .bootstrap-modal-dialog {
  transform: translate3d(0, -25%, 0);
  transition: transform 0.3s ease-out;
}

.bootstrap-modal.in .bootstrap-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-modal-open .bootstrap-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.bootstrap-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.bootstrap-modal-content {
  position: relative;
  background-color: #f2f2f2;
  border-top: 10px solid #466BB0;
  box-shadow: 0 0 10px #999;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.bootstrap-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.bootstrap-modal-header .close {
  margin-top: -2px;
}

.bootstrap-modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.bootstrap-modal-body {
  position: relative;
  padding: 25px;
  overflow-y: auto;
}

.bootstrap-modal-body h3 {
  margin-top: 25px;
}

.bootstrap-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.bootstrap-modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.bootstrap-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.bootstrap-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.bootstrap-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .bootstrap-modal-dialog {
    width: 700px;
    margin: 15% auto 30px auto;
  }
  .bootstrap-modal-dialog.modal-dialog-big {
    width: 940px;
  }
  .bootstrap-modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bootstrap-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-modal-lg {
    width: 900px;
  }
}
/* #Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .optin-form-container.below-video-form:before, .author-box:before, .fluid-col-container:before, .row:before, .container:before, .sub-menu a:before, #newsletter-signup-widget:before, blockquote:before, .bootstrap-modal-footer:before,
.clearfix:after,
.optin-form-container.below-video-form:after,
.author-box:after,
.fluid-col-container:after,
.row:after,
.container:after,
.sub-menu a:after,
#newsletter-signup-widget:after,
blockquote:after,
.bootstrap-modal-footer:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after, .optin-form-container.below-video-form:after, .author-box:after, .fluid-col-container:after, .row:after, .container:after, .sub-menu a:after, #newsletter-signup-widget:after, blockquote:after, .bootstrap-modal-footer:after {
  clear: both;
}

.clearfix, .optin-form-container.below-video-form, .author-box, .fluid-col-container, .row, .container, .sub-menu a, #newsletter-signup-widget, blockquote, .bootstrap-modal-footer {
  zoom: 1;
}

/* #Basic Styles
================================================== */
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: none;
  color: #2e2d2c;
  line-height: 1.7em;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background: #FFF7B6;
  color: black;
}

abbr {
  border-bottom: 1px dotted #d7d4d3;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2e2d2c;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited {
  color: #2e2d2c;
}

h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active {
  color: #466BB0;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.5em;
  margin: 0 auto 16px;
  clear: both;
}

h2, .h2 {
  font-size: 26px;
  margin-bottom: 23px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 35px;
  margin: 0 auto 15px 0;
  text-align: left;
}

h4, .h4 {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px 0;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #d7d4d3;
  padding-bottom: 8px;
}

h5, .h5 {
  border-bottom: none;
  font-size: 18px;
  line-height: 1.25em;
  padding-bottom: 1em;
}

h6, .h6 {
  font-size: 16px;
  padding-bottom: 1em;
}

.footer h6 {
  color: #f2ede3;
}

p {
  margin: 15px 0;
  font-style: normal;
  line-height: 1.7em;
}

p img {
  margin: 0;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 90%;
}

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
}

blockquote {
  margin: 20px 0 20px 5%;
  padding: 9px 20px 0 19px;
  border-left: 2px solid #466BB0;
  width: 95%;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #d7d4d3;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0;
}

.title-breaker {
  background: #466BB0;
  color: #fff;
  font-size: 1.1em;
  padding: 2%;
  font-style: italic;
  text-align: center;
  margin: 15px 0 28px 0;
  font-weight: bold;
  font-family: sans-serif;
}

.hr-padding {
  margin: 25px 0;
}

.jumbo-h1 {
  font-size: 35px;
}

.related-heading {
  border-bottom: 5px solid #e4e4e4;
  padding-bottom: 3px;
}

/* #Links
================================================== */
a,
a:visited {
  color: #466BB0;
  text-decoration: none;
  outline: 0;
}

a:hover,
a:focus {
  color: #37558c;
}

/* #Lists
================================================== */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: circle outside;
}

ol {
  list-style: decimal-leading-zero;
}

ul, ol {
  margin-left: 30px;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

.entry-content p {
  overflow-x: hidden;
}
.entry-content p a {
  text-decoration: underline !important;
}
.entry-content p a:hover {
  text-decoration: none !important;
}
.entry-content ul {
  list-style: none;
  margin-left: 5%;
}
.entry-content ul ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 25px;
}
.entry-content ul ul li {
  margin-left: 2.9em;
}
.entry-content ul ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content ul li {
  position: relative;
  margin: 0 0 1.5em 4.3em;
  padding: 4px 8px;
  list-style: none;
}
.entry-content ul li:before {
  content: "";
  height: 2em;
  width: 2em;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/tick.svg);
  background-position: center;
  position: absolute;
  top: -7px;
  left: -2.5em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 10px;
  font-size: 1.4em;
}
.entry-content ol {
  counter-reset: li; /* Initiate a counter */
  margin-left: 5%;
  padding-left: 0; /* Remove the default left padding */
}
.entry-content ol ol {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 25px;
}
.entry-content ol ol li {
  margin-left: 2.85em;
}
.entry-content ol ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content ol li {
  position: relative;
  margin: 0 0 1.5em 2em;
  padding: 4px 8px;
  list-style: none;
}
.entry-content ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -7px;
  left: -2.5em;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 10px;
  color: #fff;
  background: #2e2d2c;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  font-size: 1.4em;
}

.tag-list {
  margin-left: 0;
  background: url(../../img/tags.png) 0 3px no-repeat;
  background-size: 24px 19px;
  padding-left: 28px;
}

.tag-list li {
  display: inline;
  list-style: none;
  text-transform: capitalize;
}

.tag-list li:after {
  content: ", ";
}

.tag-list li:last-child:after {
  content: "";
}

.top-level-menu {
  list-style: none;
  margin: 0;
}
.top-level-menu > li {
  font-size: 17px;
  margin: 0;
  position: relative;
}
.top-level-menu > li > a {
  display: block;
  padding: 13px;
  position: relative;
}
.top-level-menu > li > a, .top-level-menu > li > a:link, .top-level-menu > li > a:visited {
  color: #fff;
}
.top-level-menu > li > a:hover, .top-level-menu > li > a:focus, .top-level-menu > li > a:active {
  background: #0f1c2d;
  background: rgba(0, 0, 0, 0.5);
}

#primary-navigation {
  float: left;
  padding: 10px 10px 0 10px;
}
#primary-navigation > li {
  float: left;
}
#primary-navigation .menu-item-has-children > a {
  padding-right: 30px;
}

.sub-menu {
  display: none;
  background: #eaeaea;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 44px;
  z-index: 999999;
  width: 300px;
}
.sub-menu li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
.sub-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sub-menu a {
  display: block;
}
.sub-menu a,
.sub-menu a:link,
.sub-menu a:visited {
  color: #2e2d2c;
}

.sub-menu-img {
  display: block;
  float: left;
  height: auto;
  padding-right: 10px;
  width: 125px;
}

.sub-menu-title {
  display: block;
  float: left;
  width: 155px;
}

.sub-menu-caret {
  display: inline-block;
  font-family: "FontAwesome";
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}

.test {
  background: #0f0;
}

.sub-menu-caret:before {
  content: "\f107";
}

.sub-menu-caret {
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  right: 15px;
  z-index: 99;
}

.banner {
  background: #1d3249 url(../../img/bg-header.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}

.banner-end-mobile {
  float: right;
}

.banner-end-desktop {
  float: right;
  margin-top: 11px;
  width: 33%;
}

.social-list {
  margin: 2px 0 0 0;
  text-align: center;
  float: right;
  height: 25px;
}
@media only screen and (min-width: 1020px) {
  .social-list {
    height: 29px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1162px) {
  .social-list {
    height: 36px;
    margin-top: 2px;
  }
}
.social-list li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0 3px;
}
.social-list li:first-child {
  padding-left: 0;
}
.social-list li:last-child {
  padding-right: 0;
}
.social-list a:hover.social-icon-twitter,
.social-list a:focus.social-icon-twitter,
.social-list a:active.social-icon-twitter {
  background-color: #0ba9eb;
}
.social-list a:hover.social-icon-facebook,
.social-list a:focus.social-icon-facebook,
.social-list a:active.social-icon-facebook {
  background-color: #2573a7;
}
.social-list a:hover.social-icon-instagram,
.social-list a:focus.social-icon-instagram,
.social-list a:active.social-icon-instagram {
  background-color: #614a3e;
}
.social-list a:hover.social-icon-pinterest,
.social-list a:focus.social-icon-pinterest,
.social-list a:active.social-icon-pinterest {
  background-color: #be0001;
}

.social-icon {
  border-radius: 24px;
  float: left;
  font-size: 22px;
  letter-spacing: -0.1em;
  text-align: center;
  line-height: 19px;
  width: 24px;
  height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon .fa {
  color: #fff;
  font-size: 16px;
  position: relative;
  right: 1px;
  top: 1px;
}
.social-icon .fa-facebook {
  top: 2px;
}
@media only screen and (min-width: 1020px) {
  .social-icon {
    line-height: 21px;
    width: 27px;
    height: 27px;
    top: 2px;
  }
  .social-icon .fa {
    font-size: 17px;
  }
  .social-icon .fa-facebook {
    top: 3px;
  }
}
@media only screen and (min-width: 1162px) {
  .social-icon {
    line-height: 33px;
    width: 36px;
    height: 36px;
  }
  .social-icon .fa {
    font-size: 22px;
    top: 2px;
  }
}

.social-icon-large {
  border-radius: 24px;
  float: left;
  font-size: 1.45em;
  height: 48px;
  letter-spacing: -0.1em;
  line-height: 2.15em;
  text-align: center;
  width: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-icon-large .fa {
  color: #fff;
  font-size: 28px;
  position: relative;
  right: 1px;
  top: 2px;
}
.social-icon-large .fa-facebook {
  top: 2px;
}

.container ul.social-list-large {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .container ul.social-list-large {
    margin-top: -33px;
  }
}
@media only screen and (min-width: 1020px) {
  .container ul.social-list-large {
    margin-top: -34px;
  }
}
@media only screen and (min-width: 1162px) {
  .container ul.social-list-large {
    margin-top: 36px;
  }
}
.container ul.social-list-large li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0 3px;
}
.container ul.social-list-large li:first-child {
  padding-left: 0;
}
.container ul.social-list-large li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1161px) {
  .container ul.social-list-large li.social-link {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.container ul.social-list-large a:hover.social-icon-twitter,
.container ul.social-list-large a:focus.social-icon-twitter,
.container ul.social-list-large a:active.social-icon-twitter {
  background-color: #0ba9eb;
}
.container ul.social-list-large a:hover.social-icon-facebook,
.container ul.social-list-large a:focus.social-icon-facebook,
.container ul.social-list-large a:active.social-icon-facebook {
  background-color: #2573a7;
}
.container ul.social-list-large a:hover.social-icon-instagram,
.container ul.social-list-large a:focus.social-icon-instagram,
.container ul.social-list-large a:active.social-icon-instagram {
  background-color: #614a3e;
}
.container ul.social-list-large a:hover.social-icon-pinterest,
.container ul.social-list-large a:focus.social-icon-pinterest,
.container ul.social-list-large a:active.social-icon-pinterest {
  background-color: #be0001;
}

.social-icon-twitter {
  background-color: #16b3f4;
}

.social-icon-facebook {
  background-color: #297fb8;
}

.social-icon-instagram {
  background-color: #6d5346;
}

.social-icon-pinterest {
  background-color: #d20001;
}

.social-link h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .social-link {
    position: relative;
    top: 8px;
    vertical-align: top;
  }
}

figure img,
.single p img {
  height: auto;
  max-width: 100%;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 5px auto;
  height: auto;
  text-align: center;
}

.alignleft,
.alignright {
  margin-bottom: 5px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 5px;
  }
  .alignright {
    float: right;
    margin-left: 5px;
  }
}
.responsive-videos iframe,
.alternate-embeds iframe {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}
.responsive-videos iframe#jwp-global-frame,
.alternate-embeds iframe#jwp-global-frame {
  display: none !important;
}

.twitter-tweet,
.twitter-video,
.instagram-media {
  margin: 0 auto !important;
}

.alternate-embeds {
  margin-bottom: 15px;
  text-align: center;
}

.youtube-video {
  margin-bottom: 15px;
}

.fb-video {
  position: relative;
  top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.fb-video span,
.fb-video iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.fb-post {
  position: relative;
  top: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.oembed {
  margin: 1.5em auto;
  text-align: center;
}
.oembed #fb-root + p {
  display: none;
}

/* #Buttons
================================================== */
a.button,
button,
input[type=submit],
input[type=reset],
input[type=button],
.action_button,
a.action_button,
input.action_button[type=submit],
input.action_button[type=button] {
  background: #466BB0;
  color: #fff;
  border: 0;
  padding: 8px 20px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 500ms ease 0s;
  -webkit-appearance: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  white-space: normal;
}

a.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background: #3d4247;
  transition: all 500ms ease 0s;
}

/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=search],
textarea,
select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 9px;
  outline: none;
  border-radius: 2px;
  font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  appearance: none;
}

select {
  cursor: pointer;
  -webkit-padding-end: 30px;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
}

input[type=number] {
  padding: 5px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

label,
legend {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
}

textarea {
  width: 95%;
}

input.contact_email {
  width: 230px;
  display: inline;
}

#tag_filter {
  margin-bottom: 0;
  float: right;
  width: auto;
  display: none;
}

/* #Tables
================================================== */
table a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

table a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

table a:active,
table a:hover {
  color: #bd5a35;
  text-decoration: underline;
}

table {
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  border: #ccc 1px solid;
  margin-bottom: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

table img {
  max-width: inherit !important;
}

table th {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
  text-align: left;
  padding-left: 20px;
}

table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

table tr {
  padding-left: 12px;
}

table tr td:first-child {
  text-align: left;
  padding-left: 12px;
  border-left: 0;
}

table tr td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr td.value input {
  margin-bottom: 0;
}

table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

/* #Footer
================================================== */
div.footer {
  background-color: #2e2d2c;
  border-top: solid 1px #2e2d2c;
  font-size: 13px;
  line-height: 1.7em;
  color: #857777;
  padding: 10px 0 0 0;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  div.footer {
    padding: 10px 0;
  }
}
.footer p {
  margin-bottom: 10px;
}
.footer p.credits {
  margin-bottom: 0;
}

.footer a {
  color: #f2ede3;
}

.footer a:hover {
  color: #466BB0;
}

.contact-form {
  margin-bottom: 0;
}

.footer ul {
  list-style: none outside;
  margin-left: 0;
}

.footer li {
  padding: 6px 0;
  list-style: none outside none;
  margin-bottom: 0;
}

.footer ul.footer_menu li:first-child {
  margin-left: 0;
  padding-top: 0;
}

ul.footer_menu {
  margin-bottom: 5px;
}

.credits a {
  border-bottom: 1px solid #857777;
  color: #857777;
}
.credits a:hover {
  color: #fff;
}

.footer .small-print-list li {
  border-right: 1px solid #857777;
  float: left;
  padding: 0 5px;
}
.footer .small-print-list li:first-child {
  padding-left: 0;
}
.footer .small-print-list li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer .small-print-list li a,
.footer .small-print-list li a:link,
.footer .small-print-list li a:visited {
  color: #857777;
  border-bottom: 1px solid #857777;
}
.footer .small-print-list li a:hover,
.footer .small-print-list li a:focus,
.footer .small-print-list li a:active {
  color: #fff;
}

.logo-link {
  float: left;
}

.logo-mobile {
  height: auto;
  margin-top: 9px;
  max-width: 200px;
}

.logo {
  display: block;
}

.paginate {
  text-align: center;
}

.paginate span,
.paginate a {
  border: solid 1px #d7d4d3;
  border-radius: 4px;
  margin: 0 2px 12px 2px;
  padding: 5px 10px;
  display: inline-block;
}

.paginate span:hover {
  color: #3d4247;
}

.paginate .current {
  background-color: #f2f2f2;
}

/*
* Layout
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing
    #Media Queries */
/* #Base 960 Grid (customised to 1102px grid)
================================================== */
.container {
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  width: 90%;
}
@media only screen and (min-width: 480px) {
  .container {
    width: 420px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media only screen and (min-width: 1020px) {
  .container {
    width: 960px;
  }
}
@media only screen and (min-width: 1162px) {
  .container {
    width: 1102px;
  }
}

.banner .container {
  padding: 8px 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
}

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}

.column.omega, .columns.omega {
  margin-right: 0;
}

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px;
}

.container .two.columns {
  width: 100px;
}

.container .three.columns {
  width: 160px;
}

.container .four.columns {
  width: 220px;
}

.container .five.columns {
  width: 280px;
}

.container .six.columns {
  width: 340px;
}

.container .seven.columns {
  width: 400px;
}

.container .eight.columns {
  width: 460px;
}

.container .nine.columns {
  width: 520px;
}

.container .ten.columns {
  width: 580px;
}

.container .eleven.columns {
  width: 640px;
}

.container .twelve.columns {
  width: 700px;
}

.container .thirteen.columns {
  width: 760px;
}

.container .fourteen.columns {
  width: 820px;
}

.container .fifteen.columns {
  width: 880px;
}

.container .sixteen.columns,
#main {
  width: 100%;
}

.container .one-third.column {
  width: 300px;
}

.container .two-thirds.column {
  width: 620px;
}

.container .one-fifth.column {
  width: 172px;
}

/* Offsets */
.container .offset-by-one {
  padding-left: 60px;
}

.container .offset-by-two {
  padding-left: 120px;
}

.container .offset-by-three {
  padding-left: 180px;
}

.container .offset-by-four {
  padding-left: 240px;
}

.container .offset-by-five {
  padding-left: 300px;
}

.container .offset-by-six {
  padding-left: 360px;
}

.container .offset-by-seven {
  padding-left: 420px;
}

.container .offset-by-eight {
  padding-left: 480px;
}

.container .offset-by-nine {
  padding-left: 540px;
}

.container .offset-by-ten {
  padding-left: 600px;
}

.container .offset-by-eleven {
  padding-left: 660px;
}

.container .offset-by-twelve {
  padding-left: 720px;
}

.container .offset-by-thirteen {
  padding-left: 780px;
}

.container .offset-by-fourteen {
  padding-left: 840px;
}

.container .offset-by-fifteen {
  padding-left: 900px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of $break-medium */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column,
  .container .one.columns {
    width: 28px;
  }
  .container .two.columns {
    width: 76px;
  }
  .container .three.columns {
    width: 124px;
  }
  .container .four.columns {
    width: 172px;
  }
  .container .five.columns {
    width: 220px;
  }
  .container .six.columns {
    width: 268px;
  }
  .container .seven.columns {
    width: 316px;
  }
  .container .eight.columns {
    width: 364px;
  }
  .container .nine.columns {
    width: 412px;
  }
  .container .ten.columns {
    width: 460px;
  }
  .container .eleven.columns {
    width: 508px;
  }
  .container .twelve.columns {
    width: 556px;
  }
  .container .thirteen.columns {
    width: 604px;
  }
  .container .fourteen.columns {
    width: 652px;
  }
  .container .fifteen.columns {
    width: 700px;
  }
  .container .one-third.column {
    width: 236px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
  .container .one-fifth.column {
    width: 133px;
  }
  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px;
  }
  .container .offset-by-two {
    padding-left: 96px;
  }
  .container .offset-by-three {
    padding-left: 144px;
  }
  .container .offset-by-four {
    padding-left: 192px;
  }
  .container .offset-by-five {
    padding-left: 240px;
  }
  .container .offset-by-six {
    padding-left: 288px;
  }
  .container .offset-by-seven {
    padding-left: 336px;
  }
  .container .offset-by-eight {
    padding-left: 384px;
  }
  .container .offset-by-nine {
    padding-left: 432px;
  }
  .container .offset-by-ten {
    padding-left: 480px;
  }
  .container .offset-by-eleven {
    padding-left: 528px;
  }
  .container .offset-by-twelve {
    padding-left: 576px;
  }
  .container .offset-by-thirteen {
    padding-left: 624px;
  }
  .container .offset-by-fourteen {
    padding-left: 672px;
  }
  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px;
  }
  .container .one-fifth.column {
    width: 140px;
  }
  .container .one-fifth.column:nth-child(2n) {
    margin-left: 20px;
  }
  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of $break-small */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px;
  }
  .container .one-fifth.column {
    width: 200px;
  }
  .container .one-fifth.column:nth-child(2n) {
    margin-left: 20px;
  }
}
/* Paddy's Fluid Grid */
.wp-post-image {
  height: auto;
  max-width: none;
  width: 100%;
}
.wp-post-image img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 1162px) {
  .fluid-col.fit-336-adblock {
    margin-top: 64px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .featured-adblock {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .fluid-col-container {
    margin: 0 -23px;
  }
}

@media only screen and (min-width: 768px) {
  .fluid-col.fluid-col-half-padding {
    padding: 0 5px;
  }
}
.fluid-col.fluid-col-half-padding.fluid-col-alpha {
  padding-left: 0;
}
.fluid-col.fluid-col-half-padding.fluid-col-omega {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .fluid-col {
    box-sizing: border-box;
    float: left;
    padding: 0 7px;
  }
  .fluid-col-large {
    padding: 0 23px;
  }
  .fluid-col-alpha {
    padding-left: 0;
  }
  .fluid-col-omega {
    padding-right: 0;
  }
  .fluid-col-half {
    width: 50%;
  }
  .fluid-col-one-third {
    width: 33.333333%;
  }
  .fluid-col-two-thirds {
    width: 66.666666%;
  }
  .fluid-col-one-fifth {
    width: 20%;
  }
  .fluid-col-two-fifths {
    width: 40%;
  }
  .fluid-col-four-fifths {
    width: 80%;
  }
  .fluid-col-one-sixth {
    width: 16.666666%;
  }
  .fluid-col-two-sixths {
    width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .pull-padding {
    margin: 0 -10px;
  }
}
.fluid-col-bare-one-half {
  width: 50%;
}

.fluid-col-bare-one-third {
  width: 33.333333%;
}

.fluid-col-bare-one-sixth {
  width: 16.666666%;
}

.fluid-col-bare-two-sixths {
  width: 33.333333%;
}

@media only screen and (max-width: 1019px) {
  .fluid-col.fluid-col-bare {
    box-sizing: border-box;
    float: left;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .footer .container {
    padding: 15px;
  }
}
#newsletter-signup-widget {
  margin-bottom: 28px;
  text-align: center;
  border-bottom: 2px solid #466BB0;
}

#newsletter-signup-widget form {
  margin: 0;
  padding: 0;
}

/* Hide correctly for screen readers and SEO */
#newsletter-signup-widget .indicates-required,
#newsletter-signup-widget .bot-prevention,
#newsletter-signup-widget #mce-responses,
#newsletter-signup-widget label {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#newsletter-signup-widget h3 {
  margin-bottom: 11px;
  text-align: center;
}

#newsletter-signup-widget .newsletter-signup-field-group {
  box-sizing: border-box;
  float: left;
  width: 50%;
}

#newsletter-signup-widget .newsletter-signup-field-group.name {
  padding-right: 5px;
}

#newsletter-signup-widget .newsletter-signup-field-group.email {
  padding-left: 5px;
}

#newsletter-signup-widget input[type=text],
#newsletter-signup-widget input[type=email] {
  box-sizing: border-box;
  margin-bottom: 9px;
}

.author-box {
  border-bottom: 2px solid #466BB0;
  margin-bottom: 28px;
}
.author-box h3 {
  margin-top: -9px;
}
.author-box img {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.author-box p:last-child {
  margin-bottom: 0;
}

.form-search {
  display: inline-block;
}
.form-search input[type=search] {
  margin-bottom: 10px;
  padding-right: 22px;
  -webkit-appearance: none;
}
.form-search label {
  margin-bottom: 0;
  position: relative;
}
.form-search .fa {
  color: #ccc;
  position: absolute;
  right: 9px;
  top: 10px;
}

#mobile-search .form-search {
  margin-bottom: 0;
}
#mobile-search .form-search,
#mobile-search input[type=search] {
  width: 100%;
}

.banner-end-desktop {
  float: right;
  margin-top: 11px;
  width: 33%;
}
.banner-end-desktop .form-search {
  float: right;
  margin: 0 15px 0 0;
}
.banner-end-desktop input[type=search] {
  margin-top: 3px;
  padding: 9px 22px 10px 9px;
  width: 200px;
}
.banner-end-desktop .fa-search {
  top: 10px;
  z-index: 1;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.flyin {
  display: none;
}

@media only screen and (min-width: 768px) {
  .flyin {
    background: #f2f2f2;
    border-top: 10px solid #466BB0;
    display: block;
    box-shadow: 0 0 10px #999;
    bottom: 95px;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    padding: 15px 15px 45px 15px;
    transition: right 1.2s ease-out;
    right: -100%;
  }
}
.flyin h3 {
  margin-top: 25px;
}

.flyin-open {
  right: 0;
}

.close-flyin,
.close-flyin-modal {
  position: absolute;
  right: 15px;
  font-size: 22px;
  top: 7px;
  font-weight: bold;
}

.caption-block {
  position: relative;
  overflow: hidden;
}

.video-index-block .video-index-block-title,
.featured-adblock .video-index-block-title {
  background: rgba(0, 0, 0, 0.65);
  bottom: 6px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
  margin-bottom: 0;
  min-height: 39px;
  padding: 7px 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.featured-caption-title {
  background: rgba(0, 0, 0, 0.86);
  bottom: 6px;
  color: #ffffff !important;
  font-weight: normal;
  height: auto;
  line-height: 31px;
  margin-bottom: 0;
  min-height: 60px;
  padding: 7px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.featured-caption-title a {
  color: #ffffff !important;
  text-shadow: 1px 1px #2e2d2c;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  padding: 0 8px;
}

.video-index-block .video-index-block-title a,
.featured-adblock .video-index-block-title a {
  color: #ffffff !important;
  display: block;
  left: 0;
  position: absolute;
  text-shadow: 1px 1px #2e2d2c;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  padding: 0 8px;
}

.video-index-block .video-index-block-title a:hover,
.featured-adblock .video-index-block-title a:hover {
  color: #2e2d2c;
  text-decoration: underline;
  text-shadow: none;
}

.featured-adblock .caption-block {
  margin-bottom: 25px;
}

.featured-caption-title a {
  font-family: "Oswald", sans-serif;
}

.featured-adblock {
  margin-top: 0px;
}

.outer-top {
  margin-bottom: 4px;
}

@media all and (max-width: 767px) {
  .home-block {
    margin-bottom: 10px;
  }
}
.latest-videos-title {
  padding: 28px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .latest-videos-title {
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .latest-videos-title {
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1161px) {
  .latest-videos-title {
    margin-top: 12px;
  }
}
.latest-videos-title h3 {
  border-top: 2px solid #2e2d2c;
  font-size: 30px;
  margin: 0;
  padding: 0 !important;
}
.latest-videos-title span {
  background: none repeat scroll 0 0 white;
  display: inline-block;
  padding: 3px 10px 3px 0;
  position: absolute;
  top: 6px;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  input.contact_email {
    width: 170px;
  }
  #tag_filter {
    display: block;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  select {
    width: 100%;
  }
  input.contact_email {
    width: 94%;
  }
  a.button,
  button,
  .action_button,
  a.action_button,
  textarea {
    width: 85%;
  }
  input[type=submit],
  input[type=reset],
  input[type=button],
  input.action_button[type=submit],
  input.action_button[type=button],
  .sign_up {
    margin-left: 0;
    width: 100%;
  }
  table[style] {
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  tr, td {
    display: block;
    width: 99% !important;
    max-width: 99% !important;
    padding: 0px !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  tr {
    padding-bottom: 6px !important;
  }
  td {
    padding: 4px !important;
  }
  .container div.mobile_only {
    display: block;
  }
  table tr th, table tr td {
    padding: 2px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mobile_hidden {
    display: none !important;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .mobile_hidden {
    display: none !important;
  }
  h1, h2, h1.home, h1.blog_title, h3, h4, h5, h6, .title a {
    font-size: 150%;
  }
  h1, h1.home, h1.blog_title, .title a, h2 {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
/* Country Rebel Custom Styles */
.sidebar-posts .video-index-block-title,
.featured-adblock .video-index-block-title {
  height: auto;
}

.sidebar-bottom-ad {
  width: 100%;
  display: block;
  border-top: 5px solid #e4e4e4;
  border-bottom: 5px solid #e4e4e4;
  padding: 15px 0 5px;
  margin-bottom: 5px;
}

.video-index-block-ad.featured-ad {
  margin-bottom: 28px;
}

/* Ad Blocks */
.fb-ad > div > div {
  width: auto !important;
}

.ad-block-below-post-title,
.adblock-center-wrap {
  margin-bottom: 28px;
  text-align: center;
}

.video-index-block-ad {
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .video-index-block-ad {
    margin-bottom: 0;
  }
}

.ad-block {
  margin-bottom: 28px;
  text-align: center;
}

.ad-amp {
  margin: 28px 0;
  text-align: center;
}

.ad-block-top-bump {
  margin: 12px 0 7px;
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .ad-block-top-bump {
    margin: 5px 0;
  }
}

.adblock-flow-left {
  float: left;
  margin: 15px 15px 15px 0;
}

.ad-banner img {
  max-width: none;
  width: 100%;
}

.mid-content {
  margin-bottom: 13px;
  margin-top: 28px;
}
@media all and (max-width: 339px) {
  .mid-content .adsbygoogle {
    height: 250px !important;
    width: 300px !important;
  }
}
@media all and (min-width: 340px) and (max-width: 767px) {
  .mid-content .adsbygoogle {
    width: 336px;
    height: 280px;
  }
}
.mid-content.listicle-mid-content .adsbygoogle {
  width: 336px;
  height: 280px;
}

@media only screen and (max-width: 767px) {
  .desktop-only-adblock,
  .desktop-only-adblock ins,
  .desktop-only,
  div.fb-comments,
  .author-box,
  .desktop-only ins,
  div.fb-comments ins,
  .author-box ins {
    display: none !important; /* hide on mobile */
  }
}
@media only screen and (min-width: 768px) {
  .desktop-only-adblock,
  .desktop-only-adblock ins,
  .desktop-only,
  div.fb-comments,
  .author-box,
  .desktop-only ins,
  div.fb-comments ins,
  .author-box ins {
    display: block; /* show on desktop */
  }
}

@media only screen and (max-width: 1019px) {
  .desktop-only-large {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-only-adblock,
  .mobile-only,
  .mobile-only-adblock ins,
  .mobile-only ins {
    display: block; /* show on mobile */
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only-adblock,
  .mobile-only,
  .mobile-only-adblock ins,
  .mobile-only ins {
    display: none !important; /* hide on desktop */
  }
}

.adsense-below-vid {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .adsense-below-vid {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .adsense-below-vid {
    width: 468px;
    height: 60px;
  }
}
@media all and (min-width: 1162px) {
  .adsense-below-vid {
    width: 728px;
    height: 90px;
  }
}

/* Country Rebel Buttons */
.action-button {
  background: #c7c7c7;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.action-button .fa {
  position: relative;
  top: 5px;
  margin-top: -6px;
}
@media only screen and (min-width: 1020px) {
  .action-button .fa {
    right: 5px;
  }
}
.action-button.more {
  display: block;
  border-radius: 0 0 5px 5px;
}

.action-button-block {
  display: block;
  margin-bottom: 10px;
}

.action-button,
a.action-button,
a.action-button:link,
a.action-button:visited {
  color: #fff;
}

a:hover .action-button,
a.action-button:hover,
a.action-button:focus,
a.action-button:active {
  background: #8e8e8e;
}

.action-button-facebook {
  background: #3b5998;
}

a.action-button-facebook:hover,
a.action-button-facebook:focus,
a.action-button-facebook:active {
  background: #2d4579;
}

.action-button-twitter {
  background: #55acee;
}

a.action-button-twitter:hover,
a.action-button-twitter:focus,
a.action-button-twitter:active {
  background: #4a95cf;
}

.action-button-pinterest {
  background: #d20001;
}

a.action-button-pinterest:hover,
a.action-button-pinterest:focus,
a.action-button-pinterest:active {
  background: #be0001;
}

.action-button-orange {
  background: #ff3a05;
}

a.action-button-orange:hover,
a.action-button-orange:focus,
a.action-button-orange:active {
  background: #E53100;
}

.action-button-square {
  position: relative;
  overflow: hidden;
}

.action-button.action-button-square {
  padding: 10px;
}

@media only screen and (max-width: 1019px) {
  .action-button.action-button-square {
    border-radius: 0;
  }
  .action-col.action-col-bare > .action-button {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
/* Non-semantic Helpers */
.sr-only, .social-icon > span, .social-icon-large > span, .search-submit,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Video Index */
.video-index-block-title {
  line-height: 1em;
  padding-bottom: 4px;
  text-align: center;
}

/* Overwrite (max-width: $break-medium-max) .blog h2 style */
.blog .video-index-block-title {
  margin-top: 0;
}

.video-index-block-img-link {
  display: block;
  margin-bottom: 7px;
  position: relative;
}
.search-results .video-index-block-img-link {
  height: auto;
  margin-bottom: 0;
}
.video-index-block-img-link img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .video-index-block {
    margin-bottom: 28px;
  }
  .video-index-block-img-link {
    display: block;
    height: 128px;
    overflow: hidden;
  }
  .video-index-block-title {
    height: 78px;
    overflow: hidden;
    text-align: left;
  }
}
@media only screen and (min-width: 1020px) {
  .video-index-block-img-link {
    height: 162px;
  }
}
/* Adblocks Snippet Styles */
.country-rebel-below-title-336-280 {
  width: 300px;
  height: 250px;
}

@media (min-width: 768px) {
  .country-rebel-below-title-336-280 {
    width: 300px;
    height: 250px;
  }
}
@media (min-width: 960px) {
  .country-rebel-below-title-336-280 {
    width: 336px;
    height: 280px;
    padding-right: 15px;
  }
}
.fluid-col .attachment-single-post-featured,
.fluid-col .attachment-single-post-featured-fallback,
.fluid-col .attachment-single-post-featured-tiny {
  display: block;
  margin-bottom: 28px;
  max-width: none;
  width: 100%;
}

@media all and (max-width: 767px) {
  .fluid-col .attachment-single-post-featured {
    margin-bottom: 5px;
  }
  .adblock-center-wrap.mid-ad,
  .adblock-center-wrap.mid-ad ins {
    display: none !important;
  }
}
.photo-credit {
  margin-top: -28px;
  margin-bottom: 28px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-family: Georgia, Utopia, "Times New Roman", Times, serif;
}

@media all and (max-width: 767px) {
  .photo-credit {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.action-button-block,
.responsive-video {
  margin-bottom: 15px;
}

.taxonomy_dropdown_widget_dropdown {
  float: right;
  margin: 0 0 23px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .taxonomy_dropdown_widget_dropdown {
    margin-top: 13px;
    width: auto;
  }
}

article.post {
  margin-bottom: 28px;
}

.highlight {
  background: #466BB0;
  color: #fff;
}

.ad-block-below-post-title, .adblock-center-wrap {
  text-align: center;
  position: relative;
}

.ad-text {
  display: block;
  color: #888;
  font-size: 11px;
  margin-bottom: -14px;
  position: relative;
  text-align: center;
  top: -27px;
}

.ad-text-leader {
  top: 1px;
  bottom: auto;
  left: 0px;
}

@media only screen and (min-width: 768px) {
  .ad-text-leader {
    position: absolute;
    top: auto;
    bottom: -28px;
    width: 100%;
  }
}
/* #Joes adjustments
================================================== */
.action-button.more {
  color: #000;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  font: italic 12px Georgia, Utopia, "Times New Roman", Times, serif;
}

.fluid-col-two-thirds img,
.fluid-col-two-thirds figure {
  height: auto !important;
  max-width: 100% !important;
  width: 100%;
}

.alternate-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}

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

.listicle-link a {
  background: #ff3a05;
  border-radius: 3px;
  color: #FFF;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0;
  padding: 15px 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.listicle-link a:hover {
  background: #d12c00;
}

.featured-adblock .social-list {
  position: relative;
  margin-left: 0;
}

.content .featured-adblock ul li {
  margin: 0;
}

.content .featured-adblock ul li::before {
  background-image: none;
  margin: 0;
  padding: 0;
}

.not-found .form-search {
  position: relative;
  width: 235px;
  bottom: 0;
}

.error-404 img {
  max-width: 100%;
  width: 100%;
}

.social-list .social-icon {
  position: relative;
  z-index: 999;
}

@media all and (max-width: 767px) {
  .social-container span {
    display: none;
  }
  .social-container {
    width: 33.3%;
    float: left;
  }
  .social-container .action-button {
    border-radius: 0;
    padding: 8px 5px 6px;
    font-size: 12px;
  }
  .social-list li {
    padding: 4px 3px;
  }
  .featured-caption-title {
    font-size: 20px;
  }
  .featured-caption-title {
    line-height: 32px;
    min-height: 58px;
  }
  .home-block {
    margin-bottom: 10px;
  }
  .video-index-block,
  .featured-adblock {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1161px) {
  .video-index-block .video-index-block-title,
  .featured-adblock .video-index-block-title {
    font-size: 15px;
  }
  .featured-caption-title {
    line-height: 35px;
    min-height: 65px;
  }
}
/* #Styles For Optin Forms
================================================== */
.optin-form-container {
  width: 100%;
}
.optin-form-container.below-video-form {
  background: url("../../img/optin-below-vid-desktop.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 20px;
  width: 100%;
}
.optin-form-container.below-video-form h3 {
  color: #FFF;
  font-size: 20px;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .optin-form-container.below-video-form h3 {
    font-size: 18px;
  }
}
@media all and (min-width: 1162px) {
  .optin-form-container.below-video-form {
    max-width: 730px;
  }
}
.optin-form-container.below-video-form .control-group {
  float: left;
  margin-right: 11px;
  width: 250px;
}
.optin-form-container.below-video-form .control-group input {
  background: #FFF;
  box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.37);
  border-radius: 1px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: block;
  font-size: 18px;
  height: 100%;
  margin: 0;
  padding: 9px 15px;
  width: 100%;
}
.optin-form-container.below-video-form .control-group input::-webkit-input-placeholder {
  color: #AAA;
}
.optin-form-container.below-video-form .control-group input:-moz-placeholder {
  color: #AAA;
}
.optin-form-container.below-video-form .control-group input::-moz-placeholder {
  color: #AAA;
}
.optin-form-container.below-video-form .control-group input:-ms-input-placeholder {
  color: #AAA;
}
.optin-form-container.below-video-form .control-group input:focus, .optin-form-container.below-video-form .control-group input:active {
  outline: 0;
}
.optin-form-container.below-video-form .control-group input.submit {
  transition: all 0.2s;
  background: #12addd;
  color: #FFF;
  padding: 10px 15px;
}
.optin-form-container.below-video-form .control-group input.submit:hover {
  background: #25beed;
}
@media all and (min-width: 1020px) and (max-width: 1161px) {
  .optin-form-container.below-video-form .control-group {
    width: 216px;
  }
}
@media all and (min-width: 768px) and (max-width: 1019px) {
  .optin-form-container.below-video-form .control-group {
    width: 166px;
  }
  .optin-form-container.below-video-form .control-group input {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .optin-form-container.below-video-form .control-group {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
}
.optin-form-container.below-video-form .control-group.submission-group {
  width: 165px;
  float: right;
  margin-right: 0;
}
@media all and (min-width: 1020px) and (max-width: 1161px) {
  .optin-form-container.below-video-form .control-group.submission-group {
    width: 135px;
  }
}
@media all and (max-width: 767px) {
  .optin-form-container.below-video-form .control-group.submission-group {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1019px) {
  .optin-form-container.below-video-form .control-group.submission-group {
    width: 95px;
  }
  .optin-form-container.below-video-form .control-group.submission-group input {
    font-size: 14px;
  }
}
.optin-form-container.below-video-form .control-group label {
  display: none;
  display: block\9 ;
  font-size: 12px;
  color: #FFF;
  margin-top: -15px;
}

.adx {
  display: block;
  margin: 28px auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sidebar-stuck {
    position: fixed;
    top: 0;
    z-index: 100;
  }
}
.sidebar .adx {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.adsense {
  display: block;
  margin: 28px auto;
}

.adsense:before {
  display: none !important;
}

.adsense ins {
  width: 100%;
  height: 100%;
  display: block;
}

.adsense-leader {
  width: 728px;
  height: 90px;
}

@media only screen and (max-width: 1161px) {
  .adsense-leader {
    width: 300px;
    height: 250px;
  }
  .adsense-leader:before {
    content: "1161";
  }
}
.adsense-mid {
  width: 336px;
  height: 280px;
}

@media only screen and (max-width: 767px) {
  .adsense-mid {
    width: 300px;
    height: 250px;
  }
  .adsense-mid:before {
    content: "767";
  }
}
.adsense-under-vid {
  width: 728px;
  height: 90px;
}

@media only screen and (max-width: 339px) {
  .adsense-under-vid {
    width: 300px;
    height: 250px;
  }
  .adsense-under-vid:before {
    content: "339";
  }
}
@media all and (min-width: 340px) and (max-width: 767px) {
  .adsense-under-vid {
    width: 336px;
    height: 280px;
  }
  .adsense-under-vid:before {
    content: "767";
  }
}
@media all and (min-width: 768px) and (max-width: 1161px) {
  .adsense-under-vid {
    width: 468px;
    height: 60px;
  }
  .adsense-under-vid:before {
    content: "1161";
  }
}
.adsense-side-top {
  width: 336px;
  height: 280px;
}

@media only screen and (max-width: 339px) {
  .adsense-side-top {
    width: 300px;
    height: 250px;
  }
  .adsense-side-top:before {
    content: "339";
  }
}
@media all and (min-width: 340px) and (max-width: 767px) {
  .adsense-side-top {
    width: 336px;
    height: 280px;
  }
  .adsense-side-top:before {
    content: "767";
  }
}
@media all and (min-width: 768px) and (max-width: 1161px) {
  .adsense-side-top {
    width: 250px;
    height: 250px;
  }
  .adsense-side-top:before {
    content: "1161";
  }
}
.ad-below-title-above-image {
  display: block;
  width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1020px) {
  .ad-below-title-above-image {
    width: 468px;
    height: 60px;
  }
}
.adblock-center-wrap.mid-ad {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .adblock-center-wrap.mobile-only ins {
    display: none;
  }
}
@media (max-width: 767px) {
  .ad-above-title,
  .ad-above-title ins {
    display: none !important; /* hide on mobile */
  }
}
.home-top-ad {
  padding-bottom: 25px;
  text-align: center;
}

.responsive-ad {
  width: 970px;
  height: 250px;
  margin: auto;
}
@media (max-width: 1161px) {
  .responsive-ad {
    width: 728px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .responsive-ad {
    width: 320px;
    height: 100px;
  }
}

.responsive-ad-two {
  width: 728px;
  height: 90px;
  margin: auto;
}
@media (max-width: 767px) {
  .responsive-ad-two {
    width: 320px;
    height: 100px;
  }
}

.home-side-ad {
  padding-bottom: 35px;
}
.home-side-ad .adsbygoogle {
  margin: auto;
}

.qc-cmp-ui-container .qc-cmp-button {
  background-color: #466BB0;
  border-color: #466BB0;
}
.qc-cmp-ui-container .qc-cmp-button:hover {
  background-color: #37558c;
  border-color: #466BB0;
}
.qc-cmp-ui-container .qc-cmp-alt-action,
.qc-cmp-ui-container .qc-cmp-link {
  color: #466BB0;
}
.qc-cmp-ui-container .qc-cmp-button {
  color: #fff;
}
.qc-cmp-ui-container .qc-cmp-button.qc-cmp-secondary-button {
  color: #2e2d2c;
}
.qc-cmp-ui-container .qc-cmp-button.qc-cmp-secondary-button {
  border-color: #fff;
  background-color: transparent;
}
.qc-cmp-ui-container .qc-cmp-button.qc-cmp-secondary-button:hover {
  color: #2e2d2c;
}
.qc-cmp-ui-container .qc-cmp-bold-messaging {
  border-bottom: none;
}
.qc-cmp-ui-container .qc-cmp-close-icon:hover {
  background-color: #fff;
}
.qc-cmp-ui-container .qc-cmp-ui,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui-container .qc-cmp-ui .qc-cmp-vendor-list-title,
.qc-cmp-ui-container .qc-cmp-toggle-status {
  color: #2e2d2c;
}
.qc-cmp-ui-container .qc-cmp-ui a,
.qc-cmp-ui-container .qc-cmp-back:before .qc-cmp-ui .qc-cmp-alt-action {
  color: #466BB0;
}
.qc-cmp-ui-container .qc-cmp-ui {
  background-color: #eaeaea;
}
.qc-cmp-ui-container .qc-cmp-publisher-purposes-table .qc-cmp-table-header {
  background-color: #fafafa;
}
.qc-cmp-ui-container .qc-cmp-publisher-purposes-table .qc-cmp-table-row {
  background-color: #fff;
}
.qc-cmp-ui-container .qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-ui-container .qc-cmp-toggle.qc-cmp-toggle-on {
  background-color: #1a86dd;
  border-color: #1a86dd;
}

#cookie-bar {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: hidden;
  width: 100%;
  z-index: 10;
}
#cookie-bar .qc-cmp-ui {
  background: #325691;
}
#cookie-bar .qc-cmp-ui-content {
  padding: 10px 38px 10px 10px;
  position: relative;
}
#cookie-bar p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 21px;
}
#cookie-bar p a {
  border-bottom: 1px solid #fff;
}
#cookie-bar a,
#cookie-bar a:link,
#cookie-bar a:visited {
  color: #fff;
}

#cookie-bar-close {
  border-bottom: 0;
  font-size: 32px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -6px;
}

div.toggle-search,
div.toggle-navigation,
a.toggle-search,
a.toggle-search:link,
a.toggle-search:visited,
a.toggle-navigation,
a.toggle-navigation:link,
a.toggle-navigation:visited {
  color: #fff;
  cursor: pointer;
}

div.toggle-search:hover,
div.toggle-navigation:hover,
a.toggle-search:hover,
a.toggle-search:focus,
a.toggle-search:active,
a.toggle-navigation:hover,
a.toggle-navigation:focus,
a.toggle-navigation:active {
  background: #0f1c2d;
  background: rgba(0, 0, 0, 0.5);
}

.toggle-search,
.toggle-navigation {
  display: inline-block;
  font-size: 21px;
  padding: 10px;
}

.toggled-closed {
  display: none;
}

.toggled-open {
  display: block;
}
