@charset "utf-8";
/* CSS Document */

body {
    background-color: #ffffff;
}

h2 {
    color: #006eca;
    font-family: 'Martel', serif;
    font-size: 2em;
}

h3 {
    color: #006eca;
    font-family: 'Martel', serif;
    font-size: 1.35em;
}

#header {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    background-color: #006eca;
}

#header div:nth-child(1) {
    font-family: 'Martel', serif;
    font-size: 1.5em;
    text-align: left;
}

@media(max-width: 1280px) {
    #header div:nth-child(1) {
        font-size: 1.4em !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#header div:nth-child(2) {
    text-align: center;
}

#header div:nth-child(3) {
    text-align: right;
    font-size: 1.25em;
}

#header a:link,
#header a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

#header a:hover {
    color: #004176;
}

#mainnav {
    text-transform: uppercase;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #006eca;
    margin-bottom: 0px;
    border-radius: 0;
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 44px;
}

#mainnav a:link,
#mainnav a:visited,
#mainnav-mobi a:link,
#mainnav-mobi a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#mainnav a:hover,
#mainnav-mobi a:hover {
    color: #004176;
}

#mainnav-mobi {
    text-transform: uppercase;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #006eca;
    margin-bottom: 0px;
    border-radius: 0;
    font-size: 1.125em;
    font-weight: bold;
}

.navbar-toggle {
    border: none;
    outline: none;
    border-radius: 0px !important;
}

.navbar-toggle:hover {
    background-color: #004176 !important;
}

.navbar-toggle span {
    background-color: #fff !important;
}

#sub-nav {
    font-family: 'Martel', serif;
    font-size: 1.25em;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

#sub-nav a:link,
#sub-nav a:visited {
    background-color: #00A05F;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sub-nav a:hover {
    background-color: #00CF7C;
    text-decoration: none;
}

#sub-nav div:nth-child(1) {
    border-right: 2px solid #FFF;
    padding: 0px;
}

#sub-nav div:nth-child(2) {
    border-right: 2px solid #FFF;
    border-left: 2px solid #FFF;
    padding: 0px;
}

#sub-nav div:nth-child(3) {
    border-left: 2px solid #FFF;
    padding: 0px;
}

@media(max-width: 988px) {
    #sub-nav div:nth-child(2) {
        border-right: 0px solid #FFF !important;
        border-left: 0px solid #FFF !important;
        border-top: 1px solid #FFF !important;
        border-bottom: 1px solid #FFF !important;
        padding: 0px;
    }
    #sub-nav div:nth-child(3) {
        border-left: 0px solid #FFF;
        border-bottom: 1px solid #FFF !important;
    }
    #sub-nav div:nth-child(1) {
        border-right: 0px solid #FFF;
        border-top: 1px solid #FFF !important;
    }
}

#sub-nav span {
    font-size: 150%;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    text-shadow: 2px 2px 3px rgba(48, 48, 48, 0.92);
}

#content {
    padding-top: 50px;
    padding-bottom: 100px;
}

#content p {
    color: #545454;
}

#content .intro {
    text-align: center;
}

#content ul {
    color: #545454;
    list-style-type: none;
    font-size: 1.125em;
}

#content ul li:before {
    content: '\2713';
    color: #00A05F;
    font-weight: bold;
    padding-right: 10px;
    font-size: 1.25em;
}

#tagline {
    background-image: url(../images/back-tagline.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: 'Martel', serif;
    font-size: 4.5em;
    text-align: center;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

#legals {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #EFEFEF;
}

#legals > .col-md-6 > .col-md-4 > img {
    margin-bottom: 15px;
}

#footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #006ECA;
    color: #FFFFFF;
}

#footer a:link,
#footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color: #004176;
}

#footer img {
    margin-bottom: 15px;
    border: 5px solid #FFFFFF;
}

#myCarousel img {
    min-width: 100%;
}

.navbar-collapse {
    text-align: center;
}

.navbar-nav {
    display: inline-block;
    float: none;
}

.carousel-caption {

    top: 245px;
}

.carousel-caption p {
    background-color: rgba(22, 22, 22, .55);
    padding-top: 30px;
    padding-bottom: 30px;
}

.wavy-line-through {
	text-decoration: line-through;
	text-decoration-style: wavy;
}
.red-special {
	color: #ff0000;
	font-weight:bold;
	font-size: larger;
}