@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic,500italic|Ubuntu:400,600|Open+Sans:400);
@import url(//aalplibs.com/formplate/1.4.2/css/formplate.css);

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ==========================================================================
   Base styles
   ========================================================================== */
   
html {}

body { 
	width: 100%; 
	height: 100%; 
	margin: 0 !important;
	padding: 0; 
	font: 400 16px/1.2 "Roboto", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    background: #f2f1eb;
}

.row-fluid [class*="span"].global-container{
    float: none;
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

div {
}
p, li {
	font-size:18px;
}
p {
	/*line-height:15px;*/
}
h1, h2, h3, h4 {
	color:#0b3e64;
}
h1 {
	font-size:34px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:18px;
}
iframe {
	border:none;
}
img {
	max-width:100%;
}

ul,
ol{
    overflow: hidden;
}

ul li,
ol li {
  color:#6f6759; /* bullet color */
}

ul li > span,
ol li > span { /* Scotty update */
	color:#000;
}

a{
    color: #0054a6;
    text-decoration: none
}

a:hover,
a:active,
a:focus{
    text-decoration: underline;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}
input {
	color:#000;
}
input.btn-primary {
	color: #fff;
	display: inline-block;
	width: auto;
}

div.show{
    display: block !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */
.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 */
.clearfix:before, 
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   Helper classes: Font and text styles
   ========================================================================== */
/*
 * Helper classes: Bolding
 */
.bold {
	font-weight:bold;
}
p.bold, 
span.bold {
	font-weight:500;
}

/*
 * Helper classes: Italics
 */
.italic   { font-style: italic; }

/*
 * Helper classes: Regular
 */
.regular  { font-weight: normal; }

/*
 * Helper classes: Uppercase
 */
.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration:underline !important;
}

/* ==========================================================================
   Helper classes: Align
   ========================================================================== */
/*
 * Left
 */
 
.left {
    text-align:left;
}

img.left {
    float: left;
    margin:0 50px 25px 0;
}

/*
 * Right
 */
 
.right {
    text-align:right;
}

img.right {
    float:right;
    margin:0 0 25px 50px;
}

/*
 * Center
 */
 
.center {
    text-align:center;
}

img.center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}


/* ==========================================================================
   Fixes: Headers
   ========================================================================== */
   
.body-container h1,
.body-container h2,
.body-container h3,
.body-container h4{
    display: inline-block;
}

p ~ h2:first-of-type {
	margin-top:0;
}
img ~ h1:first-of-type {
	margin-top:0;
}
img ~ h2:first-of-type {
	margin-top:0;
}
img ~ h3:first-of-type {
	margin-top:0;
}

h1 ~ p:first-of-type {
	margin-top:0;
}


/* ==========================================================================
   Boxes
   ========================================================================== */
.box {
	/*max-width:1030px;
	width:100%;*/
	max-width:100%;
	margin:25px 0px;
	padding: 15px;
	border:#d1ddbd solid  2px;
	background-color:#f3fae8;
	/* display:inline-block; */ /* Scotty removed */
}
.box:before, 
.box:after { 
	content: " "; /* Scotty add */
	display: table; /* Scotty add */
}
.box:after {
	clear: both; /* Scotty add */
}
.box > .box,
.box > .box > .box > .box {
	width:auto;
	border:#d1ddbd solid  1px;
	background-color:#fff;
	/* display:block; */  /* Scotty removed */
}
.box > .box > .box {
	width:auto;
	border:#d1ddbd solid  1px;
	background-color:#f3fae8;
	/* display:block; */  /* Scotty removed */
}

/* ==========================================================================
   Header styles
   ========================================================================== */

.header-container{
    font-family: 'Ubuntu', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin-bottom:15px;
}

.header-container ul{
    overflow: visible;
}

/* ==========================================================================
   Navigation: Tools
   ========================================================================== */

.aux-nav {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 29px;
	margin: 0 auto;
    text-align: right;
    background: #7d7464;
    z-index: 99;
}

.aux-nav .row-fluid [class*="span"].global-container{
    position: relative;
    max-width: 1180px;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    font-size: 0;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    float: none;
	display: inline-block;
    margin: 0;
	height: 100%;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li > a {
    width: 100%;
    height: 29px;
	padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
	color: #fff;
    vertical-align: middle;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li > a span{
    display: block;
    width: 100%;
    height: 29px;
    color: #fff;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover{
    background-color: #6b6356;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2),
.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3),
.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4){
    padding-right: 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) { /* need help? */
    background-image: url('//info.allaboutlearningpress.com/hubfs/images/global/nav-help.png');
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3) { /* cart */
    background-color: #ed7000;
	background-image: url('//info.allaboutlearningpress.com/hubfs/images/global/nav-cart.png');
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3):hover{
    background-color: #d56500;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) { /* search */
    background-image: url('//info.allaboutlearningpress.com/hubfs/images/global/nav-search.png');
    background-position: right 10px top 6px;
}

.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4),
.aux-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) a{
    cursor: pointer;
}

#need-help-wrapper,
#search-form-wrapper{
    position: absolute;
	top: 29px;
    display: none;
    margin: 0;
    padding: 5px;
    text-align: left;
	color: #fff;
	background: #6b6356;
}

#need-help-wrapper {
    right: 150px;
	width: 300px;
	margin-left: -300px;
}

#search-form-wrapper {
    right: 0;
	width: 281px;
	margin-left: -281px;
}

#search-form-wrapper div.floatlabel-wrapper{
    display: inline;
}

#search-form-wrapper #search_query{
    box-sizing: padding-box;
}

#search-form-wrapper button{
    box-sizing: border-box;
    width: 58px;
}

#need-help-wrapper p {
    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#need-help-wrapper p a {
	color: #fff;
}

#need-help-wrapper p a:hover {
	color: #ddd;
}

/* ==========================================================================
   Navigation: Primary
   ========================================================================== */

.primary-nav {
    box-sizing: border-box;
	background: #fff;
}

.primary-nav .row-fluid [class*="span"].global-container{
    max-width: 1180px;
	text-align:left;
}

.logo a {
	outline:none;
}

.logo img {
    width: auto;
	max-width: 100%;
    height: auto;
    max-height: 85px;
    margin: 10px auto 10px 10px;
}

.primary-nav .widget-type-menu{
    text-align: right;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: no-wrap;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    max-width: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow: visible;
}


.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    max-width: none;
    height: 105px;
    padding: 0 20px;
    line-height: 105px;
	color: #0b3e64;
    overflow: visible;
    vertical-align: middle;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a span{
    color: #0b3e64;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
	padding: 0 10px 0 20px;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover span{
	color:#000;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children{
    position: static;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a{
    position: relative;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after{
	content: ' ';
	position: absolute;
    bottom: 0;
    left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-color: rgba(11, 62, 100, 0);
	border-bottom-color: #0b3e64;
	border-width: 10px;
}

/* ==========================================================================
   Navigation: Secondary
   ========================================================================== */

.primary-nav .hs-item-has-children ul.hs-menu-children-wrapper{
    left: 0;
    right: 0;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    background: #0b3e64;
}

.primary-nav .hs-menu-children-wrapper li{
	display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
	vertical-align: middle;
}
  
.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	height: 33px;
    width: auto;
    padding: 10px 10px 0;
    font-size: 18px;
	color: #fff;
    font-weight: 600;
}

.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
	color: #ddd;
}

/* End Header */

/* ==========================================================================
   Shadows
   ========================================================================== */

.shadow1,
.header-container {
	position:relative;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow2 {
	/*box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.05); /* Scotty changed */
}

/* ==========================================================================
   Container styles
   ========================================================================== */
   
   
.container {
	max-width:1060px;
	margin:15px auto;
	padding:15px 50px;
	background-color:#fff;
	line-height:2.0;
}
.container h1, .container h2 {
	line-height:1;
}
.container.noPadding {
	padding:0;
	max-width:1160px
}
.container.transparent {
	background-color:transparent;
}

.container.form {
	background-color:#e3d3b6;
	padding:0;
	max-width:1160px;
	margin-bottom:0;
	height:590px;
	line-height:1.2;
}

.container.form h2 {
	line-height:1.2;
}

.container.form + .container {
	margin-top:0;
}

/* ==========================================================================
   Box Items
   ========================================================================== */
.boxItemContainer {
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:start;
	-webkit-justify-content:start;
		-ms-flex-pack:start;
			justify-content:flex-start;
	-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
			flex-wrap:wrap;
				
}
.boxItem {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
		-ms-flex-direction:column;
			flex-direction:column;
	-webkit-align-content:flex-start;
		-ms-flex-line-pack:start;
			align-content:flex-start;
	padding-top:15px;
	text-align:left;
	margin:15px 5px 0 5px;
	background-color:#fff;
}
.boxItem a {
	text-align:center;
}
.boxItem img {
	-webkit-align-self:center;
		-ms-flex-item-align:center;
			align-self:center;
}
.boxItem > h1,
.boxItem > h2,
.boxItem > h3,
.boxItem > h4 {
	-webkit-align-self:center;	
		-ms-flex-item-align:center;
			align-self:center;
	text-align:center;
	margin:10px;
	line-height:1.5;
}
.boxItem > p {
	margin:10px;
	line-height:1.5;
}
.boxItem > ul,
.boxItem > ol {
	margin-right:10px;
	line-height:1.5;
}
.boxItem a.hasbtn {
	-webkit-align-self:center;
		-ms-flex-item-align:center;
			align-self:center;
	margin:10px;
	margin-top:auto;
	padding-top:10px;

}
.stripe.stripeLight .boxItem {
	background-color:#f2f1eb;
}

.boxItem._2up {
	vertical-align:top;
	max-width:510px;
	flex-basis:510px; /* flex-basis fix for Safari: https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
	margin:15px 5px 0 5px;
	position:relative;
	background-color:#fff;
}
.boxItem._3up {
	vertical-align:top;
	max-width:340px;
	flex-basis:340px; /* flex-basis fix for Safari: https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
	margin:15px 5px 0 5px;
	position:relative;
	background-color:#fff;
}
.boxItem._4up {
	vertical-align:top;
	max-width:250px;
	flex-basis:250px; /* flex-basis fix for Safari, https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
	margin:15px 5px 0 5px;
	position:relative;
	background-color:#fff;
}
.boxItem.transparent {
	background-color:transparent !important;
}

/* ==========================================================================
   Form styles
   ========================================================================== */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select{
    padding: 12px;
}

.inputs-list,
.inputs-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.inputs-list{
    margin-top: 12px;
    text-align:left; /* Scotty added */
}

.inputs-list li{
    /*display: inline;*/ /* Scotty commented */
    display:block; /* Scotty added */
    margin: 0 0 0 12px;
}

.inputs-list li:first-child{
    /*margin: 0;*/ /* Scotty commented */
}

button,
input[type=submit],
.hs-button{
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    background: #0b3e64;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

button.large,
input[type=submit].large,
.hs-button.large{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

button.primary,
input[type=submit].primary,
.hs-button.primary{
    background-color: #ed7000;
}

button.primary:hover,
input[type=submit].primary:hover,
.hs-button.primary:hover{
    background-color: #d56500;
}

.label-floatlabel{
    margin: 0 !important;
}

.hs-input.active-floatlabel{
    padding-top: 18px !important; /* 12 */
}

.fp-check span{
    margin-left: .5em;
    font-family: 'Open Sans', sans-serif;
}

.hs-form-checkbox .fp-check:after,
.hs-form-radio .fp-check:after{
    left: 8px;
}


/* ==========================================================================
   Stripes
   ========================================================================== */
.stripe {
	display:table;
	margin:0px;
	padding:0px;
	width:100%;
}
.stripeLight {
	background-color:#fff;
}
.stripeDark {
	background-color:#f2f1eb;
}
.stripeAlt {
	background-color:#0b3e64;
}

/* ==========================================================================
   Main Content Section
   ========================================================================== */
   
.main-content{
    margin-bottom: 15px;
    padding: 15px 50px;
    line-height: 2;
    background: #fff;
}

/* ==========================================================================
   Landing Page
   ========================================================================== */
   
.landing-hero{
    margin-top: 15px;
    padding: 15px 50px;
    background: #e3d3b6;
}

.landing-hero h1{
    font-size: 46px;
}

.landing-hero h2{
    font-size: 20px;
    color: #000;
}

#cover {
    height:320px;
	width:300px;
	margin:0 auto;
}

.cover-badge {
	border-radius:50%;
	width: 85px;
	height: 85px;
	background-color:#ed7000;
	display:table-cell;
	vertical-align: middle;
	color:#f3fae8;
	text-align:center;
	font-weight:700;
	font-size:24px;
	position:relative;
	top:75px;
}

#cover img {
	width:250px;
	float:right;
	margin-top:-85px;
}

.landing-hero .widget-type-form{
    margin-top: 15px;
    padding: 25px;
    color: #fff;
    background: #0b3e64;
}

.landing-hero .hs-form{
    text-align: center;
}
.landing-hero .hs-form .hs-form-field { /* Scotty added */
    text-align: left;  
}

.landing-hero h3.form-title{
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    text-align: center;
}

.landing-hero .hs_firstname label,
.landing-hero .hs_lastname label,
.landing-hero .hs_email label{
   display: none;
}

.landing-hero label,
.landing-hero label span{
    color: #fff;
}

.landing-hero .hs-button.primary{
    margin-top: 20px;
}

.hs-error-msgs label,
.landing-hero .hs-error-msgs label{
    display: inline;
    color:#00ffff; /* Scotty added */
}

ul.hs-error-msgs{
    position: relative;
    top: -16px;
    margin: 0 0 20px;
    overflow: visible;
}

/* Used to display opted out of email notice */
ul.hs-error-msgs a{
    color:#fff;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
   
.footer-container {
	line-height:2.0;
	text-align:center;
	background:#e3f2fd url(//aalplibs.com/AALP/images/0.1.14/backgrounds/bee.svg) bottom left no-repeat;
	background-size: 580px;
	border-top: 3px solid #0b3e64;
}

.footer-container p,
.footer-container ul,
.footer-container li{
    margin: 0;
    font-size: 16px;
    color: #0b3e64;
}

.footer-social {
   padding: 15px 0;
}

.footer-social a {
	order: 1;
	margin: 25px 5px;
}

.footer-social img{
    width: 50px;
    height: 50px;
}

#footerSocial {
   display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   display:flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
	   -ms-flex-direction: row;
		   flex-direction: row;
   -webkit-box-pack:center;
   -webkit-justify-content:center;
	   -ms-flex-pack:center;
		   justify-content:center;
}

#footerSocial > a > div {
	-webkit-box-ordinal-group:2;
	-webkit-order:1;
	-ms-flex-order:1;
	order:1;
	width:50px;
	height:50px;
	margin:25px 5px;
}
	
#footerSocial div#footerSocialFacebook:hover svg circle {
	fill:#0b3e64 !important;
}
    
#footerSocial div#footerSocialPinterest:hover svg circle {
	fill:#0b3e64 !important;
}
    
#footerSocial div#footerSocialTwitter:hover svg circle {
	fill:#0b3e64 !important;
}

#footerSocial div#footerSocialInstagram:hover svg circle {
	fill:#0b3e64 !important;
}

.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    max-width: none;
    padding: 10px;
    overflow: visible;
}

.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child:before{
    content: '';
    display: none;
}

.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:before{
    content: '| ';
}

.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:focus,
.footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:active{
    text-decoration: underline;
}

.copyright{
    margin-bottom: 30px;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
   
@media (min-width: 960px) {
	
	#ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemHelp:hover > .dropdown {
		display:inline-block !important;
	}
	#ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemCart:hover > .dropdown {
		display:inline-block !important;
	}
	#ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemSearch:hover > .dropdown {
		display:block !important;
	}
}

@media (max-width: 1100px) {
     
	.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
		padding: 0 15px;
	}
    
	.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a {
		padding: 0 10px 0 15px;
	}
	
	.container {
		max-width:1110px;
		padding:0 25px;
	}
	
}

@media (max-width: 1050px) {
    
	.primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a,
    .primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a{
		padding:0 10px;
	}
    
}

@media (max-width: 960px) {
    
	.newline:after {
	  white-space: pre-wrap;
	  content: "\A";
	}
    
	#PrimaryNavigation {
		-webkit-flex-flow: column wrap;
			-ms-flex-flow: column wrap;
				flex-flow: column wrap;
		
	}
    
	#PrimaryNavigationNav {
		background-color:#f2f1eb;
		width:100%;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
			-ms-flex-pack:center;
				justify-content:center;
		height:40px;
	}

	.PrimaryNavigationItem {
		padding:0 20px !important;
	}
	
	.body-container .row-fluid [class*="span"].global-container {
		max-width:1120px;
		padding-left: 15px;
        padding-right: 15px;
	}
    
    .row-fluid [class*="span"].logo,
    .row-fluid [class*="span"].primary-nav-menu{
        box-sizing: border-box;
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    
    .logo{
        padding: 5px;
    }
    
    .logo img{
        margin: 0;
    	padding: 0;
    }
    
    .primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal{
        background-color: #f2f1eb; 
    }
    
    .primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a,
    .primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:last-child a{
        height: 40px;
        padding: 0 10px;
        line-height: 40px;
    }
    
    .primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
        align-items: center;
        justify-content: center;
    }
    
    #need-help-wrapper.show{
        display: none !important;
    }
	
}

@media (max-width: 780px) {
	
    .landing-hero-content{
		position: absolute;
		height: 1px;
		width: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}
	.container.form {
		
	}
	.form #formFields {
		margin:30px auto 0 auto;
		float:none;
	}
}

@media (max-width: 767px){
    
    #need-help-wrapper{
        right: 0;
    }

}

@media (max-width: 600px) {
	.PrimaryNavigationItem {
		padding:0 10px !important;
	}
    
    .primary-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
        font-size: 15px;
    }
}

@media (max-width: 568px){
    .hs-menu-wrapper, 
    .hs-menu-wrapper *{
        width: auto;
    }
    
    .aux-nav ul li{
        /*width: 25%;*/
    }
    
    .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1,
    .footer-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
        display: inline;
    }
}

@media (max-width: 400px) {
	
	.PrimaryNavigationItem {
		padding:0 5px;
	}
	
	.form #formFields {
		margin:0 auto;
	}
	
}

/* ==========================================================================
   Browser Specific Fixes
   ========================================================================== */

/*
 * IE10+ Selector
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	img { 
		-ms-interpolation-mode: bicubic; 
	}
	svg:not(:root) { 
		overflow: hidden; 
	}
	#PrimaryNavigation {
		-webkit-flex-flow: column wrap;
			-ms-flex-flow: column wrap;
				flex-flow: column wrap;
		
	}
	#PrimaryNavigationNav {
		background-color:#f2f1eb;
		width:100% !important;
		-ms-flex-pack:center;
			-webkit-box-pack:center;
			-webkit-justify-content:center;
				justify-content:center;
		height:40px;
	}
	#AALPLogo {
		/*margin-right:0;
		margin-left:0;*/
		margin:5px auto;
	}

	.PrimaryNavigationItem {
		padding:0 20px !important;
	}
	
	.boxItem > h1,
	.boxItem > h2,
	.boxItem > h3,
	.boxItem > h4 {
		max-width:100%; /* Bug fix for IE 10 & 11: https://github.com/philipwalton/flexbugs#2-column-flex-items-set-to-align-itemscenter-overflow-their-container */
	}
	
	/**::-ms-backdrop, .foo { color: red }  IE11*/
}

/*
 * MS Edge Selector
 */
@supports (-ms-accelerator:true) {
	 #ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemSearch:hover > .dropdown {
		margin-left:-220px;
	}
	#ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemHelp:hover > .dropdown {
		margin-left:-210px;
	}
}


	
}

/*
 * Print styles.
 */
@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

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

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

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

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

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

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

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

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

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

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