.section1Heading{
    font-size: calc(.02rem + 3vw);
    font-weight: bold;
}
.section1Heading .left{
    padding: calc(1rem + 3.5vw) calc(.02rem + 3vw);
}
.section1Heading .right{
    padding: calc(1rem + 3.5vw) calc(.02rem + 3vw);
}
.btn-section1-cta {
    color: #fff;
    font-weight: bold;
    padding: 1rem 2rem;
}
.btn-section1-cta:hover {
    color: rgba(255,255,255,.7);
}
.c-userContent ul{
    columns: 2;
}
.content h1 {
    font-family: 'Univers W01',Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    text-transform: none;
}
.content h2 {
    font-family: 'Univers W01',Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-transform: none;
}
@media (max-width: 720px){
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .c-userContent ul{
        columns: 1;
    }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; 
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.section2container{
    background-size: cover;
    background-position: right;
    background-repeat: none;
    padding-top: calc(.05rem + 3vw);
}
.section2HeroBackground{
    background-size: cover;
    background-position: left;
    background-repeat: none;
}
.section2heading{
    padding-top: calc(.02rem + 2.5vw);
}
.section2container h4{
    font-size: calc(.02rem + 2.5vw);
}
.section2container h3{
    font-size: calc(.05rem + 3vw);
}
.section2bullets .material-icons{
    font-size: 30px;
    position: relative;
    left: -15px;
    margin-left: -25px;
}
.section2bullets{
    display: inline-block;
}
.section2bulletHead{
    font-size: 2.25rem;
    font-weight: none;
}
.section2bulletContent{
    font-size: 1.5rem;
    font-weight: none;
    padding-right: 24px;
}
.section2container .list-unstyled{
    columns: 2;
}
.section2container .container{
    background-color: rgba(255,255,255,0);
}
.section2HeroBackground h3{
    font-size: calc(.02rem + 2.5vw);
    padding-top: 3.5rem;
}
.list-course-links {
    width: 100%;
}
.list-course-links .btn {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    padding: .5rem 2rem;
}
.list-course-links .btn:nth-child(1) {
    background-color: #48a347;
}
.list-course-links .btn:nth-child(2) {
    background-color: #57c9e8;
}
.list-course-links .btn:nth-child(3) {
    background-color: #cd5e28;
}
.list-course-links .btn:nth-child(4) {
    background-color: #97004d;
}
.list-course-links .btn:nth-child(5) {
    background-color: #48a347;
}
.list-course-links .btn:nth-child(6) {
    background-color: #57c9e8;
}
.list-course-links .btn:nth-child(7) {
    background-color: #cd5e28;
}
.list-course-links .btn:nth-child(8) {
    background-color: #97004d;
}
.btn.btn-section2-cta{
    font-size: calc(.02rem + 1.5vw);
    font-weight: bold;
    color: #ffffff;
    padding: 1rem 2rem;
}
.section2testimonial {
    border: 4px solid #00759e;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.25) 100%);
}
.section2testimonial::before {
    border-color: #00759e transparent transparent;
}
.section2testimonial::after {
    border-color: #ffffff transparent transparent;
}
@media(max-width: 769px){
    .section2container{
        background-position: -725px;
    }
}
@media(max-width: 720px){
    .section2container{
        padding-top: 0;
    }
    .section2container .list-unstyled{
        columns: 1;
    }
    .section2container .container{
        background-color: rgba(255,255,255,.75);
    }
    .section2container h4{
        font-size: calc(.3rem + 2.5vw);
    }
    .section2container h3{
        font-size: calc(.6rem + 3vw);
    }
    .section2heading{
        padding-top: calc(1rem + 2.5vw);
    }
    .section2HeroBackground h3{
        font-size: calc(.02rem + 2.5vw);
        padding-top: 1rem;
    }
    .btn.btn-section2-cta{
        font-size: .5rem;
        padding: .25rem 1.25rem;
    }
}
    .section3container{
        background-size: cover;
        background-position: center;
        background-repeat: none;
        padding-top: calc(.05rem + 3vw);
    }
    .section3screen{
        text-align: center;
    }
    .section3screen p{
        text-align: left;
        width: 100%;
        font-size: 1.5rem;
    }
    .section3footer{
        color: #000000;
        font-weight: bold;
        background-color: #efefef;
    }
    .c-userContent dd, .c-userContent li {
        margin-left: 1.7rem;
    }
    .c-userContent ul {
        list-style-type: disc;
    }
    .c-userContent ol {
        list-style-type: decimal;
        font-size: 1.25rem;
    }
    .c-userContent {
        color: #222;
        font-family: 'Univers W01',Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 1.125rem;
        letter-spacing: .02em;
        line-height: 1.4;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }
    .c-userContent a:link, .c-userContent a:visited, .c-userContent a:active {
        color: #00759e;
        text-decoration: underline;
        font-size: 1.5rem;
    }
    .c-userContent .c-userContent-txt_md a:link {
        font-size: 1.25rem;
    }
    .c-userContent h4, .c-userContent h5 {
        font-size: 1.9rem !important;
        font-size: 1.125rem;
    }
    .c-userContent h1, .c-userContent h2, .c-userContent h3, .c-userContent h4, .c-userContent h5, .c-userContent h6 {
        margin-top: 1.7rem;
        margin-bottom: 1rem;
        color: #00205b;
        font-family: 'Univers W01',Helvetica,Arial,sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

@media only screen and (min-width: 1024px){
    .c-userContent h3 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}
