html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    font: 300 16px/1.6 'source sans pro',sans-serif;
    color: #555;
    background: #fff;
    padding: 10px 20px 25px;
}

@font-face {
    font-family: 'source sans pro';
    font-style: normal;
    font-weight: 400;
    src:url(https://www.miu.edu/fonts/SourceSansPro-Regular.woff) format('woff'),
        url(https://www.miu.edu/fonts/SourceSansPro-Regular.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'source sans pro';
    font-style: italic;
    font-weight: 400;
    src: url(https://www.miu.edu/fonts/SourceSansPro-It.woff) format('woff'),
    url(https://www.miu.edu/fonts/SourceSansPro-It.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'source sans pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://www.miu.edu/fonts/SourceSansPro-Semibold.woff) format('woff'),
    url(https://www.miu.edu/fonts/SourceSansPro-Semibold.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'source sans pro';
    font-style: italic;
    font-weight: 600;
    src: url(https://www.miu.edu/fonts/SourceSansPro-SemiboldIt.woff) format('woff'),
    url(https://www.miu.edu/fonts/SourceSansPro-SemiboldIt.woff2) format('woff2');
  }
  
  /* =============================================
     HEADLINES AND CALLOUTS
     ============================================= */
  
  @font-face {
    font-family: 'rosario';
    font-style: normal;
    font-weight: 300;
    src: url(https://www.miu.edu/fonts/rosario-light-webfont.woff) format('woff'),
    url(https://www.miu.edu/fonts/rosario-light-webfont.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'rosario';
    font-style: italic;
    font-weight: 300;
    src: url(https://www.miu.edu/fonts/rosario-lightitalic-webfont.woff) format('woff'),
    url(https://www.miu.edu/fonts/rosario-lightitalic-webfont.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'rosario';
    font-style: normal;
    font-weight: 400;
    src: url(https://www.miu.edu/fonts/rosario-regular-webfont.woff) format('woff'),
    url(https://www.miu.edu/fonts/rosario-regular-webfont.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'rosario';
    font-style: italic;
    font-weight: 400;
    src: url(https://www.miu.edu/fonts/rosario-italic-webfont.woff) format('woff'),
    url(https://www.miu.edu/fonts/rosario-italic-webfont.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'rosario';
    font-style: normal;
    font-weight: 600;
    src: url(https://www.miu.edu/fonts/rosario-semibold-webfont.woff) format('woff'),
    url(https://www.miu.edu/fonts/rosario-semibold-webfont.woff2) format('woff2');
  }
  
  @font-face {
    font-family: 'rosario';
    font-style: italic;
    font-weight: 600;
    src: url(https://www.miu.edu/fonts/rosario-semibolditalic-webfont.woff) format('woff'),
    url(https://www.miu.edu/fonts/rosario-semibolditalic-webfont.woff2) format('woff2');
  }


h1,
h2,
h3,
h4,
h5 {
    font-family: 'rosario',sans-serif;
    font-weight: normal;
    color: #555;
}

h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.2;
}


h2 {
    font-family: 'rosario',sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #215b96;
    text-align: left;
    font-weight: 300;
}


h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

p {
    margin: 0 0 15px 0;
    font-size: 19px;
}

img.float-right {
    float:right;
    width: 35%;
    margin: 0 0 10px 20px;
    height: auto;
}

        img.float-left {
            float: left;
            margin: 0 20px 0 10px;
            display: block;
             width: 35%;
             height: auto;
             max-width: 300px;
        }

a, a:visited {
    color: #89af4f;
}

a:hover, a:active {
    color: #f8701b;
}

li {
    color: #89af4f;
}

li span {
    color: #555;
}

a.cta-red {
    background: #f86e2d;
    border-radius: 4px;
    padding: 5px 16px 8px;
    color: #fff!important;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #fff;
}

a.cta-red:hover, a.cta-red:active {
    background: #ea5d20!important;
  }

@media screen and (max-width: 640px) {
    h1 {
        font-weight: 300;
        font-size: 30px;
        line-height: 1.2;
    }


    h2 {
        font-family: 'rosario',sans-serif;
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 25px;
        color: #215b96;
        text-align: left;
        font-weight: 300;
    }


    h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

/* /////////////////////////////////
	TABLES
///////////////////////////////// */

.center {
  margin-left: auto;
  margin-right: auto;
}

.costaid th,
.costaid td {
	border-collapse: separate;
	border-right: 1px solid #fff;
	border-top: 2px solid #fff;
	min-width: 100px;
	max-width: 100%;
	padding: 10px;
	background: #f1f9e6;
}

.costaid th {
	background: #89af4f;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
}

.costaid td.costcolumn {
	text-align: right;
}

.costaid td.separator {
	background: #FFFFFF;
}

.costaid td.altrow {
	font-style: italic;
	background: #dff1ce;
}

.costaid td.summary {
	font-weight: 400;
}
