.comment {
    color: #a60c00;
    color: #6f1a1a;
    color: #d33231;
    color: #262626;
    color: #f3f2f2;
    color: #d6d6d6;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeueLight.ttf")
}

@font-face {
    font-family: "Helvetica Neue";
    font-weight: bold;
    src: url("../fonts/HelveticaNeueBd.ttf")
}

* {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 0px;
    font-family: "Helvetica Neue", sans-serif;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

/*Headings*/

h1 {
    color: #a60c00;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 35px;
}

h2 {
    margin-top: 20px;
    color: #6f1a1a;
}

h3 {
    font-size: 1.5rem;
    margin-top: 10px;
    color: #6f1a1a;
}

h1+h2 {
    margin-top: 0px;
}

/*End Headings*/

/*Links*/

.links a {
    display: block;
}

/*End Links*/

/*Graphics Containers*/

.graphic-container {
    display: inline-block;
}

.graphic-container>img {
    width: 100%;
}

.graphic-container.fixed-height {
    width: initial;
    height: 100px;
    display: block;
    margin: 20px 0px;
}

.graphic-container.fixed-height>img {
    display: block;
    margin: 0px auto;
    max-height: 100px;
    width: auto;
    height: auto;
    max-width: 100%;
}

.graphic-container.width-40 {
    width: 40%;
    display: inline-block;
}

.graphic-container.width-40 img {
    width: 100%;
}

.graphic-container.promo>img {
    max-width: 500px;
}

/*End Graphics Containers*/

/*Lists*/

ul.content>li {
    margin-left: 40px;
}

/*End Lists*/

/*Links*/

a:link {
    color: #a60c00;
}

a:visited {
    color: #6f1a1a;
}

a:hover {
    color: #d33231;
}

a:active {
    color: #d33231;
}

/*End Links*/

/*Header*/

#header {
    border-bottom: 4px solid #6f1a1a;
    position: relative;
}

#header-left {
    width: 250px;
    text-align: center;
    padding: 20px;
    display: inline-block;
}

#header-logo-container {
    width: 130px;
    display: inline-block;
}

#header-logo {
    width: 100%;
}

#header-title {
    font-size: 110%;
    font-weight: 700;
    color: #a60c00;
}

#header-right {
    width: 300px;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    font-size: 120%;
}

#header-right>div {
    margin-bottom: 20px;
}

#header #search {
    display: inline-block;
    width: 50%;
    max-width: 300px;
    position: absolute;
    right: 10px;
    bottom: 8px;
}

.gsc-control-cse {
    padding: 0px;
}

#header-slogan {
    margin-top: 5px;
    color: #a60c00;
    font-style: italic;
    font-size: 90%;
}

.header-link {
    font-style: italic;
}

/*End Header*/

/*Jumbotron*/

.jumbotron {
    background: initial;
    text-align: center;
    margin-bottom: 0px;
}

/*End Jumbotron*/

/*Buttons*/

a.button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #a60c00;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #a60c00;
}

a.button:hover {
    background-color: white;
    color: #a60c00;
    transition: background-color 0.4s, color 0.4s;
}

/*End Buttons*/

/*Navigation*/

#main-navigation-container {
    width: 100%;
}

#main-navigation {
    width: 100%;
    display: none;
    overflow: hidden;
}

#main-navigation.open {
    display: initial;
    overflow: visible;
}

#main-navigation li {
    list-style-type: none;
    background-color: white;
    z-index: 1000;
}

#main-navigation a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
}

#main-navigation>li {
    position: relative;
    border-bottom: 1px solid #6f1a1a;
}

.sub-navigation {
    display: none;
    width: 100%;
}

.sub-navigation>li {
    border-bottom: 1px solid white;
}

#navigation-toggle {
    padding: 15px 20px;
    color: #a60c00;
    font-size: 200%;
    display: block;
}

#navigation-toggle::before {
    content: "\2630";
}

#secondary-navigation {
    padding: 20px;
    background-color: #f3f2f2;
    text-align: left;
}

#secondary-navigation a {
    display: inline-block;
    padding: 5px 10px;
}

/*End Navigation*/

/*Main Content*/

#main-frame {
    min-height: 50vh;
}

/*End Main Content*/

/*Gray Out*/

.gray-out {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: background-color 0.4s;
}

/*End Gray Out*/

/*Leaders*/

.leader {
    font-weight: bold;
    font-size: 105%;
}

/*End Leaders*/

/*Carousel*/

#carousel {
    text-align: center;
    padding-bottom: 50px;
    vertical-align: middle;
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

.carousel-item {
    height: 405px;
}

.carousel-item > .graphic-container {
    height: 100%;
}

.carousel-item > .graphic-container img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
}

.carousel-item {
    padding-left: 11%;
    padding-right: 11%;
}

.carousel-control-next-icon {
    background-image: url("../graphics/control-next.svg");
}

.carousel-control-prev-icon {
    background-image: url("../graphics/control-prev.svg");
}

.carousel-indicators li {
    background-color: rgba(166, 12, 0, 0.5);
}

.carousel-indicators .active {
    background-color: #a60c00;
}

.carousel-v-middle-container {
    width: 100%;
    display: table;
    height: 405px;
}

.carousel-v-middle {
    display: table-cell;
    vertical-align: middle;
}

/*End Carousel*/

/*Highlights*/

.highlight {
    text-align: center;
    font-size: 120%;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}

.highlight a {
    text-decoration: underline;
}

/*End Highlights*/

/*Footer*/

#footer {
    border-top: 4px solid #6f1a1a;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 50px;
}

#footer-partners>a {
    display: inline-block;
    height: 50px;
    margin: 25px 15px;
}

#footer-partners>a:first-of-type {
    height: 75px;
}

#footer-partners>a>img {
    height: 100%;
    width: initial;
}

#footer-social {
    padding: 10px 0px;
    border-bottom: 2px solid #6f1a1a;
}

#footer-social>a {
    display: inline-block;
    width: 30%;
}

#footer-facebook::before {
    content: "";
    background-image: url(../graphics/facebook-logo.png);
    background-size: 40px 40px;
    margin: auto;
    width: 40px;
    height: 40px;
    display: block;
}

#footer-twitter::before {
    content: "";
    background-image: url(../graphics/twitter-logo.png);
    background-size: 40px 40px;
    margin: auto;
    width: 40px;
    height: 40px;
    display: block;
}
/*End Footer*/

/*Tables*/

.description-table {
    margin: 20px;
    border: 1px solid black;
    border-collapse: collapse;
}

.description-table td {
    padding: 3px;
}

.description-table thead {
    border-bottom: 2px solid #6f1a1a;
}

.description-table td:nth-of-type(1) {
    background-color: #F0F0F0;
    text-align: center;
}

.description-table td:nth-of-type(3) {
    font-style: italic;
}

.description-table tr {
    border-bottom: 1px solid black;
}

/*End Tables*/

/*Alignments*/

.center {
    text-align: center;
}

/*End Alignements*/

@media only screen and (min-width: 768px) {
    #main-navigation-container {
        width: initial;
        float: left;
        width: 250px;
    }
    #main-navigation {
        width: 250px;
        overflow: visible;
        display: inline-block;
    }
    #main-navigation li:hover {
        background-color: #a60c00;
        transition: background-color 0.4s;
    }
    #main-navigation li:hover>a {
        transition: color 0.4s;
        color: white;
    }
    #main-navigation li:hover .sub-navigation {
        display: initial;
        position: absolute;
        left: 100%;
        top: 0px;
    }
    #main-navigation li:hover .sub-navigation {
        border-left: 4px solid #6f1a1a;
    }
    #main-navigation>li {
        border-right: 4px solid #6f1a1a;
    }
    #navigation-toggle {
        display: none;
    }
    #main-content {
        vertical-align: top;
        margin-left: 270px;
        width: initial;
    }
    #secondary-navigation {
        margin-left: 250px;
    }
}

@media only screen and (max-width: 500px) {
    #header-right {
        font-size: 90%;
        position: initial;
        text-align: center;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
    #header-right>div {
        margin-bottom: 8px;
    }
    #header {
        text-align: center;
    }
    #navigation-toggle {
        text-align: left;
    }
}