/*
Theme Name: Bolero 2018
Theme URI: http://www.bolerois.com
Author: Joel Brehm
Author URI: http://www.joelbrehm.com
Description: 2018 Bolero
Version:3.0
Text Domain: Bolero2018

*/ 

/* ----------------------------------------- Begin bootstrap - common re-used elements ------------------------------------------ */

body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

img, svg, figure{
	max-width: 100%;
	height:auto;	
}

figure{
	padding: 0px;
	margin: 0px;	
}

iframe{
	max-width: 100%;
}

.screenHeightOneSixth{
	height: 16vh;
}

.screenHeightOneFourth{
	height: 25vh;
}

.screenHeightOneThird{
	height: 33vh;
}

.screenHeightOneHalf{
	height: 50vh;
}

.screenHeightTwoThirds{
	height: 66vh;
}

.screenHeightThreeFourths{
	height: 75vh;
}

.screenHeightFiveSixths{
	height: 83vh;
}

.screenHeightElevenTwelfths{
	height: 91vh;
}

.screenHeightFull{
	height: 100vh;
}

.screenHeightDouble{
	height: 200vh;	
}

.textAlignLeft{
	text-align: left;
}

.textAlignCenter{
	text-align: center;	
}

.textAlignRight{
	text-align: right;	
}

   /* ---------------------------------------- grid system ----------------------------------------*/
		
	.gridOnetwelfth, .gridOneSixth, .gridOneFourth, 
	.gridOneThird, .gridFiveTwelfths, .gridOneHalf, 
	.gridSevenTwelfths, .gridTwoThirds, .gridThreeFourths, 
	.gridFiveSixths, .gridElevenTwelfths
	{
		display: block;
		float: left;
		width: 100%;
		margin-left: 2.127659574468085%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.doubleMargin{
		margin-left: 4.25531914893617%;		
	}
		
	.gridOnetwelfth, .gridOnetwelfth.ignoreBreakpoint{
		width: 6.382978723404255%;
	}
	    
	.gridOnetwelfth.doubleMargin, .gridOnetwelfth.doubleMargin.ignoreBreakpoint{
		width: 4.432%;
	}
	    
    .gridOneSixth, .gridOneSixth.ignoreBreakpoint{
		width: 14.893617021276595%;
	}
	    
    .gridOneSixth.doubleMargin, .gridOneSixth.doubleMargin.ignoreBreakpoint{
		width: 13.12%;
	}
	    
    .gridOneFourth, .gridOneFourth.ignoreBreakpoint{
		width: 23.404255319148934%;
	}
	    
	.gridOneFourth.doubleMargin, .gridOneFourth.doubleMargin.ignoreBreakpoint{
		width: 21.80%;
	}
	    
    .gridOneThird, .gridOneThird.ignoreBreakpoint{
		width: 31.914893617021278%;
	}
    
	.gridOneThird.doubleMargin, .gridOneThird.doubleMargin.ignoreBreakpoint{
		width: 30.49%;
	}	
	
    .gridFiveTwelfths, .gridFiveTwelfths.ignoreBreakpoint{
		width: 40.42553191489362%;
	}

	.gridFiveTwelfths.doubleMargin, .gridFiveTwelfths.doubleMargin.ignoreBreakpoint{
		width: 39.18%;
	}
	
    .gridOneHalf, .gridOneHalf.ignoreBreakpoint{
		width: 48.93617021276595%;
	}

	.gridOneHalf.doubleMargin, .gridOneHalf.doubleMargin.ignoreBreakpoint{
		width: 47.87%;
	}

	.gridSevenTwelfths, .gridSevenTwelfths.ignoreBreakpoint{
		width: 57.44680851063829%;
	}

	.gridSevenTwelfths.doubleMargin, .gridSevenTwelfths.doubleMargin.ignoreBreakpoint{
		width: 56.56%;
	}

	.gridTwoThirds, .gridTwoThirds.ignoreBreakpoint{
		width: 65.95744680851064%;
	}
	
	.gridTwoThirds.doubleMargin, .gridTwoThirds.doubleMargin.ignoreBreakpoint{
		width: 65.24%;
	}
	
	.gridThreeFourths, .gridThreeFourths.ignoreBreakpoint{
		width: 74.46808510638297%;
	}
	
	.gridThreeFourths.doubleMargin, .gridThreeFourths.doubleMargin.ignoreBreakpoint{
		width: 73.93%;
	}
	
	.gridFiveSixths, .gridFiveSixths.ignoreBreakpoint{
		width: 82.97872340425532%;
	}
	
	.gridFiveSixths.doubleMargin, .gridFiveSixths.doubleMargin.ignoreBreakpoint{
		width: 82.62%;
	}
	
	.gridElevenTwelfths, .gridElevenTwelfths.ignoreBreakpoint{
		width: 91.48936170212765%;
	}
	  
	.gridElevenTwelfths.doubleMargin, .gridElevenTwelfths.doubleMargin.ignoreBreakpoint{
		width: 91.31%;
	}
	  
   	.gridTopBottomPadding{
		padding:10px 0;
	}

    .gridTopBottomHalfPadding{
        padding:5px 0;
    }
  
    .gridTopHalfPadding{
        padding: 5px 0 0 0;
    }
  
    .gridBottomHalfPadding{
        padding: 0 0 5px 0;
    }
    
    .gridTopPadding{
        padding: 10px 0 0 0;
    }
  
    .gridBottomPadding{
        padding: 0 0 10px 0;
    }

   	.gridTopBottomMargin{
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.gridLeftDividerLine{
		margin-left:12px;
		padding-left:11px;
		border-left:1px solid #cccccc;
	}

	.gridOnetwelfth.gridLeftDividerLine, .gridOneSixth.gridLeftDividerLine, .gridOneFourth.gridLeftDividerLine, 
	.gridOneThird.gridLeftDividerLine, .gridFiveTwelfths.gridLeftDividerLine, .gridOneHalf.gridLeftDividerLine, 
	.gridSevenTwelfths.gridLeftDividerLine, .gridTwoThirds.gridLeftDividerLine, .gridThreeFourths.gridLeftDividerLine, 
	.gridFiveSixths.gridLeftDividerLine, .gridElevenTwelfths.gridLeftDividerLine{
		margin-left:.85%;
		padding-left:calc(.85% - 1px);
		border-left:1px solid #cccccc;
	}

    .gridRightDividerLine{
        border-right:1px solid #cccccc;
    }

    .gridBottomDividerLine{
        margin-bottom:12px;
        padding-bottom:21px;
        border-bottom:1px solid #cccccc;
    }

	.gridOnetwelfth.first, .gridOneSixth.first, .gridOneFourth.first, 
	.gridOneThird.first, .gridFiveTwelfths.first, .gridOneHalf.first, 
	.gridSevenTwelfths.first, .gridTwoThirds.first, .gridThreeFourths.first, 
	.gridFiveSixths.first, .gridElevenTwelfths.first{
		margin-left: 0;
    	clear: both !important;
    }
    
	.gridOnetwelfth img, .gridOneSixth img, .gridOneFourth img, 
	.gridOneThird img, .gridFiveTwelfths img, .gridOneHalf img, 
	.gridSevenTwelfths img, .gridTwoThirds img, .gridThreeFourths img, 
	.gridFiveSixths img, .gridElevenTwelfths img{
		max-width: 100%;
		height: auto;
	}

	div[class^="grid"] p:first-child, div[class^="grid"] h2:first-child, div[class^="grid"] h2:first-child, div[class^="grid"] h3:first-child, div[class^="grid"] h4:first-child{
		margin-top: 0px;
		padding-top: 0px;
	} 
	
	div[class^="grid"] img {
		width: 100%;
	} 
	
	.comment-reply-title {
		font-size: 1.3em;
		text-transform: initial;
		margin: 10px 0px 30px 0
	} 
	
	.comment-form .logged-in-as {
		display: none;	
	}
	
	.comment-form #comment {
		height: 2em;	
	}
	
	.comment-form .submit {
		border: 0px;
		padding: 10px;
		width: auto;
		cursor: pointer;
	}
	
	.commentlist {
		list-style: none;
		padding-left: 0px;
	}
	
	.commentlist li {
		list-style: none;
	}
	
	.comment-author img {
		border-radius: 50px;
		margin-right: 10px;
		vertical-align: middle;
	}
	
	.comment-meta {
		font-size: .7em;
		margin-top: 10px;
	}
	
	.commentlist .reply {
		margin: 10px 0 21px 0;
		border-bottom: 1px solid #cccccc;
		padding: 0 0 10px 0;
	}
	
	.comment-body p {
		margin: 10px 0;	
	}
	
   /* ---------------------------------------- end grid system ----------------------------------------*/

		
	/* ---------------------- the second grid ---------------------- */
	
	.grid2Full {
		width: 100%;
		width: calc(100% - 8px);
		border-left: 45px solid #ffffff;
	}
	
	.grid2ElevenTwelfths {
		width: 91.66%;
		width: calc(91.66% - 45px);
	}
	
	.grid2ElevenTwelfths.first{
		width: calc(91.66% - 90px);
	}
	
	.grid2FiveSixths {
		width: 83.33%;
		width: calc(83.33% - 45px);
	}
	
	.grid2FiveSixths.first{
		width: calc(83.33% - 90px);
	}
	
	.grid2ThreeFourths {
		width: 75%;
		width: calc(75% - 45px);
	}
	
	.grid2ThreeFourths.first{
		width: calc(75% - 90px);
	}
	
	.grid2TwoThirds {
		width: 66.66%;
		width: calc(66.66% - 45px);
	}
	
	.grid2TwoThirds.first{
		width: calc(66.66% - 90px);
	}
	
	.grid2SevenTwelfths {
		width: 58.33%;
		width: calc(58.33% - 45px);
	}
	
	.grid2SevenTwelfths.first{
		width: calc(58.33% - 90px);
	}
	
	.grid2OneHalf {
		width: 50%;
		width: calc(50% - 45px);
	}
	
	.grid2OneHalf.first{
		width: calc(50% - 90px);
	}
	
	.grid2FiveTwelfths {
		width: 41.66%;
		width: calc(41.66% - 45px);
	}
	
	.grid2FiveTwelfths.first{
		width: calc(41.66% - 90px);
	}
	
	.grid2OneThird {
		width: 33.33%;
		width: calc(33.33% - 45px);
	}
	
	.grid2OneThird.first{
		width: calc(33.33% - 90px);
	}
	
	.grid2OneFourth {
		width: 25%;
		width: calc(25% - 45px);
	}
	
	.grid2OneFourth.first{
		width: calc(25% - 90px);
	}
	
	.grid2OneSixth {
		width: 16.66%;
		width: calc(16.66% - 45px);
	}
	
	.grid2OneSixth.first{
		width: calc(16.66% - 90px);
	}
	
	.grid2OneTwelfth {
		width: 8.33%;
		width: calc(8.33% - 45px);
	}	
	
	.grid2OneTwelfth.first{
		width: calc(8.33% - 90px);
	}
	
	div[class^="grid2"], div[class*="grid2"]{
		float: left;
		border-right: 45px solid #ffffff;
		border-bottom: 45px solid #ffffff;	
	}
		
	div[class^="grid2"].first, div[class*="grid2"].first{
		clear: both;
		border-left: 45px solid #ffffff;	
	}
	
	/* end second grid */

	iframe{
		width: 100%;	
	}
   
   .clear{
		clear: both; 
		height: 0px;
		margin: 0px;
		padding: 0px;
		line-height: 0px;
		display: block;  
   }
   
	.verticalAlign{
		display: table;
		width: 100%;
	}
	
	.verticalAlign .td{
		display: table-cell;
		vertical-align:middle;	
	}
	
	hr{
		height: 1em;
		border: none;
		border-bottom: 1px solid #dddddd;
		margin: 0em;
		padding: 0em;
		margin-bottom: 1em;	
	}
	
	.alignright{
		float: right;
		padding: 10px 0 10px 10px;	
	}
	
	.alignleft{
		float: left;
		padding: 10px 10px 10px 0;	
	}
	
	.showAtBp560, .showAtBp940{
		display: none;	
	}

	@media (max-width: 940px){
		h1{
			font-size: 2.5em;
			line-height: 1em;	
		}
		
		h2{
			font-size: 2em;
		}
		
		h3{
			font-size: 1.7em;	
		}
		
		h4{
			font-size: 1.5em;	
		}
		
		.showAtBp940{
			display: block;	
		}
	}
		
	@media (max-width: 560px){		
		.showAtBp560{
			display: block;	
		}
		
		.hideAtBp560{
			display: none;	
		}
		
		div[class^="grid"], div[class*="grid"], div[class^="grid"].noMargin, div[class*="grid"].noMargin{
			float: none;
			border-right: none;
			border-left: none;
			width: 100%;
			margin-left: 0px;
		}
			
		div[class^="grid"].first, div[class*="grid"].first{
			clear: both;
			border-right: none;
			border-left: none;
			width: 100%;
		}

		div[class^="grid2"], div[class*="grid2"]{
			border-bottom: 4px solid #ffffff;
		}
						
		div[class^="grid"].verticalAlign .td, div[class*="grid"].verticalAlign .td{
			display: table-cell;
			height: auto;
		}
		
		div[class^="grid"].verticalAlign, div[class*="grid"].verticalAlign{
			display: table;
		}
	}
   
   /* ----------------------------------------- end bootstrap ------------------------------------------ */

	:root {
	  --bolero-orange: #f7941e;
	  /*--bolero-orange: #ea7c30;*/
	  --oneramp-green: #a4d062;
	  --menu-button-gray: #565656;
	}

	body{
		margin: 0px;
		padding: 0px;
		font-family: 'Roboto', sans-serif;
		background-image: url(image/office2.jpg);
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
		padding-bottom: 100vh;
	}
		
	#logo, #staticLogo img {
		height: 3vh;
		padding-top: 2vh;
		margin: 0px auto;
		display: block;
	}
	
	#wordmark {
		margin: 25px auto;
		bottom: auto;
		display: block;
		position: absolute;
		width: 14%;
        left: 43%;
		text-align: center;
		color: #000000;
	}
	
	#openingScreen {
		height: 20vh;
		background-color: var(--bolero-orange);	
		position: relative;
		z-index: 2;
	}
	
	.page-template-home #openingScreen{
		height: 100vh;
		margin-bottom: auto;
	}
	
	.page-template-home #logo {
		height: 10vh;
		padding-top: 40vh;
	}

	.page-template-home #wordmark {
		margin: 0px auto;
		bottom: 45px;
	}
	
	.content{
		width: 75%;
		margin: 0px auto;
		color: #444444;
	}

	section {
		padding: 60px 0;
		background-color: #ffffff;
		position: relative;
	}
	
	h1, h2, h3, h4, h5 {
		color: var(--bolero-orange);	
	}

	h1 {
		font-size: 2.8em;
	}

	h2 {
		font-size: 2.5em;
	}

	h3 {
		font-size: 2.2em;
	}

	h4 {
		font-size: 1.9em;
	}

	h5 {
		font-size: 1.6em;
	}
	
	p {
		font-size: 1.5em;
		line-height: 1.7em;
		font-weight: 100;
		margin: 0px;
    	padding: 20px 0;
	}

	.blog-id-5 p {
		font-size: 1.2em;
	}
	
	a {
		color: var(--bolero-orange);
		text-decoration: none;
		border-bottom: 1px dotted var(--bolero-orange);	
	}
	
	.linkButton {
		text-align: center;
		text-transform: uppercase;
		margin-top: 18px;
		border: 3px solid var(--bolero-orange);
		padding: 10px;
		font-weight: 800;
		font-size: .7em;
	}
	
	.linkButton:hover {
		color: #ffffff;
		background-color: var(--bolero-orange);
	}	

	.linkButton.oneRamp {
		border: 3px solid var(--oneramp-green);
		color: var(--oneramp-green);
	}
	
	.linkButton.oneRamp:hover {
		background-color: var(--oneramp-green);
		color: #ffffff;
	}
	
	hr{
		border: none;
		border-bottom: 3px solid var(--bolero-orange);
	}
	
	input, textarea, select{
		width: calc(100% - 40px);
		border: 1px solid var(--bolero-orange);
		padding: 20px;
		font-family: 'Roboto', sans-serif;
		font-size: 1em;
	}	

	input:focus, 
	textarea:focus, 
	select:focus {
		border: 3px solid var(--bolero-orange);
	}
	
	input[type="checkbox"], input[type="radio"] {
		width: auto;	
	}
	
	button, input[type="button"]{
		width: 100%;
		border: none;
		color: #ffffff;
		padding: 2%;
		font-size: 1em;
		background-color: var(--bolero-orange);
		font-family: 'Roboto', sans-serif;
		border: 3px solid var(--bolero-orange);
		cursor: pointer;
	}

	#mapContainer {
		padding-bottom: 0px;
	}
	
	#map{
		height: 75vh;	
	}
	
	.alignCenter {
		text-align: center;	
	}
	
	.content p.smallText {
		font-size: 1.2em;
	}
	
	footer {
		text-align: center;
		padding: 100px 0;
	}
	
	strong {
		font-weight: 800;	
	}
	
	.largeButton {
		font-size: 2em;
		background-color: var(--bolero-orange);	
		text-align: center;
		width: calc(100% - 30px);
		display: block;
		padding: 15px;
		color: #ffffff;
		cursor: pointer;
		margin: 5px auto;
	}
	
	.largeButton.disabled{
		background-color: #cccccc;
		cursor: not-allowed;	
	}
	
	.hidden {
		display: none;	
	}
	
	.goodMessageBox {
		background-color: #a4d95f;
		color: #ffffff;	
		padding: 20px;
		font-size: 1.5em;
	}
	
	.goodMessageBox:empty {
		display: none;
	}

	.featuredBoxes {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-column-gap: 15px;
	}
	
	.featureBox {
		background-color: var(--bolero-orange);
		color: #ffffff;
		padding: 15px;
		margin-top: 3px;
		display: block;
		border: none;
		text-align: left;
	}
	
	.featureBox.gray {
		background-color: #cccccc;
	}
	
	.featureBox .featuredItem {
		font-size: 3em;
		letter-spacing: -.08em;
		line-height: .8em;
		padding: 10px 0 0 0;
		display: inline-block;
		text-align: left;
	}
	
	.featureBox .secondaryItem {
		display: inline;
		font-size: 1em;
		opacity: .4;
		color: #000000;
	}

	.featureBox.hover,
	.featureBox.focus {
		background-color: #444444;
	}
		
	.main-navigation {
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
	}
	
	#hintDownArrow {
		display: none;
		position: absolute;
		bottom: 9px;
		width: 25px;
		left: 49.5%;
	}
	
	.page-template-home #hintDownArrow {
		display: block;
	}
	
	.page-template-home #hintDownArrow.hidden {
		display: none;
	}

	#staticLogo, #staticLogoFooter {
		position: fixed;
		top: 0px;
		background-color: var(--bolero-orange);
		padding: 20px;
		left: calc(50% - 37px);
		z-index: 1;
		width: 55px;
	}
	
	#staticLogo img {
		padding-top: 0px;
		height: 55px;
		width: 55px;
	}

	#staticLogoFooter {
		position: absolute;
		bottom: -200px;
		top: auto;
		left: calc(50% - 75px);
		padding: 20px;
		padding-top: 120px;
		z-index: 0;
		margin: 0px auto;
		display: block;
		width: 130px;
		text-align: center;
	}

	#staticLogoFooter img {
		height: 50px;
		width: 100%;
	}

	#staticLogoFooter .tagline {
		color: #000000;
	}
	
	#oneRampLogo {
		width: 50%;
	}

	#oneRampID {
		background-image: url('image/oneRampCutout.svg');
		height: 34vw;
		background-size: 114%;
		background-color: transparent;
		background-position: -4vw -5px;
	}

	.cutoutDivider {
		display: grid;
		grid-template-columns: 45% 10% 45%;
		background-color: transparent;
		border-top: 15vh solid #ffffff;
		border-bottom: 15vh solid #ffffff;
		padding: 0px;
	}
	
	.cutoutDivider div {
		background-color: #ffffff;
	}
	
	.cutoutDivider .cutout {
		background-image: url('image/cutout.svg');
		height: 9vw;
		background-size: 114%;
		background-color: transparent;
		background-position: -.5vw -5px;
	}

	.cutoutContainer {
		position: relative;
	}

	.cutoutContent {
		position: absolute;
		top: 8.3vw;
	}

	.contentBox
	{
		background-color: #ffffff;
		padding: 110px;
		width: calc(46% - 55px);
		margin: 0px auto;
	}

	.cutoutSection {
		display: grid;
		grid-template-columns: 12% 50% 34% auto;
		grid-template-rows: 34vw auto;
		background-color: transparent;
		padding: 0px;
		border-top: 23vh solid #ffffff;
		border-bottom: 23vh solid #ffffff;
	}

	.cutoutSection .cutoutContent2 {
		grid-area: 3 / 2 / 1 / 2;
	}
	
	.cutoutSection div {
		background-color: #ffffff;
	}

	.cutoutImages {
		display: grid;
		grid-template-columns: 2fr 2fr;
		background-color: transparent;
		padding: 0px;
		border-top: 3vh solid #ffffff;
	}

	.cutoutImages div{
		background-color: #ffffff;
		padding: 10px;
	}

	#mainMenu {
		position: fixed;
		top: 0px;
		left: -100%;
		z-index: 3;
		padding-top: 80px;
		height: calc(100vh - 80px);
		width: 100%;
		background-color: #282828;
		transition: left .1s ease-in-out;
		overflow: auto;
	}

	#mainMenu.on {
		left: 0px;
	}

	#mainMenu .bars {
		float: left;
		padding: 10px;
		position: relative;
		width: 40px;
		height: 36px;
	}

	#mainMenu.on .menuButton {	
		color: #dddddd;
	}

	.menuButton .bars .bar {
		width: 38px;
		height: 7px;
		background-color: var(--menu-button-gray, #333333);
		margin-bottom: 5px;
		border: 1px solid var(--menu-button-gray, #333333);
		transition: background-color .1s ease-in-out, transform .1s ease-in-out, opacity .1s ease-in-out;
		opacity: 1;
		transform: rotate(0deg);
	}

	#mainMenu.on .bars .bar {
		transform: rotate(45deg);
		top: 22px;
		position: absolute;
		background-color: #cccccc;
		border: 1px solid #cccccc;
	}

	#mainMenu.on .bars .bar.two {
		transform: rotate(-45deg);
		position: absolute;
	}

	#mainMenu.on .bars .bar.three {
		opacity: 0;
	}

	.menuButton:hover .bars .bar, .menuButton:focus .bars .bar {
		background-color: var(--bolero-orange);
		border: 1px solid #ffffff;
	}

	#mainMenu.on .menuButton:hover .bars .bar, 
	#mainMenu.on .menuButton:focus .bars .bar {
		background-color: #ffffff;
		border: 1px solid #ffffff;
	}

	.menuButton .text {
		float: left;
		padding-top: 17px;
	}

	.menuButton {
		background-color: transparent;
		border: none;
		padding: 10px;
		position: fixed;
		left: 0px;
		top: 0px;
		color: var(--menu-button-gray);
		text-transform: uppercase;
		font-weight: 600;
		width: 145px;
		outline: none;
	}

	#mainMenu ul  {
		list-style: none;
		padding: 32px;
	}	

	#mainMenu ul li a {
		font-size: 6em;
		font-weight: 600;
		line-height: 1.5em;
		transition: color .1s ease-in-out;
		display: none;
	}

	#mainMenu.on ul li a {
		display: block;
	}

	#mainMenu ul li a:hover, #mainMenu ul li a:focus {
		color: #ffffff;
	}

	#mainMenu ul.primary-menu li a {
		color: #ffffff;
	}

	.imageGrid {
		padding: 2.127659574468085% 0;
	}

	.imageGrid div {
		padding-bottom: 2.127659574468085%;
	}

	.imageGrid img {
		width: 100%;
	}

	#addToHomeScreen {
		display: none;
	}

	.smallButton {
		width: auto;
		padding: 10px;
		font-size: .75em;
		margin: 2px;
	}

	@media screen and (max-height: 1450px) {
		#mainMenu ul li a {
			font-size: 4em;
		}
	}
	
	@media screen and (max-height: 800px) {
		.blog-id-5 header {
			display: none;
		}
	}
	
	@media screen and (max-width: 560px) {
		#mainMenu ul li a {
			font-size: 2em;
		}
		
		.content {
			width: 75%;
		}
		
		.primary-menu li{
			display: block;
		}
		
		#wordmark {
			width: 36%;
			left: 33%;
		}	

			
		.linkButton {
			font-size: .6em;
		}
		
		.primary-menu li {
			padding: 0px 0px;
		}
		
		.cutoutSection {
			grid-template-columns: 12% 75% 0% auto;

		}
				
		#staticLogo {
			padding: 10px 0px;
			left: calc(50% - 28px);
			margin-top: 10px;
		}
		
		#staticLogo img {
			height: 15px;
			width: 15px;
		}
		
		#mainMenu .bars {
			width: 23px;
		}

		.menuButton .bars .bar {
			width: 24px;
			height: 3px;
		}

		.menuButton {
			font-size: .6em;
			padding-top: 6px;
		}

		.featuredBoxes {
			grid-template-columns: 100%;
		}
	}

	table {
	    width: 100%;	
	}

	table th {
		font-weight: 800;
		text-align: left;
	}

	table tr td {
		padding: .5em;
		border-bottom: 1px solid #cccccc
	}

    @media print {
		header, 
		nav,
		footer,
		#staticLogoFooter,
		#staticLogo,
		.page-id-632.blog-id-5 form {
			display: none;
		}

		body {
			padding-bottom: 0px;
		}
	}