@charset "UTF-8";
@font-face {
	font-family: pictonic;
	src: url("./font/pictonic.eot");
	src: url("./font/pictonic.eot?#iefix") format("embedded-opentype"), url("./font/pictonic.ttf") format("truetype"), url("./font/pictonic.woff") format("woff"), url("./font/pictonic.svg") format("svg");
	font-weight: normal;
	font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline; }


/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }

/**
 * Remove default margin.
 */
body#tinymce {
	margin: 0; 
	font-size: .625em;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
#tinymce a,
.responsive-web #main-content article#main-section a{
	background: transparent; }
#tinymce a[data-rel="tooltip"],
.responsive-web #main-content article#main-section a[data-rel="tooltip"]{
	background-color: #e6f4ff;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
#tinymce a:focus,
.responsive-web #main-content            article#main-section a:focus{
	outline: thin dotted; } 

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
#tinymce a:active,
#tinymce a:hover,
.responsive-web #main-content article#main-section a:active,
.responsive-web #main-content article#main-section a:hover {
	outline: 0; }

#tinymce img,
.responsive-web #main-content article#main-section img{
	border: 0; }

#tinymce caption, 
.responsive-web #main-content article#main-section caption {
	text-align: left;
	font-weight: normal; 
	margin: 15px 40px 20px;
}

#tinymce blockquote:before, 
#tinymce blockquote:after,
#tinymce q:before, 
#tinymce q:after,                                                     
.responsive-web #main-content article#main-section blockquote:before, 
.responsive-web #main-content article#main-section blockquote:after,
.responsive-web #main-content article#main-section q:before, 
.responsive-web #main-content article#main-section q:after {
	content: ""; }

#tinymce blockquote, 
#tinymce q,
.responsive-web #main-content article#main-section blockquote, 
.responsive-web #main-content article#main-section q {
	quotes: "" ""; 
	margin: 15px 0 20px 0px;
	padding: 15px 20px 5px 20px;
	border-bottom: 1px solid #e7e6e3;
	border-top: 1px solid #e7e6e3;
	color: #7f7f7f;
	font-style: italic;
}

html {
	font-size: 100%;
	height: 100%; }

#tinymce {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	color: #4c4c4c;
}
#tinymce article.interstitial-offsite {
}
#tinymce .body-secondary,
.responsive-web #main-content article#main-section .body-secondary {
	color: #7f7f7f;
}

#tinymce img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic; }
#tinymce img.border-bot {
	padding-bottom: 20px;
}
#tinymce .image-right  p,
#tinymce .image-left  p {
	overflow: hidden; }
#tinymce ul,
.responsive-web #main-content article#main-section ul {
	display: block;
	clear: both;
}
#tinymce ul li,
.responsive-web #main-content article#main-section ul li{
	list-style-type: none;
	font-size: 1.4em;
	position: relative;
	padding-left: 12px;
	line-height: 18px;
	margin-bottom: 3px; 
}
#tinymce ul li ul,
.responsive-web #main-content article#main-section ul li ul {
	margin: 5px 0;
}
#tinymce ul li ul li,
.responsive-web #main-content article#main-section ul li ul li{
	font-size: 1em;
}
#tinymce ul li:before,
.responsive-web #main-content article#main-section ul li:before{
	line-height: 18px;
	font-weight: bold; }
#tinymce ol,
.responsive-web #main-content article#main-section ol {
	list-style-type: decimal;
	padding: 0 0 0 40px; 
}
#tinymce ol li,
.responsive-web #main-content article#main-section ol li{
	font-size: 1.25em;
}

#tinymce .fl {
	float: left; }
#tinymce .fr {
	float: right; }
#tinymce em,
.responsive-web #main-content article#main-section em{
	font-style: italic; }
#tinymce a, 
#tinymce a:hover {
	text-decoration: none; }

#tinymce .image-left,
.responsive-web #main-content article#main-section .image-left{
	float: left;
	margin: 10px 10px 10px 0; }
#tinymce .image-right,
.responsive-web #main-content article#main-section .image-right{
	float: right;
	margin: 10px 0 10px 10px; }
#tinymce .align-center,
.responsive-web #main-content article#main-section .align-center{
	text-align: center;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
	color: black;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased; }
#tinymce h2,
#tinymce .intro-text,
.responsive-web #main-content article#main-section .intro-text{
	color: #50b5cf;
	font-size: 2.2em;
	font-family: "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-bottom: 20px; }
#tinymce .intro-text,
.responsive-web #main-content article#main-section .intro-text{
	font-size: 2.2em !important;
}
#tinymce h3,
.responsive-web #main-content article#main-section h3{
	font-size: 2em;
	margin-bottom: 5px;
	color: #000;}
#tinymce h4,
.responsive-web #main-content article#main-section h4{
	font-size: 1.7em;
	margin-bottom: 5px;
	color: #0064b8;}
.responsive-web #main-content article#main-section .promo-module h3,
.responsive-web #main-content article#main-section .promo-module h4{
	color: #fff;
}
.responsive-web #main-content article#main-section .expandy h4.question {
	color: black;
}
#tinymce ol,
.responsive-web #main-content article#main-section ol{
	list-style-type: decimal;
	padding: 0 0 0 20px; 
	margin-bottom: 20px;
}
#tinymce ol li,
.responsive-web #main-content article#main-section ol li{
	color: #776d59;
	font-size: 1.4em;
}
#tinymce ol li li,
.responsive-web #main-content article#main-section ol li li{
	font-size: 1em !important;
}
#tinymce ol li ol,
.responsive-web #main-content article#main-section ol li ol {
	margin: 5px 0 5px 0;
} 
#tinymce ul,
.responsive-web #main-content article#main-section ul{
	margin-bottom: 20px; }
#tinymce ul li,
.responsive-web #main-content article#main-section ul li{
	color: #776d59;
	font-size: 1.4em;
	position: relative;
	padding-left: 12px;
	line-height: 18px;
	margin-bottom: 3px; }
.responsive-web #main-content article#main-section ul.three-columns li{
	margin: 0;
	padding: 0 0 10px 14px;
}

#tinymce ul li:before,
.responsive-web #main-content article#main-section ul li:before{

	content: "■ ";
	position: absolute;
	left: 0;
	color: #dbdad5;
	font-size: 7px; }
#tinymce ul.three-columns {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-bottom: 10px; }
#tinymce ul.three-columns.border {
	-moz-column-rule: 1px solid #e7e6e3;
	-webkit-column-rule: 1px solid #e7e6e3;
	column-rule: 1px solid #e7e6e3; }
#tinymce ul.three-columns li,
.responsive-web #main-content article#main-section ul.three-columns li{
	column-span: none;
	-webkit-column-span: none;
	display: inline-block;
}
#tinymce ul.list li:before, 
#tinymce ul.three-columns li:before,
.responsive-web #main-content article#main-section ul.list li:before,
.responsive-web #main-content article#main-section ul.three-columns li:before {
	content: '\00bb' !important;
	color: #f89527;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1; 
	font-size: 1.25em;
	height: 16px;
	font-size: inherit !important;
}

.responsive-web #main-content article#main-section #landing-social-icons ul li {
	padding-left: 0;
	font-size: 1.4em;
}

.responsive-web #main-content article#main-section #landing-social-icons ul li:before{
	content: '';
}
#tinymce a {
	color: #08467f;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased; }
#tinymce a:hover {
	color: #01344D; }
.responsive-web #main-content article#main-section a.go-btn, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn {
	cursor: pointer;
}
#tinymce p a.go-btn,
.responsive-web #main-content article#main-section p a.go-btn, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn {
	font-size: 1.2em !important;
}
#tinymce a.go-btn.no-wrap,
.responsive-web #main-content article#main-section a.go-btn.no-wrap {
	margin: 15px 0 20px 0 !important;
	text-transform: uppercase;
}
#tinymce p a.go-btn.no-wrap,
.responsive-web #main-content article#main-section p a.go-btn.no-wrap {
	margin: 0 !important;
}
#tinymce .go-btn, 
#tinymce a.go-btn,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn,
.responsive-web #content aside#sidebar .promo-type-two div.go-btn{
	border: 0;
	border: none !important;
	display: inline-block;
	padding: 6px 10px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.25em;
	font-family: "HelveticaNeueW01-77BdCn 692722", Arial, Helvetica, sans-serif;
	background-color: #f58220;
	color: #fff;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased; }
#tinymce a.go-btn:active, 
#tinymce a.go-btn:focus, 
#tinymce a.go-btn:hover,
#tinymce .go-btn:active,
#tinymce .go-btn:focus,
#tinymce .go-btn:hover,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn:active, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn:focus, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn:hover,
.responsive-web #content aside#sidebar .promo-type-two .go-btn:active,
.responsive-web #content aside#sidebar .promo-type-two .go-btn:focus,
.responsive-web #content aside#sidebar .promo-type-two .go-btn:hover {
	background-color: #ef6310; }
#tinymce a.go-btn.full, 
#tinymce a.go-btn.half,
#tinymce .go-btn.full,
#tinymce .go-btn.half,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.full, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.half,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.full,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.half {
	margin: 0;
	padding: 6px 10px;
	font-size: 1.7em;
	text-align: center;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

#tinymce a.go-btn.blue-primary,
#tinymce .go-btn.blue-primary,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.blue-primary,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.blue-primary {
	background-color: #0064b8; }
#tinymce a.go-btn.blue-primary:active, 
#tinymce a.go-btn.blue-primary:focus, 
#tinymce a.go-btn.blue-primary:hover,
#tinymce .go-btn.blue-primary:active,
#tinymce .go-btn.blue-primary:focus,
#tinymce .go-btn.blue-primary:hover,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.blue-primary:active, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.blue-primary:focus, 
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.blue-primary:hover,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.blue-primary:active,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.blue-primary:focus,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.blue-primary:hover {
	background-color: #00427d; }

#tinymce a.go-btn.full,
#tinymce .go-btn.full,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.full,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.full {
	width: 100%; }
#tinymce a.go-btn.half,
#tinymce .go-btn.half,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.half,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.half {
	width: 48%;
	display: inline-block; }
#tinymce a.go-btn.half:first-of-type,
#tinymce .go-btn.half:first-of-type,
.responsive-web #content aside#sidebar .promo-type-two a.go-btn.half:first-of-type,
.responsive-web #content aside#sidebar .promo-type-two .go-btn.half:first-of-type {
	margin-right: 3%; }

#tinymce img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic; }
#tinymce img.border-bot {
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e3; }
#tinymce .border-bot{
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e3; }
#tinymce hr,
.responsive-web #main-content article#main-section hr{
	padding: 0;
	margin: 15px 0 20px 0;
	border: 0;
	border-bottom: 1px solid #e7e6e3; 
	overflow: hidden;
}
#tinymce .light,
.responsive-web #main-content article#main-section .light{
	font-family: "HelveticaNeueW01-47LtCn 692686", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #7f7f7f;
	text-transform: uppercase;
}
#tinymce .blue, 
#tinymce .blue a,
.responsive-web #main-content article#main-section .blue,
.responsive-web #main-content article#main-section .blue a{
	color: #08467f !important; }
#tinymce .orange, 
#tinymce .orange a,
.responsive-web #slider .promo-banner h3.promo-heading.orange,
.responsive-web #main-content article#main-section .orange,
.responsive-web #main-content article#main-section .orange a{
	color: #e96d08 !important; }
#tinymce .black, 
#tinymce .black a,
.responsive-web #slider .promo-banner h3.promo-heading.black,
.responsive-web #main-content article#main-section .black,
.responsive-web #main-content article#main-section .black a{
	color: black !important; }
#tinymce .purple,
#tinymce .purple a,
.responsive-web #slider .promo-banner h3.promo-heading.purple,
.responsive-web #main-content article#main-section .purple,
.responsive-web #main-content article#main-section .purple a {
	color: #8b4799; }
#tinymce .green,
#tinymce .green a,
.responsive-web #slider .promo-banner h3.promo-heading.green,
.responsive-web #main-content article#main-section .green,
.responsive-web #main-content article#main-section .green a{
	color: #6db52a; }
#tinymce .baby-blue, 
#tinymce .baby-blue a, 
.responsive-web #slider .promo-banner h3.promo-heading.baby-blue,
.responsive-web #main-content article#main-section .baby-blue a, 
.responsive-web #main-content article#main-section .baby-blue {
	color: #50b5cf; }
/* This is really only for the home hero carousel, might want to put in the
* full scss file - Jeremy 2014.05.09 */

.responsive-web #slider .promo-banner h3.promo-heading.white {
	color: #fff !important;
}
.responsive-web #slider .promo-banner .go-btn.blue-primary {
	background: #0064b8;
}

#tinymce .subtitle,
.responsive-web #main-content article#main-section .subtitle {
	color: #63bdd6;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	margin-bottom: 15px;
	padding: 0; }
#tinymce p {
	font-size: 1.4em !important;
	line-height: 1.45;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px; }
#tinymce strong,
.responsive-web #main-content article#main-section strong{
	font-weight: bold !important; }

/*
* This is just so we can see what it looks like in the editor. Styles for the 
* actual content area are in to_be_merged.css Jerem y 2014.04.24
*/

#tinymce article.promo-type-three {
	color: #08467f !important;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.45;
	font-family: arial, helvetica, sans-serif;
	margin-bottom: 10px;
	border: none;
	padding: 20px 0;
	display: block;
}
#tinymce article.promo-type-three.border-top{
	border-top: 1px solid #e7e6e3;
}
#tinymce article.promo-type-three.border-bottom {
	border-bottom: 1px solid #e7e6e3;
}
#tinymce article.promo-type-three.border-both {
	border-bottom: 1px solid #e7e6e3;
	border-top: 1px solid #e7e6e3;
}

#tinymce .link-arrow,
.responsive-web #main-content article#main-section span.link-arrow{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}
#tinymce article.promo-type-three .link-arrow,
.responsive-web #main-content article#main-section article.promo-type-three span.link-arrow{
	margin-left: 15px;
}
.responsive-web #main-content article#main-section span.link-arrow a {
	cursor: pointer;
}

#tinymce article.promo-type-three .link-arrow span.faux-link,
#tinymce .link-arrow a:link,
#tinymce .link-arrow a:visited,
#tinymce .link-arrow a:hover,
#tinymce .link-arrow a:active{
	color: #e96d08;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
#tinymce .link-arrow span.faux-link:after,
#tinymce .link-arrow a:after{
	content: '';
	display: inline-block;
	background: url(./images/desktop_arrows_sprite.png) no-repeat top left;
	background-position: 0 0;
	margin-left: 4px;
	width: 9px;
	height: 9px;	
}