@import url(//fonts.googleapis.com/css?family=Poppins:400,400i,600,600i|Arvo:400,400i,700,700i);

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

/* Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
}

caption, th, td {
    text-align: left;
    font-weight: 400;
}

blockquote, q {
    quotes: '\201C' '\201D' '\2018' '\2019';
    font-size: 1.2em;
    color: inherit;
    margin-bottom: 2em;
    border-left: 10px solid #999;
    font-style: italic;
    padding-left: .75em;
}

a img {
    border: none;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

:focus {
    outline: rgb(59, 153, 252) auto 3px;
    outline: -webkit-focus-ring-color auto 5px;
}

/* Variables
-------------------------------------------------------------- */
.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Layout
-------------------------------------------------------------- */
img, video, object {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 1em;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 1em;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html {
    /*-webkit-overflow-scrolling: touch;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
    height: 100%;
}

body {
    background-color: #f2f2f2;
    color: #666;
    font: 100%/1.8 'Lato', serif;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    width: 100%;
    min-width: 320px;
    height: 100%;
}

.js .fadein {
    display: none;
}

.wrap {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1382px;
    *zoom: 1;
}

.wrap-kindaslim {
    max-width: 1000px;
}

.wrap-slim {
    max-width: 900px;
}

.wrap-superslim {
    max-width: 600px;
}

.wrap-hellaslim {
    max-width: 480px;
}

.wrap:before, section:after {
    display: table;
    content: "";
    zoom: 1;
}

.wrap:after {
    clear: both;
}

.grid-container:after {
    content: "";
    display: table;
    clear: both;
}

.grid-unit {
    position: relative;
    margin-left: 0;
    width: 100%;
    float: left;
    display: inline;
    margin-bottom: 2em;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid.choose .grid-unit {
    margin-bottom: 0;
}

.grid.choose {
    margin-top: .5em;
}

.section {
    padding: 2em 0;
    text-align: center;
}

.section p:last-child {
    margin-bottom: 0;
}

.section-grey {
    background: #f2f2f2;
    background: rgba(238, 238, 238, 0.19999999999999996);
}

.section-dark,
.section-inverse {
    color: #fff;
    background: #002856;
}

.section-dark-gray {
    color: #333333;
    background: rgba(238, 238, 238, 0.42);
}

.section-dark-gray .choose h3 {
    color: #b6b6b6;
}

.section-dark-gray .choose .large {
    color: #666666;
}

.section-dark-gray .choose a {
    border-bottom-color: #b6b6b6;
}

.section-dark-gray .choose a:hover {
    border-bottom-color: #e0e0e0;
}

.section-load {
    -webkit-animation: enterInNav .2s ease-out;
    animation: enterInNav .2s ease-out;
}

.section-big {
    padding: 3em 0;
}

.section-nobottom {
    padding-bottom: 0 !important;
}

.section-border {
    border-top: 1px solid #ddd;
}

.section-light,
.loading.initial {
    background-color: #f2f2f2;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    padding-bottom: 1em;
}

.section-light.initial,
.loading {
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: 'alpha (opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.loading,
.loading.initial {
    background: none;
    padding: 0;
}

.page-wrapper {
    background: #fff;
}

.page-wrapper.screen-wrapper {
    background: #f2f2f2;
}

/* Type
-------------------------------------------------------------- */
em {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    text-rendering: optimizelegibility;
    font-weight: 300;
    line-height: 1.4em;
}

h1 {
    font-size: 4em;
    margin: 0 0 0.469em;
    font-weight: bold;
}

h2 {
    font-size: 3em;
    margin: 0 0 1em;
}

h3 {
    font-size: 1.7em;
    margin: 0 0 0.469em;
}

p + h3,
p + h4,
ul + h3,
ul + h4 {
    margin-top: 1.5em;
}

h4 {
    font-size: 1.5em;
    margin: 0 0 1em;
}

h4.standout {
    margin-bottom: .5em;
    color: #002856;
    font-family: 'Arvo', serif;
    font-size: 1.7em;
}

h4.standout.white {
    color: #fff;
}

h5 {
    font-size: 1.2em;
    margin: 0 0 1em;
    font-weight:;
}

h6 {
    margin: 0 0 0.469em;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
}

p {
    margin-bottom: 1.5em;
    font-size: 1.1em;
}

p.subtitle-mid {
    font-size: 1.3em;
    color: rgba(255, 255, 255, .75);
}

.section-dark p.subtitle-mid,
.section-dark small {
    color: #fff;
    color: rgba(255, 255, 255, .75);
}

p.low-margin {
    margin-bottom: .5em;
}

/* Elements
-------------------------------------------------------------- */
ul {
    margin: 0 0 1.5em 25px;
    font-size: 1em;
}

hr {
    max-width: 120px;
    margin: 0 auto 2em auto;
    border: none;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
}

hr.ddd {
    color: #ddd;
    background-color: #ddd;
}

hr.white {
    color: #fff;
    background: #fff;
}

hr.left {
    margin: 0 auto 1em 0;
}

/* Helpers
-------------------------------------------------------------- */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.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: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

.nomargin {
    margin: 0 auto
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.white {
    color: #fff;
}

.white small {
    color: #fff;
    color: rgba(255, 255, 255, .75);
}

/* Links
-------------------------------------------------------------- */
a:hover {
    text-decoration: none;
}

a:focus {
    /* outline: thin dotted;
    color: #000000; */
    outline: rgb(59, 153, 252) auto 3px;
    outline: -webkit-focus-ring-color auto 5px;
}

a:hover,
a:active {
    outline: 0;
}

a, a:visited {
    font-weight: normal;
    color: inherit;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    text-decoration: none;
}

::-moz-selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}

/* Tables
-------------------------------------------------------------- */
th {
    font-weight: bold;
    background: #252b31;
    color: #EEE;
}

th, td {
    padding: .5em .75em;
    border: 1px solid #bbb;
}

td {
    vertical-align: top;
}

/* Buttons
-------------------------------------------------------------- */
.button {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.button i {

}

.button-solid:hover,
.button-solid:focus,
.button-outline:hover,
.button-outline:focus,
.button-grey:hover,
.button-grey:focus {
    background: #888;
    border: 1px solid #888;
    color: #fff;
}

.button-solid,
.button-outline,
.button-grey {
    font-size: .8em;
    padding: 15px 20px 15px 20px;
    background: #666;
    border: 1px solid transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    width: auto;
    display: inline-block;
    /*font-weight: 700;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
}

.button-solid:visited {
    color: #fff !important;
}

.button-outline {
    background: transparent;
    border: 1px solid #ccc;
    color: inherit;
}

.button-outline.bg {
    background: #888;
    border: 1px solid #888;
    color: #fff;
}

.button-outline.bg:hover,
.button-outline.bg:focus {
    background: #aaa;
    border: 1px solid #aaa;
}

.button-grey {
    background: #777;
    color: #fff;
}

.button-large {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.3);
    padding: 24px 45px;
    font-size: 1.2em;
}

.button-push {
    margin: 0 .5em 0 0;
}

.button-choose {
    padding: 15px 2em 15px;
    background: #666;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    font-size: .9em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.7em;
}

.button-go {
    font-family: 'Arvo', serif;
    font-size: 1.3em;
    display: block;
    font-weight: 300;
    padding: 20px 50px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
}

#letsgobtn {
    color: #002856;
    background: #fed925;
    border: 2px solid #fed925;
}

a.scrolltop {
    cursor: pointer;
    padding: 6px 1.2em 6px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.7em;
    font-size: .7em;
}

a.scrolltop.white {
    color: #fff;
    border: 1px solid #fff;
}

.button-bare {
    border: 1px solid transparent;
}

.button[disabled=disabled],
.button:hover[disabled=disabled] {
    background: #ccc;
    border: 1px solid #ccc;
}

/* Styles
-------------------------------------------------------------- */
.loader .fa {

}

header {
    min-height: 60px;
    padding: 15px 0;
    background: #fff;
    position: relative;
}

header h1 {
    float: left;
    font-size: .9em;
    margin: 5px 0 0 0;
}

header a.brand {
  display: block;
}

header img.logo {
    max-height: 60px;
    max-width: 150px;
    margin: 0;
    float: left;
    outline: none;
    border: none;
    font-size: 1.4em;
    color: #212121;
}

header.locator_header img.logo {
    max-height: 40px;
}

header nav {
    display: none;
}

header nav.drop {
    display: block;
    -webkit-animation: enterInNav .2s ease-out;
    animation: enterInNav .2s ease-out;
}

@-webkit-keyframes enterInNav {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
    }
}

@keyframes enterInNav {
    0% {
        opacity: 0;
        transform: translate(0px, -30px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

header #navbtn {
    position: absolute;
    right: 14px;
    top: 10px;
    height: 40px;
    width: 54px;
    border: none;
    color: #aaaaaa;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    background: #fff;
    z-index: 1000;
}

header #navbtn:hover .bar {
    background: #aaa;
}

header .bar {
    display: block;
    width: 42px;
    height: 5px;
    border-radius: 1px;
    background: #ccc;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 1001;
}

header .bar + .bar {
    margin-top: 4px;
}

header nav ul {
    list-style: none;
    margin-top: 4em;
    margin-left: 0;
    font-size: 1.2em;
}

header nav ul li {
    display: block;
    text-align: left;
    margin-bottom: .5em;
}

header nav ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #ccc;
}

header nav ul li a {
    position: relative;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#slidebtn  {
    color: #002856;
    background: #fed925;
    border: 2px solid #fed925;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

#tab-1,
#tab-2 {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#tab-1 h2 {
    margin-bottom: .5em;
    font-size: 2em;
    font-weight: 400;
}

#tab-2 h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #8c9ab2;
}

#tab-1 {
    position: relative;
    padding: 2em 0 3em 0;
}

#tab-2 {
    max-height: 0px;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#tab-2.drop {
    max-height: 1999px;
    padding: 0 0 3em 0;
}

.bg-img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.choose {
    display: none;
}

.choose.drop {
    /*-webkit-animation: enterInLeft .7s ease-out;
    -moz-animation: enterInLeft .7s ease-out;
    -o-animation: enterInLeft .7s ease-out;
    animation: enterInLeft .7s ease-out;*/
    display: block;
}

.choose p {
    margin: 0 auto;
}

.choose a {
    display: block;
    margin-bottom: 1.5em;
    font-weight: 300;
    padding-bottom: 5px;
}

.choose a i {
    margin-left: 10px;
}

.choose .grid-unit {
    margin-bottom: 0;
}

.choose .large {
    color: #fff;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    font-size: 1.1em;
}

.choose .fa-angle-down {
    margin-bottom: 20px;
}

#choose {
    margin-top: -2em;
    position: absolute;
}

.reset-session a {
    display: inline;
    display: inline-block;
    margin-top: 2em;
}

.top {
    color: #bbb;
    margin-top: 2em;
}

.why {
    z-index: 1000;
}

.why h6 {
    color: #212121;
}

.why p.subtitle {
    margin-bottom: 1.8em;
    font-size: 1em;
}

.why hr,
.how hr {
    max-width: 75px;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
}

.why .grid-unit i {
    color: #002856;
}

.how h4 {
    margin-bottom: 2em;
    padding-bottom: 10px;
    display: inline;
    display: inline-block;
}

.how h5 {
    font-size: 1.3em;
    font-weight: 600;
    color: #fed925;
    margin-bottom: 0;
}

.how span {
    font-size: 1.2em;
    line-height: .85em;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline;
    display: inline-block;
    margin-right: 10px;
}

/* Screening
-------------------------------------------------------------- */
.bx-wrapper {
    position: relative;
    margin: 2em auto 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-controls {
    display: table;
    width: 100%;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 1000;
}

.bx-pager {
    background: #ddd;
    display: table-row;
}

.bx-pager-item {
    width: auto;
    display: table-cell;
}

.bx-pager-item span {
    background: #ddd;
    text-indent: -9999px;
    width: 100%;
    height: 4px;
    outline: 0;
    display: inline-block;
    *display: inline;
    float: left;
}

.bx-pager-item > span.active {
    background: #000;
}

ul.survey-slider {
    margin: 0;
    -webkit-perspective: 1000;
    /*-webkit-transform: translateZ(0);*/
    -webkit-backface-visibility: hidden;
}

#survey-nav.section {
    padding: 0 0 2em;
}

#survey-nav span {
    font-size: .8em;
    display: inline;
    display: inline-block;
    margin: 0 15px;
    width: 45px;
    text-align: center;
}

div#survey-prev,
div#survey-next,
div.survey-button {
    display: inline;
    display: inline-block;
    padding: 0 8px;
    background: #f2f2f2;
}

div#survey-prev:hover,
div#survey-next:hover,
div.survey-button {
    cursor: pointer;
}

div#survey-prev a,
div#survey-next a,
div.survey-button a {
    color: inherit;
}

div#survey-prev a:hover,
div#survey-next a:hover,
div.survey-button a:hover {
    color: #212121;
}

.screening-header {
    position: fixed;
    height: 44px;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.screening-header span.pointer {
    display: none;
}

#screening-exp-btn:hover,
#screening-cancel-btn:hover {
    color: #54585a;
    font-weight: 300;
}

#screening-cancel-btn {
    position: fixed;
    top: 0;
    right: 4px;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 40px;
    line-height: 1.05em;
    padding: 0;
    background: transparent;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    z-index: 1010;
    text-align: center;
    font-weight: 300;
}

#screening-exp-btn {
    padding: 11px 0 0 10px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: inline;
    display: inline-block;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    /*font-family:'Gill Sans W04 Book', sans-serif;*/
}

#screening-cancelation .button {
    width: 100px;
    float: right;
    margin-left: 10px;
}

#screening-explanation p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* Screening Form
-------------------------------------------------------------- */
form#screen {
    margin: 0 auto;
}

form#screen ul li p {
    color: #54585a;
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 400;
}

form#screen input[type=submit],
form#screen button[type=submit] {
    font-size: 1.3em;
    padding: 1em 2em;
    width: 100%;
}

input[type=radio]:not(old).regular-radio {
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-appearance: none;
    position: absolute;
    left: -9999px;
}

input[type=radio].regular-radio {
    pointer-events: none;
}

.answer-bar label {
    padding: 8px 5px 0 7px;
}

.answer-bar label:hover {
    cursor: pointer;
}

.answer-bar label {
    position: relative;
    display: block;
    background: #fff;
    width: 100%;
    padding: 8px 5px 8px 7px;
    /*padding: 0.17em 5px 0.17em 50px;*/
    margin-bottom: 10px;
    font-weight: 400;
    font-size: .9em;
    z-index: 100;
}

.grouped-question th {
    text-align: center;
}

.grouped-question td .radio {
    display: none;
}

.grouped-question td label {
    display: block;
    text-align: center;
}

.grouped-question td label:before {
    content: "\f10c";
    font-size: 1.5em;
    line-height: 1em;
    font-family: 'FontAwesome';
}

.grouped-question td .radio:checked + label:before {
    content: "\f058";
}

.answer-bar .regular-radio:checked + label,
.answer-bar .regular-radio:checked + label:before  {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/*moved to javascript solution instead of :checked*/
.answer-bar.checked label,
.answer-bar.checked label:before {
    color: #fff;
}

/* Results
-------------------------------------------------------------- */
section.triangles {
    position: relative;
}

section.triangles::after {
    position: absolute;
    /*content: ''; */
    pointer-events: none;
    display: none;
}

.triangles::after {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.triangles::after {
    bottom: -20px;
    z-index: 10;
    background-color: inherit;
}

.results .grid {
    margin-top: 1em;
}

.results h1 {
    font-weight: 300;
    margin-bottom: 1em;
    font-size: 1em;
}

.results h2 {
    color: #aaa;
    color: rgba(255, 255, 255, .35);
    margin-bottom: .8em;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.3em;
}

.results h2 strong {
    color: #fff;
}

.results h3 {
    margin-bottom: 1em;
    font-size: 1.7em;
    line-height: 1.7em;
}

.results h3 span {
    border-bottom: 2px solid #f26565;
}

.results .scroll {
    overflow: scroll;
}

.results-text p {
    color: #fff;
    color: rgba(255, 255, 255, .75);
}

.results-text p:last-child {
    margin-bottom: 1.5em;
}

.results-text strong {
    color: #fff;
    font-weight: 600;
}

.results-text a {
    cursor: pointer;
    text-decoration: underline;
}

.results a.email,
.results a.print,
.results input[type=submit] {
    display: block;
}

.results a.email.inln {
    display: inline;
    display: inline-block;
}

.results .followup {
    text-align: center;
    padding: 1em;
    border: 1px solid #fff;
    margin-bottom: 1em;
    /* width: 257px; */
}

.results .followup .button {
    margin: 0 auto;
}

.results .followup em {
    color: #fff;
    color: rgba(255, 255, 255, .75);
}

.results .email-print hr {
    margin-bottom: 1em;
}

.results .email-print input[type=submit] {
    margin: 1.5em auto;
    text-align: center;
    width: 100px;
}

.results .email-print label {
    display: inline;
    display: inline-block;
    margin: 0 10px;
}

.referral a,
.privacy a {
    font-weight: 600;
    border-bottom: 1px solid #212121;
}

.referral a:hover,
.privacy a:hover {
    color: #212121;
}

.referral a.button-solid {
    border-bottom: none;
    color: #fff;
}

.referral {
    word-wrap: break-word !important;
}

.referral img {
    max-width: 250px;
}

.referral .links h5 {
    color: #212121;
}

.referral ul {
    list-style: disc;
}

.referral .socials {
    margin-top: 2em;
}

.referral a.social {
    border: none;
    text-decoration: none;
    display: inline;
    display: inline-block;
    margin-right: 10px;
}

.fa-play-circle {
    font-size: 6em;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.fa-play-circle:hover {
    color: rgba(255, 255, 255, .75);
}

.another a {
    display: block;
    text-transform: none;
    margin-bottom: 1em;
}

.facts img {
    max-width: 150px;
    margin: 0 auto 1em auto;
}

#promo-man-therapy {
    background-color: #666;
    color: #e1d5be;
}

#promo-man-therapy h3 {
    color: #d9bc6f;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 50px;
    font-size: 2em;
}

#promo-man-therapy span a {
    font-weight: 700;
    font-size: 2.5em;
    display: block;
}

#promo-man-therapy span a:hover {
    color: #fff;
}

#promo-man-therapy p {
    font-style: italic;
}

#promo-man-therapy i {
    font-size: 5em;
    line-height: .5em;
    background: #666;
    display: inline;
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 100px;
}

#promo-man-therapy .mt-pull {
    margin-top: -25px;

}

#promo-man-therapy .double-line {
    border-bottom: 8px double;
    height: 40px;
}

/* Resources
-------------------------------------------------------------- */
.resources .article,
.resources .entries {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #888;
}

.resources .article strong,
.resources .entries strong {
    color: #555;
    text-transform: uppercase;
    font-size: .8em;
    font-family: 'Lato' sans-serif;
}

.resources .banner {
    color: rgba(255, 255, 255, .55);
}

.resources .banner .lead-in {
    /*	font-weight: 300;*/
    font-size: 1.4em;
    margin-bottom: 0;
}

.resources .banner p span {
    font-size: .8em;
}

.resources .banner h2 {
    font-size: 1.8em;
    /*	font-weight: 400;*/
    margin-bottom: 0;
    color: #fff;
}

.resources .banner h2 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    display: inline;
    display: inline-block;
}

.resources .helpers .button-full {
    display: block;
    margin-bottom: .5em;
    font-weight: 300;
    text-transform: none;
    font-size: 1.1em;
}

.resources .helpers a.button-solid,
.resources .helpers a.button-grey {
    color: #fff !important;
}

.resources .helpers h3 {
    margin-bottom: 1em;
}

.resources .banner a {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.resources .banner a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.resources .nav_categories {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.resources .nav_categories li a {
    font-size: .8em;
    display: block;
    padding: 0;
}

.resources .sidebar .button {
    display: block;
    margin-bottom: 3em;
}

.resources .sidebar .block {
    margin-bottom: 2em;
}

.resources .sidebar h6 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.resources .description {
    font-family: 'Lato' sans-serif;
    font-size: 1.3em;
    margin: 0 0 2em;
}

.resources h1,
.resources h2,
.resources h3,
.resources h4,
.resources h5,
.resources h6,
.resources h1 a,
.resources h2 a,
.resources h3 a,
.resources h4 a,
.resources h5 a,
.resources h6 a {
    color: #555;
    font-weight: 300;
    font-family: 'Lato' sans-serif;
}

.resources .tags,
.resources .files {
    margin-bottom: 2em;
    font-family: 'Lato', serif;
}

.resources .tags a,
.resources .files a {
    display: inline;
    display: inline-block;
    text-transform: uppercase;
    font-size: .6em;
    background: #f2f2f2;
    padding: 2px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.resources .tags a i,
.resources .files a i {
    color: #ccc;
}

.resources .tags a:hover,
.resources .files a:hover {
    background: #eee;
}

.resources .files a {
    font-size: .8em;
    padding: 10px 20px;
    text-transform: none;
}

.resources .files a:hover {
    text-decoration: none !important;
}

.resources p.files {
    margin-bottom: 10px;
}

.resources .goog-logo-link img {
    max-width: 50px;
    margin-bottom: 0;
}

.resources select {
    font-size: 16px;
}

.resources .fa-Article,
.resources .fa-Video,
.resources .fa-File,
.resources .fa-Link {
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #999;
}

.resources .fa-Article:before {
    content: "\f02e";
}

.resources .fa-Video:before {
    content: "\f008";
}

.resources .fa-File:before {
    content: "\f15b";
}

.resources .fa-Link:before {
    content: "\f0c1";
}

.resources .entries-type {
    display: none;
    position: absolute;
    top: 19px;
    left: 0;
}

.resources .entries {
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 1em;
    margin-bottom: 1em;
}

.resources .entries h4,
.resources .entries h4 + p {
    margin-bottom: .5em;
}

.resources .entries p {
    font-size: .9em;
    font-family: 'Lato', sans-serif;
}

.resources .entries .tags {
    margin: 1em 0;
}

.resources .badge {
    /*	text-transform: uppercase;*/
    display: inline;
    display: inline-block;
    padding: 2px 8px;
    background: #818181;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1em;
    font-size: .7em;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Email Form
-------------------------------------------------------------- */
.form-control {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
}

.form-control:focus {
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input[disabled=disabled],
input[disabled=disabled]:hover {
    opacity: .5;
    cursor: not-allowed;
}

#emailprintemailaddress input[type=submit] {
    height: auto;
    margin: 0 10px 0 0;
    line-height: 27px;
}

/* Privacy
-------------------------------------------------------------- */
.privacy h4 {
    font-weight: 400;
}

/* Locator
-------------------------------------------------------------- */
table.StateFace {
    border-collapse: collapse;
    display: table;
    margin-bottom: 0;
    width: 100%;
}

.veil-active table.StateFace {
    display: none;
}

table.StateFace td {
    display: table-cell;
    font-size: 1.1em;
    border: none;
    font-weight: 300;
}

tr:hover td {
    color: #002856;
    background: #fed925;
    cursor: pointer;
}

.minimap {
    font-family: 'StateFaceRegular';
    text-align: center;
    vertical-align: top;
    font-size: 1.8em;
}

.veil {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    z-index: 1000;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #002856;
    display: none;
}

.veil a {
    color: #6a9ee4;
}

.veil a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.veil-active .veil {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
}

.veil h2 {
    font-size: 1.7em;
    font-weight: 600;
    margin-top: 40px;
}

.veil h3 {
    font-size: 1.5em;
    margin-top: 40px;
    color: #fff;
    color: rgba(255, 255, 255, .75);
}

.state-list {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

.state-list ul {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
}

.state-list ul li {
    margin-bottom: 1em;
    text-transform: none;
    color: rgba(255, 255, 255, .75);
    list-style: none;
}

.state-list ul li a {
    text-transform: none;
    color: #6a9ee4;
    font-size: .8em;
    font-weight: 400;
}

#state-list-x {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
    padding: 0;
    z-index: 10000;
}

@media only screen and (min-width: 768px) {
    #state-list-x {
        position: absolute;
        right: 35px;
        top: 0;
        font-size: 3em;
    }
}

.state-section {
    margin-bottom: 2em;
}

a:hover#state-list-x {
    color: #ccc;
    border: none;
}

.maple {
    font-family: Arial, sans-serif;
}

.in-person {
    font-style: italic;
}

.in-person-text {
    font-size: .8em;
    text-align: left;
    margin-top: 1.5em;
    padding: 1em 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.bg-img-locator {
    background-image: url(../img/locator_bg.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg.jpg', sizingMethod='scale')";
    z-index: -10;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bg-img-locator-hdys {
    background-image: url(../img/locator_bg_hdys17.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg_hdys17.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg_hdys17.jpg', sizingMethod='scale')";
    z-index: -10;
}

.bg-img-locator-hyho {
    background-image: url(../img/locator_bg_hyho.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg_hyho.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg_hyho.jpg', sizingMethod='scale')";
    z-index: -10;
}

.bg-img-locator-mbs {
    background-image: url(../img/locator_bg_mbs.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg_hyho.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/img/locator_bg_hyho.jpg', sizingMethod='scale')";
    z-index: -10;
}

#locator_head {
    position: absolute;
    height: 250px;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#locator_head h1 {
    font-family: 'Arvo', serif;
    margin-top: 80px;
    font-weight: 700;
    font-size: 1.4em;
}
#locator_head p {
    font-size: 1em;
    font-weight: 600;
}

.locator_main h2 {
    font-size: .9em;
    font-style: italic;
}

.locator_main h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 600;
}

header.locator_header {
    background: transparent;
    color: #fff;
    min-height: 110px;
}

header.locator_header #navbtn {
    display: none !important;
}

header.locator_header nav {
    display: none;
}

.locator_main {
    margin-top: 150px;
}

/* Popups
-------------------------------------------------------------- */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 700px;
    max-width: 90%;
    margin: 20px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: .9em;
}

.white-popup p a {
    text-decoration: underline;
}

.rgba .mfp-zoom-in .mfp-with-anim {
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.rgba .mfp-zoom-in.mfp-bg {
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rgba .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.rgba .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.rgba .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
}

.rgba .mfp-zoom-in.mfp-removing.mfp-bg {
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: 'alpha (opacity=0)';
    filter: alpha(opacity=0);
    opacity: 0;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    color: #ccc;
}

.footer a {
    font-weight: 600;
    color: #bbb;
}

.footer a:hover {
    border-bottom: 1px solid #bbb;
}

/* Print
-------------------------------------------------------------- */
.printer h1 {
    font-size: 2em;
}

.printer h2 {
    font-size: 1.7em;
}

.printer h3 {
    font-size: 1.5em;
}

.printer {
    font-size: 15px;
}

.printer .section p:last-child {
    margin-bottom: 1.5em;
}

.printer .button {
    float: right;
    margin-left: 10px;
}

.printer textarea {
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 300;
    background-image: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 15px;
    color: #41484a;
    background: #f2f2f2;
    width: 600px;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    @page {
        margin: .5cm
    }

    h2, h3 {
        orphans: 3;
        widows: 3;
        page-break-after: avoid
    }

    p {
        orphans: 3;
        widows: 3
    }

    pre, blockquote {
        border: 1px solid gray;
        page-break-inside: avoid
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a, a:visited {
        text-decoration: underline
    }

    /*a[href]:after{content:" (" attr(href) ")"}*/
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr {
        page-break-inside: avoid
    }

    .printer .button,
    .resources .sidebar,
    .resources .tags {
        display: none;
    }

    .printer img {
        max-width: 250px !important;
    }

    .section {
        margin: 0 !important;
    }

    .printer textarea {
        border: 1px solid #ccc;
        width: 100%;
    }
}

/* iPad Styles */
@media only screen and (min-width: 768px) {
    body {
        font-size: 110%;
    }

    .col-5 .grid-unit {
        width: 16%;
    }

    .col-4 .grid-unit {
        width: 21.25%;
    }

    .col-3 .grid-unit {
        width: 30%;
    }

    .col-2 .grid-unit {
        width: 47.5%;
    }

    .col-2 .grid-unit.two-third {
        width: 66.5%;
    }

    .col-2 .grid-unit.one-third {
        width: 28.5%;
    }

    .grid-unit {
        margin-right: 5%;
    }

    .col-5 .grid-unit:last-child,
    .col-4 .grid-unit:last-child,
    .col-3 .grid-unit:last-child,
    .col-2 .grid-unit:last-child {
        margin: 0 !important;
        zoom: 1;
    }

    .last-child {
        margin: 0 !important;
        zoom: 1;
    }

    .section-big,
    .section-light.initial {
        padding: 5em 0;
    }

    .section-huge {
        padding: 7em 0 3em 0;
    }

    .screen_type {
        display: block;
    }

    p.subtitle-mid {
        font-size: 1.5em;
    }

    #tab-1 {
        padding: 4em 0 5em 0;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
    }

    #tab-1 h2 {
        font-size: 3em;
    }

    #tab-2 h3 {
        font-size: 1.8em;
    }

    .choose {
        padding-bottom: 20px;
        -webkit-backface-visibility: hidden;
    }

    .choose p {
        font-size: 1.1em;
    }

    #tabs-process span {
        *display: inline;
        display: inline-block;
    }

    #tabs-process a small {
        display: block;
    }

    #tabs-process li.active:before {
        position: absolute;
        content: "";
        border-width: 16px 16px 0 16px;
        border-style: solid;
        border-color: #e5e8e9 transparent;
        bottom: -18px;
        right: 44%;
    }

    #tabs-process li.active:after {
        position: absolute;
        border-width: 16px 16px 0 16px;
        border-style: solid;
        border-color: #fff transparent;
        content: "";
        bottom: -16px;
        right: 44%;
    }

    .button-go {
        font-size: 1.8em;
    }

    .why p.subtitle {
        font-size: 1.1em;
    }

    #survey-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0px 12px 24px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 12px 24px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 12px 24px rgba(50, 50, 50, 0.75);
        text-align: right;
        z-index: 1000;
    }

    #survey-nav.section {
        padding: 1em 0;
    }

    .survey-controls {
        float: right;
        display: inline-block;
    }

    .bx-wrapper {
        margin: 1em auto 80px auto;
    }

    .bx-pager-item span {
        height: 6px;
    }

    form#screen ul li p {
        font-size: 1.4em;
    }

    .screening-header span.pointer {
        display: inline;
        display: inline-block;
    }

    #screening-exp-btn {
        padding: 8px 0 0 10px;
        font-size: 18px;
    }

    .answer-bar label {
        padding: .17em 5px .21em 50px;
        font-size: 1.1em;
    }

    .answer-bar label:before {
        content: "\f10c";
        position: absolute;
        left: 14px;
        top: 12px;
        font-size: 1.1em;
        line-height: 1em;
        display: block;
        font-family: 'FontAwesome';
        color: inherit;
        color: rgba(0, 0, 0, .25);
    }

    .regular-radio:checked + label:before {
        content: "\f058";
    }

    .answer-bar.checked label:before {
        content: "\f058";
    }

    .survey-slider li span {
        position: relative;
        display: block;
    }

    .survey-slider li .question_no {
        position: absolute;
    }

    .results h1 {
        font-size: 1.5em;
    }

    .results h2 {
        font-size: 2.3em;
    }

    .results h3 {
        font-size: 1.8em;
    }

    table.StateFace {
        width: 31%;
        float: left;
        margin-right: 2%;
    }

    #locator_head {
        position: absolute;
        height: 450px;
    }

    #locator_head h1 {
        margin-top: 180px;
        font-size: 2.4em;
    }

    .locator_main {
        margin-top: 355px;
    }

    .locator_main h3 {
        font-size: 1.6em;
    }

    header.locator_header nav {
        float: right;
        display: block;
        margin: 0;
    }

    header.locator_header nav ul {
        margin: 0;
    }

    header.locator_header nav ul li {
        float: left;
        margin-left: 32px;
        margin-top: 0;
    }

    header.locator_header img.logo {
        max-height: 50px;
        margin: 15px 0;
    }

    .how .grid-unit p {
        margin-left: 65px;
    }

    .resources .entries-type {
        float: left;
        display: block;
    }

    .resources .entries-entry {
        float: left;
        padding-left: 60px;
    }

    .resources .tags-other {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 30px 0;
        margin-top: 20px;
    }

    .white-popup {
        padding: 40px;
        font-size: 1em;
    }
}

@media only screen and (min-width: 769px) {
    .regular-radio + label {
        -webkit-transition: background .2s ease-out;
        -moz-transition: background .2s ease-out;
        -o-transition: background .2s ease-out;
        transition: background .2s ease-out;
    }

    .regular-radio:hover + label,
    .regular-radio:focus + label {
        background: #e7e6e6;
    }

    .condensed {
        width: 50%;
    }

    .condensed-semi {
        width: 85%;
    }

    .choose a:hover {
        border-bottom: 1px #fff solid;
    }

    .choose a i {
        -moz-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-filter: 'alpha (opacity=0)';
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .choose a:hover i {
        -webkit-animation: enterInLeft .1s ease-in;
        -moz-animation: enterInLeft .1s ease-in;
        -o-animation: enterInLeft .1s ease-in;
        animation: enterInLeft .1s ease-in;
        opacity: 1;
    }

    @-webkit-keyframes enterInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(8px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }
    @-moz-keyframes enterInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(8px);
        }
        100% {
            opacity: 1;
            -moz-transform: translate(0);
        }
    }
    @-o-keyframes enterInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(8px);
        }
        100% {
            opacity: 1;
            -o-transform: translate(0);
        }
    }
    @keyframes enterInLeft {
        0% {
            opacity: 0;
            transform: translateX(8px);
        }
        100% {
            opacity: 1;
            transform: translate(0);
        }
    }
    .facts img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 825px) {
    .bx-pager-item span {
        height: 8px;
    }
}

@media only screen and (min-width: 992px) {
    body {
        font-size: 115%;
    }

    header {
        margin-top: 0;
        min-height: 110px;
    }

    header h1 {
        font-size: 1em;
        margin-top: 1.5em;
    }

    header img.logo {
        max-height: 80px;
        max-width: 300px;
        margin: 15px 0;
    }

    header nav {
        float: right;
        display: block;
        margin-top: 20px;
    }

    header #navbtn {
        display: none;
    }

    header nav ul {
        margin-top: 2px;
        font-size: 1em;
        margin-bottom: 0;
    }

    header nav ul li {
        float: left;
        margin-left: 25px;
        margin-top: 0;
    }
	header nav ul li a {
		display:block;
		padding:5px 0 !important;
    }
	header nav ul li .screening-button {
		color:#fff;
		padding:5px 10px !important;
		border:none !important;
		border-radius:2em;
		background:#002856;
	}
	header nav ul li .screening-button:hover {
		background:#666;
	}
}

@media only screen and (min-width: 1100px) {
    header nav ul li a {
        font-size: 15px;
    }

    header nav ul li {
        margin-left: 32px;
    }
}

@media only screen and (min-width: 1382px) {
    body {
        font-size: 120%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .6;
    filter: alpha(opacity=60);
}

.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: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.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: white;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    font-family: inherit;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: rgb(59, 153, 252) auto 3px;
    outline: -webkit-focus-ring-color auto 5px;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.minimap-popup .mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    .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;
}

/* no-js
-------------------------------------------------------------- */
.no-js-alert {
    display: none;
}

.no-js .no-js-alert {
    display: block;
    padding: 20px;
    color: #fff;
    background: red;
    text-align: center;
    margin: 0 auto 4em auto;
}

.no-js .nojs {
    display: none !important;
}

/* ie8
-------------------------------------------------------------- */
.ie-yes {
    display: none !important;
}

/* grouped questions
-------------------------------------------------------------- */
table.grouped-question {
	width: 100%;
}

table.grouped-question .small {
	width: 10%;
}

table.grouped-question th {
	background: none;
	border: none;
	color: #54585a;
	font-size: 1em;
    font-weight: normal;
}

table.grouped-question td {
	border: none;
}

table.grouped-question tr:hover {
    color: #fff;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	table.grouped-question td {
		font-size: 11px;
	}
}

.sub-screen:hover ~ .sub-screen-hover {
	border-bottom: 1px #fff solid;
}

a.sub-screen:hover p em small {
	font-weight:bold;
}

a.sub-screen-hover:hover p em small {
	font-weight: bold;
}

a.screen-hover:hover p em small {
	font-weight: bold;
}

#loader{
    opacity:0.7;
    filter: alpha(opacity=20);
    width:100%;
    height:100%;
    z-index:10;
    top:0;
    left:0;
    position:fixed;
}

.pointer {
    cursor: pointer;
}

.padding-top {
    padding-top: 1em;
}