* {-webkit-font-smoothing: antialiased;}
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
	line-height: 1.75;
}
h1, .h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    color: #004B97;
    font-weight: bold;
    line-height: 1.1;
}

h2, .h2 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    color: #004B97;
    border-bottom: 3px solid #004B97;
    margin-bottom: 20px;
    margin-top: 40px;
    padding-bottom: 8px;
    font-size: 22px;
    letter-spacing: 2px;
}
h3, .h3 {
    font-size: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
h4, .h4 {
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5;
    margin-top: 15px;
}
.lead-text {
    margin-bottom: 20px;
}
p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.75;
    /*max-width:554px; //this is messing up other things JH 12-15-16*/
    margin-bottom: 20px;
}
p strong {
    font-weight: bold;
}
.wysiwyg {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.wysiwyg ul li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
	line-height: 1.75;
}
.wysiwyg ul {
    margin-bottom: 20px;
}
.wysiwyg img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
}
.wysiwyg img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #007dbf;
}
.modal-header {
    border-bottom: 0px;
}
.modal-header h2, .modal-header .h2 {
    margin-bottom: 0px;
}
table {
    font-family: 'Noto Sans', sans-serif;
    color: #222;
}
.table>tbody>tr>td {
    border: 1px solid #ddd;
}
table td strong {
    font-size: 16px;
}
.white-text {
    color: #fff !important;
}

.page-title {
	font-family: 'Noto Sans', sans-serif;
	color: #004B97;
	text-transform: uppercase;
	border-bottom: 1px solid #004B97;
	letter-spacing: 1px;
	font-size: 14px;
	display: inline;
	font-weight: bold;
}
.quote {
    color: #F8CD3C;
    font-size: 23px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 1.75;
}
.quote-attribution {
    color: #002878;
    font-size: 18px;
    text-align: right;
}
.quote-image img {
    border: 3px solid #002878;  
}
.additional-aside-blocks .quote {
    font-size: 15px;
    line-height: 1.5;
}
.additional-aside-blocks .quote-attribution {
    font-size: 12px;
    margin-top: 5px;
}

.interior-content-container.no-opener-image-wrapper{
    padding-top: 20px;
}

.interior-content-container.no-opener-image{
    background: white; 
    padding-top: 20px; 
    min-height: 500px;
}

.interior-content-container.catalog-section-page ul#subnav{
    list-style: none;
}


.interior-content-container.catalog-section-page ul#subnav li:first-child{
    border-top: 0;
}

.interior-content-container.catalog-section-page ul#subnav li:first-child a{
    display: none;
}

.interior-content-container.catalog-section-page ul#subnav a{
    text-decoration: none;
    display: block;
}

.landing-opener  img {
	margin-bottom: 25px;
	width: 100%;
}
.landing-opener h1, .landing-opener .h1 {
	margin-bottom: 45px;
}
.reveal {
	visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}
.section {
	margin-top: 50px;
	margin-bottom: 100px;
}

.heading-a {
    margin-top: 0;
	margin-bottom: 25px;
    color: #004b97;
    
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 36px;
    text-transform: none;
    border-bottom: 5px solid #004b97;
    padding-bottom: 10px;
    color: #004b97;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.heading-a a {
	    color: #004b97;
    background-color: transparent;
    border-color: transparent;
    font-size: 17px;
    padding-top: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    padding: 0;
    line-height: 20px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.heading-a a:after {
	content: " \2192";
}

.heading-a a:hover {
	background-color: transparent;
	border-color: transparent;
	color: #fbc601;
}
.heading-a a:active, .heading-a a:active:hover  {
	background-color: transparent;
	border-color: transparent;
	color: #fbc601;
    box-shadow: none;
}
.heading-a a:focus {
	background-color: transparent;
	border-color: transparent;
	color: #fbc601;
    box-shadow: none;
}
.before-footer-image {
    margin-top: 50px;
}
.before-footer-image img {
    width: 100%;
}



@media only screen and (max-width : 992px) {
	.section {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.interior-content-container.no-opener-image-wrapper{
        padding-top: 0;
    }
	
	.interior-content-container.no-opener-image{
        background: transparent; 
        padding-top: 0;
        min-height: auto;
    }
}
@media only screen and (max-width : 768px) {
    h1, .h1 {
        font-size: 35px;
    }
    .landing-opener h1, .landing-opener .h1 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 480px) {
	.section {
		margin-top: 25px;
		margin-bottom: 25px;
	}
    .wysiwyg img.pull-left {
        width: 100%;
    }
    .wysiwyg img.pull-right {
        width: 100%;
    }
    
    h1, .h1 {
        font-size: 30px;
    }
    
    h2, .h2 {
        font-size: 18px;
        margin-top: 10px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 15px;
        margin-top: 20px;
    }
    p {
    	font-size: 12px;
    }
    .wysiwyg {
        font-size: 12px;
    }
    .wysiwyg ul li {
        font-size: 12px;
    }
    .quote {
        font-size: 20px;
        line-height: 1.5;
    }
    .quote-attribution {
        font-size: 16px;
    }
    body {
        font-size: 12px;
    }
}


