.base_content_container {
    min-height: 100vh;
    width: 100%;
}

.banner_btn {
    margin-top: 1em;
    font-size: 20px;
    font-weight: 300;
}

.breadcrumb_wrapper {
    background-color: #e9ecef;
}
.breadcrumb {
    width: 100%;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item > a {
    color: #3da6c8;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "\00BB";
    color: #ff655b;
    display: inline-block;
}

.btn_clear {
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
}
.btn_clear:focus {
    outline: none;
}
.btn-primary {
    border-color: #00a0b4;
    background-color: rgb(0, 160, 180);
}
.btn-primary:disabled {
    border-color: gray;
    background-color: gray;
}
.btn-primary:disabled:hover {
    border-color: gray;
    background-color: gray;
}
.btn-primary:hover {
    border-color: rgb(0, 180, 200);
    background-color: rgb(0, 180, 200);
}
.btn-primary:active {
    border-color: rgb(0, 140, 160);
    background-color: rgb(0, 140, 160);
}
.btn-primary.active {
    border-color: rgb(0, 105, 121);
    background-color: rgb(0, 105, 121);
}
.btn-outline-primary {
    color: #00a0b4;
    border-color: #00a0b4;
    border-radius: 3px;
    padding: .2em 1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.btn-outline-primary:hover {
    color: white;
    border-color: #00a0b4;
    background-color: #00a0b4;
    border-radius: 3px;
    padding: .2em 1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.btn-outline-secondary {
    color: #ff7c3d;
    border-color: #ff7c3d;
    border-radius: 3px;
    padding: .2em 1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.btn-outline-secondary:hover {
    color: white;
    border-color: #ff7c3d;
    background-color: #ff7c3d;
    border-radius: 3px;
    padding: .2em 1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.container-fluid {
    padding: 0;
}

.col_no_gutter {
    padding: 0;
}

#fixed_top_block {
    background-color: rgba(255, 255, 255, 1);
    transition: ease .3s;
    -webkit-transition: ease .3s;
}

.fixed-right {
    position: fixed;
    right: 0;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.fixed-vert-center {
    position: fixed;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer_links {
    display: inline-block;
    margin-right: 50px;
}
#footer_label {
    display: inline-block;
}

form > .recaptcha {
    margin-bottom: 15px;
}

.form_input {
    width: 100%;
    margin-bottom: 15px;
    border: thin solid rgb(200, 200, 200);
    border-radius: 3px;
    padding: 0 10px;
}
.form_required:after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.footer {
    background-color: rgb(58, 58, 58);
    color: white;
    font-weight: 100;
}
.footer > a {
    color: white;
}

.logo_letter {
    font: 1.8em arial;
    color: #00a8bc;
    padding: 0 5px;
    font-weight: 600;
}

.navbar-custom {
    height: 80px;
}

.navbar_content {
    width: 1200px;
}

.navbar-brand {
    padding: 10px 0;
    color: white;
}
.navbar-collapse {
    flex-basis: auto;
}
.navbar-nav > li > a {
    padding: 14px 0;
    color: rgb(58, 58, 58);
}
.nav-link {
    font-weight: 200;
}
.navbar-nav > li > a:hover {
    color: #f57040;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.navbar-toggler {
    height: 55px;
    width: 35px;
    padding:10px 0;
}

.no_list_style {
    list-style-type: none;
    padding-left: 0;
}

.page_title_row {
    width: 100%;
    background-color: #e9ecef; 
    padding: 20px 0;
}
.page_title {
    width: 1200px; 
    margin-bottom: 10px;
    font-size: 35px; 
    line-height: 35px;
    color: #4c4c4c;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.page_content {
    width: 100%;
    padding: 20px 0;
}

.path_row {
    width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.quick_link_title.section_subtext {
    color: #ededed;
    margin-bottom: 20px;
}
.quick_link {
    color: #aeaeae;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.scroll_to_top_btn {
    height: 50px;
    width: 50px;
    padding: 0;
    opacity: 0.5;
    background-color: transparent;
    margin: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    border-radius: 50%;
    border-width: 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.scroll_to_top_btn:hover {
    opacity: 0.8;
}

.section_row {
    width: 100%;
    padding: 60px 0;
}
.section_row_content {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
}
.section_row_title {
    text-align: center;
    width: 100%;
}
.section_subrow {
    width: 100%;
    margin-top: 30px;
    margin-bottom: -60px;
    padding: 60px 0;
}
.section_title {
    color: #4c4c4c;
    font-size: 45px;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}
.section_subtitle {
    color: #4c4c4c;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 1.5em;
}
.section_text {
    color: #4c4c4c;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 1em;
}
.section_text_no_margin {
    margin: 0;
    color: #4c4c4c;
    font-size: 25px;
    font-weight: 400;
}
.section_text_no_margin + .section_text_no_margin {
    margin-top: 1em;
}
.section_subtext {
    font-size: 1.2rem;
    font-weight: 400;
    color: #4c4c4c;
}

.section_header {
    margin-bottom: 25px;
}

.shadow {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.shadow_inset {
    -webkit-box-shadow: inset 0 5px 120px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 5px 120px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 120px 10px rgba(0, 0, 0, 0.3);
}

/* For dynamically embedding YouTube videos. */
.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .base_content_container {
        padding-top: 62px;
    }

    .navbar-custom {
        height: auto;
        min-height: 80px;
        padding: 0 10px;
    }
    .navbar-collapse {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 575px) {
    #footer_links {
        display: block;
        margin-right: 0;
    }
    #footer_label {
        display: block;
    }

    .page_banner {
        padding: 20px 0;
        width: 100%;
    }

    .section_row {
        padding: 20px 0;
    }
    .section_subrow {
        margin-top: 20px;
        margin-bottom: -20px;
        padding: 20px 0;
    }
    .section_title {
        font-size: 30px;
    }
    .section_subtitle {
        font-size: 25px;
        margin-bottom: 1em;
    }
    .section_text {
        font-size: 20px;
    }
    .section_text_no_margin {
        font-size: 20px;
    }
    .section_text_no_margin + .section_text_no_margin {
        margin-top: 1em;
    }
    .section_subtext {
        font-size: 1rem;
    }

    .shadow {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
}


.arial {
    font-family: Arial, helvetica, sans-serif;
}
.calibri {
    font-family: Calibri, helvetica, sans-serif;
}
.font_light {
    font-weight: 300;
}
.font_bond {
    font-weight: 500;
}
button:focus {
    outline: 0;
}
h1,h2,h3,h4,h5,h6 {
    color: #4c4c4c;
    margin: 0;
}
h3,h4,h5,h6 {
    font-weight: 300;
    margin: 0;
}
input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input:focus {
    outline: 0;
}
::-webkit-input-placeholder {
    color: #c9c9c9;
}
::-moz-placeholder {
    color: #c9c9c9;
}
::-webkit-file-upload-button {
    color: #c9c9c9;
}
:-ms-input-placeholder {
    color: #c9c9c9;
}
a {
    color: #00a0b4;
}
a:hover {
    color: #00899a;
}
p {
    width: 100%;
    margin: 0;
    font-weight: 400;
    color: #4c4c4c;
}
p + p {
    margin-top: 1em;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea:focus {
    outline: 0;
}