@import url('https://use.typekit.net/wkw4ajs.css');
html, body {
	position:relative;
	width:100%;
	height:100%;	
	margin: 0;
	padding: 0;
	overflow: visible;
	}
html {  
  	height: -webkit-fill-available;
	height: 100%;
  	font-size: calc(16px + 1vw);  
	}
body {
	text-align:center;
	background-color:#d0d3d5;
	color:#2E2E2E;
	line-height: 1.3; 
	font-family: multi-display, Arial, Helvetica, sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size:.7rem;
	min-height: 100%;
	height: auto;
	overflow-x: hidden;
	}

html {
	 -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;	
  			box-sizing: border-box;
}
a {
	text-decoration:none;
	border:none;
}

img {
	width:100%;
	height:auto;
	max-width:100%;
}
header,
section,
footer {
	display:block;
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	text-align:left;
}
#masthead {
	margin-top:-3rem;	
	overflow:visible;
	padding:0;
	text-align:center;
}
#masthead img {
	width:6rem;
	height:auto;
}
#masthead h1 {	
	display:block;
	color:#523178;
	font-size: 2.5rem;	
	line-height:130%;
	font-family: multi-display, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
h2 {
	position:relative;
	font-size: 1.8rem;	
	line-height:130%;
	font-family: multi-display, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-transform:uppercase;
	text-align:center;
}
h2::after {
	position:absolute;
	content:"";
	height:3px;
	width:8rem;
	background:#f7b800;
	top:100%;
	left:50%;
	margin-left:-4rem;
}
p {
	margin-top:0;
	padding-top:0;
}
header {
	height:0;
	padding-top:32.3888%;
	background-image:url('img/banner-3X.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}


#main,
#request,
#voices,
footer {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding:60px 0px;
	text-align:left;
}
.wrapper {
	flex:0 0 80%;
	max-width:80%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:vertical;
   -webkit-box-direction:normal;
       -ms-flex-direction:column;
           flex-direction:column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap:1rem;
}
.card-holder {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:horizontal;
   -webkit-box-direction:normal;
       -ms-flex-direction:row;
           flex-direction:row;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
     -webkit-box-align: stretch;
       -ms-flex-align: stretch;
           align-items: stretch;
-ms-flex-line-pack: start;
    align-content: flex-start;
	gap:1.5rem;
}
.card {
	flex:1 1 33%;
	border:1px solid rgba(0,0,0,.3);
	padding:.5rem;
	border-radius:.25rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:vertical;
   -webkit-box-direction:normal;
       -ms-flex-direction:column;
           flex-direction:column; 	
	font-weight:500;
	text-align:center;
}
.dv {
	background:#a292b2;
	}
.sa {
	background:#7ea8af;
	}
.ht {
	background:#a7bcd6;
	}
.btn {
	
	border:1px solid rgba(0,0,0,.3);
	padding:.75rem;
	border-radius:.25rem;
	text-align:center;
	text-transform:uppercase;
	font-size:.6rem;
	opacity:1;
	filter: saturate(1) ;
	-webkit-transition:all .5s;
   -o-transition:all .5s;
   transition:all .5s;
}
.btn:hover {
	filter: saturate(.6) ;
	opacity:.5;
}
.sa > .btn {
	background:#00858f;
	color:#fff;
}
.dv > .btn {
	background:#624c79;
	color:#fff;
}
.ht > .btn {
	background:#316195;
	color:#fff;
}

#request {
	background:#4b2567;
	color:#fff;
}
#request .btn,
#voices .btn {
	background:#748bc1;
	color:#fff;
	font-weight:500;
}
#voices .wrapper {
	flex:0 0 100%!important;
	max-width:100%!important;
}
.voice-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:horizontal;
   -webkit-box-direction:normal;
       -ms-flex-direction:row;
           flex-direction:row;
	-webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
   -webkit-box-align: stretch;
       -ms-flex-align: stretch;
           align-items: stretch;
-ms-flex-line-pack: start;
    align-content: flex-start;	
}
.left,
.right {
	flex:1 1 50%;
}
.left {
	background-image:url('img/voices-3X.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.right {
	text-align:left;
	padding-left:1rem;
	padding-right:1rem;
}
footer {
	background:#395283;
	padding:50px 0px;
	text-align:center;
}
.gcc {
	width:100px;
	height:auto;
}
footer a {
	color:#fff;
	font-size:.7rem;	
	line-height:normal;
}
footer p {
	font-size:.7rem;
	color:#fff;
}
footer h1 {
	line-height:normal;
	color:#fff;
}
footer .social {
	position:relative;
	float:none;
	clear:both;
	width:30%;
	margin:0% 35%;
	height:auto;
	text-align:center;
}
footer  .social a i {
	float:none;	
	border:none;
	color:#fff;
	font-size:1rem;
	margin:0em .25em;
}

@media screen and (max-width: 1300px){ 
.wrapper {
	flex:0 0 90%;
	max-width:90%;
}
}
@media screen and (max-width: 1024px){ 
	header {
	height:0;
	padding-top:32.3888%;
	background-image:url('img/banner-2X.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}
	#masthead h1 {	
	font-size: 2rem;	
}
	.card-holder {
		gap:.5rem;
	}
	.card {
	font-size:.55rem;
	}
}

@media screen and (max-width: 600px){ 
header {
	height:300px;
	padding-top:0;
	background-image:url('img/banner-2X.jpg');
	background-size:auto 100%;
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
}
#masthead h1 {	
	font-size: 1.6rem;	
}
#main,
#request,
#voices,
footer {
	
	padding:30px 0px;
}
.voice-wrap {	
	-webkit-box-orient:vertical;
   -webkit-box-direction:normal;
       -ms-flex-direction:column;
           flex-direction:column; 
	-webkit-box-pack:justify;
    -ms-flex-pack:justify;
        justify-content:space-between;
   -webkit-box-align: stretch;
       -ms-flex-align: stretch;
           align-items: stretch;
-ms-flex-line-pack: start;
    align-content: flex-start;	
}
.left,
.right {
	flex:1 0 100%;
	min-width:100%;
}
	.left {
		height:0;
		padding-bottom:74.972%
	}
	.right {
		padding:1rem;
	}
.left {
	background-image:url('img/voices-2X.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
}
@media screen and (max-width: 480px){ 
.card-holder {
	-webkit-box-orient:vertical;
   -webkit-box-direction:normal;
       -ms-flex-direction:column;
           flex-direction:column; 		
-ms-flex-line-pack: start;
    align-content: flex-start;
	gap:1rem;
}
.card {
	flex:1 1 100%;	
	font-size:.7rem;
}
footer .social {
	width:60%;
	margin:0% 20%;
}
footer  .social a i {	
	font-size:1.4rem;
}
}