body {
    color: #000000;
    font-size: 14px;
    font-family:'PT Sans', sans-serif;
    background-color: #ffffff;
    padding-top: 10px;
}

h1, h2, h3, h4, h5 {
    font-family:'Intro', sans-serif; 
}

.navbar {
    background-color: #fff;
    padding: 20px 0;
}

.header {
    display: flex;
    align-items: center;
    background: #fff;
}

.header h3 a {
    font-size: 18px;
    color: #ec1c24;
    font-family:'PT Sans', sans-serif;
    text-decoration: underline;
}

.header h6 a {
    font-size: 12px;
    color: #ec1c24;
    font-weight: bold;
    text-transform: uppercase;
}

.menu {
    position:relative;
    z-index:5;
    display:block;
    width: auto;
    text-align:center;
    padding: 12px 40px;
    margin: auto;
    background:#ffffff;
    border:1px solid #3061c3;
}
.menu:before, .menu:after {
    content:"";
    position:absolute;
    top:24px;
    display:block;
    width:7px;
    height:7px;
    background:#ec1c24;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    behavior:url('./pie.htc');
}
.menu:before {
    left:23px;
}
.menu:after {
    right:23px;
}
.menu li {
    display:inline-block;
    font-weight:bold;
    text-transform:uppercase;
    margin:0 4px 0 3px;
}
.menu li a {
    display:block;
    color:#002f8c;
    text-decoration:none;
    padding:6px 11px 6px 10px;
    border:1px solid transparent;
}
.menu li a:hover {
    color:#ec1c24;
}
.menu li.active a {
    color:#ec1c24;
    border:1px solid #ec1c24;
}

.navbar-light .navbar-nav .nav-link {
    color:#ec1c24;
    font-size: 14px;
}

section {
    padding: 30px 0 30px;
}

section.title {
    padding: 60px 0 30px;
    background-color: #d4e2ff;
    margin-top: -30px;
}

section.presentation {
    background-color: #f49395;
    color: #fff;
}

section.w-title {
    background-color: #fff;
    padding-top: 60px;
    position: relative;
}

section.ad {
    background-color: #d4e2ff;
    padding-top: 40px;
    position: relative;
}

.w-title h2 {
    padding: 0 40px;
    display: inline-block;
    margin: auto;
    color: #3a4f83;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
    z-index: 2000;
}

.w-title h4 {
    color: #f86463;
    font-size: 18px;
    text-transform: uppercase;
}

.w-title h5 {
    color: #f86463;
    font-size: 15px;
    text-transform: uppercase;
}



section.w-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f49395;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 0;
}

section.call {
    background-color: #d4e2ff;
}

section.call h2 {
    text-transform: uppercase;
    color: #f86463;
    font-size: 28px;
}

section.call a {
    text-transform: uppercase;
    text-decoration: underline;
}

.title h1 {
    display:inline-block;
    font-size:30px;
    line-height:33px;
    font-weight:normal;
    font-family:'Intro', sans-serif;
    text-transform:uppercase;
    padding-left: 175px;
    padding-right: 175px;
    background: url('../images/new/h1_l.png') no-repeat left 12px, url('../images/new/h1_r.png') no-repeat right 12px;
}

.title ul {
    text-align:center;
    margin:0 0 16px;
}
.title ul li {
    display:inline-block;
    color:#152f61;
    font-size:10px;
    line-height:12px;
    text-transform:uppercase;
    padding:0 0 0 16px;
    margin:0 0 0 10px;
    background:url('../images/new/breadcrumbs_li.png') no-repeat left 3px;
}
.title ul li:first-child {
    padding-left:0;
    margin-left:0;
    background:none;
}
.title ul li a {
    color:#152f61;
    text-decoration:none;
}
.title ul li a:hover {
    text-decoration:underline;
}

.presentation h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.presentation p {
    padding: 20px 0
}

.presentation ul {
    padding-top: 20px;
    padding-left: 15px;
    list-style: square;
}

.presentation ul li {
    padding-top: 10px;
}

.elem h5 {
    font-size: 20px;
    color: #405d9b;
    font-weight: bold;
}

.elem h6 {
    font-size: 16px;
    font-weight: 400;
}

.ad h3 {
    font-size: 35px;
    color: #fc7c7b;
    text-transform: uppercase;
}

.ad ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
}

.ad ul li {
    padding-left: 50px;
    margin-top: 10px;
    font-size: 20px;
    background-image: url("../images/new/check-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.w-title ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
}

.w-title ul li {
    padding-left: 50px;
    margin-top: 10px;
    font-size: 20px;
    background-image: url("../images/new/check-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

ul.min {
    list-style: square;
    margin-left: 15px;
}

ul.min li {
    background: none;
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.flex {
    display: flex;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d4e2ff;
}

.bigger-font {
    font-size: 22px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #d4e2ff;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f49395;
}

.blue {
    color: #3a4f83!important;
}

footer {
    padding: 50px 0;
    background-color: #3a4f83;
    color: #d7e3ff;
}

footer a {
    color: #d7e3ff;
    text-decoration: underline;
}

footer a:hover {
    color: #d7e3ff;
}

footer .nav {
    margin:37px 0 0;
}
footer .nav li {
    display:inline-block;
    font-size:12px;
    line-height:16px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 10px 0 9px;
}
footer .nav li a {
    color:#ffffff;
}

footer .social {
    margin:31px 0 0;
}
footer .social li {
    display:inline-block;
    margin:0 6px 0 5px;
}

@media (max-width: 576px) { 
    .header {
        display: flex;
        align-items: inherit;
        border-bottom: 1px solid #ccc;
    }
    .title h1 {
        padding: 0;
        background: none;
    }

    .title ul {
        margin: 0;
        padding: 0;
    }

    .title ul li {
        width: 100%;
        text-align: center; 
        padding: 0;
        margin: 5px 0;
        font-size: 13px;
        background: none;
    }
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

}


@media (max-width: 992px) {
    .col-md-5ths {
        width: 100%;
        margin-bottom: 20px;
    }

}


/* Fonts */

@font-face {
    font-family:'PT Sans';
    font-style:normal;
    font-weight:400;
    src:local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
    font-family:'PT Sans';
    font-style:normal;
    font-weight:700;
    src:local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/g46X4VH_KHOWAAa-HpnGPhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
    font-family:'PT Sans';
    font-style:italic;
    font-weight:400;
    src:local('PT Sans Italic'), local('PTSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/7dSh6BcuqDLzS2qAASIeuj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family:'PT Sans';
    font-style:italic;
    font-weight:700;
    src:local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkIraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@font-face {
    font-family:'Intro';
      src:url('/Content/fonts/intro.eot');
    src:url('/Content/fonts/intro.eot?#iefix') format('embedded-opentype'),
        url('/Content/fonts/intro.woff') format('woff'),
        url('/Content/fonts/intro.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
} 