@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    color: #303030;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
h1,h2,.timestamp {
    color: #131d2c;
}
h1 {
    font-family: 'Rockwell', Arial, serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 46px;
    padding: 10px 0px 20px;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 20px;
}
section {
    margin: 40px 10px;
}
aside section {
    margin: 30px 10px;
}
a {
    color: #4d97c9;
    text-decoration: none;
    font-weight: bold;
}
hr {
    width: 100%;
}
div.row {
    margin: 0px;
}
/* Wrappers */
.wrapper {
    max-width: 1134px;
    margin: 0 auto;
}
.main-content-wrapper {
    max-width: 786px;
    margin: 0 auto;
}
aside.wrapper {
    max-width: 330px;
    margin: 0 auto;
}
.wrapper-400 {
    max-width: 400px;
}
/* Text Alignments */
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-regular {
    font-weight: 400;
}
.text-bold {
    font-weight: bold;
}
.text-medium {
    font-weight: 500;
}
.text-black {
    font-weight: 900;
}
.font-14 {
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}

/*Floats */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
/* Reusable Styles */
.timestamp {
    font-size: 15px;
    font-weight: 600;
}
.btn {
    padding: 13px 35px;
    display: inline-block;
}
a.btn-red {
    background-color: #d7253e;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    border-radius: 5px;
    margin-top: 20px;
}

/* Flex Grids without gutter */
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col-2 {
    -webkit-box-flex: 16.6666%;
    -ms-flex: 16.6666%;
    flex: 16.6666%;
    max-width: 16.6666%;
}

.flex-col-3 {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
}

.flex-col-4 {
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
}

.flex-col-5 {
    -webkit-box-flex: 41.66667%;
    -ms-flex: 41.66667%;
    flex: 41.66667%;
    max-width: 41.66667%;
}

.flex-col-6 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.flex-col-7 {
    -webkit-box-flex: 58.3333%;
    -ms-flex: 58.3333%;
    flex: 58.3333%;
    max-width: 58.3333%;
}

.flex-col-8 {
    -webkit-box-flex: 66.6667%;
    -ms-flex: 66.6667%;
    flex: 66.6667%;
    max-width: 66.6667%;
}

.flex-col-9 {
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
    max-width: 75%;
}

.flex-col-10 {
    -webkit-box-flex: 83.333%;
    -ms-flex: 83.333%;
    flex: 83.333%;
    max-width: 83.333%;
}

.flex-col-12 {
    -webkit-box-flex:100%;
    -ms-flex:100%;
    flex:100%;
    max-width:100%;
}

/* Paddings and margins */

.padding-20 {
    padding: 20px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-25 {
    padding-right: 25px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-left-right-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}

.margin-auto-0 {
    margin: auto 0;
}


/* Header styles */
header{
    font: 15px/19px 'Source Sans Pro', sans-serif;
}

#notif-bar {
    font-size: 18px;
    background-color: #523488;
    padding: 15px;
    font-weight: bold;
    color: #FFF;
}
#notif-bar p {
    float: left;
}
#notif-bar p:nth-child(2n){
    float: right;
}

#nav {
    background-color: #131d2c;
    padding: 30px 15px 15px;
    min-height: 20px;
}

.navicon {
    top: 10px;
}
#brand img{
    font-weight: 500;
    font-size: 42px;
    float: left;
    margin-right: 70px;
    color: #FFF;
}
#nav nav li {
    float: left;
    margin: 0px 14px;
    padding-top: 5px;
    position: relative;
    color: #FFF;
    min-height: 45px;
}
#nav a.icon{
    float: right;
    color: #FFF;
    padding-top: 7px;
}
#nav nav li a,#footer-nav a{
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}
#nav nav li a:hover {
    border-bottom: 2px solid #FFF;
}
#nav nav .icons {
    margin-left: 60px;
}
#nav nav a.icon {
    margin-left: 20px;
}
.icons a{
    text-decoration: none;
}
/* Burger Menu Styles */

header {
    z-index: 3;
}
header .menu-icon .navicon {
    background: #FFF;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 18px;
}
label.menu-icon {
    width: 20px;
    height: 20px;
}
header nav {
    float: left;
}
header .menu {
    clear: none;
    max-height: none;
}
header .menu-icon {
    display: none;
    float: right;
}
header .menu-btn {
    display: none;
}
header .menu-btn:checked ~ nav .menu {
    max-height: 300px;
}
header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
header .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
header ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
}
/* End of Burger Menu Styles */

/* Start of Main Section styles */
main {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #FFF;
    color: #393939;
} 
.wrapper.flex-row {
    padding-top: 25px;
}

/* First Section Styles */
#first-section .background-blue {
    background-color: #15afc1;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
}
/* End of First Section Styles */

/* Second Section Styles */
#second-section .background {
    border: 5px solid #e1eef7;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #f5f5f5;
    padding: 22px 20px;
}
#second-section h4 {
    font-size: 18px;
    color: #c02d61;
}
#second-section h3 {
    font-size: 30px;
    color: #131d2c;
    line-height: 34px;
    font-weight: bold;
}
/* End of Second Section Styles */

/* Third Section Styles */
#third-section ul {
    padding-left: 25px;
}
#third-section li {
    padding: 10px 0px;
}
#third-section li span {
    position: relative;
    top: -3px;
}
#third-section .row {
    color: #131d2c;
    font-weight: bold;
    font-size: 19px;
}
/* End of Third Section Styles */

/* Fifth Section Styles */
#fifth-section .icons img {
    margin: 5px 20px;
}
#fifth-section .background {
    border: 5px solid #e1eef7;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #f5f5f5;
    padding: 22px 20px;
    color: #131d2c;
}
#fifth-section h4 {
    font-size: 20px;
    color: #c02d61;
}
#fifth-section h3 {
    font-size: 51px;
    color: #131d2c;
    line-height: 56px;
    font-weight: bold;
}
/* End of Fifth Section Styles */

/* Side section styles */
#side-first-section h2{
    font-family: 'Rockwell', Arial, serif;
    color: #131d2c;
}

aside h2 {
    color: #282828;
}

#side-third-section .name{
    font-size: 15px;
    line-height: 10px;
}
footer {
    font-family: 'Source sans Pro', sans-serif;
}
#footer-nav {
    background-color: #1a2637;
    min-height: 75px;
    padding: 20px 0px;
}
#footer-nav #footer-logo {
    margin-right: 60px;
}
#footer-nav a {
    margin: 0px 14px;
    top: 5px;
    position: relative;
}
#footer {
    background-color: #131d2c;
    padding: 35px 0px;
    color: #FFF;
}
#footer svg {
    margin: 0px 5px;
}
footer .footer-notes {
    color: #8e9db3;
    font-size: 12px;
}

/* Media Queries */
@media all and (max-width: 578px) {
    .row .col-12,.flex-col-12.flex-col-lg-6.col-12 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    } 
    #brand img {
        width: 70%;
    }
    #second-section .background {
        background-position: left top;
    }
    #fifth-section .wrapper-400 {
        text-align: center;
        max-width: 100%;
    }
    #side-third-section .flex-row hr {
        display: block;
    }
    #footer p, #footer div {
        float: none;
        text-align: center;
        padding: 5px 10px;
    }
    #second-section .background {
        padding: 22px 5px;
    }
    #brand img {
        margin-right: 0px;
    }
}

@media all and (max-width: 767px) {
    #fourth-section div{
        float: none;
    }
    #fifth-section h3 {
        font-size: 35px;
        line-height: 37px;
    }
    .text-center-sm {
        text-align: center;
    }
    #footer-nav div, #footer-nav a {
        float: none;
        text-align: center;
    }
    #footer-nav #footer-logo {
        margin-right: 0;
    }
    
}

@media all and (max-width: 1134px) {
    #nav {
        padding-bottom: 20px;
    }
    #brand {
        position: relative;
        top: 15px;
    }
    #main .wrapper {
        padding: 55px 27px 0px 27px;
    }
    header #nav li {
        float: none;
        height: auto;
        text-align: right;
        margin: 0px;
      }
    header #nav li a {
        display: block;
        padding: 0px 0px 10px;
        text-decoration: none;
        text-align: right;
        display: inline-block;
    }
    header nav {
        float: none;
      }
    header nav .menu {
        clear: both;
        max-height: 0;
        -webkit-transition: max-height 0.2s ease-out;
        -o-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out;
      }
    header .menu-icon {
        cursor: pointer;
        display: inline-block;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
    header .menu-icon .navicon:before,
    header .menu-icon .navicon:after {
        background: #FFF;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 100%;
      }
    header .menu-icon .navicon:before {
        top: 5px;
    }
    header .menu-icon .navicon:after {
        top: -5px;
    }
    header nav .active, header a:hover {
        border: none;
    }
    #nav .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    #nav nav a.icon {
        margin-left: 10px;
    }
    aside.wrapper {
        max-width: 786px;
    }
    #side-third-section hr {
        display: none;
    }
    .flex-col-12.flex-col-lg-6 {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    #footer-nav a {
        margin: 0px 7px;
    }
}