@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
body{
font-family: 'Montserrat', sans-serif;
}

.schedule__item--major .schedule__time,
.schedule__item--major .schedule__desc {
    background: #053D74;
    color: #FFF;
}

.schedule__desc, .schedule__time {
font-weight: bold;
color: #053D74;
}
.schedule__desc em {
font-weight: 300;
}

.section-wrapper, .section-wrapper--consents {
    background: #fff;
    border: 5px solid #1e1039;
    display: block;
    border-radius: 43px;
}

.section-header {
    background: #ecf0f1;
    border: none;
}

.section-header.section-header--underlined {
    padding: 14px 1.09375rem 8px 1.09375rem;
    border-radius: 100px;
    width: 100%;
}

.section-header {
    left: auto;
    right: auto;
    width: calc(100% + 2.1875rem);
    padding: 9px 1.09375rem 9px 1.09375rem;
    font-size: 1.0000025rem;
}

.btn {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: #C21630;
    font-weight: normal;
    text-align: center;
    vertical-align: inherit;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 16px 85px;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-header.section-header--underlined span:after {
 border-top: 0px;

}

.section-header span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #053D74;
    margin-top: 5px;
}

.btn-trans {
    border-radius: 40px;
}

.btn-navbar.btn{
font-size: 12px;
}

.purple-section{
color: #053D74;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    color: #053D74;
}

input, textarea, select:not(.ui-datepicker-month):not(.ui-datepicker-year), .form-control, .nv-select {
    border: 2px solid #053D74;
    border-radius: 12px;
}

p.CaptionCont.SelectBox {
    color: #666666;
    border: 2px solid #1e1039;
    background: #ffffff;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border-radius: 12px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

div.intl-tel-input.inside .flag-dropdown {
    border: 2px solid #1e1039;
    border-radius: 12px;
}

.navbar-button {
    background-color: #C21630 !important;
    border: 1px solid #C21630 !important;
    color: #FFFFFF !important;
}

.navbar .navbar-button {
    margin: 16px 15px;
    padding: 10px 20px !important;
    font-size: 13px;
    font-weight: bold;
}

.navbar-menu-widthfix .navbar-nav > li > a, .navbar-menu-widthfix .navbar-brand {
    padding-top: 29px;
    padding-bottom: 20px;
    transition: margin .2s, padding .2s;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    color: #1E1039;
    font-weight: 500;
    font-size: 15px;
}


.navbar-menu-widthfix.navbar {
    min-height: 84px;
}

.navbar-default {
    background-color: #f8f8f8cc;
    border-color: #f8f8f8cc;
    min-height: 104px;
}

.navbar .navbar-brand img {
    margin: auto;
    display: inline-block;
    transition: all .2s;
    max-width: 100%;
    top: 8px;
    left: 20px;
    position: relative;
    bottom: 2px;
}

/* FOOTER */
.footer{
 background: #f8f8f8cc;
 border-top: #f8f8f8cc; solid 1px;
color: #1e1039;
}
.footer__content{
 min-height: 0;
}
.footer .col-xs-12, .footer [class^="col-"]{
 margin-bottom: 0;
}

.ctable th,.ctable td{
 padding: 15px 26px;
 border-right: 1px transparent;
 border-bottom: 1px transparent;
}

.red, .red:hover{
color: #C51734;
}

.blue{
color: #053D74;
}

.purplebold{
color: #1e1039;
font-weight: bold;
}

.orangebold {
    font-family: auto;
    color: #e85b54;
    font-weight: 500;
    font-family: Lato, sans-serif;
}

.bluetitle{
color: #053D74;
font-weight: bold;
}

#commentsBox{
display: none;
}

.trans{
display: initial;
}