﻿
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');

body {
    /*color: #024ea4;*/
    color: #272727;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    background-color: #024ea4;
}

.desktoponly {display: inline-block; }
.mobileonly {display: none; }
.desktopnav {display: block; }
.mobilenav {display: none; }



.pagewidth {
    max-width: 850px;
    margin: auto;
    padding: 20px 30px 30px 30px;
}

.pagewidth800 {
    max-width: 800px;
    margin: auto;
    padding: 20px 30px 30px 30px;
}


.darkbluebanner {
    background-color: #024ea4;
    color: #ffffff;
    padding-bottom: 20px;
}


.lightbluefade {
    background-image: linear-gradient(#ffffff 70%, #dcf9ff);
}

.youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}


.youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.CallOut {
    background-color: #09a2dc;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.CallOut2 {
    background-color: #09a2dc;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.CallOut2 p{
    max-width: 800px;
	text-align: center;
margin: auto;
}

/* --- COLUMNFIT WILL FLEX AS COLUMNS AND COLWIDTH STYLES WILL TURN TO 100% ON MOBILE --- */
/* --- SEE RESPONSIVE CSS --- */
.columnfit {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.colwidth10 { width: 10%;}
.colwidth15 { width: 15%;}
.colwidth20 { width: 20%;}
.colwidth25 { width: 25%;}
.colwidth30 { width: 30%;}
.colwidth35 { width: 35%;}
.colwidth40 { width: 40%;}
.colwidth45 { width: 45%;}
.colwidth48 { width: 48%;}
.colwidth50 { width: 50%;}
.colwidth55 { width: 55%;}
.colwidth60 { width: 60%;}
.colwidth65 { width: 65%;}
.colwidth70 { width: 70%;}
.colwidth70 { width: 75%;}
.colwidth80 { width: 80%;}
.colwidth85 { width: 85%;}
.colwidth90 { width: 90%;}
.colwidth95 { width: 95%;}



