main h1,
main h2,
main h3,
main h4,
main h5,
main a,
a.secondary-button,
main p,
main span,
main ul,
main ul li {
    font-family: 'proxima-nova', myriad-pro, Arial, Helvetica, sans-serif !important;
}

main {
    padding-bottom: 3rem;
}

main a, main a:link, main a:visited, main a:active {
    color: #455c6c;
    font-family: 'proxima-nova', myriad-pro, Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    outline: medium none;
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

.tab-bar {
    overflow: hidden;
}


#hero {
    background: #002143 url("/static/images/homepage/backgrounds/home-bg.jpg") repeat-y scroll center top -30px / cover;
    height: 372px;
    margin-bottom: 1.75rem;
}

h1.light {
    font-size: 1.315rem !important;
    padding-right: 4rem;
    margin-bottom: 0.25rem;
}

h1.light#var1 {
    font-size: 1.6rem !important;
}

#top-banner {
    background: rgba(25, 28, 30, 0.9);
    display: none;
    height: 75px;
    padding: 20px 0;
}

#top-banner, #top-banner button {
    font-family: 'proxima-nova', myriad-pro, Arial, Helvetica, sans-serif;
}

#top-banner h4 {
    color: #efde0e;
    /*font-size: 1.125em;*/
    font-size: 0.9375em;
    margin: 0;
    padding: 4px 2px;
    text-align: center;
}

.learn-more-button {
    outline: none;
}

#icc-banner, #icc-banner-mobile {
    position: relative;
}

#icc-banner #icc-blurb {
    margin-top: 4px;
}

#icc-banner span, #icc-blurb {
    color: #fff;
    font-size: 1.06em;
    //line-height: 47px;
}

#icc-blurb .show-for-large-up {
    margin-top: -10px;
}

#icc-blurb .show-for-medium-only {
    margin-top: 10px;
}




#icc-banner button {
    text-align: center;
    width: 155px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1em;
    font-weight:lighter;
    color: #fff;
    border: 1px solid #00FF6D;
    border-radius: 3px;
    background-color: transparent;
    margin-bottom: 0;
    //margin-top:8px;
}

#top-banner img#icc-logo-banner {
    height: 34px;
    margin: 0 0 0 10px;
}

#top-banner img#icc-logo-banner-sm {
    height: 34px;
    margin: 0 0 0 10px;
}

#top-banner a {
    /*color: #efde0e;*/
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#top-banner a#learn-more-icc,
#top-banner a#learn-more-icc:hover {
    border: 0 !important;
    text-decoration: none !important;
}

#top-banner a#learn-more-icc img {
    border: 0 !important;
    margin-right: 10px;
    width: 130px;
}

#top-banner a#learn-more-icc:hover {
    border: 0;
}

#top-banner a#close-icc-notice img {
    /*float: right;*/
    display: inline-block;
    height: 25px;
    line-height: 47px;
    margin-left: 20px;
    /*position: relative;*/
    /*right: 22px;*/
    /*top: 5px;*/
    width: 24px;
}

#hero ul {
    margin-left: 0.75rem;
}

#hero .top-bottom-gutters {
    padding-bottom: 0.5em;
}

#hero h2 {
    font-size: 1.1rem !important;
    padding: 0.33rem 0;
}

img.fill-width {
    min-width: 100%;
}

#homepage-tabs {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    z-index: 9;
}

#the-tabs {
    margin-top: -1.75rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    z-index: 10;
}

#homepage-tabs .tabs {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 2px 2px #ddd;
}

a.supplemental-blue,
a.supplemental-blue:link,
a.supplemental-blue:visited,
a.supplemental-blue:hover {
    color: #4a90ad !important;
}

.recent-news-hr {
    padding-bottom: 0;
    padding-top: 0;
}

.tabs .tab-title {
    border: 1px solid #aeb0b2;
    text-align: center;
    width: 33.33%;
}

.tabs .tab-title:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabs .tab-title:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabs .tab-title > a {
    font-size: 1.125rem;
    padding: 0.8rem 0;
}

.tabs .tab-title a {
    background: -webkit-linear-gradient(#fff, #e3e3e3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #e3e3e3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #e3e3e3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #e3e3e3); /* Standard syntax (must be last) */
    color: #354a5a;
}

.tabs .tab-title a:hover {
    -moz-box-shadow: inset 0 -10px 0 -5px #0070AC;
    -webkit-box-shadow: inset 0 -10px 0 -5px #0070AC;
    box-shadow: inset 0 -10px 0 -5px #0070AC;
}

.tabs .tab-title.active a {
    background: -webkit-linear-gradient(#eee, #d3d3d3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eee, #d3d3d3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eee, #d3d3d3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eee, #d3d3d3); /* Standard syntax (must be last) */
    -moz-box-shadow: inset 0 -10px 0 -5px #0070AC;
    -webkit-box-shadow: inset 0 -10px 0 -5px #0070AC;
    box-shadow: inset 0 -10px 0 -5px #0070AC;
}

#panel1 .large-7.columns {
    padding-left: 0;
    padding-right: 0;
    /*padding-right: 1.7rem;*/
    text-align: left;
}

#panel2 .large-7.columns {
    padding-left: 0;
    padding-right: 0;
    /*padding-right: 1.7rem;*/
    text-align: left;
}

#panel3 .large-7.columns {
    padding-left: 0;
    padding-right: 0;
    /*padding-right: 1.7rem;*/
    text-align: left;
}

#home-tabbed-content {
    height: auto;
    margin-bottom: 0;
    padding-top: 1em;
    width: 100%;
}

#home-tabbed-content h4 {
    color: #4a90ad;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

#home-tabbed-content ul li {
    color: #6a6b6e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
}

#home-tabbed-content p {
    color: #0A2342;
}

#home-tabbed-content p.feature-description {
    color: #455C6C;
    font-size: 1.125em;
    font-weight: bold;
}

#recent-news-header.top-bottom-gutters {
    /*padding: 0;*/
}

.tab-image img {
    padding: 1em 0 0 2em;
    width: 300px;
}

.hero-wrap {
    padding-bottom: 2em;
    z-index: 20;
}

a.cont-learn-more {
    text-decoration: underline;
}

#home-featured img {
    margin-bottom: 0.25rem;
}

#home-featured a.supplemental-blue {
    display: block;
    font-size: 1rem;
    margin-top: 0.75rem;
}

#company-logos {
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
}

.recent-news-hr2 {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-top: 0;
}

#view-more-companies {
    padding: 1rem 0 0;
    text-align: center;
}

.show-below-780px-only {
    display: none;
}

.feat-videos {
    /*margin-top: 2.25rem;*/
}

a.secondary-button:link, a.secondary-button:active, a.secondary-button:visited {
    position: relative;
    top: -1px !important;
}

@media (max-width: 784px) {
    .primary-button {
        margin-top: 1em
    }

    .primary-button,
    .secondary-button {
        display: inline-block;
        margin: 0.3em auto 0.3em auto;

    }
}

/* Override gutter width for small devices*/
@media only screen and (max-width: 40.062em) {
    .logo-description {
        padding: 0 0 0.25rem !important;
    }

    #recent-news-header, .recent-news-hr {
        display: none;
    }

    #top-banner button {
        float: none;
    }

    #logos img {
        max-width: 70%;
    }

    #logos #view-more-companies {
        margin-bottom: 2rem;
    }

    #panel1 .large-7.columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    #panel2 .large-7.columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    #panel3 .large-7.columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    h1.light {
        padding: 0 2em;
    }

    #home-tabbed-content, #homepage-tabs {
        height: auto;
    }

    #homepage-tabs .row {
        height: 3em;
    }

    #home-tabbed-content h4 {
        text-align: center;
    }

    #recent-news-header {
        display: none;
    }

    #the-tabs {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .tab-image {
        display: none;
    }

    .tabs .tab-title > a {
        color: #354a5a !important;
        padding: 0.2rem 0;
        font-size: 16px;
    }

    #home-tabbed-content ul li {
        font-size: 0.875rem;
        line-height: 1.75em;
        margin-bottom: 0.5em;
    }

    .tabs .tab-title.active a, .tabs .tab-title a:hover {
        box-shadow: 0 -6px 0 -3px #0070ac inset;
    }

    #home-tabbed-content p.feature-description {
        font-size: 1em;
    }

    .hero-wrap #hero {
        margin: 0 0 1.2em;
        overflow: hidden;
        padding: 0;
        padding: 0;
    }

    .top-bottom-gutters {
        padding-top: 0;
    }

    #wrapper #content .medium-6,
    #wrapper #content .medium-12,
    #wrapper #content .small-12 {
        /*padding-left: 1.8em;*/
        /*padding-right: 1.8em;*/
    }

    div.hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    div.hr.comp {
        margin-top: 1.2em !important;
        margin-bottom: .7em !important;
    }

    #panel1 .large-8.columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    #panel2 .large-8.columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    #panel3 .large-8.columns {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    #homepage-logo {
        max-width: 12em;
    }

    a.primary-button:link, a.primary-button:active,
    a.primary-button:visited, button.primary-button, a.secondary-button:link,
    a.secondary-button:active, a.secondary-button:visited {
        padding: 2px;
        width: 15em !important;
    }

    #home-tabbed-content {
        padding: 1em 0 0;
    }

    img.fill-width {
        padding-top: 2rem;
    }
}

@media (min-width: 40.063em) and (max-width: 64.062em) {
    h1.light {
        padding: 0 0;
        font-size: 1.2em !important;
    }

    #icc-banner span {
        line-height:23px;
    }

    #panel1 .large-8.columns {
        padding-left: 5.975rem;
        padding-right: 0.975rem;
    }

    a.secondary-button:link, a.secondary-button:active, a.secondary-button:visited {
        position: relative;
        top: -1px !important;
        width: 15em;
    }

    #panel1 .medium-4.columns,
    #panel2 .medium-4.columns,
    #panel3 .medium-4.columns {
        padding-right: 5.975rem;
    }

    #panel2 .large-8.columns {
        padding-left: 5.975rem;
        padding-right: 0.975rem;
    }

    #panel3 .large-8.columns {
        padding-left: 5.975rem;
        padding-right: 0.975rem;
    }

    #homepage-logo {
        margin-left: 1.2em;
        margin-top: 1.1em;
        max-width: 13.3em;
    }

    #hero {
        padding: 0 !important;
        margin: 0;
    }

    a.primary-button.right-margin {
        margin-right: 0 !important;
    }

    a.primary-button.right-margin,
    a.secondary-button {
        width: 18em;
        margin: .5em !important;
    }

    a.primary-button.right-margin.small-12,
    a.secondary-button.small-12 {
        width: 100%;
        margin: inherit !important;
    }

    #logos {
        text-align: center;
    }

    #logos img {
        max-width: 70%;
    }

    #logos img#company-logos {
        max-width: 98%;
    }

    #logos p.light-grey {
        margin: 0 0 0.3rem !important;
    }

    a.cont-learn-more {
        font-size: 0.9375rem;
    }

    #home-tabbed-content p.feature-description {
        font-size: 1em;
    }

    #home-tabbed-content ul li {
        font-size: 0.9375rem;
        line-height: 1.75em;
        margin-bottom: 0.5em;
    }

    a.primary-button:link, a.primary-button:active,
    a.primary-button:visited, button.primary-button, a.secondary-button:link,
    a.secondary-button:active, a.secondary-button:visited {
        padding: 2px;
        width: 15em !important;
    }

    .button-wrapper {
        margin-bottom: 1rem;
    }
}

@media (min-width: 64.063em) {
    #homepage-logo {
        margin-left: 2rem;
        margin-top: 0.5rem;
        max-width: 18.5em;
    }

    #hero {
        padding: 3.75em 1em;
    }
}

img.playbutton {
    max-height: 1.5em;
    margin-right: .5em;
    top: -.1em;
    position: relative;
}

#icc-banner-logo {
    text-align: left;
}

#icc-banner-learn-more-container {
    text-align: right;
}

@media (max-width: 641px) {
    #icc-banner-logo {
        text-align: center;
    }

    #icc-banner-learn-more-container {
        margin-top: 15px;
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    h1.light {
        padding: 0;
    }

    .button-wrapper {
        margin-bottom: 1rem;
    }
}

@media (min-width: 421px) and (max-width: 640px) {
    h1.light {
        padding: 0 2em;
    }

    .button-wrapper {
        margin-bottom: .5rem;
    }

    #homepage-tabs .row {
        top: -1.4em;
    }

    #the-tabs {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 420px) {
    .hero-wrap {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    h1.light {
        padding: 0;
        font-size: 1em !important;
        font-weight: 600;
        line-height: 1.75em;
    }

    #the-tabs {
        padding-left: 0;
        padding-right: 0;
    }

    a.primary-button:link, a.primary-button:active, a.primary-button:visited, button.primary-button, a.secondary-button:link, a.secondary-button:active, a.secondary-button:visited {
        margin-left: -0.33em;
        padding: 4px;
        width: 100%;
    }

    .tabs .tab-title > a {
        color: #354a5a !important;
        padding: 0.2rem 0;
        font-size: 14px;
    }

    a.cont-learn-more {
        font-size: 0.875rem;
    }

    #homepage-tabs .row {
        top: -1.4em;
    }
}

@media (max-width: 420px) {
    .hero-wrap {
        padding-bottom: .25em;
    }
}

/*
.bannerimg_large {
    text-align: left;
}

.bannerimg_large div h1, .bannerimg_large div ul li {
    color: white !important;
}

.bannerimg_large div h1 {
    font-size: 23px !important;
    line-height: 1.4;
    font-weight: 300 !important;
}

.bannerimg_large div ul {
    list-style-position: inside;
}

.bannerimg_large div ul li {
    font-size: 14px !important;
}

.bannerimg_large div ul li a:link, .bannerimg_large div ul li a:active, .bannerimg_large div ul li a:visited {
    color: white;
    text-decoration: underline;
    font-size: 14px !important;
}

.bannerimg_large div ul li a:hover {
    text-decoration: none;
}

.bannerimg_large a.flat-orange-button, .bannerimg_large a.flat-secondary-button {
    margin-top: 15px;
    margin-bottom: 35px;
    margin-right: 15px;
}



.homevideo img {
    width: 275px;
    height: 255px;

}

a.home-video-prev, a.home-video-next {
    background-position: 0px -30px;
}

.row {
    padding-left: 35px
}

.thirds-box {
    width: 275px;
    float: left;
}

.thirds-box img {
    max-width: 275px;
    margin-bottom: 15px;
}

.thirds-box:nth-child(2) {
    margin-left: 35px;
    margin-right: 35px;
}

.videotitle {
    color: #455C6C;
    margin: 2px 0 0 0px;
    width: 300px;
    display: inline-block;
    font-weight: bold
}

a .videotitle:hover {
    text-decoration: underline;
}

.desc {
    font-size: 13px !important;
    font-weight: normal;
    display: block;
    line-height: 1.6;
}

*/

#medium-logo-display {
    padding: 1rem 0 4rem;
}

#small-logo-display {
    padding: 0 0 3.5rem !important;
}

#small-logo-display .small-1 {
    height: 0;
    margin: auto;
    position: relative;
    vertical-align: middle;
    width: 0;
}

.slick-arrow {
    left: 50%;
    position: absolute;
    top: 2rem;
}

.hide-820-up {
    display: none;
}

.show-at-420 {
    display: none;
}

#icc-learn-more-wrapper {
    position: relative;
    top: inherit;
    left: inherit;
}

#close-icc-notice {
    position: absolute;
    right: 15px;
    top: 10px;
}

#close-icc-notice:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px){
    #top-banner img#icc-logo-banner {
        height: auto;
        margin: 0 0;
    }

    #icc-banner #icc-blurb {
        margin-top: -5px;
    }
}

@media screen and (max-width: 980px) {
    #top-banner h4 {
        font-size: 1em;
        padding: 6px 0 0 0;
    }

    #top-banner a#close-icc-notice img {
        /*right: 10px;*/
    }

    #top-banner #top-banner-middle {
        padding: 0;
    }
}

@media screen and (max-width: 820px) {
    .hide-820-up {
        display: block;
    }

    #top-banner a#close-icc-notice img {
        /*right: 0;*/
    }

}

@media screen and (max-width: 800px) {
    #icc-learn-more-wrapper {
        position: absolute;
        top: -28px;
        left: 0;
    }

    #top-banner a#learn-more-icc img {
        width: 110px;
    }

    #top-banner a#close-icc-notice img {
        /*right: -2px;*/
    }

    #top-banner h4 {
        padding: 0 0 0 0;
    }
}

/* for everything tablet and smaller */
@media screen and (max-width: 64.062em) {
    main {
        padding-bottom: 4rem;
    }

    #homepage-logo {
        margin-top: 0;
    }

    #hero {
        height: auto;
        margin-bottom: 2rem;
    }

    #hero ul {
        line-height: 1.7rem !important;
        list-style-type: none;
        margin: 0 auto;
        text-align: left;
        width: 250px;
    }

    #hero ul li {
        margin-left: 1rem;
    }

    #hero ul li::before {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 6px;
        left: -10px;
        position: relative;
        width: 6px;
    }

    a.primary-button, a.secondary-button {
        min-width: 15.5rem;
        width: auto !important;
    }

    .slick-arrow {
        top: .5rem;
    }

    a.slick-arrow img {
        opacity: .25;
    }

    a.slick-arrow:hover img {
        opacity: 0.5;
    }

    #logos {
        margin-bottom: 0 !important;
    }

    #logos .slideshow img {
        float: left;
        margin-right: 7%;
        max-width: 18%;
    }

    a.cont-learn-more, #home-featured a.supplemental-blue {
        font-size: 0.9375rem;
    }
}

/* for everything mobile */
@media screen and (max-width: 641px) {
    #the-tabs {
        margin-top: -1.25rem;
    }

    #icc-learn-more-wrapper {
        right: -20px;
        top: -32px;
    }

    #top-banner a#close-icc-notice img {
        /*right: 42px;*/
    }

    .hero-wrap {
        margin-top: 1.5rem;
        padding-bottom: 0.25em;
        padding-top: 0;
    }

    #homepage-logo {
        margin-top: 0;
    }

    h1.light {
        font-size: 1.125rem !important;
        font-weight: 500;
        line-height: inherit !important;
        margin: 1.4rem 0 2.2rem;
        padding: 0;
    }

    #hero h2 {
        font-size: 0.875rem !important;
        font-weight: 600;
        padding: 0.33rem 0 0;
    }

    #hero ul {
        margin: 2rem auto;
    }

    main {
        padding-bottom: 7rem;
    }

    #logos .slideshow img {
        float: left;
        margin: 0 auto;
        max-width: 25%;
    }

    #logos .columns {
        padding-left: 0.7em;
        padding-right: 0.7em;
    }

    .slick-arrow {
        top: 0.2rem;
    }

    a.slick-arrow img {
        opacity: .25;
    }

    a.slick-arrow:hover img {
        opacity: 0.5;
    }

    a.cont-learn-more, #home-featured a.supplemental-blue {
        font-size: 0.875rem;
    }

    #icc-logo-mobile {
        width: 115px;
    }

    #icc-banner-learn-more-container {
        margin-top: 6px;
    }

    #icc-banner button.learn-more-button {
        width: 120px;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
    }
}

@media screen and (max-width: 780px) {
    .show-below-780px-only {
        display: block;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 300px;
    }

    .small-12.show-above-780px {
        display: none !important;
    }
}

@media screen and (max-width: 420px) {
    .slick-arrow {
        top: 1.5rem;
    }

    #logos .slideshow img {
        max-width: 50%;
    }

    .hide-at-420 {
        display: none;
    }

    .show-at-420 {
        display: block;
    }

    #icc-banner,
    #icc-banner-mobile {
        margin: 0;
        padding: 0;
        position: relative;
    }

    #icc-banner-mobile p {
        margin: 0 auto;
        padding: 0 20%;
        text-align: center;
    }

    #icc-banner-mobile a {
        padding: 0;
        margin: 0;
    }

    #icc-banner-mobile a:hover {
        border: 0 !important;
        text-decoration: none !important;
    }

    #icc-learnmore-mobile {

    }

    #icc-close-mobile {
        /*position: absolute;*/
        /*right: 0;*/
        /*top: 20px;*/
    }

    #top-banner a#xclose-icc-notice-mobile {
        /*position: absolute;*/
    }

    #top-banner a#close-icc-notice-mobile img {
        height: 24px;
        width: 24px;
    }
}

@media screen and (max-width: 320px) {
    .close-icc-notice {
        top: 10px;
    }

}