/* Cookies Consent Banner */
.cc-message{
	text-align: left !important;
	padding: 0 15px !important;
}
.cc-link{
	display: inline !important;
	text-decoration: none !important;
	color: #B32025 !important;
}
.cc-link:hover{
	color: #8F1A1F !important;
}
.cc-btn{
	text-decoration: none !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
    font-style: italic !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}
.cc-btn:hover,
.cc-btn:focus{
	background-color: #8F1A1F !important;
}
/* End Cookies Consent Banner */

html, body{
	
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	color: #1A1A1A;
    overflow-x: hidden;
}

html{
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

.animate, .animate *
{
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

h1, h2, h3, h4{
	font-weight: 900;
    font-style: italic;
    font-size: 36px;
    color: #1F3A5F;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 120%;
}

h2{
    font-size: 24px;
}

.highlight{
    color: #B32025;
}

b, strong{
	font-weight: 700;
}

a{
	color: #B32025;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

a:hover,
a:focus{
	color: #8F1A1F;
	text-decoration: none;
}

#top-bar{
    background: #F4F6F8;
    border-bottom: 1px solid #ededed;
    padding: 15px 15px 5px 15px;
}

#top-section{
    background: #1F3A5F;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.news-text{
    margin: 30px 0 -15px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 0, 0);
    background: rgba(255,0,0,0.1);
    padding: 15px;
    text-shadow: 1px 1px 1px #000;
    line-height: 160%;
}

.news-text b{
    text-transform: uppercase;
    font-weight: 900;
}

#SiteHeader{
    max-width: 100%;
    height: auto;
    margin: 70px 0 30px 0;
}

#SmallSiteHeader{
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.intro-text{
    font-size: 16px;
    font-weight: 700;
}

.intro-image,
.column-image{
    position: relative;
    background: #fff;
    padding: 5px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}

.intro-image{
    bottom: -60px;
    float: right;
}

.column-image{
    margin-bottom: 20px;
}

.content-col{
    margin-bottom: 20px;
}

.content-col .fa{
    width: 15px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

footer{
    margin-top: 60px;
    background: #F4F6F8;
    border-top: 1px solid #ededed;
    padding: 30px 15px;
}

.modal-header{
    border: 0 !important;
}
.modal-body h1{
    margin-top: -30px !important;
}
.modal-footer{
    display: none !important;
}

/*MEDIA QUERIES*/
@media(max-width: 1200px){
    h1, h2, h3, h4{
        font-size: 30px;
    }
    
    .intro-image{
        bottom: -100px;
    }
}

@media(max-width: 992px){
    .intro-image{
        bottom: initial;
        margin-bottom: 30px;
    }
    
    html, body{    
        font-size: 13px;
    }
    
    .news-text{
        margin: 20px 0 5px 0;
        padding: 10px;
    }
}


@media only screen and (max-width: 767px){
	.column-image{
        width: 100%;
    }
    
    #top-section,
    .content-col{
        margin-bottom: 20px;
    }
    
    footer{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px){
	.cc-message{
		font-size: 12px !important;
		line-height: 20px !important;
	}
}

@media only screen and (max-width: 480px){
	
}

@media only screen and (max-width: 414px){
	.cc-message{
		padding: 0 !important;
	}
}


/* ANIMATIONS */
@keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeout{
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox */
@-moz-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}