@charset "UTF-8";
/*
Title:      M/A London @madebyMA
Author:     name @M/A London http://ma-work.co.uk
*/
/*------------------------------------*    $VARS
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Responsiveness?
 */
/**
 * Tell killer.css when breakpoints start.
 */
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/**
 * killer.css will work these next ones out for you.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 *
   `@include font-size(10px);`
 *
 */
/**
 * Create a vertical centered item
 *
   `@include v-center(200px);`
 *
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/* --- Hex-to-RGBA --- */
/* --- BORDER RADIUS --- */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/**
 * Brand and Theme variables
 */
/* FONTS
----------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased; }

.col-ts-1 {
  width: 13.9%;
  display: inline-block;
  position: relative;
  text-align: center; }
  .col-ts-1 .wewrap {
    height: 130px;
    display: inline-table;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    text-align: center;
    vertical-align: initial; }
    .col-ts-1 .wewrap img {
      position: relative;
      top: 0px;
      margin-left: auto;
      margin-right: auto; }
    .col-ts-1 .wewrap p {
      position: relative;
      color: #404041;
      bottom: 0px;
      margin-left: auto;
      margin-right: auto;
      width: 78px;
      line-height: 20px;
      text-align: left; }
    .col-ts-1 .wewrap .textlong {
      width: 96px; }
    .col-ts-1 .wewrap .textextlong {
      width: 105px; }

.we_section {
  background-color: #fee6c3;
  min-height: 270px; }
  .we_section h4 {
    color: #404041;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: bold; }
  .we_section .wearesection {
    margin-bottom: 30px; }

.bottem_section {
  background-color: #404041;
  min-height: 100px;
  color: white; }
  .bottem_section h4 {
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold; }
  .bottem_section .ftp_thumb_wrap {
    min-height: 60px; }
    .bottem_section .ftp_thumb_wrap .ftp_thumb {
      background: none !important;
      border: none !important;
      box-shadow: none;
      -webkit-box-shadow: none; }

@media (max-width: 500px) {
  .col-ts-1 {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    .col-ts-1 .wewrap {
      width: 50%;
      margin-bottom: 10px; }
      .col-ts-1 .wewrap p {
        width: 100%;
        text-align: center; }
      .col-ts-1 .wewrap .textlong {
        width: 100%; }
      .col-ts-1 .wewrap .textextlong {
        width: 103px; }
      .col-ts-1 .wewrap .we-title {
        font-weight: bold; } }

@media (min-width: 500px) and (max-width: 768px) {
  .col-ts-1 {
    display: inline-block;
    width: 49%;
    margin-top: 20px;
    margin-bottom: 20px; }
    .col-ts-1 .wewrap {
      width: 50%;
      margin-bottom: 10px; }
      .col-ts-1 .wewrap p {
        width: 100%;
        text-align: center; }
      .col-ts-1 .wewrap .textlong {
        width: 100%; }
      .col-ts-1 .wewrap .textextlong {
        width: 100%; }
      .col-ts-1 .wewrap .we-title {
        font-weight: bold; } }

@media (min-width: 769px) and (max-width: 998px) {
  .col-ts-1 {
    width: 32%; }
    .col-ts-1 .wewrap {
      width: 50%;
      margin-bottom: 10px; }
      .col-ts-1 .wewrap p {
        width: 100%;
        text-align: center; }
      .col-ts-1 .wewrap .textlong {
        width: 100%; }
      .col-ts-1 .wewrap .textextlong {
        width: 100%; }
      .col-ts-1 .wewrap .we-title {
        font-weight: bold; } }

@media (min-width: 998px) and (max-width: 1198px) {
  .col-ts-1 {
    width: 13.8%; }
  .wewrap p {
    text-align: left; } }

body {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; }

.pageh1 {
  font-size: 72px;
  line-height: 72px; }

.navbar-toggle {
  display: block !important; }

.nav-trigger {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  background: #333;
  z-index: 20; }

.navmenu-default {
  background: #333; }

.icon-bar {
  color: #e7e7e7; }

.nav-social {
  position: relative;
  left: 0px;
  bottom: 0px; }

.navbutton {
  color: #e7e7e7; }

#footerContent {
  background: none repeat scroll 0 0 #333; }

#navicon {
  position: absolute;
  bottom: 5%; }

.blogfa {
  color: #66cc99 !important; }

.blogfa:hover {
  transition: all 0.5s ease-in-out;
  color: #276c58 !important; }

.fa-facebook, .fa-twitter, .fa-youtube, .fa-vimeo-square, .fa-google-plus {
  font-size: 24px;
  text-align: center;
  padding: 5px 20px 0 20px;
  color: #e7e7e7; }

.fa-youtube:hover, .fa-vimeo-square:hover, .fa-twitter:hover, .fa-facebook:hover, .fa-google-plus:hover {
  transition: all 0.5s ease-in-out;
  color: #276c58; }

.fa-stack, .fa-lg {
  top: 25px; }

.fa-circle-o, .fa-stack-2x {
  font-size: 50px; }

.fa-stack-1x {
  font-weight: bold;
  font-size: 14px;
  top: 5px; }

.hrbar {
  z-index: 10; }

.frontsection {
  width: 200px; }

.borderleft {
  border-left: 1px solid; }

.borderbottom {
  border-bottom: 1px solid; }

hr {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 100px;
  height: 1px;
  background: #e7e7e7; }

.scrollname {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  font-size: 15px;
  color: #e7e7e7; }

.fa-angle-down {
  font-size: 50px;
  color: #e7e7e7; }

.fa-bars {
  font-size: 30px;
  color: #e7e7e7;
  font-weight: lighter;
  position: fixed;
  left: 10px;
  top: 10px; }

.fa-times {
  font-size: 30px;
  color: #e7e7e7;
  font-weight: lighter;
  position: fixed;
  left: 13px;
  top: 10px; }

.main_title {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 15px 0px 0px;
  font-size: 20px; }
  .main_title:hover {
    color: #276c58;
    cursor: pointer; }

.featured {
  min-height: 254px; }

.main_tv_box {
  background: #454570;
  color: #e7e7e7;
  display: block; }

.main_dash {
  position: relative;
  text-align: centre;
  height: 1px;
  width: 80%;
  left: 10%; }

.main_clock {
  font-size: 25px;
  top: 3px;
  position: relative;
  margin-right: 8px; }

.main_time {
  text-align: left;
  border-right: 1px solid #e7e7e7;
  font-size: 10px; }

.tv_details {
  font-size: 15px;
  text-align: left;
  padding: 8px 0px 0px 0px; }

.main_date {
  text-aligh: left;
  font-size: 12px; }

.tv_ep {
  text-align: left;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 0px 0px 0px 0px;
  position: relative;
  top: 0px;
  min-height: 25px; }

.tv_text {
  color: #454570;
  text-align: left; }

.tv_padding {
  padding: 10px; }

.border {
  background-color: white;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-radius: 1px;
  min-height: 109px;
  max-height: 100px; }

.tv_block {
  margin: 5px; }

.img_tv {
  width: 100%; }
  .img_tv img {
    max-width: 100%;
    height: auto; }
  .img_tv .fa-play-circle {
    font-size: 50px;
    color: #333;
    font-weight: lighter;
    visibility: hidden;
    left: 47%;
    top: 30%;
    position: absolute;
    z-index: 20; }
  .img_tv:hover {
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out; }
    .img_tv:hover .fa-play-circle {
      visibility: visible; }
    .img_tv:hover .imgover {
      opacity: 0.7; }

@media (min-width: 1198px) {
  .load_img_tv {
    height: 180px; } }

@media (min-width: 998px) and (max-width: 1198px) {
  .load_img_tv {
    height: 146px; } }

@media (min-width: 768px) and (max-width: 997px) {
  .load_img_tv {
    height: auto; } }

a, a:hover {
  text-decoration: none; }

.pad_section {
  padding-top: 60px; }

.stamp {
  max-width: 350px;
  max-height: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.stamptext {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.mcelname, .mcefname, .mceemail {
  width: 300px;
  align-content: right;
  position: relative;
  left: 10px;
  border: 1px solid;
  padding: 10px;
  text-transform: uppercase; }

.mcefnamelable, .mcelnamelable, .mceemaillable {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 150px; }

.mc-field-group {
  position: relative;
  margin-top: 20px; }

#mc-embedded-subscribe {
  position: relative;
  top: 20px; }

.modal-title {
  text-transform: uppercase; }

.modal-backdrop {
  position: inherit !important; }

.modal-open .nav-trigger {
  z-index: 0; }

.videomodalbg {
  background-color: black; }

.tv_block {
  width: 100%;
  height: 100%;
  color: #454570; }

.vimeoclose {
  position: fixed;
  z-index: 999999;
  color: #F6F6F6;
  right: 15px;
  width: 20px;
  font-size: 40px; }

.btn_job {
  padding: 20px 15px 20px 15px; }

.mainpage_tagline {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  z-index: 10;
  padding-top: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #e7e7e7;
  max-width: 360px;
  margin: 0 auto !important; }

.scrolldownlogo {
  z-index: 10;
  line-height: 0; }
  .scrolldownlogo:hover {
    cursor: pointer; }

.tb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.tb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.t50 {
  margin-top: 50px; }

.m4 {
  margin-top: 4px; }

.tt20 {
  padding-top: 20px; }

.tt40 {
  padding-top: 40px; }

.tt60 {
  padding-top: 60px; }

.frontsection {
  z-index: 20;
  height: 286px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; }

.scrollname {
  line-height: 0px; }

.fa-sort-asc {
  font-size: 20px;
  position: relative;
  bottom: 2px;
  left: 3px; }

.tvFeatured {
  position: absolute;
  z-index: 20;
  top: 20%;
  height: 350px;
  background-color: #F6F6F6;
  padding: 15px; }
  .tvFeatured .tvFeatured_ep {
    color: black;
    text-align: left;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid black; }
  .tvFeatured .tvFeatured_details {
    position: inherit;
    bottom: 10px;
    width: 90%;
    color: black;
    font-size: 15px;
    text-align: left;
    padding: 10px 0 0 0;
    border-top: 1px solid black; }

.tvFeatured_quote {
  color: black; }

.tvFeatured_title {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  font-size: 25px;
  color: black; }
  .tvFeatured_title:hover {
    color: #454570;
    cursor: pointer; }

.but40 {
  margin-bottom: 40px; }

.tvFeatured_quote {
  padding-top: 10px; }

.main_feature_image {
  width: 100%;
  height: auto; }

.tv_feature_circle {
  font-size: 70px;
  margin-left: 45%;
  margin-right: 45%;
  text-align: centre;
  top: 45%;
  z-index: 20;
  position: absolute; }

.tv_feature_circle:hover {
  color: #e7e7e7;
  cursor: pointer; }

.fa-chevron-left, .fa-chevron-right {
  position: absolute;
  bottom: 0px;
  font-size: 40px;
  z-index: 90; }

.carousel-control {
  z-index: 99;
  height: 50%; }

.carousel-control.right {
  background-image: none !important; }

.carousel-control.left {
  background-image: none !important; }

h2.tvFeatured_ep_theme {
  position: absolute;
  font-size: 13px;
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px;
  line-height: 11px; }

.themediv {
  position: inherit;
  bottom: 90px;
  width: 100%; }

.main_ep_theme {
  position: absolute;
  font-size: 13px;
  border: 1px solid white;
  border-radius: 10px;
  padding: 7px;
  line-height: 11px;
  margin: 0px;
  bottom: 60px;
  text-transform: capitalize; }

.ep_theme {
  position: absolute;
  font-size: 13px;
  border: 1px solid black;
  border-radius: 10px;
  padding: 6px;
  line-height: 11px;
  display: inline-block;
  left: 10px;
  text-transform: capitalize;
  bottom: 0px; }

.themebox {
  position: inherit; }

hr.sort_line {
  position: relative;
  width: 80%;
  padding: 0px;
  margin: 10px;
  left: 0px;
  top: 0px;
  color: black; }

@media (max-width: 1198px) {
  .tv_title {
    padding-bottom: 38px; } }

@media (max-width: 700px) {
  .feature_image {
    width: 100%;
    height: 500px;
    background-color: white; }
  .tvFeatured {
    top: 150px;
    width: 80%;
    left: 10%; }
  .tv_feature_circle {
    top: 10%;
    margin-left: 38%; }
  .carousel-control {
    z-index: 99;
    height: 50%; }
  .left {
    left: -20px; } }

.tv_sort_btn {
  z-index: 30;
  margin-left: 7px; }

.btn_drop {
  padding-left: 0px;
  padding-top: 10px;
  position: absolute;
  background-color: #F6F6F6;
  width: 123px;
  visibility: hidden;
  z-index: 20;
  margin-top: 4px;
  margin-left: 7px; }

.btn_drop:hover, .btn_drop_ul:hover, .sort_line:hover {
  visibility: visible; }

.drop_bottom {
  padding-bottom: 10px; }

.drop_line {
  position: absolute;
  padding-left: 20px !important; }

.btn_drop_ul {
  visibility: hidden;
  text-transform: uppercase;
  text-decoration: none;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  cursor: pointer; }

#tv-logo1 {
  width: auto;
  height: 55px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px; }

#tv-logo2 {
  height: 55px;
  width: auto;
  display: inline-block;
  margin-bottom: 20px; }

.indexheadline {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background-color: #FFE3D8; }

#job-template {
  margin-top: 60px; }

.jobheadline {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #ffe3d8;
  overflow-x: hidden;
  margin-bottom: 50px; }

#job-logo {
  position: relative;
  padding-top: 60px;
  width: 360px; }

.jobs-title-size {
  width: 400px; }
  .jobs-title-size h1 {
    font-size: 59px !important; }

@media (max-width: 480px) {
  #job-logo {
    width: 300px; }
  .jobs-title-size {
    width: 300px; } }

@media (max-width: 320px) {
  #job-logo {
    width: 280px; }
  .jobs-title-size {
    width: 280px; } }

.jobarea {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: white;
  margin-bottom: 50px; }
  .jobarea h1 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0 15px 0; }
  .jobarea h2 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0 15px 0; }
  .jobarea h3 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0 15px 0; }
  .jobarea h4 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0 15px 0; }
  .jobarea h5 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0 15px 0; }
  .jobarea h6 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    padding: 20px 0 15px 0; }
  .jobarea .job-description {
    min-height: 140px;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .jobarea a {
    color: #66cc99; }
    .jobarea a:hover {
      color: #276c58; }

.jobbut {
  background-color: #ffe3d8 !important; }

.jobline {
  padding: 5px;
  border-bottom: 1px solid #333; }

.joblinesect {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px; }

.jobtitle {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px; }

.t70 {
  margin-top: 150px; }

.push80 {
  padding-top: 80px; }

.jobbut {
  background-color: #ffe3d8 !important; }

@media (max-width: 979px) {
  .t70 {
    margin-top: 30px; }
  .mainpage_tagline {
    max-width: 360px; } }

@media (min-width: 1200px) {
  .t70 {
    margin-top: 109px; } }

.errorsection {
  z-index: 20;
  position: absolute;
  top: 25%;
  left: 38%; }

.errorpage {
  position: absolute;
  width: 100%;
  height: 100%; }

.errorpage-logo {
  background-image: url("https://s3-us-west-2.amazonaws.com/techforgoodtv/TFG_Hero_Still_1920.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

@media (max-width: 414px) {
  .errorsection {
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center; } }

h2.errortitle {
  padding-top: 10px;
  color: white;
  text-align: centre; }

p.errormain {
  color: white;
  max-width: 400px;
  text-align: centre; }

img.mainlogo {
  width: 40%; }

a.errorlink {
  font-size: 30px;
  text-align: centre; }

.videoBg,
.videoBG_wrapper {
  width: 100% !important;
  height: 100% !important; }

#blogauthor {
  padding-left: 30px; }

.blognormal, .blogfeature {
  margin-top: 15px;
  padding-bottom: 15px; }

.blognormalText {
  background-color: #e7e7e7;
  min-height: 350px;
  display: block;
  padding: 10px;
  color: #5B5B5B; }
  .blognormalText .blogtitle {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 15px 0px 0px;
    font-size: 20px;
    color: #333333; }
  .blognormalText .blogdate {
    position: absolute;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    padding: 1px 0 0 0;
    border-top: 1px solid #5B5B5B;
    bottom: 20px;
    width: 85%; }
  .blognormalText .blogfeimage {
    min-height: 300px; }
  .blognormalText .blogtype {
    position: relative;
    font-size: 13px;
    border: 1px solid #5B5B5B;
    border-radius: 10px;
    padding: 7px;
    line-height: 11px;
    margin: 0px;
    text-transform: capitalize;
    display: inline;
    z-index: 100px; }
  .blognormalText .blogtypesection {
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: absolute;
    bottom: 32px; }

.TeamNormalText {
  min-height: 295px !important; }

.blogfeatureText {
  background-color: #454570;
  color: #e7e7e7;
  display: block;
  min-height: 350px;
  padding: 10px; }
  .blogfeatureText .blogtitle {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 15px 0px 0px;
    font-size: 20px; }
  .blogfeatureText .blogdate {
    position: absolute;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    padding: 1px 0 0 0;
    border-top: 1px solid #fff;
    bottom: 20px;
    width: 85%; }
  .blogfeatureText .blogfeimage {
    min-height: 300px; }
  .blogfeatureText .blogtype {
    position: relative;
    font-size: 13px;
    border: 1px solid white;
    border-radius: 10px;
    padding: 7px;
    line-height: 11px;
    margin: 0px;
    text-transform: capitalize;
    display: inline; }
  .blogfeatureText .blogtypesection {
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: absolute;
    bottom: 32px; }

.blog-sort-by {
  padding-bottom: 20px; }

.blogcontainer {
  padding-top: 20px;
  padding-bottom: 20px; }

.blogmainarea {
  margin-top: 10px; }

.blogline {
  background-color: white;
  padding: 20px; }
  .blogline .blogtitle {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px; }
  .blogline .blogdate {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 16px; }
  .blogline .blogsidepannel {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px; }

@media (max-width: 1200px) {
  .blogfeatureText, .blognormalText {
    min-height: 350px; }
  .TeamNormalText {
    min-height: 320px !important; } }

div#masonryContainer {
  padding-top: 10px;
  padding-bottom: 10px; }

.blogsortarea {
  padding-top: 10px;
  padding-bottom: 10px; }

.fb-share-button {
  padding-bottom: 10px; }

.blogarea {
  padding-top: 20px; }

.btn_blog {
  background-color: white !important;
  margin-left: 0px; }

.embedvideo {
  max-height: 820px;
  width: auto; }

.blogleft, .blogright {
  background-image: None !important; }

.placelogo {
  width: 360px; }

.frontdash {
  width: 50px;
  border-top: 2px solid white;
  text-align: center;
  margin: auto;
  margin-top: 30px; }

.tfg-close {
  width: 50px;
  height: 50px;
  background: url(../../assets/images/navigation/cross.png) no-repeat;
  background-size: 50px 50px;
  background-position: center;
  display: block;
  position: relative;
  left: 0px;
  top: 0px;
  transition: display 2s; }

.tfg-menu {
  width: 50px;
  height: 50px;
  background: url(../../assets/images/navigation/menu.png) no-repeat;
  background-size: 50px 50px;
  background-position: center;
  display: block;
  position: relative;
  left: 0px;
  top: 0px; }

.svgstamp {
  width: 315px;
  height: 315px; }

@media (max-width: 370px) {
  .svgstamp {
    width: 260px;
    height: 260px; } }

img.typelogo {
  display: inline-block;
  float: right;
  margin-top: 5px;
  position: relative;
  top: -18px; }
  img.typelogo.mic {
    width: 22px;
    height: 37px; }
  img.typelogo.blog {
    width: 37px;
    height: 37px; }
  img.typelogo.video {
    width: 52px;
    height: 37px; }

img.typelogofeat {
  display: inline-block;
  float: right; }
  img.typelogofeat.mic {
    width: 22px;
    height: 37px;
    margin-top: 4px; }
  img.typelogofeat.blog {
    margin-top: 5px;
    width: 37px;
    height: 37px; }
  img.typelogofeat.video {
    width: 52px;
    height: 37px;
    margin-top: 6px; }

/*
 Team
*/
.teamheadline {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #ffe9c6;
  overflow-x: hidden;
  margin-bottom: 50px; }

/*
Radio
*/
.radioheadline {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #9ccdb5;
  overflow-x: hidden;
  margin-bottom: 50px; }

/*
  Events
*/
.eventsheadline {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #ffe3d8;
  overflow-x: hidden;
  margin-bottom: 50px; }

/*
  Mission
*/
.missionheadline {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #9DCDB5;
  overflow-x: hidden;
  margin-bottom: 50px; }

.missionbox {
  border: 1px solid #d3d3d3;
  margin-bottom: 80px;
  padding: 10px 30px 10px 30px;
  background: #FFFFFF; }

.newhompage .tv_title {
  min-height: 40px; }

.newhompage .main_title {
  min-height: 70px; }

.newhompage .main_ep {
  text-align: left;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 100px;
  min-height: 0px;
  max-height: 150px; }

.newhompage .featured {
  min-height: 258px;
  max-height: 258px; }

.newhompage .border {
  background-color: white;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-radius: 1px;
  min-height: 109px;
  max-height: 100px; }

.newhompage .tv_details {
  font-size: 15px;
  text-align: left;
  padding: 8px 0 0 0;
  border-top: 1px solid #fff; }

.newhompage .tv_details_wrap {
  position: absolute;
  bottom: 0px;
  width: 90%;
  margin-right: 10px;
  height: 50px;
  border-top: 1px solid white; }
  .newhompage .tv_details_wrap .tv_details {
    font-size: 15px;
    text-align: left;
    padding: 8px 0 0 0;
    border-top: 0px;
    display: inline-block; }

@media (max-width: 992px) and (min-width: 550px) {
  .newhompage img.typelogofeat {
    margin-top: 0px; }
  .newhompage .tv_details {
    position: relative;
    top: -5px; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .newhompage img.typelogofeat {
    margin-top: 0px; } }

@media (max-width: 992px) {
  .newhompage .featured {
    min-height: 190px;
    max-height: 256px; } }

@media (max-width: 550px) {
  .newhompage .featured {
    min-height: 240px;
    max-height: 256px; } }

@media (min-width: 1200px) {
  .newhompage img.typelogo {
    top: -6px !important; } }

.endless_more {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 4px 25px 3px 25px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  color: #66cc99;
  text-shadow: none;
  background-color: #FBFCF7;
  background-image: none;
  background-repeat: none;
  border: 4px solid #66cc99;
  border-radius: 0;
  transition: all 1s ease-in-out; }

.endless_more:hover {
  background-color: #FBFCF7;
  color: #276c58;
  border: 4px solid #276c58; }

.endless_more:focus, .endless_more:active, .endless_more.active, .open .dropdown-toggle.btn-info {
  background-color: #FBFCF7;
  color: #276c58;
  border-color: #276c58; }

.endless_container {
  text-align: center; }

/*------------------------------------*    $CORE
\*------------------------------------*/
html, body {
  background-color: #FBFCF7; }

a {
  transition: all 0.5s ease-in-out; }
  a:hover {
    color: #276c58;
    cursor: pointer; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-30 {
  margin-top: 30px; }

.left {
  text-align: left; }

.ft-icon-ml {
  margin-left: -25px !important; }

/*------------------------------------*    $OFF CANVAS MENU custom styles
\*------------------------------------*/
.nav > li > a {
  position: relative;
  display: block;
  padding: 0; }

.navmenu {
  width: 260px;
  transform: translate3d(-260px, 0px, 0px);
  transition: transform 0.2s; }

.navmenu.opened {
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.2s; }

#sitewrapper {
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.2s;
  overflow-x: hidden; }

#sitewrapper.menuOpen {
  transform: translate3d(260px, 0px, 0px);
  transition: transform 0.2s; }

.nav-trigger {
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.2s; }

.nav-trigger.opened {
  transform: translate3d(260px, 0px, 0px);
  transition: transform 0.2s;
  background: #fff; }

.nav-trigger.opened #menunavicon.fa-times {
  color: #333; }

.disable-scroll {
  overflow: hidden; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 0px 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 4px;
  height: 49px;
  width: 50px; }

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #fff;
  font-weight: bold; }

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover {
  color: #276c58; }

ul.navmenu-nav {
  padding: 0 30px; }

ul.navmenu-nav li {
  border-bottom: 1px solid #fff; }
  ul.navmenu-nav li a {
    padding: 11px 0; }
  ul.navmenu-nav li a.first {
    padding-top: 30px; }

.navmenu-nav a {
  transition: all 1s ease-in-out; }

.navmenu-nav a:hover {
  color: red; }

@media (max-width: 330px) {
  ul.navmenu-nav li a.first {
    padding-top: 15px; }
  .small-nav {
    padding-top: 15px; } }

/*------------------------------------*    $OFF CANVAS MENU SOCIAL MEDIA
\*------------------------------------*/
#navicon {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: url("../../assets/img/ui/menu-sep.svg");
  background-position-x: 0px;
  background-position-y: -5px;
  width: 200px;
  height: 200px; }

.social-item {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 17px; }
  .social-item a {
    color: #fff; }
    .social-item a:hover {
      color: #ffe3d8; }

/*------------------------------------*    $BASE FOOTER
\*------------------------------------*/
#footer {
  background-color: #404041; }
  #footer a.whiteFt {
    color: #FFF; }
    #footer a.whiteFt:hover {
      color: #276c58; }

.footer-content {
  margin-top: 12px; }

.cc-logos {
  padding: 0px 5px;
  background-color: #404041;
  color: #FBFCF7; }

p.footertext {
  font-size: 13px;
  line-height: 18px;
  color: #e7e7e7;
  font-style: normal;
  text-align: left;
  display: inline-block;
  max-width: 248px; }

@-moz-document url-prefix() {
  p.footertext {
    padding-top: 15px; } }

.footerbar {
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
  border-top: 1px solid;
  padding-top: 10px; }

.social-footer {
  width: 100px;
  margin-top: 5px;
  margin-bottom: 15px; }

.block-footer-right {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; }

.footerlink {
  color: #FBFCF7; }

.footercentre {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 5px; }

.footerenvelope {
  font-size: 36px;
  position: relative;
  bottom: 37px;
  right: 20px;
  margin-left: 20px; }

.ccfooter {
  margin-top: 0px;
  margin-bottom: 0px; }

.contactfooter {
  margin-top: 0px;
  margin-bottom: 0px; }

.ccplace {
  margin-top: 8px; }

.cctext {
  margin-left: 20px; }

@media (max-width: 767px) {
  .cctext {
    margin-left: 0px; }
  #navicon {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0px; } }

/*------------------------------------*    $GENERIC PAGE TEMPLATES
\*------------------------------------*/
.block-home-title h1 {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 54px; }

.block-home-intro .content p {
  font-size: 18px;
  font-weight: 400; }
  .block-home-intro .content p strong {
    font-size: 24px; }

#page-template {
  margin-top: 80px; }

h1#page-title {
  color: #333;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 80px;
  font-size: 65px !important; }

@media (max-width: 480px) {
  h1#page-title {
    margin-bottom: 30px; } }

/*------------------------------------*    $INDEX --- SAM'S OVERRIDES
\*------------------------------------*/
.tvloader {
  margin-top: 40px; }

.tv-section {
  padding-top: 60px;
  margin-bottom: 50px; }

.main_ep {
  text-align: left;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 100px;
  min-height: 150px;
  max-height: 150px; }

.main_tv_quote {
  padding-top: 10px; }

.main_quote {
  text-align: left;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px; }

.tv_details_wrap {
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0px;
  width: 90%;
  margin-right: 10px;
  height: 50px; }
  .tv_details_wrap .tv_details {
    font-size: 15px;
    text-align: left;
    padding: 10px 0 0 0; }

.tv_title {
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: relative;
  left: 0px;
  color: #454570;
  padding-top: 10px;
  height: 30px; }

.tv_title:hover {
  transition: all 0.5s ease-in-out;
  color: #276c58;
  cursor: pointer; }

.tv_ep {
  text-align: left;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding: 0px 0px 0px 0px;
  position: relative; }

.main_tv_img, .img_tv {
  cursor: pointer;
  transition: all 0.5s ease-in-out; }
  .main_tv_img:hover, .img_tv:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6; }

.tv_block {
  margin: 0px; }

.border-main {
  background-color: white;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-radius: 1px; }

.small-tv-item {
  margin-bottom: 30px; }

.large-tv-item {
  margin-bottom: 30px; }

/*------------------------------------*    $EVENTS TEMPLATES
\*------------------------------------*/
.event-item {
  margin-bottom: 60px; }
  .event-item h3 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #333; }

/*------------------------------------*    $JOBS TEMPLATES
\*------------------------------------*/
.job-feature-item {
  margin-right: 30px;
  padding-top: 23px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #454570;
  color: #fff;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  min-height: 115px;
  transition: all .2s ease-in-out;
  display: inline-block; }
  .job-feature-item.first-job {
    margin-top: 40px; }
  .job-feature-item datecolor {
    color: #ffe3d8; }
  .job-feature-item:hover {
    color: #fff;
    transform: scale(1.04); }
  .job-feature-item .postedjob {
    position: relative;
    margin-top: 5px;
    border-left: 2px solid white; }
  .job-feature-item .jboard {
    padding-bottom: 10px;
    padding-right: 20px; }
  .job-feature-item .joblocdead {
    position: relative; }
  .job-feature-item span.jobdetail {
    font-size: 16px; }
    .job-feature-item span.jobdetail p {
      padding-top: 5px;
      margin: 0px; }
  .job-feature-item h2 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-weight: normal;
    font-size: 16px !important; }

.job-item {
  margin-right: 30px;
  padding-top: 23px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  min-height: 115px;
  color: #000;
  transition: all .2s ease-in-out;
  display: inline-block; }
  .job-item.first-job {
    margin-top: 40px; }
  .job-item datecolor {
    color: green; }
  .job-item .postedjob {
    position: relative;
    margin-top: 5px;
    border-left: 2px solid black; }
  .job-item .joblocdead {
    position: relative; }
  .job-item:hover {
    background-color: #ffe3d8;
    color: #000;
    transform: scale(1.04); }
  .job-item:visited {
    color: #000;
    background-color: #ffe3d8; }
  .job-item a {
    color: #000; }
  .job-item h2 {
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-weight: normal;
    font-size: 16px !important; }
  .job-item h3 {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000; }
  .job-item .job-meta {
    font-size: 15px;
    line-height: 23px; }
  .job-item span.jobdetail {
    font-size: 16px; }
    .job-item span.jobdetail p {
      padding-top: 5px;
      margin: 0px; }
  .job-item .jboard {
    padding-bottom: 5px;
    padding-right: 20px;
    font-size: 20px; }

@media (max-width: 1199px) {
  .job-item, .job-feature-item {
    min-height: 130px; } }

@media (max-width: 979px) {
  .main_tv_quote {
    display: none; }
  .main_tv_box {
    margin-bottom: 30px; }
  .cc-logos {
    margin-top: 0px; }
  .job-item, .job-feature-item {
    min-height: 160px; }
  .left {
    text-align: center; }
  .ft-icon-ml {
    margin-left: 0px !important; } }

span.jobdeadline {
  padding-left: 10px; }

@media (max-width: 768px) {
  span.jobdeadline {
    width: 200px; }
  .job-feature-item, .job-item {
    margin-left: 25px; }
  .job-feature-item .postedjob {
    position: inherit;
    top: 0px;
    border-left: none; }
  .job-item .postedjob {
    position: inherit;
    top: 0px;
    border-left: none; } }

@media (max-width: 750px) {
  .placelogo {
    width: 280px; }
  .mainpage_tagline {
    max-width: 280px; } }

@media (max-width: 480px) {
  .footer-content {
    margin-top: -147px;
    margin-left: 20px;
    float: left;
    width: 320px; }
  .m4 {
    margin-top: 68px;
    float: left !important; }
  .cc-logos {
    margin-top: 8px; }
  .mainpage_tagline {
    max-width: 220px; }
  .placelogo {
    width: 220px; }
  .left {
    text-align: center; } }

/*------------------------------------*    $THEME BUTTONS + DROP-DOWN MENUS
\*------------------------------------*/
.btn-section {
  padding: 20px 0 80px 0; }

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-top: 35px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: none;
  background-color: #000;
  background-image: none;
  background-repeat: none;
  border-color: none;
  border: none;
  border-radius: 3px; }
  .btn:hover {
    background-color: #666;
    color: #fff; }

.btn-info {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 4px 25px 3px 25px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  color: #66cc99;
  text-shadow: none;
  background-color: #FBFCF7;
  background-image: none;
  background-repeat: none;
  border: 4px solid #66cc99;
  border-radius: 0;
  transition: all 1s ease-in-out; }

.btn-info:hover {
  background-color: #FBFCF7;
  color: #276c58;
  border: 4px solid #276c58; }

.btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #FBFCF7;
  color: #276c58;
  border-color: #276c58; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.btn_radio {
  color: #454570;
  border: 4px solid #454570;
  background-color: #FBFCF7; }

.btn_sub {
  background-color: #fee6c3;
  width: 230px;
  color: black;
  border: 4px solid black; }

.btn_job_sub {
  width: 230px; }

.btn_job_background {
  background-color: #ffe3d8; }

.push-right {
  margin-right: 10px; }

.push-right--more {
  margin-right: 15px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #000;
  border-radius: 0px;
  box-shadow: none; }

.dropdown-menu > .active > a {
  background: #ccc; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #ccc; }

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%; }

.modal.modal-fullscreen .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit; }

.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0; }

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0; }

.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0; }

.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0; }

@media (max-width: 480px) {
  .modal-body {
    padding: 0;
    top: 120px !important;
    min-height: 300px; }
  .modal-dialog,
  .modal-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .modal-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%; }
  .modal-header,
  .modal-footer {
    left: 0;
    position: relative;
    right: 0;
    z-index: 1000;
    display: block !important; }
  .modal-header {
    top: 0;
    max-height: 120px; }
  .modal-footer {
    bottom: -110px !important;
    padding: 0 !important;
    text-align: center;
    border: 0px; }
  .modalclosebtn {
    margin-bottom: 25px;
    margin-top: 20px; }
  #mc-embedded-subscribe {
    margin-top: 0px !important; }
  .mcelname, .mcefname, .mceemail {
    left: 0px;
    z-index: 1000; } }