html, body {
background-color:#fff;
margin:0;
padding:0;
overflow-x:hidden;
min-width:280px;
}

a {
text-decoration:none;
}

p {
margin-top:0;
margin-bottom:12px;
}







/*  ALIGN  */

.aligncenter {
text-align:center;
}


.alignleft {
text-align:left;
}

.alignright {
text-align:right;
}



 /*  BUTTONS  */

.button-01 {
color:white;
background-color:#284574;
border:none;
padding:10px 20px;
text-align: center;
display: inline-block;
cursor: pointer;
font-family : arial, helvetica, sans-serif;
font-size : 14px;
text-decoration : none;
transition:750ms
}

.button-01:hover {
color:#ffffff;
background-color:#5991ed;
transition:750ms
}



/*  COLORS  */

.backgroundcolor-01 {
background-color:#313946;
}

.backgroundcolor-02 {
background-color:#ffffff;
}

.backgroundcolor-03 {
background-color:#284574;
}

.backgroundcolor-04 {
background-color:#596477;
}

.backgroundcolor-05 {
background-color:#ffffff;
}

.color-01 {
color:#ffffff;
}

.color-02 {
color:#000000;
}

.color-03 {
color:#ffffff;
}

.color-04 {
color:#ffffff;
}

.color-05 {
color:#ffffff;
}




/*  COLUMNS  */

.columns-02-2575 {
display:grid;
grid-template-columns: 25% auto;
}

.columns-02-5050 {
display:grid;
grid-template-columns: 50% auto;
}

.columns-02-7525 {
display:grid;
grid-template-columns: 75% auto;
}

.columns-03-333333 {
display:grid;
grid-template-columns: 33.333% 33.333% auto;
}

.columns-03-332542 {
display:grid;
grid-template-columns: 33.333% 25% auto;
}

.columnswithgap-03 {
display:grid;
grid-template-columns: 31% 3.5% 31% 3.5% auto;
}





/*  CONTAINERS  */

.absolute {
position:absolute;
z-index:3;
}

.container-1200px {
max-width:1200px;
margin:0 auto;
}

.relative {
position:relative; 
z-index:2;
}


.slider-001 {
position:absolute;
background-color:transparent;
top:60px;
left:50px;
width:740px;
height:auto;
z-index:3;
}

.slider-002 {
position:absolute;
background-color:transparent;
top:290px;
left:50px;
width:700px;
height:auto;
z-index:3;
}






/* CREDITS */

.footer-credits {
width:100%;
max-width:100%;
height:auto;
background-color:#313946;
margin:0;
position:reltive;
}

.footer-credits-container {
width:90%;
margin:0 auto;
padding:22px;
text-align:center;
}

.footer-credits-text {
font-size:12px;
line-height:normal;
color:#ffffff;
letter-spacing:normal;
text-decoration:none;
opacity:0.70;
transition:650ms;
}

.footer-credits-text a {
color:#ffffff;
opacity:0.75;
transition:650ms;
}

.footer-credits-text a:hover {
font-size:12px;
line-height:normal;
color:#ffffff;
opacity:1.00;
transition:650ms;
}







/*  FLOAT  */

.floatleft {
float:left;
display:block;
}

.floatright {
float:right;
display:block;
}



/*  FONT HOVERS  */

.fonthover-01 {
color:#000000;
transition: 850ms;
}

.fonthover-01 a {
color:#000000;
transition: 850ms;
}

.fonthover-01 a:hover {
color:#5991ed;
transition: 950ms;
}



.fonthover-02 {
color:#5991ed;
transition: 850ms;
}

.fonthover-02 a {
color:#5991ed;
transition: 850ms;
}

.fonthover-02 a:hover {
color:#ffffff;
transition: 950ms;
}



.fonthover-03 {
color:#2c4468;
transition: 850ms;
}

.fonthover-03 a {
color:#2c4468;
transition: 850ms;
}

.fonthover-03 a:hover {
color:#2357aa;
transition: 950ms;
}



.fonthover-04 {
color:#ffffff;
transition: 750ms;
}

.fonthover-04 a {
color:#ffffff;
transition: 750ms;
}

.fonthover-04 a:hover {
color:#131b26;
transition: 350ms;
}



.fonthover-05 {
color:#27364e;
transition: 850ms;
}

.fonthover-05 a {
color:#27364e;
transition: 850ms;
}

.fonthover-05 a:hover {
color:#1e4c97;
transition: 950ms;
}




/*  FONT STYLES  */

.bold {
font-weight:bold;
}

.italic {
font-style:italic;
}



/*  FOOTER  */

footer {
width:100%;
height:auto;
position:scroll;
z-index:1;
}





/*  HOVERS  */

.imagehover-01 {
transition: 850ms;
}

.imagehover-01:hover {
opacity:0.55;
transition: 650ms;
background-color: #ffffff;
}


.imagehover-02 {
transition: 850ms;
}

.imagehover-02:hover {
opacity:0.75;
transition: 650ms;
background-color:transparent;
}




/*  IMAGES  */

img {
display:block;
max-width:100%;
height:auto;
}

.image-01 {
width:180px;
height:auto;
display:block;
}

.image-center {
margin:0 auto;
display:block;
}

.logo-footer {
width:80%;
height:auto;
opacity:1.00;
display:block;
}



/*  LEFT  */

.left-004pct {
left:4%;
}

.left-005pct {
left:5%;
}

.left-010pct {
left:10%;
}

.left-015px {
left:15px;
}

.left-020px {
left:20px;
}

.left-030px {
left:30px;
}

.left-040px {
left:40px;
}

.left-050px {
left:50px;
}



/*  LINE HEIGHT  */

.lineheight-085 {
line-height:0.85;
}

.lineheight-095 {
line-height:0.95;
}

.lineheight-100 {
line-height:1.00;
}

.lineheight-110 {
line-height:1.10;
}

.lineheight-125 {
line-height:1.25;
}

.lineheight-150 {
line-height:1.50;
}

.lineheight-060px {
line-height:60px;
}

.lineheight-070px {
line-height:70px;
}



/*  PADDING  */

.padding-007px {
padding:7px 0;
}

.padding-010px {
padding:15px 0;
}

.padding-012px {
padding:15px 0;
}

.padding-015px {
padding:15px 0;
}

.padding-020px {
padding:20px 0;
}

.padding-030px {
padding:30px 0;
}

.padding-040px {
padding:40px 0;
}

.padding-050px {
padding:50px 0;
}

.padding-060px {
padding:60px 0;
}



/*  SPACERS  */

.spacer-001 {
height:10px;
display:none;
}

.spacer-002 {
height:0px;
display:none;
}

.spacer-010px {
height:10px;
display:block;
}

.spacer-020px {
height:20px;
display:block;
}

.spacer-030px {
height:30px;
display:block;
}

.spacer-040px {
height:40px;
display:block;
}

.spacer-050px {
height:50px;
display:block;
}

.spacer-horizontal-010px {
width:10px;
display:inline-block;
}



/*  TOP  */


.top-010px {
top:10px;
}

.top-015px {
top:15px;
}

.top-020px {
top:20px;
}

.top-030px {
top:30px;
}

.top-040px {
top:40px;
}

.top-050px {
top:50px;
}

.top-060px {
top:60px;
}

.top-070px {
top:70px;
}

.top-080px {
top:80px;
}

.top-090px {
top:90px;
}

.top-100px {
top:100px;
}

.top-200px {
top:200px;
}

.top-300px {
top:300px;
}












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

.top-050px {
top:48px;
}


}





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

.top-050px {
top:45px;
}


}






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

.button-01 {
padding:7px 18px;
font-size : 14px;
}

.container-1200px {
max-width:1150px;
}


.padding-060px {
padding:55px 0;
}

.top-050px {
top:42px;
}


}




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

.container-1200px {
max-width:1080px;
}



.padding-060px {
padding:50px 0;
}

.top-050px {
top:40px;
}

}



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

.container-1200px {
max-width:95%;
}


.padding-060px {
padding:45px 0;
}

.top-050px {
top:38px;
}


}



/* Tablet */



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


.button-01 {
padding:6px 16px;
font-size:13px;
}

.padding-060px {
padding:40px 0;
}

.top-050px {
top:35px;
}

}





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

.button-01 {
padding:6px 14px;
font-size:12px;
}

.columns-03-333333 {
display:grid;
grid-template-columns: 50% auto;
}



.lineheight-070px {
line-height:55px;
}



.top-050px {
top:31px;
}

}





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


.button-01 {
padding:5px 11px;
font-size:12px;
}


.lineheight-070px {
line-height:40px;
}


.top-050px {
top:26px;
}


}





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

.button-01 {
padding:5px 9px;
font-size:11px;
}


.lineheight-070px {
line-height:35px;
}

.top-050px {
top:22px;
}

}







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

.alignleft {
text-align:center;
}

.alignright {
text-align:center;
}

.button-01 {
padding:9px 20px;
font-size:14px;
}

.columns-02-5050 {
display:grid;
grid-template-columns: 100%;
}

.columns-03-333333 {
display:grid;
grid-template-columns: 100%;
}

.columnswithgap-03 {
display:grid;
grid-template-columns: 100%;
}


.lineheight-070px {
line-height:25px;
}

.logo-footer {
width:78%;
height:auto;
margin: 5px auto 2px auto;
opacity:1.00;
display:block;
}


.spacer-002 {
height:50px;
display:block;
}

.top-050px {
top:18px;
}

}




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

.lineheight-070px {
line-height:20px;
}

.spacer-002 {
height:50px;
display:block;
}

}





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

.button-01 {
padding:7px 18px;
font-size:13px;
}

.padding-060px {
padding:35px 0;
}

.top-050px {
top:17px;
}

}





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

.top-050px {
top:16px;
}

}





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

.button-01 {
padding:6px 15px;
font-size:13px;
}



.top-050px {
top:15px;
}



}





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


.top-050px {
top:14px;
}

}
