/*
Theme Name: Podcast Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

body, select, input, textarea {color: #333;font: 13px brandon-grotesque, Freesans, sans-serif;font-weight: 400;}

a {color: #03f;text-decoration: none;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#wrapper {width: 1152px; margin: 0 auto; max-width: 100%;overflow: auto;}
.single #wrapper {width: 1245px;}

@media (min-width: 1024px) {
  #wrapper{
    padding: 1.54em;
  }
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */

body{
  background: #ffffff;
  letter-spacing: .15em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  moz-font-smoothing: antialiased;
}

input[type="text"] {
  outline: 0;
}

input[type="text"]:focus {
  border: 3px #BFBDAD solid;
}

input[name="inf_field_FirstName"], input[name="inf_field_Email"]{
  background-position: .7em center;
  background-repeat: no-repeat;
}

input[name="inf_field_FirstName"]{
  background-image: url('img/first-name.svg');
  background-size: 2.5em;
}



input[name="inf_field_Email"]{
  background-image: url('img/email-icon.svg');
  background-position: .3em -.3em;
  background-size: 3.5em;
}



.online-button-white {
	background: #fff;
	background-image:none !important;
	font-family: 'brandon-grotesque', sans-serif !important;
	margin-bottom:40px;
	margin-top:20px;
	border-radius: 3px;
	color: rgba(26, 203, 151, 0.95);
	cursor: pointer;
	font-size: 1.3rem !important;
	font-weight: 600;
	display: inline-block;
	width:100%;
	letter-spacing: 3px !important;
	line-height: 1;
	padding: 14px 20px;
	font-style:normal !important;
	white-space:nowrap;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.online-button-white:hover{
	background-color: rgba(255, 255, 255, 1);
	color: rgba(26, 203, 151, 0.95);
}

.btn, .has-btn a{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .35em;
  padding: 1.2em 4em;
  position: relative;
}

.btn:hover, .has-btn a:hover{
  color: #fff;
}

.top-pad {
	padding-top:20px;
}

.btn--block{
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.btn--teal, .has-btn--teal a{
  background: #63be93;
  background: -moz-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1acb97), color-stop(98%, #14c9ad));
  background: -webkit-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
  background: -o-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
  background: -ms-linear-gradient(-45deg, #1acb97 0%, #14c9ad 98%);
  background: linear-gradient(135deg, #1acb97 0%, #14c9ad 98%);
}

.btn--teal:hover{
  background: #25cea0;
}

.btn--green{
  background: #20886c;
  color: #1acba3;
  min-height: 63px;
}

.btn--green:hover{
  background: #3a8a74;
}

.btn--orange{
  background: #da6630; /* Old browsers */
  background: -moz-linear-gradient(left,  #da6630 0%, #d25925 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #da6630 0%,#d25925 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #da6630 0%,#d25925 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6630', endColorstr='#d25925',GradientType=1 ); /* IE6-9 */
}

.btn--orange:hover{
  background: #DC6A36;
}

.btn--icon{
  padding: 1.2em 3em 1.2em 4.4em;
}

.btn--icon:before{
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--podcast:before{
  background-image: url('img/podcast-white.svg');
  background-size: 1.8em 1.8em;
  height: 1.8em;
  left: 1.5em;
  width: 1.8em;
}

.btn--blog:before{
  background-image: url('img/blog-white.svg');
  background-size: 1.5em 1.5em;
  height: 1.5em;
  left: 1.8em;
  width: 1.5em;
}

::-webkit-input-placeholder {
   color: #d6d3c2;
   font-family: brandon-grotesque, Freesans, sans-serif;
   font-style: italic;
   font-weight: 500;
}

:-moz-placeholder { /* Firefox 18- */
   color: #d6d3c2;
   font-family: brandon-grotesque, Freesans, sans-serif;
   font-style: italic;
   font-weight: 500;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #d6d3c2;
   font-family: brandon-grotesque, Freesans, sans-serif;
   font-style: italic;
   font-weight: 500;
}

:-ms-input-placeholder {
   color: #d6d3c2;
   font-family: brandon-grotesque, Freesans, sans-serif;
   font-style: italic;
   font-weight: 500;
}
.cta-box-body {
  font-size:1rem !important;
  color:#484e56 !important;
  }

.feature-article{
  background-position: center center;
  background-size: cover;
}

.feature-article--home{
  text-align: left;
}

.feature-article-content{
  max-width: 670px;
}

.feature-article--single .feature-article-content{
  padding: 2.175em 2.69em;
}

.feature-article--home .feature-article-content{
  padding: 13.85em 1.54em 7.93em;
}

.feature-article__meta{
  color: #dfdfdf;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.feature-article--home .feature-article__meta{
  margin-bottom: 1.54em;
}

.feature-article--home .feature-article__meta img{
  margin-bottom: -.25em;
  vertical-align: bottom;
}

.feature-article--single .feature-article__meta{
    margin-bottom: 2.3em;
}

.feature-article__title{
  color: #ffffff;
  font-size: 2.15em;
  font-weight: 300;
  line-height: 1.4em;
}

.feature-article--home .feature-article__title{
  font-size: 2.15em;
  margin-bottom: .8em;
}

.feature-article--single .feature-article__title{
  font-size: 1.5em;
  line-height: 1.95em;
  margin-bottom: 1.5em;
}

.feature-article__subtitle{
  color: #f1f1f1;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.feature-article--home .feature-article__subtitle{
  margin-bottom: 2.62em;
}

.feature-article__subtitle .pop{
  font-weight: 500;
}


.feature-article__author li{
  display: inline-block;
  vertical-align: middle;
}

.feature-article__author li:first-child{
  margin-right: .25em;
}

.feature-article__author li, .feature-article__author li a{
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .2em;
}

.feature-article__author li a{
  background-image: linear-gradient(transparent 82%, #a4e9d6 50%);
  background-repeat: repeat-x;
  text-transform: uppercase;
}

.feature-article__author li a:hover{
  background-image: linear-gradient(transparent 82%, #5FE6C1 50%);
}

.feature-article__author img{
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .feature-article--single .feature-article-content{
    padding: 4.35em 5.38em;
  }
  .feature-article--home .feature-article-content{
    padding: 13.85em 4em;
  }
  .feature-article--home .feature-article__title{
    font-size: 3.5em;
    line-height:160%;
  }
  .feature-article--single .feature-article__title{
    font-size: 2.61em;
    margin-bottom: .8em;
  }
  .feature-article--home .feature-article__subtitle{
    font-size: 1.53em;
  }
  .feature-article--single .feature-article__subtitle{
    font-size: 1.38em;
  }
}

@media (min-width: 1024px){
  .feature-article--single{
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
  }
}

.load-more-filters{
  border-bottom: 1px #c8c8c8 solid;
  font-size: .8em;
  line-height: 1em;
  margin-bottom: 2.4em;
  padding: 2em 0;
  text-align: center;
}

.load-more-filters > ul {
  margin-top: 1.5em;
}

.load-more-filters ul li{
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
}

.load-more-filters > ul > li input[type="checkbox"]{
  display: none;
}

.load-more-filters > ul > li .checkbox{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 2px #d6d3c2 solid;
  display: inline-block;
  margin-left: 1em;
  margin-right: .5em;
  height: 1.69em;
  width: 1.69em;
}

.load-more-filters ul li .checkbox:hover, .load-more-filters > ul > li .checkbox.active{
  background-image: url('img/green-check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
  border-color: #1acb97;
  cursor: pointer;
}

.load-more-filters ul li.checkbox-label{
  background-repeat: no-repeat;
  background-size: 1.3em;
  line-height: 2em;
  margin-top: -2px;
}

.load-more-filters ul li.checkbox-label--podcast{
  background-image: url('img/podcast-black.svg');
  padding-left: 1.8em;
}

.load-more-filters ul li.checkbox-label--blog-post{
  background-image: url('img/blogpost-black.svg');
  background-position: .15em;
  padding-left: 2.1em;
}

.alm-listing {
  margin: 0 auto;
  padding: 0 20px;
}

.alm-load-more-btn{
  opacity: 0;
}


.alm-load-more-btn.loading{
  background: url('img/ring.gif');
  border: 0;
  background-size: 100%;
  display: block;
  height: 60px;
  opacity: 100;
  margin: 0 auto;
  width: 60px;
}

.alm-listing .grid-item{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  letter-spacing: .1em;
  margin-bottom: 30px;
  width: 280px;
}

.alm-listing .grid-item-content{
  padding: 2em 2.69em;
}

.alm-listing .grid-item .grid-item__image{
  display: block;
  line-height: 0;
  position: relative;
}

.alm-listing .grid-item .grid-item__image img{
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
}

.alm-listing .grid-item .grid-item__image:after{
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background: #fff;
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
}

.alm-listing .grid-item a.grid-item__image:hover:after{
  opacity: .2;
}

.alm-listing .grid-item .grid-item__type{
  top: 17.8em;
  color: #ffffff;
  font-weight: 700;
  left: 2.3em;
  padding-left: 2.3em;
  position: absolute;
  text-transform: uppercase;
}

.alm-listing .grid-item .grid-item__type:before{
  display: block;
  content: "";
  left: 0;
  position: absolute;
}

.alm-listing .grid-item--podcast .grid-item__type:before{
  background: url('img/podcast-white.svg') no-repeat;
  height: 2.5em;
  top: -1.3em;
  width: 2.5em;
}

.alm-listing .grid-item--blog .grid-item__type:before, .alm-listing .grid-item--resource .grid-item__type:before{
  background: url('img/blog-white.svg') no-repeat;
  height: 1.9em;
  top: -1em;
  width: 1.9em;
}

.alm-listing .grid-item .grid-item__title{
  margin-bottom: 1.65em;
}

.alm-listing .grid-item .grid-item__title a{
  color: #212121;
  font-size: 1.85em;
  font-weight: 500;
  line-height: 1.5em;
}

.alm-listing .grid-item .grid-item__excerpt{
  color: #797979;
  font-family: "PT Serif";
  line-height:1.6rem;
  font-size: 1.2em;
  margin-bottom: 1.8em;
}

.alm-listing .grid-item .grid-item__excerpt p{
  margin-bottom: 1em;
}

.alm-listing .grid-item--resource input[type="text"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 3px #d6d3c2 solid;
  font-size: 1.31em;
  padding: .9em 1.5em .9em 4em;
  width: 100%;
}

.alm-listing .grid-item--resource input[type="text"]:not(:last-child){
  margin-bottom: 1.54em;
}

@media (min-width: 768px) {
  .load-more-filters {
    font-size: 1em;
  }
  .load-more-filters ul{
    display: inline-block;
    margin-top: 0;
  }
  .load-more-filters > ul > li .checkbox{
    margin-left: 3.82em;
  }
  .alm-listing .grid-item{
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .load-more-filters{
    text-align: left;
  }
  .alm-listing{
    margin: 0;
    padding: 0;
  }
}


.single article{
  background: #fff;
}

.single .entry-content em{
 font-style: italic;
 font-size:1em;
}

.single .entry-content,
.single .comments{
  padding: 2.4em;
}

.single .entry-content__section, .single .entry-content p{
  margin-bottom: 2em;
}

.form-containter .single .entry-content p{
  margin-bottom: 0em !important;
}

.single .entry-content h1, .single .entry-content h3{
  font-size: 2.23em;
  font-weight: 700;
  margin-bottom: 1em;
}

.single .entry-content strong{
  font-weight: 700;
}

.single .entry-content a{
  font-style: italic;
  font-size:1em;
}

.single .entry-content h1.entry-content-section-title{
  font-size: .93em;
  font-weight: 900;
  margin-bottom: 2em;
  text-transform: uppercase;
}

.single .entry-content p, .single .entry-content a, .single .entry-content li{
  color: #484e56;
  font-family: "PT Serif";
  font-size: 1.4em;
  letter-spacing: .03em;
  line-height: 1.9em;
}

 .single .entry-content a:not(.social-image){
   background-image: linear-gradient(#fff 82%, #a4e9d6 50%);
   background-repeat: repeat-x;
   font-size:1em;
 }

 .single .entry-content a:not(.social-image):hover{
   background-image: linear-gradient(#fff 82%, #5FE6C1 50%);
 }

 .single .entry-content ul {
   list-style-position: inside;
 }

 .single .entry-content li {
   list-style-type: disc;
   margin-bottom: .45em;
 }

 .single .entry-content img {
   height: auto;
 }

 .single .entry-content .video-wrapper{
   position: relative;
	 padding-bottom: 56.25%; /* 16:9 */
   height: 0;
 }

 .single .entry-content .video-wrapper iframe{
   position: absolute;
 	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
 }

.postid-406 .entry-content-section-title {
	display:none;
}

.single .share-title{
  color: #969696;
  font-size: .92em;
  font-weight: 900;
  margin-bottom: 1.1em;
  text-transform: uppercase;
  text-align: center;
}

.single .entry-header .share-title{
  display: none;
}

.single .social-links li{
  display: inline-block;
  width: 33.333%;
}

.single .social-links li a{
  display: block;
  height: 37px;
  text-align: center;
  width: 100%;
}

.single .social-links-image-share{
  margin-top: 1em;
}

.single .social-links-image {
  text-align: center;
}

.single .social-links-image li {
  display: inline-block;
  margin: 0 .9em;
  vertical-align: middle;
}

.single .social-link--facebook{
  background: #3b5998 url('img/social/facebook-white.svg') no-repeat center center;
  background-size: 11px;
}

.single .social-link--facebook:hover{
  background-color: #476198;
}

.single .social-link--twitter{
  background: #55acee url('img/social/twitter-white.svg') no-repeat center center;
  background-size: 21px;
}

.single .social-link--twitter:hover{
  background-color: #69b3ec;
}

.single .social-link--linkedin{
  background: #127cb4 url('img/social/linkedin-white.svg') no-repeat center center;
  background-size: 18px;
}

.single .social-link--linkedin:hover{
  background-color: #2b83b2;
}

.single .social-link--more{
  background: #e15d3d url('img/social/more-white.svg') no-repeat center center;
  background-size: 42px;
}

.single .social-link--more:hover{
  background-color: #e16f53;
}

.single .fb-comments, .single .fb-comments span, .single .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

body.spp .smart-track-player, body.spp .smart-track-player .spp-track, body.spp .smart-track-player .spp-track .spp-progress .spp-current-time{
  height: 5px !important;
  min-height: 5px !important;
}

body.spp .smart-track-player .spp-track .spp-controls .spp-dload {
	display:none !important;
}

body.spp .smart-track-player .spp-track .spp-track-title{
  display: none !important;
}

body.spp .spp-player-container .spp-track, body.spp .smart-track-player .spp-track{
  background: #20886c !important;
  padding: 0 !important;
}

body.spp .smart-track-player .spp-track .spp-progress .spp-current-time{
  background: #a4f2dd !important;
  opacity: 1 !important;
}


body.spp .smart-track-player .spp-track .spp-controls{
  left: -60px !important;
  top: -20px !important;
}

body.spp .smart-track-player .spp-track .spp-controls .spp-play{
  background: url('img/play-button.svg') no-repeat center center !important;
  background-size: 40px 40px !important;
  height: 28px !important;
  display:block !important;
  margin-top: 7px !important;
  width: 28px !important;
}

body.spp .smart-track-player.spp-playing .spp-track .spp-controls .spp-play{
  background: url('img/pause-button.svg') no-repeat center center !important;
}

body.spp .smart-track-player .spp-track .spp-controls > a, body.spp .smart-track-player .spp-track .spp-controls > .spp-speed, body.spp .smart-track-player .spp-track .spp-controls > .spp-share{
  display: none !important;
}

body.spp .smart-track-player .spp-duration{
  color: #20886c !important;
  display: block !important;
  font-family: brandon-grotesque, Freesans, sans-serif !important;
  font-size: .92em !important;
  font-weight: 500 !important;
  right: -75px !important;
  top: -6px !important;
}

.audio-player{
  background: #1acb97;
  padding: .25em 7em .25em 6.2em;
}

.podcast-bar > a{
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
}
.podcast-bar .btn {
  padding: 29px 15px 30px;
}

.video-box{
	max-width:400px;
}


@media (min-width: 768px) {
  .podcast-bar > *{
    display: inline-block;
    vertical-align: top;
  }
  .podcast-bar > a {
    display: inline-block;
    width: 25%;
  }
  .audio-player {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .single article:not(.full-width){
    float: left;
    margin-bottom: 4.62em;
    margin-right: 2%;
    width: 65%;
  }
  .single .entry-content, .single .comments{
    padding: 4.8em;
  }
  .single #sidebar{
    float: right;
    width: 33%;
  }
}

.cta-form{
  background: url('img/cta-form@2x.jpg');
  background-size: cover;
  color: #34383e;
  padding: 2.5em;
  text-align: center;
}

.cta-form form{
  margin: 0 auto;
  max-width: 400px;
}

.cta-form__title{
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: .3em;
  text-transform: uppercase;
}

.cta-form__copy{
  font-size: 1.46em;
  letter-spacing: .08em;
  line-height: 1.9em;
  margin-bottom: 1.6em;
}

.cta-form__copy strong{
  font-weight: 700;
}

.cta-form form input:not([type="submit"]){
  border: 3px #fff solid;
  font-size: 1.31em;
  margin-bottom: 1em;
  padding: 1em 1em 1em 3.9em;
  width: 100%;
}

.cta-form form .btn{
  border: none !important;
  margin-top: .65em;
  width: 100%;
}

.widget_sp_image{
  background: #1acb97;
  line-height: 0;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  #sidebar{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .widget_sp_image img{
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .cta-form, .widget_sp_image{
    width: 50%;
  }
}

@media (min-width: 1024px) {
  #sidebar{
    display: block;
  }
  .cta-form{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 1.54em;
  }
  .cta-form, .widget_sp_image{
    width: 100%;
  }
  .widget_sp_image{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .widget_sp_image img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    transform: none;
    top: 0;
  }
}

footer {
  background: #dfdfdf;
  padding: 2.7em;
  text-align: center;
}

footer .footer-logo, footer .footer-copyright{
  margin-bottom: 2em;
}

footer .footer-copyright{
  font-size: .92em;
  font-weight: 500;
  letter-spacing: .12em;
}

footer ul li{
  margin-top: 1em;
}
footer ul li:last-child{
  margin-top: 2em;
}

footer ul li a{
  color: #1acb97;
  font-weight: 700;
  text-transform: uppercase;
}

footer ul li:not(.has-btn) a{
  background-image: linear-gradient(#dfdfdf 82%, #1acb97 50%);
  background-repeat: repeat-x;
}

footer ul li.has-btn a{
  padding: .7em 1.6em;
}

@media (min-width: 1024px) {
  footer .footer-logo, footer .footer-copyright{
    margin-bottom: 1em;
  }

  footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
   justify-content: space-between;
   -webkit-align-items: center;
   align-items: center;
   margin: 0 auto;
   max-width: 90%;
  }
  footer ul li, footer ul li:last-child{
    margin-top: 0;
    width: auto;
  }
}

@media (min-width: 1400px) {
  footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  footer ul {
    -webkit-justify-content: flex-end;
   justify-content: flex-end;
   margin: 0;
   max-width: 100%;
  }
  footer .footer-logo{
    margin-bottom: 0;
    margin-right: 2.15em;
  }
  footer .footer-copyright{
    margin-bottom: 0;
  }
  footer .menu-footer-menu-container{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  footer ul li:not(:last-child) a{
    margin-right: 3em;
  }
	
  .cta-box-body {
	font-size:1.2rem !important;
	color:#484e56 !important;
  }
}

.cta-box-title {
	font-size: 2.3rem !important;
	margin-bottom: 20px !important;
	line-height: 3rem !important;
	font-family: brandon-grotesque, Freesans, sans-serif !important;
	color: #fff !important;
	font-weight:600;
}

.cta-box-body {
	font-size:1.4rem;
	color:#484e56 !important;
}
