.Accordion {
    padding: 0;
    margin: 0;
    border: 5px solid hsl(0, 0%, 100%);
    border-radius: 5px
}

.Accordion h2 {
    margin: 0;
    padding: 0
}

.Accordion.focus {
    border-color: hsl(0, 0%, 100%)
}

.Accordion.focus h2 {
    background-color: hsl(0, 0%, 97%)
}

.Accordion>*+* {
    border-top: .5px solid hsl(240, 13%, 89%)
}

.Accordion-trigger {
    background: 0;
    color: hsl(0 0%);
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
    margin: 0;
    padding: 1em 1em;
    position: relative;
    text-align: left;
    width: 100%;
    outline: 0
}

.Accordion-panel {
    background: 0;
    color: hsl(0 0%);
    display: block;
    font-size: 1.0625rem;
    font-weight: normal;
    margin: 0;
    padding: 1em 1em;
    position: relative;
    text-align: left;
    width: 100%;
    outline: 0
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
    background: hsl(240, 13%, 89%)
}

.Accordion *:first-child .Accordion-trigger {
    border-radius: 5px 5px 0 0
}

.Accordion-button {
    border-style: none;
    font-size: 18px;
    line-height: 21px;
}

.Accordion-button::-moz-focus-inner {
    border: 0
}

.Accordion-title {
    display: block;
    pointer-events: none;
    border: 0;
    font-size: 18px;
    line-height: 21px;
    border-radius: 5px;
    outline: 0;
    width: 80%
}

.Accordion-trigger:focus .Accordion-title {
    border-color: hsl(216, 94%, 73%)
}

.Accordion-icon {
    border: solid hsl(345.4, 82.2%, 35.3%);
    border-width: 0 3px 3px 0;
    height: .75rem;
    pointer-events: none;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: .75rem
}

.Accordion-trigger:focus .Accordion-icon,
.Accordion-trigger:hover .Accordion-icon {
    border-color: hsl(345.4, 82.2%, 35.3%)
}

.Accordion-trigger[aria-expanded="true"] .Accordion-icon {
    transform: translateY(-50%) rotate(-135deg)
}

.Accordion-panel {
    margin: 0;
    padding: 1em 1em
}

.Accordion-panel[hidden] {
    display: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.col-md-1 {
    width: 4.333333%;
}

#head_sec img {
    min-width: 150px;
}

.banner-title p {
    margin: 0px;
}

.content_sec:last-child {
    padding-top: 0px !important;
}

footer p {
    padding: 0px !important;
}

.greysec {
    background-color: rgba(212, 218, 222, 1) !important;
}

.iconcss {
    transform: translateY(-50%) rotate(-135deg);
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0 none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 1.0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

input[type=submit] {
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif !important;
}

#skipnav a {
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap
}

#skipnav a:focus {
    clip: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background: #a40134;
    border: 2px solid #1d1d24;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-weight: bold;
    color: #fff
}

@media (max-width: 650px) {
    .banner-content h1 {
        font-size: 28px !important;
        line-height: 29px !important;
    }
}

.formsec h3 {
    padding-bottom: 15px
}

.footersecond .row .col-md-6 a img {
    padding-bottom: 10px;
}

.footersecond .row .col-md-6 a {
    color: #ffffff;
    text-decoration: none
}

a:focus {
    outline: 2px solid #0070e0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #a41034;
}

.btn_prim:hover {
    background: rgb(180, 17, 57) !important;
    color: rgb(255, 255, 255) !important;
}

.btn_prim {
    webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(164, 16, 52) !important;
    border-radius: 4px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 6px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
}

form {
    margin-bottom: 10px;
}

@keyframes stickup {

    0%,
    50% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

header.fixed {
    position: fixed;
    animation: stickup .7s ease-out;
    transition: transform .35s;
    z-index: 9999;
    transform: translateY(-100%);
    transform: translateY(0);
    top: 0;
    width: -webkit-fill-available;
}

.fixed .header_logo {
    background: #ffffff;
    box-shadow: 0px 6px 7px -5px rgb(0 0 0 / 20%);
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    header {
        position: inherit !important;
    }

    .prof_sec {
        width: auto !important;

    }

    .shackeltonimg {
        width: 100% !important;
    }

    .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .textfooter {
        padding-left: 0px !important;
        float: left !important;
    }


}

body {
    background: #fff;
    color: #181818;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
}

.container {
    width: 100%;

}

.header_section {
    border-top: 6px solid #a41034;
}

.header_logo {
    padding: 10px 0px 20px 30px;

}

.header_bg_image {
    background-image: url(https://image.email.online.hbs.edu/lib/fe281173716404797c1c76/m/1/af389c47-0a9c-491a-9805-7a50f8b63066.png);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #b5d7d8;

    left: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform .35s;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    height: 275px;


}


.banner-content h1 {
    margin-bottom: 20px;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 800;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0;
    color: #181818;
}

.col-md-12,
.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.banner-content {
    min-height: 315px;
    display: flex;
    align-items: center;

}

.banner-title {
    width: 50%;
}

.banner-title {
    width: 50%;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 93%;
}

.content_sec {
    padding-bottom: 40px;
    padding-top: 40px;
}

h2,
h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #181818;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    word-break: break-word;
}

.col-md-2 {
    padding-left: 0px;
}

h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
}

p {
    color: #181818;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
}

.link {
    font: normal 13px/16px 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none !important;
}

.link:hover {
    text-decoration: underline !important;
}

.footersecond>p {
    font: normal 13px/16px 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;

}

.copytext {
    font: normal 13px/16px 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
}

#error,
#emailerr,
#submiterr {
    line-height: 20px;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
}

body {
    color: #181818;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.prof_sec {
    padding: 15px;
    background: #3a9c9c;
    margin-top: 15px;
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.prof_text {
    color: #181818;
    ;
    line-height: 1.23;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 800;

}

footer.footer {
    font: normal 13px/16px 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
}

.textfooter {
    display: flex;
    float: right;
    font: normal 13px/16px 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;

}

.textfooter>li {
    padding-right: 15px;

}

.footersecond {
    width: 95%;
}

.textfooter>li>a {
    color: #fff;
}



@media screen and (max-width: 720px) {

    body input[type="text"],
    body input[type="password"],
    body input[type="datetime"],
    body input[type="datetime-local"],
    body input[type="date"],
    body input[type="month"],
    body input[type="time"],
    body input[type="week"],
    body input[type="number"],
    body input[type="email"],
    body input[type="url"],
    body input[type="search"],
    body input[type="tel"],
    body input[type="color"],
    body textarea,
    body select {
        width: 100%;
        font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
        font-weight: 800;
        background-color: #eee;
        border: 1px solid #d5d5d5;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border linear .2s, box-shadow linear .2s;
        -moz-transition: border linear .2s, box-shadow linear .2s;
        -o-transition: border linear .2s, box-shadow linear .2s;
        transition: border linear .2s, box-shadow linear .2s;
        padding: 7px 10px;
        font-size: 17px;
        line-height: 22px;
        color: #555;
        vertical-align: middle;
        border-radius: 0;
        display: inline-block;
    }
}

.btn-primary:hover {
    text-decoration: none;
    background-color: #000 !important;
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 50%), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;

}

.btn-primary:focus,
.btn-primary:active {
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 50%), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
    background-color: #a41034 !important;
    outline: none !important;
}

input[type="text"]:focus {

    border: 1px solid black;
    background-color: white;
    outline: 0;
    box-shadow: none;


}

input[type="text"] {
    background-color: #eee;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border linear .2s, box-shadow linear .2s;
    padding: 7px 10px;
    line-height: 22px;
    font-size: 17px;
    line-height: 22px;
    color: #555;
    font-weight: normal;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
}

.cta {
    margin-left: 16px;
}

.btn-primary {
    width: auto;
    font-family: 'Trade Gothic W02', Arial, Helvetica, Verdana, sans-serif;
    display: inline-block;
    padding: 8px 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 -1px 0 #3574e3;
    cursor: pointer;
    background-color: #a41034;
    box-shadow: none;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
    -ms-transition: background .1s linear;
    transition: background .1s linear;
    text-decoration: none;

}

a {
    color: #a41034;
    text-decoration: underline;
}

label {
    color: rgba(65, 65, 65, 1.0);
    font-variant: normal;
    font-stretch: normal;
    font-size: 17px;
    font-weight: normal;
    font-family: "Trade Gothic W01", Arial, Helvetica, Verdana, sans-serif;
    display: block;
    float: none;
    width: auto;
    text-align: left;
    padding-top: 0px;
    margin-bottom: 7px;
    line-height: 20px;
    font-weight: 400;

}

.form-control {
    border-radius: 0px !important;
}

.formsec {
    padding: 20px;
    background: #fafafa;
}


.banner-content h1{
font-family: Arial;
font-weight:bold;
line-height: 25px;
font-size: 24pt
}

.banner-content h2{
font-family: Arial;
font-weight:bold;
line-height: 25px;
font-size: 20pt
}

.banner-content h3{
font-family: Arial;
font-weight:bold;
line-height: 25px;
font-size: 18pt
}

.banner-content p{
font-family: Arial;
font-weight:bold;
font-size: 15pt
}

.banner-content a{
color:#A41034;
text-decoration:underline;
}



h3 {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(24, 24, 24, 1.0);
}

p {

    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #181818;
    padding: 10px 0px 20px 0px;
    font-weight: normal;
    font-family: 'Trade Gothic W01', Arial, Helvetica, Verdana, sans-serif;
}

footer {
    margin-bottom: 20px;
}