@charset "UTF-8";
/* CSS Document */

.intro-subhead{
	font-family: "Montserrat", sans-serif;
    font-size: 1.68em;
    margin: 1em 2.5em 1.7em;
	font-weight: 300;
	text-align:center;
}

p.checkers-p{
	font-size: 1rem;
	line-height: 1.6;
	margin: 2rem 0 2rem 0;
}

h1{
    margin-top: 1.5em;
}

h2:not(a.accordion-title h2){
    /*line-height: 2.823;*/
    line-height: 2.5rem;
}
@media only screen and (min-width: 40em) and (max-width: 52.75em){
    h2:not(a.accordion-title h2){
        line-height: 1.51rem;
    }
}

h3{
    line-height: 1.5;
}
.sub-header{
    font-style:italic;
}

.checker .info .content {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    box-sizing: border-box;
    padding-right: 40%;
}

.checker.reverse .info .content {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    box-sizing: border-box;
    padding-left: 20%;
    padding-right: 20%;
}
ul.sub-menu{
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height:4;
}
ul.sub-menu li{
    border-bottom: 1px solid #c0c3c8;
}
/* Return callouts back to foundation defaults */
.callout.foundation {
	display: inherit;
}
.callout.foundation p {
	color: inherit;
	font-size: inherit;
	width: 95%;
}
.callout.closure-message{
    padding: 2em;
    
}
.callout.closure-message h2{
    font-weight: bold;
    line-height: 1.5;
    width: 90%;
}

/*for-phone-only*/
	@media (max-width: 599px) {
		.intro-subhead{
    		font-size: 1.5em;
    		margin: 0 1.5em 1.5em;}
		.checker .info .content{
			padding-right: 0;}
		.checker.reverse .info .content{
			padding-left: 0;
    		padding-right: 0;
		}
		.checker{
			padding:0;
		}
		.info{
			padding: 1rem;
		}
		.checker .image{
		  	    min-height: 20rem;
	  }
	 .callout.closure-message h2{
	    font-size: 1.2em;
    }
}

/*for-tablet-portrait-up*/
  @media (min-width: 600px) { 
		.checker{
			padding:0;
		}
	  .info{
			padding: 1rem 2rem;
		}
	  .checker .info .content{
			padding-right: 10%;
	  		padding-left: 10%;
	  }
	  .checker.reverse .info .content{
			padding-left: 10%;
    		padding-right: 10%;
		}
	  .checker .image{
		  	    min-height: 20rem;
	  }
	  .tablet-padding{
		  padding:0 4rem;
	  }
	.callout.closure-message h2{
	 font-size: 1.5em;
    }
}
@media (min-width: 768px) { 
    .callout.closure-message {
        width: 80%;
    }
    .callout.closure-message h2{
	 font-size: 1.5em;
    }
}
 @media (max-width: 767px) { 
    
}
/*for-tablet-landscape-up*/
  @media (min-width: 900px) { }

/*for-desktop-up*/
  @media (min-width: 1024px) {
		.tablet-padding{
		  padding:0;
	  }
}

/*for-big-desktop-up*/
  @media (min-width: 1800px) { }