@charset "UTF-8";
/*	Site Name: test
		--------------------------------------
		Author:			CIEE Web Team
		Copyright:	(c) 2014 CIEE.
		All rights reserved.
		
		Table of Contents 
		--------------------------------------
		1. CSS Reset 
		2. Sass, Variables and Mixins
		3. Fonts
		4. Site Wide
		5. Layout
		6. 404/Whoops
		7. My Account 
		8. Black Bar
		9. Header
		10. Main Nav
		11. Sub Nav
		12. Right Callouts
		13. Footer
		14. Tables
		15. Toggles 
		16. Popup 
		17. Media Queries
		  
*/
/*--CSS Reset--*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   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 {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   HTML Elements (CIEE Custom Added)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

/* Use border-box box-sizing that includes padding and border in the width/height */
* {
  outline-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*--/CSS Reset--*/
/*------------------------------------------------*/
/*--Sass, Variables, and Mixins--*/
/*------------------------------------------------*/
/*--CSS3 Support--*/
/* Color Variables */
.contentWrapper:after, .bios-wrapper .bios-container:after, .bios-wrapper .bios-container .bio:after, .reqPara:after, .clear:after, header:after, nav:after, #contentWrapper:after, .content-wrapper:after, #footerWrapper:after, #contentWrapper.contentPage #mainCol:after, #oneCol:after, .oneCol:after, #oneColSlim:after, #content-right:after, #mainCol:after, #auxCol:after, .aux-col:after, #blackBarDrop:after, #searchWrapper:after, #searchWrapperMobile:after, #siteSearch:after, #placesVisit:after, a.button#ctaLargerMap:after, footer:after, .socialIcons:after, .textBoxDiv:after, .textAreaDiv:after, .dropListDiv:after, .checkBoxListDiv:after, .radioBtnListDiv:after, .button-group:after, .toggleWrapper:after, .toggleContainer.toggle-content:after {
  content: "";
  display: table;
  clear: both;
}

/*--/Sass, variables and mixins--*/
/*------------------------------------------------*/
/*--Fonts--*/
/*------------------------------------------------*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #fff;
  border-radius: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-mail-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

/*---/fonts---*/
/*------------------------------------------------*/
/*--Site Wide--*/
/*------------------------------------------------*/
body {
  font: normal 400 100%/1.5 "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  /* 100% = 16px, default line height is 1.5x whatever the font is */
  color: #000;
  min-width: 288px;
}

a, a:visited {
  text-decoration: none;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.content a, .content a:visited {
  color: #009BD7;
  text-decoration: underline;
}

.content a:active, .content a:hover {
  color: #F58025;
}

h1 {
  font: normal 400 3em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  text-transform: uppercase;
  color: #009BD7;
  margin: 0.2em 0 .5em 0;
}

h2 {
  font: normal 400 2.25em/1.4 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  text-transform: none;
  color: #3C3C3C;
  margin: 0.5em 0;
}

h3 {
  font: normal 500 1.5em/1.4 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  text-transform: none;
  color: #F58025;
  margin: 0.8em 0;
  display: block;
  clear: both;
}

h4 {
  font: normal 700 1.1em/1 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  color: #3C3C3C;
  margin: 0 0 1em 0;
}

h5 {
  font: normal 700 .85em/1.3 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  text-transform: uppercase;
  color: #666666;
  margin: 0 0 1em 0;
}
h5 span {
  font-weight: 500;
}
h5.check:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 1em;
  margin-right: .3em;
  position: relative;
  top: 1px;
  color: #F58025;
}
h5.important span {
  font-weight: 600;
}
h5.important:before {
  content: "\f0e7";
  font-family: 'FontAwesome';
  font-size: 1em;
  margin-right: .3em;
  position: relative;
  top: 1px;
  color: #F58025;
}

h6 {
  font: normal 500 .95em/1.5 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  text-transform: none;
  color: #009BD7;
  margin: 0 0 0 1.2em;
  padding-bottom: 1em;
  position: relative;
}
h6:before {
  font-family: 'FontAwesome';
  font-size: 1em;
  margin-right: .3em;
  position: absolute;
  right: 100%;
  top: 1px;
}
h6.questions:before {
  content: "\f059";
}
h6.note span {
  font-weight: 600;
}
h6.note:before {
  content: "\f14b";
}
h6.important:before {
  content: "\f06a";
}

.print-only {
  display: none;
}

.larger {
  font-size: 1.25em;
}
.larger a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.intro {
  text-align: center;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .intro {
    margin: 0 2em;
  }
}

p b, p strong, li b, li strong {
  color: #3C3C3C;
}

.fade-up, .fade-up-one {
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
}

.fade-in {
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.contentWrapper {
  padding: 2%;
  clear: both;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 77.5em) {
  .contentWrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

span.numbers {
  font-family: arial;
  font-weight: 300;
  font-size: .85em;
}

img.fullWidth {
  width: 100%;
}

p {
  padding-bottom: 1.5em;
}
p.tiny {
  font-size: .75rem;
  line-height: 1rem;
  color: #777;
}

.loading {
  visibility: hidden;
}

blockquote {
  width: 100%;
  font: normal 400 1.5em/1.5 "freight-sans-pro-n4", "freight-sans-pro",sans-serif;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: .5em 0;
  margin-left: 0;
}
blockquote p {
  padding-bottom: 0;
}
blockquote cite, blockquote p.cite {
  text-align: right;
  display: block;
  padding-top: .5em;
  font-style: normal;
  font-size: .75em;
}

.inlineVideoLink {
  margin: 1.5rem 0 1rem 0;
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Tablet vertical, 900/16 */
}
.inlineVideoLink p {
  padding: 1em;
}
@media (min-width: 56.25em) {
  .inlineVideoLink {
    display: inline;
    width: 50%;
    float: right;
    margin: .5rem 0 2rem 1rem;
  }
}
.inlineVideoLink:hover {
  opacity: .9;
}

#breadcrumbList, .breadcrumbList {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #breadcrumbList, .breadcrumbList {
    display: block;
    font-size: .9em;
    margin: 2% 0;
  }
  #breadcrumbList a, .breadcrumbList a {
    color: #666666;
    margin: 0;
    padding: 0;
    text-indent: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #breadcrumbList a:first-of-type, .breadcrumbList a:first-of-type {
    margin-left: 0;
  }
  #breadcrumbList a:last-of-type, .breadcrumbList a:last-of-type {
    margin-left: 0;
  }
  #breadcrumbList a:hover, .breadcrumbList a:hover {
    color: #009BD7;
  }
  #breadcrumbList span, .breadcrumbList span {
    margin: .75em;
    color: #009BD7;
    font-size: 1.1em;
  }
}
@media (min-width: 77.5em) {
  #breadcrumbList, .breadcrumbList {
    padding: 0;
  }
}

.content ul, .content ol {
  margin-bottom: 1em;
  padding-left: 2em;
  margin-left: 1em;
}
.content ul li, .content ol li {
  padding-bottom: 0.5em;
}
.content ul ul, .content ol ul {
  margin-bottom: 0;
}
.content ul ul li:last-of-type, .content ol ul li:last-of-type {
  padding: 0;
}

.content ol {
  list-style-type: decimal;
  list-style-position: outside;
}
.content ol ol {
  list-style-type: lower-alpha;
}

.content ul li {
  list-style-type: none;
  text-indent: -1em;
  list-style-position: outside;
}
.content ul li:before {
  content: '\00BB';
  color: #009BD7;
  position: relative;
  bottom: 0;
  margin-right: .5em;
  font-size: .9em;
}

.content ul.tier-2 li {
  list-style-type: none;
  text-indent: -.8em;
  padding-bottom: 0;
}
.content ul.tier-2 li:before {
  content: '\203A';
  color: #666666;
  position: relative;
  bottom: 0;
  margin-right: .5em;
  font-size: .9em;
}
.content ul.tier-2 li:first-of-type {
  padding-top: .5em;
}

.above-list {
  padding-bottom: .5em;
}

i {
  font: normal normal 1em/1 'FontAwesome';
}

img.imgRight {
  float: right;
  border: solid 1px #CCCCCC;
  padding: 1%;
  max-width: 40%;
  margin: 0 3% 1em 3%;
}

img.imgLeft {
  float: left;
  max-width: 40%;
  margin: 0 3.5% 1em 0;
}

.button, .button:visited, a.button, a.button:visited, .button-inactive {
  display: inline-block;
  cursor: pointer;
  padding: .5em 2em;
  margin-bottom: 1.5em;
  font: normal 500 1.1em/1.1em "freight-sans-pro-n5", "freight-sans-pro", sans-serif;
  /* 24/18 */
  color: #FFF;
  background-color: #009BD7;
  text-transform: none;
  text-align: center;
  margin-top: .5em;
  width: 100%;
  border: 1px solid transparent;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Tablet vertical, 900/16 */
}
.button:hover, .button:visited:hover, a.button:hover, a.button:visited:hover, .button-inactive:hover {
  color: #009BD7;
  background-color: transparent;
  border: 1px solid #009BD7;
}
@media (min-width: 56.25em) {
  .button, .button:visited, a.button, a.button:visited, .button-inactive {
    width: auto;
  }
}
.button.large, .button:visited.large, a.button.large, a.button:visited.large, .button-inactive.large {
  padding: 4% 0;
  font-size: 1.5em;
  margin-bottom: 2%;
}

.button-inactive, .button-inactive:hover {
  color: #B4B4B4;
  background-color: #f1f1f1;
  border: solid 1px #CCCCCC;
  cursor: default;
  display: block;
}

.button-light, .button-light:visited, a.button-light, a.button-light:visited {
  display: inline-block;
  cursor: pointer;
  padding: .5em 2em;
  margin-bottom: 1.5em;
  font: normal 500 1.1em/1.1em "freight-sans-pro-n5", "freight-sans-pro", sans-serif;
  /* 24/18 */
  color: #009BD7;
  background-color: #fff;
  text-transform: none;
  text-align: center;
  margin-top: .5em;
  width: 100%;
  border: 1px solid #009BD7;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Tablet vertical, 900/16 */
}
.button-light:hover, .button-light:visited:hover, a.button-light:hover, a.button-light:visited:hover {
  color: #fff;
  background-color: #009BD7;
  border: 1px solid #009BD7;
}
@media (min-width: 56.25em) {
  .button-light, .button-light:visited, a.button-light, a.button-light:visited {
    width: auto;
  }
}

.ghost-button, .ghost-button:visited, a.ghost-button, a.ghost-button:visited {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 1.5em;
  font: normal 300 1.1em/1.1em "freight-sans-pro-n5", "freight-sans-pro", sans-serif;
  /* 24/18 */
  color: #009BD7;
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px #009BD7;
  text-transform: none;
  text-align: center;
  margin-top: .5em;
  width: 100%;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Tablet vertical, 900/16 */
}
.ghost-button:hover, .ghost-button:visited:hover, a.ghost-button:hover, a.ghost-button:visited:hover {
  color: #FFF;
  background-color: #F58025;
}
@media (min-width: 56.25em) {
  .ghost-button, .ghost-button:visited, a.ghost-button, a.ghost-button:visited {
    width: auto;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.button-small, .button-small:visited, a.button-small, a.button-small:visited {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 1em;
  margin-top: .5em;
  font: normal 500 1em "freight-sans-pro-n5", "freight-sans-pro", sans-serif;
  /* 24/18 */
  color: #FFF;
  border-radius: 2px;
  background-color: #009BD7;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button-small:hover, .button-small:visited:hover, a.button-small:hover, a.button-small:visited:hover {
  color: #009BD7;
  background-color: transparent;
  border: 1px solid #009BD7;
}

.button-small.full-width, .button.full-width, .button-light.full-width {
  width: 100%;
  text-align: center;
}

.quote {
  margin: 4em 0;
  font-size: 1rem;
  /* Tablet vertical, 900/16 */
}
.quote .quote-image {
  padding-top: 1em;
  min-height: 200px;
  background: url(../images/homepage/desktop/header.jpg) no-repeat center center;
  background-size: cover;
  display: none;
}
.quote .quote-mark {
  height: 4em;
  width: 4em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -35px;
  z-index: 100;
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.quote .quote-mark:before {
  content: url(../images/sitewide/quotation-mark.png);
}
.quote .quote-text {
  background-color: #fff;
  border: solid 1px #CCCCCC;
  padding: 3em;
  color: #666666;
  vertical-align: middle;
  font-size: 1.25em;
}
.quote .quote-text p {
  padding: 0;
}
.quote .quote-text::first-line {
  color: #009BD7;
  font-weight: 500;
}
.quote .quote-text span {
  text-align: right;
  font-size: .75em;
  display: block;
  margin-top: 1em;
}
@media (min-width: 56.25em) {
  .quote {
    margin: 0 0 2em 0;
  }
}

/*#mainCol .quote, #oneCol .quote {
    @include breakpoint(large){
        display:flex;
        position:relative;
        .quote-image {
            width:50%;
            float:left;
        }
        .quote-mark {
            margin-top:auto;
            top:0;
            bottom:0;
        }
        .quote-text {
            width:50%;
            float:right;
            font-size:1em;
            padding: 3em 4em;
        }
    }
}*/
#mainCol .quote, #oneCol .quote {
  display: flex;
  position: relative;
}
#mainCol .quote .quote-image, #oneCol .quote .quote-image {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #mainCol .quote .quote-image, #oneCol .quote .quote-image {
    display: block;
    width: 50%;
    float: left;
    background-size: cover;
  }
}
#mainCol .quote .quote-mark, #oneCol .quote .quote-mark {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #mainCol .quote .quote-mark, #oneCol .quote .quote-mark {
    margin-top: auto;
    top: 0;
    bottom: 0;
    display: block;
  }
}
#mainCol .quote .quote-text, #oneCol .quote .quote-text {
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #mainCol .quote .quote-text, #oneCol .quote .quote-text {
    width: 50%;
    float: right;
    font-size: 1em;
    padding: 3em 4em;
  }
}

#auxCol .quote {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #auxCol .quote {
    display: block;
  }
  #auxCol .quote .quote-text {
    margin-top: 4em;
  }
}

/*---INTERNAL CONTENT PAGE STYLES*/
.callout-full > h2, .callout-full > p, .callout-left > h2, .callout-left > p, .callout-right > h2, .callout-right > p {
  clear: both;
}

.callout-full {
  margin: 0 2em 1.25em 2em;
  padding: 0 0 0 1.25em;
  border-left: solid 5px #009BD7;
  color: #666666;
  font-style: italic;
}
.callout-full span {
  padding-top: 1em;
  display: block;
}

.callout-left, .callout-right {
  color: #666666;
  font-style: italic;
  width: 40%;
}
.callout-left > *:last-of-type, .callout-right > *:last-of-type {
  margin-bottom: 0;
}
.callout-left a.button, .callout-left a.button-small, .callout-right a.button, .callout-right a.button-small {
  margin-top: 1.25em;
}
.callout-left img, .callout-right img {
  width: auto;
}
.callout-left .caption, .callout-right .caption {
  font-size: .8em;
  display: block;
}
.callout-left span, .callout-right span {
  margin-top: 1em;
  display: block;
}

.callout-left.first, .callout-right.first {
  margin-top: 0;
}

.callout-left {
  margin: 1.5em 2em 1.5em 0;
  padding: 0 1.25em 0 0;
  border-right: solid 5px #009BD7;
  float: left;
}

.callout-right {
  margin: 1.5em 0 1.5em 2em;
  padding: 0 0 0 1.25em;
  border-left: solid 5px #009BD7;
  float: right;
}

.callout-box {
  display: block;
  border: solid 1px #CCCCCC;
  background: #f1f1f1;
  padding: 2em;
  text-align: center;
  margin-bottom: 2em;
}
.callout-box p {
  padding-bottom: 0 !important;
}
.callout-box .button {
  margin-bottom: 0;
}

.small {
  width: 25%;
}

.bios-wrapper {
  margin-right: 0 !important;
  width: 100%;
}
.bios-wrapper .bios-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-flow: wrap;
  align-items: stretch;
  ms-flex-align: stretch;
}
.bios-wrapper .bios-container .bio {
  border: solid 1px #CCCCCC;
  float: left;
  width: 100%;
  margin-top: 2%;
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 30em) {
  .bios-wrapper .bios-container .bio {
    width: 49%;
  }
  .bios-wrapper .bios-container .bio:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
}
@media (min-width: 56.25em) {
  .bios-wrapper .bios-container .bio {
    width: 32%;
  }
  .bios-wrapper .bios-container .bio:nth-of-type(n) {
    margin-right: 0;
  }
  .bios-wrapper .bios-container .bio:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
}
.bios-wrapper .bios-container .bio .bio-image img {
  width: 100%;
  display: inherit;
}
.bios-wrapper .bios-container .bio .bio-text {
  padding: 10%;
}
.bios-wrapper .bios-container .bio .bio-text h2 {
  font: normal 400 1.5em/1 "freight-sans-pro-n7", "freight-sans-pro", sans-serif;
}
.bios-wrapper .bios-container .bio .bio-text h3 {
  font: normal 400 1.2em/1 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  color: #009BD7;
  margin-bottom: 1em;
}
.bios-wrapper .bios-container .bio .bio-text ul {
  margin: 0 0 1em 0;
  padding: 0;
}
.bios-wrapper .bios-container .bio .bio-text ul li {
  padding-bottom: 0;
  text-indent: 0;
}
.bios-wrapper .bios-container .bio .bio-text p {
  line-height: 1.5;
  padding-bottom: .75em;
}

article {
  /* Tablet horizontal, 1024/16 */
}
article *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 64em) {
  article {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    margin-bottom: 2em;
  }
  article .no-padding {
    padding-bottom: 0;
  }
  article .no-margin-bottom {
    margin-bottom: 0;
  }
  article .span-all {
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: 1em;
  }
}

article.three-col {
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  article.three-col {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin-bottom: 2em;
  }
}

article.four-col {
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  article.four-col {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin-bottom: 2em;
  }
}

/*article {
    *:first-child{
      margin-top:0 !important;
    }
    @include breakpoint (large) {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
        margin-bottom:2em;
        .no-padding {
            padding-bottom:0;
        }
        .no-margin-bottom {
            margin-bottom:0;
        }
        .span-all {
            -webkit-column-span: all; 
            column-span: all; 
        }
        .three-col {        
            -webkit-columns: 3;
            -moz-columns: 3;
            columns: 3;
            -webkit-column-gap: 2em;
            -moz-column-gap: 2em;
            column-gap: 2em;
            margin-bottom:2em;
        
        }

    }
    .three-col {
        @include breakpoint (large) {
            -webkit-columns: 3;
            -moz-columns: 3;
            columns: 3;
            -webkit-column-gap: 2em;
            -moz-column-gap: 2em;
            column-gap: 2em;
            margin-bottom:2em;
        }
    }
    .fourCol {
        @include breakpoint (large) {
            -webkit-columns: 4;
            -moz-columns: 4;
            columns: 4;
            -webkit-column-gap: 2em;
            -moz-column-gap: 2em;
            column-gap: 2em;
            margin-bottom:2em;
        }
    }
    .callout-left, .callout-right {
        @include breakpoint (medium) {
            width:100%;
        }
    }
}*/
/*end styles*/
div.highlight {
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  padding: 1em;
  width: 100%;
  clear: both;
}
div.highlight p {
  font-style: italic;
  font-size: 1em;
  padding: 0;
  margin-bottom: .8em;
}
div.highlight p:last-of-type {
  margin-bottom: 0;
}
div.highlight span {
  position: relative;
  display: block;
  margin-top: .5em;
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.cancel, .cancel:visited, a.cancel, a.cancel:visited {
  color: #FFF;
  background-color: #F58025;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cancel:hover, .cancel:visited:hover, a.cancel:hover, a.cancel:visited:hover {
  color: #FFF;
  background-color: #009BD7;
}

a[href$=".pdf"], a[href$=".zip"], a[href$=".doc"], a[href$=".docx"] {
  text-decoration: none;
  display: inline-block;
  margin-bottom: .5em;
}
a[href$=".pdf"]:before, a[href$=".zip"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before {
  content: "\f019";
  font-family: 'FontAwesome';
  font-size: 1em;
  margin: 0 10px;
  position: relative;
  top: 1px;
}
a[href$=".pdf"].image-link:before, a[href$=".zip"].image-link:before, a[href$=".doc"].image-link:before, a[href$=".docx"].image-link:before {
  display: none;
}

span.inactive-link {
  display: block;
  margin-bottom: .5em;
  color: #B4B4B4;
}
span.inactive-link:before {
  content: "\f019";
  font-family: 'FontAwesome';
  font-size: 1em;
  margin: 0 10px;
  position: relative;
  top: 1px;
}

.content a[href^="http:"], .content a[href^="https:"] {
  text-decoration: none;
  display: inline;
}
.content a[href^="http:"]:hover, .content a[href^="https:"]:hover {
  color: #F58025;
}
.content a[href^="http:"]:after, .content a[href^="https:"]:after {
  content: "\f08e";
  font-family: 'FontAwesome';
  font-size: .9em;
  margin-left: .3em;
  position: relative;
  top: 1px;
}
.content a[href^="http:"] img:after, .content a[href^="https:"] img:after {
  display: none;
}

.content li a[href^="http:"], .content li a[href^="https:"] {
  display: inline;
}

.content h2 a[href^="http:"]:after, .content h2 a[href^="https:"]:after {
  display: none;
}

.content a.button[href^="http:"], .content a.button[href^="https:"], .content a.button-small[href^="http:"], .content a.button-small[href^="https:"] {
  display: inline-block;
}
.content a.button[href^="http:"]:hover, .content a.button[href^="https:"]:hover, .content a.button-small[href^="http:"]:hover, .content a.button-small[href^="https:"]:hover {
  color: #009BD7;
}

.content a.newsLink[href^="http:"]:after, .content a.newsLink[href^="https:"]:after {
  display: none;
}

ul.downloads {
  margin: 0 0 1em 0;
}
ul.downloads li {
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.downloads li:before {
  display: none;
}
ul.downloads li a[href$=".pdf"], ul.downloads li a[href$=".zip"], ul.downloads li a[href$=".doc"], ul.downloads li a[href$=".docx"] {
  margin-bottom: 0;
}
ul.downloads li a[href$=".pdf"]:before, ul.downloads li a[href$=".zip"]:before, ul.downloads li a[href$=".doc"]:before, ul.downloads li a[href$=".docx"]:before {
  margin: 0 .8em 0 0;
}

.content a.button[href^="http:"], .content a.button-small[href^="http:"] {
  display: inline-block;
}

a.calloutLink, a.calloutLink:visited {
  display: block;
  cursor: pointer;
  color: #009BD7;
  font-size: 1em;
  line-height: 1;
  padding-bottom: .5em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1em;
}
a.calloutLink:hover, a.calloutLink:visited:hover {
  color: #F58025;
}
a.calloutLink:before, a.calloutLink:visited:before {
  content: '\f101';
  font: normal normal 1.1em/1 'FontAwesome';
  padding-right: 0.25em;
}

.fullImage {
  background: no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.fullImage .fullImageText {
  display: none;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  .fullImage .fullImageText {
    display: block;
    position: absolute;
    width: auto;
    bottom: 1em;
    left: 0;
    color: #FFF;
    background-color: #009BD7;
    float: left;
    clear: both;
    padding: .5em 1em 1em 3em;
  }
}
@media (min-width: 64em) {
  .fullImage .fullImageText {
    padding: .5em 1.25em 1.25em 5em;
  }
}
.fullImage .fullImageText h1 {
  color: #fff;
  font-size: 4em;
  margin-top: 0;
  margin-bottom: 0;
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  .fullImage .fullImageText h1 {
    font-size: 6em;
  }
}
.fullImage .fullImageText p {
  font-size: 1.25em;
  line-height: 1em;
  padding-bottom: 0;
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  .fullImage .fullImageText p {
    font-size: 1.5em;
  }
}

/* /.fullImage */
#playButton {
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 5;
}
#playButton .fa-border {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
}
#playButton i {
  color: #fff;
  font: normal normal 1em/1 'FontAwesome';
  font-size: 4em;
  width: 100px;
  height: 100px;
  display: inline-block;
}
#playButton .fa-play {
  text-align: right;
}

.video p {
  display: none;
}

.video > .overlay {
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.video:hover > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.video:hover > .overlay #playButton {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.video:hover > .overlay #playButton .fa-border {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
}
.video:hover > .overlay #playButton i {
  color: #fff;
  font: normal normal 1em/1 'FontAwesome';
  font-size: 4em;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.video:hover > .overlay #playButton .fa-play {
  text-align: right;
}
.video:hover > .overlay #playButton .fa-border {
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
}

/*used for jump arrow/top button*/
#jumpArrow {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #FFF;
  background: rgba(223, 223, 223, 0.8);
  z-index: 100;
  backface-visibility: hidden;
}
#jumpArrow i {
  font-size: 1.2em;
  line-height: 2em;
  padding: 0.6em .7em;
}
#jumpArrow.topFooter {
  background-color: #3c3c3c;
  border: 1px solid #FFF;
}
#jumpArrow p {
  display: none;
}

.sticky {
  position: fixed !important;
}

.keepMeUpdatedH2 {
  margin-bottom: 0;
}

.reqPara {
  line-height: 1em;
  float: left;
}
.reqPara .requiredField {
  line-height: .9em;
  float: right;
  padding-left: .25em;
}

.textBoxDiv {
  clear: both;
}

.margin {
  margin-top: 2em;
}

.clear {
  clear: both;
}

/*File icons */
.smallLineHeight {
  padding-bottom: .75em;
}

/*---/sitewide--->

/*------------------------------------------------*/
/*--Layout--*/
/*------------------------------------------------*/
html {
  background: #000;
}

body {
  background: #fff;
}

header, nav, #contentWrapper, .content-wrapper, #footerWrapper {
  max-width: 1200px;
  margin: auto;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.float {
  width: 40%;
  border: solid 1px #CCCCCC;
  padding: .5em;
}
.float.left {
  float: left;
  margin: 0 4% 6% 0;
}
.float.right {
  float: right;
  margin: 0 0 6% 4%;
}

.floatLeft {
  float: left;
}
.floatLeft.imgBorder {
  padding: 3px;
  margin: 4%;
  margin-left: 0;
}

.floatRight {
  float: right;
}
.floatRight.imgBorder {
  padding: 7px;
  margin: .5em;
  margin-right: 0;
  float: none;
  width: 100%;
  margin: .5em auto;
  display: block;
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 30em) {
  .floatRight.imgBorder {
    float: right;
    width: 60%;
    margin: .5em;
  }
}
@media (min-width: 56.25em) {
  .floatRight.imgBorder {
    float: right;
    width: auto;
    margin: .5em;
  }
}

#contentWrapper#noFlex {
  display: initial;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#contentWrapper #twoCol, #contentWrapper #mainCol {
  padding: 4%;
}

#contentWrapper.contentPage #mainCol {
  padding: 0 4% 4% 4%;
  /* Max size, 1240/16 */
}
@media (min-width: 77.5em) {
  #contentWrapper.contentPage #mainCol {
    padding: 0 2% 2% 0;
  }
}

#oneCol, .oneCol {
  position: relative;
  width: 100%;
  padding: 0 4% 4% 4%;
  min-height: 1px;
  /* So that it will not collapse when subnav in it is fixed */
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #oneCol, .oneCol {
    min-height: 200px;
  }
}
@media (min-width: 64em) {
  #oneCol, .oneCol {
    min-height: 450px;
  }
}
@media (min-width: 77.5em) {
  #oneCol, .oneCol {
    padding: 0;
  }
}
#oneCol h1, #oneCol h2, .oneCol h1, .oneCol h2 {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #oneCol h1, #oneCol h2, .oneCol h1, .oneCol h2 {
    margin-top: 0;
    text-align: center;
  }
}
#oneCol table, .oneCol table {
  width: 100%;
}
#oneCol #slim, .oneCol #slim {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #oneCol #slim, .oneCol #slim {
    padding: 0 20%;
    width: 62%;
    margin: 0 auto;
  }
}

#oneColSlim {
  position: relative;
  width: 100%;
  padding: 1em 1.25em 0 1.25em;
  min-height: 1px;
  /* So that it will not collapse when subnav in it is fixed */
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #oneColSlim {
    min-height: 200px;
    padding: 0 4% 4% 4%;
  }
}
@media (min-width: 64em) {
  #oneColSlim {
    min-height: 450px;
    width: 69%;
    margin: 0 auto;
  }
}
#oneColSlim h1 {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #oneColSlim h1 {
    margin-top: 0;
    text-align: center;
  }
}
#oneColSlim #pageHeader img {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #oneColSlim #pageHeader img {
    width: 100%;
    margin: 0 auto;
  }
}

a.newsLink {
  text-decoration: none;
}
a.newsLink:hover {
  color: #009BD7;
}
a.newsLink h3 {
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.newsLink h3:hover {
  color: #009BD7 !important;
}

.center {
  text-align: center;
  margin: 0 auto;
}

#content-left {
  position: relative;
  float: left;
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #content-left {
    width: 50%;
    padding-right: 4%;
  }
}

#content-center {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #content-center {
    width: 50%;
    margin: 0 auto;
  }
}

#content-right {
  position: relative;
  float: right;
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #content-right {
    width: 50%;
    padding-left: 4%;
    border-left: solid 1px #CCCCCC;
    clear: right;
  }
}

#mainCol {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 1.25em;
  min-height: 1px;
  /* So that it will not collapse when subnav in it is fixed */
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
  /* Max size, 1240/16 */
}
#mainCol .toggleWrapper i.fa-chevron-down {
  font: normal normal 1em/1.75 "FontAwesome" !important;
}
#mainCol > *:not(#pageHeader):not(#pageHeaderWrapper) {
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  #mainCol > *:not(#pageHeader):not(#pageHeaderWrapper) {
    margin-right: 6%;
  }
}
@media (min-width: 56.25em) {
  #mainCol {
    width: 60%;
    order: 1;
  }
}
@media (min-width: 64em) {
  #mainCol {
    width: 70% !important;
  }
}
@media (min-width: 77.5em) {
  #mainCol {
    padding-left: 0;
  }
}
#mainCol.content-program {
  padding: 0;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #mainCol.content-program {
    padding: 0 4.5% 0 1.25em;
  }
}
@media (min-width: 77.5em) {
  #mainCol.content-program {
    padding-left: 0;
  }
}

#auxCol, .aux-col {
  position: relative;
  float: right;
  width: 100%;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  #auxCol, .aux-col {
    border-top: none;
    border-bottom: none;
    padding-right: 2%;
    width: 40%;
    order: 2;
  }
}
#auxCol h1:first-child, .aux-col h1:first-child {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #auxCol h1:first-child, .aux-col h1:first-child {
    padding: .5em 1.25em;
    border-bottom: none;
    border-top: none;
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  #auxCol, .aux-col {
    width: 30%;
  }
}
@media (min-width: 77.5em) {
  #auxCol, .aux-col {
    padding-right: 0;
  }
}
#auxCol.right-callouts, .aux-col.right-callouts {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #auxCol.right-callouts, .aux-col.right-callouts {
    width: 34%;
  }
}
#auxCol .col-button, .aux-col .col-button {
  width: 100%;
  padding: .5rem 0 0 0;
  margin-bottom: 0;
}

.aux-col.no-border {
  border-top: none;
  border-bottom: none;
}

.twoColFloat {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .twoColFloat {
    float: left;
    width: 47.5%;
    margin-right: 3%;
  }
}

.twoColFloat:nth-of-type(2) {
  margin: 0;
}

#pageHeader {
  position: relative;
  margin-bottom: 2em;
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #pageHeader {
    margin-bottom: 2em;
    display: block;
  }
}
#pageHeader div a {
  cursor: pointer;
  color: #FFF;
  font-size: .7em;
}
#pageHeader div a:hover {
  text-decoration: underline;
  color: #FFF;
}
#pageHeader img {
  display: block;
  position: relative;
  width: 100%;
}

#mobileHeader {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 130px;
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 30em) {
  #mobileHeader {
    background-position: center;
    min-height: 200px;
  }
}
@media (min-width: 56.25em) {
  #mobileHeader {
    display: none;
  }
}

#nextCourse {
  font-weight: normal;
}

#60HourCourse {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#homeHeader {
  border-bottom: 1px solid #CCCCCC;
  clear: both;
}

.video {
  margin-bottom: 4%;
}
.video iframe {
  border: none;
  width: 100%;
  height: 230px;
  /* Phone vertical, 550/16 */
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 34.375em) {
  .video iframe {
    height: 300px;
  }
}
@media (min-width: 56.25em) {
  .video iframe {
    height: 350px;
  }
}
@media (min-width: 64em) {
  .video iframe {
    height: 400px;
  }
}

/*---/layout--->

/*------------------------------------------------*/
/*--404/Whoops--*/
/*------------------------------------------------*/
/*---/404/whoops--->

/*------------------------------------------------*/
/*--My Account--*/
/*------------------------------------------------*/
/*	Conference - My Account Styles
		--------------------------------------
		Author:			Chris Goodwin, Alayna Hebert 
		Copyright:	(c) 2014 CIEE.
		All rights reserved.
		
		Table of Contents 
		--------------------------------------
	  1. Color Variables
    2. My Account Pages
*/
/*------------------------------------------------*/
/*--My Account Pages--*/
/*------------------------------------------------*/
.myaccountSection {
  padding: 0 6%;
}

.inline {
  display: inline;
}

.checkBoxDiv {
  margin-bottom: .625em;
}

.lastBeforeButton {
  padding-bottom: 0;
  line-height: 100%;
  maring-bottom: 0;
}

.forgot {
  margin-top: 1.4em;
  padding-left: 1em;
  float: right;
  text-align: right;
}

a.helpText {
  text-decoration: underline;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover.helpText {
  text-decoration: underline;
  color: #F58025;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.link {
  color: #009BD7;
}
.link a:link, .link a:visited {
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: underline;
  color: #009BD7;
}
.link a:hover {
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #F58025;
}

#acctSignUp p.link {
  text-align: center;
}

.myaccountSection h1 {
  text-align: center;
  font-size: 2.75em;
  margin-bottom: 0;
}

.myaccountSection h2 {
  position: relative;
  text-align: center;
  color: #676666;
  font-size: 1.75em;
  margin: .25em 0 .25em 0;
}

.myaccountSection h3 {
  clear: both;
  margin-bottom: 1em;
  margin-top: 0;
}

.accountLeftCol, .accountRightCol {
  width: 100%;
  margin-top: 70px;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .accountLeftCol, .accountRightCol {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 0;
  }
}

.accountLeftCol {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .accountLeftCol {
    padding-right: 4%;
  }
}

.accountRightCol {
  border-top: solid 1px #DCDCDC;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .accountRightCol {
    padding-left: 4%;
    border-top: none;
  }
}

/* Help Info/Extra Text */
.helpText, .infoText {
  color: #009BD7;
  text-transform: none;
  margin-left: 1em;
  cursor: pointer;
  display: inline-block;
}

.accountLeftCol .submitButtonDiv {
  position: relative;
  float: left;
}
.accountLeftCol .submitButtonDiv input {
  font-size: 1em;
}
.accountLeftCol .submitButtonDiv:nth-of-type(2) {
  margin-right: 1em;
}

.signup .rblGender {
  padding-left: 0;
}

.pwdError {
  color: #666666;
}

.pwdCorrect {
  color: #CCCCCC;
}

.passwordStatus {
  margin-bottom: .8em;
}

.popup {
  /* Tablet horizontal, 1024/16 */
}
.popup h2 {
  margin: 1em 0 .5em 0;
}
.popup i {
  font-size: 1.25em;
}
@media (min-width: 64em) {
  .popup {
    width: 26%;
    margin-left: -13%;
  }
}

a.grayBtn {
  font-size: 1em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  a.grayBtn {
    font-size: 1.3em;
  }
}
a.grayBtn:hover {
  background-color: #F58025;
}

.requiredField {
  color: #009BD7;
}

/* Sign Up Form */
#alumDescription {
  display: none;
  margin-left: 32px;
  margin-bottom: 1.5em;
}

/*--/My Account Pages--*/
/*---/My Account--->

/*------------------------------------------------*/
/*--Black Bar--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--Black Bar--*/
/*------------------------------------------------*/
#blackBarWrapper {
  font-size: 18px;
  width: 100%;
  z-index: 1000;
  min-width: 288px;
  color: #FFF;
}

#blackBar {
  height: 35px;
  background-color: #000;
  font-size: .75em;
  position: relative;
  z-index: 100;
}

#bbCieeHome {
  float: left;
}
#bbCieeHome a {
  position: relative;
  display: block;
  height: 35px;
  color: #FFFFFF;
  font: normal 300 16px/34px "freight-sans-pro", sans-serif;
  padding: 0 15px;
  background-position: cover;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#bbCieeHome a:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  width: 1px;
  background: #fff;
}
#bbCieeHome a:hover {
  background-color: #009BD7;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#bbCieeHome a img {
  height: 19px;
  margin-top: 6px;
}

#bbCieeDropMenu {
  float: left;
  cursor: pointer;
  padding: 0 1.5em;
  color: #fff;
  height: 35px;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#bbCieeDropMenu span {
  font: 300 1.2em/35px "freight-sans-pro", sans-serif;
}
#bbCieeDropMenu:hover {
  background-color: #F58025;
}

.bbOpen {
  background-color: #F58025;
}

#blackBar_bbContact {
  float: right;
  padding-right: 1.5em;
}
#blackBar_bbContact a {
  display: block;
  color: #B4B4B4;
  line-height: 35px;
}
#blackBar_bbContact a span {
  display: inline;
  font: 400 1.125em/1em "freight-sans-pro", san-serif;
}
#blackBar_bbContact a:hover {
  color: #009BD7;
}
#blackBar_bbContact a:before {
  content: '\f105';
  font: normal normal 1.1em/1 'FontAwesome';
  padding-right: 0.5em;
}

#bbCIEE {
  float: left;
  width: 100%;
  position: relative;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
#bbCIEE #bbCIEELogo {
  margin: 3em 0 2em 0;
}
#bbCIEE a {
  color: #FFF;
}
#bbCIEE a:hover {
  color: #009BD7;
}
@media (min-width: 56.25em) {
  #bbCIEE {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #3C3C3C;
    padding-left: 3%;
    width: 40%;
  }
}
@media (min-width: 64em) {
  #bbCIEE {
    width: 25%;
  }
}

#bbQuestions {
  color: #FFF;
  font-size: 0.9em;
  padding-top: 1.2em;
  clear: both;
}
#bbQuestions a {
  display: block;
  width: 140px;
  height: 40px;
  padding: 7px 10px;
  font-size: 0.9em;
  background-color: #009BD7;
  margin-top: 10px;
  font-size: 1em;
  line-height: 24px;
  text-transform: uppercase;
}
#bbQuestions a:hover {
  background-color: #F58025;
  color: #FFF;
}

/*Dropdown*/
#blackBarDrop {
  display: none;
  position: relative;
  width: 100%;
  padding: 30px 5% 5em 5%;
  font: 400 1.125em/1em "freight-sans-pro", san-serif;
  background-color: #000;
  border-top: 1px solid #3C3C3C;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #blackBarDrop {
    padding: 3em 5% 9.5em 5%;
  }
}

#bbProgramLinks {
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #bbProgramLinks {
    float: right;
    width: 45%;
  }
}
@media (min-width: 64em) {
  #bbProgramLinks {
    width: 70%;
  }
}
#bbProgramLinks .bbColumn {
  margin: 0 0 25px 0;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #bbProgramLinks .bbColumn {
    width: 100%;
    float: left;
  }
}
@media (min-width: 64em) {
  #bbProgramLinks .bbColumn {
    padding: 0 1%;
    width: 33%;
  }
}
#bbProgramLinks .bbColumn h2 {
  font: normal 400 1.5em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  color: #009BD7;
  text-transform: uppercase;
  margin-bottom: 0;
}
#bbProgramLinks .bbColumn h3 {
  color: #FFF;
  font: normal 400 1.2em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  margin: 1em 0 .5em 0;
}

.bbProgHeader {
  display: block;
  color: #FFF;
  font: normal 400 2em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  padding-top: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  /* Phone vertical, 480/16 */
}
@media (min-width: 30em) {
  .bbProgHeader {
    display: none;
  }
}

.progColumn {
  margin-top: 10px;
  /* Phone vertical, 480/16 */
}
@media (min-width: 30em) {
  .progColumn {
    display: none;
  }
}

ul.bbMenu {
  margin: 0;
}

.bbMenu li {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 0.9em;
  padding: 0;
  background: none;
}
.bbMenu li a {
  color: #B4B4B4;
}
.bbMenu li a:hover {
  color: #009BD7;
}

#bbSocialMedia {
  padding-top: 1.5em;
}
#bbSocialMedia a {
  color: #FFF;
  font-size: 1.5em;
}
#bbSocialMedia a:first-child {
  padding-right: 0.5em;
}
#bbSocialMedia a:hover {
  color: #009BD7;
}

#bbSearchCIEE {
  width: 95%;
  padding: 25px 0;
}
#bbSearchCIEE .searchBox {
  background-color: #FFF;
  width: 90%;
  height: 43px;
  float: left;
  font: 300 1em/1 "freight-sans-pro", san-serif;
  padding: 5px 10px 5px 10px;
  color: #666666;
  border: 0;
}
#bbSearchCIEE .focusField {
  background-color: #FFF;
}
#bbSearchCIEE .searchButton {
  position: relative;
  padding: 8px;
  border: 0;
  margin-left: -50px;
  float: left;
}
#bbSearchCIEE i {
  color: #B4B4B4;
  position: relative;
  float: left;
  line-height: 43px;
  margin-left: -34px;
}

.closeButton {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 26px;
  width: 25px;
}
.closeButton i {
  color: #B4B4B4;
  font-size: 1.4em;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.closeButton:hover i {
  color: #009BD7;
}

#BlackBarFacebook, #BlackBarLinkedIn {
  display: inline-block;
}
#BlackBarFacebook p, #BlackBarLinkedIn p {
  display: none;
}

/*--/Black Bar--*/
/*---/header--->
 
/*------------------------------------------------*/
/*--Header--*/
/*------------------------------------------------*/
header {
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  header {
    padding: 0;
  }
}
@media (min-width: 77.5em) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentWrapper.header {
  padding: 0;
  padding-bottom: 2%;
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  .contentWrapper.header {
    padding: 2%;
  }
}
@media (min-width: 77.5em) {
  .contentWrapper.header {
    padding: 2% 0;
  }
}
.contentWrapper.header #logo {
  padding: 0 2%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .contentWrapper.header #logo {
    padding: 0;
  }
}

.headerRight {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .headerRight {
    float: right;
  }
}

#headerButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-bottom: .5em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #headerButtons {
    display: block;
    float: right;
    border: none;
    width: auto;
  }
}

a.button-header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #CCCCCC;
  color: #3C3C3C;
  font-size: 1em;
  line-height: 1;
  text-transform: none;
  text-align: center;
  padding: .5em .4em;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  a.button-header {
    float: left;
    display: block;
    width: auto;
    margin-left: .5em;
    border: 1px solid #CCCCCC;
    padding: .1em .6em;
    line-height: 1.5;
  }
}
a.button-header:nth-child(odd) {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  a.button-header:nth-child(odd) {
    border-right: 1px solid #CCCCCC;
  }
}
a.button-header:hover {
  color: #FFF;
  background-color: #F58025;
  border-color: #F58025;
}

a.button-header-standout {
  border-color: #009BD7;
  color: #fff;
  background-color: #009BD7;
}

div#programToggle {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  div#programToggle {
    display: block;
    position: relative;
    float: right;
    clear: right;
  }
}

#dropMenuHeaderRelatedProgramsToggle {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #dropMenuHeaderRelatedProgramsToggle {
    display: block;
    width: 232px;
    border: 1px solid #CCCCCC;
    padding: .1em .6em;
    color: #3C3C3C;
  }
  #dropMenuHeaderRelatedProgramsToggle li {
    padding-bottom: .5em;
  }
}
#dropMenuHeaderRelatedProgramsToggle i {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #dropMenuHeaderRelatedProgramsToggle i {
    position: absolute;
    font-size: 1em;
    right: .6em;
    top: -.05em;
    color: #f58025;
  }
}

.toggle i {
  transform: rotate(0deg);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.toggle.open i {
  transform: rotate(-180deg);
}

#dropMenuHeaderRelatedPrograms {
  z-index: 110;
  right: 0;
  min-width: 100%;
  border-top: solid 1px #fff;
  line-height: 1.3em;
}

a#dropMenuHeaderRelatedProgramsToggle.toggle.toggle-dropdown.open {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  a#dropMenuHeaderRelatedProgramsToggle.toggle.toggle-dropdown.open {
    border-bottom: solid 1px #fff;
  }
}

#logo {
  float: left;
  margin: 0;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #logo {
    margin-right: 1em;
  }
}
#logo a, #logo a:hover, #logo a:visited {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font: normal 400 1.75em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  color: #666666;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #logo a, #logo a:hover, #logo a:visited {
    font-size: 2.25em;
  }
}
#logo img {
  float: left;
  margin-right: 1em;
  height: 45px;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #logo img {
    height: 66px;
    margin-right: 1.4em;
  }
}
#logo span {
  float: left;
  margin-top: 5px;
  line-height: 46px;
  display: inline;
  clear: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #logo span {
    margin-top: 14px;
    line-height: 52px;
  }
}

#headerLinks a {
  font: normal 400 1.25em/1.4 "freight-sans-pro-n7", "freight-sans-pro",sans-serif;
  text-transform: none;
  color: #3C3C3C;
  margin: 0.5em 0;
  color: #009BD7;
}
#headerLinks a:after {
  content: '|';
  margin: 0 .5em;
}
#headerLinks a:last-of-type:after {
  display: none;
}
#headerLinks a:hover {
  color: #F58025;
}

/*---/header--->

/*------------------------------------------------*/
/*--Main Nav--*/
/*------------------------------------------------*/
#navPlaceholder.drop-nav {
  display: none;
  clear: both;
  opacity: 0;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #navPlaceholder.drop-nav {
    display: block;
    height: 63px;
  }
}
#navPlaceholder.drop-nav #mainNavDropMenuRelatedPrograms, #navPlaceholder.drop-nav .mobile-only {
  display: none !important;
}

#navPlaceholder.drop-nav #menu > ul > li:first-of-type {
  min-width: 0 !important;
}

.hidden {
  display: none;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

#navPlaceholderMobile {
  display: block;
  clear: both;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #navPlaceholderMobile {
    display: none;
  }
}

a.open + .toggleContainer {
  display: block;
}

#navContainer, #navContainerMobile {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  backface-visibility: hidden;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #navContainer, #navContainerMobile {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}

.mobile-nav #navContainerMobile {
  position: relative;
}

#mainNav, #mainNavMobile {
  margin: 0 auto;
  max-width: 1200px;
}

.toggle.toggle-dropdown.open + .sub-items {
  display: block !important;
}

#menuToggle, #menuMobileToggle {
  padding: .5em 1.25em;
  background-color: #F58025;
  font-size: 1.1em;
  color: #FFF;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #menuToggle, #menuMobileToggle {
    display: none;
  }
}
#menuToggle i, #menuMobileToggle i {
  font-size: .8em;
  line-height: 1.85em;
  float: right;
}
#menuToggle:hover, #menuMobileToggle:hover {
  background-color: #009BD7;
}

nav {
  position: relative;
  display: none;
  padding-top: .5em;
  padding-bottom: .5em;
  z-index: 10;
  float: left;
  width: 100%;
  border-bottom: 1px solid #B4B4B4;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  nav {
    display: block;
    padding: 0;
    margin-bottom: -1px;
    padding-bottom: 1px;
    border-bottom: none;
  }
}
nav > ul {
  width: 100%;
  overflow: hidden;
}
nav > ul > li {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  nav > ul > li {
    display: inline-block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
}
nav > ul > li a {
  overflow: hidden;
  margin-bottom: -1px;
}
nav > ul > li a:hover {
  color: #009BD7;
}
nav > ul div.toggleContainer.toggle-dropdown {
  z-index: 0;
}

#menuMobile {
  float: none;
}

.has-hover:after {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  height: .25em;
  display: block;
  background: #F58025;
  width: 100%;
  position: absolute;
  bottom: -.25em;
  left: 0;
}
.has-hover:hover {
  background: white;
}
.has-hover:hover > a {
  color: #009BD7;
}
.has-hover:hover:after {
  bottom: 0;
}

.sub-items {
  display: none;
  padding: 1em 0;
  width: 100%;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.sub-items > ul > li {
  margin: 0;
  list-style: none;
  font-size: 1rem;
  text-transform: none;
  padding: 0 1.25rem .75rem 1.25rem;
  line-height: 1rem;
}
.sub-items > ul > li:last-of-type {
  padding-bottom: 1em;
}
.sub-items > ul > li a {
  color: #000;
  line-height: 1.25em;
}

nav > ul > li > a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.1em;
  padding: .5em 1.5em .5em 1.25em;
  letter-spacing: 0 !important;
  color: #000;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  /* Tablet vertical, 780/16 */
  /* Tablet vertical, 780/16 */
}
@media (min-width: 48.75em) and (max-width: 55.625em) {
  nav > ul > li > a {
    font-size: 1.1em;
    padding: 1.25em 1.65em 1.25em .8em;
  }
  nav > ul > li > a .sub-items li {
    font-size: .8em;
  }
}
@media (min-width: 55.625em) {
  nav > ul > li > a {
    font-size: 1.1em;
    padding: 1em 2.5em 1em .8em;
  }
  nav > ul > li > a .sub-items li {
    font-size: .9em;
  }
}
nav > ul > li > a:hover, nav > ul > li > a.active {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  nav > ul > li > a:hover, nav > ul > li > a.active {
    color: #009BD7;
  }
}
nav > ul > li > a.active:after {
  -moz-transition: bottom 0s ease;
  -o-transition: bottom 0s ease;
  -webkit-transition: bottom 0s ease;
  transition: bottom 0s ease;
}
nav > ul > li > a i {
  font-size: .75em;
  color: #F58025;
  padding-left: .5em;
}

#navContainer #mainMenu_menuItems > li:first-child a, #navContainerMobile #mainMenu_menuItemsMobile > li:first-child a {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #000;
  background: transparent no-repeat center;
}
#navContainer #mainMenu_menuItems > li:first-child a.active, #navContainer #mainMenu_menuItems > li:first-child a:hover, #navContainerMobile #mainMenu_menuItemsMobile > li:first-child a.active, #navContainerMobile #mainMenu_menuItemsMobile > li:first-child a:hover {
  color: #F58025;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #navContainer #mainMenu_menuItems > li:first-child a.active, #navContainer #mainMenu_menuItems > li:first-child a:hover, #navContainerMobile #mainMenu_menuItemsMobile > li:first-child a.active, #navContainerMobile #mainMenu_menuItemsMobile > li:first-child a:hover {
    color: #009BD7;
  }
}

nav > ul > li:first-of-type > a {
  /* Tablet vertical, 900/16 */
  /* Max size, 1240/16 */
}
@media (min-width: 56.25em) {
  nav > ul > li:first-of-type > a {
    padding: 1em 1.5em;
  }
}
@media (min-width: 77.5em) {
  nav > ul > li:first-of-type > a {
    padding-left: 0;
  }
}

/* Webkit syntax */
@-webkit-keyframes logoFade {
  0% {
    color: #000;
    opacity: 1;
  }
  50% {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  100% {
    visibility: visible;
    opacity: 1;
    color: transparent;
  }
}
/* Standard syntax */
@keyframes logoFade {
  0% {
    color: #000;
    opacity: 1;
  }
  50% {
    opacity: 0;
    visibility: hidden;
    color: transparent;
  }
  100% {
    visibility: visible;
    opacity: 1;
    color: transparent;
  }
}
nav .toggle.toggle-dropdown.open:after {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  nav .toggle.toggle-dropdown.open:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    z-index: 20;
  }
}

nav .toggleContainer.toggle-dropdown {
  margin-left: -1px;
}

#searchWrapper, #searchWrapperMobile {
  position: absolute;
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #searchWrapper, #searchWrapperMobile {
    max-width: 1200px;
    height: 99%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#navSearch, #navSearchMobile {
  position: relative;
  float: right;
  width: 4.5em;
  font-size: .67em;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 20;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #navSearch, #navSearchMobile {
    position: absolute;
    right: 0;
    font-size: 1em;
    height: 100%;
    min-height: 0;
    color: #009BD7;
    background-color: rgba(255, 255, 255, 0);
  }
}
#navSearch i, #navSearchMobile i {
  position: relative;
  font-size: 2.2em;
  padding: .5em .55em;
  color: #FFF;
  float: right;
  z-index: 10;
  /* Tablet vertical, 900/16 */
}
#navSearch i:hover, #navSearchMobile i:hover {
  color: #009BD7;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #navSearch i:hover, #navSearchMobile i:hover {
    color: #F58025;
  }
}
@media (min-width: 56.25em) {
  #navSearch i, #navSearchMobile i {
    color: #009BD7;
    font-size: 1.5em;
    padding: .5em 1em;
    top: 1.8rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

nav a#mainNavDropMenuRelatedProgramsToggle, nav a#mainNav-DropMenuRelatedProgramsToggle {
  color: #009BD7;
  /* Tablet vertical, 900/16 */
}
nav a#mainNavDropMenuRelatedProgramsToggle i, nav a#mainNav-DropMenuRelatedProgramsToggle i {
  color: #009BD7;
}
@media (min-width: 56.25em) {
  nav a#mainNavDropMenuRelatedProgramsToggle, nav a#mainNav-DropMenuRelatedProgramsToggle {
    display: none;
  }
}

#siteSearch {
  display: none;
  height: 99%;
}
#siteSearch i {
  display: none;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#siteSearch i:hover {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #siteSearch i:hover {
    color: #F58025;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}

#siteSearchBox {
  height: 99%;
  width: 100%;
  position: absolute;
  padding: 0 6em 0 1.25em;
  font-size: 1.75em;
  border: none;
  color: #FFF;
  text-align: left;
  background: transparent;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #siteSearchBox {
    padding-left: 1em;
    font-size: 1.5em;
    color: #666666;
  }
}

#siteSearchSubmit {
  position: absolute;
  right: 4.5em;
  /* (width of search button) */
  top: 0;
  height: 100%;
  width: 4.5em;
  /* (width of search button) */
  z-index: 100;
}
#siteSearchSubmit:hover ~ i.fa-search {
  /* ~ is a general sibling combinator (similar to adjacent, but div does not need to be right next to the other div) */
  color: #009BD7;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #siteSearchSubmit:hover ~ i.fa-search {
    color: #F58025;
  }
}

.fa-search {
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#mobileSearch {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #mobileSearch {
    display: none;
  }
}

nav#menu div.toggleContainer, nav#menuMobile div.toggleContainer {
  border: 1px solid #CCCCCC;
  border-top: none;
}

/*---/main nav--->

/*------------------------------------------------*/
/*--Left Nav--*/
/*------------------------------------------------*/
#subMenuToggle, #subMenuNoToggle {
  padding: .5em 1.25em;
  font-size: 1.1em;
  color: #3C3C3C;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #subMenuToggle, #subMenuNoToggle {
    display: none;
  }
}
#subMenuToggle i, #subMenuNoToggle i {
  float: right;
}
#subMenuToggle:hover, #subMenuToggle.open, #subMenuNoToggle:hover, #subMenuNoToggle.open {
  color: #F58025;
}

#subMenu {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #subMenu {
    display: block !important;
  }
}

.no-toggle {
  /* Tablet vertical, 900/16 */
}
.no-toggle:hover {
  color: #3C3C3C !important;
}
@media (min-width: 56.25em) {
  .no-toggle {
    display: none;
  }
}

ul li.mobile-nav-dropdown-wrapper {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0);
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul li.mobile-nav-dropdown-wrapper {
    border-top: none;
    border-bottom: none;
    background: none;
  }
}

ul li.mobile-nav-dropdown-wrapper.openWrapper {
  background: #f1f1f1;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul li.mobile-nav-dropdown-wrapper.openWrapper {
    border-top: none;
    border-bottom: none;
    background: none;
  }
}

ul.content-nav {
  /* Tablet vertical, 900/16 */
}
ul.content-nav li:nth-of-type(2) a {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav li:nth-of-type(2) a {
    padding-top: 0;
  }
}
ul.content-nav li:last-of-type a {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav li:last-of-type a {
    padding-bottom: 0;
  }
}
ul.content-nav .toggle-content {
  display: none;
}
ul.content-nav .toggle-content li > a {
  margin-top: 0 !important;
  margin-top: 0 !important;
  line-height: 1em;
  padding-bottom: .5em;
}
ul.content-nav .toggle-content.open:after {
  display: none;
}
@media (min-width: 56.25em) {
  ul.content-nav {
    border: 1px solid #CCCCCC;
    display: block;
    margin-bottom: 2em;
    padding: 10%;
  }
}
ul.content-nav:after {
  content: none;
  display: none;
}
ul.content-nav li, ul.content-nav li.mobile-nav-dropdown-wrapper, ul.content-nav li.mobile-nav-dropdown-wrapper.openWrapper, ul.content-nav li.openWrapper {
  padding: 0;
  list-style-type: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav li, ul.content-nav li.mobile-nav-dropdown-wrapper, ul.content-nav li.mobile-nav-dropdown-wrapper.openWrapper, ul.content-nav li.openWrapper {
    line-height: 1.8em;
    border-top: 1px solid #CCCCCC;
  }
  ul.content-nav li:first-child, ul.content-nav li:nth-of-type(2), ul.content-nav li.mobile-nav-dropdown-wrapper:first-child, ul.content-nav li.mobile-nav-dropdown-wrapper:nth-of-type(2), ul.content-nav li.mobile-nav-dropdown-wrapper.openWrapper:first-child, ul.content-nav li.mobile-nav-dropdown-wrapper.openWrapper:nth-of-type(2), ul.content-nav li.openWrapper:first-child, ul.content-nav li.openWrapper:nth-of-type(2) {
    border-top: none;
  }
}
ul.content-nav li.toggle i, ul.content-nav li.mobile-nav-dropdown-wrapper.toggle i, ul.content-nav li.mobile-nav-dropdown-wrapper.openWrapper.toggle i, ul.content-nav li.openWrapper.toggle i {
  font-size: .8em;
  line-height: 1.85em;
}
ul.content-nav a, ul.content-nav a.toggle {
  color: #000;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.1em !important;
  padding: .5rem 1.25rem;
  text-decoration: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav a, ul.content-nav a.toggle {
    color: #666666;
    font-size: 1.25em;
    font-weight: 400;
    padding: .5rem 0;
  }
  ul.content-nav a:first-child, ul.content-nav a.toggle:first-child {
    font-weight: 400;
  }
}
ul.content-nav a:hover, ul.content-nav a.active, ul.content-nav a.toggle:hover, ul.content-nav a.toggle.active {
  color: #009BD7;
}
ul.content-nav a.active, ul.content-nav a.toggle.active {
  font-weight: 400;
}

ul.content-nav > li:first-of-type {
  display: none;
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav > li:first-of-type {
    display: none;
  }
}

i.fa-chevron-down {
  font: normal normal 0.8em/2 "FontAwesome";
}

ul.content-nav .toggle {
  padding-right: 3rem !important;
}
ul.content-nav .toggle i {
  font: normal normal .8em/.7em 'FontAwesome';
  color: #F58025;
  float: right;
  right: 1.25em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav .toggle i {
    font: normal normal .8em/1.3em 'FontAwesome';
  }
}

ul.content-nav .open > a {
  color: #F58025;
}

ul.content-nav .toggleContainer {
  position: relative;
  padding: .75em 0;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav .toggleContainer {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1em;
  }
}
ul.content-nav .toggleContainer:after {
  content: none;
  display: none;
}
ul.content-nav .toggleContainer li {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  ul.content-nav .toggleContainer li {
    padding-left: 1em;
  }
}

.content-nav li ul li {
  border-top: none;
}
.content-nav li ul li a {
  border-left: solid 5px #009BD7;
  margin-left: 1.25em;
  padding-bottom: .2em;
  padding-top: .2em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .content-nav li ul li a {
    padding: 0 1em;
    margin-left: 0;
  }
}
.content-nav li ul li:first-child > a {
  margin-top: .5em;
}

#subNav {
  backface-visibility: hidden;
}
#subNav ul {
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #subNav ul {
    font-size: 80%;
  }
}
@media (min-width: 64em) {
  #subNav ul {
    font-size: 1em;
  }
}

#subNav.sticky {
  top: 6em;
}

/*---/left nav--->

/*------------------------------------------------*/
/*--Right Callouts--*/
/*------------------------------------------------*/
.right-callouts h3 {
  font-size: 2.3em;
  color: #B4B4B4;
  clear: both;
}

/* Map */
#quickInfoMap {
  display: block;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #quickInfoMap {
    display: none;
  }
}

#placesVisit {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #placesVisit {
    margin-bottom: 3em;
    float: left;
    width: 100%;
    display: block;
  }
}

#googleMap {
  width: 100%;
  height: 200px;
  margin-bottom: .5em;
}
#googleMap img {
  max-width: none;
}

a.button#ctaLargerMap {
  border: 1px solid #B4B4B4;
  color: #000;
  background-color: #fff;
  font-size: .9em;
  line-height: .9;
  text-transform: uppercase;
  text-align: center;
  padding: .5em .4em;
  display: block;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  a.button#ctaLargerMap {
    float: right;
    width: auto;
    margin-left: .5em;
    padding: .1em .6em;
    line-height: 1.5;
  }
}
a.button#ctaLargerMap:hover {
  color: #FFF;
  background-color: #F58025;
  border-color: #F58025;
}

#placesVisit a.button {
  float: right;
  font-size: .9em;
  padding: .5em 1em;
  margin-bottom: 0;
  color: #696969;
  background-color: #e5e5e5;
}
#placesVisit a.button:hover {
  color: #FFF;
  background-color: #009BD7;
}

/* Get Started Buttons */
#getStarted {
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 30em) {
  #getStarted {
    float: left;
    width: 48%;
    margin-right: 1em;
  }
}
@media (min-width: 56.25em) {
  #getStarted {
    float: none;
    width: 100%;
  }
}

#mobileShare {
  display: inline-block;
  margin: 2em 0;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #mobileShare {
    display: none;
  }
}

/* Blog Content */
#blog {
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 30em) {
  #blog {
    float: left;
    width: 48%;
  }
}
@media (min-width: 56.25em) {
  #blog {
    float: none;
    width: 100%;
  }
}

#blogContent {
  margin-bottom: 1.5em;
  float: left;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #blogContent {
    float: none;
  }
}

/* Travel Resources */
#programTravelResources, #programTravelResourcesMobile {
  display: none;
  margin-bottom: 3em;
}
#programTravelResources ul li, #programTravelResourcesMobile ul li {
  font-size: 1.1em;
}

#programTravelResources {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #programTravelResources {
    display: block;
  }
}

/* Stay Connected */
.socialLinks {
  margin: .3em 0 3em 0;
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
  line-height: 2.25em;
}
.socialLinks a i {
  cursor: pointer;
  color: #666666;
  font-size: 1.5em;
}
.socialLinks a i:hover {
  color: #009BD7;
}
.socialLinks a i:before {
  position: relative;
  padding-left: 0.3em;
  float: left;
  margin-right: 0;
  display: block;
}
.socialLinks a i img {
  margin-top: -2px;
  position: relative;
  float: left;
}
.socialLinks a i .socialText {
  display: block;
  width: 80%;
  position: relative;
  float: right;
}

/* CTAs */
#programCTAs {
  display: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #programCTAs {
    display: block;
    margin: 3em auto;
    width: 55%;
    position: relative;
    margin-bottom: 3em;
    position: static;
    width: auto;
  }
}

#mobileProgramCTAs {
  display: inline-block;
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #mobileProgramCTAs {
    display: none;
  }
}

/*---/right callouts--->

/*------------------------------------------------*/
/*--Footer--*/
/*------------------------------------------------*/
footer {
  background-color: #000;
  color: #FFF;
  width: 100%;
  clear: both;
  margin-top: 5%;
}

#footerWrapper {
  width: 100%;
  position: relative;
}
#footerWrapper h2 {
  font: normal 400 3em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  text-transform: uppercase;
  color: #009BD7;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
}
#footerWrapper a {
  color: #009BD7;
}
#footerWrapper a:hover {
  color: #F58025;
}

#footerLeft {
  text-align: center;
  display: inline-block;
  width: 100%;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #footerLeft {
    display: block;
    width: 50%;
    float: left;
    text-align: left;
  }
}
@media (min-width: 64em) {
  #footerLeft {
    width: 35%;
  }
}
#footerLeft #contactInfo p {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 30em) {
  #footerLeft #contactInfo p {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 1.5em;
    text-align: left;
  }
}
@media (min-width: 56.25em) {
  #footerLeft #contactInfo p {
    display: block;
    width: auto;
    float: left;
  }
}
#footerLeft #contactInfo p:nth-of-type(1) {
  /* Phone vertical, 480/16 */
}
@media (min-width: 30em) {
  #footerLeft #contactInfo p:nth-of-type(1) {
    padding-bottom: 0;
    padding-right: 1em;
    border-right: solid 1px #fff;
  }
}
#footerLeft #contactInfo p:nth-of-type(2) {
  /* Phone vertical, 480/16 */
}
@media (min-width: 30em) {
  #footerLeft #contactInfo p:nth-of-type(2) {
    padding-left: 1em;
  }
}

#footerRight {
  clear: both;
  margin: 1.5em 0;
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 56.25em) {
  #footerRight {
    width: 50%;
    float: right;
    clear: none;
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  #footerRight {
    width: 65%;
  }
}
#footerRight h2 {
  text-align: center;
  font-size: 1.4em;
  color: #B4B4B4;
  margin-bottom: 0;
  /* Phone vertical, 480/16 */
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 30em) {
  #footerRight h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 56.25em) {
  #footerRight h2 {
    text-align: right;
  }
}
@media (min-width: 64em) {
  #footerRight h2 {
    font-size: 3em;
  }
}
#footerRight #btnKeepUpdated {
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #footerRight #btnKeepUpdated {
    width: auto;
  }
}
#footerRight #btnKeepUpdated a {
  color: #fff;
  margin-bottom: 0;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  #footerRight #btnKeepUpdated a {
    float: right;
  }
}

#footerBottom {
  clear: both;
  text-align: center;
}
#footerBottom span {
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  #footerBottom span {
    text-align: none;
    float: left;
  }
}
#footerBottom span a {
  padding-right: .5em;
}
#footerBottom span a:before {
  content: '\f105';
  font: normal normal 1.1em/1 'FontAwesome';
  padding-right: 0.25em;
}
#footerBottom #copyright {
  color: #666666;
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  #footerBottom #copyright {
    text-align: none;
    float: right;
    font-size: 0.9em;
  }
}

.socialIcons {
  display: inline-block;
  clear: both;
  margin: 1em 0 0 0;
  text-align: center;
  width: 100%;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .socialIcons {
    width: auto;
    text-align: right;
    display: block;
    float: right;
  }
}
.socialIcons p {
  display: none;
}
.socialIcons span {
  display: block;
  text-align: center;
  line-height: 3em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .socialIcons span {
    display: inline-block;
    font-style: italic;
    float: left;
    margin-right: 1em;
    line-height: 2em;
  }
}
.socialIcons a {
  width: 2em;
  height: 2em;
  line-height: 1.9em !important;
  background-color: #000;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-left: .5em;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* Tablet vertical, 900/16 */
}
.socialIcons a:hover {
  color: #F58025;
  border-color: #F58025;
}
.socialIcons a:hover i {
  color: #F58025;
}
@media (min-width: 56.25em) {
  .socialIcons a {
    float: left;
  }
}
.socialIcons a:nth-of-type(1) {
  margin-left: 0;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .socialIcons a:nth-of-type(1) {
    float: left;
  }
}
.socialIcons i {
  color: #009BD7;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.9em !important;
  font-size: 1.5em;
}

#footerNote {
  color: #666666;
  font-size: .9em;
}

/*---/footer--->

/*------------------------------------------------*/
/*--Forms--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--Forms--*/
/*------------------------------------------------*/
/* Errors/Messages */
.formError {
  color: #e47669 !important;
  float: left;
  width: 100%;
}

.checkBoxListDiv .formError {
  padding-top: .5em;
}

.radioBtnDiv .formError {
  margin: -.8em 0 .8em 1em;
}

.reqPara {
  margin: .5em 0;
}

button {
  transition: all, .2s, ease;
}

.requiredField {
  font: normal 400 1.7em/1.5 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  color: #e47669 !important;
  padding-left: .5em;
}

.subtext {
  font-size: .85em;
}

/* Form Elements */
.hiddenField {
  display: none;
}

.textBoxDiv, .textAreaDiv, .dropListDiv, .checkBoxListDiv, .radioBtnListDiv {
  margin-bottom: .8em;
}

label {
  display: block;
  width: 100%;
}

.textBoxDiv input, .textAreaDiv {
  width: 90%;
  height: 42px;
  font-size: 1.25em;
  line-height: 1.15em;
  color: #666666;
  border: 1px solid #CCCCCC;
  padding: 0 .5em;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.textBoxDiv input:hover, .textAreaDiv:hover, textarea:hover, .radioBtnDiv label:hover:before, .checkBoxDiv label:hover:before, .dropList:hover .select {
  border: 1px solid #B4B4B4;
}

.textBoxDiv input:focus, .textAreaDiv:focus, textarea:focus, .radioBtnDiv label:focus:before, .checkBoxDiv label:focus:before, .dropList:focus .select {
  border: 1px solid #B4B4B4;
}

.textAreaDiv, textarea {
  width: 90%;
  height: 150px;
  font-size: 1.25em;
  line-height: 1.15em;
  color: #666666;
  border: 1px solid #CCCCCC;
  padding: 0 .5em;
  background: #fff;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.dropListDiv {
  position: relative;
}

.dropList {
  width: 100%;
  height: 42px;
  position: relative;
}

.dropList select {
  /* transparent container underneath .dropList .select*/
  width: 90%;
  height: 42px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #666666;
  font-size: 1.25em;
  padding-left: .3em;
  border: 1px solid #CCCCCC;
}

.dropList .select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  float: left;
  width: 90%;
  height: 42px;
  padding: 0 1.5em 0 .5em;
  color: #666666;
  font-size: 1.25em;
  line-height: 2em;
  border: 1px solid #CCCCCC;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.dropList .select:after {
  content: '\f107';
  color: #F58025;
  font: normal normal 1.1em/1 'FontAwesome';
  display: block;
  position: absolute;
  font-size: 1.4em;
  right: .5em;
  top: .3em;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  speak: none;
}

.dropList .option {
  color: #009BD7;
}

.dropList .select.clicked {
  color: #009BD7 !important;
}

/* Checkbox/Radiobuttons */
.checkBoxListDiv ul, .radioBtnListDiv ul {
  list-style-type: none;
  margin: 0;
}

.checkBoxListDiv label, .radioBtnListDiv label {
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

.checkBoxDiv label:before, .checkBoxListDiv label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "\f00c";
  color: rgba(245, 128, 37, 0);
  font-size: 2em;
  text-align: center;
  line-height: .23em;
  padding-left: .01em;
  overflow: hidden;
  font: normal normal 1.1em/1 'FontAwesome';
}

.checkBoxDiv label, .checkBoxListDiv label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  line-height: 1.2em;
}

.checkBoxDiv input[type=checkbox]:checked + label:before, .checkBoxListDiv input[type=checkbox]:checked + label:before {
  color: #f58025;
}

input[type=radio] {
  display: none;
}

.radioBtnDiv li:before {
  display: none;
}

.radioBtnDiv label:before {
  color: rgba(255, 255, 255, 0);
  content: "\2022";
  display: inline-block;
  height: 18px;
  width: 17px;
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  border-radius: 9px;
  font-size: 36px;
  margin-right: 5px;
  line-height: .26em;
  text-align: right;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radioBtnDiv label {
  cursor: pointer;
  line-height: 1.2em;
}

.radioBtnDiv input[type=radio]:checked + label:before {
  color: #F58025;
}

.submitButton {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* //Checkbox/Radio Buttons--- */
input.submitButton {
  font-size: 1.1em;
  line-height: 1.85em;
  text-transform: uppercase;
  color: #FFF;
  background-color: #009BD7;
  border: 0;
  padding: 0 1em;
  margin-top: .75em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
input.submitButton:hover {
  background-color: #F58025;
}

/*Marketo Forms*/
#leadGenForm form {
  font-size: 100% !important;
}
#leadGenForm label {
  display: inline-block;
  width: 100% !important;
  font: normal 400 100%/1.5 "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  color: #000;
}
#leadGenForm .mktoError {
  color: #933065;
}
#leadGenForm .mktoError .mktoErrorArrow {
  background-color: #F58025;
  border-color: #F58025;
}
#leadGenForm .mktoError .mktoErrorMsg {
  font: normal 400 100%/1.5 "freight-sans-pro-n4", "freight-sans-pro", sans-serif;
  color: #FFF;
  border: 1px solid #F58025;
  border-radius: 2px;
  box-shadow: none;
  text-shadow: none;
  background: #F58025;
}
#leadGenForm input {
  width: 90% !important;
  height: 42px;
  font-size: 1.25em;
  line-height: 1.15em;
  color: #666666;
  border: 1px solid #CCCCCC;
  padding: 0 .5em;
  background: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#leadGenForm .mktoForm .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}
#leadGenForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: inline-block;
  width: 100%;
  font: normal 500 1em "freight-sans-pro-n5", "freight-sans-pro", sans-serif;
  text-align: center;
  color: #FFF;
  background-color: #009BD7;
  background-image: none;
  border: 0;
  padding: .5rem 0;
  margin-top: 1.75em;
  border-radius: 2px;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
#leadGenForm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #F58025;
}

.mktoForm {
  width: 100% !important;
}

.mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}

.mktoGutter, .mktoOffset {
  display: none;
}

.mktoFieldWrap, .mktoFormCol, .mktoButtonRow {
  width: 100%;
}

.mktoAsterix {
  font: normal 400 1em/1.5 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  font-weight: bold;
  color: #e47669 !important;
  position: absolute;
  right: .5em;
  top: 2em;
}

#leadGenFormThankYou {
  display: none;
}

/*--Custom File Input--*/
/*custom upload elements*/
.customfile-input {
  position: absolute;
  height: 100px;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 999;
}

.customfile {
  width: 90%;
  cursor: pointer;
  overflow: hidden;
  height: 42px;
  color: #A9A9A9;
  font: normal 400 1.7em/1em 'Knockout 28 A', 'Knockout 28 B', sans-serif;
  text-shadow: 0 1px 0 #FFF;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #eaeaea;
  position: relative;
}

.customfile-disabled {
  opacity: .5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: default;
}

.customfile-feedback {
  display: block;
  margin: 1px 1px 1px 5px;
  color: #A9A9A9;
  padding: .3em .43em;
}

.customfile-feedback-populated {
  padding-left: 35px;
  color: #A9A9A9;
  font: normal 500 .6em/1.7em "freight-sans-pro-n5", "freight-sans-pro",sans-serif;
}

.customfile-button {
  border: 1px solid #999;
  color: #FFFFFF;
  float: right;
  font: normal 500 .7em/1em "freight-sans-pro-n5", "freight-sans-pro",sans-serif;
  cursor: pointer;
  position: relative;
  padding: .5em 1em;
  border-radius: 0;
  text-shadow: 0 -1px 0 #704459;
  box-shadow: inset 0 1px 0 #8dce96;
  border: 1px solid #009BD7;
}

.customfile-hover .customfile-button, .customfile-focus .customfile-button {
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 0;
  text-shadow: 0;
  box-shadow: 0;
  border: 1px solid #0084C9;
}

.customfile-focus .customfile-button {
  outline: 1px dotted #ccc;
}

/*file type icons*/
.customfile-ext-pdf {
  background: url(../images/sitewide/pdfIcon23x25.png) 4px center no-repeat;
}

.customfile-ext-jpg, .customfile-ext-gif, .customfile-ext-png, .customfile-ext-jpeg, .customfile-ext-bmp, .customfile-ext-mp3, .customfile-ext-mp4, .customfile-ext-mov, .customfile-ext-swf, .customfile-ext-wav, .customfile-ext-m4v, .customfile-ext-zip, .customfile-ext-tar, .customfile-ext-sit {
  background: url(../images/sitewide/errorIcon23x25.png) 4px center no-repeat;
}

/*Hides IEs default clear X*/
input[type=text]::-ms-clear {
  display: none;
}

.teach_myaccount #acctSignUpLogIn h1 {
  margin-top: 2rem;
}

.teach_myaccount #login {
  margin-top: 0;
}

#acctSignUpLogIn h2 {
  padding-bottom: 2rem;
}

ul.rblGender, .rblGender li {
  list-style-type: none;
}

/* Recaptcha */
.recaptcha_only_if_incorrect_sol {
  display: block !important;
}

#recaptcha_widget {
  padding: 1.5em;
  margin: 1em 0;
  background: #f1f1f1 url(../images/sitewide/recaptchaLogo100x57.png) no-repeat 96% 92%;
  border: 1px solid #CCCCCC;
}

.recaptchaError {
  font: normal 500 1em/1.15em "freight-sans-pro-n5", "freight-sans-pro",sans-serif;
  color: #E47669;
}

#recaptcha_image {
  height: auto !important;
  margin-bottom: .5em;
  width: 100% !important;
}
#recaptcha_image img {
  border: solid 1px #CCCCCC;
  padding: .25em;
  background-color: #fff;
  width: 100%;
}

#rfvCaptcha {
  font: normal 500 1em/1.15em "freight-sans-pro-n5", "freight-sans-pro",sans-serif;
  color: #E47669;
}

.button-group span {
  font: normal 500 1em/1em "freight-sans-pro-n5", "freight-sans-pro",sans-serif;
  display: block;
  margin-bottom: .5em;
}
.button-group #recaptcha_response_field {
  height: 42px;
  font-size: 1em;
  line-height: /1.15em;
  color: #666;
  border: 1px solid #CCCCCC;
  padding: 0 .5em;
  display: inline-block;
  float: left;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  /* Phone vertical, 320/16 */
  /* Tablet vertical, 900/16 */
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 20em) {
  .button-group #recaptcha_response_field {
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .button-group #recaptcha_response_field {
    max-width: 40%;
  }
}
@media (min-width: 64em) {
  .button-group #recaptcha_response_field {
    max-width: 50%;
  }
}
.button-group #recaptcha_response_field:hover, .button-group #recaptcha_response_field:focus {
  border: 1px solid #B4B4B4;
}
.button-group a {
  color: #009BD7;
  background-color: #fff;
  padding: .5em;
  height: 42px;
  width: 42px;
  text-align: center;
  float: left;
  display: inline-block;
  border: 1px solid #CCCCCC;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  /* Phone vertical, 320/16 */
  /* Tablet vertical, 900/16 */
}
@media (min-width: 20em) {
  .button-group a {
    margin-left: 0;
    margin-right: .5em;
    margin-top: .5em;
  }
}
@media (min-width: 56.25em) {
  .button-group a {
    margin-left: .5em;
    margin-right: 0;
    margin-top: 0;
  }
}
.button-group a:hover {
  border: 1px solid #B4B4B4;
  color: #F58025;
}

#recaptcha_image {
  text-align: center;
}

/*---/forms---*/
/*------------------------------------------------*/
/*--Tables--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--Tables--*/
/*------------------------------------------------*/
.table {
  display: inline-block;
  width: 100%;
  margin-bottom: 4em;
  font-size: .8em;
  line-height: 1.125em;
}

.row {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0;
  background: #FFF;
  border-top: none;
  box-shadow: inset -1px 0 0px #d7d7d7, inset 1px 0 0px #d7d7d7, inset 0 -1px 0 #d7d7d7;
}

.row.odd {
  background: #d7d7d7;
}

.table .row.tableHead, .table .row.header-row {
  background: #009BD7;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  color: #FFF;
  font-size: 1.2em;
  text-transform: uppercase;
  box-shadow: none;
}

.row.border {
  border-top: 1px solid lightGrey !important;
}

.row.tableLast {
  border-radius: 0 0 5px 5px;
}

.table .col.center {
  text-align: center;
}

.col {
  float: left;
  padding: 2% 3.5%;
  border: none;
  font-weight: 500;
}

.col2 .col {
  text-align: right;
  width: 50%;
  text-align: left;
}

.col3 .col {
  text-align: left;
  width: 33%;
  padding-left: 2%;
}

.col4 .col {
  text-align: left;
  width: 25%;
  padding-left: 2%;
}

.col4 .colHead {
  width: 100%;
}

.col2 .col.span, .col3 .col.span, .col3 .col.span3 {
  text-align: left;
  width: 100%;
}

.col4 .span2 {
  width: 50%;
}

.col5 .col {
  width: 19%;
}

.col5 .span2 {
  width: 38%;
}

.col6 .col {
  width: 19%;
}

.col7 .col {
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .col7 .col {
    width: 14%;
  }
}

.row.break {
  box-shadow: none;
}

.row.break {
  box-shadow: none;
}

/*---/tables---*/
@media screen and (min-width: 767px) {
  /* Above iPad Vertical */
  .table {
    font-size: 1em;
    line-height: 1.3em;
  }
}
/*---/tables--->

/*------------------------------------------------*/
/*--Toggles--*/
/*------------------------------------------------*/
.toggle {
  cursor: pointer;
}

.toggleContainer {
  display: none;
}

.toggle.toggle-mobileOnly {
  font: normal 500 100%/1.5 "freight-sans-pro-n5", "freight-sans-pro", sans-serif;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: .8em 1.25em;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggle.toggle-mobileOnly {
    cursor: auto;
    border: none;
  }
}
.toggle.toggle-mobileOnly:hover {
  color: #F58025;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggle.toggle-mobileOnly:hover {
    color: #3C3C3C;
  }
}
.toggle.toggle-mobileOnly i {
  font-size: .8em;
  vertical-align: middle;
  float: right;
  line-height: 1.85em;
  color: #F58025;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggle.toggle-mobileOnly i {
    display: none;
  }
}

#dropMenuHeaderRelatedPrograms {
  margin-top: -1px;
}

h2.toggle.toggle-mobileOnly {
  margin: 0;
  border-bottom: none;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  h2.toggle.toggle-mobileOnly {
    font: normal 400 2.5em/1 'Knockout 28 A', 'Knockout 28 B', sans-serif;
    padding: 0;
  }
}
h2.toggle.toggle-mobileOnly:last-of-type {
  border-bottom: 1px solid #CCCCCC;
  /* Tablet vertical, 900/16 */
}
h2.toggle.toggle-mobileOnly:last-of-type.open {
  border-bottom: none;
}
@media (min-width: 56.25em) {
  h2.toggle.toggle-mobileOnly:last-of-type {
    border: none;
  }
}

.toggleContainer.toggle-mobileOnly {
  padding: 0 1.25em;
  position: relative;
  /* Tablet vertical, 900/16 */
}
.toggleContainer.toggle-mobileOnly:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .3125em;
  /*5px*/
  background-color: #F58025;
  z-index: 10;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggleContainer.toggle-mobileOnly:after {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .toggleContainer.toggle-mobileOnly {
    display: block;
    padding: 0;
  }
}

.closeToggle {
  cursor: pointer;
}

.toggleWrapper {
  margin-bottom: 2em;
  padding-bottom: 0;
  border: 1px solid #CCCCCC;
  position: relative;
  width: 100%;
  clear: both;
  /* Tablet horizontal, 1024/16 */
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.toggleWrapper section a {
  display: inline;
}
@media (min-width: 64em) {
  .toggleWrapper {
    width: 90%;
  }
}
.toggleWrapper a {
  display: inline-block;
}
.toggleWrapper .toggleWrapper {
  background: #f1f1f1;
}
.toggleWrapper .toggleContainer {
  padding: 1em 1.5em 1em 1.5em;
}
.toggleWrapper h4.toggle-content {
  padding: 1em 3em 1em 1em;
  margin: 0;
}
.toggleWrapper h5 span {
  font-weight: 500;
}
.toggleWrapper:hover {
  border-color: #B4B4B4;
}

#oneColSlim .toggleWrapper {
  /* Tablet horizontal, 1024/16 */
}
@media (min-width: 64em) {
  #oneColSlim .toggleWrapper {
    width: 100%;
  }
}

.openWrapper {
  border-color: #B4B4B4;
}

.toggle-content.open:after {
  content: "";
  position: absolute;
  bottom: -.0625em;
  left: -.0625em;
  width: 100%;
  height: .3125em;
  /*5px*/
  background-color: #F58025;
  padding-right: .125em;
  z-index: 10;
}

.toggleWrapper > .toggle-content.open {
  border-color: #B4B4B4;
}

.toggle.toggle-content {
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  font-size: 1em;
  color: #3C3C3C;
  transition: all 0.2s ease;
}
.toggle.toggle-content:hover, .toggle.toggle-content.open {
  color: #009BD7;
}
.toggle.toggle-content i {
  position: absolute;
  font-size: 1em;
  right: 1.5em;
  top: .6em;
  color: #F58025;
}

.content .toggle i {
  top: .75em;
}

.toggle.toggle-dropdown i {
  color: #F58025;
  float: right;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggle.toggle-dropdown i {
    float: none;
  }
}
.toggle.toggle-dropdown.open {
  color: #F58025;
}

.toggleContainer.toggle-dropdown {
  position: relative;
  padding: .75em 0;
  background-color: #CCCCCC;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggleContainer.toggle-dropdown {
    position: absolute;
    padding: 1.25em 0;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    z-index: 10;
  }
}
.toggleContainer.toggle-dropdown:after {
  content: "";
  position: absolute;
  bottom: -.0625em;
  left: -.0625em;
  width: 100%;
  height: .2em;
  /*2px line on submenu mobile*/
  padding-right: .125em;
  background-color: #F58025;
  /* Tablet vertical, 900/16 */
}
@media (min-width: 56.25em) {
  .toggleContainer.toggle-dropdown:after {
    height: .5em;
  }
}
.toggleContainer.toggle-dropdown ul {
  padding-right: 0;
  float: none;
  border: none;
  margin: 0;
}
.toggleContainer.toggle-dropdown ul li {
  float: none;
  margin-bottom: .5em;
}
.toggleContainer.toggle-dropdown ul li:last-of-type {
  margin-bottom: 0;
}

.toggleContainer.toggle-dropdown a {
  padding: .2em 1.25em;
  color: #009BD7;
  border: none;
  display: inline-block;
  /* Tablet vertical, 900/16 */
}
.toggleContainer.toggle-dropdown a.active, .toggleContainer.toggle-dropdown a:hover {
  color: #F58025;
}
.toggleContainer.toggle-dropdown a.active:after, .toggleContainer.toggle-dropdown a:hover:after {
  display: none;
}
@media (min-width: 56.25em) {
  .toggleContainer.toggle-dropdown a {
    color: #000;
  }
}

.toggleDivider {
  clear: both;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCCCCC;
}
.toggleDivider img {
  padding: 5px;
  border: 1px solid #CCCCCC;
  background-color: #f1f1f1;
}
.toggleDivider:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.toggleDivider .highlight {
  margin: 0 auto 1.5em auto;
}

.mobile-nav-dropdown-wrapper > a > i {
  top: .9em !important;
}

/*---/toggles--->

/*------------------------------------------------*/
/*--Popups--*/
/*------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 2em;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup h2 {
  margin-top: 0;
}
.white-popup p {
  padding-bottom: 0;
}

#Help-My-Account-Popup {
  text-align: center;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* overlay animate out */
.mfp-fade.mfp-hide {
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mfp-fade.mfp-hide.mfp-bg.mfp-ready {
  opacity: .8;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* overlay animate out */
.mfp-fade.mfp-hide.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*---/popup--->

/*-------------------------------------------------*/
/*--Media Queries--*/
/*-------------------------------------------------*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px), screen and (max-device-width: 480px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
}
/*---/media queries---*/
