/* CSS Document *//* - rgb( 89, 149, 199) */ body{    font-family: "Open Sans";	background-color: #f7f7f7;}/* - */h1, h2, h3, h4{    font-family: "Spartan";	color: rgb( 89, 149, 199);	font-weight: 200;}p{    color: #222;    line-height: 24px;}a{	color: rgb( 89, 149, 199);	text-decoration: none;}h2{	display: grid;	align-content: center;}h2 span{	color: #979797;	align-self: center;	grid-column: 2;	margin-left: 16px;}.img{	max-width: 100%;    align-self: center;    justify-self: center;}.sec{	padding: 64px 0;}.simple{	align-self: center;	justify-self: start;}.shadow-top{    background-image: url( "../img/shadow.png" );    background-position: top center;    background-repeat: no-repeat;}/* - */.heading{    justify-content: start;    border-bottom: solid 1px #ccc;    padding-bottom: 32px;    margin-bottom: 8px;}.heading h1{    justify-self: start;    font-size: 32px;}.heading h3{    justify-self: start;    color: #666;}/* - */.heading-2{    justify-content: center;    margin-bottom: 16px;    border-bottom: solid 1px #ccc;    padding-bottom: 32px;}.heading-2 h1{    justify-self: center;    font-size: 32px;}.heading-2 h3{    justify-self: center;    color: #666;}/* - */.hide{    display: none!important;}/* - */.sec-3{    background-color: #2b2b2b;    padding: 64px 0;}.sec-3 h1, .sec-3 h2, .sec-3 h3, .sec-3 h4, .sec-3 h5{    color: #D9D8D1;}.sec-3 p, .sec-3 a{    color: #fff;}.sec-2{    background-color: #fff;    padding: 64px 0;}          /* - */.list{    display: grid;    align-content: center;}.list p{    align-content: center;    display: grid;    grid-template-columns: max-content auto;}.list p:before{    font-family: FontAwesome;    color: #035e7c;    align-self: start;   	content: "\f105";    margin-right: 8px;    font-size: 16px;	border-right: solid 2px;	padding-right: 8px;}/* - */#map-container{    display: grid;    align-content: center;    width: 100%;    overflow: hidden;    height: 256px;}#map-container iframe{    grid-row: 1;    grid-column: 1;    z-index: 1;}#map-cover{    grid-row: 1;    grid-column: 1;    z-index: 2;    width: 100%;    height: 100%;    align-self: center;    justify-self: center;    background-color: rgba( 0,0,0,0.1);}@media( min-width:768px ){    #map-container    {        height: 384px;    }}.custom span{	color: rgb( 89, 149, 199);	font-size: 22px;}.line{	border-bottom: 2px solid #035e7c;	padding-bottom: 8px;}.stack{	align-content: start;}.dashed{    border-bottom: 1px #555 dashed;    padding-bottom: 32px;}.fade{    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(235,235,235,1) 100%); }.p-0{    padding: 0;}