/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.8.0 - Last Updated: 6th of April, 2014

========================================================================== */

/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
	position: relative;
}

.container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container-full {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/* Fluid Grid */
.col {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

[class*="pull-"], [class*="push-"] {
	position: relative;
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
}
/* Columns */
.col-1 {
	width: 8.33333%;
	width: calc(100% / 12 * 1);
	width: -webkit-calc(100% / 12 * 1);
	width: -moz-calc(100% / 12 * 1);
}

.col-2 {
	width: 16.66667%;
	width: calc(100% / 12 * 2);
	width: -webkit-calc(100% / 12 * 2);
	width: -moz-calc(100% / 12 * 2);
}

.col-3, .col-1-4 {
	width: 25%;
	width: calc(100% / 12 * 3);
	width: -webkit-calc(100% / 12 * 3);
	width: -moz-calc(100% / 12 * 3);
}

.col-4, .col-1-3 {
	width: 33.33333%;
	width: calc(100% / 12 * 4);
	width: -webkit-calc(100% / 12 * 4);
	width: -moz-calc(100% / 12 * 4);
}

.col-5 {
	width: 41.66665%;
	width: calc(100% / 12 * 5);
	width: -webkit-calc(100% / 12 * 5);
	width: -moz-calc(100% / 12 * 5);
}

.col-6, .col-1-2 {
	width: 50%;
	width: calc(100% / 12 * 6);
	width: -webkit-calc(100% / 12 * 6);
	width: -moz-calc(100% / 12 * 6);
}

.col-7 {
	width: 58.33333%;
	width: calc(100% / 12 * 7);
	width: -webkit-calc(100% / 12 * 7);
	width: -moz-calc(100% / 12 * 7);
}

.col-8 {
	width: 66.66666%;
	width: calc(100% / 12 * 8);
	width: -webkit-calc(100% / 12 * 8);
	width: -moz-calc(100% / 12 * 8);
}

.col-9, .col-3-4 {
	width: 75%;
	width: calc(100% / 12 * 9);
	width: -webkit-calc(100% / 12 * 9);
	width: -moz-calc(100% / 12 * 9);
}

.col-10 {
	width: 83.33333%;
	width: calc(100% / 12 * 10);
	width: -webkit-calc(100% / 12 * 10);
	width: -moz-calc(100% / 12 * 10);
}

.col-11 {
	width: 91.66666%;
	width: calc(100% / 12 * 11);
	width: -webkit-calc(100% / 12 * 11);
	width: -moz-calc(100% / 12 * 11);
}

.col-12 {
	width: 100%;
}
/* Push/Pull */
.push-1 {
	left: 8.33333%;
	left: calc(100% / 12 * 1);
	left: -webkit-calc(100% / 12 * 1);
	left: -moz-calc(100% / 12 * 1);
}

.pull-1 {
	left: -8.33333%;
	left: calc(-100% / 12 * 1);
	left: -webkit-calc(-100% / 12 * 1);
	left: -moz-calc(-100% / 12 * 1);
}

.push-2 {
	left: 16.66667%;
	left: calc(100% / 12 * 2);
	left: -webkit-calc(100% / 12 * 2);
	left: -moz-calc(100% / 12 * 2);
}

.pull-2 {
	left: -16.66667%;
	left: calc(-100% / 12 * 2);
	left: -webkit-calc(-100% / 12 * 2);
	left: -moz-calc(-100% / 12 * 2);
}

.push-3 {
	left: 25%;
	left: calc(100% / 12 * 3);
	left: -webkit-calc(100% / 12 * 3);
	left: -moz-calc(100% / 12 * 3);
}

.pull-3 {
	left: -25%;
	left: calc(-100% / 12 * 3);
	left: -webkit-calc(-100% / 12 * 3);
	left: -moz-calc(-100% / 12 * 3);
}

.push-4 {
	left: 33.33333%;
	left: calc(100% / 12 * 4);
	left: -webkit-calc(100% / 12 * 4);
	left: -moz-calc(100% / 12 * 4);
}

.pull-4 {
	left: -33.33333%;
	left: calc(-100% / 12 * 4);
	left: -webkit-calc(-100% / 12 * 4);
	left: -moz-calc(-100% / 12 * 4);
}

.push-5 {
	left: 41.66665%;
	left: calc(100% / 12 * 5);
	left: -webkit-calc(100% / 12 * 5);
	left: -moz-calc(100% / 12 * 5);
}

.pull-5 {
	left: -41.66665%;
	left: calc(-100% / 12 * 5);
	left: -webkit-calc(-100% / 12 * 5);
	left: -moz-calc(-100% / 12 * 5);
}

.push-6 {
	left: 50%;
	left: calc(100% / 12 * 6);
	left: -webkit-calc(100% / 12 * 6);
	left: -moz-calc(100% / 12 * 6);
}

.pull-6 {
	left: -50%;
	left: calc(-100% / 12 * 6);
	left: -webkit-calc(-100% / 12 * 6);
	left: -moz-calc(-100% / 12 * 6);
}

.push-7 {
	left: 58.33333%;
	left: calc(100% / 12 * 7);
	left: -webkit-calc(100% / 12 * 7);
	left: -moz-calc(100% / 12 * 7);
}

.pull-7 {
	left: -58.33333%;
	left: calc(-100% / 12 * 7);
	left: -webkit-calc(-100% / 12 * 7);
	left: -moz-calc(-100% / 12 * 7);
}

.push-8 {
	left: 66.66666%;
	left: calc(100% / 12 * 8);
	left: -webkit-calc(100% / 12 * 8);
	left: -moz-calc(100% / 12 * 8);
}

.pull-8 {
	left: -66.66666%;
	left: calc(-100% / 12 * 8);
	left: -webkit-calc(-100% / 12 * 8);
	left: -moz-calc(-100% / 12 * 8);
}

.push-9 {
	left: 75%;
	left: calc(100% / 12 * 9);
	left: -webkit-calc(100% / 12 * 9);
	left: -moz-calc(100% / 12 * 9);
}

.pull-9 {
	left: -75%;
	left: calc(-100% / 12 * 9);
	left: -webkit-calc(-100% / 12 * 9);
	left: -moz-calc(-100% / 12 * 9);
}

.push-10 {
	left: 83.33333%;
	left: calc(100% / 12 * 10);
	left: -webkit-calc(100% / 12 * 10);
	left: -moz-calc(100% / 12 * 10);
}

.pull-10 {
	left: -83.33333%;
	left: calc(-100% / 12 * 10);
	left: -webkit-calc(-100% / 12 * 10);
	left: -moz-calc(-100% / 12 * 10);
}

.push-11 {
	left: 91.66666%;
	left: calc(100% / 12 * 11);
	left: -webkit-calc(100% / 12 * 11);
	left: -moz-calc(100% / 12 * 11);
}

.pull-11 {
	left: -91.66666%;
	left: calc(-100% / 12 * 11);
	left: -webkit-calc(-100% / 12 * 11);
	left: -moz-calc(-100% / 12 * 11);
}
/* Rows */
.row {
}
/* ==========================================================================
/* 3.0 - CSS Helpers / Extras
   ========================================================================== */
/* Clearfix */
.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	zoom: 1;
}
/* Floats */
.left, .checkbox input[type=checkbox], .checkbox input[type=radio] {
	float: left;
}

.right {
	float: right;
}
/* Display */
.block, .checkbox {
	display: block;
}

.inline {
	display: inline;
}

.inline-block, audio, canvas, video, .inline-list, .inline-list li, .button {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.none, audio:not([controls]), [hidden], .no-desktop {
	display: none;
}
/* Font Weights */
.heavy {
	font-weight: 900;
}

.strong, b, strong {
	font-weight: 700;
}

.normal, cite, dt, table thead th, table tfoot th, table caption, legend, input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], textarea {
	font-weight: normal;
}

.thin {
	font-weight: 300;
}

.italic, i, em, .em, dfn, blockquote, q {
	font-style: italic;
}
/* Font Styles */
.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}
/* Text Position */
.left-text, table caption {
	text-align: left;
}

.right-text {
	text-align: right;
}

.center-text, .button {
	text-align: center;
}
/* Accessibility (offscreen text for screen readers) */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	left: -9999em;
}

.visuallyvisible {
	clip: auto;
	width: auto;
	height: auto;
	overflow: visible;
	left: 0;
}
/* Margin and Padding Reset */
.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

/* ==========================================================================
/* -- Hero elements
   ========================================================================== */

@media only screen and (min-width: 951px) {
	.main-hero-content h1 {
		font-size: 32px;
		line-height: 35px;
		letter-spacing: -2px;
	}
	
	.secondary-hero-content h2 {
		font-size: 18px;
		line-height: 1.3em;
	}
	
	.main-hero-content-wrap {
		margin-right: 238px;
		-moz-border-radius: 6px 0 0 6px; /* FF1+ */
		-webkit-border-radius: 6px 0 0 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 6px 0 0 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
	}

	.secondary-hero-content-wrap {
		height: 241px;
		margin-left: -238px;
		width: 198px;
		-moz-border-radius: 0 6px 6px 0; /* FF1+ */
		-webkit-border-radius: 0 6px 6px 0; /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 0 6px 6px 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
	}
	
	.main-hero-content p {
		font-size: 24px;
		line-height: 1.4em;
	}
	.main-hero-content .button-1 {marging-top:108px;}
	.main-hero-content-wrap { 
		background-position: 0 0;
	}	
	.secondary-hero-content p {
		font-weight: normal;
		font-size: 14px; 
		line-height: 15px; 
		margin: 10px 0px 0px; 
		overflow: hidden; 
		width: 210px;
	}
	
	.button.button-white.button-2 {
		 margin: 18px 35px;
		 position: relative;
		 width: auto;
	}
	
	.secondary-hero-content-img-right {
		display: none;
	}
	
	.secondary-hero-content-img-left {
		display: block;
		float: left; margin: 0 10px 0 0;
	}
	
	#let-us-help {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 390px) and (max-width: 950px) {
	
	.main-hero-content h1 {
		font-size: 28px;
		line-height: 35px;
		letter-spacing: -2px;
	}
	.secondary-hero-content h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.secondary-hero-content-img-right {
		margin: 0 0 10px 10px;
		float: right;
		display: block;
	}
	
	.secondary-hero-content p {
		font-size: 13px; 
		line-height: normal; 
		margin: 10px 0 0; 
	}
	
	#let-us-help {
		margin-top: 20px;
	}
	
}

@media only screen and (min-width: 281px) and (max-width: 389px) {
	
	.main-hero-content h1 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0px;
	}

	.main-hero-content p {
		font-size: 13px;
		line-height: normal;
	}
	
	.secondary-hero-content h2 {
		font-size: 18px;
    	line-height: 20px;
	}
	.secondary-hero-content-img-right {
		float:none;
		margin: 0 0 10px 0;
	}
	
	.secondary-hero-content p {
		font-size: 13px; 
		line-height: normal; 
		margin: 10px 0 0; 
	}
	
	#let-us-help {
    	float: left;
	}
}

@media only screen and (max-width: 280px) {
	.main-hero-content h1 {
		font-size: 19px;
		line-height: 20px;
		letter-spacing: 0px;
	}

	.main-hero-content p {
		font-size: 12px;
		line-height: normal;
	}
	
	.secondary-hero-content h2 {
		font-size: 18px;
    	line-height: 20px;
	}
	
	.secondary-hero-content-img-right {
		float:none;
		margin: 0 0 10px 0;
	}
	
	.secondary-hero-content p {
		font-size: 13px; 
		line-height: normal; 
		margin: 10px 0 0; 
	}
	
	#let-us-help {
    	float: left;
	}
	
}

@media only screen and (max-width: 950px) {
	.main-hero-content-wrap {
		margin-right: 0;
		-moz-border-radius: 6px 6px 6px 6px;/* FF1+ */
		-webkit-border-radius: 6px 6px 6px 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 6px 6px 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
	}

	.secondary-hero-content-wrap {
		width:100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 10px;
		-moz-border-radius: 6px 6px 6px 6px; /* FF1+ */
		-webkit-border-radius: 6px 6px 6px 6px;  /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 6px 6px 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
  		-webkit-box-sizing: border-box; /* Android ? 2.3, iOS ? 4 */
     	-moz-box-sizing: border-box; /* Firefox 1+ */
        box-sizing: border-box; /* Chrome, IE 8+, Opera, Safari 5.1 */
	}

	.button.button-white.button-2 {
		 margin: 18px 0 0;
		 position: relative;
		 width: auto;
	}
	.secondary-hero-content-img-left {
		display: none;
	}
}

/* ==========================================================================
/* -- Desktop (Layout, Modifications, etc)
   ========================================================================== */

@media only screen and (min-width: 960px) {
	a.med-cta-link {
		position: absolute;
	}

	#executive-div {
		font-size: 17px;
		margin-top: 15px;
	}

	.medium-cta-col {
		position: relative;
		width: 220px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
		-moz-border-radius: 0 0 6px 6px;
 /* FF1+ */
		-webkit-border-radius: 0 0 6px 6px;
 /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 0 0 6px 6px;
 /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
	}

	.med-cta-text-content {
		height: 215px;
	}
}


/* ==========================================================================
/* -- 5.0 Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 261px) and (max-width: 975px) {
	#executive-div {
		margin-top: 0px;
	}
	.main-hero-content .button-1 {margin-top:49px;}
	.main-hero-content-wrap { 
		background-position: 0 0;
	}
	a.med-cta-link {
		position: static;
	}

	.med-cta-text-content {
		height: 100%;
	}

	.medium-cta-col {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-bottom: 10px;
		-moz-border-radius: 6px 6px 6px 6px;
 /* FF1+ */
		-webkit-border-radius: 6px 6px 6px 6px;
 /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 6px 6px 6px 6px;
 /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
	}

	.container, .tablet-container {
		max-width: 960px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.container:first-child, .tablet-container:first-child {
		margin-left: auto;
	}

	.tablet-container-full {
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.tablet-container-full:first-child {
		margin-left: auto;
	}

	.tablet-no-gutter {
		padding-left: 0;
		padding-right: 0;
	}
/* Tablet Grid */
	.tablet-col-1 {
		width: 8.33333%;
		width: calc(100% / 12 * 1);
		width: -webkit-calc(100% / 12 * 1);
		width: -moz-calc(100% / 12 * 1);
	}

	.tablet-col-2 {
		width: 16.66667%;
		width: calc(100% / 12 * 2);
		width: -webkit-calc(100% / 12 * 2);
		width: -moz-calc(100% / 12 * 2);
	}

	.tablet-col-3, .tablet-col-1-4 {
		width: 25%;
		width: calc(100% / 12 * 3);
		width: -webkit-calc(100% / 12 * 3);
		width: -moz-calc(100% / 12 * 3);
	}

	.tablet-col-4, .tablet-col-1-3 {
		width: 33.33333%;
		width: calc(100% / 12 * 4);
		width: -webkit-calc(100% / 12 * 4);
		width: -moz-calc(100% / 12 * 4);
	}

	.tablet-col-5 {
		width: 41.66665%;
		width: calc(100% / 12 * 5);
		width: -webkit-calc(100% / 12 * 5);
		width: -moz-calc(100% / 12 * 5);
	}

	.tablet-col-6, .tablet-col-1-2 {
		width: 50%;
		width: calc(100% / 12 * 6);
		width: -webkit-calc(100% / 12 * 6);
		width: -moz-calc(100% / 12 * 6);
	}

	.tablet-col-7 {
		width: 58.33333%;
		width: calc(100% / 12 * 7);
		width: -webkit-calc(100% / 12 * 7);
		width: -moz-calc(100% / 12 * 7);
	}

	.tablet-col-8 {
		width: 66.66666%;
		width: calc(100% / 12 * 8);
		width: -webkit-calc(100% / 12 * 8);
		width: -moz-calc(100% / 12 * 8);
	}

	.tablet-col-9, .tablet-col-3-4 {
		width: 75%;
		width: calc(100% / 12 * 9);
		width: -webkit-calc(100% / 12 * 9);
		width: -moz-calc(100% / 12 * 9);
	}

	.tablet-col-10 {
		width: 83.33333%;
		width: calc(100% / 12 * 10);
		width: -webkit-calc(100% / 12 * 10);
		width: -moz-calc(100% / 12 * 10);
	}

	.tablet-col-11 {
		width: 91.66666%;
		width: calc(100% / 12 * 11);
		width: -webkit-calc(100% / 12 * 11);
		width: -moz-calc(100% / 12 * 11);
	}

	.tablet-col-12 {
		width: 100%;
	}
/* Tablet Push/Pull */
	.tablet-push-1 {
		left: 8.33333%;
		left: calc(100% / 12 * 1);
		left: -webkit-calc(100% / 12 * 1);
		left: -moz-calc(100% / 12 * 1);
	}

	.tablet-pull-1 {
		left: -8.33333%;
		left: calc(-100% / 12 * 1);
		left: -webkit-calc(-100% / 12 * 1);
		left: -moz-calc(-100% / 12 * 1);
	}

	.tablet-push-2 {
		left: 16.66667%;
		left: calc(100% / 12 * 2);
		left: -webkit-calc(100% / 12 * 2);
		left: -moz-calc(100% / 12 * 2);
	}

	.tablet-pull-2 {
		left: -16.66667%;
		left: calc(-100% / 12 * 2);
		left: -webkit-calc(-100% / 12 * 2);
		left: -moz-calc(-100% / 12 * 2);
	}

	.tablet-push-3 {
		left: 25%;
		left: calc(100% / 12 * 3);
		left: -webkit-calc(100% / 12 * 3);
		left: -moz-calc(100% / 12 * 3);
	}

	.tablet-pull-3 {
		left: -25%;
		left: calc(-100% / 12 * 3);
		left: -webkit-calc(-100% / 12 * 3);
		left: -moz-calc(-100% / 12 * 3);
	}

	.tablet-push-4 {
		left: 33.33333%;
		left: calc(100% / 12 * 4);
		left: -webkit-calc(100% / 12 * 4);
		left: -moz-calc(100% / 12 * 4);
	}

	.tablet-pull-4 {
		left: -33.33333%;
		left: calc(-100% / 12 * 4);
		left: -webkit-calc(-100% / 12 * 4);
		left: -moz-calc(-100% / 12 * 4);
	}

	.tablet-push-5 {
		left: 41.66665%;
		left: calc(100% / 12 * 5);
		left: -webkit-calc(100% / 12 * 5);
		left: -moz-calc(100% / 12 * 5);
	}

	.tablet-pull-5 {
		left: -41.66665%;
		left: calc(-100% / 12 * 5);
		left: -webkit-calc(-100% / 12 * 5);
		left: -moz-calc(-100% / 12 * 5);
	}

	.tablet-push-6 {
		left: 50%;
		left: calc(100% / 12 * 6);
		left: -webkit-calc(100% / 12 * 6);
		left: -moz-calc(100% / 12 * 6);
	}

	.tablet-pull-6 {
		left: -50%;
		left: calc(-100% / 12 * 6);
		left: -webkit-calc(-100% / 12 * 6);
		left: -moz-calc(-100% / 12 * 6);
	}

	.tablet-push-7 {
		left: 58.33333%;
		left: calc(100% / 12 * 7);
		left: -webkit-calc(100% / 12 * 7);
		left: -moz-calc(100% / 12 * 7);
	}

	.tablet-pull-7 {
		left: -58.33333%;
		left: calc(-100% / 12 * 7);
		left: -webkit-calc(-100% / 12 * 7);
		left: -moz-calc(-100% / 12 * 7);
	}

	.tablet-push-8 {
		left: 66.66666%;
		left: calc(100% / 12 * 8);
		left: -webkit-calc(100% / 12 * 8);
		left: -moz-calc(100% / 12 * 8);
	}

	.tablet-pull-8 {
		left: -66.66666%;
		left: calc(-100% / 12 * 8);
		left: -webkit-calc(-100% / 12 * 8);
		left: -moz-calc(-100% / 12 * 8);
	}

	.tablet-push-9 {
		left: 75%;
		left: calc(100% / 12 * 9);
		left: -webkit-calc(100% / 12 * 9);
		left: -moz-calc(100% / 12 * 9);
	}

	.tablet-pull-9 {
		left: -75%;
		left: calc(-100% / 12 * 9);
		left: -webkit-calc(-100% / 12 * 9);
		left: -moz-calc(-100% / 12 * 9);
	}

	.tablet-push-10 {
		left: 83.33333%;
		left: calc(100% / 12 * 10);
		left: -webkit-calc(100% / 12 * 10);
		left: -moz-calc(100% / 12 * 10);
	}

	.tablet-pull-10 {
		left: -83.33333%;
		left: calc(-100% / 12 * 10);
		left: -webkit-calc(-100% / 12 * 10);
		left: -moz-calc(-100% / 12 * 10);
	}

	.tablet-push-11 {
		left: 91.66666%;
		left: calc(100% / 12 * 11);
		left: -webkit-calc(100% / 12 * 11);
		left: -moz-calc(100% / 12 * 11);
	}

	.tablet-pull-11 {
		left: -91.66666%;
		left: calc(-100% / 12 * 11);
		left: -webkit-calc(-100% / 12 * 11);
		left: -moz-calc(-100% / 12 * 11);
	}

	.tablet-no-push, .tablet-no-pull {
		left: auto;
	}
/* Tablet Rows */
	.tablet-row {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.tablet-full {
		left: auto;
		clear: both;
		float: none;
		width: 100%;
		margin: 1em 0 0 0;
		display: block;
	}

	.tablet-full:first-child {
		margin-top: 0;
	}

	.tablet-left-text {
		text-align: left;
	}

	.tablet-right-text {
		text-align: right;
	}

	.tablet-center-text {
		text-align: center;
	}

	.tablet-left {
		float: left;
	}

	.tablet-right {
		float: right;
	}

	.tablet-no-float {
		float: none;
	}
/* Margin and Padding Reset */
	.tablet-no-margin {
		margin: 0;
	}

	.tablet-no-padding {
		padding: 0;
	}

	.no-tablet {
		display: none;
	}

	.show-tablet {
		display: block;
	}
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- 7.0 Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 260px) {
	#executive-div {
		margin-top: 0px;
	}

	a.med-cta-link {
		position: absolute;
	}

	.med-cta-text-content {
		height: 215px;
	}

	.medium-cta-col {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-bottom: 10px;
		-moz-border-radius: 6px 6px 6px 6px;
 /* FF1+ */
		-webkit-border-radius: 6px 6px 6px 6px;
 /* Saf3-4, iOS 1+, Android 1.5+ */
		border-radius: 6px 6px 6px 6px;
 /* Opera 10.5, IE9, Saf5, Chrome, FF4 */;
	}

	.container, .mobile-container {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.container:first-child, .mobile-container:first-child {
		margin-left: auto;
	}

	.mobile-container-full {
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.mobile-container-full:first-child {
		margin-left: auto;
	}

	.mobile-no-gutter {
		padding-left: 0;
		padding-right: 0;
	}
/* Mobile Grid */
	.mobile-col-1-2 {
		width: 50%;
		width: calc(100% / 12 * 6);
		width: -webkit-calc(100% / 12 * 6);
		width: -moz-calc(100% / 12 * 6);
	}

	.mobile-col-1-3 {
		width: 33.33333%;
		width: calc(100% / 12 * 4);
		width: -webkit-calc(100% / 12 * 4);
		width: -moz-calc(100% / 12 * 4);
	}

	.mobile-col-1-4 {
		width: 25%;
		width: calc(100% / 12 * 3);
		width: -webkit-calc(100% / 12 * 3);
		width: -moz-calc(100% / 12 * 3);
	}

	.mobile-col-3-4 {
		width: 75%;
		width: calc(100% / 12 * 9);
		width: -webkit-calc(100% / 12 * 9);
		width: -moz-calc(100% / 12 * 9);
	}
/* Push/Pull */
	.mobile-push-1-2 {
		left: 50%;
		left: calc(100% / 12 * 6);
		left: -webkit-calc(100% / 12 * 6);
		left: -moz-calc(100% / 12 * 6);
	}

	.mobile-pull-1-2 {
		left: -50%;
		left: calc(-100% / 12 * 6);
		left: -webkit-calc(-100% / 12 * 6);
		left: -moz-calc(-100% / 12 * 6);
	}

	.mobile-push-1-3 {
		left: 25%;
		left: calc(100% / 12 * 3);
		left: -webkit-calc(100% / 12 * 3);
		left: -moz-calc(100% / 12 * 3);
	}

	.mobile-pull-1-3 {
		left: -25%;
		left: calc(-100% / 12 * 3);
		left: -webkit-calc(-100% / 12 * 3);
		left: -moz-calc(-100% / 12 * 3);
	}

	.mobile-push-1-4 {
		left: 33.33333%;
		left: calc(100% / 12 * 4);
		left: -webkit-calc(100% / 12 * 4);
		left: -moz-calc(100% / 12 * 4);
	}

	.mobile-pull-1-4 {
		left: -33.33333%;
		left: calc(-100% / 12 * 4);
		left: -webkit-calc(-100% / 12 * 4);
		left: -moz-calc(-100% / 12 * 4);
	}

	.mobile-push-3-4 {
		left: 75%;
		left: calc(100% / 12 * 9);
		left: -webkit-calc(100% / 12 * 9);
		left: -moz-calc(100% / 12 * 9);
	}

	.mobile-pull-3-4 {
		left: -75%;
		left: calc(-100% / 12 * 9);
		left: -webkit-calc(-100% / 12 * 9);
		left: -moz-calc(-100% / 12 * 9);
	}

	.mobile-no-push, .mobile-no-pull {
		left: auto;
	}
/* Mobile Rows */
	.mobile-row {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.mobile-full {
		left: auto;
		clear: both;
		float: none;
		width: 100%;
		margin: .2em 0 0 0;
		display: block;
	}

	.mobile-full:first-child {
		margin-top: 0;
	}

	.mobile-left-text {
		text-align: left;
	}

	.mobile-right-text {
		text-align: right;
	}

	.mobile-center-text {
		text-align: center;
	}

	.mobile-left {
		float: left;
	}

	.mobile-right {
		float: right;
	}

	.mobile-no-float {
		float: none;
	}
/* Margin and Padding Reset */
	.mobile-no-margin {
		margin: 0;
	}

	.mobile-no-padding {
		padding: 0;
	}
/* Mobile Tables */
	table th, table td {
		padding: 4px;
	}

	.no-mobile {
		display: none;
	}

	.show-mobile {
		display: block;
	}
}

/* End Mobile Media Query */
@media print {
	* {
		background: transparent;
	}

	a, a:visited {
		text-decoration: underline;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%;
	}
 @	page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}
