body { font-family: Montserrat, sans-serif; }

* { box-sizing: border-box; }

/*[class*="col-"] {
  float: left;
  padding: 15px;
}*/

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/***** BODY *****/

.body-container{
    margin-left: auto;
    margin-right: auto; 
    box-shadow: 0 9px 0px 0px rgba(0, 0, 0, 0), 0 -9px 0px 0px rgba(0, 0, 0, 0), 12px 0 15px -15px rgba(29, 53, 87, 0.75), -12px 0 15px -15px rgba(29, 53, 87, 0.75);
}

.divider{
    height: 2px;
    background-image: linear-gradient(to right, #FFF, #1D3557, #FFF);
}


/***** HEADER *****/

.header {
    width: 100%;
    height: 150px;
    color: #1D3557;
}

.logo-container {
    height: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;  
    position: relative;
}

.logo-container img{
	/*display:block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto; */
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mid-section{
    height: 400px;
}

/***** CTA *****/

.cta-container{
    float: left;
    height: 400px;
    padding: 20px;     
}

.cta-internal-container{
    border-radius: 25px;
    background: #F0F4FA;
    height: 100%;
}

.cta{
    /*margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.cta .button-container{
    margin-left: auto;
    margin-right: auto;
}

.cta .button{
    /*background-color: #2a5dba;*/
    background-color: #E63946;
    color: #fff!important;
    text-align: center;
    border-radius: 5px;
    padding: 0 2rem;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    line-height: 3.125rem;
    border: none;
    margin-top: 1.5rem;
    width: 100%;
    font-size: 1.2em;
}

.cta p{
    color: #2a363b;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/***** TAGLINE *****/

.tagline-container{
    float: left;
    height: 400px;
    position: relative;
}

.tagline{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.tagline-title{
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: #1D3557;
}

.tagline-subtitle{
    text-align: center;
    font-size: 1.5em;
    color: #1D3557;
    font-style: italic;
}

/***** SERVICES *****/

.services-container{
    float: none;
}

.service-grid-container {
	display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.service-image-container {
	position: relative;
    width: 100%;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    overflow: hidden;
	text-align: center;
}

.service-card{
}

.service-card h2 {
	text-align: center;
    color: #1D3557;
}

.service-card ul{
    list-style-type: none;
}

.service-card .ul-2-col{
    column-count: 2;
    column-rule: dotted 1px #000;
    list-style-type: none;
}

.service-card li{
    margin-bottom: 0.75em;
    font-size: 1em;
    font-weight: 600;
}

.service-image{	
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    /*width: 20%;
    height: 20%;*/
	width: 64px;
	height: 64px;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
}

.service-card-bgoverlay{
    /*background-color: #fff;
    opacity: 0.85;*/
    height: 100%;
}

.service-card-container{
    padding: 40px;
    height:100;
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
}

.bkg-read{
    background-image: url("../images/undraw_reading_0re1.svg");
    background-size: cover;
    background-position: center;
}

.bkg-write{
    background-image: url("../images/undraw_my_documents_ym8x.svg");
    background-size: cover;
    background-position: center;
}

.bkg-voice{
    background-image: url("../images/undraw_things_to_say_ewwb.svg");
    background-size:cover;
    background-position:top;
}

.service-card .button-container{
    margin-left: auto;
    margin-right: auto;
}

.service-card .button{
    /*background-color: #2a5dba;*/
    background-color: #E63946;
    color: #fff!important;
    text-align: center;
    border-radius: 5px;
    padding: 0 2rem;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    line-height: 3.125rem;
    border: none;
    margin-top: 1.5rem;
    width: 100%;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 20px;
}


/***** FOOTER *****/

.footer {
    width: 100%;
    height: 125px;
    background-color: #1D3557;
    color: #fff;
    font-size: 0.75em;
}

.footer-left-container{
    float: left;
    padding: 20px;
    text-align: center;
}

.footer-middle-container{
    float: left;
    padding: 20px;
    text-align: center;
}

.footer-middle-container img{
    width: 200px;
    margin-top:12px;
}

.footer-right-container{
    float: left;
    padding: 20px;
    text-align: center;
}

.footer a{
    text-decoration: none;
    color:#fff;
}

/***** PUBLIC POLICY *****/

.priv-container{
    padding: 20px;
}

.big-title{
    font-size:5em;
    font-weight:bold;
}

.p1 {
    margin-bottom: 2em;
    margin-top: 2em;
}

.p2 {
    margin-bottom: 2em;
    margin-top: 2em;
}

@media only screen and (max-width: 900px) {
    
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .service-grid-container {
        grid-template-columns: 1fr;
    }
    .mid-section {
        height: 600px;
    }
    .cta-container{
        height: 200px;
    }
    .cta p{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .big-title{
        font-size:3em;
    }
}

@media only screen and (min-width: 900px) {
    
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    .service-grid-container {
        grid-template-columns: 1fr;
    }
    .mid-section {
        height: 600px;
    }
    .cta-container{
        height: 200px;
    }
    .cta p{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .big-title{
        font-size:3em;
    }
}

@media only screen and (min-width: 1440px) {
    
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .service-grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .mid-section {
        height: 400px;
    }
    .cta-container{
        height: 400px;
    }
    .cta p{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .big-title{
        font-size:5em;
    }
}