*, *:before, *:after {
	box-sizing: border-box;
}
body, html {
	background-color: #E3E3E3;
	padding: 0;
	color: #111;
	height: auto;
}
html.h_w, html.h_w body {
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
	line-height: 1.1;
}
strong {
	font-weight: 700;
}
blockquote {
	color: #666;
	margin: 0.5em 0 1.5em;
	padding: 0;
}
blockquote p {
	border-left: 1px solid #FF1200;
	padding: 0;
	margin: 0;
	padding-left: 2em;
}
blockquote small {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	color: #333;
	padding: 0.5em 0 0 2em;
}
html.takeover {
	background-color: #000;
}
html.takeover body {
	background-image: url('/images/takeover-full.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}
html #takeover-header-image-a {
	display: none;
}
html.takeover #takeover-header-image-a {
	display: block;
}
.tophead h1 {
	margin-bottom: 0;
	color: rgb(255, 255, 255);
}
.tophead .widescreen-logo-large {
	color: #FF851B;
}
.tophead h3 {
	color: rgb(200, 200, 255);
	font-style: italic;
	padding-left: 2.6em;
	margin-top: 0;
}
.widescreen-logo-small,
.widescreen-logo-large {
	color: #001F3F;
	margin-left: 0.25em;
	margin-right: 0.25em;
}
.widescreen-logo-small span,
.widescreen-logo-large span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #001F3F;
}
.widescreen-logo-large span {
	width: 12px;
	height: 12px;
}
.widescreen-logo-small span:nth-of-type(1) {
	margin-right: -3px;
}
.widescreen-logo-small span:nth-of-type(2) {
	margin-left: -2px;
}
.widescreen-logo-large span:nth-of-type(1) {
	margin-right: -4px;
}
.widescreen-logo-large span:nth-of-type(2) {
	margin-left: -3px;
}
.body {
	position: relative;
	width: 100%;
	margin: 0;
	min-height: 100%;
}
.right {
	text-align: right;
}
.thin {
	font-weight: 100;
}
.top-pad {
	padding-top: 1em;
}
.button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	border: 3px solid #001F3F;
	color: #001F3F;
	padding: 0.5em;
}
.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.button:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.button:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.button:hover,
.button:active {
	color: #FF851B;
	background-color: #001F3F;
}

.button:hover:after {
	height: 75%;
	opacity: 1;
}

.button:active:after {
	height: 130%;
	opacity: 1;
}


.button.block {
	display: block;
	text-align: center;
	width: 100%;
}
.header {
	text-align: center;
}
.header .logo {
	padding-top: 16px;
}
.header .logo img {
	width: 80%;
	max-width: 500px;
	margin: auto;
}
.header .ad {
	height: auto;
	max-width: 740px;
	width: 100%;
	padding: 5px;
	margin: auto;
	border: 1px solid #C3C3C3;
	background-color: rgba(255, 255, 255, 0.90);
	margin: 2em auto;
}
.ad.vertical-rectangle {
	height: 410px;
	width: 250px;
	padding: 5px;
	margin: 2em auto;
	border: 1px solid #C3C3C3;
	background-color: rgba(255, 255, 255, 0.90);
	margin: 1em auto;
}
.header .menu {
	text-align: center;
	background-color: #001F3F;
}
.padding {
	padding: 0.5em;
}
.header .menu .options ul {
	margin: 0;
	padding: 0;
}
.header .menu .options li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
.menu .options a {
	font-size: 1em;
	line-height: 3.6;
	font-weight: 500;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.menu .options a.p7TBMon {
	color: #FF851B;
}
.header .suboptionbox {
	background-color: rgba(255, 255, 255, 0.90);
	text-align: center;
	font-size: 1em;
	color: #333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.19) , 3px 0 3px 0 rgba(0,0,0,0.19) , 0 3px 3px 0 rgba(0,0,0,0.23);
	height: 2.5em;
	position: relative;
}
.header .suboptions {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition-delay: 0.1s;
}
.header .suboptions.p7TBShow {
	visibility: visible;
	opacity: 1;
}
.header .suboptions ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.header .suboptions li {
	list-style-type: none;
	display: inline;
}
.header .suboptions li a,
.header .suboptions li a:visited {
	color: #0074D9;
	padding: 0.625em 1em;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}
.header .suboptions li a:hover {
	color: #001F3F;
}
.header .suboptions .signin {
	padding: 0.5em;
}
.header .suboptions .signin label {
	font-weight: 700;
	margin-left: 1em;
}
.header .submenu-rolldown {
	z-index: 100;
	display: none;
	position: absolute;
	top: 140px;
	height: 0;
	left: 0;
	right: 0;
	background-color: #001F3F;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition : all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.header .submenu-rolldown.showing {
	bottom: 0;
	height: 100%;
	display: block;
}
.header .submenu-rolldown .options li {
	display: block;
	text-align: left;
}
.header .submenu-rolldown .options ul {
	padding: 0 0 0.5em 1.25em;
}
.header .submenu-rolldown .options > ul {
	padding: 0 0 0.5em 0.25em;
}
.header .submenu-rolldown .options a {
	line-height: 1.6;
}
.content {
	width: 100%;
	margin: 1.5em auto 1.5em;
	max-width: 890px;
	padding: 0;
	background-color: #E3E3E3;
}
.article {
	background-color: rgba(255, 255, 255, 0.90);
	font-size: 16px;
	line-height: 23px;
	border: 1px solid #C3C3C3;
	padding: 0 1.5em;
}
.article p {
    text-indent: 2em;
}
.article a,
.article a:visited {
	text-decoration: none;
	border-bottom: 4px solid #FF851B;
	color: #111;
	-webkit-transition : border 0.5s ease-out;
	-moz-transition : border 0.5s ease-out;
	-o-transition : border 0.5s ease-out;
	transition : border 0.5s ease-out;
}
.article a:hover,
.article a:active {
	border-color: #0074D9;
}
.footer {
	margin-top: 6em;
	background-color: white;
	box-shadow: 3px 3px -3px 0 rgba(0,0,0,0.19) , -3px 0 -3px 0 rgba(0,0,0,0.19) , 0 -3px -3px 0 rgba(0,0,0,0.23);
}
.testimonial {
	margin: 0 auto;
	padding: 1em 0.5em;
	max-width: 900px;
}
.legal {
	background-color: #001F3F;
	text-align: center;
	font-size: 0.7em;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: white;
	padding: 1em;
}
.legal a,
.legal a:hover,
.legal a:active,
.legal a:visited {
	color: #E3E3E3;
}
.card-block {
	padding: 0.75em;
	margin-bottom: 1em;
	position: relative;
}
.thick-top {
	border-top: 4px solid #111;
}
.image-fit {
	width: 100%;
	height: auto;
}
.review-block:hover {
	box-shadow: inset 0 0 1px #FFDC00;
	cursor: pointer;
}
.review-block h5 {
	margin: 0;
	border-bottom: 0;
}
.review-image {
	text-align: center;
}
.review-image img {
	margin: 0.5em auto;
	max-width: 80%;
}
.review-rating {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.review-rating.big {
	font-size: 2.8em;
	line-height: 0.9;
}
.review-link,
.review-link:hover,
.review-link:active,
.review-link:visited {
	font-size: 0.875em;
	font-weight: 500;
	color: #0074D9;
	margin: 0.25em 0 0.5em;
	text-decoration: none;
}
.review-link:hover {
	text-decoration: underline;
}
.news-headline {
	padding: 1em 0;
}
.news-highlight:hover {
	box-shadow: inset 0 0 1px #FFDC00;
	cursor: pointer;
}
.news-headline a,
.news-headline a:visited,
.news-headline a:active {
	color: inherit;
	text-decoration: none;
	font-weight: 700;
	color: #001F3F;
}
.news-headline a:hover {
	text-decoration: underline;
}
.news-date {
	color: #666;
	font-size: 0.875em;
	margin-bottom: 0.5em;
}
.four-col,
.three-col,
.two-col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}    
.grid-row {
	padding: 0.5em 0.5em;
	margin-top: -1px;
}
.grid-row-back {
	border: 1px solid #C3C3C3;
	background-color: rgba(255, 255, 255, 0.90);
}
.cf {
  *zoom: 1;
}

.cf:before,
.cf:after {
  display: table;
  line-height: 0;
  content: "";
}

.cf:after {
  clear: both;
}

.form {
	margin-top: 1.5em;
}
.form-group {
	margin-bottom: 1em;
}
.form-group .form-label {
	font-weight: bold;
}
.form-group .form-field > input {
	width: 100%;
	padding: 6px 6px 1px 6px;
	border: 0;
	border: 0;
	border-bottom: 2px solid rgba(0, 31, 63, 0.25);
	background-color: transparent;
	margin-left: 0.5em;
	color: #001F3F;
	transition: 0.2s;
}
.form-group .form-field > input:focus {
	border-bottom-color: #001F3F;
}
.pad-td td {
	padding: 2px 4px 4px 6px;
}
.article-list {
	text-align: left;
}
.pull-right {
	text-align: right;
}
.message {
	margin: 1em 0;
	padding: 0.5em;
	background-color: #FF851B;
	border: 2px solid #001F3F;
}
.message.success {
	background-color: #1BFF84;
}
.message.error {
	background-color: #FFF61B;
}
.message.warning {
    background-color: #B4FFD6;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
@media screen and (min-width: 0px) {
	.menu { display: none; }
	.menu.menu-small { display: block; }
	.suboptionbox { display: none; }
    .header .ad {
    	display: none;
    }
    .ad.vertical-rectangle {
    	text-align: center;
    	display: block;
    	margin: 2em auto;
    }
    .four-col,
    .three-col,
    .two-col {
        float: none;
        margin-left:0;
    	padding:0 1.5%;
    }
    .grid-row .three-col:first-child,
    .grid-row .two-col:first-child {
        margin-left:0;
    }
    .four-col.one {
        width:100%;
    }
    .four-col.two {
        width:100%;
    }
    .four-col.three {
    	width:100%;
    }
    .four-col.four {
        margin-left:0;
        width:100%;
    }
    .three-col.one {
        width:100%;
    }
    .three-col.two {
        width:100%;
    }
    .three-col.three {
        margin-left:0;
        width:100%;
    }
    .two-col.one {
        width:100%;
    }
    .two-col.two {
        margin-left:0;
        width:100%;
    }
	.grid-row {
		padding-left: 0;
		padding-right: 0;
	}
	.hide-small {
		display: none;
	}
	.show-small.block {
		display: block;
	}
	.show-small.inline-block {
		display: inline-block;
	}
	.show-small.inline {
		display: inline;
	}
	.show-small.table {
		display: table;
	}
}

@media screen and (min-width: 700px) {
	.ad.vertical-rectangle {
		display: none;
	}
	.menu { display: block; }
	.menu.menu-small { display: none; }
    .suboptionbox { display: block; }
    .four-col,
    .three-col,
    .two-col {
        float: none;
        margin-left:2%;
    	padding:0 1.5%;
    }
    .grid-row .four-col:first-child,
    .grid-row .three-col:first-child,
    .grid-row .two-col:first-child {
        margin-left:0;
    }
    .four-col.one {
        width:23.0%;
    }
    .four-col.two {
        width:48.0%;
    }
    .four-col.three {
        width:73.0%;
    }
    .four-col.four {
        margin-left:0;
        width:100%;
    }
    .three-col.one {
        width:32.0%;
    }
    .three-col.two {
        width:66.0%;
    }
    .three-col.three {
        margin-left:0;
        width:100%;
    }
    .two-col.one {
        width:49.0%;
    }
    .two-col.two {
        margin-left:0;
        width:100%;
    }
    .header .ad {
    	display: block;
    }
	.show-small {
		display: none !important;
	}
	.hide-small.block {
		display: block;
	}
	.hide-small.inline-block {
		display: inline-block;
	}
	.hide-small.inline {
		display: inline;
	}
	.hide-small.table {
		display: table;
	}
}
.subscribe-banner {
	display: none;
}
.subscribe-banner a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 40px;
	font-size: 1rem;
	line-height: 2rem;
	position: relative;
	transition: 0.2s;
}
.subscribe-banner a:hover{
	background: #F57A1E;
	color: #000;
}
.subscribe-banner a::before,
.subscribe-banner a::after {
	content: "";
	width: 100%; 
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	height: 1px;
	background: #fff;
}
.subscribe-banner a::after{
	bottom: 1px;
	top: auto;
}
@media screen and (min-width:800px) {
    .four-col,
    .three-col,
    .two-col {
        float: left;
        padding:0 1.5%;
    }
	.subscribe-banner {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 200px;
		overflow: hidden;
		height: 200px;
		z-index: 9999;
	}
	.subscribe-banner a {
		width: 300px;
		position: absolute;
		top: 60px;
		right: -60px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
}
img.lead {
    width: 100%;
    margin: auto;
}
.purchase {

    width: 400px;
    margin: auto;
}
.byline {
    font-weight: bold;
    font-style: italic;
    color: #001F3F;
}
.byline a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.2s all;
}
.byline a:hover {
    border-bottom-color: #001F3F;
}
.fit-images img {
	width: 100%;
	height: auto;
}
.img-center {
	display: block;
	text-align: center;
}
.shadow-b-1 {
	box-shadow: 0 1px 4px #CCCCCC;
}
.shadow-t-2 {
	box-shadow: 0 -1px 8px #CCCCCC;
}
.control-label {
	font-weight: bold;
	text-align: right;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; // Black prints faster: h5bp.com/s
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
  	font-size: 12px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }


  a,
  a:visited {
    text-decoration: underline;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  // Don't show links that are fragment identifiers,
  // or use the `javascript:` pseudo protocol
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; // h5bp.com/t
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .no_print {
  	display: none !important;
  }
  .logo img {
  	width: 400px !important;
  }
  .card {
  	border: none !important;
  }
  .print_block {
  	display: block;
  	width: 100%;
  	float: none;
  	flex: 1;
  	max-width: 100%;
  }
}