ul li{
    list-style-type: disc;
}

h1 {
    font-size: 3.0rem;
}

h2 {
    font-size: 1.7rem;
    font-family: 'Anton', sans-serif;
}

h3 {
    font-size: 1.3rem;
}

hr {
    margin: 0;
}

.greybg {
    background-color: #ededed;
}

.mainTitle h1 {
    text-align: center;
    color: #004990;  
    font-family: 'Anton', sans-serif;
    margin-bottom: -14px; 
}

.main-quote-header {
    margin-bottom: 20px !important;
    text-align: center;
    background-color: #ededed;
    
}

.intro {
    color: #464646;
    margin-top:8px;
}

.main-quote-header h2 {
    color: #444;
}

.main-quote {
    padding: 25px 15px;
    background-color: #ededed;
    margin-bottom: 25px;
}

.quote {
    padding-right: 17%;
    color: #464646;
}

#quote-icon {
    float: right;
    width: 45%;
}

.date {
    color: #464646;
}



.image {
    position: relative;
    width: 100%;
}

.cta {
    text-align: center;
}

.cta-title {
   position: absolute; 
   top: 10%; 
   left: 0%; 
   width: 100%; 
   font-size: 3.5rem;
   color: #becdd6;
   text-shadow: 3px 3px #333;
   font-family: 'Anton', sans-serif;
   letter-spacing: 2px;
}

.cta-text {
    position: absolute; 
    top: 33%; 
    width: 100%; 
    color: #fff;
    text-shadow: 2px 2px #333;
    font-size: 1.6rem !important;
    font-family: Arial, Narrow;
}

.cta-button {
    position: absolute; 
    top: 80%; 
    right: 5%; 
}

.keyPoints {
    padding-top: 0px;
    padding-bottom: 40px;
}

.keyPoints-header {
    margin-bottom: 20px !important;
    text-align: center;
    /*margin-top: 20px !important;*/
}

.keyPoints-chart {
    width: 100%;
}

.keyPoints-text {
    /*background: #ededed;*/
    padding: 20px;
    margin-top: 28px;
    height: 300px;
}

.keyPoints p {
    color: #464646;
}

.keyPoints-text p {
    color: #004990;
    font-size: 1.0rem;
}

.keyPoints-text-2 p {
    margin-top: 69px;
    color: #004990;
    font-size: 1.0rem;
}

.webcast-header {
    margin-bottom: 20px !important;
    text-align: center;
    background-color:#ededed;
}

.webcast {
    padding: 25px 15px;
    background-color: #ededed;
    margin-top: 20px;
}

.media-thumb-container {
    height: 280px;
    outline: 0;
    margin-top: 20px;
}

.media-thumb-container:hover {
    border-bottom: 3px solid #777;
    cursor: pointer;
    width: 90%;
    background-color: #d3d3d3;
}

.media-thumb-container.selected {
    border-bottom: 3px solid #004990;
    background-color: #d3d3d3;
    width: 90%;
    outline: 0;
}

.video-thumbnail-container {
    margin-bottom: 10px;
}

.video-title {
    font-size: 1.3rem;
    color: #004990;
    font-weight: bold;
    line-height: 1.3;
}

.video-info-panel {
    height: 75px;
}

.small-video-title {
    font-size: 1.1rem;
    color: #004990;
    font-weight: bold;
    line-height: 1.3;
}

.small-video-date {
    color: #333;
    display: inline;

}

#current-video-description {
    color: #464646;
}

#current-video-duration {
    color: #004990;
}

.highlighted-article {
    padding-left: 25px;
    padding-right:25px;
    padding-top: 25px;
    padding-bottom: 45px;
    background-color: #ededed;
}

.highlighted-article-header h2 {
    margin-bottom: 30px;
    color: #004990;
    font-family: 'Anton', sans-serif;  
    text-align: center;

}

.highlighted-article-exerpt {
    color: #000;
    font-size: 1.1rem;
}

.highlighted-article-title a {
    color: #004990;
    font-size: 1.2rem;
    font-weight: 700;
}

.highlighted-article-date {
    color: #333;
}

.blog {
    margin-top: 30px; 
}

.blog-header {
    margin-bottom: 20px !important;
}

.additional-resources {
    padding-top: 25px;
    padding-bottom: 55px;
    padding-left: 25px;
    padding-right: 25px;
}

.additional-resources-header h2 {
    margin: 10px 0px;
    color: #004990;
    font-family: 'Anton', sans-serif;  
    text-align: center;
    font-size: 1.4rem;
}

.additional-resources-exerpt {
    color: #000;
    font-size: 1.1rem;
}

.additional-resources-title a {
    color: #004990;
    font-size: 1.2rem;
    font-weight: 700;
}

.additional-resources-date {
    color: #333;
}

#subscribeInfo {
    margin-top: 0px;
}

.main-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
}

.title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #004990;
}

.blog-header h2 {
    text-align: center;
}

.blog-header h2, .webcast-header h2, .keyPoints-header h2 {
    color: #004990;
    font-family: 'Anton', sans-serif;   
}

.blog-item-header {
    margin: 20px 0px !important;
}

.blog-author-name, .highlighted-article-author-name {
    color: #3d6797;
    font-size: 1rem;
}

.blog-type {
    float:right;
    color: #3d6797;
}

.seeMore {
    text-align: center;
    margin-top: 30px;
}

.seeMore a {
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 2px;
    padding: 2px 5px;
    text-transform: uppercase;
}

.seeMore .button {
    padding: .5rem .7rem;
    border-radius: 7px;
}

.readMore {
    text-align: center;
    margin-top: 20px;
}

.subscribe {
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.readMore a {
    margin-right: 20px;
    border: 1px solid #3d6797;
    border-radius: 2px;
    padding: 2px 5px;
    text-transform: uppercase;
}

.fullPg {
    margin: 10px 30px 0 30px;
}

.hide {
    display: none;
}

.bluebg {
    background: #1c355e;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
  }
  
#myBtn:hover {
    background-color: #555;
}

/*
#mainNavWrap {
    display: none;
}*/



#header-anchor {
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    /*padding: 10px;
    padding-top: 20px;
    border-bottom: 8px solid #004990;*/
}

#header-anchor a {
    padding: 5px;
    border-radius: 0%;
    margin: 0px 10px;
    /*border: 1px solid #e6e6e6;*/
    background-color: #fff;
    color: #004990;
    font-weight: 600;
}

#header-anchor.fixed{
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
    border-bottom: 8px solid #004990;
}

#header-anchor ul {
	list-style: none;
    text-align: center;
    margin: 0;
    padding-top: 20px;
	/*padding-bottom: 15px;*/
}

#header-anchor ul li {
	display: inline-block;
}

#header-anchor ul li a{
	text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 1.0rem;
}

#header-anchor ul li a:hover{
	color: #000;
}

/*
#highlighted-article::before, #blog::before, #webcast::before {
    content: '';
    display: inline-block;
    visibility: hidden;
    height: 60px; /* fixed header height
    margin: -60px 0 0; /* negative fixed header height 
    vertical-align: top;
}

#additional-resources::before {
    content: '';
    display: inline-block;
    visibility: hidden;
    height: 60px; /* fixed header height
    margin: -60px 0 0; /* negative fixed header height 
    vertical-align: top;
}*/

h2::before { 
    display: block; 
    content: " "; 
    /*margin-top: -80px;*/
    margin-top: -80px;
    height: 80px; 
    visibility: hidden; 
}

h2#keyPoints::before { 
    margin-top: -103px !important;
}

.subscribe {
    padding: 20px;
    background: #d3d3d3;
    color: #000;
}

#header-anchor ul {
    padding-bottom: 5px;
    padding-top: 10px;
}
#header-anchor ul li {
    border: 1px solid #e6e6e6;
    border-bottom-width: 3px;
}
#header-anchor ul li a {
    text-transform: none;
    font-size: 14px;
}

@media only screen and (max-width: 780px) { 
    #header-anchor ul {
        padding-bottom: 0px;
    }
    #header-anchor ul li {
        border:none;
        border-bottom-width: none;
    }
    #header-anchor ul li a {
        text-transform: uppercase;
        font-size: 0.8rem;
    }

}



@media only screen and (min-width: 601px) and (max-width: 780px) { 
    
    .cta-title {
        top: 10%; 
        left: 2%; 
     }
     
    .cta-text {
        top: 45%; 
        left: 1% !important; 
    }

    .keyPoints-text, .keyPoints-text-2 {
        padding: 0px;
        height: auto;
    }

    .keyPoints-text p {
        margin-top: 0px;
        font-size: 1.0rem;
    }
    
    .keyPoints-text-2 p {
        font-size: 1.0rem;
    }

    #header-anchor.fixed{ 
        height: 59px; 
        margin-top: 36px;
    }
   

}

@media only screen and (min-width: 320px) and (max-width: 600px) { 
    
    .cta-title {
        top: 10%; 
        left: 2%; 
        font-size: 1.7rem;
     }
     
     .cta-text {
        top: 45%; 
        left: 7%; 
        width: 90%; 
        font-size: 0.9rem !important;
     }

    .keyPoints-text, .keyPoints-text-2 {
        margin-top: 10px;
        height: auto;
    }

    .keyPoints-text-2 p {
        margin-top: 20px;
    }
      
    .quote {
        padding-right: 0%;
    }
    
    #quote-icon {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 45%;
    }

    .main-quote-header br {
        display: none;
    }

    .border {
        border-bottom: 1px solid #ddd;
    }

    .sm-none {
        display: none;
    }

    .blog-header-text {
        margin-bottom: 20px;
    }

    .readMore {
        margin-top: 30px;
    }

    #header-anchor.fixed{ 
        height: 110px; 
        margin-top: 40px;
    }

    h2#keyPoints::before { 
        margin-top: -113px !important;
    }

    h2 {
        font-size: 1.1rem;
    }
    h2::before {  
        height: 112px;     
    }

    h2#additional-resources {
        font-size: 1.1rem;
    }

}



