@font-face {
    font-family: "Gibson-SemiBold";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-semibold-webfont.eot?#iefix") format("eot"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-semibold-webfont.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-semibold-webfont.ttf") format("truetype");
}
@font-face {
    font-family: "Gibson-Light";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-light-webfont.eot?#iefix") format("eot"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-light-webfont.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-light-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "Gibson";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-webfont.eot?#iefix") format("eot"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-webfont.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "Tiempos";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/tiempos/tiempos-regular.woff") format("woff");
}

@font-face {
    font-family: "Caslon";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Regular.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Regular.ttf") format("truetype"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Regular.eot?#iefix") format("eot");
}

@font-face {
    font-family: "Caslon-Bold";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Bold.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Bold.ttf") format("truetype"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Bold.eot?#iefix") format("eot");
}

body {
    padding-bottom: 40px;
    margin: 0;
    padding-top: 0;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

section {
    width: 100%;
}

* {
    box-sizing: border-box;
}

.container {
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    z-index: 999;

}
.center-me{text-align: center;}
.page-border {
    height: 0;
    width: 100%;
    z-index: 9999;
}

.page-border:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

h3 {
    color: #000;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 36px;
    line-height: 38px;
    margin: 30px auto 20px;
    text-align: center;
}

h3 span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #002D7E;
}

p,
li {
    font-size: 26px;
    line-height: 32px;
    font-family: "Caslon", georgia, "Times New Roman", serif;
    margin: 0 auto 1.6em;
}

h4 {
    font-family: 'roboto condensed', arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
    max-width: 800px;
    margin: 10px auto;
}

ul,
ol {
    margin: 0 auto 10px;
    max-width: 1000px;
    padding-left: 40px;
}

strong {
    font-family: "Caslon-Bold", arial, sans-serif;
}

a {
    color: #0051E8;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #0039A3;
}


.dropcap {
    float: left;
    font-size: 110px;
    line-height: 30px;
    padding-top: 0px;
    padding-left: 3px;
}

.noBullet {padding-left:60px!important;}

.bullets {
    background: transparent url('../img/icon-bullet.png') no-repeat scroll 0 0 / 22px auto;
    padding-left: 40px;
    padding-top: 0;
}

.bullets.check {
    background: transparent url('../img/icon-check.png') no-repeat scroll 0 0 / 22px auto;
    padding-left: 40px;
    padding-top: 0;
}

#site-intro .bullets {
    background: transparent url('../img/icon-bullet.png') no-repeat scroll 30px 0 / 24px auto;
    padding-left: 60px;
    padding-top: 0;
}

#site-intro .bullets.check {
    background: transparent url('../img/icon-check.png') no-repeat scroll 30px 0 / 24px auto;
    padding-left: 60px;
    padding-top: 0;
}

.indent {
    margin-left: 40px;
    border-left: 4px solid #002D7E;
}

.bullets.green {
    background: transparent url('https://hopstatic.s3.amazonaws.com/images/bullet-circle-green.png') no-repeat scroll 0 0 / 22px auto;
}

.bullets.quotes {
    background: transparent url(../img/quotes-black.png) no-repeat scroll 0 0 / 42px auto;
    margin-top: 45px;
    padding-left: 50px;
}


.bullets-header {
    display: block;
    font-size: 24px;
    font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
}

.numbered {
    padding-left: 46px;
    padding-top: 6px;
    position: relative;
}

.numbered::before {
    color: #fff;
    content: attr(data-number);
    font-family: "Gibson-SemiBold", sans-serif;
    font-size: 24px;
    left: 0;
    background-color: #002D7E;
    line-height: 22px;
    border-radius: 50%;
    padding: 10px 12px;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 0;
}

.numbered.double::before {
    color: #fff;
    content: attr(data-number);
    font-family: "Gibson-SemiBold", sans-serif;
    font-size: 24px;
    left: 0;
    background-color: #002D7E;
    line-height: 22px;
    border-radius: 50%;
    padding: 10px 7px;
    width: 26px;
    height: 20px;
    position: absolute;
    top: 0;
}
          .quoteblock{
            display:block;
            width:100%;
            background-color: #f4f3f3;
            border: 2px solid #d1d1d1;
            margin:52px auto 30px;
			padding: 40px 40px 0 40px;
        }
        .quote-tab {
            background-color:#002D7E;
            border: 2px solid #fff;
            border-radius: 50%;
            display: table;
            height: 66px;
            left: 50%;
            margin: -74px auto 0;
            opacity: 1;
            position: absolute;
            text-align: center;
            width: 66px;
            z-index: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }
        .quote{
            position: relative;
            bottom: -14px;
            left: 50%;
            margin-left:-17px;
            width: 34px;
            height: 34px;
            background: transparent url("https://hopstatic.s3.amazonaws.com/images/quotes-white-new.png") no-repeat scroll 0 0 / 34px;
        }
        .quoteblock p{
            border: none;
            color: #434343;
            font-family: "Proxima Nova Semibold",arial,sans-serif;
            font-size: 18pt;
            width: 100%;
            max-width:900px;
            line-height: 1.375;
        }

.testimonial {
    background: url("https://hopstatic.s3.amazonaws.com/images/quotes-blue.png") no-repeat scroll left top transparent;
    border: none;
    color: #333333;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    height: auto;
    margin: 0 auto 20px;
    min-height: 70px;
    padding: 22px 0 0 14px;
    max-width: 640px !important;
    width: 100%;
}

.testimonial-disclosure {
	font-size: 18px;
    font-family: "Gibson-SemiBold", arial, sans-serif;
	line-height: 1.325;
}

.testimonial span {
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-family: "Gibson", arial, sans-serif;
    text-align: right;
}

.footer {
    color: #767676;
    display: block;
    margin: 40px auto 0;
    max-width: 800px;
    text-align: center;
}

.footer p {
    font-size: 11px;
    line-height: 14px;
}

.imgCenter {
	margin: 40px auto;
	display: block;
	width: 80%;
}
/*=================
    navigation 
===================*/
#retirement {width: 185px!important;}
.toggle,
[id^=drop] {
    display: none;
}

nav {
    margin: auto;
    padding: 0;
    background-color: #000;
    border-bottom: 1px solid #bbb;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}
#logo {
    padding: 0;
}
#logo:hover {
    background-color: transparent;
}
.header-logo {
    float: left;
    margin: 20px 0 0 20px;
    width: 250px;
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    max-width: 100%;
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

nav a {
    font-family: "Gibson", arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 24px 20px;
    color: #CDCDCD;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.dropdown-parent:after,
.toggle.menuitem:after {
    content: '\f107';
    font: normal normal normal 18px/1 FontAwesome;
    padding-left: 3px;
}

nav a strong,
.coming-soon strong {
    font-family: "Gibson-SemiBold", arial, sans-serif;
}

nav ul li ul li:hover {
    background: #002D7E;
    text-decoration: none;
}

nav a:hover {
    background-color: #002D7E;
    color: #fff;
    text-decoration: none;
}

nav ul ul {
    background-color: #fff;
    border: 2px solid #002D7E;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-width: 1000px;
    top: 80px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

nav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
	    color: #9f9f9f;

}

nav ul ul li {
    /*width: 100%;*/
    float: none;
    display: list-item;
    position: relative;
}

 nav .active {text-decoration: underline; text-underline-offset: 5px;}

.dropdown-items li a {
    text-transform: none;
    letter-spacing: 0;
    padding: 8px 12px;
    line-height: 20px;
    font-size: 16px;    
	color: #002D7E;

}

.dropdown-items a:hover {  
	color: #FFFEFE;

}
.coming-soon {
    font-family: "Gibson", arial, sans-serif;
    display: block;
	background-color: #DDDCDC;
		background-image: linear-gradient(45deg, gray 25%, transparent 25%, transparent 50%, gray 90%, gray),
    linear-gradient(45deg, gray 15%, transparent 15%, transparent 90%, gray 65%, gray);
	background-size:2px 2px;
background-position: 0 0, 10px 10px;
	color: #3E3D3D;
    text-transform: none;
    letter-spacing: 0;
    padding: 8px 12px;
    line-height: 20px;
    font-size: 16px !important;  
}

.coming-soon:hover {
		background-color: #DDDCDC;
		background-image: linear-gradient(45deg, gray 25%, transparent 25%, transparent 50%, gray 90%, gray),
    linear-gradient(45deg, gray 15%, transparent 15%, transparent 90%, gray 65%, gray);
	background-size:2px 2px;
background-position: 0 0, 10px 10px;
	color: #3E3D3D;
}

nav ul li ul li .coming-soon:hover {
    background: #fff;
    text-decoration: none;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

span.notification {
    background-color: #357d1b;
    font-family: sans-serif;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    top: 2px;
    left: 2px;
    width: 22px;
}



@media screen and (max-width: 1500px) {
    nav a {
        padding: 26px 10px;
    }
}

/*@media all and (max-width: 1300px) {*/

@media all and (max-width: 1050px) {
    nav {
        margin: 0;
    }
    nav a {
        border-bottom: 1px solid #ccc;
        padding: 16px 10px;
        text-align: center;
		    color: #002D7E;
    }
    .toggle+a,
    .menu {
        display: none;
    }
    .toggle {
        color: #000;
        display: block;
        background-color: #fff;
        float: right;
        padding: 17px;
        font-size: 30px;
        text-decoration: none;
        border: none;
        margin-right: 10px;
        margin-bottom:0;
    }
    .toggle.menuitem {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        font-family: "Gibson", arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        float: none;
        padding: 16px 10px;
        text-align: center;
        margin-right: 0;
    }
    .dropdown-items li .coming-soon {
        text-align: center;
    }
    .toggle:hover {
        color: #2072cd;
    }
    [id^=drop]:checked+ul {
        display: block;
        background-color: #fff;
        width: 100%;
    }
    nav ul li {
        display: block;
        width: 100%;
    }
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }
    nav ul ul ul a {
        padding: 0 80px;
    }
    nav a:hover,
    nav ul ul ul a {
        background-color: #002D7E;
    }
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #333;
    }
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        display: none;
        max-width: 100%;
    }
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul ul ul li {
        position: static;
    }
}



@media all and (max-width: 330px) {
    nav ul li {
        display: block;
        width: 94%;
    }
}


/* end header */


/*=================
   end navigation 
===================*/

/* ticker */
* {
    box-sizing: border-box;
}
.ticker-wrap {
    background: -moz-linear-gradient(center top, rgba(27, 79, 159, 1) 0%, rgba(6, 44, 111, 1) 100%) repeat scroll 0 0 #062c6f; 
    background: -webkit-linear-gradient(top, rgba(27, 79, 159, 1) 0%, rgba(6, 44, 111, 1) 100%) repeat scroll 0 0 #062c6f;
    background: linear-gradient(to bottom, rgba(27, 79, 159, 1) 0%, rgba(6, 44, 111, 1) 100%) repeat scroll 0 0 #062c6f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 30px;
    box-sizing: content-box;
    z-index: 9999;
}
.ticker-wrap .ticker {
    display: inline-block;
    position: absolute;
    height: 30px;
    line-height: 30px;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite; 
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
}
.ticker2 {
    -webkit-animation-delay: 35s;
    animation-delay: 35s;
    }
.ticker-wrap .ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 16px;
    color: white;
    font-family: "Gibson-SemiBold",sans-serif; 
}
.ticker-wrap .ticker-item span {
    color: #fbab35;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-6920px, 0, 0);
    transform: translate3d(-6920px, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-6920px, 0, 0);
    transform: translate3d(-6920px, 0, 0);
  }
}

/* end ticker */


/*=================
   showcase intro 
===================*/

.showcase.home {
    background: #000 none repeat scroll center center / cover;
    height: 1400px;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
}

.showcase-image {
    bottom: auto;
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.5;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: auto;
}
.showcase-image.questions-page {
    -webkit-transform: translateX(-50%) translateY(100px);
    -ms-transform: translateX(-50%) translateY(100px);
    transform: translateX(-50%) translateY(100px);
}

.showcase-video {
    bottom: auto;
    display: block;
    opacity: 0.5;
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: auto;
}
.showcase-video.video-page {
    -webkit-transform: translateX(-50%) translateY(10%);
    -ms-transform: translateX(-50%) translateY(10%);
    transform: translateX(-50%) translateY(10%);
}

.sub-home .showcase-image {
    opacity: 1;
}

.headline-container {
    color: #fff;
    left: 50%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 30px 20px 0 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
}
.headline-container a{
    color:#FFE310;
}
.headline-container a:hover{
    color:#E0C600;
}
.headline-container h1 {
    font-family: "Tiempos", georgia, "Times New Roman", serif;
/*
    font-size: 85px;
    line-height: 90px;
*/
    font-size: 70px;
    line-height: 80px;
    display: block;
    margin: 20px auto 30px;
    text-align: center;
    font-weight: normal;
}

.headline-container h3 {
    color: #fff;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    display: block;
    margin: 10px auto 20px;
    max-width: 1000px;
    text-align: center;
}

.headline-container h3.kicker {
    color: #fff;
    font-family: "Gibson", arial, sans-serif;
    font-size: 20px;
    text-align: center;
    max-width: 900px;
    line-height: 26px;
    margin: 30px auto 0;
}

.home-scroll {
    bottom: 30px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: 100%;
}

.home-scroll:after {
    background: #fff;
    bottom: -50px;
    content: "";
    display: block;
    height: 45px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 2px;
}

.home-scroll p {
    color: #fff;
    font-family: "Gibson", arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.home-scroll img {
    display: block;
    margin: 5px auto;
    width: 20px;
}

.section-mast-sub {
    top: 70%;
    margin: 0 auto;
    max-width: 1230px;
    position: relative;
}

.intro-box-sub {
    color: #fff;
}

.page-title {
    display: block;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.15;
    margin: 0 auto 10px;
    text-align: center;
}

.home-title {
    font-size: 50px;
}

.short-title {
    font-size: 80px;
}

.long-title {
    font-size: 60px;
}

.really-long-title {
    font-size: 50px;
}

.page-title.home-intro {
    max-width: 820px;
}


/*=====================
   end showcase intro 
========================*/
.background-hero{
        height: 100%;
          width: auto;
          min-height: 100%;
          min-width: 100%;
          left: 50%;
          top: 50%;
          position: absolute;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
    }

/*=====================
   sections 
========================*/

.copy.subpage {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
}

.content-container {
	background-color: #fff;
	display: grid;
	grid-template-columns: 70% 30%;
	grid-template-rows: auto;
	grid-template-areas:
			"header header"
			"main sidebar";
	margin-top: -500px;
	padding: 0 40px;

}

.content-container.signal-intro {
    background-color: #fff;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto;
    grid-template-areas: "header header" "main sidebar" "footer footer";
    margin-top: -500px;
    width: 100%;
}

.title-section {
    grid-area: header;
    margin-bottom: 60px;
    position: relative;
}

.title-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    border: 1px solid #002D7E;
    width: 80%;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-section h1 {
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 60px;
    line-height: 60px;
    margin-top: 0;
}

.title-section h3 {
    max-width: 100% !important;
    font-size: 20px;
    font-family: "Gibson", arial, sans-serif;
    line-height: 24px;
    margin-bottom: 10px;
}

.title-section .eyebrow {
    color: #002D7E;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-top: 30px;
}

.col-content.left-main {
    grid-area: main;
    margin: 0 40px 0 0;
    position: relative;
}

.col-content.right-side {
    grid-area: sidebar;
    margin-right: 30px;
    padding-top: 40px;
    position: relative;
}

.preview-area {
    grid-area: footer;
    margin-bottom: 60px;
    padding: 0;
    position: relative;
}

.sub-home {
    background-color: #000;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.sub-home.blue {
    background-color: #0c357d;
}

#site-intro {
    padding: 60px 0;
    position: relative;
    z-index: 999;
}


/*==========================
   begin articles styles 
============================*/

.articles-container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    margin: 20px auto;
    max-width: 1000px;
    width: 100%;
}
.article-item {
    border: 1px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    color: #000;
    cursor: pointer;
    margin: 10px 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 24%;
    text-decoration: none;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}
.article-item:hover {
    border: 1px solid #ff9500;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    color: #000;
    height: auto;
    text-decoration: none;
}
.article-item p.article-button {
    padding: 10px;
    border: 1px solid #13691b;
    background-color: #0c870f;
    color: #fff;
    font-size: 18px;
    font-family: "Gibson-SemiBold",arial, helvetica, sans-serif;
    width: 120px;
    text-align: center;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}
.article-item:hover .article-button {
    background-color: #119a14;
    border: 1px solid #177b20;
}
.article-item h3 {
    border-bottom: 1px solid #aaaaaa;
    display: block;
    font-family: "Gibson",arial,sans-serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 16px;
}
.article-credit {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
}
.article-item p {
    font-size: 14px;
    line-height: 18px;
}

/*==========================
   end articles styles 
============================*/

.scroll-down {
    background-color: #000;
    border: 4px solid #fff;
    border-radius: 50%;
    display: table;
    font-size: 1px;
    height: 70px;
    left: 50%;
    top: -70px;
    opacity: 1;
    padding-top: 18px;
    position: absolute;
    text-align: center;
    width: 70px;
    z-index: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* animation: appear 0.3s 1.8s ease-in-out forwards; */
}

.scroll-down img {
    width: 60%;
}

.aux-title {
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    text-align: left;
}

.byline {
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 18px;
    margin: 0;
}

.copy {
    padding: 30px 0;
}

/*
.copy p,
.copy h3 {
    max-width: 800px;
}
*/

.copy h2 {
    border-bottom: 1px solid #bbb;
    font-family: "roboto condensed", arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin: 40px auto 20px;
    max-width: 800px;
    padding-bottom: 20px;
}

.dropcap {
    float: left;
    font-size: 110px;
    line-height: 60px;
    padding-top: 20px;
}

.submit-btn {
    background: -moz-linear-gradient(center top, rgba(159, 9, 9, 0.3) 0%, rgba(105, 8, 8, 0.3) 100%) repeat scroll 0 0 #c13030;
    background: -webkit-linear-gradient(top, rgba(159, 9, 9, 0.3) 0%, rgba(105, 8, 8, 0.3) 100%) repeat scroll 0 0 #c13030;
    background: linear-gradient(to bottom, rgba(159, 9, 9, 0.3) 0%, rgba(105, 8, 8, 0.3) 100%) repeat scroll 0 0 #c13030;
    border-color: #a41f1f #711212 #711212 #a41f1f;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin: 15px auto 10px;
    padding: 20px;
    text-decoration: none;
    font-family: "Gibson-SemiBold", Helvetica, Arial, sans-serif;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.submit-btn:hover {
    background: -moz-linear-gradient(center top, rgba(159, 9, 9, 0.4) 0%, rgba(105, 8, 8, 0.4) 100%) repeat scroll 0 0 #a01f1f;
    background: -webkit-linear-gradient(top, rgba(159, 9, 9, 0.4) 0%, rgba(105, 8, 8, 0.4) 100%) repeat scroll 0 0 #a01f1f;
    background: linear-gradient(to bottom, rgba(159, 9, 9, 0.4) 0%, rgba(105, 8, 8, 0.4) 100%) repeat scroll 0 0 #a01f1f;
    border-color: #a41f1f #711212 #711212 #a41f1f;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.submit-btn:hover,
.submit-btn:focus {
    color: #fff;
    text-decoration: none;
}

.box-button {
    border: 1px solid #002D7E;
    color: #002D7E;
    display: inline-block;
    font-family: "Gibson-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 16px;
    margin: 10px auto;
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all 0.5s cubic-bezier(.13, .97, .4, 1);
    -moz-transition: all 0.5s cubic-bezier(.13, .97, .4, 1);
    transition: all 0.5s cubic-bezier(.13, .97, .4, 1);
    width: 200px;
}

.box-button:hover,
.box-button:focus {
    background-color: #002D7E;
    color: #fff;
    text-decoration: none;
}
.box-button.inactive {
	background-color: #DDDCDC;
		background-image: linear-gradient(45deg, gray 25%, transparent 25%, transparent 50%, gray 90%, gray),
    linear-gradient(45deg, gray 15%, transparent 15%, transparent 90%, gray 65%, gray);
	background-size:2px 2px;
background-position: 0 0, 10px 10px;
	color: #3E3D3D;
	 border: 1px solid #6D6D6D;

}
.inactive:hover,.inactive:focus {
	background-color: #DDDCDC;
	background-image: linear-gradient(45deg, gray 25%, transparent 25%, transparent 50%, gray 90%, gray),
    linear-gradient(45deg, gray 15%, transparent 15%, transparent 90%, gray 65%, gray);
	background-size:2px 2px;
	background-position: 0 0, 10px 10px;
	color: #3E3D3D;
	cursor: default;
	 border: 1px solid #6D6D6D;
}


.hovermessage {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.hovermessage .hovermessage-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
margin: 20px 0px 0px -100px;
  position: absolute;
  z-index: 1;
}

.hovermessage:hover .hovermessage-text {
  visibility: visible;
}

.fa.fa-chevron-right.go-arrow {
    margin-left: 4px;
}

.button-action,
.button-blue {
    -moz-user-select: none;
    background-color: #4d90fe;
    background: -moz-linear-gradient(top, #4d91fe 0%, #4786ed 100%);
    background: -webkit-linear-gradient(top, #4d91fe 0%, #4786ed 100%);
    background: linear-gradient(to bottom, #4d91fe 0%, #4786ed 100%);
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px !important;
    margin: 10px auto;
    max-width: 740px;
    padding: 20px;
    text-align: center;
    transition: all 0.218s ease 0s;
    -ms-transition: all 0.218s ease 0s;
    -moz-transition: all 0.218s ease 0s;
    -webkit-transition: all 0.218s ease 0s;
    width: 100%;
    line-height: 26px;
}

.button-action:hover,
.button-blue:hover,
.button-action:focus,
.button-blue:focus {
    text-decoration: none;
    color: #fff;
    background-color: #2e79f4;
    background: -moz-linear-gradient(top, #2e79f4 0%, #377deb 100%);
    background: -webkit-linear-gradient(top, #2e79f4 0%, #377deb 100%);
    background: linear-gradient(to bottom, #2e79f4 0%, #377deb 100%);
}

.button-disabled {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #000;
    cursor: default;
}

.button-disabled:hover,
.button-disabled:focus {
    background-color: #fff;
    color: #000;
    background-image: none;
    text-decoration: none;
}

.button-blue.feature-box-btn {
    border-color: #2564cc;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #fff;
    line-height: 18px !important;
    position: relative;
    z-index: 999;
}

.table-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
	overflow-x: auto;
}

.table {
    border-collapse: collapse;
    font-family: "Gibson", arial, sans-serif;
    font-size: 16px;
    margin: 20px auto;
    width: 100%;
}

.striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table th {
    color: #fff;
/*    background-color: #0f7dc2;*/
    background-color: #383838;
/*    border-color: #0f7dc2;*/
    border-color: #a7a7a7;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    padding: 14px 8px;
    text-align: left;
}

.table td {
    display: table-cell;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table strong {
    font-family: "Gibson-SemiBold", arial, sans-serif;
}

.copy h3.table-header {
    font-family: "Roboto Condensed", "Gibson-SemiBold", arial, sans-serif;
    max-width: 800px;
    font-size: 46px;
    line-height: 46px;
    font-weight: 300;
    margin: 40px auto 30px;
}

.takeaway {
    border: 1px solid #ddd2e6;
    background-color: #f8f9fa;
    margin: 30px auto;
    padding: 10px 40px;
    position: relative;
    max-width: 800px;
    width: 100%;
}

.takeaway p {
    font-family: "Gibson", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
}

.takeaway .check {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
}

.sidebar-container {
    margin: 10px auto;
    max-width: 800px;
}

.sidebar-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 300px;
}

@media screen and (max-width: 600px) {
.sidebar-image {
    float: none;
    max-width: 200px;
	display: block;
	margin: 40px auto;
}
	
}

.sidebar-image-left {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 300px;
}

.sidebar {
    border: 1px solid #ccc;
    float: right;
    margin-left: 20px;
    padding: 10px 14px;
    width: 300px;
}

.sidebar>h3 {
    color: #333;
    font-family: "roboto condensed", arial, sans-serif;
    font-size: 24px;
    line-height: 28px !important;
    margin-top: 10px;
}

.sidebar>p {
    font-size: 15px;
    line-height: 19px;
}

.sidebar-subhead {
    font-family: "roboto condensed", arial, sans-serif;
    font-weight: 300;
    padding: 10px 20px;
    font-size: 30px;
    margin: 0;
    border-bottom: 1px solid #bbb;
}

.image-sidebar-container {
    border-bottom: 2px solid #bbb;
    border-top: 2px solid #bbb;
    float: right;
    margin: 20px 0 20px 180px;
    position: relative;
    right: 10%;
    width: 420px;
}

.image-sidebar {
    padding: 20px 60px 10px 10px;
    width: 380px;
}

.image-sidebar-container>p {
    font-size: 12px;
    line-height: 15px;
    margin: 0 10px 10px;
}

.col-content .sidebar img {
    border: none;
    border-radius: 0;
    width: 100%;
}

.stock-chart {
    display: block;
    margin: 10px auto;
    max-width: 700px;
    width: 100%;
}

.guests-container .stock-chart {
    border: none;
    border-radius: 0;
    display: block;
    margin: 10px auto;
    max-width: 700px;
    width: 100%;
}

.article-holder {
    padding-bottom: 40px;
    margin-left: 40px;
    border-bottom: 2px dotted #bbb;
}

.article-head {
    font-family: "Roboto Condensed", arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    margin: 30px 0 20px;
}

.article-holder p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
    font-family: "Gibson",arial,sans-serif;
}
.article-holder strong {
    font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
}
.article-holder .article-byline {
    color: #a6a6a6;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 0;
    text-transform: uppercase;
}

.article-holder .button-link {
    padding: 10px;
    border: 1px solid #13691b;
    background-color: #0c870f;
    color: #fff;
    font-size: 18px;
    font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
    margin: 20px 0;
    width: 120px;
    text-decoration: none;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}

.article-holder .button-link:hover {
    background-color: #119a14;
    border: 1px solid #177b20;
}

.article-logo {
    display: block;
    width: 50px;
}

.player-container {
    margin: 10px 0 30px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.home-player {
    margin: 15px auto;
    max-width: 800px;
    display: block;
    width: 100%;
}

.player-container {
    margin: 10px 0 30px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.meltup-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vjs-big-play-button {
    display: none !important;
}

.bullets.quotes span {
    color: #002D7E;
    display: block;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 24px;
}

.guests-container {
    display: block;
    margin: 20px auto 50px;
    width: 100%;
}

.guests-container img {
    display: block;
    border: 2px solid #002D7E;
    border-radius: 50%;
    margin: 10px auto;
    width: 180px;
}

.guests-container h3 {
    font-family: "Roboto Condensed", arial, sans-serif;
    font-size: 50px;
    line-height: 44px;
    font-weight: 300;
    text-align: center;
    margin-top: 20px;
}

.guests-container h3 span {
    display: block;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px;
}

.report-headline {
    font-family: "Gibson-ExtraBold", arial, sans-serif;
    font-weight: 300;
    font-size: 56px;
    line-height: 50px;
    margin: 50px auto 0;
    text-align: center;
}

.multi-lines {
    border: none;
    margin: 60px auto 50px;
    padding-bottom: 20px;
    position: relative;
}

.multi-lines_lines {
    border-bottom: 2px solid #A7A7A7;
    line-height: 0;
    padding-bottom: 10px;
    margin: auto;
    width: 175px;
}

.multi-lines_lines:nth-child(2) {
    width: 370px;
}

.sidebar-topper.split {
    top: -14px;
    width: 50px;
    height: 50px;
}

.prev-next {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    display: block;
}

.prev-next .box-button.prev {
    float: left;
    width: 250px;
}

.prev-next .box-button.next {
    float: right;
    width: 250px;
}


/*=====================
   end sections 
========================*/


/*==========================
   begin articles styles 
============================*/

.articles-container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: nowrap;
    -webkit-flex-flow: nowrap;
    margin: 20px auto;
    max-width: 1000px;
    width: 100%;
}

.article-item {
    border: 1px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    color: #000;
    cursor: pointer;
    margin: 10px 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 24%;
    text-decoration: none;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}

.article-item:hover {
    border: 1px solid #ff9500;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    color: #000;
    height: auto;
    text-decoration: none;
}

.article-item p.article-button {
    padding: 10px;
    border: 1px solid #13691b;
    background-color: #0c870f;
    color: #fff;
    font-size: 18px;
    font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
    width: 120px;
    text-align: center;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}

.article-item:hover .article-button {
    background-color: #119a14;
    border: 1px solid #177b20;
}

.article-item h3 {
    border-bottom: 1px solid #aaaaaa;
    display: block;
    font-family: "Gibson", arial, sans-serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 16px;
}

.article-credit {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 15px;
    text-transform: uppercase;
}

.article-item p {
    font-size: 14px;
    line-height: 18px;
    font-family: "Gibson",arial,sans-serif;
}

.regwall {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%) repeat scroll 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%) repeat scroll 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%) repeat scroll 0 0;
    padding-top: 140px;
    margin-top: -150px;
    position: relative;
}

.disabled {
    display: none;
}

.faq p strong {
    font-family: "Gibson-SemiBold", arial, sans-serif;
    margin-bottom: 10px;
}


/*==========================
   end articles styles 
============================*/


/*==========================
  sidebar styles 
============================*/

.right-side section {
    background-color: #fff;
    border: 2px solid #A7A7A7;
    margin-bottom: 60px;
    padding: 40px 0 0;
    position: relative;
}

section .vip-block {
    border: 2px solid #A7A7A7;
    color: #fff;
    background-color: #383838;
}

.right-side .vip-block h2 {
    color: #fff;
}

.right-side section.lesson-section {
    padding-top: 60px;
    z-index: 1;
}

.sidebar-topper {
    background-color: #fff;
    border: 2px solid #A7A7A7;
    border-radius: 50%;
    height: 60px;
    left: 50%;
    top: -32px;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);    
}

section .vip-block .sidebar-topper {
    border: 2px solid #a7a7a7;
}

.right-side h2 {
    border-bottom: none;
    color: #000;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.right-side p {
    font-size: 16px;
    line-height: 19px;
    padding: 0 20px;
}
.right-side .testimonial {
    padding-top: 20px;
}
.right-side .testimonial span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
}
.right-side .bullets {
    background: transparent url(../img/icon-bullet.png) no-repeat scroll 0 0 / 18px auto;
    font-family: "Gibson", arial, sans-serif;
    padding-left: 30px;
    margin-bottom: 20px;
}
.event-block {
    clear: both;
    display: table;
    margin: 0 auto 20px;
    padding: 0 20px;
}

.event-block img {
    width: 100%;
    display: block;
    max-width: 350px;
    margin: 10px auto;
}
.event-block .side-icon {
    float: right;
    margin: 0 0 10px 10px;
    height: 90px;
    width: 90px;
}
.event-block .bio-hero {
    border: 1px solid #002D7E;
    border-radius: 50%;
}

.event-block .calendar-icon {
    float: right;
    margin: 0 0 10px 10px;
}

.description h3 {
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 24px;
    line-height: 27px;
    margin: 0;
}

.event-block .description p {
    font-size: 16px;
    font-family: "Gibson", arial, sans-serif;
    line-height: 19px;
    padding: 0;
}

.description p strong {
    font-family: "Gibson-SemiBold", arial, sans-serif;
}

.sidebar .card {
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}

.sidebar .card p {
    padding: 0 10px;
}

.sidebar .card-container {
    margin-top: 20px;
    min-height: auto;
    padding: 10px;
}


/*==========================
  end sidebar styles 
============================*/


/*==========================
  countdown timer stuff
============================*/

#event-timer {
    color: #000;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 16px;
    margin: 50px auto;
    text-align: center;
    text-transform: uppercase;
}

#event-timer>div {
    border-right: 1px dashed rgba(0, 0, 0, 0.45);
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    text-align: center;
}

#event-timer>div:last-child {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}

#event-timer span {
    color: #c00;
    display: block;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 5px;
}
.headline-container #event-timer {
    color: #002D7E;
}
#event-timer>div {
    border-right: 1px dashed rgba(255, 255, 255, 0.45);
}
.headline-container #event-timer span {
    color: #fff;
    display: block;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 5px;
}

/*==========================
  end countdown timer stuff
============================*/


/*==========================
  Phone stuff
============================*/

#CallLoop p {
    font-family: "Gibson-SemiBold", arial, sans-serif;
    margin: 10px auto;
    display: block;
    text-align: center;
}

#phone-number {
    text-align: center;
}

#CallLoop input[type="text"] {
    background-color: #FCFFEC;
    border: 1px solid #bbbbbb;
    font-family: "Gibson-SemiBold", Arial, sans-serif;
    font-size: 24px;
    line-height: 40px;
    padding: 4px 6px;
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    display: inline-block;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    text-align: center;
}

#CallLoop .callloop-submit {
    background: -moz-linear-gradient(center top, rgba(27, 159, 9, 0.3) 0%, rgba(20, 105, 8, 0.3) 100%) repeat scroll 0 0 #41c130;
    background: -webkit-linear-gradient(top, rgba(27, 159, 9, 0.3) 0%, rgba(20, 105, 8, 0.3) 100%) repeat scroll 0 0 #41c130;
    background: linear-gradient(to bottom, rgba(27, 159, 9, 0.3) 0%, rgba(20, 105, 8, 0.3) 100%) repeat scroll 0 0 #41c130;
    border-color: #2fa41f #1d7112 #1d7112 #2fa41f;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Gibson-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
    padding: 4px 12px;
    text-decoration: none;
    display: block;
}

#CallLoop .callloop-submit:hover {
    background: -moz-linear-gradient(center top, rgba(27, 159, 9, 0.4) 0%, rgba(20, 105, 8, 0.4) 100%) repeat scroll 0 0 #2ea01f;
    background: -webkit-linear-gradient(top, rgba(27, 159, 9, 0.4) 0%, rgba(20, 105, 8, 0.4) 100%) repeat scroll 0 0 #2ea01f;
    background: linear-gradient(to bottom, rgba(27, 159, 9, 0.4) 0%, rgba(20, 105, 8, 0.4) 100%) repeat scroll 0 0 #2ea01f;
    border-color: #2fa41f #1d7112 #1d7112 #2fa41f;
    text-decoration: none;
}

.callloop-bottom {
    color: #aaa;
    font-size: 10px;
    margin: 20px auto 0;
    text-align: center;
    font-family: "Gibson-SemiBold", arial, sans-serif;
}
.vip-sticky {
    position: fixed;
    top: 20%;
    width: 300px;
    z-index: 9999;
    right: -300px;
    background-color: #fff;
/*    border: 4px solid #002D7E;*/
    border: 4px solid #009612;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}
.vip-sticky.active {
    right: -4px;
}
.vip-toggle {
    cursor: pointer;
    line-height: 24px;
/*    background-color: #002D7E;*/
    background-color: #009612;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    left: -115px;
    height: 40px;
    top: 97px;
    padding: 10px 40px 10px 10px;
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 16px;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
}
.vip-toggle:hover {
/*    background-color: #328cbf;*/
    background-color:  #00B315;
}
.vip-toggle:after {
    font-family: "FontAwesome";
    content: "\f0aa";
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
}
.vip-sticky.active .vip-toggle:after {
    font-family: "FontAwesome";
    content: "\f0ab";
}
.vip-sticky h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 10px auto 20px;
}
.vip-sticky p {
    font-family: "Gibson", arial, sans-serif !important;
    font-size: 16px;
    line-height: 18px;
    text-align: left !important;
}
.vip-sticky #CallLoop input[type="text"] {
    font-size: 20px;
    line-height: 30px;
    padding: 4px 6px;
    max-width: 200px;
}
.vip-sticky #CallLoop .callloop-submit {
    max-width: 200px;
}

/*CallLoop position fix*/
.callLoop-fix{
        max-width: 900px;
        display: block;
        margin: 0 auto 40px;
        border: solid 5px #dedede;
        padding: 20px;
    }
.callLoop-tophead{
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width: 3px;
}
    .row{
        margin:0 auto;
        width:100%;
    }
    #CallLoop input[type="text"]{
        max-width: none;
    }

/*==========================
  End Phone stuff
============================*/

.profile-img{
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    border-radius: 500px;
}
/*==========================
  email submission stuff
============================*/

form.email-sub {
    max-width: 800px;
    display: block;
    margin: 20px auto;
}

form.email-sub input[type="email"],
form.email-sub input[type="text"] {
    background-color: #fff;
    border: 1px solid #bbb;
    font-family: "Gibson", Arial, sans-serif;
    font-size: 18px;
    line-height: 40px;
    padding: 4px 6px;
    width: 100%;
    max-width: 350px;
    margin: 10px 0;
    display: block;
}

form.email-sub textarea {
    font-size: 18px;
    font-family: "Gibson", arial, sans-serif;
    border: 1px solid #bbb;
    background: #fff;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    min-height: 250px;
    vertical-align: top;
}

form.email-sub button {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #13691b;
    background-color: #0c870f;
    color: #fff;
    font-size: 18px;
    font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
    margin: 10px 0;
    width: 120px;
    text-decoration: none;
    transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
}

form.email-sub button:hover {
    background-color: #119a14;
    border: 1px solid #177b20;
}


/*==========================
  end email submission stuff
============================*/

@media only screen and (max-height: 700px) {
    .sub-home {
        height: 600px;
    }
}

@media only screen and (min-width: 1600px) {
    .intro-box-sub {
        max-width: 1500px;
    }
}

@media only screen and (max-width: 1400px) {
    .copy.subpage {
    	width: 94%;    
	}
}

@media only screen and (max-width: 1200px) {
    .section-mast-sub {
        margin: 0 40px;
    }
}

@media screen and (max-width: 1100px) {
    .headline-container h3.kicker {
        font-size: 22px;
        line-height: 28px;
    }
    .headline-container {
        width: 90%;
    }
}

@media only screen and (max-width: 1100px) {
	#event-timer span, .headline-container #event-timer span {
		font-size: 80px;
		line-height: .9;
        
}
.showcase.home {height:1500px; }
}


@media screen and (max-width: 1000px) and (min-width: 800px) {
    .table-container {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1000px) {
    .content-container {
		grid-template-columns: 100%;
		grid-template-areas:
				"header"
				"main"
				"sidebar";
		margin-top: -400px;

    }
    .content-container.signal-intro {
        background-color: #fff;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-template-areas: "header" "main" "footer" "sidebar";
        margin-top: -500px;
        width: 100%;
    }
	
	.title-section {
		margin-bottom: 30px;
		}

    .aux-title {
        font-size: 70px;
        line-height: 70px;
    }
    .event-block {
        margin: 0 auto 30px;
    }
    .event-block .date-icon {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .headline-container h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .grid-blocks .block {
        width: 50%;
    }
}

@media only screen and (max-width: 900px) {
    .image-sidebar-container {
        margin: 0 0 20px 100px;
        right: 3%;
    }
    .event-block img {
        float: none;
    }
    #event-timer>div, .headline-container #event-timer>div {
        margin-right: 15px;
        padding-right: 15px;
    }
    #event-timer span, .headline-container #event-timer span {
        font-size: 70px;
        line-height: 60px;
    }
    .headline-container h1 {
        font-size: 50px;
        line-height: 56px;
    }
}
@media screen and (max-width:1100px){
    .hide-me{display:none;}
    .headline-container h1{
        font-size: 60px;
        line-height: 65px;
    }
}
@media only screen and (max-width: 800px) {    
    .hide-me2{display:none;}
/*
    #CallLoop .callloop-submit{
        padding:4px 5px;
        font-size:16px;
    }
*/
    #CallLoop input[type="text"]{font-size: 18px;}
    /*.showcase.home{height: 750px;}*/
    .copy.subpage {
        flex-flow: wrap;
        -webkit-flex-flow: wrap;
    }
    .col-content.left-main {
        margin: 0 0 20px 0;
    }
    .col-content.right-side {
        margin: 20px 0 0;
        width: 100%;
    }
    .copy {
        padding: 30px 20px;
    }
    .articles-container {
        flex-flow: wrap;
        -webkit-flex-flow: wrap;
    }
    .article-item {
        width: 48%;
    }
}

@media only screen and (max-width: 769px) {
    .container {
        padding: 0 20px;
    }
    .short-title {
        font-size: 80px;
        line-height: 80px;
    }
    .intro-box-sub {
        margin-left: 20px;
        padding-left: 0;
        width: 90% !important;
    }
    .section-mast-sub {
        margin: 0 20px;
    }
    .image-sidebar-container {
        margin: 0 0 20px 60px;
        right: 0;
        width: 350px;
    }
    .image-sidebar {
        padding: 20px 40px 10px 10px;
        width: 350px;
    }
    .glance-block {
        border: none;
        float: none;
        margin: 10px auto;
        padding-left: 0;
        width: 100%;
    }
    .headline-container h3.kicker {
        font-size: 18px;
        line-height: 24px;
    }
    .headline-container h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .content-wrap.left {
        left: 0;
        width: 100%;
    }
    .content-wrap.right {
        right: 0;
        /* transform: translateX(50%); */
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .table-container {
        overflow-x: auto;
    }
    .prev-next .box-button.prev,
    .prev-next .box-button.next {
        float: none;
        display: block;
    }
    .grid-blocks.subpage .block {
        width: 100%;
    }
    .headline-container h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media screen and (max-width: 600px) {
    body {
        border: none;
    }
    .page-border {
        display: none;
    }

    .showcase.home {height:1400px;}
    .callLoop-mobile-header{padding:5px;}
/*
    .container {
        padding: 0;
    }
*/
/*
    .mobile-padding {
        padding: 0 20px;
    }
*/
    .aux-title {
        font-size: 60px;
        line-height: 60px;
    }
    #countdown span {
        font-size: 70px;
        line-height: 80px;
    }
    .event-block {
        width: 100%;
    }
    .title-section h1 {
        font-size: 50px;
        line-height: 1;
    }
	
	.content-container {
		margin-top: -400px;
		padding: 0 15px;
	}

	
    .grid-blocks .block {
        width: 100%;
    }
    .vip-sticky {
        display: none;
    }
    .hide-me-img{display:none;}
}

@media screen and (max-width: 575px) {
    #red {display:none;}

}

@media  screen and (max-width: 550px) {
    .noBullet {padding-left:20px!important;}
    .imgCenter {margin-bottom:30px!important;}
    .image-sidebar {
        display: block;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 90%;
    }
    .image-sidebar-container {
        float: none;
        margin: 20px auto;
        width: 90%;
    }
    .article-item {
        width: 100%;
    }
    .headline-container h3.kicker {padding:0px 20px;}
}

@media only screen and (max-width: 480px) {
    .headline-container {padding:0px 10px;}
    .content-container {margin-top:-60vh;}
    .short-title {
        font-size: 50px;
        line-height: 60px;
    }
    .page-title {
        font-size: 30px;
        line-height: 40px;
    }
    .header-logo {
        margin: 30px 0 0 15px;
        width: 220px;
    }
    .showcase-image.mobile-question {
        left: 35%;
    }
    .showcase-image.mobile-guests {
        left: 20%;
    }
    .showcase-image.mobile-articles {
        left: 70%;
    }
    .sub-home {
        height: 80vh;
    }
    .aux-title {
        font-size: 50px;
        line-height: 50px;
    }
    .sidebar {
        float: none;
        margin: 0;
        width: 100%;
    }
    #event-timer>div, .headline-container #event-timer>div {
        margin-right: 10px;
        padding-right: 10px;
    }
    #event-timer span, .headline-container #event-timer span {
        font-size: 46px;
        line-height: 46px;
    }
    #event-timer, .headline-container #event-timer {
        font-size: 13px;
        margin: 20px 0;
    }
    h3 {
         font-size: 28px;
    	line-height: 1.1;
 	   	margin: .75em auto;

    }
    p, li {
        font-size: 22px;
        line-height: 26px;
    }

    #site-intro .bullets {
         background: transparent url(../img/icon-bullet.png) no-repeat scroll 0 0 / 22px auto; 
         padding-left: 40px; 
        padding-top: 0;
    }
    .bullets {
        background: transparent url('../img/icon-bullet.png') no-repeat scroll 0 0 / 22px auto;
        padding-left: 40px;
        padding-top: 0;
    }

    .headline-container {
        padding: 30px 0;
        -webkit-transform: translateX(-50%) translateY(-42%);
        transform: translateX(-50%) translateY(-42%);
    }
    .headline-container h3.kicker {
        font-size: 25px; /*previosly 16px;*/
        line-height: 30px; /*previously 20px;*/
        margin-bottom: 30px;
    }
    .headline-container h3 {
        font-size: 18px;
        line-height: 22px;
        padding: 0px 10px;
    }
    .title-section h1 {
        font-size: 36px;
		line-height: 1;
        text-align: center;

    }
    .multi-lines_lines:nth-child(2) {
          width: 100%;
  		  max-width: 340px;

    }
    #site-intro .bullets.check {
        background: transparent url(../img/icon-check.png) no-repeat scroll 0 0 / 24px auto;
        padding-left: 30px;
    }
    .home-scroll {
        display: none;
    }
}

@media only screen and (max-width: 330px) {
	#event-timer>div, .headline-container #event-timer>div {
        margin-right: 5px;
        padding-right: 5px;
    }
	
    #event-timer span, .headline-container #event-timer span {
        font-size: 30px;
        line-height: 30px;
    }
	
    #event-timer, .headline-container #event-timer {
        font-size: 13px;
        margin: 10px 0;
    }



	.nav {
	height: 70px;
	}
	.toggle {
		padding: 16px;
	}
	    .multi-lines_lines:nth-child(2) {
          width: 90%;

    }
	}


    