/* FONTS ================================================== */
	/* font-family: 'PT Mono'; */
	/* font-family: 'PT Sans', sans-serif; */
				
/* END FONTS ================================================== */

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

/* LINKS ====================================================== */
a.standardLink:link{display:inline; font-family: 'PT Sans', sans-serif; font-weight: 400; color:#ed1b24; text-decoration: none;}
a.standardLink:active{display:inline; font-family: 'PT Sans', sans-serif; font-weight: 400; color:#ed1b24; text-decoration: none;}
a.standardLink:visited{display:inline; font-family: 'PT Sans', sans-serif; font-weight: 400; color:#ed1b24; text-decoration: none;}
a.standardLink:hover{display:inline; font-family: 'PT Sans', sans-serif; font-weight: 400; color:#ed1b24; text-decoration: underline;}

a.office_logoLink:link{color:#ed1b24; padding:0px; text-decoration: none;}
a.office_logoLink:active{color:#ed1b24; padding:0px; text-decoration: none;}
a.office_logoLink:visited{color:#ed1b24; padding:0px; text-decoration: none;}
a.office_logoLink:hover{color:#ed1b24; padding:0px; text-decoration: none;}

a.ipsum_logoLink:link{color:#000; padding:0px; text-decoration: none;}
a.ipsum_logoLink:active{color:#000; padding:0px; text-decoration: none;}
a.ipsum_logoLink:visited{color:#000; padding:0px; text-decoration: none;}
a.ipsum_logoLink:hover{color:#000; padding:0px; text-decoration: none;}

a.tinyLink:link{padding-top:10px; display:block; font-family: 'PT Sans', sans-serif; font-size:12px; font-weight: 400; color:#ed1b24; text-align:center; text-decoration: none;}
a.tinyLink:active{padding-top:10px; display:block; font-family: 'PT Sans', sans-serif; font-size:12px; font-weight: 400; color:#ed1b24; text-align:center; text-decoration: none;}
a.tinyLink:visited{padding-top:10px; display:block; font-family: 'PT Sans', sans-serif; font-size:12px; font-weight: 400; color:#ed1b24; text-align:center; text-decoration: none;}
a.tinyLink:hover{padding-top:10px; display:block; font-family: 'PT Sans', sans-serif; font-size:12px; font-weight: 400; color:#ed1b24; text-align:center; text-decoration: underline;}
/* END LINKS ====================================================== */			

body{
	background-color:#f4f3f3;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'PT Mono';
	font-weight: 400;
}

.shell{
	/* Moves the whole site down 100px to compensate for the masthead bg */
	margin-top:-100px;
}
		
.site_conatiner{
	/* This is everything that's under the masthead */
	margin:0 auto;
	background-color:#fff;
	max-width:760px;
	padding:20px;
}
			
.boss_quote{
	display:block;
	position:relative;
	text-align: center;
	margin:0 auto;
	padding: 10px;
	font-family:'PT Mono';
	font-size:15px;
	font-weight:400;
	z-index:1;
}
			
/* MASTHEAD */
.mastheadContainer{
	display:block;
	position:relative;
	width:100%;
	z-index:0;
}
.mastheadBG{
	display:block;
	position:relative;
	margin:0 auto;
	max-width:760px;
	background-color:#fff;
	text-align:center;
	padding:0px 20px 0px 20px;
	z-index:0;
	height:100px;
	top:200px;
}
.masthead{
	display:block;
	text-align:center;
	position:relative;
	z-index:1;
}
.office_logo{
	display:inline;
	position:relative;
	font-family: 'PT Mono';
	font-size:60px;
	color:#ed1b24;
	font-weight: bold;
}
.boss_logo{
	display:inline;
	position:relative;
	width:90px;
	height:auto;
	border:0px;
}
.boss_logo_mobile{
	display:none;
	position:relative;
}
.ipsum_logo{
	display:inline;
	position:relative;
	font-family: 'PT Mono';
	font-size:60px;
	color:#000;
	font-weight: bold;
}
/* END MASTHEAD */


/* INPUT BUTTON ROWS */
.input_btn_row_top{
	padding-top:40px;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom: 1px solid #e3e3e3;
}
.input_btn_row_bottom{
	padding-top:10px;
	padding-bottom:40px;
	margin-top:30px;
	margin-bottom:40px;
	border-top: 1px solid #e3e3e3;
}
.input_btn_row_left{
	width:40%;
	float:left;
}

.input_btn_row_right{
	width:60%;
	float:right;
	text-align:right;
	padding-top:15px;
}
.select_all_text__btn{
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	color:#fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #fff;
	text-align: center;
	border-style: solid;
	border-color: #757171;
	border-width: 0px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #9c9c9c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9c9c), to(#9c9c9c)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #9c9c9c, 9c9c9c); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #9c9c9c, #9c9c9c); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #9c9c9c, #9c9c9c); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #9c9c9c, #9c9c9c); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	box-shadow: inset 0px opx 0px #cac6c6;
	vertical-align: bottom;
}
.input_btn_row_top:after {
	content: "";
	display: table;
	clear: both;
}

/* END INPUT BUTTON ROWS */


/* INSERTION ORDER */
.io_hdr{
	font-family:'PT Sans', sans-serif;
	line-height:25px;
	margin-bottom:10px;
}
.io_hdr_left{
	display:inline;
	position:relative;
	text-align:left;
	width:50%;
	float:left;
}
.io_hdr_right{
	display:inline;
	position:relative;
	text-align:right;
	width:50%;
	float:right;
}
.io_hdr:after {
	content: "";
	display: table;
	clear: both;
}
/* END INSERTION ORDER */
	

/* GRID */
.io_grid_container{
	width:100%;
	background-color:#f4f3f3;
	font-family:'PT Sans', sans-serif;
}
.io_hdr_text{
	font-weight:bold;
	padding:10px 0px 10px 15px;
	background-color:#e1dfdf;
}
.io_sub_hdr_text{
	font-weight:normal;
	padding:10px 0px 10px 15px;
	border-top:1px solid #fff;
}
.io_sub_hdr_input{
	text-align:center;
	width:100%;
}
.par_count_input{
	width:100px;
	height:100px;
	margin:0px;
	margin-top:15px;
	padding:0px;
	font-family:PT Sans, sans-serif;
	font-size:70px;
	font-weight:bold;
	border:0px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	background-color:#fff;
}
.io_grid_left{
	display:inline;
	position:relative;
	width:25%;
	float:left;
	border-right:1px solid #fff;
}
.io_grid_middle{
	display:inline;
	position:relative;
	width:54.735%;
	float:left;
	border-right:1px solid #fff;
}
.io_grid_right{
	display:inline;
	position:relative;
	width:20%;
	float:left;
}
.io_grid_container:after {
	content: "";
	display: table;
	clear: both;
}
/* END GRID */
	
.body_text{
	font-size:1em;
	line-height:27px;
	font-weight: 400;
}

.generate_copy_btn_container{
	margin:0px auto;
	width:100%;
	margin-top:40px;
	text-align:center;
}

.generate_copy_btn{
	cursor: pointer;
	width: 300px;
	height: 60px;
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	color:#fff;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-shadow: -1px -1px #242424;
	color: #fff;
	text-align: center;
	background: #ff9900;
	border-style: solid;
	border-color: #000;
	border-width: 0px;
	vertical-align: middle;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #333, 333); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #333, #333); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #333, #333); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #333, #333); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	box-shadow: inset 0px 0px 0px #565759;
}
.share_container{
	margin:0px auto;
	width:100%;
	margin-top:40px;
	text-align:center;
}

/* FOOTER ====================================== */
.footer{
	margin:0 auto;
	max-width:800px;
	text-align:center;
}
.team_img_container{

}
.ad_south_container{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
.ad_south_container_mobile{
	display:none;
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}

.footer-grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px;
  }
  .footer-grid-item {
    padding: 0px;
    font-size: 0px;
    text-align: center;
  }
.footer_img_raw{
	width: 150px;
	border-radius:50%;
	border: 2px solid #9ec0ce;	
}
.footer_text{
	text-align:center;
	padding-top:10px;
	padding-bottom:0px;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	line-height:22px;
	color:#767575;
}

.footer_sub_text{
	display:inline;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}
			
a.footerLink:link{color:#000; font-family: 'PT Sans', sans-serif; text-decoration: none;}
a.footerLink:active{color:#000; font-family: 'PT Sans', sans-serif; text-decoration: none;}
a.footerLink:visited{color:#000; font-family: 'PT Sans', sans-serif; text-decoration: none;}
a.footerLink:hover{color:#000; font-family: 'PT Sans', sans-serif; text-decoration: underline;}
/* END FOOTER ====================================== */
	

	
/* SUBMIT PAGE ====================================== */
.submitBody{
	margin:0 auto;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:30px;
	background-color:#fff;
}

.header {
	font-size: 21px;
	color: #000000;
	text-decoration: none;
	line-height: 27px;
}

.subHeader{
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

.largeInputContainer{
	margin-top:20px;
}
			
#largeInput{
	height:35px;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	line-height: 17px;
	border:1px solid #b0b7c0;
	padding-left:10px;
	width:80%;
	margin-top:7px;
}
/* END SUBMIT PAGE ====================================== */	
	


	
			/* #Tablet (Portrait) ORANGE
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		.boss_logo{
			display:inline;
			width:90px;
			height:auto;
			border:0px;
		}
		.boss_logo_mobile{
			display:none;
		}
		.body_text{
			font-size:1em;
			line-height:27px;
			font-weight: 400;
			/* color:#ff9900; */
		}
		.io_grid_left{
			width:25%;;
		}
		.io_grid_middle{
			width:54.6%;
		}
		.io_grid_right{
			width:20%;
		}
	}



/* #Mobile (Portrait) BLUE
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		.shell{
			/* Moves the whole site down 100px to compensate for the masthead bg */
			margin-top:-112px;
		}
		.office_logo{
			font-size:37px;
		}
		.boss_logo{
			display:none;
			width:80px;
		}
		.boss_logo_mobile{
			display:block;
			width:80px;
			height:auto;
			border:0px;
			margin:0 auto;
		}
		.ipsum_logo{
			font-size:37px;
		}
		.mastheadBG{
			height:112px;
			top:212px;
		}
		.body_text{
			font-size:1em;
			line-height:27px;
			font-weight: 400;
			/* color:#2ca8d2; */
		}
		.io_hdr{
			display:none;
		}
		.io_hdr_left{
			display:block;
			text-align:left;
			width:100%;
		}
		.io_hdr_right{
			display:block;
			text-align:left;
			width:100%;
			float:left;
		}
		.io_grid_left{
			width:55%;
		}
		.io_grid_middle{
			display:none;
		}
		.io_grid_right{
			width:44.5%;
		}
		.ad_south_container{
			display:none;
		}
		.ad_south_container_mobile{
			display:block;
		}
		.footer_sub_text{
			display:none;
		}
		.footer_img_raw{
			width: 90px;
			border-radius:50%;
			border: 2px solid #9ec0ce;
		}
		.footer_text{
			line-height:17px;
		}
    }


/* #Mobile (Landscape) GREEN
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.shell{
			/* Moves the whole site down 100px to compensate for the masthead bg */
			margin-top:-100px;
		}
		.office_logo{
			font-size:47px;
		}
		.boss_logo{
			display:inline;
			width:80px;
		}
		.boss_logo_mobile{
			display:none;
		}
		.ipsum_logo{
			font-size:47px;
		}
		.mastheadBG{
			height:100px;
			top:200px;
		}
		.body_text{
			line-height:27px;
			font-weight: 400;
			/* color:#20ae1d; */
		}
		.io_hdr{
			display:block;
		}
		.io_hdr_left{
			display:inline;
			text-align:left;
			width:50%;
		}
		.io_hdr_right{
			display:inline;
			text-align:right;
			width:50%;
			float:right;
		}
		.io_grid_left{
			width:65%;
		}
		.io_grid_middle{
			display:none;
		}
		.io_grid_right{
			width:34.7%;
		}
		.footer_sub_text{
			display:inline;
		}
		.footer_text{
			line-height:22px;
		}

    }
	
	
	