/* MAIN STRUCTURE */

/*columns WITH 1% margin */

.g5c1, .g5c2, .g5c3, .g5c4, .g5c5, 
.g5c6, .g5c7, .g5c8, .g5c9, .g5c10, 
.g5c11, .g5c12, .g5c13, .g5c14, .g5c15 { 
	float:left; margin: 0 1%; 
	}

.g6c1, .g6c2, .g6c3, .g6c4, .g6c5, .g6c6, 
.g6c7, .g6c8, .g6c9, .g6c10, .g6c11, 
.g6c12, .g6c13, .g6c14, .g6c15, .g6c16 { 
	float:left; margin: 0 1%; 
	}


/*columns WITHOUT 1% margin */

.g5c1w, .g5c2w, .g5c3w, .g5c4w, .g5c5w, 
.g5c6w, .g5c7w, .g5c8w, .g5c9w, .g5c10w, 
.g5c11w, .g5c12w, .g5c13w, .g5c14w, .g5c15w { 
	float:left; margin: 0; 
	}

.g6c1w, .g6c2w, .g6c3w, .g6c4w, .g6c5w, .g6c6, 
.g6c7w, .g6c8w, .g6c9w, .g6c10w, .g6c11w, 
.g6c12w, .g6c13w, .g6c14w, .g6c15w, .g6c16w { 
	float:left; margin: 0; 
	}

.full {
	width:100%;
	}

/* GENERAL STYLES */

body {
	background:#076bf4;
	background:#eef8fa;
	background:#edfafc;
	overflow-x:hidden;
	}

/* FONT STYLES */

body {
	line-height: 1.4;
	font-weight: 300;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h5 a {
	font-family: "Ropa Sans", "Poppins", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-weight: 400;
	color:#808080;
	color:#0649b8;
	letter-spacing:2px;
	}

h1 {
	font-size: 3.25rem;
	}

h2 {
	font-size: 2.75rem;
	}

h3 {
	font-size: 2.25rem;
	}

h4 {
	font-size: 2rem;
	}

h5 { 
	font-size: 1.5rem;
	}

h6 {
	font-size: 1.125rem;
	}

span.subhead {
	font-size: 75%;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight:400;
	display:block;
 	}

h1,h2,h3,h4,h5,h6 {
	font-weight:600;
	letter-spacing: normal;
	line-height:1:1;
	}

p {
	font-size: 1rem;
	line-height:1.5;
	font-weight:400;
	}

.autosz {
	width:100%;
	height:auto;
	}

/*HEADER STYLES --------------------------------- */

div#xtraswrp {
	display:none;
	}

div#hdrwrp {
	background:#fff;
	float:left;
	}

div#hdxtra {
	float:none;
	margin:0 auto;
	}

div#logowrp {
	float:left;
	}

a#logo {
	width:100%;
	max-width:20rem;
	margin:1rem 0;
	float:left;
	background:url(../images/mdg-logo.svg) no-repeat center center #fff;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain; 
	background-size: contain;
	display:inline;
	}

a#logo img {
	width:100%;
	height:auto;
	}

div#dtline {
	float:none;
	float:right;
	text-align:right;;
	}

p#dateline {
	font-size:1rem;
	color:#05035f;
	margin-top:1rem;
	}

#clntwrp {
	float:none;
	float:right;
	text-align:right;
	margin-top:2.125rem;
	}
	

a#clntlogin {
	display:block;
	float:right;
	background:#ff8401;
	color:#fff;
	padding:0.75rem 1rem;
	font-size:1rem;
	font-weight:400;
	text-decoration:none;
	}





/* SEARCH FORM STYLES --------------------------------- */

#srchwrp {
	float:left;
	text-align:right;
	margin-top:2.125rem;
	}

#searchfrm {
	position:relative;
	}

label.excp1 {
	position:absolute;
	left: -20000px;
	}

.srchtxtfld {
	width:75%;
	float:right;
	margin-bottom:1.25rem;
	margin-right:1rem;
 	border:1px solid #99c8c3;
	padding:0.75rem;
	font-size:1rem;
	background:#f9f9f8;
	}

#sbmtbtn {
	position:absolute;
	left: -20000px;
	}


a#sbutton {
	width:3rem;
	height:2.75rem;
	display:block;
	background:url(../images/schbtn-rv.svg) no-repeat 0.375rem center #000;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain; 
	background-size: contain;
	margin:0 auto;
	position:absolute;
	right:0;
	z-index:100;
	}


/*NAVIGATION BAR STYLES --------------------------------- */

div#navwrp {
	background:#05035f;
	padding:0.75rem 0;
	}

ul#topnav {
	list-style:none;
	float:right;
	margin-right:2.75rem;	
	text-align:right;
	/*margin-top:2.37rem;
	margin-top:5.37rem; */
	}

ul#topnav li {
	float:left;	
	text-align:right;
	border-left:1px dotted #888;
	padding: 0.5rem 0;
	}

ul#topnav li.first {
	border:none;
	}

ul#topnav li a {
	float:left;	
	text-align:right;
	font-size:1rem;
	font-weight:300;
	margin: 0 1rem;
	text-decoration:none;
	color:#fff;
	}

/*MAIN CONTENT STYLES --------------------------------- */

#bodywrap {
	width:100%;
	border-bottom:0px solid red;
	}

div#mainwrp {
	width:100%;
	float:left;
	}

div#mwrpsub {
	width:90%;
	margin:0 auto;
	padding-top:2rem;
	}


/*PAGE EXTRA STYLES --------------------------------- */

div#lftcol p {
	margin-right:2rem;
	line-height:1.5;
	}

div.xtrahgt {
	clear:both;
	width:100%;
	height:2.25rem;
	}

/*SLIDERER STYLES --------------------------------- */

div#sldwrp {
	position:relative;
	float:none;
	margin: 0 auto;
	margin-bottom:3rem;
	margin-bottom:0;
	}

div#sldwrp img {
	width:100%;
	height:auto;
	}

img.invis {
	width:100%;
	height:auto;
	float:left;
	}

#slider {
	width:100%;
	float:none;
	margin: 0 auto;
 	background:#fff;
 	text-align:left;
	clear:left;
	}

div.slideimg {
	width:65%;
	float:left;
	}

div.slideimg img {
	width:100%;
	height:auto;
	}

div#slextra {
	float:left;
	width:100%;
	background:#043484;
	background:#000000;
	background:#f7782b;
	position:relative;
	}

div.slidextra {
	float:left;
	width:100%;
	position:relative;
	}

div.slideshow {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}

div.slide {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:100%;
	border: 0;
	z-index:50;
	}

div.active {
	position:absolute;
	top:0;
	left:0;
	z-index:150;
	}

div.last-active {
	position:absolute;
	top:0;
	z-index:20;
	}

div#slextra a#quote {
	width:5.8em;
	height:3.25em;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:#fa5504;
	border:3px solid #f68b2c;
	-webkit-border-radius: 0.75rem; 
	-moz-border-radius: 0.75rem; 
	border-radius: 0.75rem;
	font-size:1.125rem;
	font-weight:bold;
	position:absolute;
	bottom:2.5rem;
	left: 15.5%;
	z-index:1000;
	}

div#slextra a#quote span.lb {
	display:block;
	margin-top:0.6rem;
	}

div#slextra a#quote span.lg {
	font-size:1.4rem;
	line-height:.8;
	}

#navbtns {
	display:block;
	}

#navbtns li {
	list-style-type:none;
	display:inline;
	margin:0 0.625rem;
	}

#navbtns a {
	width:1.375rem;
	height:1.8125rem;
	background:red;
	border:none;
	position:absolute;
	left:50%;
	bottom:1.5rem;
	margin-left:-1.5625rem;
	background:url(../images/btns.png) no-repeat -2rem 0 #fff000;
	z-index:1000;
	display:block;
	}

#navbtns a#next {
	background-position:0 0;
	margin-left:1.5625rem;
	}

#navbtns a:hover#prev {
	background-position: -2rem -2.4375rem;
	}

#navbtns a:hover#next {
	background-position:0 -2.4375rem;
	}

div#slinkswrp {
	float:left;.
	z-index:4000;
	text-align:center;
	margin-bottom:4rem;
	margin-bottom:0;
	position:relative;
display:none;
	}

div#slinksub {
	position:absolute:
	left:0;
	bottom:-1rem;
	z-index:1000;
border-top:1px solid red;
	}


div#slidelinks {
	width:80%;
	margin: 0 auto;
	text-align:center;
	margin-bottom:1.5rem;
	margin-bottom:0;
	}

div#slidelinks table {
	border:none;
	margin: 1.52rem auto;
	margin-bottom:0;
	text-align:center;
	}

div#slidelinks table td {
	width:auto;
	text-align:center;
	}

div#slidelinks table td a {
	width:1.5rem;
	height:1rem;
	display:block;
	text-align:center;
	overflow:hidden;
	text-indent:6.25rem;
 	background:url(../images/buttons.png) no-repeat center 0;
	}

div#slidelinks table td a.isCurrent {
 	background:url(../images/buttons.png) no-repeat center 0;
 	background-position:center -4.5625rem;
	}

li#prv {position:absolute; left:50%; margin-left:-10rem;top:2.875rem;}
li#nxt {position:absolute; left:50%; margin-left:10rem;top:2.875rem;}

div.captionwrp {
	width:35%;
	float:left;
	position:relative;
	}

div.caption {
	width:80%;
	margin-top:5rem;
	margin-left:10%;
	}

div.caption p {
	color:#fff;
	font-size:1.125rem;
	}

div.caption h4 {
	color:#fff;
	font-size:2.25rem;
	letter-spacing:normal;
	font-weight:400;
	}

#slextra img, .slide {
	width:100%;
	height:auto;	
	}

#mb {
	display:none;
	}

/*FOOTER STYLES --------------------------------- */

div#ftwrppr {
	margin-top:0.5rem;
	padding-top:1.5rem;
	text-align:center;
	background:#1bd4f0;
	background:#1bcff0;
	background:#04cbfd;
	background:#03a9ff;
	background:#076bf4;
	clear:left;
	}

div#ftwrppr p {
	color:#000;
	color:#fff;
	font-size:0.75rem;
	}

a#ftlogo {
	display:block;
	width:100%;
	max-width:16.375rem;
	background:url(../images/mdg-logo.svg) no-repeat center center;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain; 
	background-size: contain;
	margin:0 auto;
	}

a#ftlogo img {
	width:100%;
	height:auto;
	}

a#elnk {
	display:block;
	width:100%;
	max-width:7.82rem;
	background:url(../images/email-button.svg) no-repeat center center;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain; 
	background-size: contain;
	margin:0 auto;
	}

a#elnk img {
	width:100%;
	height:auto;
	}

div#ftwrppr div.cntcol {
	width: 29.33333333333334%;
	margin: 0 2%;
	margin-top:1.125rem;
	}

div#ftwrppr p.stitle {
	font-size: 1.375rem;
	font-weight:600;
	}

div#ftwrppr p.addy {
	font-size: 1rem;
	font-weight:400;
	}

div#ftwrppr p.fax {
	font-size: 1rem;
	font-weight:400;
	margin-top:0.75rem;
	}

div#ftwrppr p span.bbold {
	font-size: 1.125rem;
	font-weight:600;
	margin-top:0.75rem;
	}

div#ftwrppr p#cntus {
	font-size: 1.875rem;
	font-weight:400;
	margin-top:-0.5rem;
	}

div#ftwrppr p#cntus span.bbold {
	font-size: 2.25rem;
	font-weight:600;
	margin-top:-0.625rem;
	display:block;
	}

div#ftwrppr div.cntcol {
	margin-bottom:2.5rem;
	}

div#ftxtra {
	width:80%;
	max-width:59rem;
	float:none;
	margin:0 auto;
	padding-top:0.75rem;
	padding-bottom:6rem;
	border-top:1px solid #000;
	clear:both;
	}

div#ftxtra p {
	font-size:0.75rem;
	color:#000;
	color:#fff;
	}

/* ABOUT US STYLES --------------------------------- */

div#tbar {
	background:#f7782b;
	background:#e3e1e0;
	background:none;
	margin-top:3rem;
	margin-bottom:1.75rem;
	padding-top:0.75rem;
	border-top:1px solid #f7782b;
	text-align:center;
	}

div.prfwrp {
	float:left;
	margin-top:1.5rem;
	margin-bottom:2.5rem;
	}

div#viewwrp {
	text-align:center;
	padding:3rem 0;
	clear:both;
	}

div#viewwrp a {
	float:none;
	font-size:1.125rem;
	background:#034c9e;
	color:#fff;
	width:11rems;
	padding:0.825rem 5rem;
	text-decoration:none;
	margin-top:0;
	margin-bottom:2.5rem;
	}

div#principal {
	width:65%;
	float:none;
	margin:0 auto;
	background:#d4e5e8;
	}

img.prfimg {
	width:28%;
	height:auto;
	border:1px solid #333;
	background:#fff;
	padding:0.375rem;
	float:left;
	}

img.prfimg2 {
	width:28%;
	height:auto;
	border:1px solid #333;
	background:#fff;
	padding:0.25rem;
	float:left;
	}

div#principal h4,div#principal p {
	margin-left:1.25rem;
	}

div#principal h4 {
	margin-top:2rem;
	}

div#principal span.return, div.prfwrp span.return {
	display:block;
	font-size:75%;
	}

h4.prfcaptn, p.prfcaptn {
	margin-left:1rem;
	}

h4.prfcaptn {
	margin-top:1.75rem;
	}

div#single {
	margin-left:26%;
	}


/* SERVICES STYLES --------------------------------- */

div#secthdr {
	text-align:center
	}

div#secthdr p {
	font-size:1.25rem;
	font-weight:600;
	margin-bottom:2.125rem;
	}

h3.srvhdr {
	font-size:1.875rem;	
	margin-top:2.25rem;
	margin-bottom:0.5rem;
	line-height:normal;
	}

ul.services {
	font-size:1.125rem;
	margin-top:0;
	margin-bottom:2.5rem;
	}

ul.services li {
	font-size:0.875rem;
	margin-bottom:0.5rem;
	padding-left:1rem; 
	margin-right:1rem;
	background:url(../images/sq-blob.jpg) no-repeat 0 0.5rem;
	}

ul.services li span.dash {
	margin-right:0.5rem;
	}

div#quotes {
	float:left;
	width:60%;
	max-width:60%;
	background:red;
	margin-left:20%;
	margin-top:1.25rem;
	margin-bottom:1rem;
	background:url(../images/graph5.jpg) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover; 
	background-size: cover;
	-webkit-border-radius: 1.125rem; 
	-moz-border-radius: 1.125rem; 
	border-radius: 1.125rem;
	text-align:center;
	}

div#quotes h5 {
	margin:10%;
	line-height:1.1;
	color:#fff;
	color:#ffff00;
	}



/* CONTACT FORM STYLES --------------------------------- */


#step3 {
	position:absolute;
	top:-10000px;
	left:-10000px;
	}

div#wrap1 {
	width:100%;
	margin-top:-0.5rem;
	margin-bottom:0.5rem;
	}
h2#contact {
	margin-top:0;
	margin-left:0;
	}

.formreq, .req {
	color: #ff0000;
	font-size:0.625rem;
	margin-left:0.625rem;
	text-transform:uppercase
	}

.formct {
	width:100%;
	margin-top:1.25rem;
	margin-left:0;
	}

#steptw {
	position:absolute;
	left:-10000px;
	top:0;
	}

#notice2, #notice3 {
	width:100%;
	float:left;
	text-align:center;
	color:#ff0000;
	margin-bottom:1.25rem;
	font-size:1rem;
	}

.ctlabel {
	float:left;
	text-transform:uppercase;
	font-size:0.625rem;
	margin-bottom:0.1875rem;
	}

.cttxtfield {
	width:97%;
	float:left;
	margin-bottom:1.25rem;
 	border:1px solid #d0d0d2;
	padding:0.375rem;
	}

.cttextarea {
	width: 97%;
	height:9.375rem;
	margin-bottom:0.625rem;
 	border:1px solid #d0d0d2;
	padding:0.375rem;
	}

.button1 {
	float:left;
	width:7.75rem;
	height:4.25rem;  
	margin-top:1.25rem;
	margin-left:0em;
	background:#333;
	background:#034c9e;
	color:#fff;
	}

#ctform div#buttons {
	margin-left:0;
	}