/*mich adding 2 columns to design school*/
.newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/*mich adding 2 columns to design school*/
.school {
    display: inline-block;
	width: 47%;
	float:left;
	margin:5px;
	
}

.schoolr {
    display: inline-block;
	width: 47%;
	float:right;
	border: solid 0px;
	padding-left: 0px;
	margin:5px;
}
.fullcenter {
	clear: both;
	text-align: center; 
	font-family: 'georgia'; 
	font-size: 20px; 
	margin: auto;
    width: 50%;
    padding: 30px;
	color: #191818;		
}


.clearmich {
	clear: both;
}


/* 1 column: 320px */
.autowide {
  margin: 0 auto;
	width: 98%;
}
.autowide img {
  float: left;
  margin: 0 .75rem 0 0;
}
.autowide .module32 {
  background-color: white;
  border-radius: .25rem;
  margin-bottom: 1rem;
}
.autowide .module32 p {
  padding: .25rem .75rem;
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module32 {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module32:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 768px) {
  .autowide .module32 {
		width: 31.623931623931625%;
	}
	.autowide .module32:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module32:nth-child(3n+0) {
		margin-right: 0;
	}
}



ul.mich23 {

    padding: 0px 0px 0px 25px;
}

li.mich23 {
margin: 0;
    padding: 0;
    height:12px;
}

/*mich adding images to top of page*/
.topimage {
	text-align:center; 
	margin-bottom:20px;
	margin-top: 35px;
}

/*mich adding pstyle*/
#ptop p {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: 'georgiaitalic';
	font-size: 18pt;
	line-height: normal;
}

html {
	min-width:1020px;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: arial;
    font-size: 12pt;
    color: #404040;
    font-family: 'georgiaregular';
}
form {
	margin:0;
}
img {
	border:0;
}

* {
    box-sizing: border-box;
}

/* == Text == */
h1.page-header {
	font-family: 'marketing_scriptregular';
	color: #52B19F;
	margin-top: 35px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	text-align: center;
	font-size: 36pt;
	font-weight: 100;
}

p.form-confirm {
     font-family: 'marketing_scriptregular';
    color: #52B19F;
    margin: auto;
    text-align: center;
    font-size: 28pt;
    font-weight: 100;
}

h2 {
    text-align: left;
    font-weight: 100;
    font-size: 18pt;
    font-family: 'georgiaitalic';
    margin: 10px 0px;
    color: #404040;
}

h3 {
    text-align: center;
    font-size: 18pt;
    font-family: 'georgiaitalic';
    margin: 10px;
    color: #52B19F;
}

h5 {
    font-size: 12pt;
    font-family: 'georgiaitalic';
    font-weight: 100;
}

a {
    color: #52B19F;
}

a:hover {
    text-decoration: none;
}

p {
	font-size: 1em;
}
p.large {
    font-family: 'georgiaitalic';
    font-size: 18pt;
    margin: 10px;
    
}

p.info {
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

p.infom {
	margin: 5px auto;
	margin-bottom: 20px;
	text-align: center;
	line-height: 110%;
}

p.right {
    width:  100%;
    text-align: right;
}

/* === Convenience Classes === */
.hidden, .responsive {
    display: none;
}

.clear {
    clear: both;
}

.page-width {
	max-width: 1030px;
	margin: 0 auto;
	padding-top: 4px;
}

.page-width-nav {
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 4px;
}


input.mandatory.input-error {
    border: thin solid red;
}

.highlight {
    width: 70%;
    margin: auto;
    padding: 20px 0px;
}

/* ==== buttons ==== */
input[type=submit], input[type=button], a.link-button {
	border: none;
	color: white;
	background-color: #52B19F;
        width: 100%;
        padding: 10px;
        font-size: 1.5em;
        margin: 10px 0px;
        font-family: 'georgiaitalic';
        cursor: pointer;
}

a.link-button {
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 40px;
}

input[type=submit]:disabled {
    background-color: #888;
}

input[type=submit].rounded, input[type=button].rounded {
    border-radius: 20px;
}

/* ==== select ==== */




.select-holder {
    
}

.select-holder .holder{
    display: block;
    margin: 0 35px 0 10px;
    white-space: nowrap;            
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 0;
    color: black;
    padding: 8px;

}



.select-holder {
    background: url('../images/sel-arrow.png') right no-repeat #FFF;
    border: thin solid lightgrey;
    width: 100%;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    position: relative;
    
}


.select-holder select {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px;
    height: auto !important;
    color: #333;
    float: none;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;            
    cursor: pointer;
    outline: none;
    opacity: 0;
    font-size: 12pt;
    
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;

}


/* ==== Radio / Check ==== 

input[type='checkbox'] + label, input[type='radio'] + label {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 35px;
    color: black;
}

input[type='radio'], input[type='checkbox'] {
    display: none !important;
}
input[type='radio'] + label {
    background: url('../images/bg_rad.png') left center no-repeat;
    margin-bottom: 20px;
}

input[type='radio']:checked + label {
    background: url('../images/bg_rad_sel.png') left center no-repeat;
}
*/


/* ==== Checkbox ====

input[type='checkbox'] + label, input[type='radio'].check + label {
    background: url('../images/bg_check.png') left center no-repeat;
    height: 35px;
    padding-left: 45px;
}

input[type='checkbox']:checked + label, input[type='radio'].check:checked + label {
    background: url('../images/bg_check_sel.png') left center no-repeat;
}*/

/** Multi select checkbox 
div.multi-select-holder {
    position: relative;
}

div.select-check {
    border: thin solid #D3D3D3;
     
    position: absolute;
    background: white;
    z-index: 10;
    top: 41px;
    width: 321px;
    padding: 5px;
}
*/

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
     /* on Safari and Chrome
    .select-holder select {
        margin-left: 10px;
        padding-top: 80px;
        height: 80px;
    }
}


/* RESPONSIVE 
@media all and (max-width:800px) {

      .r-hidden {
          display: none !important;
      }

      .responsive {
          display: block;
      }

      .page-content {
          padding: 10px;
      }
}*/


