h1 {
     font-family: 'Source Sans Pro', MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
    font-size:4em;
    letter-spacing:-.02em;
    font-weight:600;
    text-transform:capitalize;
}
p {
    font-family: 'Noto Serif', serif;
    font-size:1.4em;
    font-weight:100;
}
.no-padding {
    padding:0 !important;
}
.clear {
    clear:both;
}
.container.full-width {
    width:100%;
    max-width:100%;
    padding:0 20px;
}
.intro {
    height:auto !important;
}
.intro .carousel-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.intro .carousel-caption {
    left: auto;
    right: auto;
    top: 15%;
    bottom: auto;
    text-align: left;
    padding: 6rem;
    background: rgba(255, 255, 255, 0.9);
    text-shadow: none;
    max-width:600px;
}
.intro .carousel-caption h1 {
    margin: 0 0 .5em 0;
    color: #006eb0;
    font-size: 3em;
    text-shadow: none;
    text-transform: none;
    font-weight: 700;
}
.intro .carousel-caption p {
    color: #4d4b56;
    font-size: 1.25em;
}
.sliderImageCarousel {
    padding-top: 5rem;
}
.pad-top {
	padding-top: 20px;
}
header {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: rgba(0, 0, 0, 0.08);
    transition:all .5s;
    top:0;
    display:block;
}
header .logo {
    max-width: 180px;
    margin: 10px auto;
}
header ul {
    padding:0;
}
header ul li {
    display: block;
    float: left;
}
header ul li a {
    padding: 1.5em;
    color: #DEDEDE !important;
    font-family: proxima-nova;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    display: block;
    transition:all .3s;
    border-left: 1px rgba(208, 208, 208, 0.27) solid;
    transition:all .5s;
}
header ul li:first-child a {
    border-left:none;
}
header ul li a:hover, header ul li a:focus {
    color:white !important;
    text-decoration:none;
}
header.compressed {
    background:#1B1B1B;
    transition:all .5s;
}
header.compressed ul li a {
    color: #B1B1B1!important;
    transition:all .5s;
}
header.compressed ul li a:hover, header.compressed ul li a:focus {
        color: #5F5F5F!important;
}
header.compressed #nav-icon span {
    background:#B1B1B1;
}
/* MENU */
.nav {
        margin-top: 13px;
}
.nav-pos {
    display: block;
    text-align: right;
    height: 40px;
    width: 50px;
    float: right;
}
.mm-menu > .mm-panel {
	padding: 20px 0;
}
.no-padding-text-wrapper {
	padding: 0 20px;
}
.mm-navbar a {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 40px;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 16px !important;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
}
.mm-navbar a:hover {
	border-color: #fff;
	color: #000 !important;
}
.mm-listview {
	text-transform: uppercase;
	font-size: 12px;
}
.mm-listview li:last-child:after {
	content: none;
	display: none;
}
.mm-listview li:after {
	left: 20px !important;
	right: 20px !important;
}
.mm-listview a {
	text-align: left;
	margin-left: 20% !important;
}
.mm-listview a, .mm-listview .fa {
	color: rgba(255, 255, 255, 0.6);
}
.mm-listview a:hover, .mm-listview a:hover .fa {
	color: #000;
}
.mm-listview .fa {
	position: absolute;
	left: 50px;
	top: 12px;
}
.mm-list a.mm-subopen {
	background: rgba(255,255,255,.4);
	width: 40px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu > .mm-panel > .mm-listview {
	margin: 20px 0px;
}
.mm-submenu {
	background: rgba(255,255,255,.08);
}
.mm-submenu .mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
	padding-right: 5px;
	margin-right: 0px;
}
.mm-menu.mm-theme-black .mm-listview > li:after {
	border-color: rgba(255, 255, 255, 0.1);
}
.mm-panel > .mm-list {
	margin-left: -20px;
	margin-right: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#nav-icon {
	width: auto;
    height: auto;
    max-width: 40px;
    position: relative;
    /* float: right; */
    display: block;
    text-align: right;
    margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #FFF;
    opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
	top: 0px;
}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
	top: 12px;
}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
	top: 24px;
}
#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
	left: 5px;
	top: 13px;
}
#nav-icon.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 13px;
}
#nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}
#nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}
#nav-icon.open span:nth-child(5) {
	left: 5px;
	top: 23px;
}
#nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 23px;
}









/* VIDEO */


.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    margin-top:-8%;
    height:auto !important;
    z-index:-1;
   
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100% !important;
    margin-top: 0px!important;
    margin-left: 0px!important;
    height: auto!important;
}


/* STYLES */
.quote {
    position:relative;
    background:white;
}
/*.quote .quote-bg {
       background-color: rgba(255, 255, 255, .99);
    -webkit-clip-path: polygon(0 13%,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 13%,100% 0,100% 100%,0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -115px;
    z-index: -1;
}*/
.quote .carousel {
  
}
.quote .carousel-wrapper {
 margin-top: 20px;
}
.quotestyle {
     position: absolute;
        color: #00ABAC;
    font-size: 2em;
}
.quote1 {
    left: 0;
    top: 5%;
}
.quote2 {
    right: 0;
    bottom: 5%;
}
.quote .carousel-caption {
  /* background: #83BF41;*/
    text-shadow: none;
    padding: 5rem;
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
    font-size: 1.1em;
    top: 0;
    letter-spacing: 0;
    font-weight: 100;
    margin: 3em auto 5em;
    max-width:800px;
    color: #9A9A9A;
    text-align:center;
}
.quote .carousel .text {
    background-color: rgba(255, 255, 255, .99);
}
.quote .carousel-caption p:last-child {
    margin-bottom:0;
}
.quote img {
    max-width:250px;
    margin:auto;
}

.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1s; /*adjust timing here */
         -moz-transition: opacity 1s;
           -o-transition: opacity 1s;
              transition: opacity 1s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
.carousel-indicators li {
    background: #E6E6E6;
}
.carousel-indicators .active {
        background-color: #00ABAC;
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.postHeader p{
	color:white;
    margin-top: 15px;	
}
.snapchatIcon{
	background:url("/daily-newsletter/img/snapchat_icon.png?v=4");
	background-size: 100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display: block;
    position: relative;
    top: 11px;
}
.footer {
    background: #00ABAC;
    padding: 3em 0;
    text-align: center;
}
.footer .social {
    display: inline-block;
}
.footer ul {
    
}
.footer ul li {
    display: block;
    float: left;
}
.footer a {
    color:white;
}
.footer a .fa {
    margin: .5em .2em;
    background: #fcf9f6;
    color: #1b1b1b;
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    border-radius: 3px;
    line-height: 2em;
}
.img-circle {
    z-index: 1;
    position: relative;
}
.headerCaption p{
	color: #fff;
}
.headerCaption strong {
/* 	color:#98d84f !important; */
}
.checkbox{
	width:8px;
	height:8px;
	border:1px solid #5f5f5f;
	margin-bottom: -4.5px;
    margin-right: 14px;
}
.checked{
	background:#126EAE;
}
.inline{
	display:inline-block;
}
.checkbox img {
    margin-left: -22px;
    margin-top: -2px;
    height: 22px;
    width: 24px;
}
.checkboxWrapper{
	margin-left:15px;
}
p.inline {
    padding-right:0 !important;
}
.successSignup, .failureSignup,.failureExists{
	position:fixed;
	bottom:-105;
	width:100%;
	padding:40px;
	background:#4cab4c;
	color:white;
	z-index: 10;
	font-size:18px;
}
#mc_embed_signup .mc-field-group input {
	border: 1px solid #e0e0e0;
    background: #eaeaea;
}
#mc_embed_signup .button {
	border: 3px solid #83BF41;
}
input[type="submit"]#submitButton:disabled{
    background: #5e5e5e !important;
}
@media (min-width:1301px) and (max-width:1430px){
	.intro .carousel-caption {
    	top: 10%!important;
	}
    .intro .carousel-caption h1 {
        font-size: 2.5em;
    }
}
@media (min-width:1701px){
	.intro .carousel-caption {
	    max-width: 909px !important;
	}
}
}
@media (max-width:991px){
/*
	.headerCaption p{
		color:#9A9A9A !important;
	}
*/
	.checkbox{
		width:8px;
		height:8px;
		border:1px solid #9A9A9A ;
		margin-bottom: -4.5px;
	    margin-right: 14px;
	}
	.checked{
		background:#9A9A9A ;
	}
	#mc_embed_signup .mc-field-group input{
		color:#000!important;
	}
}
@media (max-width:1103px){
	.sliderImageCarousel{
		margin-top:58px;
	}
}
@media (max-width:1700px) {
.homepage-hero-module {
    display:none;
}
.video {
    display: block!important;
    visibility: visible !important;
    
}
video {
    width: 100%;
}
}
@media (max-width:1300px) {
    .homepage-hero-module {
    margin-top: -30%;
}
    .intro .carousel-caption {
    max-width: 50%;
        padding: 4rem;
}
}
@media (min-width:1700px) {
    .intro .carousel {
    background-position: 50% 50%;
    background-size: cover;
/*
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 87%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 87%);
*/
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 950px;
}
.quote .quote-bg {
    background-color: rgba(255,255,255,.99);
    -webkit-clip-path: polygon(0 13%,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 13%,100% 0,100% 100%,0 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -115px;
    z-index: -1;
}
}
@media (min-width:1900px){
	.intro .carousel {
	    height: 950px !important;
	}
}

@media (max-width:1199px) {
     body {
        font-size:12px;
    }
    .intro {
        height:auto;
    }
    .intro .carousel-caption {
        position: static;
        max-width: 100%;
    }
}
@media (max-width:991px) {
   
header .logo {
    margin: 10px 0;
}
header {
    position: static;
    background: rgb(0, 0, 0);
}
.intro .carousel-caption {
    top:5%;
}
.intro .carousel-wrapper {
    height:auto;
}
intro .carousel {
    -webkit-clip-path: 0;
    clip-path: 0;
}
.intro .carousel-caption {
    position:static;
    text-shadow:none;
}
.intro .carousel-caption h1 {
    color: #485150;
}
.headerCaption p {
	 color: #485150;
}
.checkbox {
	border: 1px solid #485150;
}
@media (max-width:767px) {
    .homepage-hero-module, .quote .quote-bg {
        margin-top:0;
    }
    .video {
        display:none !important;
    }
    .intro .carousel-caption {
        padding: 3rem 0;
    }
}
@media (max-width:480px) {
    .intro .carousel-caption h1 {
        font-size: 2.25em;
    }
    .footer {
        text-align: left;
    }
    .footer .fa {
        text-align: center;
    }

}
