/*FUNCTIONAL CLASSES
------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.columns {
    border: 0px solid #76756E;
    overflow: hidden;
}
.row {
    border: 0px solid red;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444D4A;
}
.spacer_20 {
    height: 20px;
}
.spacer_40 {
    height: 40px;
}
.spacer_60 {
    height: 60px;
}
.spacer_80 {
    height: 80px;
}
.lightgreen {
    color: #A0ccb2;
}
.green {
    color: #003D9C;
}
.blue {
    color: #1e4899;
}
.black {
    color: #444D4A;
}
.red {
    color: #DD4F43;
}
a {
    text-decoration: none;
    color: #1e4899;
}
.no_hover {
    cursor: context-menu;
}

/* BANNER & APA BAR
------------------------------------*/

#apa-bar {
    background: #2F2F2F;
    height: 30px;
}
#google_translate_element {
    width: 100%;
}
#banner {
    background-image: url('../img/banner3.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    height: 250px;
    z-index: 0;
}
#banner img {
    /*    width: 100%;*/
}
#logo {
    padding-top: -15px;
    height: 100%;
}
#logo img {
    opacity: 1;
}
#banner_title {
    min-height: 100%;
}
#socialIconArea {
    margin-top: -41px;
    min-height: 100%;
    padding-top: 5px;
}
.social_icon {
    width: 30px;
    margin-right: 5px;
    float: right;
}
#banner_title p {
    color: #FFF;
    font-weight: bold;
    font-size: 54px;
    line-height: 56px;
    padding-top: 50px;
}

/*MAIN MENU
------------------------------------*/

#main-menu {
    padding-top: 5px;
    background: #003D9C;
    border: 1px solid #003D9C;
    z-index: 9999;
}
#main-menu ul li a {
    color: #FFF;
    text-decoration: none;
}
#main-menu ul li a:hover {
    color: #FFF;
}
#main-menu ul li a:hover {
    background: #003D9C;
}
#main-menu .dropdown ul {
    border: 0px solid;
}
#main-menu .dropdown li ul li {
    background: #003D9C;
}
#main-menu .dropdown li ul li a:hover {
    color: #FFF;
}
.dropdown ul li a:hover {
    color: #FFF;
}
.dropdown ul li a:hover {
    color: #FFF;
}

/*Dropdown down arrow color*/

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFF transparent transparent;
}

/*Mobile Menu*/

.mobile-toggle-bar {
    background: #003D9C;
}
#mobile-toggle {
    padding-top: 20px;
    border-bottom: 1px solid #003D9C;
}
#mobile-toggle li a {
    margin-left: 20px;
    margin-bottom: 10px;
    color: #000;
}
#mobile-menu {
    background: #003D9C;
    margin-top: 50px;
}
#mobile-menu li a {
    text-decoration: none;
    color: #FFF;
}
#mobile-menu li a:hover {
    color: #000;
}
#mobile-menu li > a::after {
    border-color: #000 transparent transparent;
}
#main-menu .dropdown .active {
    color: #000;
    background-color: #FFF;
}

/*OFF CANVAS MENU
------------------------------------*/

#offCanvas {
    background: #003D9C;
}
.off-canvas-wrapper {
    background: url("../img/DSC00336w.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.off-canvas-content {
    background: transparent;
}

/*MAIN CONTENT
------------------------------------*/

#main-container {
    padding-bottom: 40px;
    background: #FFF;
    border-left: 3px solid #1e4899;
    border-right: 3px solid #1e4899;
    /*
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
*/
}
.borderblack {
    border: 0px solid #003D9C;
}
#main-content {
    padding-top: 50px;
    background: #FFF;
}
#welcome p {
    font-size: 20px;
    line-height: 34px;
    color: #444D4A;
    padding-right: 30px;
}
#calendar {
    border-width: 0px 10px 10px 10px;
    border-style: solid #76756E;
}
#calendar .section_title {
    color: #FFF;
    width: 107%;
    margin-left: -17px;
    padding: 10px 20px 10px 20px;
    background: #76756E;
}
#calendar .section_title h3 {
    color: #FFF;
}
#calendar ul {
    margin-top: 20px;
    margin-left: 10px;
    list-style: none;
}
#calendar ul a {
    color: #003D9C;
    text-decoration: none;
}
.cal_item {
    border-bottom: 1px solid #b5b5b5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.last_cal_item {
    border-bottom: 0px solid #b5b5b5;
    padding-top: 5px;
    padding-bottom: 15px;
}
.cal_title {
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}
.cal_date {
    font-style: italic;
    font-size: 14px;
}
#whatsNew p {
    padding-right: 30px;
}
#homepage_img {
    height: 330px;
    max-height: 330px;
    background: url("http://fhitestsite.com/715/img/DSC00336w.png")right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
.box {
    background: #1e4899;
    color: #FFF;
    min-height: 150px;
    line-height: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #FFF;
}
.box span {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}
#About_box {
    background: url("../img/about.jpg")top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#Schedule_box {
    background: url("../img/schedule.jpg")top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#Outreach_box {
    background: url("../img/outreach.jpg")center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#History_box {
    background: url("../img/history.jpg")bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#Archive_box {
    background: url("../img/archive.jpg")top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
#Contact_box {
    background: url("../img/conact.jpg")right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

/*HOVER
------------------------------------*/


/* Shutter Out Vertical */

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #003D9C;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0.7;
}
.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white;
}
.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*OTHER PAGES
------------------------------------*/

.page-header {
    padding-left: 20px;
}

/*CONTACT FORM
------------------------------------*/

#contact_form,
#mc_embed_signup {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #cacaca;
}
#contact_form input,
#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    border-radius: 3px;
}
#contact_form .section_title {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: #003D9C;
    width: 100%;
    color: #FFF;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
#mc_embed_signup .section_title {
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: #003D9C;
    width: 100%;
    color: #FFF;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
#contact_button {
    width: 100%;
}
#contact_form button {
    background: #003D9C;
    padding: 10px;
    color: #FFF;
}
#general_comment_form button {
    background: #003D9C;
    padding: 10px;
    color: #FFF;
}
#contact_form textarea {
    border: 1px solid #ABB0B2;
    border-radius: 3px;
    height: 1px;
}
#contact_form label {
    font-size: 16px;
}
.general_comment_form label {
    font-size: 16px;
}
#project_contacts {
    border: 4px solid #003D9C;
    padding: 10px;
}

/*GET INVOLVED
------------------------------------*/

.document_list_ul li {
    margin-left: 40px;
}

/*SCHEDULE
------------------------------------*/

.schedule_item {
    height: 100%;
    color: #000;
    border: 1px solid #000;
    border-bottom: 70px solid #003D9C;
}
.schedule_column .schedule_title h3 {
    color: #FFF;
}
.schedule_title {
    background: #003D9C;
    margin-left: -0px;
    width: 100%;
    border-bottom: 5px solid #1e4899;
    padding-top: 5px;
    color: #FFF;
}
.schedule_item ul {
    list-style: none;
    margin-left: -15px;
    width: 114%;
    padding: 10px 15px 10px 15px;
}
.schedule_item ul li {
    margin-left: 10px;
    line-height: 18px;
    padding-bottom: 5px;
}
.schedule_item h4 {
    padding-top: 10px;
}

/*OUTREACH
------------------------------------*/
.outreach_column {
    margin-bottom: 15px;
}

.outreach_item {
    height: 97%;
    color: #000;
    background: #efefef;
}
.outreach_top {
    background: #1e4899;
    margin-left: -0px;
    width: 100%;
    padding-top: 5px;
    color: #FFF;
    min-height: 15px;
}
.outreach_item ul {
    list-style: none;
    padding: 0px;
    margin-left: 20px;
}
.outreach_item ul li {
    padding: 5px 0px 5px 1.3em;
    font-size: 17px;
}

.outreach_item li:before {

    background-color: #333;
    background-size: 10px 20px;
    border-radius: 20%;
    display: inline-block;
    width: 10px;
    height: 10px;
    content:"";
  margin-left: -1.3em;
    margin-right: 10px;

}

.outreach_item h4 {
    margin-top: 15px;
    padding: 25px 0px 15px 0px;
    font-weight: bold;
}

/*MAIN CONTENT - SQUARES
------------------------------------*/

.square {
    height: 100%;
    border: 10px solid #FFF;
    cursor: pointer;
}
#square1 {
    background: #a91d3b;
}
#square2 {
    background: url(../img/sq1.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}
#square3 {
    background: #1e4899;
}
#square4 {
    background: url(../img/sq2.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}
#square5 {
    background: #A0ccb2;
}
#square6 {
    background: #003D9C;
}
#square7 {
    background: url(../img/sq3.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}
#square8 {
    background: #003D9C;
}
#square9 {
    background: url(../img/sq4.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100%;
}
.center_mid {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 160px;
    color: #FFF;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.center_mid:hover {
    color: #2A332C;
}
.invisible {
    color: transparent;
}

/*TEAM
------------------------------------*/

#teampage {
    -webkit-transition: background-color 0.8s ease;
    -moz-transition: background-color 0.8s ease;
    -o-transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
}
#dot {
    padding: 20px;
    background: #003D9C;
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
    height: 138px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
#partner_box {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #A0ccb2;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
#management_box {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #1e4899;
    height: 400px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
}
#partner_box a div,
#management_box a div {
    font-weight: bold;
}
#partner_box a:hover div,
#management_box a:hover div {
    /* background: #efefef; */
}
#management_box h5,
#partner_box h5 {
    color: #FFF;
}
.partner_box {
    padding: 10px;
    background: #FFF;
    color: #1e4899;
    font-size: 17px;
    line-height: 19px;
    min-height: 45px;
    margin-top: 20px;
}
.mgmt_box {
    padding: 10px;
    color: #1e4899;
    font-size: 18px;
    line-height: 19px;
    background: #FFF;
    min-height: 80px;
    margin-top: 20px;
}
.blank_col_20 {
    height: 20px;
}
.blank_col_130 {
    height: 130px;
}

/*FOOTER
------------------------------------*/

#greenBand {
    border-bottom: 15px solid #003D9C;
    position: absolute;
}
#footer {
    padding-top: 40px;
    background: #003D9C;
    color: #D3E6ED;
    font-size: 13px;
    z-index: 999;
}
#footer ul {
    list-style: none;
    margin-left: 2px;
}
#footer label {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
#footer a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.footer_header {
    font-size: 18px;
    color: #FFF;
    padding-bottom: 10px;
}
#newsletter_,
#gTranslate,
#ctDOT {
    min-height: 100px;
}
#newsletter_ label {
    padding-bottom: 4px;
}
.newsletter_button {
    padding-top: 0px;
    background: #ededed;
    height: 39px;
    border: 0px;
    color: #000;
    float: left;
    border: 0px;
    background-color: F4F4F4;
    -webkit-transition: background-color 0.8s ease;
    -moz-transition: background-color 0.8s ease;
    -o-transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
}
.newsletter_textfield {
    width: 80%;
    float: left;
    border: 0px;
}
.newsletter_textfield::placeholder {
    #000;
}
.newsletter_textfield:focus,
.newsletter_textfield:focus {
    outline: none;
}
.newsletter_success {
    padding-top: 0px;
    background: #003D9C;
    border: 1px solid #003D9C;
    height: 39px;
    border: 0px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    width: 0px;
    float: right;
    text-align: center;
    padding-top: 10px;
}
.newsletter_button:hover {
    opacity: 0.9;
}

/*MEDIA QUERIES
------------------------------------*/


/* Small only */

@media screen and (max-width: 39.9375em) {
    .square {
        border: 5px solid #FFF;
    }
    .center_mid {
        font-size: 12px;
        font-weight: bold;
        line-height: 80px;
    }
    #banner_title p {
        font-size: 40px;
        line-height: 46px;
        padding-top: 5%;
    }
    .blank_col_130 {
        height: 10px;
    }
    .team_box {
        height: 55px:
    }
    .box {
        background: #1e4899;
        color: #FFF;
        min-height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 4px solid #FFF;
    }
    .box span {
        font-size: 18px;
    }
    #welcome p {
        font-size: 14px;
        line-height: 24px;
        color: #444D4A;
        padding-right: 30px;
    }
    .schedule_column {
        margin-bottom: 20px;
    }
}

/* Medium and up */

@media screen and (min-width: 40em) {}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .square {
        border: 5px solid #FFF;
    }
    .center_mid {
        font-size: 20px;
        font-weight: bold;
        line-height: 100px;
    }
    #banner {}
    #banner_title p {
        font-size: 52px;
        line-height: 54px;
        padding-top: 15%;
    }
    .blank_col_130 {
        height: 10px;
    }
    .dot {
        height: 250px;
    }
    .team_box {
        height: 55px:
    }
    .schedule_column {
        margin-bottom: 20px;
    }
}

/* Large and up */

@media screen and (min-width: 64em) {}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}



.carousel {
    position: relative;
    /* box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64); */
    margin-top: 26px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}

.carousel-item img {
    display: block;
    /* height: auto; */
    width: 100%;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #adadad;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet,
#carousel-6:checked ~ .control-6 ~ .carousel-indicators li:nth-child(6) .carousel-bullet,
#carousel-7:checked ~ .control-7 ~ .carousel-indicators li:nth-child(7) .carousel-bullet{
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }

  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }

  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }

  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }

  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }

  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }

  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
